01JV5P5WA404R6W7MNBA9C8C9X: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "=/work/helios.json",
        "=/work/incorporation.p5m",
        "=/work/incorporation.p5p",
        "%/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",
        },
        BasicConfigPublish {
            from_output: "/work/helios.json",
            series: "rot-all",
            name: "helios.json",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5m",
            series: "rot-all",
            name: "incorporation.p5m",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5p",
            series: "rot-all",
            name: "incorporation.p5m",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JV5P6MVRWTWDSYZFVNVKJVS2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-13T20:44:29.158Zjob assigned to worker 01JV5P6G3VZDM3XF380NXCDYRH [factory aws, i-01130fc1330c08bac] (queued for 1 m 2 s)
 
22025-05-13T20:44:36.567Zstarting task 0: "setup"
32025-05-13T20:44:36.572Z++ uname -s
42025-05-13T20:44:36.575Z+ kern=SunOS
52025-05-13T20:44:36.575Z+ build_user=build
62025-05-13T20:44:36.575Z+ build_uid=12345
72025-05-13T20:44:36.575Z+ work_dir=/work
82025-05-13T20:44:36.575Z+ input_dir=/input
92025-05-13T20:44:36.575Z+ [[ 0 == 12345 ]]
102025-05-13T20:44:36.575Z+ case "$kern" in
112025-05-13T20:44:36.575Z+ groupadd -g 12345 build
122025-05-13T20:44:36.578Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-13T20:44:38.583Z+ zfs create -o mountpoint=/work rpool/work
142025-05-13T20:44:38.706Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-13T20:44:38.709Z+ home_fs=zfs
162025-05-13T20:44:38.709Z+ [[ zfs == autofs ]]
172025-05-13T20:44:38.709Z+ mkdir -p /home/build
182025-05-13T20:44:38.712Z+ chown build:build /home/build /work
192025-05-13T20:44:40.712Z+ chmod 0700 /home/build /work
202025-05-13T20:44:40.715Zprocess exited: duration 4150 ms, exit code 0
 
212025-05-13T20:44:40.723Zstarting task 1: "rust-toolchain"
222025-05-13T20:44:40.728Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-05-13T20:44:40.728Z * rust toolchain channel = "1.86.0"
242025-05-13T20:44:40.728Z * rust toolchain profile = "default"
252025-05-13T20:44:40.728Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-05-13T20:44:40.728Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-05-13T20:44:40.728Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-05-13T20:44:40.731Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-13T20:44:40.731Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-05-13T20:44:40.844Zinfo: downloading installer
312025-05-13T20:44:42.092Zwarn: It looks like you have an existing installation of Rust at:
322025-05-13T20:44:42.092Zwarn: /opt/ooce/bin
332025-05-13T20:44:42.092Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-13T20:44:42.092Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-13T20:44:42.092Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-13T20:44:42.092Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-13T20:44:42.092Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-13T20:44:42.092Zerror: cannot install while Rust is installed
392025-05-13T20:44:42.092Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-13T20:44:42.127Zinfo: profile set to 'default'
412025-05-13T20:44:42.127Zinfo: default host triple is x86_64-unknown-illumos
422025-05-13T20:44:42.127Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-05-13T20:44:42.260Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-05-13T20:44:42.260Zinfo: downloading component 'cargo'
452025-05-13T20:44:43.186Zinfo: downloading component 'clippy'
462025-05-13T20:44:43.559Zinfo: downloading component 'rust-docs'
472025-05-13T20:44:44.874Zinfo: downloading component 'rust-std'
482025-05-13T20:44:46.419Zinfo: downloading component 'rustc'
492025-05-13T20:44:53.739Zinfo: downloading component 'rustfmt'
502025-05-13T20:44:53.976Zinfo: installing component 'cargo'
512025-05-13T20:44:54.801Zinfo: installing component 'clippy'
522025-05-13T20:44:55.183Zinfo: installing component 'rust-docs'
532025-05-13T20:44:57.044Zinfo: installing component 'rust-std'
542025-05-13T20:44:58.742Zinfo: installing component 'rustc'
552025-05-13T20:45:05.032Zinfo: installing component 'rustfmt'
562025-05-13T20:45:05.361Z
572025-05-13T20:45:05.361Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
582025-05-13T20:45:05.771Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-05-13T20:45:05.771Z
602025-05-13T20:45:05.774Z
612025-05-13T20:45:05.774ZRust is installed now. Great!
622025-05-13T20:45:05.774Z
632025-05-13T20:45:05.774ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-13T20:45:05.774Zenvironment variable. This has not been done automatically.
652025-05-13T20:45:05.774Z
662025-05-13T20:45:05.774ZTo configure your current shell, you need to source
672025-05-13T20:45:05.774Zthe corresponding env file under $HOME/.cargo.
682025-05-13T20:45:05.774Z
692025-05-13T20:45:05.774ZThis is usually done by running one of the following (note the leading DOT):
702025-05-13T20:45:05.774Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-13T20:45:05.774Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-13T20:45:05.774Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-13T20:45:05.850Z+ rustup --version
742025-05-13T20:45:05.861Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-05-13T20:45:05.861Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-13T20:45:05.938Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-05-13T20:45:05.941Z+ cargo --version
782025-05-13T20:45:06.004Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-05-13T20:45:06.007Z+ rustc --version
802025-05-13T20:45:06.073Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-05-13T20:45:06.076Zprocess exited: duration 25351 ms, exit code 0
 
822025-05-13T20:45:06.083Zstarting task 2: "authentication"
832025-05-13T20:45:06.103Zprocess exited: duration 20 ms, exit code 0
 
842025-05-13T20:45:06.110Zstarting task 3: "clone repository"
852025-05-13T20:45:06.114Z+ mkdir -p /work/oxidecomputer/omicron
862025-05-13T20:45:06.117Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-05-13T20:45:06.153ZCloning into '/work/oxidecomputer/omicron'...
882025-05-13T20:45:13.983Z+ cd /work/oxidecomputer/omicron
892025-05-13T20:45:13.983Z+ git fetch origin 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2
902025-05-13T20:45:14.330ZFrom https://github.com/oxidecomputer/omicron
912025-05-13T20:45:14.330Z * branch 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 -> FETCH_HEAD
922025-05-13T20:45:14.342Z+ [[ -n eliza/ereport-sp-api ]]
932025-05-13T20:45:14.346Z++ git branch --show-current
942025-05-13T20:45:14.346Z+ current=main
952025-05-13T20:45:14.346Z+ [[ main != eliza/ereport-sp-api ]]
962025-05-13T20:45:14.346Z+ git branch -f eliza/ereport-sp-api 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2
972025-05-13T20:45:14.349Z+ git checkout -f eliza/ereport-sp-api
982025-05-13T20:45:14.553ZSwitched to branch 'eliza/ereport-sp-api'
992025-05-13T20:45:14.556Z+ git reset --hard 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2
1002025-05-13T20:45:14.569ZHEAD is now at 368f84fc2 oh god i picked the wrong one of the three shas lol
1012025-05-13T20:45:14.572Zprocess exited: duration 8460 ms, exit code 0
 
1022025-05-13T20:45:14.579Zstarting task 4: "build"
1032025-05-13T20:45:14.584Z+ source .github/buildomat/ci-env.sh
1042025-05-13T20:45:14.584Z++ export CARGO_TERM_COLOR=always
1052025-05-13T20:45:14.584Z++ CARGO_TERM_COLOR=always
1062025-05-13T20:45:14.584Z+ cargo --version
1072025-05-13T20:45:14.640Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1082025-05-13T20:45:14.643Z+ rustc --version
1092025-05-13T20:45:14.711Zrustc 1.86.0 (05f9846f8 2025-03-31)
1102025-05-13T20:45:14.714Z+ cargo tree --locked
1112025-05-13T20:45:14.994Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-05-13T20:45:15.288Z Updating git repository `https://github.com/seanmonstar/reqwest`
1132025-05-13T20:45:16.008Z Updating crates.io index
1142025-05-13T20:45:16.011Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152025-05-13T20:45:16.389Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162025-05-13T20:45:16.917Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172025-05-13T20:45:17.230Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1182025-05-13T20:45:17.499Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1192025-05-13T20:45:17.823Z Updating git repository `https://github.com/oxidecomputer/propolis`
1202025-05-13T20:45:18.924Z Updating git repository `https://github.com/oxidecomputer/crucible`
1212025-05-13T20:45:20.918Z Updating git repository `https://github.com/oxidecomputer/opte`
1222025-05-13T20:45:21.755Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232025-05-13T20:45:22.512Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242025-05-13T20:45:22.840Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252025-05-13T20:45:23.108Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1262025-05-13T20:45:23.931Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1272025-05-13T20:45:24.223Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282025-05-13T20:45:24.735Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1292025-05-13T20:45:25.021Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1302025-05-13T20:45:25.362Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1312025-05-13T20:45:25.652Z Updating git repository `https://github.com/oxidecomputer/tofino`
1322025-05-13T20:45:25.922Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332025-05-13T20:45:26.194Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342025-05-13T20:45:26.476Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352025-05-13T20:45:27.198Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1362025-05-13T20:45:27.496Z Updating git repository `https://github.com/oxidecomputer/ispf`
1372025-05-13T20:45:27.940Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382025-05-13T20:45:28.204Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392025-05-13T20:45:28.724Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1402025-05-13T20:45:29.493Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1412025-05-13T20:45:29.524Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1422025-05-13T20:45:29.710Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1432025-05-13T20:45:30.114Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442025-05-13T20:45:30.460Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452025-05-13T20:45:30.760Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462025-05-13T20:45:31.066Z Updating git repository `https://github.com/oxidecomputer/omicron`
1472025-05-13T20:45:39.664Z Updating git repository `https://github.com/illumos/smf-rs`
1482025-05-13T20:45:41.295Z Downloading crates ...
1492025-05-13T20:45:41.399Z Downloaded addr2line v0.24.2
1502025-05-13T20:45:41.407Z Downloaded adler2 v2.0.0
1512025-05-13T20:45:41.410Z Downloaded allocator-api2 v0.2.18
1522025-05-13T20:45:41.410Z Downloaded anstyle v1.0.10
1532025-05-13T20:45:41.414Z Downloaded approx v0.5.1
1542025-05-13T20:45:41.417Z Downloaded atty v0.2.14
1552025-05-13T20:45:41.417Z Downloaded autocfg v1.4.0
1562025-05-13T20:45:41.420Z Downloaded atomic-waker v1.1.2
1572025-05-13T20:45:41.423Z Downloaded base64ct v1.6.0
1582025-05-13T20:45:41.427Z Downloaded bitflags v1.3.2
1592025-05-13T20:45:41.430Z Downloaded bitflags v2.9.0
1602025-05-13T20:45:41.433Z Downloaded byteorder v1.5.0
1612025-05-13T20:45:41.433Z Downloaded bit-vec v0.6.3
1622025-05-13T20:45:41.436Z Downloaded bit-set v0.5.3
1632025-05-13T20:45:41.439Z Downloaded array-init v0.0.4
1642025-05-13T20:45:41.439Z Downloaded event-listener v2.5.3
1652025-05-13T20:45:41.442Z Downloaded errno v0.3.9
1662025-05-13T20:45:41.445Z Downloaded assert_matches v1.5.0
1672025-05-13T20:45:41.445Z Downloaded fallible-iterator v0.2.0
1682025-05-13T20:45:41.448Z Downloaded assert_cmd v2.0.17
1692025-05-13T20:45:41.451Z Downloaded fnv v1.0.7
1702025-05-13T20:45:41.454Z Downloaded funty v2.0.0
1712025-05-13T20:45:41.454Z Downloaded futures-sink v0.3.31
1722025-05-13T20:45:41.457Z Downloaded futures-task v0.3.31
1732025-05-13T20:45:41.457Z Downloaded futures-executor v0.3.31
1742025-05-13T20:45:41.460Z Downloaded hash32 v0.3.1
1752025-05-13T20:45:41.463Z Downloaded hex v0.4.3
1762025-05-13T20:45:41.466Z Downloaded http-body-util v0.1.3
1772025-05-13T20:45:41.469Z Downloaded httpdate v1.0.3
1782025-05-13T20:45:41.471Z Downloaded escape8259 v0.5.3
1792025-05-13T20:45:41.472Z Downloaded camino-tempfile v1.3.0
1802025-05-13T20:45:41.475Z Downloaded fatfs v0.3.6
1812025-05-13T20:45:41.478Z Downloaded float-ord v0.3.2
1822025-05-13T20:45:41.481Z Downloaded fs-err v3.1.0
1832025-05-13T20:45:41.484Z Downloaded equivalent v1.0.1
1842025-05-13T20:45:41.488Z Downloaded headers-core v0.3.0
1852025-05-13T20:45:41.488Z Downloaded home v0.5.9
1862025-05-13T20:45:41.491Z Downloaded humantime v2.1.0
1872025-05-13T20:45:41.491Z Downloaded async-process v2.3.0
1882025-05-13T20:45:41.494Z Downloaded globset v0.4.15
1892025-05-13T20:45:41.497Z Downloaded async-lock v3.4.0
1902025-05-13T20:45:41.500Z Downloaded half v1.8.3
1912025-05-13T20:45:41.504Z Downloaded bytecount v0.6.8
1922025-05-13T20:45:41.507Z Downloaded hickory-client v0.24.4
1932025-05-13T20:45:41.510Z Downloaded highway v1.3.0
1942025-05-13T20:45:41.517Z Downloaded hubpack_derive v0.1.1
1952025-05-13T20:45:41.517Z Downloaded hashbrown v0.12.3
1962025-05-13T20:45:41.522Z Downloaded base64 v0.13.1
1972025-05-13T20:45:41.526Z Downloaded futures-util v0.3.31
1982025-05-13T20:45:41.533Z Downloaded fixedbitset v0.4.2
1992025-05-13T20:45:41.537Z Downloaded foreign-types v0.5.0
2002025-05-13T20:45:41.540Z Downloaded form_urlencoded v1.2.1
2012025-05-13T20:45:41.540Z Downloaded foreign-types-shared v0.3.1
2022025-05-13T20:45:41.540Z Downloaded ghash v0.5.1
2032025-05-13T20:45:41.544Z Downloaded futures-lite v2.3.0
2042025-05-13T20:45:41.547Z Downloaded num v0.4.3
2052025-05-13T20:45:41.547Z Downloaded num-traits v0.2.19
2062025-05-13T20:45:41.550Z Downloaded num_enum v0.5.11
2072025-05-13T20:45:41.555Z Downloaded hostname v0.3.1
2082025-05-13T20:45:41.558Z Downloaded fs-err v2.11.0
2092025-05-13T20:45:41.561Z Downloaded httparse v1.9.5
2102025-05-13T20:45:41.564Z Downloaded aes v0.8.4
2112025-05-13T20:45:41.573Z Downloaded async-std v1.13.0
2122025-05-13T20:45:41.596Z Downloaded nibble_vec v0.1.0
2132025-05-13T20:45:41.599Z Downloaded arc-swap v1.7.1
2142025-05-13T20:45:41.602Z Downloaded bumpalo v3.16.0
2152025-05-13T20:45:41.606Z Downloaded base64 v0.22.1
2162025-05-13T20:45:41.612Z Downloaded heapless v0.8.0
2172025-05-13T20:45:41.617Z Downloaded http v1.2.0
2182025-05-13T20:45:41.623Z Downloaded guppy-workspace-hack v0.1.0
2192025-05-13T20:45:41.626Z Downloaded fxhash v0.2.1
2202025-05-13T20:45:41.626Z Downloaded bit-set v0.8.0
2212025-05-13T20:45:41.629Z Downloaded hash32 v0.2.1
2222025-05-13T20:45:41.629Z Downloaded futures-timer v3.0.3
2232025-05-13T20:45:41.633Z Downloaded http-range v0.1.5
2242025-05-13T20:45:41.636Z Downloaded hostname v0.4.0
2252025-05-13T20:45:41.636Z Downloaded bit-vec v0.8.0
2262025-05-13T20:45:41.639Z Downloaded atomicwrites v0.4.4
2272025-05-13T20:45:41.644Z Downloaded async-attributes v1.1.2
2282025-05-13T20:45:41.644Z Downloaded globwalk v0.9.1
2292025-05-13T20:45:41.653Z Downloaded gimli v0.31.1
2302025-05-13T20:45:41.657Z Downloaded flume v0.11.1
2312025-05-13T20:45:41.657Z Downloaded hickory-proto v0.24.4
2322025-05-13T20:45:41.675Z Downloaded socket2 v0.5.9
2332025-05-13T20:45:41.679Z Downloaded hickory-resolver v0.24.4
2342025-05-13T20:45:41.682Z Downloaded snafu-derive v0.8.5
2352025-05-13T20:45:41.685Z Downloaded pin-project-lite v0.2.14
2362025-05-13T20:45:41.690Z Downloaded percent-encoding v2.3.1
2372025-05-13T20:45:41.690Z Downloaded cargo_metadata v0.19.2
2382025-05-13T20:45:41.694Z Downloaded castaway v0.2.3
2392025-05-13T20:45:41.697Z Downloaded cfg-expr v0.18.0
2402025-05-13T20:45:41.703Z Downloaded openssl-macros v0.1.1
2412025-05-13T20:45:41.703Z Downloaded h2 v0.4.6
2422025-05-13T20:45:41.707Z Downloaded cbc v0.1.2
2432025-05-13T20:45:41.710Z Downloaded bindgen v0.71.1
2442025-05-13T20:45:41.718Z Downloaded ryu v1.0.18
2452025-05-13T20:45:41.721Z Downloaded plotters-backend v0.3.7
2462025-05-13T20:45:41.725Z Downloaded secrecy v0.8.0
2472025-05-13T20:45:41.730Z Downloaded stringprep v0.1.5
2482025-05-13T20:45:41.730Z Downloaded proc-macro-error-attr v1.0.4
2492025-05-13T20:45:41.733Z Downloaded termcolor v1.4.1
2502025-05-13T20:45:41.734Z Downloaded toml v0.7.8
2512025-05-13T20:45:41.738Z Downloaded blake3 v1.5.4
2522025-05-13T20:45:41.746Z Downloaded rand_chacha v0.3.1
2532025-05-13T20:45:41.750Z Downloaded quick-error v1.2.3
2542025-05-13T20:45:41.750Z Downloaded proc-macro-error v1.0.4
2552025-05-13T20:45:41.753Z Downloaded try-lock v0.2.5
2562025-05-13T20:45:41.757Z Downloaded tiny-keccak v2.0.2
2572025-05-13T20:45:41.760Z Downloaded subtle v2.6.1
2582025-05-13T20:45:41.760Z Downloaded ron v0.8.1
2592025-05-13T20:45:41.767Z Downloaded zeroize_derive v1.4.2
2602025-05-13T20:45:41.771Z Downloaded hickory-server v0.24.4
2612025-05-13T20:45:41.781Z Downloaded xz2 v0.1.7
2622025-05-13T20:45:41.789Z Downloaded xattr v1.3.1
2632025-05-13T20:45:41.789Z Downloaded wyz v0.5.1
2642025-05-13T20:45:41.789Z Downloaded utf-8 v0.7.6
2652025-05-13T20:45:41.789Z Downloaded strum_macros v0.26.4
2662025-05-13T20:45:41.793Z Downloaded xshell-macros v0.2.7
2672025-05-13T20:45:41.793Z Downloaded xshell v0.2.7
2682025-05-13T20:45:41.793Z Downloaded clang-sys v1.8.1
2692025-05-13T20:45:41.798Z Downloaded criterion-plot v0.5.0
2702025-05-13T20:45:41.798Z Downloaded clap v4.5.35
2712025-05-13T20:45:41.806Z Downloaded deranged v0.3.11
2722025-05-13T20:45:41.810Z Downloaded bzip2-sys v0.1.13+1.0.8
2732025-05-13T20:45:41.822Z Downloaded tokio-tungstenite v0.21.0
2742025-05-13T20:45:41.826Z Downloaded tokio-stream v0.1.17
2752025-05-13T20:45:41.829Z Downloaded guppy v0.17.18
2762025-05-13T20:45:41.837Z Downloaded quick-xml v0.37.2
2772025-05-13T20:45:41.845Z Downloaded cipher v0.4.4
2782025-05-13T20:45:41.849Z Downloaded rsa v0.9.6
2792025-05-13T20:45:41.854Z Downloaded regex v1.11.1
2802025-05-13T20:45:41.868Z Downloaded icu_normalizer v1.5.0
2812025-05-13T20:45:41.872Z Downloaded is_ci v1.2.0
2822025-05-13T20:45:41.876Z Downloaded is-terminal v0.4.13
2832025-05-13T20:45:41.876Z Downloaded dunce v1.0.5
2842025-05-13T20:45:41.879Z Downloaded lazycell v1.3.0
2852025-05-13T20:45:41.879Z Downloaded dirs-sys-next v0.1.2
2862025-05-13T20:45:41.882Z Downloaded dirs-next v2.0.0
2872025-05-13T20:45:41.885Z Downloaded indexmap v1.9.3
2882025-05-13T20:45:41.888Z Downloaded tokio-util v0.7.13
2892025-05-13T20:45:41.895Z Downloaded lzss v0.8.2
2902025-05-13T20:45:41.898Z Downloaded md-5 v0.10.6
2912025-05-13T20:45:41.901Z Downloaded md5 v0.7.0
2922025-05-13T20:45:41.904Z Downloaded rand v0.9.0
2932025-05-13T20:45:41.908Z Downloaded zerovec v0.10.4
2942025-05-13T20:45:41.915Z Downloaded clap_builder v4.5.35
2952025-05-13T20:45:41.923Z Downloaded plotters v0.3.7
2962025-05-13T20:45:41.933Z Downloaded crossbeam-channel v0.5.15
2972025-05-13T20:45:41.939Z Downloaded maybe-uninit v2.0.0
2982025-05-13T20:45:41.942Z Downloaded tokio-tungstenite v0.23.1
2992025-05-13T20:45:41.942Z Downloaded unicode-width v0.1.14
3002025-05-13T20:45:41.948Z Downloaded tabled v0.15.0
3012025-05-13T20:45:41.966Z Downloaded pem v3.0.5
3022025-05-13T20:45:41.969Z Downloaded num-iter v0.1.45
3032025-05-13T20:45:41.972Z Downloaded ipnet v2.11.0
3042025-05-13T20:45:41.972Z Downloaded kv-log-macro v1.0.7
3052025-05-13T20:45:41.975Z Downloaded time v0.3.36
3062025-05-13T20:45:41.984Z Downloaded pin-utils v0.1.0
3072025-05-13T20:45:41.987Z Downloaded pest v2.7.14
3082025-05-13T20:45:41.992Z Downloaded normalize-line-endings v0.3.0
3092025-05-13T20:45:41.997Z Downloaded num-integer v0.1.46
3102025-05-13T20:45:42.001Z Downloaded zone_cfg_derive v0.1.2
3112025-05-13T20:45:42.001Z Downloaded ppv-lite86 v0.2.20
3122025-05-13T20:45:42.001Z Downloaded tempfile v3.13.0
3132025-05-13T20:45:42.005Z Downloaded quinn v0.11.5
3142025-05-13T20:45:42.009Z Downloaded psl-types v2.0.11
3152025-05-13T20:45:42.012Z Downloaded daft v0.1.3
3162025-05-13T20:45:42.012Z Downloaded rustc-hash v1.1.0
3172025-05-13T20:45:42.015Z Downloaded opaque-debug v0.3.1
3182025-05-13T20:45:42.015Z Downloaded libscf-sys v1.1.0
3192025-05-13T20:45:42.018Z Downloaded same-file v1.0.6
3202025-05-13T20:45:42.021Z Downloaded openssl-probe v0.1.5
3212025-05-13T20:45:42.022Z Downloaded impl-trait-for-tuples v0.2.2
3222025-05-13T20:45:42.025Z Downloaded env_filter v0.1.2
3232025-05-13T20:45:42.028Z Downloaded pin-project v1.1.6
3242025-05-13T20:45:42.037Z Downloaded ssh-encoding v0.2.0
3252025-05-13T20:45:42.040Z Downloaded swrite v0.1.0
3262025-05-13T20:45:42.044Z Downloaded rfc6979 v0.4.0
3272025-05-13T20:45:42.044Z Downloaded dtrace-parser v0.2.0
3282025-05-13T20:45:42.044Z Downloaded thiserror v1.0.69
3292025-05-13T20:45:42.049Z Downloaded thread_local v1.1.8
3302025-05-13T20:45:42.052Z Downloaded thiserror-impl v2.0.12
3312025-05-13T20:45:42.057Z Downloaded tabled_derive v0.7.0
3322025-05-13T20:45:42.057Z Downloaded display-error-chain v0.2.2
3332025-05-13T20:45:42.060Z Downloaded rustyline v14.0.0
3342025-05-13T20:45:42.063Z Downloaded multer v3.1.0
3352025-05-13T20:45:42.067Z Downloaded typify-impl v0.3.0
3362025-05-13T20:45:42.081Z Downloaded utf8parse v0.2.2
3372025-05-13T20:45:42.084Z Downloaded textwrap v0.16.1
3382025-05-13T20:45:42.087Z Downloaded serde_derive v1.0.219
3392025-05-13T20:45:42.090Z Downloaded serde_derive_internals v0.29.1
3402025-05-13T20:45:42.095Z Downloaded which v4.4.2
3412025-05-13T20:45:42.095Z Downloaded chrono v0.4.40
3422025-05-13T20:45:42.103Z Downloaded sync_wrapper v1.0.1
3432025-05-13T20:45:42.109Z Downloaded nom v7.1.3
3442025-05-13T20:45:42.112Z Downloaded sqlparser_derive v0.2.2
3452025-05-13T20:45:42.112Z Downloaded pest_meta v2.7.14
3462025-05-13T20:45:42.115Z Downloaded ipnetwork v0.21.1
3472025-05-13T20:45:42.118Z Downloaded clap_lex v0.7.4
3482025-05-13T20:45:42.118Z Downloaded tracing-attributes v0.1.27
3492025-05-13T20:45:42.121Z Downloaded concurrent-queue v2.5.0
3502025-05-13T20:45:42.124Z Downloaded colored v2.2.0
3512025-05-13T20:45:42.127Z Downloaded console v0.15.10
3522025-05-13T20:45:42.130Z Downloaded difflib v0.4.0
3532025-05-13T20:45:42.133Z Downloaded diff v0.1.13
3542025-05-13T20:45:42.136Z Downloaded version_check v0.9.5
3552025-05-13T20:45:42.136Z Downloaded const-oid v0.9.6
3562025-05-13T20:45:42.140Z Downloaded tungstenite v0.21.0
3572025-05-13T20:45:42.143Z Downloaded wait-timeout v0.2.0
3582025-05-13T20:45:42.146Z Downloaded salty v0.3.0
3592025-05-13T20:45:42.154Z Downloaded void v1.0.2
3602025-05-13T20:45:42.157Z Downloaded typed-path v0.9.3
3612025-05-13T20:45:42.160Z Downloaded newtype_derive v0.1.6
3622025-05-13T20:45:42.163Z Downloaded chacha20poly1305 v0.10.1
3632025-05-13T20:45:42.166Z Downloaded is_terminal_polyfill v1.70.1
3642025-05-13T20:45:42.166Z Downloaded instant v0.1.13
3652025-05-13T20:45:42.169Z Downloaded inout v0.1.3
3662025-05-13T20:45:42.169Z Downloaded pbkdf2 v0.12.2
3672025-05-13T20:45:42.173Z Downloaded oso v0.27.3
3682025-05-13T20:45:42.175Z Downloaded memmap2 v0.9.5
3692025-05-13T20:45:42.178Z Downloaded libtest-mimic v0.8.1
3702025-05-13T20:45:42.181Z Downloaded newtype-uuid v1.2.1
3712025-05-13T20:45:42.184Z Downloaded num-complex v0.4.6
3722025-05-13T20:45:42.187Z Downloaded thread-id v4.2.2
3732025-05-13T20:45:42.187Z Downloaded thiserror-no-std v2.0.2
3742025-05-13T20:45:42.191Z Downloaded pretty_assertions v1.4.1
3752025-05-13T20:45:42.194Z Downloaded openssl v0.10.72
3762025-05-13T20:45:42.204Z Downloaded paste v1.0.15
3772025-05-13T20:45:42.207Z Downloaded icu_collections v1.5.0
3782025-05-13T20:45:42.214Z Downloaded nanorand v0.7.0
3792025-05-13T20:45:42.218Z Downloaded itertools v0.10.5
3802025-05-13T20:45:42.224Z Downloaded compact_str v0.8.0
3812025-05-13T20:45:42.229Z Downloaded sha1 v0.10.6
3822025-05-13T20:45:42.231Z Downloaded smallvec v1.14.0
3832025-05-13T20:45:42.235Z Downloaded strsim v0.11.1
3842025-05-13T20:45:42.238Z Downloaded strum v0.26.3
3852025-05-13T20:45:42.238Z Downloaded progenitor-impl v0.9.1
3862025-05-13T20:45:42.241Z Downloaded progenitor-impl v0.8.0
3872025-05-13T20:45:42.244Z Downloaded progenitor-client v0.9.1
3882025-05-13T20:45:42.244Z Downloaded rustversion v1.0.17
3892025-05-13T20:45:42.247Z Downloaded rustc_version v0.4.1
3902025-05-13T20:45:42.250Z Downloaded diesel_table_macro_syntax v0.2.0
3912025-05-13T20:45:42.251Z Downloaded once_cell v1.21.3
3922025-05-13T20:45:42.254Z Downloaded cmake v0.1.51
3932025-05-13T20:45:42.258Z Downloaded chrono-tz-build v0.4.0
3942025-05-13T20:45:42.258Z Downloaded parking_lot v0.12.3
3952025-05-13T20:45:42.261Z Downloaded parking v2.2.1
3962025-05-13T20:45:42.264Z Downloaded tower-service v0.3.3
3972025-05-13T20:45:42.264Z Downloaded typenum v1.17.0
3982025-05-13T20:45:42.267Z Downloaded unarray v0.1.4
3992025-05-13T20:45:42.270Z Downloaded ucd-trie v0.1.7
4002025-05-13T20:45:42.273Z Downloaded typify v0.3.0
4012025-05-13T20:45:42.276Z Downloaded crc v3.2.1
4022025-05-13T20:45:42.279Z Downloaded vcpkg v0.2.15
4032025-05-13T20:45:42.313Z Downloaded derive_builder v0.20.2
4042025-05-13T20:45:42.317Z Downloaded internet-checksum v0.2.1
4052025-05-13T20:45:42.320Z Downloaded instability v0.3.2
4062025-05-13T20:45:42.324Z Downloaded ingot-types v0.1.0
4072025-05-13T20:45:42.324Z Downloaded samael v0.0.18
4082025-05-13T20:45:42.330Z Downloaded memmap v0.7.0
4092025-05-13T20:45:42.333Z Downloaded libsw-core v0.3.1
4102025-05-13T20:45:42.336Z Downloaded r2d2 v0.8.10
4112025-05-13T20:45:42.339Z Downloaded parking_lot v0.11.2
4122025-05-13T20:45:42.342Z Downloaded linear-map v1.2.0
4132025-05-13T20:45:42.342Z Downloaded semver v1.0.26
4142025-05-13T20:45:42.345Z Downloaded tungstenite v0.23.0
4152025-05-13T20:45:42.348Z Downloaded static_assertions v1.1.0
4162025-05-13T20:45:42.351Z Downloaded icu_locid v1.5.0
4172025-05-13T20:45:42.355Z Downloaded indoc v1.0.9
4182025-05-13T20:45:42.358Z Downloaded serde_yaml v0.9.34+deprecated
4192025-05-13T20:45:42.362Z Downloaded memchr v2.7.4
4202025-05-13T20:45:42.370Z Downloaded tokio-native-tls v0.3.1
4212025-05-13T20:45:42.373Z Downloaded zip v2.6.1
4222025-05-13T20:45:42.377Z Downloaded miniz_oxide v0.8.5
4232025-05-13T20:45:42.380Z Downloaded native-tls v0.2.12
4242025-05-13T20:45:42.383Z Downloaded multimap v0.10.0
4252025-05-13T20:45:42.386Z Downloaded phf_codegen v0.11.2
4262025-05-13T20:45:42.386Z Downloaded proc-macro-crate v1.3.1
4272025-05-13T20:45:42.389Z Downloaded yoke-derive v0.7.4
4282025-05-13T20:45:42.389Z Downloaded postgres-protocol v0.6.8
4292025-05-13T20:45:42.393Z Downloaded yoke v0.7.4
4302025-05-13T20:45:42.396Z Downloaded zerocopy v0.6.6
4312025-05-13T20:45:42.399Z Downloaded winnow v0.5.40
4322025-05-13T20:45:42.407Z Downloaded hyper-rustls v0.27.3
4332025-05-13T20:45:42.410Z Downloaded icu_provider_macros v1.5.0
4342025-05-13T20:45:42.413Z Downloaded libxml v0.3.3
4352025-05-13T20:45:42.417Z Downloaded num-derive v0.4.2
4362025-05-13T20:45:42.421Z Downloaded lru-cache v0.1.2
4372025-05-13T20:45:42.424Z Downloaded lru v0.12.5
4382025-05-13T20:45:42.424Z Downloaded tls_codec v0.4.1
4392025-05-13T20:45:42.427Z Downloaded serde_urlencoded v0.7.1
4402025-05-13T20:45:42.430Z Downloaded signal-hook v0.3.17
4412025-05-13T20:45:42.433Z Downloaded shlex v1.3.0
4422025-05-13T20:45:42.433Z Downloaded tar v0.4.44
4432025-05-13T20:45:42.436Z Downloaded serde_bytes v0.11.17
4442025-05-13T20:45:42.439Z Downloaded itertools v0.12.1
4452025-05-13T20:45:42.446Z Downloaded polyval v0.6.2
4462025-05-13T20:45:42.449Z Downloaded tinytemplate v1.2.1
4472025-05-13T20:45:42.453Z Downloaded toml_datetime v0.6.8
4482025-05-13T20:45:42.456Z Downloaded toml v0.8.20
4492025-05-13T20:45:42.460Z Downloaded zerofrom-derive v0.1.4
4502025-05-13T20:45:42.460Z Downloaded crunchy v0.2.2
4512025-05-13T20:45:42.463Z Downloaded rand_xorshift v0.3.0
4522025-05-13T20:45:42.463Z Downloaded parse-size v1.1.0
4532025-05-13T20:45:42.466Z Downloaded parse-display-derive v0.10.0
4542025-05-13T20:45:42.466Z Downloaded papergrid v0.14.0
4552025-05-13T20:45:42.470Z Downloaded spki v0.7.3
4562025-05-13T20:45:42.473Z Downloaded spin v0.9.8
4572025-05-13T20:45:42.476Z Downloaded rustls-pki-types v1.10.0
4582025-05-13T20:45:42.479Z Downloaded rustls-native-certs v0.7.3
4592025-05-13T20:45:42.483Z Downloaded data-encoding v2.6.0
4602025-05-13T20:45:42.486Z Downloaded toml_edit v0.19.15
4612025-05-13T20:45:42.501Z Downloaded untrusted v0.9.0
4622025-05-13T20:45:42.504Z Downloaded ingot v0.1.0
4632025-05-13T20:45:42.507Z Downloaded indoc v2.0.6
4642025-05-13T20:45:42.510Z Downloaded doc-comment v0.3.3
4652025-05-13T20:45:42.510Z Downloaded dof v0.3.0
4662025-05-13T20:45:42.513Z Downloaded diesel-dtrace v0.4.2
4672025-05-13T20:45:42.513Z Downloaded semver v0.1.20
4682025-05-13T20:45:42.517Z Downloaded zerocopy-derive v0.7.35
4692025-05-13T20:45:42.520Z Downloaded iana-time-zone v0.1.63
4702025-05-13T20:45:42.523Z Downloaded icu_properties v1.5.1
4712025-05-13T20:45:42.528Z Downloaded log v0.4.22
4722025-05-13T20:45:42.531Z Downloaded oorandom v11.1.4
4732025-05-13T20:45:42.531Z Downloaded number_prefix v0.4.0
4742025-05-13T20:45:42.534Z Downloaded icu_normalizer_data v1.5.0
4752025-05-13T20:45:42.537Z Downloaded peg v0.8.5
4762025-05-13T20:45:42.540Z Downloaded darling_core v0.20.10
4772025-05-13T20:45:42.544Z Downloaded strip-ansi-escapes v0.2.0
4782025-05-13T20:45:42.547Z Downloaded slog v2.7.0
4792025-05-13T20:45:42.550Z Downloaded rusty-fork v0.3.0
4802025-05-13T20:45:42.554Z Downloaded smallvec v0.6.14
4812025-05-13T20:45:42.557Z Downloaded indexmap v2.9.0
4822025-05-13T20:45:42.560Z Downloaded target-spec v3.4.2
4832025-05-13T20:45:42.560Z Downloaded target-lexicon v0.13.2
4842025-05-13T20:45:42.564Z Downloaded untrusted v0.7.1
4852025-05-13T20:45:42.567Z Downloaded universal-hash v0.5.1
4862025-05-13T20:45:42.567Z Downloaded linked-hash-map v0.5.6
4872025-05-13T20:45:42.572Z Downloaded ctr v0.9.2
4882025-05-13T20:45:42.572Z Downloaded unsafe-libyaml v0.2.11
4892025-05-13T20:45:42.575Z Downloaded postgres-types v0.2.9
4902025-05-13T20:45:42.579Z Downloaded pkcs1 v0.7.5
4912025-05-13T20:45:42.582Z Downloaded lock_api v0.4.12
4922025-05-13T20:45:42.582Z Downloaded hyper-util v0.1.11
4932025-05-13T20:45:42.587Z Downloaded icu_properties_data v1.5.0
4942025-05-13T20:45:42.598Z Downloaded proc-macro-error2 v2.0.1
4952025-05-13T20:45:42.602Z Downloaded predicates v3.1.3
4962025-05-13T20:45:42.607Z Downloaded datatest-stable v0.3.2
4972025-05-13T20:45:42.610Z Downloaded stable_deref_trait v1.2.0
4982025-05-13T20:45:42.610Z Downloaded tinyvec v1.8.0
4992025-05-13T20:45:42.613Z Downloaded tokio-macros v2.5.0
5002025-05-13T20:45:42.616Z Downloaded object v0.30.4
5012025-05-13T20:45:42.624Z Downloaded writeable v0.5.5
5022025-05-13T20:45:42.627Z Downloaded unicode-segmentation v1.12.0
5032025-05-13T20:45:42.631Z Downloaded rand v0.8.5
5042025-05-13T20:45:42.634Z Downloaded quinn-proto v0.11.8
5052025-05-13T20:45:42.641Z Downloaded openapiv3 v2.0.0
5062025-05-13T20:45:42.653Z Downloaded icu_provider v1.5.0
5072025-05-13T20:45:42.657Z Downloaded num-rational v0.4.2
5082025-05-13T20:45:42.660Z Downloaded libefi-sys v0.1.0
5092025-05-13T20:45:42.660Z Downloaded dsl_auto_type v0.1.2
5102025-05-13T20:45:42.660Z Downloaded dropshot_endpoint v0.16.0
5112025-05-13T20:45:42.664Z Downloaded phf_shared v0.11.2
5122025-05-13T20:45:42.667Z Downloaded mime v0.3.17
5132025-05-13T20:45:42.667Z Downloaded memoffset v0.9.1
5142025-05-13T20:45:42.670Z Downloaded nu-ansi-term v0.50.1
5152025-05-13T20:45:42.673Z Downloaded zstd v0.13.3
5162025-05-13T20:45:42.676Z Downloaded unicode-ident v1.0.14
5172025-05-13T20:45:42.681Z Downloaded unicase v2.7.0
5182025-05-13T20:45:42.681Z Downloaded unicode-bidi v0.3.17
5192025-05-13T20:45:42.684Z Downloaded num_enum_derive v0.5.11
5202025-05-13T20:45:42.684Z Downloaded crc8 v0.1.1
5212025-05-13T20:45:42.687Z Downloaded csv-core v0.1.11
5222025-05-13T20:45:42.687Z Downloaded crossbeam-deque v0.8.5
5232025-05-13T20:45:42.691Z Downloaded crc32fast v1.4.2
5242025-05-13T20:45:42.692Z Downloaded ena v0.14.3
5252025-05-13T20:45:42.695Z Downloaded primeorder v0.13.6
5262025-05-13T20:45:42.695Z Downloaded rustix v0.37.28
5272025-05-13T20:45:42.712Z Downloaded polling v3.7.3
5282025-05-13T20:45:42.715Z Downloaded piper v0.2.4
5292025-05-13T20:45:42.720Z Downloaded managed v0.8.0
5302025-05-13T20:45:42.720Z Downloaded derive_builder_macro v0.20.2
5312025-05-13T20:45:42.724Z Downloaded displaydoc v0.2.5
5322025-05-13T20:45:42.724Z Downloaded tinyvec_macros v0.1.1
5332025-05-13T20:45:42.727Z Downloaded signal-hook-registry v1.4.2
5342025-05-13T20:45:42.728Z Downloaded signal-hook-mio v0.2.4
5352025-05-13T20:45:42.728Z Downloaded itoa v1.0.11
5362025-05-13T20:45:42.731Z Downloaded relative-path v1.9.3
5372025-05-13T20:45:42.732Z Downloaded rand_distr v0.4.3
5382025-05-13T20:45:42.750Z Downloaded regress v0.10.3
5392025-05-13T20:45:42.750Z Downloaded yansi v1.0.1
5402025-05-13T20:45:42.750Z Downloaded precomputed-hash v0.1.1
5412025-05-13T20:45:42.750Z Downloaded powerfmt v0.2.0
5422025-05-13T20:45:42.750Z Downloaded scheduled-thread-pool v0.2.7
5432025-05-13T20:45:42.750Z Downloaded new_debug_unreachable v1.0.6
5442025-05-13T20:45:42.753Z Downloaded nested v0.1.1
5452025-05-13T20:45:42.753Z Downloaded curve25519-dalek v4.1.3
5462025-05-13T20:45:42.759Z Downloaded embedded-io v0.6.1
5472025-05-13T20:45:42.762Z Downloaded p384 v0.13.0
5482025-05-13T20:45:42.767Z Downloaded jobserver v0.1.32
5492025-05-13T20:45:42.770Z Downloaded regex-syntax v0.8.5
5502025-05-13T20:45:42.777Z Downloaded yasna v0.5.2
5512025-05-13T20:45:42.784Z Downloaded regex-syntax v0.6.29
5522025-05-13T20:45:42.788Z Downloaded support-bundle-viewer v0.1.0
5532025-05-13T20:45:42.791Z Downloaded num-conv v0.1.0
5542025-05-13T20:45:42.791Z Downloaded rtoolbox v0.0.2
5552025-05-13T20:45:42.791Z Downloaded num-derive v0.3.3
5562025-05-13T20:45:42.794Z Downloaded slog-stdlog v4.1.1
5572025-05-13T20:45:42.794Z Downloaded derive_more v0.99.20
5582025-05-13T20:45:42.799Z Downloaded slog-scope v4.4.0
5592025-05-13T20:45:42.803Z Downloaded supports-color v3.0.2
5602025-05-13T20:45:42.803Z Downloaded dropshot v0.16.0
5612025-05-13T20:45:42.823Z Downloaded lzma-sys v0.1.20
5622025-05-13T20:45:42.851Z Downloaded serde v1.0.219
5632025-05-13T20:45:42.854Z Downloaded unicode-normalization v0.1.24
5642025-05-13T20:45:42.858Z Downloaded toml_edit v0.22.24
5652025-05-13T20:45:42.878Z Downloaded derive_builder_core v0.20.2
5662025-05-13T20:45:42.882Z Downloaded ssh-key v0.6.6
5672025-05-13T20:45:42.887Z Downloaded httpmock v0.8.0-alpha.1
5682025-05-13T20:45:42.905Z Downloaded dyn-clone v1.0.19
5692025-05-13T20:45:42.908Z Downloaded debug-ignore v1.0.5
5702025-05-13T20:45:42.908Z Downloaded darling v0.20.10
5712025-05-13T20:45:42.912Z Downloaded termtree v0.5.1
5722025-05-13T20:45:42.916Z Downloaded mime_guess v2.0.5
5732025-05-13T20:45:42.919Z Downloaded tls_codec_derive v0.4.1
5742025-05-13T20:45:42.919Z Downloaded nix v0.27.1
5752025-05-13T20:45:42.929Z Downloaded rustls v0.22.4
5762025-05-13T20:45:42.942Z Downloaded cookie_store v0.21.1
5772025-05-13T20:45:42.946Z Downloaded const_format_proc_macros v0.2.34
5782025-05-13T20:45:42.951Z Downloaded tabled_derive v0.10.0
5792025-05-13T20:45:42.951Z Downloaded tower v0.5.2
5802025-05-13T20:45:42.958Z Downloaded lazy_static v1.5.0
5812025-05-13T20:45:42.961Z Downloaded value-bag v1.9.0
5822025-05-13T20:45:42.964Z Downloaded uuid v1.16.0
5832025-05-13T20:45:42.967Z Downloaded hyper-rustls v0.26.0
5842025-05-13T20:45:42.970Z Downloaded petgraph v0.6.5
5852025-05-13T20:45:42.985Z Downloaded rustix v0.38.37
5862025-05-13T20:45:43.007Z Downloaded topological-sort v0.2.2
5872025-05-13T20:45:43.010Z Downloaded petgraph v0.7.1
5882025-05-13T20:45:43.027Z Downloaded lalrpop v0.19.12
5892025-05-13T20:45:43.035Z Downloaded sync-ptr v0.1.1
5902025-05-13T20:45:43.039Z Downloaded pretty-hex v0.4.1
5912025-05-13T20:45:43.039Z Downloaded des v0.8.1
5922025-05-13T20:45:43.043Z Downloaded slog-envlogger v2.2.0
5932025-05-13T20:45:43.043Z Downloaded petname v2.0.2
5942025-05-13T20:45:43.047Z Downloaded predicates-core v1.0.8
5952025-05-13T20:45:43.050Z Downloaded diesel v2.2.10
5962025-05-13T20:45:43.067Z Downloaded rand_core v0.9.2
5972025-05-13T20:45:43.072Z Downloaded url v2.5.3
5982025-05-13T20:45:43.076Z Downloaded itertools v0.14.0
5992025-05-13T20:45:43.081Z Downloaded peg-runtime v0.8.5
6002025-05-13T20:45:43.082Z Downloaded peg-macros v0.8.5
6012025-05-13T20:45:43.088Z Downloaded slog-term v2.9.1
6022025-05-13T20:45:43.088Z Downloaded kstat-rs v0.2.4
6032025-05-13T20:45:43.088Z Downloaded keccak v0.1.5
6042025-05-13T20:45:43.092Z Downloaded itertools v0.13.0
6052025-05-13T20:45:43.095Z Downloaded rustls v0.23.19
6062025-05-13T20:45:43.106Z Downloaded tokio v1.43.1
6072025-05-13T20:45:43.141Z Downloaded syn v1.0.109
6082025-05-13T20:45:43.150Z Downloaded crossterm v0.28.1
6092025-05-13T20:45:43.156Z Downloaded const_format v0.2.34
6102025-05-13T20:45:43.160Z Downloaded syn v2.0.98
6112025-05-13T20:45:43.171Z Downloaded hyper v1.6.0
6122025-05-13T20:45:43.181Z Downloaded nix v0.29.0
6132025-05-13T20:45:43.189Z Downloaded qorb v0.3.1
6142025-05-13T20:45:43.195Z Downloaded csv v1.3.1
6152025-05-13T20:45:43.212Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6162025-05-13T20:45:43.232Z Downloaded rustls-webpki v0.101.7
6172025-05-13T20:45:43.244Z Downloaded regex-automata v0.4.8
6182025-05-13T20:45:43.261Z Downloaded progenitor v0.8.0
6192025-05-13T20:45:43.265Z Downloaded jiff-static v0.2.13
6202025-05-13T20:45:43.268Z Downloaded lalrpop-util v0.19.12
6212025-05-13T20:45:43.268Z Downloaded uzers v0.12.1
6222025-05-13T20:45:43.268Z Downloaded progenitor-client v0.8.0
6232025-05-13T20:45:43.268Z Downloaded zopfli v0.8.1
6242025-05-13T20:45:43.272Z Downloaded whoami v1.5.2
6252025-05-13T20:45:43.275Z Downloaded crucible-workspace-hack v0.1.0
6262025-05-13T20:45:43.275Z Downloaded crc-any v2.5.0
6272025-05-13T20:45:43.279Z Downloaded zerocopy-derive v0.8.25
6282025-05-13T20:45:43.282Z Downloaded zip v0.6.6
6292025-05-13T20:45:43.286Z Downloaded polar-core v0.27.3
6302025-05-13T20:45:43.294Z Downloaded ring v0.17.11
6312025-05-13T20:45:43.335Z Downloaded winnow v0.7.3
6322025-05-13T20:45:43.343Z Downloaded utf8_iter v1.0.4
6332025-05-13T20:45:43.348Z Downloaded rayon-core v1.12.1
6342025-05-13T20:45:43.352Z Downloaded rayon v1.10.0
6352025-05-13T20:45:43.357Z Downloaded libc v0.2.171
6362025-05-13T20:45:43.383Z Downloaded either v1.14.0
6372025-05-13T20:45:43.385Z Downloaded poly1305 v0.8.0
6382025-05-13T20:45:43.389Z Downloaded slog-bunyan v2.5.0
6392025-05-13T20:45:43.389Z Downloaded ratatui v0.29.0
6402025-05-13T20:45:43.409Z Downloaded slog-async v2.8.0
6412025-05-13T20:45:43.412Z Downloaded russh v0.45.0
6422025-05-13T20:45:43.416Z Downloaded nix v0.28.0
6432025-05-13T20:45:43.424Z Downloaded smawk v0.3.2
6442025-05-13T20:45:43.428Z Downloaded signal-hook-tokio v0.3.1
6452025-05-13T20:45:43.428Z Downloaded pkcs5 v0.7.1
6462025-05-13T20:45:43.431Z Downloaded maplit v1.0.2
6472025-05-13T20:45:43.431Z Downloaded libloading v0.8.5
6482025-05-13T20:45:43.434Z Downloaded macaddr v1.0.1
6492025-05-13T20:45:43.434Z Downloaded proc-macro2 v1.0.94
6502025-05-13T20:45:43.440Z Downloaded embedded-io v0.4.0
6512025-05-13T20:45:43.443Z Downloaded digest v0.10.7
6522025-05-13T20:45:43.443Z Downloaded unicode-linebreak v0.1.5
6532025-05-13T20:45:43.444Z Downloaded signature v2.2.0
6542025-05-13T20:45:43.444Z Downloaded minimal-lexical v0.2.1
6552025-05-13T20:45:43.447Z Downloaded zone v0.3.1
6562025-05-13T20:45:43.450Z Downloaded zone v0.1.8
6572025-05-13T20:45:43.450Z Downloaded sigpipe v0.1.3
6582025-05-13T20:45:43.450Z Downloaded termios v0.3.3
6592025-05-13T20:45:43.453Z Downloaded terminal_size v0.4.0
6602025-05-13T20:45:43.453Z Downloaded target-triple v0.1.3
6612025-05-13T20:45:43.453Z Downloaded jiff v0.2.13
6622025-05-13T20:45:43.470Z Downloaded tabwriter v1.4.0
6632025-05-13T20:45:43.473Z Downloaded slog-json v2.6.1
6642025-05-13T20:45:43.473Z Downloaded salsa20 v0.10.2
6652025-05-13T20:45:43.476Z Downloaded p256 v0.13.2
6662025-05-13T20:45:43.482Z Downloaded newline-converter v0.3.0
6672025-05-13T20:45:43.482Z Downloaded rand_seeder v0.3.0
6682025-05-13T20:45:43.482Z Downloaded progenitor v0.9.1
6692025-05-13T20:45:43.485Z Downloaded crc-catalog v2.4.0
6702025-05-13T20:45:43.485Z Downloaded rustls-webpki v0.102.8
6712025-05-13T20:45:43.499Z Downloaded write16 v1.0.0
6722025-05-13T20:45:43.503Z Downloaded unicode-properties v0.1.3
6732025-05-13T20:45:43.503Z Downloaded libsw v3.4.0
6742025-05-13T20:45:43.506Z Downloaded daft-derive v0.1.3
6752025-05-13T20:45:43.509Z Downloaded steno v0.4.1
6762025-05-13T20:45:43.512Z Downloaded serde_with v3.12.0
6772025-05-13T20:45:43.518Z Downloaded radix_trie v0.2.1
6782025-05-13T20:45:43.523Z Downloaded object v0.36.5
6792025-05-13T20:45:43.534Z Downloaded litrs v0.4.1
6802025-05-13T20:45:43.537Z Downloaded litemap v0.7.3
6812025-05-13T20:45:43.540Z Downloaded zerocopy-derive v0.6.6
6822025-05-13T20:45:43.548Z Downloaded hyper-tls v0.6.0
6832025-05-13T20:45:43.550Z Downloaded take_mut v0.2.2
6842025-05-13T20:45:43.551Z Downloaded sqlformat v0.3.5
6852025-05-13T20:45:43.553Z Downloaded serde-hex v0.1.0
6862025-05-13T20:45:43.553Z Downloaded rstest_macros v0.24.0
6872025-05-13T20:45:43.556Z Downloaded winnow v0.6.26
6882025-05-13T20:45:43.564Z Downloaded chrono-tz v0.10.3
6892025-05-13T20:45:43.573Z Downloaded crypto-bigint v0.5.5
6902025-05-13T20:45:43.578Z Downloaded diesel_derives v2.2.3
6912025-05-13T20:45:43.581Z Downloaded resolv-conf v0.7.0
6922025-05-13T20:45:43.584Z Downloaded quote v1.0.39
6932025-05-13T20:45:43.587Z Downloaded quinn-udp v0.5.5
6942025-05-13T20:45:43.587Z Downloaded libz-sys v1.1.20
6952025-05-13T20:45:43.606Z Downloaded webpki-roots v0.26.6
6962025-05-13T20:45:43.609Z Downloaded zerocopy v0.8.25
6972025-05-13T20:45:43.633Z Downloaded zerocopy v0.7.35
6982025-05-13T20:45:43.647Z Downloaded serde_with_macros v3.12.0
6992025-05-13T20:45:43.651Z Downloaded portable-atomic v1.11.0
7002025-05-13T20:45:43.658Z Downloaded mio v1.0.2
7012025-05-13T20:45:43.661Z Downloaded papergrid v0.11.0
7022025-05-13T20:45:43.665Z Downloaded zerovec-derive v0.10.3
7032025-05-13T20:45:43.668Z Downloaded libgit2-sys v0.17.0+1.8.1
7042025-05-13T20:45:43.721Z Downloaded zeroize v1.8.1
7052025-05-13T20:45:43.724Z Downloaded zerofrom v0.1.4
7062025-05-13T20:45:43.724Z Downloaded tokio-rustls v0.26.0
7072025-05-13T20:45:43.727Z Downloaded tokio-rustls v0.25.0
7082025-05-13T20:45:43.727Z Downloaded tokio-rustls v0.24.1
7092025-05-13T20:45:43.730Z Downloaded tinystr v0.7.6
7102025-05-13T20:45:43.730Z Downloaded typify v0.2.0
7112025-05-13T20:45:43.733Z Downloaded sqlparser v0.45.0
7122025-05-13T20:45:43.742Z Downloaded indicatif v0.17.11
7132025-05-13T20:45:43.745Z Downloaded serde-big-array v0.5.1
7142025-05-13T20:45:43.745Z Downloaded strum_macros v0.25.3
7152025-05-13T20:45:43.748Z Downloaded structmeta-derive v0.3.0
7162025-05-13T20:45:43.748Z Downloaded structmeta v0.3.0
7172025-05-13T20:45:43.748Z Downloaded slog-dtrace v0.3.0
7182025-05-13T20:45:43.751Z Downloaded rustc_version v0.1.7
7192025-05-13T20:45:43.751Z Downloaded tough v0.20.0
7202025-05-13T20:45:43.757Z Downloaded tabled v0.18.0
7212025-05-13T20:45:43.773Z Downloaded prettyplease v0.2.30
7222025-05-13T20:45:43.779Z Downloaded document-features v0.2.10
7232025-05-13T20:45:43.782Z Downloaded curve25519-dalek-derive v0.1.1
7242025-05-13T20:45:43.782Z Downloaded ingot-macros v0.1.0
7252025-05-13T20:45:43.782Z Downloaded hyper-staticfile v0.10.1
7262025-05-13T20:45:43.782Z Downloaded zstd-safe v7.2.3
7272025-05-13T20:45:43.785Z Downloaded phf_generator v0.11.2
7282025-05-13T20:45:43.785Z Downloaded phf v0.11.2
7292025-05-13T20:45:43.785Z Downloaded encoding_rs v0.8.34
7302025-05-13T20:45:43.806Z Downloaded path-tree v0.8.1
7312025-05-13T20:45:43.809Z Downloaded path-slash v0.1.5
7322025-05-13T20:45:43.809Z Downloaded vte_generate_state_changes v0.1.2
7332025-05-13T20:45:43.809Z Downloaded vte v0.11.1
7342025-05-13T20:45:43.813Z Downloaded vsss-rs v3.3.4
7352025-05-13T20:45:43.813Z Downloaded vergen v8.3.2
7362025-05-13T20:45:43.816Z Downloaded typify-impl v0.2.0
7372025-05-13T20:45:43.831Z Downloaded tui-tree-widget v0.23.0
7382025-05-13T20:45:43.834Z Downloaded trybuild v1.0.103
7392025-05-13T20:45:43.837Z Downloaded test-strategy v0.4.0
7402025-05-13T20:45:43.841Z Downloaded ssh-cipher v0.2.0
7412025-05-13T20:45:43.841Z Downloaded smf v0.2.3
7422025-05-13T20:45:43.841Z Downloaded serde_path_to_error v0.1.16
7432025-05-13T20:45:43.844Z Downloaded serde_cbor v0.11.2
7442025-05-13T20:45:43.844Z Downloaded russh-keys v0.45.0
7452025-05-13T20:45:43.847Z Downloaded russh-cryptovec v0.7.3
7462025-05-13T20:45:43.847Z Downloaded smoltcp v0.11.0
7472025-05-13T20:45:43.858Z Downloaded smoltcp v0.9.1
7482025-05-13T20:45:43.869Z Downloaded sha3 v0.10.8
7492025-05-13T20:45:43.873Z Downloaded derive-where v1.2.7
7502025-05-13T20:45:43.877Z Downloaded crossbeam-utils v0.8.21
7512025-05-13T20:45:43.892Z Downloaded crossbeam-epoch v0.9.18
7522025-05-13T20:45:43.895Z Downloaded cpufeatures v0.2.14
7532025-05-13T20:45:43.895Z Downloaded radium v0.7.0
7542025-05-13T20:45:43.895Z Downloaded parse-zoneinfo v0.3.1
7552025-05-13T20:45:43.895Z Downloaded twox-hash v2.1.0
7562025-05-13T20:45:43.895Z Downloaded tower-layer v0.3.3
7572025-05-13T20:45:43.895Z Downloaded parking_lot_core v0.9.10
7582025-05-13T20:45:43.895Z Downloaded tracing v0.1.40
7592025-05-13T20:45:43.895Z Downloaded parking_lot_core v0.8.6
7602025-05-13T20:45:43.898Z Downloaded chacha20 v0.9.1
7612025-05-13T20:45:43.898Z Downloaded serde_json v1.0.140
7622025-05-13T20:45:43.904Z Downloaded proptest v1.6.0
7632025-05-13T20:45:43.913Z Downloaded sled v0.34.7
7642025-05-13T20:45:43.922Z Downloaded reedline v0.38.0
7652025-05-13T20:45:43.929Z Downloaded publicsuffix v2.3.0
7662025-05-13T20:45:43.932Z Downloaded idna v1.0.3
7672025-05-13T20:45:43.935Z Downloaded ed25519-dalek v2.1.1
7682025-05-13T20:45:43.938Z Downloaded password-hash v0.5.0
7692025-05-13T20:45:43.941Z Downloaded password-hash v0.4.2
7702025-05-13T20:45:43.941Z Downloaded num_threads v0.1.7
7712025-05-13T20:45:43.944Z Downloaded ident_case v1.0.1
7722025-05-13T20:45:43.944Z Downloaded ed25519 v2.2.3
7732025-05-13T20:45:43.944Z Downloaded ecdsa v0.16.9
7742025-05-13T20:45:43.948Z Downloaded openssl-sys v0.9.107
7752025-05-13T20:45:43.951Z Downloaded thiserror-impl-no-std v2.0.2
7762025-05-13T20:45:43.954Z Downloaded terminal_size v0.2.6
7772025-05-13T20:45:43.954Z Downloaded unicode_categories v0.1.1
7782025-05-13T20:45:43.959Z Downloaded rust-argon2 v2.1.0
7792025-05-13T20:45:43.959Z Downloaded rcgen v0.12.1
7802025-05-13T20:45:43.962Z Downloaded progenitor-macro v0.8.0
7812025-05-13T20:45:43.962Z Downloaded postcard v1.0.10
7822025-05-13T20:45:43.965Z Downloaded colorchoice v1.0.2
7832025-05-13T20:45:43.965Z Downloaded cobs v0.2.3
7842025-05-13T20:45:43.965Z Downloaded unicode-xid v0.2.6
7852025-05-13T20:45:43.970Z Downloaded ciborium-ll v0.2.2
7862025-05-13T20:45:43.970Z Downloaded ciborium-io v0.2.2
7872025-05-13T20:45:43.970Z Downloaded ciborium v0.2.2
7882025-05-13T20:45:43.973Z Downloaded ignore v0.4.23
7892025-05-13T20:45:43.976Z Downloaded snafu v0.8.5
7902025-05-13T20:45:43.980Z Downloaded pest_generator v2.7.14
7912025-05-13T20:45:43.983Z Downloaded oxnet v0.1.1
7922025-05-13T20:45:43.983Z Downloaded oso-derive v0.27.3
7932025-05-13T20:45:43.986Z Downloaded x509-cert v0.2.5
7942025-05-13T20:45:43.989Z Downloaded p521 v0.13.3
7952025-05-13T20:45:43.992Z Downloaded defmt-parser v0.3.4
7962025-05-13T20:45:43.995Z Downloaded defmt-macros v0.3.9
7972025-05-13T20:45:43.998Z Downloaded defmt v0.3.8
7982025-05-13T20:45:44.001Z Downloaded strum_macros v0.24.3
7992025-05-13T20:45:44.001Z Downloaded serde_tokenstream v0.2.2
8002025-05-13T20:45:44.004Z Downloaded serde_spanned v0.6.8
8012025-05-13T20:45:44.005Z Downloaded serde_repr v0.1.19
8022025-05-13T20:45:44.005Z Downloaded serde_regex v1.1.0
8032025-05-13T20:45:44.005Z Downloaded serde_plain v1.0.2
8042025-05-13T20:45:44.009Z Downloaded rustc-hash v2.1.1
8052025-05-13T20:45:44.009Z Downloaded rustc-demangle v0.1.24
8062025-05-13T20:45:44.012Z Downloaded der v0.7.9
8072025-05-13T20:45:44.015Z Downloaded criterion v0.5.1
8082025-05-13T20:45:44.020Z Downloaded tokio-postgres v0.7.13
8092025-05-13T20:45:44.025Z Downloaded match_cfg v0.1.0
8102025-05-13T20:45:44.028Z Downloaded pin-project-internal v1.1.6
8112025-05-13T20:45:44.028Z Downloaded libm v0.2.8
8122025-05-13T20:45:44.034Z Downloaded stringmetrics v2.2.2
8132025-05-13T20:45:44.037Z Downloaded similar-asserts v1.7.0
8142025-05-13T20:45:44.040Z Downloaded scrypt v0.11.0
8152025-05-13T20:45:44.040Z Downloaded schemars_derive v0.8.22
8162025-05-13T20:45:44.040Z Downloaded schemars v0.8.22
8172025-05-13T20:45:44.049Z Downloaded io-lifetimes v1.0.11
8182025-05-13T20:45:44.052Z Downloaded idna_adapter v1.2.0
8192025-05-13T20:45:44.052Z Downloaded icu_locid_transform v1.5.0
8202025-05-13T20:45:44.055Z Downloaded elliptic-curve v0.13.8
8212025-05-13T20:45:44.059Z Downloaded zone_cfg_derive v0.3.0
8222025-05-13T20:45:44.059Z Downloaded waitgroup v0.1.2
8232025-05-13T20:45:44.062Z Downloaded usdt-impl v0.5.0
8242025-05-13T20:45:44.062Z Downloaded unicode-width v0.2.0
8252025-05-13T20:45:44.066Z Downloaded rpassword v7.3.1
8262025-05-13T20:45:44.069Z Downloaded ron v0.7.1
8272025-05-13T20:45:44.073Z Downloaded ref-cast v1.0.23
8282025-05-13T20:45:44.077Z Downloaded bstr v1.10.0
8292025-05-13T20:45:44.084Z Downloaded subprocess v0.2.9
8302025-05-13T20:45:44.089Z Downloaded git2 v0.19.0
8312025-05-13T20:45:44.094Z Downloaded lockfree-object-pool v0.1.6
8322025-05-13T20:45:44.097Z Downloaded usdt-macro v0.5.0
8332025-05-13T20:45:44.097Z Downloaded usdt-attr-macro v0.5.0
8342025-05-13T20:45:44.103Z Downloaded usdt v0.5.0
8352025-05-13T20:45:44.103Z Downloaded unicode-truncate v1.1.0
8362025-05-13T20:45:44.104Z Downloaded typify-macro v0.2.0
8372025-05-13T20:45:44.104Z Downloaded num-bigint-dig v0.8.4
8382025-05-13T20:45:44.108Z Downloaded num-bigint v0.4.6
8392025-05-13T20:45:44.112Z Downloaded indent_write v2.2.0
8402025-05-13T20:45:44.112Z Downloaded cc v1.2.15
8412025-05-13T20:45:44.116Z Downloaded icu_locid_transform_data v1.5.0
8422025-05-13T20:45:44.116Z Downloaded enum-as-inner v0.6.1
8432025-05-13T20:45:44.116Z Downloaded endian-type v0.1.2
8442025-05-13T20:45:44.119Z Downloaded der_derive v0.7.3
8452025-05-13T20:45:44.119Z Downloaded darling_macro v0.20.10
8462025-05-13T20:45:44.119Z Downloaded shell-words v1.1.0
8472025-05-13T20:45:44.119Z Downloaded secrecy v0.10.3
8482025-05-13T20:45:44.124Z Downloaded sec1 v0.7.3
8492025-05-13T20:45:44.124Z Downloaded rustls v0.21.12
8502025-05-13T20:45:44.133Z Downloaded rstest v0.24.0
8512025-05-13T20:45:44.137Z Downloaded ref-cast-impl v1.0.23
8522025-05-13T20:45:44.141Z Downloaded progenitor-macro v0.9.1
8532025-05-13T20:45:44.141Z Downloaded proc-macro-error-attr2 v2.0.0
8542025-05-13T20:45:44.141Z Downloaded pretty-hex v0.2.1
8552025-05-13T20:45:44.141Z Downloaded predicates-tree v1.0.12
8562025-05-13T20:45:44.145Z Downloaded pest_derive v2.7.14
8572025-05-13T20:45:44.145Z Downloaded pbkdf2 v0.11.0
8582025-05-13T20:45:44.148Z Downloaded partial-io v0.5.4
8592025-05-13T20:45:44.148Z Downloaded parse-display v0.10.0
8602025-05-13T20:45:44.152Z Downloaded owo-colors v4.2.0
8612025-05-13T20:45:44.152Z Downloaded omicron-zone-package v0.12.2
8622025-05-13T20:45:44.155Z Downloaded olpc-cjson v0.1.4
8632025-05-13T20:45:44.155Z Downloaded nodrop v0.1.14
8642025-05-13T20:45:44.158Z Downloaded aws-lc-rs v1.12.4
8652025-05-13T20:45:44.165Z Downloaded time-macros v0.2.18
8662025-05-13T20:45:44.168Z Downloaded time-core v0.1.2
8672025-05-13T20:45:44.168Z Downloaded thiserror-impl v1.0.69
8682025-05-13T20:45:44.172Z Downloaded thiserror v2.0.12
8692025-05-13T20:45:44.176Z Downloaded term v0.7.0
8702025-05-13T20:45:44.180Z Downloaded cstr-argument v0.1.2
8712025-05-13T20:45:44.180Z Downloaded crypto-common v0.1.6
8722025-05-13T20:45:44.180Z Downloaded cookie v0.18.1
8732025-05-13T20:45:44.185Z Downloaded convert_case v0.4.0
8742025-05-13T20:45:44.185Z Downloaded constant_time_eq v0.3.1
8752025-05-13T20:45:44.185Z Downloaded clap_derive v4.5.32
8762025-05-13T20:45:44.188Z Downloaded synstructure v0.13.1
8772025-05-13T20:45:44.188Z Downloaded string_cache v0.8.9
8782025-05-13T20:45:44.188Z Downloaded similar v2.7.0
8792025-05-13T20:45:44.191Z Downloaded simd-adler32 v0.3.7
8802025-05-13T20:45:44.194Z Downloaded scroll_derive v0.12.0
8812025-05-13T20:45:44.195Z Downloaded scroll v0.12.0
8822025-05-13T20:45:44.198Z Downloaded typify-macro v0.3.0
8832025-05-13T20:45:44.198Z Downloaded slab v0.4.9
8842025-05-13T20:45:44.198Z Downloaded siphasher v0.3.11
8852025-05-13T20:45:44.198Z Downloaded sha2 v0.10.8
8862025-05-13T20:45:44.204Z Downloaded sct v0.7.1
8872025-05-13T20:45:44.208Z Downloaded scopeguard v1.2.0
8882025-05-13T20:45:44.208Z Downloaded hashbrown v0.15.1
8892025-05-13T20:45:44.212Z Downloaded goblin v0.8.2
8902025-05-13T20:45:44.216Z Downloaded want v0.3.1
8912025-05-13T20:45:44.221Z Downloaded walkdir v2.5.0
8922025-05-13T20:45:44.221Z Downloaded utf16_iter v1.0.5
8932025-05-13T20:45:44.221Z Downloaded rustls-pemfile v2.2.0
8942025-05-13T20:45:44.227Z Downloaded rustls-pemfile v1.0.4
8952025-05-13T20:45:44.227Z Downloaded tracing-core v0.1.32
8962025-05-13T20:45:44.231Z Downloaded tap v1.0.1
8972025-05-13T20:45:44.231Z Downloaded rand_chacha v0.9.0
8982025-05-13T20:45:44.231Z Downloaded proc-macro-crate v3.2.0
8992025-05-13T20:45:44.231Z Downloaded plotters-svg v0.3.7
9002025-05-13T20:45:44.231Z Downloaded plain v0.2.3
9012025-05-13T20:45:44.231Z Downloaded fancy-regex v0.14.0
9022025-05-13T20:45:44.235Z Downloaded rand_core v0.6.4
9032025-05-13T20:45:44.235Z Downloaded pkg-config v0.3.31
9042025-05-13T20:45:44.238Z Downloaded pkcs8 v0.10.2
9052025-05-13T20:45:44.238Z Downloaded pem-rfc7468 v0.7.0
9062025-05-13T20:45:44.241Z Downloaded pathdiff v0.2.3
9072025-05-13T20:45:44.241Z Downloaded packed_struct_codegen v0.10.1
9082025-05-13T20:45:44.241Z Downloaded packed_struct v0.10.1
9092025-05-13T20:45:44.244Z Downloaded hkdf v0.12.4
9102025-05-13T20:45:44.244Z Downloaded bindgen v0.69.5
9112025-05-13T20:45:44.255Z Downloaded heapless v0.7.17
9122025-05-13T20:45:44.260Z Downloaded headers v0.4.0
9132025-05-13T20:45:44.263Z Downloaded hashbrown v0.13.2
9142025-05-13T20:45:44.267Z Downloaded base64 v0.21.7
9152025-05-13T20:45:44.271Z Downloaded aho-corasick v1.1.3
9162025-05-13T20:45:44.275Z Downloaded aes-gcm v0.10.3
9172025-05-13T20:45:44.278Z Downloaded half v2.4.1
9182025-05-13T20:45:44.278Z Downloaded cassowary v0.3.0
9192025-05-13T20:45:44.282Z Downloaded cargo_metadata v0.18.1
9202025-05-13T20:45:44.283Z Downloaded camino-tempfile-ext v0.3.0
9212025-05-13T20:45:44.287Z Downloaded bytes v1.10.1
9222025-05-13T20:45:44.290Z Downloaded hmac v0.12.1
9232025-05-13T20:45:44.291Z Downloaded fd-lock v4.0.2
9242025-05-13T20:45:44.291Z Downloaded bitvec v1.0.1
9252025-05-13T20:45:44.304Z Downloaded heck v0.5.0
9262025-05-13T20:45:44.308Z Downloaded getrandom v0.3.1
9272025-05-13T20:45:44.308Z Downloaded hex-literal v0.4.1
9282025-05-13T20:45:44.308Z Downloaded heck v0.4.1
9292025-05-13T20:45:44.313Z Downloaded heck v0.3.3
9302025-05-13T20:45:44.313Z Downloaded getrandom v0.2.15
9312025-05-13T20:45:44.318Z Downloaded futures v0.3.31
9322025-05-13T20:45:44.325Z Downloaded group v0.13.0
9332025-05-13T20:45:44.325Z Downloaded foreign-types-shared v0.1.1
9342025-05-13T20:45:44.325Z Downloaded futures-macro v0.3.31
9352025-05-13T20:45:44.325Z Downloaded futures-io v0.3.31
9362025-05-13T20:45:44.325Z Downloaded futures-core v0.3.31
9372025-05-13T20:45:44.328Z Downloaded foreign-types-macros v0.2.3
9382025-05-13T20:45:44.328Z Downloaded fixedbitset v0.5.7
9392025-05-13T20:45:44.328Z Downloaded event-listener v5.3.1
9402025-05-13T20:45:44.328Z Downloaded foreign-types v0.3.2
9412025-05-13T20:45:44.328Z Downloaded foldhash v0.1.3
9422025-05-13T20:45:44.328Z Downloaded ff v0.13.0
9432025-05-13T20:45:44.331Z Downloaded fastrand v2.1.1
9442025-05-13T20:45:44.331Z Downloaded env_logger v0.10.2
9452025-05-13T20:45:44.335Z Downloaded filetime v0.2.25
9462025-05-13T20:45:44.335Z Downloaded event-listener-strategy v0.5.2
9472025-05-13T20:45:44.338Z Downloaded flate2 v1.1.1
9482025-05-13T20:45:44.343Z Downloaded cfg_aliases v0.2.1
9492025-05-13T20:45:44.343Z Downloaded camino v1.1.9
9502025-05-13T20:45:44.346Z Downloaded expectorate v1.2.0
9512025-05-13T20:45:44.346Z Downloaded hubpack v0.1.2
9522025-05-13T20:45:44.346Z Downloaded httptest v0.16.3
9532025-05-13T20:45:44.350Z Downloaded bzip2 v0.4.4
9542025-05-13T20:45:44.350Z Downloaded blake2 v0.10.6
9552025-05-13T20:45:44.354Z Downloaded blocking v1.6.1
9562025-05-13T20:45:44.354Z Downloaded anstyle-query v1.1.1
9572025-05-13T20:45:44.359Z Downloaded anstyle-parse v0.2.5
9582025-05-13T20:45:44.359Z Downloaded async-io v2.3.4
9592025-05-13T20:45:44.359Z Downloaded backoff v0.4.0
9602025-05-13T20:45:44.364Z Downloaded async-trait v0.1.88
9612025-05-13T20:45:44.367Z Downloaded gethostname v0.5.0
9622025-05-13T20:45:44.367Z Downloaded async-signal v0.2.10
9632025-05-13T20:45:44.367Z Downloaded base16ct v0.2.0
9642025-05-13T20:45:44.368Z Downloaded async-task v4.7.1
9652025-05-13T20:45:44.371Z Downloaded generic-array v0.14.7
9662025-05-13T20:45:44.371Z Downloaded async-stream v0.3.6
9672025-05-13T20:45:44.374Z Downloaded async-executor v1.13.1
9682025-05-13T20:45:44.374Z Downloaded arrayvec v0.7.6
9692025-05-13T20:45:44.377Z Downloaded async-stream-impl v0.3.6
9702025-05-13T20:45:44.377Z Downloaded async-recursion v1.1.1
9712025-05-13T20:45:44.380Z Downloaded async-object-pool v0.1.5
9722025-05-13T20:45:44.380Z Downloaded async-global-executor v2.4.1
9732025-05-13T20:45:44.384Z Downloaded ahash v0.8.11
9742025-05-13T20:45:44.384Z Downloaded async-channel v2.3.1
9752025-05-13T20:45:44.387Z Downloaded async-channel v1.9.0
9762025-05-13T20:45:44.387Z Downloaded float-cmp v0.10.0
9772025-05-13T20:45:44.387Z Downloaded flagset v0.4.6
9782025-05-13T20:45:44.390Z Downloaded cfg_aliases v0.1.1
9792025-05-13T20:45:44.390Z Downloaded backtrace v0.3.74
9802025-05-13T20:45:44.393Z Downloaded assert-json-diff v2.0.2
9812025-05-13T20:45:44.396Z Downloaded ascii-canvas v3.0.0
9822025-05-13T20:45:44.396Z Downloaded arrayref v0.3.9
9832025-05-13T20:45:44.396Z Downloaded anes v0.1.6
9842025-05-13T20:45:44.400Z Downloaded aead v0.5.2
9852025-05-13T20:45:44.400Z Downloaded cancel-safe-futures v0.1.5
9862025-05-13T20:45:44.402Z Downloaded bzip2 v0.5.2
9872025-05-13T20:45:44.407Z Downloaded env_logger v0.11.5
9882025-05-13T20:45:44.407Z Downloaded buf-list v1.0.3
9892025-05-13T20:45:44.410Z Downloaded blowfish v0.9.1
9902025-05-13T20:45:44.410Z Downloaded block-padding v0.3.3
9912025-05-13T20:45:44.410Z Downloaded blake2b_simd v1.0.2
9922025-05-13T20:45:44.413Z Downloaded http-body v1.0.1
9932025-05-13T20:45:44.413Z Downloaded bitfield-struct v0.6.2
9942025-05-13T20:45:44.413Z Downloaded bitfield v0.14.0
9952025-05-13T20:45:44.416Z Downloaded bcs v0.1.6
9962025-05-13T20:45:44.416Z Downloaded bcrypt-pbkdf v0.10.0
9972025-05-13T20:45:44.419Z Downloaded glob v0.3.2
9982025-05-13T20:45:44.419Z Downloaded bb8 v0.8.5
9992025-05-13T20:45:44.420Z Downloaded futures-channel v0.3.31
10002025-05-13T20:45:44.422Z Downloaded async-bb8-diesel v0.2.1
10012025-05-13T20:45:44.426Z Downloaded fs_extra v1.3.0
10022025-05-13T20:45:44.426Z Downloaded cfg-if v1.0.0
10032025-05-13T20:45:44.429Z Downloaded cexpr v0.6.0
10042025-05-13T20:45:44.429Z Downloaded cast v0.3.0
10052025-05-13T20:45:44.432Z Downloaded cargo-platform v0.1.8
10062025-05-13T20:45:44.432Z Downloaded block-buffer v0.10.4
10072025-05-13T20:45:44.432Z Downloaded argon2 v0.5.3
10082025-05-13T20:45:44.435Z Downloaded anyhow v1.0.98
10092025-05-13T20:45:44.438Z Downloaded anstream v0.6.18
10102025-05-13T20:45:44.491Z Downloaded aws-lc-sys v0.26.0
10112025-05-13T20:45:45.076Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10122025-05-13T20:45:58.619Z Startup: Refreshing catalog 'helios-dev' ... Done
10132025-05-13T20:46:04.225Z Startup: Caching catalogs ... Done
10142025-05-13T20:46:08.960ZPlanning: Solver setup ... Done (3.621s)
10152025-05-13T20:46:08.994ZPlanning: Running solver ... Done (0.035s)
10162025-05-13T20:46:09.075ZPlanning: Finding local manifests ... Done (0.003s)
10172025-05-13T20:46:09.105ZPlanning: Fetching manifests: 0/4 0% complete
10182025-05-13T20:46:10.521ZPlanning: Fetching manifests: 4/4 100% complete
10192025-05-13T20:46:10.568ZPlanning: Package planning ... Done (0.047s)
10202025-05-13T20:46:10.619ZPlanning: Merging actions ... Done (0.051s)
10212025-05-13T20:46:10.967ZPlanning: Checking for conflicting actions ... Done (0.348s)
10222025-05-13T20:46:10.979ZPlanning: Consolidating action changes ... Done (0.011s)
10232025-05-13T20:46:13.672ZPlanning: Evaluating mediators ... Done (2.693s)
10242025-05-13T20:46:13.685ZPlanning: Planning completed in 9.35 seconds
10252025-05-13T20:46:13.882Z Packages to install: 4
10262025-05-13T20:46:13.882Z Mediators to change: 2
10272025-05-13T20:46:13.882Z Services to change: 1
10282025-05-13T20:46:13.887Z Estimated space available: 155.25 GB
10292025-05-13T20:46:13.887ZEstimated space to be consumed: 1.65 GB
10302025-05-13T20:46:13.887Z Create boot environment: No
10312025-05-13T20:46:13.887ZCreate backup boot environment: No
10322025-05-13T20:46:13.887Z Rebuild boot archive: No
10332025-05-13T20:46:13.887Z
10342025-05-13T20:46:13.887ZChanged mediators:
10352025-05-13T20:46:13.887Z mediator clang:
10362025-05-13T20:46:13.887Z version: None -> 15 (system default)
10372025-05-13T20:46:13.887Z
10382025-05-13T20:46:13.887Z mediator llvm:
10392025-05-13T20:46:13.887Z version: 14 (system default) -> 15 (system default)
10402025-05-13T20:46:13.887Z
10412025-05-13T20:46:13.887ZChanged packages:
10422025-05-13T20:46:13.887Zhelios-dev
10432025-05-13T20:46:13.887Z developer/build-essential
10442025-05-13T20:46:13.887Z None -> 11-2.0
10452025-05-13T20:46:13.888Z library/libxmlsec1
10462025-05-13T20:46:13.888Z None -> 1.2.35-2.0
10472025-05-13T20:46:13.888Z ooce/developer/clang-15
10482025-05-13T20:46:13.888Z None -> 15.0.7-2.0
10492025-05-13T20:46:13.888Z ooce/developer/llvm-15
10502025-05-13T20:46:13.888Z None -> 15.0.7-2.0
10512025-05-13T20:46:13.888Z
10522025-05-13T20:46:13.888ZServices:
10532025-05-13T20:46:13.888Z restart_fmri:
10542025-05-13T20:46:13.888Z svc:/system/update-man-index:default
10552025-05-13T20:46:13.966Z
10562025-05-13T20:46:13.966ZDownload: 0/3290 items 0.0/212.6MB 0% complete
10572025-05-13T20:46:18.968ZDownload: 903/3290 items 18.9/212.6MB 8% complete (3.9M/s)
10582025-05-13T20:46:23.972ZDownload: 1551/3290 items 112.7/212.6MB 53% complete (11.3M/s)
10592025-05-13T20:46:29.010ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (10.2M/s)
10602025-05-13T20:46:34.011ZDownload: 3248/3290 items 189.1/212.6MB 88% complete (7.6M/s)
10612025-05-13T20:46:35.130ZDownload: Completed 212.60 MB in 21.16 seconds (10.1M/s)
10622025-05-13T20:46:35.426Z Actions: 1/3689 actions (Installing new actions)
10632025-05-13T20:46:39.977Z Actions: Completed 3689 actions in 4.55 seconds.
10642025-05-13T20:46:40.278Z Done (0.297s)
10652025-05-13T20:46:40.278Z Done (0.000s)
10662025-05-13T20:46:41.007Z Done (0.729s)
10672025-05-13T20:46:45.624Z Done (4.347s)
10682025-05-13T20:46:45.713Z Done (0.020s)
10692025-05-13T20:46:45.716Z Done (0.000s)
10702025-05-13T20:46:45.878Z Done (0.000s)
10712025-05-13T20:46:46.631ZPlanning: Evaluating mediator changes ... Done
10722025-05-13T20:46:46.789ZPlanning: Checking for conflicting actions ... Done
10732025-05-13T20:46:46.794ZPlanning: Consolidating action changes ... Done
10742025-05-13T20:46:47.058ZPlanning: Evaluating mediators ... Done
10752025-05-13T20:46:47.061ZPlanning: Planning completed in 0.43 seconds
10762025-05-13T20:46:47.092Z Mediators to change: 2
10772025-05-13T20:46:47.092Z Create boot environment: No
10782025-05-13T20:46:47.097ZCreate backup boot environment: No
10792025-05-13T20:46:47.169Z Done
10802025-05-13T20:46:47.169Z Done
10812025-05-13T20:46:47.647Z Done
10822025-05-13T20:46:51.244Z Done
10832025-05-13T20:46:51.326Z Done
10842025-05-13T20:46:51.326Z Done
10852025-05-13T20:46:51.455Z Done
10862025-05-13T20:46:52.055ZPlanning: Evaluating mediator changes ... Done
10872025-05-13T20:46:52.060ZPlanning: Merging actions ... Done
10882025-05-13T20:46:52.243ZPlanning: Checking for conflicting actions ... Done
10892025-05-13T20:46:52.246ZPlanning: Consolidating action changes ... Done
10902025-05-13T20:46:52.506ZPlanning: Evaluating mediators ... Done
10912025-05-13T20:46:52.566ZPlanning: Planning completed in 0.75 seconds
10922025-05-13T20:46:52.601Z Packages to change: 1
10932025-05-13T20:46:52.602Z Mediators to change: 1
10942025-05-13T20:46:52.610Z Services to change: 1
10952025-05-13T20:46:52.610Z Create boot environment: No
10962025-05-13T20:46:52.610ZCreate backup boot environment: Yes
10972025-05-13T20:46:54.908Z Actions: 1/6 actions (Updating modified actions)
10982025-05-13T20:46:54.911Z Actions: Completed 6 actions in 0.00 seconds.
10992025-05-13T20:46:54.911Z Done
11002025-05-13T20:46:54.911Z Done
11012025-05-13T20:46:55.053Z Done
11022025-05-13T20:46:58.648Z Done
11032025-05-13T20:46:58.735Z Done
11042025-05-13T20:46:58.735Z Done
11052025-05-13T20:46:58.889Z Done
11062025-05-13T20:46:59.318ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11072025-05-13T20:46:59.318Zclang system 15 system
11082025-05-13T20:46:59.318Zcsh system system illumos
11092025-05-13T20:46:59.318Zctags system system illumos
11102025-05-13T20:46:59.319Zfile system system illumos
11112025-05-13T20:46:59.319Zgcc vendor 12 vendor
11122025-05-13T20:46:59.319Zgcc system 10 system
11132025-05-13T20:46:59.319Zgcc system 7 system
11142025-05-13T20:46:59.319Zgo system 1.20 system
11152025-05-13T20:46:59.319Zgo system 1.19 system
11162025-05-13T20:46:59.319Zllvm system 15 system
11172025-05-13T20:46:59.319Zllvm system 14 system
11182025-05-13T20:46:59.319Zmariadb system 10.6 system
11192025-05-13T20:46:59.319Zmta vendor vendor dma
11202025-05-13T20:46:59.319Zopenjdk system 17 system
11212025-05-13T20:46:59.319Zopenjdk system 11 system
11222025-05-13T20:46:59.319Zopenjdk system 1.8 system
11232025-05-13T20:46:59.319Zopenssl vendor 3 vendor
11242025-05-13T20:46:59.319Zperl system 5.36 system
11252025-05-13T20:46:59.319Zpostgresql system 15 system
11262025-05-13T20:46:59.319Zpostgresql system 13 system
11272025-05-13T20:46:59.319Zpython vendor 3 vendor
11282025-05-13T20:46:59.319Zpython system 2 system
11292025-05-13T20:46:59.319Zpython3 system 3.11 system
11302025-05-13T20:46:59.319Zruby system 3.0 system
11312025-05-13T20:46:59.319Zwords vendor vendor american-english
11322025-05-13T20:46:59.319Zwords system system australian-english
11332025-05-13T20:46:59.319Zwords system system british-english
11342025-05-13T20:46:59.319Zwords system system canadian-english
11352025-05-13T20:46:59.319Zwords system system french
11362025-05-13T20:46:59.319Zwords system system italian
11372025-05-13T20:46:59.319Zwords system system ngerman
11382025-05-13T20:46:59.319Zwords system system ogerman
11392025-05-13T20:46:59.319Zwords system system spanish
11402025-05-13T20:46:59.648ZPUBLISHER TYPE STATUS P LOCATION
11412025-05-13T20:46:59.648Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11422025-05-13T20:47:03.333ZFMRI IFO
11432025-05-13T20:47:03.333Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11442025-05-13T20:47:03.333Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11452025-05-13T20:47:03.333Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11462025-05-13T20:47:03.333Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11472025-05-13T20:47:03.335Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11482025-05-13T20:47:03.335Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11492025-05-13T20:47:03.335Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
11502025-05-13T20:47:03.335Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11512025-05-13T20:47:03.335Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11522025-05-13T20:47:03.335Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
11532025-05-13T20:47:03.335Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11542025-05-13T20:47:03.335Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11552025-05-13T20:47:03.335Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
11562025-05-13T20:47:03.335Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11572025-05-13T20:47:03.335Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11582025-05-13T20:47:04.731Z Downloading crates ...
11592025-05-13T20:47:04.871Z Downloaded cargo_toml v0.21.0
11602025-05-13T20:47:04.960Z Compiling proc-macro2 v1.0.94
11612025-05-13T20:47:04.960Z Compiling unicode-ident v1.0.14
11622025-05-13T20:47:04.964Z Compiling version_check v0.9.5
11632025-05-13T20:47:04.964Z Compiling libc v0.2.171
11642025-05-13T20:47:04.964Z Compiling serde v1.0.219
11652025-05-13T20:47:04.964Z Compiling memchr v2.7.4
11662025-05-13T20:47:04.983Z Compiling thiserror v1.0.69
11672025-05-13T20:47:04.986Z Compiling ryu v1.0.18
11682025-05-13T20:47:05.230Z Compiling itoa v1.0.11
11692025-05-13T20:47:05.328Z Compiling ucd-trie v0.1.7
11702025-05-13T20:47:05.618Z Compiling once_cell v1.21.3
11712025-05-13T20:47:05.788Z Compiling byteorder v1.5.0
11722025-05-13T20:47:05.926Z Compiling rustix v0.38.37
11732025-05-13T20:47:05.973Z Compiling serde_json v1.0.140
11742025-05-13T20:47:06.223Z Compiling bitflags v2.9.0
11752025-05-13T20:47:06.326Z Compiling usdt-impl v0.5.0
11762025-05-13T20:47:06.405Z Compiling proc-macro-error-attr v1.0.4
11772025-05-13T20:47:06.495Z Compiling io-lifetimes v1.0.11
11782025-05-13T20:47:06.631Z Compiling syn v1.0.109
11792025-05-13T20:47:06.726Z Compiling proc-macro-error v1.0.4
11802025-05-13T20:47:06.760Z Compiling log v0.4.22
11812025-05-13T20:47:06.804Z Compiling camino v1.1.9
11822025-05-13T20:47:07.036Z Compiling quote v1.0.39
11832025-05-13T20:47:07.049Z Compiling errno v0.3.9
11842025-05-13T20:47:07.196Z Compiling equivalent v1.0.1
11852025-05-13T20:47:07.271Z Compiling thread-id v4.2.2
11862025-05-13T20:47:07.310Z Compiling plain v0.2.3
11872025-05-13T20:47:07.346Z Compiling rustix v0.37.28
11882025-05-13T20:47:07.364Z Compiling hashbrown v0.15.1
11892025-05-13T20:47:07.378Z Compiling syn v2.0.98
11902025-05-13T20:47:07.463Z Compiling utf8parse v0.2.2
11912025-05-13T20:47:07.616Z Compiling anstyle-parse v0.2.5
11922025-05-13T20:47:07.944Z Compiling autocfg v1.4.0
11932025-05-13T20:47:08.231Z Compiling anstyle v1.0.10
11942025-05-13T20:47:08.314Z Compiling is_terminal_polyfill v1.70.1
11952025-05-13T20:47:08.434Z Compiling indexmap v2.9.0
11962025-05-13T20:47:08.450Z Compiling colorchoice v1.0.2
11972025-05-13T20:47:08.450Z Compiling bitflags v1.3.2
11982025-05-13T20:47:08.541Z Compiling semver v1.0.26
11992025-05-13T20:47:08.610Z Compiling thiserror v2.0.12
12002025-05-13T20:47:08.668Z Compiling winnow v0.7.3
12012025-05-13T20:47:08.911Z Compiling pretty-hex v0.4.1
12022025-05-13T20:47:09.125Z Compiling unicode-width v0.1.14
12032025-05-13T20:47:09.159Z Compiling anstyle-query v1.1.1
12042025-05-13T20:47:09.290Z Compiling anstream v0.6.18
12052025-05-13T20:47:09.582Z Compiling terminal_size v0.4.0
12062025-05-13T20:47:09.665Z Compiling fs-err v3.1.0
12072025-05-13T20:47:09.900Z Compiling cfg-if v1.0.0
12082025-05-13T20:47:09.910Z Compiling clap_lex v0.7.4
12092025-05-13T20:47:09.958Z Compiling bytecount v0.6.8
12102025-05-13T20:47:09.977Z Compiling strsim v0.11.1
12112025-05-13T20:47:09.999Z Compiling fastrand v2.1.1
12122025-05-13T20:47:10.125Z Compiling heck v0.4.1
12132025-05-13T20:47:10.475Z Compiling fnv v1.0.7
12142025-05-13T20:47:10.616Z Compiling anyhow v1.0.98
12152025-05-13T20:47:10.693Z Compiling heck v0.5.0
12162025-05-13T20:47:10.907Z Compiling tempfile v3.13.0
12172025-05-13T20:47:10.908Z Compiling terminal_size v0.2.6
12182025-05-13T20:47:10.983Z Compiling papergrid v0.11.0
12192025-05-13T20:47:11.106Z Compiling clap_builder v4.5.35
12202025-05-13T20:47:11.277Z Compiling memmap v0.7.0
12212025-05-13T20:47:11.573Z Compiling unicode-linebreak v0.1.5
12222025-05-13T20:47:11.589Z Compiling smawk v0.3.2
12232025-05-13T20:47:12.037Z Compiling textwrap v0.16.1
12242025-05-13T20:47:12.040Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12252025-05-13T20:47:12.347Z Compiling swrite v0.1.0
12262025-05-13T20:47:12.750Z Compiling tabled_derive v0.7.0
12272025-05-13T20:47:14.186Z Compiling tabled v0.15.0
12282025-05-13T20:47:14.252Z Compiling serde_derive v1.0.219
12292025-05-13T20:47:14.255Z Compiling thiserror-impl v1.0.69
12302025-05-13T20:47:14.255Z Compiling zerocopy-derive v0.7.35
12312025-05-13T20:47:14.255Z Compiling scroll_derive v0.12.0
12322025-05-13T20:47:14.255Z Compiling thiserror-impl v2.0.12
12332025-05-13T20:47:14.255Z Compiling clap_derive v4.5.32
12342025-05-13T20:47:15.632Z Compiling scroll v0.12.0
12352025-05-13T20:47:16.187Z Compiling zerocopy v0.7.35
12362025-05-13T20:47:16.222Z Compiling goblin v0.8.2
12372025-05-13T20:47:17.317Z Compiling pest v2.7.14
12382025-05-13T20:47:18.364Z Compiling clap v4.5.35
12392025-05-13T20:47:19.531Z Compiling pest_meta v2.7.14
12402025-05-13T20:47:20.414Z Compiling pest_generator v2.7.14
12412025-05-13T20:47:21.759Z Compiling pest_derive v2.7.14
12422025-05-13T20:47:22.340Z Compiling dtrace-parser v0.2.0
12432025-05-13T20:47:23.141Z Compiling toml_datetime v0.6.8
12442025-05-13T20:47:23.145Z Compiling serde_spanned v0.6.8
12452025-05-13T20:47:23.145Z Compiling cargo-platform v0.1.8
12462025-05-13T20:47:23.430Z Compiling serde_tokenstream v0.2.2
12472025-05-13T20:47:23.559Z Compiling toml_edit v0.22.24
12482025-05-13T20:47:23.573Z Compiling macaddr v1.0.1
12492025-05-13T20:47:23.677Z Compiling camino-tempfile v1.3.0
12502025-05-13T20:47:24.557Z Compiling dof v0.3.0
12512025-05-13T20:47:24.557Z Compiling cargo_metadata v0.19.2
12522025-05-13T20:47:26.040Z Compiling usdt-attr-macro v0.5.0
12532025-05-13T20:47:26.043Z Compiling usdt-macro v0.5.0
12542025-05-13T20:47:26.223Z Compiling toml v0.8.20
12552025-05-13T20:47:27.009Z Compiling cargo_toml v0.21.0
12562025-05-13T20:47:27.218Z Compiling usdt v0.5.0
12572025-05-13T20:47:29.585Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12582025-05-13T20:47:32.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.65s
12592025-05-13T20:47:32.695Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
12602025-05-13T20:47:33.639Z Compiling serde v1.0.219
12612025-05-13T20:47:33.643Z Compiling value-bag v1.9.0
12622025-05-13T20:47:33.643Z Compiling shlex v1.3.0
12632025-05-13T20:47:33.643Z Compiling lock_api v0.4.12
12642025-05-13T20:47:33.643Z Compiling scopeguard v1.2.0
12652025-05-13T20:47:33.643Z Compiling typenum v1.17.0
12662025-05-13T20:47:33.643Z Compiling syn v2.0.98
12672025-05-13T20:47:33.777Z Compiling getrandom v0.2.15
12682025-05-13T20:47:34.063Z Compiling jobserver v0.1.32
12692025-05-13T20:47:34.203Z Compiling rand_core v0.6.4
12702025-05-13T20:47:34.224Z Compiling generic-array v0.14.7
12712025-05-13T20:47:34.320Z Compiling log v0.4.22
12722025-05-13T20:47:34.392Z Compiling smallvec v1.14.0
12732025-05-13T20:47:34.538Z Compiling cc v1.2.15
12742025-05-13T20:47:34.774Z Compiling subtle v2.6.1
12752025-05-13T20:47:34.791Z Compiling const-oid v0.9.6
12762025-05-13T20:47:34.808Z Compiling stable_deref_trait v1.2.0
12772025-05-13T20:47:34.834Z Compiling pkg-config v0.3.31
12782025-05-13T20:47:34.925Z Compiling pin-project-lite v0.2.14
12792025-05-13T20:47:35.044Z Compiling rustix v0.38.37
12802025-05-13T20:47:35.071Z Compiling parking_lot_core v0.9.10
12812025-05-13T20:47:35.111Z Compiling signal-hook-registry v1.4.2
12822025-05-13T20:47:35.788Z Compiling mio v1.0.2
12832025-05-13T20:47:35.888Z Compiling spin v0.9.8
12842025-05-13T20:47:36.069Z Compiling parking_lot v0.12.3
12852025-05-13T20:47:36.102Z Compiling futures-core v0.3.31
12862025-05-13T20:47:36.120Z Compiling aho-corasick v1.1.3
12872025-05-13T20:47:36.270Z Compiling either v1.14.0
12882025-05-13T20:47:36.346Z Compiling libm v0.2.8
12892025-05-13T20:47:36.671Z Compiling litemap v0.7.3
12902025-05-13T20:47:36.697Z Compiling serde_json v1.0.140
12912025-05-13T20:47:36.760Z Compiling cpufeatures v0.2.14
12922025-05-13T20:47:36.779Z Compiling regex-syntax v0.8.5
12932025-05-13T20:47:36.865Z Compiling writeable v0.5.5
12942025-05-13T20:47:36.911Z Compiling socket2 v0.5.9
12952025-05-13T20:47:37.033Z Compiling num-traits v0.2.19
12962025-05-13T20:47:37.056Z Compiling slab v0.4.9
12972025-05-13T20:47:37.338Z Compiling glob v0.3.2
12982025-05-13T20:47:37.643Z Compiling futures-sink v0.3.31
12992025-05-13T20:47:37.773Z Compiling getrandom v0.3.1
13002025-05-13T20:47:37.799Z Compiling prettyplease v0.2.30
13012025-05-13T20:47:38.115Z Compiling clang-sys v1.8.1
13022025-05-13T20:47:38.139Z Compiling icu_locid_transform_data v1.5.0
13032025-05-13T20:47:38.301Z Compiling lazy_static v1.5.0
13042025-05-13T20:47:38.434Z Compiling foldhash v0.1.3
13052025-05-13T20:47:38.568Z Compiling allocator-api2 v0.2.18
13062025-05-13T20:47:38.733Z Compiling minimal-lexical v0.2.1
13072025-05-13T20:47:38.795Z Compiling icu_properties_data v1.5.0
13082025-05-13T20:47:39.083Z Compiling libloading v0.8.5
13092025-05-13T20:47:39.277Z Compiling hashbrown v0.15.1
13102025-05-13T20:47:39.312Z Compiling nom v7.1.3
13112025-05-13T20:47:39.333Z Compiling home v0.5.9
13122025-05-13T20:47:39.460Z Compiling write16 v1.0.0
13132025-05-13T20:47:39.564Z Compiling bindgen v0.69.5
13142025-05-13T20:47:39.600Z Compiling base64ct v1.6.0
13152025-05-13T20:47:40.185Z Compiling icu_normalizer_data v1.5.0
13162025-05-13T20:47:40.211Z Compiling percent-encoding v2.3.1
13172025-05-13T20:47:40.298Z Compiling regex-automata v0.4.8
13182025-05-13T20:47:40.429Z Compiling utf8_iter v1.0.4
13192025-05-13T20:47:40.475Z Compiling utf16_iter v1.0.5
13202025-05-13T20:47:40.568Z Compiling pem-rfc7468 v0.7.0
13212025-05-13T20:47:40.656Z Compiling synstructure v0.13.1
13222025-05-13T20:47:41.170Z Compiling itertools v0.12.1
13232025-05-13T20:47:42.018Z Compiling lazycell v1.3.0
13242025-05-13T20:47:42.199Z Compiling rustc-hash v1.1.0
13252025-05-13T20:47:42.365Z Compiling cexpr v0.6.0
13262025-05-13T20:47:42.530Z Compiling flagset v0.4.6
13272025-05-13T20:47:42.613Z Compiling futures-channel v0.3.31
13282025-05-13T20:47:42.759Z Compiling cmake v0.1.51
13292025-05-13T20:47:43.029Z Compiling futures-io v0.3.31
13302025-05-13T20:47:43.311Z Compiling fs_extra v1.3.0
13312025-05-13T20:47:43.542Z Compiling pin-utils v0.1.0
13322025-05-13T20:47:43.579Z Compiling futures-task v0.3.31
13332025-05-13T20:47:43.646Z Compiling dunce v1.0.5
13342025-05-13T20:47:43.829Z Compiling form_urlencoded v1.2.1
13352025-05-13T20:47:43.878Z Compiling vcpkg v0.2.15
13362025-05-13T20:47:43.882Z Compiling paste v1.0.15
13372025-05-13T20:47:43.922Z Compiling zerocopy v0.8.25
13382025-05-13T20:47:43.966Z Compiling crossbeam-utils v0.8.21
13392025-05-13T20:47:44.135Z Compiling ring v0.17.11
13402025-05-13T20:47:44.538Z Compiling tracing-core v0.1.32
13412025-05-13T20:47:44.787Z Compiling iana-time-zone v0.1.63
13422025-05-13T20:47:45.152Z Compiling aws-lc-rs v1.12.4
13432025-05-13T20:47:45.550Z Compiling regex v1.11.1
13442025-05-13T20:47:45.554Z Compiling openssl-sys v0.9.107
13452025-05-13T20:47:45.692Z Compiling tinyvec_macros v0.1.1
13462025-05-13T20:47:45.760Z Compiling serde_derive v1.0.219
13472025-05-13T20:47:45.802Z Compiling zeroize_derive v1.4.2
13482025-05-13T20:47:46.429Z Compiling zerofrom-derive v0.1.4
13492025-05-13T20:47:46.584Z Compiling yoke-derive v0.7.4
13502025-05-13T20:47:46.697Z Compiling zerovec-derive v0.10.3
13512025-05-13T20:47:47.158Z Compiling zeroize v1.8.1
13522025-05-13T20:47:48.889Z Compiling crypto-common v0.1.6
13532025-05-13T20:47:48.987Z Compiling block-buffer v0.10.4
13542025-05-13T20:47:49.124Z Compiling displaydoc v0.2.5
13552025-05-13T20:47:49.141Z Compiling zerocopy-derive v0.7.35
13562025-05-13T20:47:49.260Z Compiling digest v0.10.7
13572025-05-13T20:47:49.678Z Compiling zerofrom v0.1.4
13582025-05-13T20:47:49.753Z Compiling hmac v0.12.1
13592025-05-13T20:47:49.888Z Compiling yoke v0.7.4
13602025-05-13T20:47:50.001Z Compiling tokio-macros v2.5.0
13612025-05-13T20:47:50.248Z Compiling zerovec v0.10.4
13622025-05-13T20:47:50.473Z Compiling icu_provider_macros v1.5.0
13632025-05-13T20:47:50.588Z Compiling block-padding v0.3.3
13642025-05-13T20:47:50.844Z Compiling inout v0.1.3
13652025-05-13T20:47:50.847Z Compiling sha2 v0.10.8
13662025-05-13T20:47:51.015Z Compiling zerocopy v0.7.35
13672025-05-13T20:47:51.097Z Compiling cipher v0.4.4
13682025-05-13T20:47:51.777Z Compiling thiserror-impl v1.0.69
13692025-05-13T20:47:51.810Z Compiling der_derive v0.7.3
13702025-05-13T20:47:51.810Z Compiling futures-macro v0.3.31
13712025-05-13T20:47:51.876Z Compiling tinystr v0.7.6
13722025-05-13T20:47:52.194Z Compiling icu_collections v1.5.0
13732025-05-13T20:47:52.272Z Compiling icu_locid v1.5.0
13742025-05-13T20:47:52.275Z Compiling ppv-lite86 v0.2.20
13752025-05-13T20:47:53.039Z Compiling salsa20 v0.10.2
13762025-05-13T20:47:53.271Z Compiling pbkdf2 v0.12.2
13772025-05-13T20:47:53.426Z Compiling icu_provider v1.5.0
13782025-05-13T20:47:53.447Z Compiling futures-util v0.3.31
13792025-05-13T20:47:53.463Z Compiling scrypt v0.11.0
13802025-05-13T20:47:53.701Z Compiling der v0.7.9
13812025-05-13T20:47:54.007Z Compiling cbc v0.1.2
13822025-05-13T20:47:54.241Z Compiling icu_locid_transform v1.5.0
13832025-05-13T20:47:54.261Z Compiling thiserror v1.0.69
13842025-05-13T20:47:54.288Z Compiling aes v0.8.4
13852025-05-13T20:47:54.381Z Compiling pest v2.7.14
13862025-05-13T20:47:54.432Z Compiling zerocopy-derive v0.8.25
13872025-05-13T20:47:54.515Z Compiling tracing-attributes v0.1.27
13882025-05-13T20:47:56.429Z Compiling icu_properties v1.5.1
13892025-05-13T20:47:56.687Z Compiling spki v0.7.3
13902025-05-13T20:47:57.047Z Compiling pkcs5 v0.7.1
13912025-05-13T20:47:57.078Z Compiling pest_meta v2.7.14
13922025-05-13T20:47:57.366Z Compiling scroll_derive v0.12.0
13932025-05-13T20:47:57.738Z Compiling tracing v0.1.40
13942025-05-13T20:47:58.130Z Compiling bitflags v2.9.0
13952025-05-13T20:47:58.186Z Compiling bytes v1.10.1
13962025-05-13T20:47:58.749Z Compiling semver v1.0.26
13972025-05-13T20:47:58.829Z Compiling indexmap v2.9.0
13982025-05-13T20:47:59.511Z Compiling tokio v1.43.1
13992025-05-13T20:47:59.632Z Compiling rustc_version v0.4.1
14002025-05-13T20:48:00.183Z Compiling icu_normalizer v1.5.0
14012025-05-13T20:48:00.325Z Compiling http v1.2.0
14022025-05-13T20:48:00.813Z Compiling uuid v1.16.0
14032025-05-13T20:48:00.971Z Compiling chrono v0.4.40
14042025-05-13T20:48:01.007Z Compiling pkcs8 v0.10.2
14052025-05-13T20:48:01.534Z Compiling idna_adapter v1.2.0
14062025-05-13T20:48:01.671Z Compiling httparse v1.9.5
14072025-05-13T20:48:01.776Z Compiling idna v1.0.3
14082025-05-13T20:48:01.917Z Compiling rustls-pki-types v1.10.0
14092025-05-13T20:48:02.290Z Compiling which v4.4.2
14102025-05-13T20:48:02.441Z Compiling url v2.5.3
14112025-05-13T20:48:02.506Z Compiling http-body v1.0.1
14122025-05-13T20:48:02.824Z Compiling scroll v0.12.0
14132025-05-13T20:48:02.858Z Compiling pest_generator v2.7.14
14142025-05-13T20:48:03.249Z Compiling tinyvec v1.8.0
14152025-05-13T20:48:03.317Z Compiling serde_derive_internals v0.29.1
14162025-05-13T20:48:03.368Z Compiling bzip2-sys v0.1.13+1.0.8
14172025-05-13T20:48:03.874Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14182025-05-13T20:48:04.207Z Compiling adler2 v2.0.0
14192025-05-13T20:48:04.210Z Compiling try-lock v0.2.5
14202025-05-13T20:48:04.396Z Compiling foreign-types-shared v0.1.1
14212025-05-13T20:48:04.432Z Compiling time-core v0.1.2
14222025-05-13T20:48:04.533Z Compiling untrusted v0.7.1
14232025-05-13T20:48:04.640Z Compiling powerfmt v0.2.0
14242025-05-13T20:48:04.659Z Compiling untrusted v0.9.0
14252025-05-13T20:48:04.677Z Compiling atomic-waker v1.1.2
14262025-05-13T20:48:04.709Z Compiling schemars v0.8.22
14272025-05-13T20:48:04.744Z Compiling num-conv v0.1.0
14282025-05-13T20:48:04.854Z Compiling openssl v0.10.72
14292025-05-13T20:48:04.872Z Compiling rustversion v1.0.17
14302025-05-13T20:48:05.006Z Compiling deranged v0.3.11
14312025-05-13T20:48:05.026Z Compiling time-macros v0.2.18
14322025-05-13T20:48:05.324Z Compiling goblin v0.8.2
14332025-05-13T20:48:05.577Z Compiling schemars_derive v0.8.22
14342025-05-13T20:48:06.392Z Compiling pest_derive v2.7.14
14352025-05-13T20:48:07.162Z Compiling foreign-types v0.3.2
14362025-05-13T20:48:07.244Z Compiling want v0.3.1
14372025-05-13T20:48:07.512Z Compiling tokio-util v0.7.13
14382025-05-13T20:48:07.903Z Compiling miniz_oxide v0.8.5
14392025-05-13T20:48:08.999Z Compiling h2 v0.4.6
14402025-05-13T20:48:09.364Z Compiling rand_core v0.9.2
14412025-05-13T20:48:09.927Z Compiling openssl-macros v0.1.1
14422025-05-13T20:48:09.948Z Compiling native-tls v0.2.12
14432025-05-13T20:48:10.282Z Compiling syn v1.0.109
14442025-05-13T20:48:10.658Z Compiling tower-service v0.3.3
14452025-05-13T20:48:10.775Z Compiling num_threads v0.1.7
14462025-05-13T20:48:10.870Z Compiling dyn-clone v1.0.19
14472025-05-13T20:48:10.911Z Compiling rustls v0.23.19
14482025-05-13T20:48:10.934Z Compiling httpdate v1.0.3
14492025-05-13T20:48:11.218Z Compiling dof v0.3.0
14502025-05-13T20:48:11.339Z Compiling time v0.3.36
14512025-05-13T20:48:13.146Z Compiling rand_chacha v0.9.0
14522025-05-13T20:48:14.089Z Compiling dtrace-parser v0.2.0
14532025-05-13T20:48:15.259Z Compiling unicode-normalization v0.1.24
14542025-05-13T20:48:15.518Z Compiling heapless v0.7.17
14552025-05-13T20:48:15.614Z Compiling rand_chacha v0.3.1
14562025-05-13T20:48:15.987Z Compiling hyper v1.6.0
14572025-05-13T20:48:16.034Z Compiling signature v2.2.0
14582025-05-13T20:48:16.255Z Compiling crossbeam-epoch v0.9.18
14592025-05-13T20:48:16.348Z Compiling crc32fast v1.4.2
14602025-05-13T20:48:16.684Z Compiling cookie v0.18.1
14612025-05-13T20:48:16.951Z Compiling unicode-properties v0.1.3
14622025-05-13T20:48:17.008Z Compiling base64 v0.22.1
14632025-05-13T20:48:17.349Z Compiling signal-hook v0.3.17
14642025-05-13T20:48:17.653Z Compiling unicode-bidi v0.3.17
14652025-05-13T20:48:17.680Z Compiling siphasher v0.3.11
14662025-05-13T20:48:17.873Z Compiling slog v2.7.0
14672025-05-13T20:48:18.021Z Compiling rayon-core v1.12.1
14682025-05-13T20:48:18.243Z Compiling zstd-safe v7.2.3
14692025-05-13T20:48:18.320Z Compiling openssl-probe v0.1.5
14702025-05-13T20:48:18.468Z Compiling stringprep v0.1.5
14712025-05-13T20:48:18.617Z Compiling hyper-util v0.1.11
14722025-05-13T20:48:18.792Z Compiling phf_shared v0.11.2
14732025-05-13T20:48:19.194Z Compiling crossbeam-deque v0.8.5
14742025-05-13T20:48:19.245Z Compiling usdt-impl v0.5.0
14752025-05-13T20:48:19.445Z Compiling rand v0.8.5
14762025-05-13T20:48:19.533Z Compiling rand v0.9.0
14772025-05-13T20:48:19.825Z Compiling curve25519-dalek v4.1.3
14782025-05-13T20:48:19.960Z Compiling serde_spanned v0.6.8
14792025-05-13T20:48:20.215Z Compiling toml_datetime v0.6.8
14802025-05-13T20:48:20.530Z Compiling serde_tokenstream v0.2.2
14812025-05-13T20:48:20.549Z Compiling md-5 v0.10.6
14822025-05-13T20:48:20.694Z Compiling num-integer v0.1.46
14832025-05-13T20:48:20.814Z Compiling ff v0.13.0
14842025-05-13T20:48:21.051Z Compiling hash32 v0.2.1
14852025-05-13T20:48:21.127Z Compiling memoffset v0.9.1
14862025-05-13T20:48:21.180Z Compiling num-bigint-dig v0.8.4
14872025-05-13T20:48:21.420Z Compiling portable-atomic v1.11.0
14882025-05-13T20:48:21.425Z Compiling smoltcp v0.9.1
14892025-05-13T20:48:21.457Z Compiling psl-types v2.0.11
14902025-05-13T20:48:21.479Z Compiling litrs v0.4.1
14912025-05-13T20:48:21.512Z Compiling cfg_aliases v0.2.1
14922025-05-13T20:48:21.531Z Compiling base16ct v0.2.0
14932025-05-13T20:48:21.629Z Compiling fallible-iterator v0.2.0
14942025-05-13T20:48:21.649Z Compiling newtype-uuid v1.2.1
14952025-05-13T20:48:21.841Z Compiling gimli v0.31.1
14962025-05-13T20:48:21.984Z Compiling sec1 v0.7.3
14972025-05-13T20:48:22.121Z Compiling nix v0.29.0
14982025-05-13T20:48:22.254Z Compiling postgres-protocol v0.6.8
14992025-05-13T20:48:22.402Z Compiling publicsuffix v2.3.0
15002025-05-13T20:48:22.623Z Compiling document-features v0.2.10
15012025-05-13T20:48:22.698Z Compiling num-iter v0.1.45
15022025-05-13T20:48:22.897Z Compiling group v0.13.0
15032025-05-13T20:48:23.669Z Compiling tokio-native-tls v0.3.1
15042025-05-13T20:48:23.970Z Compiling flate2 v1.1.1
15052025-05-13T20:48:24.404Z Compiling ipnetwork v0.21.1
15062025-05-13T20:48:24.424Z Compiling http-body-util v0.1.3
15072025-05-13T20:48:24.478Z Compiling webpki-roots v0.26.6
15082025-05-13T20:48:24.693Z Compiling terminal_size v0.4.0
15092025-05-13T20:48:24.815Z Compiling hkdf v0.12.4
15102025-05-13T20:48:24.852Z Compiling crypto-bigint v0.5.5
15112025-05-13T20:48:24.876Z Compiling async-trait v0.1.88
15122025-05-13T20:48:24.918Z Compiling curve25519-dalek-derive v0.1.1
15132025-05-13T20:48:25.091Z Compiling sync_wrapper v1.0.1
15142025-05-13T20:48:25.203Z Compiling fs-err v3.1.0
15152025-05-13T20:48:25.241Z Compiling ahash v0.8.11
15162025-05-13T20:48:25.554Z Compiling object v0.36.5
15172025-05-13T20:48:25.607Z Compiling zip v2.6.1
15182025-05-13T20:48:25.929Z Compiling addr2line v0.24.2
15192025-05-13T20:48:26.276Z Compiling lockfree-object-pool v0.1.6
15202025-05-13T20:48:26.489Z Compiling ipnet v2.11.0
15212025-05-13T20:48:26.524Z Compiling unicode-width v0.2.0
15222025-05-13T20:48:26.615Z Compiling simd-adler32 v0.3.7
15232025-05-13T20:48:27.051Z Compiling managed v0.8.0
15242025-05-13T20:48:27.153Z Compiling bumpalo v3.16.0
15252025-05-13T20:48:27.347Z Compiling anyhow v1.0.98
15262025-05-13T20:48:27.503Z Compiling buf-list v1.0.3
15272025-05-13T20:48:27.535Z Compiling rustc-demangle v0.1.24
15282025-05-13T20:48:27.590Z Compiling winnow v0.5.40
15292025-05-13T20:48:28.000Z Compiling tower-layer v0.3.3
15302025-05-13T20:48:28.280Z Compiling tower v0.5.2
15312025-05-13T20:48:28.444Z Compiling elliptic-curve v0.13.8
15322025-05-13T20:48:28.576Z Compiling clap_builder v4.5.35
15332025-05-13T20:48:29.060Z Compiling zopfli v0.8.1
15342025-05-13T20:48:30.617Z Compiling console v0.15.10
15352025-05-13T20:48:30.894Z Compiling toml_edit v0.19.15
15362025-05-13T20:48:31.225Z Compiling strum_macros v0.25.3
15372025-05-13T20:48:31.542Z Compiling hubpack_derive v0.1.1
15382025-05-13T20:48:31.991Z Compiling backtrace v0.3.74
15392025-05-13T20:48:32.420Z Compiling hubpack v0.1.2
15402025-05-13T20:48:32.623Z Compiling oxnet v0.1.1
15412025-05-13T20:48:32.839Z Compiling hyper-tls v0.6.0
15422025-05-13T20:48:33.253Z Compiling rayon v1.10.0
15432025-05-13T20:48:33.354Z Compiling cookie_store v0.21.1
15442025-05-13T20:48:34.762Z Compiling signal-hook-mio v0.2.4
15452025-05-13T20:48:34.880Z Compiling zstd v0.13.3
15462025-05-13T20:48:34.926Z Compiling postgres-types v0.2.9
15472025-05-13T20:48:36.329Z Compiling usdt-macro v0.5.0
15482025-05-13T20:48:36.545Z Compiling usdt-attr-macro v0.5.0
15492025-05-13T20:48:36.820Z Compiling phf v0.11.2
15502025-05-13T20:48:37.111Z Compiling ed25519 v2.2.3
15512025-05-13T20:48:37.534Z Compiling strum_macros v0.26.4
15522025-05-13T20:48:37.699Z Compiling bzip2 v0.5.2
15532025-05-13T20:48:37.719Z Compiling bzip2 v0.4.4
15542025-05-13T20:48:38.065Z Compiling enum-as-inner v0.6.1
15552025-05-13T20:48:38.088Z Compiling clap_derive v4.5.32
15562025-05-13T20:48:38.102Z Compiling rustls-pemfile v2.2.0
15572025-05-13T20:48:38.440Z Compiling pkcs1 v0.7.5
15582025-05-13T20:48:39.199Z Compiling futures-executor v0.3.31
15592025-05-13T20:48:39.211Z Compiling serde_urlencoded v0.7.1
15602025-05-13T20:48:39.211Z Compiling serde-big-array v0.5.1
15612025-05-13T20:48:39.330Z Compiling rfc6979 v0.4.0
15622025-05-13T20:48:39.389Z Compiling daft-derive v0.1.3
15632025-05-13T20:48:39.406Z Compiling serde_repr v0.1.19
15642025-05-13T20:48:39.473Z Compiling bstr v1.10.0
15652025-05-13T20:48:39.528Z Compiling float-cmp v0.10.0
15662025-05-13T20:48:39.777Z Compiling encoding_rs v0.8.34
15672025-05-13T20:48:40.469Z Compiling data-encoding v2.6.0
15682025-05-13T20:48:40.962Z Compiling difflib v0.4.0
15692025-05-13T20:48:40.986Z Compiling new_debug_unreachable v1.0.6
15702025-05-13T20:48:41.091Z Compiling precomputed-hash v0.1.1
15712025-05-13T20:48:41.226Z Compiling static_assertions v1.1.0
15722025-05-13T20:48:41.352Z Compiling number_prefix v0.4.0
15732025-05-13T20:48:41.594Z Compiling unicode-segmentation v1.12.0
15742025-05-13T20:48:41.994Z Compiling predicates-core v1.0.8
15752025-05-13T20:48:42.230Z Compiling whoami v1.5.2
15762025-05-13T20:48:42.294Z Compiling normalize-line-endings v0.3.0
15772025-05-13T20:48:42.378Z Compiling mime v0.3.17
15782025-05-13T20:48:42.437Z Compiling fixedbitset v0.4.2
15792025-05-13T20:48:42.455Z Compiling predicates v3.1.3
15802025-05-13T20:48:42.530Z Compiling clap v4.5.35
15812025-05-13T20:48:42.663Z Compiling tokio-postgres v0.7.13
15822025-05-13T20:48:42.772Z Compiling petgraph v0.6.5
15832025-05-13T20:48:42.871Z Compiling similar v2.7.0
15842025-05-13T20:48:42.892Z Compiling strum v0.26.3
15852025-05-13T20:48:43.088Z Compiling indicatif v0.17.11
15862025-05-13T20:48:43.714Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
15872025-05-13T20:48:43.930Z Compiling string_cache v0.8.9
15882025-05-13T20:48:44.378Z Compiling hickory-proto v0.24.4
15892025-05-13T20:48:45.049Z Compiling daft v0.1.3
15902025-05-13T20:48:45.068Z Compiling toml_edit v0.22.24
15912025-05-13T20:48:45.547Z Compiling usdt v0.5.0
15922025-05-13T20:48:46.011Z Compiling ecdsa v0.16.9
15932025-05-13T20:48:46.460Z Compiling futures v0.3.31
15942025-05-13T20:48:46.586Z Compiling rsa v0.9.6
15952025-05-13T20:48:48.230Z Compiling zip v0.6.6
15962025-05-13T20:48:48.802Z Compiling ed25519-dalek v2.1.1
15972025-05-13T20:48:49.505Z Compiling crossterm v0.28.1
15982025-05-13T20:48:50.205Z Compiling toml v0.7.8
15992025-05-13T20:48:51.654Z Compiling tokio-stream v0.1.17
16002025-05-13T20:48:51.809Z Compiling openapiv3 v2.0.0
16012025-05-13T20:48:52.130Z Compiling x509-cert v0.2.5
16022025-05-13T20:48:52.212Z Compiling sha1 v0.10.6
16032025-05-13T20:48:52.599Z Compiling itertools v0.10.5
16042025-05-13T20:48:52.645Z Compiling dirs-sys-next v0.1.2
16052025-05-13T20:48:52.705Z Compiling winnow v0.6.26
16062025-05-13T20:48:53.159Z Compiling peg-runtime v0.8.5
16072025-05-13T20:48:53.272Z Compiling unicode-xid v0.2.6
16082025-05-13T20:48:53.473Z Compiling lalrpop-util v0.19.12
16092025-05-13T20:48:53.748Z Compiling dirs-next v2.0.0
16102025-05-13T20:48:53.847Z Compiling thread_local v1.1.8
16112025-05-13T20:48:53.981Z Compiling slog-async v2.8.0
16122025-05-13T20:48:54.309Z Compiling term v0.7.0
16132025-05-13T20:48:54.351Z Compiling xattr v1.3.1
16142025-05-13T20:48:54.568Z Compiling crossbeam-channel v0.5.15
16152025-05-13T20:48:54.605Z Compiling is-terminal v0.4.13
16162025-05-13T20:48:54.753Z Compiling filetime v0.2.25
16172025-05-13T20:48:55.058Z Compiling take_mut v0.2.2
16182025-05-13T20:48:55.119Z Compiling tar v0.4.44
16192025-05-13T20:48:55.234Z Compiling slog-term v2.9.1
16202025-05-13T20:48:55.564Z Compiling camino v1.1.9
16212025-05-13T20:49:00.962Z Compiling aws-lc-sys v0.26.0
16222025-05-13T20:49:30.666Z Compiling rustls-webpki v0.102.8
16232025-05-13T20:49:34.976Z Compiling tokio-rustls v0.26.0
16242025-05-13T20:49:35.268Z Compiling hyper-rustls v0.27.3
16252025-05-13T20:49:35.624Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
16262025-05-13T20:49:38.905Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16272025-05-13T20:49:39.183Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16282025-05-13T20:49:43.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
16292025-05-13T20:49:43.678Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16302025-05-13T20:49:43.722ZMay 13 20:49:43.243 INFO Starting download, target: Console
16312025-05-13T20:49:43.722ZMay 13 20:49:43.243 INFO Starting download, target: Clickhouse
16322025-05-13T20:49:43.722ZMay 13 20:49:43.243 INFO Starting download, target: Cockroach
16332025-05-13T20:49:43.726ZMay 13 20:49:43.243 INFO Starting download, target: DendriteStub
16342025-05-13T20:49:43.726ZMay 13 20:49:43.243 INFO Starting download, target: MaghemiteMgd
16352025-05-13T20:49:43.726ZMay 13 20:49:43.243 INFO Starting download, target: TransceiverControl
16362025-05-13T20:49:43.726ZMay 13 20:49:43.244 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16372025-05-13T20:49:43.726ZMay 13 20:49:43.244 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16382025-05-13T20:49:43.726ZMay 13 20:49:43.244 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16392025-05-13T20:49:43.726ZMay 13 20:49:43.244 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16402025-05-13T20:49:43.726ZMay 13 20:49:43.244 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16412025-05-13T20:49:43.726ZMay 13 20:49:43.244 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16422025-05-13T20:49:43.900ZMay 13 20:49:43.420 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16432025-05-13T20:49:44.322ZMay 13 20:49:43.839 INFO Download complete, target: TransceiverControl
16442025-05-13T20:49:44.423ZMay 13 20:49:43.944 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16452025-05-13T20:49:44.851ZMay 13 20:49:44.347 INFO Download complete, target: Console
16462025-05-13T20:49:45.073ZMay 13 20:49:44.593 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16472025-05-13T20:49:45.121ZMay 13 20:49:44.642 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16482025-05-13T20:49:45.507ZMay 13 20:49:45.028 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16492025-05-13T20:49:45.567ZMay 13 20:49:45.089 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16502025-05-13T20:49:45.567ZMay 13 20:49:45.089 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16512025-05-13T20:49:47.938ZMay 13 20:49:47.459 INFO Download complete, target: DendriteStub
16522025-05-13T20:49:48.403ZMay 13 20:49:47.923 INFO Download complete, target: MaghemiteMgd
16532025-05-13T20:49:52.031ZMay 13 20:49:51.552 INFO Checking that binary works, target: Cockroach
16542025-05-13T20:49:52.188ZMay 13 20:49:51.709 INFO Download complete, target: Cockroach
16552025-05-13T20:49:55.658ZMay 13 20:49:55.167 INFO Checking that binary works, target: Clickhouse
16562025-05-13T20:49:55.788ZMay 13 20:49:55.299 INFO Download complete, target: Clickhouse
16572025-05-13T20:49:55.801ZAll prerequisites installed successfully
16582025-05-13T20:49:55.801Z
16592025-05-13T20:49:55.801Zreal 4:10.691344828
16602025-05-13T20:49:55.801Zuser 15:06.790723176
16612025-05-13T20:49:55.802Zsys 2:02.148446599
16622025-05-13T20:49:55.802Ztrap 0.511480146
16632025-05-13T20:49:55.802Ztflt 2.074431506
16642025-05-13T20:49:55.802Zdflt 2.063895725
16652025-05-13T20:49:55.802Zkflt 0.094029510
16662025-05-13T20:49:55.802Zlock 25:52.177920981
16672025-05-13T20:49:55.802Zslp 54:57.949369240
16682025-05-13T20:49:55.802Zlat 57.808542023
16692025-05-13T20:49:55.802Zstop 2:15.409301853
16702025-05-13T20:49:55.803Z+ source ./tools/include/force-git-over-https.sh
16712025-05-13T20:49:55.803Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16722025-05-13T20:49:55.803Z++ (( i = 0 ))
16732025-05-13T20:49:55.803Z++ (( i < 5 ))
16742025-05-13T20:49:55.803Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16752025-05-13T20:49:55.818Z++ (( i++ ))
16762025-05-13T20:49:55.818Z++ (( i < 5 ))
16772025-05-13T20:49:55.819Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16782025-05-13T20:49:55.819Z++ (( i++ ))
16792025-05-13T20:49:55.819Z++ (( i < 5 ))
16802025-05-13T20:49:55.819Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16812025-05-13T20:49:55.819Z++ (( i++ ))
16822025-05-13T20:49:55.819Z++ (( i < 5 ))
16832025-05-13T20:49:55.819Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16842025-05-13T20:49:55.819Z++ (( i++ ))
16852025-05-13T20:49:55.819Z++ (( i < 5 ))
16862025-05-13T20:49:55.820Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16872025-05-13T20:49:55.831Z++ (( i++ ))
16882025-05-13T20:49:55.831Z++ (( i < 5 ))
16892025-05-13T20:49:55.831Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16902025-05-13T20:49:55.831Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16912025-05-13T20:49:55.831Z+ rc=0
16922025-05-13T20:49:55.831Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16932025-05-13T20:50:23.326Z+ case $rc in
16942025-05-13T20:50:23.326Z+ pfexec zfs create -p rpool/images/build/host
16952025-05-13T20:50:23.535Z+ pfexec zfs create -p rpool/images/build/recovery
16962025-05-13T20:50:23.619Z+ cargo xtask releng --output-dir /work --mkincorp
16972025-05-13T20:50:24.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16982025-05-13T20:50:24.277Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
16992025-05-13T20:50:25.265Z Compiling proc-macro2 v1.0.94
17002025-05-13T20:50:25.265Z Compiling unicode-ident v1.0.14
17012025-05-13T20:50:25.265Z Compiling libc v0.2.171
17022025-05-13T20:50:25.268Z Compiling serde v1.0.219
17032025-05-13T20:50:25.269Z Compiling autocfg v1.4.0
17042025-05-13T20:50:25.269Z Compiling cfg-if v1.0.0
17052025-05-13T20:50:25.269Z Compiling version_check v0.9.5
17062025-05-13T20:50:25.543Z Compiling shlex v1.3.0
17072025-05-13T20:50:25.593Z Compiling typenum v1.17.0
17082025-05-13T20:50:25.699Z Compiling memchr v2.7.4
17092025-05-13T20:50:25.948Z Compiling value-bag v1.9.0
17102025-05-13T20:50:26.037Z Compiling generic-array v0.14.7
17112025-05-13T20:50:26.380Z Compiling lock_api v0.4.12
17122025-05-13T20:50:26.424Z Compiling log v0.4.22
17132025-05-13T20:50:26.482Z Compiling scopeguard v1.2.0
17142025-05-13T20:50:26.573Z Compiling rustix v0.38.37
17152025-05-13T20:50:26.664Z Compiling pkg-config v0.3.31
17162025-05-13T20:50:27.143Z Compiling parking_lot_core v0.9.10
17172025-05-13T20:50:27.256Z Compiling quote v1.0.39
17182025-05-13T20:50:27.332Z Compiling jobserver v0.1.32
17192025-05-13T20:50:27.444Z Compiling getrandom v0.2.15
17202025-05-13T20:50:27.663Z Compiling syn v2.0.98
17212025-05-13T20:50:27.700Z Compiling libm v0.2.8
17222025-05-13T20:50:27.767Z Compiling cc v1.2.15
17232025-05-13T20:50:27.799Z Compiling rand_core v0.6.4
17242025-05-13T20:50:27.940Z Compiling num-traits v0.2.19
17252025-05-13T20:50:27.961Z Compiling serde_json v1.0.140
17262025-05-13T20:50:28.008Z Compiling smallvec v1.14.0
17272025-05-13T20:50:28.260Z Compiling semver v1.0.26
17282025-05-13T20:50:28.405Z Compiling slab v0.4.9
17292025-05-13T20:50:28.943Z Compiling getrandom v0.3.1
17302025-05-13T20:50:29.429Z Compiling subtle v2.6.1
17312025-05-13T20:50:29.656Z Compiling itoa v1.0.11
17322025-05-13T20:50:29.755Z Compiling once_cell v1.21.3
17332025-05-13T20:50:29.840Z Compiling spin v0.9.8
17342025-05-13T20:50:30.025Z Compiling errno v0.3.9
17352025-05-13T20:50:30.234Z Compiling aho-corasick v1.1.3
17362025-05-13T20:50:30.253Z Compiling byteorder v1.5.0
17372025-05-13T20:50:30.319Z Compiling regex-syntax v0.8.5
17382025-05-13T20:50:30.370Z Compiling either v1.14.0
17392025-05-13T20:50:30.609Z Compiling glob v0.3.2
17402025-05-13T20:50:30.708Z Compiling prettyplease v0.2.30
17412025-05-13T20:50:30.790Z Compiling const-oid v0.9.6
17422025-05-13T20:50:31.070Z Compiling lazy_static v1.5.0
17432025-05-13T20:50:31.092Z Compiling minimal-lexical v0.2.1
17442025-05-13T20:50:31.143Z Compiling stable_deref_trait v1.2.0
17452025-05-13T20:50:31.213Z Compiling libloading v0.8.5
17462025-05-13T20:50:31.260Z Compiling home v0.5.9
17472025-05-13T20:50:31.414Z Compiling clang-sys v1.8.1
17482025-05-13T20:50:31.473Z Compiling nom v7.1.3
17492025-05-13T20:50:31.552Z Compiling bindgen v0.69.5
17502025-05-13T20:50:32.059Z Compiling itertools v0.12.1
17512025-05-13T20:50:33.187Z Compiling rustc-hash v1.1.0
17522025-05-13T20:50:33.362Z Compiling lazycell v1.3.0
17532025-05-13T20:50:33.562Z Compiling thiserror v1.0.69
17542025-05-13T20:50:33.701Z Compiling cmake v0.1.51
17552025-05-13T20:50:34.135Z Compiling regex-automata v0.4.8
17562025-05-13T20:50:34.455Z Compiling fs_extra v1.3.0
17572025-05-13T20:50:34.805Z Compiling cexpr v0.6.0
17582025-05-13T20:50:34.913Z Compiling dunce v1.0.5
17592025-05-13T20:50:35.059Z Compiling synstructure v0.13.1
17602025-05-13T20:50:35.173Z Compiling paste v1.0.15
17612025-05-13T20:50:35.782Z Compiling pin-project-lite v0.2.14
17622025-05-13T20:50:35.811Z Compiling vcpkg v0.2.15
17632025-05-13T20:50:37.184Z Compiling openssl-sys v0.9.107
17642025-05-13T20:50:37.723Z Compiling signal-hook-registry v1.4.2
17652025-05-13T20:50:37.728Z Compiling futures-core v0.3.31
17662025-05-13T20:50:38.138Z Compiling ryu v1.0.18
17672025-05-13T20:50:38.338Z Compiling litemap v0.7.3
17682025-05-13T20:50:38.908Z Compiling writeable v0.5.5
17692025-05-13T20:50:39.075Z Compiling parking_lot v0.12.3
17702025-05-13T20:50:39.173Z Compiling serde_derive v1.0.219
17712025-05-13T20:50:39.350Z Compiling zeroize_derive v1.4.2
17722025-05-13T20:50:39.560Z Compiling zerofrom-derive v0.1.4
17732025-05-13T20:50:39.755Z Compiling yoke-derive v0.7.4
17742025-05-13T20:50:40.066Z Compiling zerovec-derive v0.10.3
17752025-05-13T20:50:40.995Z Compiling zeroize v1.8.1
17762025-05-13T20:50:41.643Z Compiling displaydoc v0.2.5
17772025-05-13T20:50:41.676Z Compiling zerocopy-derive v0.7.35
17782025-05-13T20:50:41.737Z Compiling icu_provider_macros v1.5.0
17792025-05-13T20:50:42.305Z Compiling tokio-macros v2.5.0
17802025-05-13T20:50:42.943Z Compiling der_derive v0.7.3
17812025-05-13T20:50:43.164Z Compiling regex v1.11.1
17822025-05-13T20:50:43.623Z Compiling futures-macro v0.3.31
17832025-05-13T20:50:43.784Z Compiling zerofrom v0.1.4
17842025-05-13T20:50:44.007Z Compiling crypto-common v0.1.6
17852025-05-13T20:50:44.070Z Compiling block-buffer v0.10.4
17862025-05-13T20:50:44.198Z Compiling yoke v0.7.4
17872025-05-13T20:50:44.353Z Compiling digest v0.10.7
17882025-05-13T20:50:44.389Z Compiling thiserror-impl v1.0.69
17892025-05-13T20:50:44.396Z Compiling zerocopy v0.7.35
17902025-05-13T20:50:44.654Z Compiling zerovec v0.10.4
17912025-05-13T20:50:44.977Z Compiling tracing-attributes v0.1.27
17922025-05-13T20:50:45.324Z Compiling ring v0.17.11
17932025-05-13T20:50:45.378Z Compiling mio v1.0.2
17942025-05-13T20:50:46.413Z Compiling cpufeatures v0.2.14
17952025-05-13T20:50:46.754Z Compiling aws-lc-rs v1.12.4
17962025-05-13T20:50:47.132Z Compiling tinystr v0.7.6
17972025-05-13T20:50:47.588Z Compiling icu_locid v1.5.0
17982025-05-13T20:50:48.046Z Compiling heck v0.5.0
17992025-05-13T20:50:48.162Z Compiling icu_locid_transform_data v1.5.0
18002025-05-13T20:50:48.229Z Compiling crossbeam-utils v0.8.21
18012025-05-13T20:50:48.316Z Compiling zerocopy v0.8.25
18022025-05-13T20:50:48.918Z Compiling icu_collections v1.5.0
18032025-05-13T20:50:48.962Z Compiling icu_provider v1.5.0
18042025-05-13T20:50:49.027Z Compiling hmac v0.12.1
18052025-05-13T20:50:49.242Z Compiling socket2 v0.5.9
18062025-05-13T20:50:49.537Z Compiling foldhash v0.1.3
18072025-05-13T20:50:50.101Z Compiling icu_locid_transform v1.5.0
18082025-05-13T20:50:50.105Z Compiling icu_properties_data v1.5.0
18092025-05-13T20:50:50.428Z Compiling allocator-api2 v0.2.18
18102025-05-13T20:50:51.209Z Compiling equivalent v1.0.1
18112025-05-13T20:50:51.246Z Compiling httparse v1.9.5
18122025-05-13T20:50:51.489Z Compiling hashbrown v0.15.1
18132025-05-13T20:50:51.682Z Compiling icu_properties v1.5.1
18142025-05-13T20:50:52.299Z Compiling block-padding v0.3.3
18152025-05-13T20:50:52.606Z Compiling bitflags v2.9.0
18162025-05-13T20:50:52.638Z Compiling bytes v1.10.1
18172025-05-13T20:50:54.457Z Compiling rustc_version v0.4.1
18182025-05-13T20:50:54.553Z Compiling tokio v1.43.1
18192025-05-13T20:50:55.256Z Compiling zerocopy-derive v0.8.25
18202025-05-13T20:50:57.403Z Compiling which v4.4.2
18212025-05-13T20:50:58.138Z Compiling percent-encoding v2.3.1
18222025-05-13T20:50:58.224Z Compiling futures-sink v0.3.31
18232025-05-13T20:50:58.412Z Compiling utf8_iter v1.0.4
18242025-05-13T20:50:58.438Z Compiling utf16_iter v1.0.5
18252025-05-13T20:50:58.578Z Compiling write16 v1.0.0
18262025-05-13T20:50:58.684Z Compiling icu_normalizer_data v1.5.0
18272025-05-13T20:50:58.859Z Compiling icu_normalizer v1.5.0
18282025-05-13T20:50:59.972Z Compiling indexmap v2.9.0
18292025-05-13T20:51:00.225Z Compiling inout v0.1.3
18302025-05-13T20:51:00.596Z Compiling sha2 v0.10.8
18312025-05-13T20:51:02.256Z Compiling openssl v0.10.72
18322025-05-13T20:51:02.495Z Compiling schemars v0.8.22
18332025-05-13T20:51:04.653Z Compiling cipher v0.4.4
18342025-05-13T20:51:04.682Z Compiling idna_adapter v1.2.0
18352025-05-13T20:51:05.013Z Compiling ppv-lite86 v0.2.20
18362025-05-13T20:51:05.094Z Compiling serde_derive_internals v0.29.1
18372025-05-13T20:51:05.098Z Compiling bzip2-sys v0.1.13+1.0.8
18382025-05-13T20:51:05.749Z Compiling fnv v1.0.7
18392025-05-13T20:51:05.854Z Compiling base64ct v1.6.0
18402025-05-13T20:51:06.506Z Compiling pem-rfc7468 v0.7.0
18412025-05-13T20:51:06.630Z Compiling idna v1.0.3
18422025-05-13T20:51:07.196Z Compiling schemars_derive v0.8.22
18432025-05-13T20:51:08.359Z Compiling form_urlencoded v1.2.1
18442025-05-13T20:51:08.998Z Compiling openssl-macros v0.1.1
18452025-05-13T20:51:09.529Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18462025-05-13T20:51:09.808Z Compiling syn v1.0.109
18472025-05-13T20:51:10.182Z Compiling native-tls v0.2.12
18482025-05-13T20:51:10.369Z Compiling rustls v0.23.19
18492025-05-13T20:51:10.584Z Compiling num-conv v0.1.0
18502025-05-13T20:51:10.630Z Compiling time-core v0.1.2
18512025-05-13T20:51:10.958Z Compiling flagset v0.4.6
18522025-05-13T20:51:10.958Z Compiling aws-lc-sys v0.26.0
18532025-05-13T20:51:11.408Z Compiling der v0.7.9
18542025-05-13T20:51:11.482Z Compiling time-macros v0.2.18
18552025-05-13T20:51:12.244Z Compiling futures-channel v0.3.31
18562025-05-13T20:51:12.437Z Compiling scroll_derive v0.12.0
18572025-05-13T20:51:12.928Z Compiling pin-utils v0.1.0
18582025-05-13T20:51:13.052Z Compiling ucd-trie v0.1.7
18592025-05-13T20:51:13.213Z Compiling futures-io v0.3.31
18602025-05-13T20:51:13.494Z Compiling futures-task v0.3.31
18612025-05-13T20:51:13.632Z Compiling pest v2.7.14
18622025-05-13T20:51:13.871Z Compiling futures-util v0.3.31
18632025-05-13T20:51:13.926Z Compiling spki v0.7.3
18642025-05-13T20:51:14.727Z Compiling url v2.5.3
18652025-05-13T20:51:16.981Z Compiling salsa20 v0.10.2
18662025-05-13T20:51:17.301Z Compiling pbkdf2 v0.12.2
18672025-05-13T20:51:17.467Z Compiling cookie v0.18.1
18682025-05-13T20:51:17.588Z Compiling iana-time-zone v0.1.63
18692025-05-13T20:51:17.875Z Compiling rayon-core v1.12.1
18702025-05-13T20:51:18.530Z Compiling rustversion v1.0.17
18712025-05-13T20:51:19.026Z Compiling chrono v0.4.40
18722025-05-13T20:51:19.527Z Compiling scrypt v0.11.0
18732025-05-13T20:51:20.461Z Compiling pest_meta v2.7.14
18742025-05-13T20:51:22.000Z Compiling cbc v0.1.2
18752025-05-13T20:51:22.350Z Compiling aes v0.8.4
18762025-05-13T20:51:23.888Z Compiling pkcs5 v0.7.1
18772025-05-13T20:51:24.222Z Compiling pest_generator v2.7.14
18782025-05-13T20:51:26.027Z Compiling http v1.2.0
18792025-05-13T20:51:26.273Z Compiling uuid v1.16.0
18802025-05-13T20:51:26.367Z Compiling tokio-util v0.7.13
18812025-05-13T20:51:26.977Z Compiling tracing-core v0.1.32
18822025-05-13T20:51:27.584Z Compiling zstd-safe v7.2.3
18832025-05-13T20:51:27.834Z Compiling num-bigint-dig v0.8.4
18842025-05-13T20:51:28.270Z Compiling newtype-uuid v1.2.1
18852025-05-13T20:51:28.636Z Compiling tracing v0.1.40
18862025-05-13T20:51:29.509Z Compiling pest_derive v2.7.14
18872025-05-13T20:51:30.314Z Compiling pkcs8 v0.10.2
18882025-05-13T20:51:31.070Z Compiling rand_chacha v0.3.1
18892025-05-13T20:51:31.590Z Compiling heapless v0.7.17
18902025-05-13T20:51:32.233Z Compiling usdt-impl v0.5.0
18912025-05-13T20:51:32.763Z Compiling ahash v0.8.11
18922025-05-13T20:51:32.846Z Compiling signal-hook v0.3.17
18932025-05-13T20:51:33.252Z Compiling litrs v0.4.1
18942025-05-13T20:51:33.326Z Compiling slog v2.7.0
18952025-05-13T20:51:33.389Z Compiling rustls-pki-types v1.10.0
18962025-05-13T20:51:33.431Z Compiling tinyvec_macros v0.1.1
18972025-05-13T20:51:33.599Z Compiling tinyvec v1.8.0
18982025-05-13T20:51:34.322Z Compiling document-features v0.2.10
18992025-05-13T20:51:35.820Z Compiling rand v0.8.5
19002025-05-13T20:51:37.305Z Compiling http-body v1.0.1
19012025-05-13T20:51:37.635Z Compiling scroll v0.12.0
19022025-05-13T20:51:37.970Z Compiling async-trait v0.1.88
19032025-05-13T20:51:39.051Z Compiling untrusted v0.9.0
19042025-05-13T20:51:39.224Z Compiling adler2 v2.0.0
19052025-05-13T20:51:39.272Z Compiling atomic-waker v1.1.2
19062025-05-13T20:51:39.509Z Compiling try-lock v0.2.5
19072025-05-13T20:51:39.597Z Compiling plain v0.2.3
19082025-05-13T20:51:39.689Z Compiling powerfmt v0.2.0
19092025-05-13T20:51:39.775Z Compiling untrusted v0.7.1
19102025-05-13T20:51:40.019Z Compiling dyn-clone v1.0.19
19112025-05-13T20:51:40.249Z Compiling foreign-types-shared v0.1.1
19122025-05-13T20:51:40.299Z Compiling deranged v0.3.11
19132025-05-13T20:51:40.365Z Compiling goblin v0.8.2
19142025-05-13T20:51:40.394Z Compiling foreign-types v0.3.2
19152025-05-13T20:51:40.507Z Compiling want v0.3.1
19162025-05-13T20:51:42.132Z Compiling h2 v0.4.6
19172025-05-13T20:51:42.325Z Compiling miniz_oxide v0.8.5
19182025-05-13T20:51:45.673Z Compiling curve25519-dalek v4.1.3
19192025-05-13T20:51:46.091Z Compiling clap_derive v4.5.32
19202025-05-13T20:51:46.151Z Compiling memoffset v0.9.1
19212025-05-13T20:51:46.596Z Compiling crc32fast v1.4.2
19222025-05-13T20:51:47.387Z Compiling smoltcp v0.9.1
19232025-05-13T20:51:49.189Z Compiling tower-service v0.3.3
19242025-05-13T20:51:49.221Z Compiling httpdate v1.0.3
19252025-05-13T20:51:49.221Z Compiling utf8parse v0.2.2
19262025-05-13T20:51:49.617Z Compiling num_threads v0.1.7
19272025-05-13T20:51:50.104Z Compiling base64 v0.22.1
19282025-05-13T20:51:50.133Z Compiling anstyle v1.0.10
19292025-05-13T20:51:50.698Z Compiling anyhow v1.0.98
19302025-05-13T20:51:50.743Z Compiling portable-atomic v1.11.0
19312025-05-13T20:51:51.476Z Compiling pretty-hex v0.4.1
19322025-05-13T20:51:51.631Z Compiling hyper v1.6.0
19332025-05-13T20:51:51.822Z Compiling dof v0.3.0
19342025-05-13T20:51:53.588Z Compiling time v0.3.36
19352025-05-13T20:51:55.932Z Compiling anstyle-parse v0.2.5
19362025-05-13T20:52:03.943Z Compiling rand_core v0.9.2
19372025-05-13T20:52:04.417Z Compiling unicode-normalization v0.1.24
19382025-05-13T20:52:06.374Z Compiling dtrace-parser v0.2.0
19392025-05-13T20:52:07.400Z Compiling strum_macros v0.26.4
19402025-05-13T20:52:11.960Z Compiling serde_spanned v0.6.8
19412025-05-13T20:52:12.359Z Compiling toml_datetime v0.6.8
19422025-05-13T20:52:13.166Z Compiling signature v2.2.0
19432025-05-13T20:52:13.617Z Compiling daft-derive v0.1.3
19442025-05-13T20:52:14.640Z Compiling thread-id v4.2.2
19452025-05-13T20:52:14.801Z Compiling cfg_aliases v0.2.1
19462025-05-13T20:52:14.995Z Compiling anstyle-query v1.1.1
19472025-05-13T20:52:15.174Z Compiling zip v2.6.1
19482025-05-13T20:52:15.480Z Compiling buf-list v1.0.3
19492025-05-13T20:52:15.872Z Compiling openssl-probe v0.1.5
19502025-05-13T20:52:16.103Z Compiling colorchoice v1.0.2
19512025-05-13T20:52:16.357Z Compiling is_terminal_polyfill v1.70.1
19522025-05-13T20:52:16.516Z Compiling fastrand v2.1.1
19532025-05-13T20:52:16.613Z Compiling anstream v0.6.18
19542025-05-13T20:52:17.186Z Compiling tempfile v3.13.0
19552025-05-13T20:52:19.336Z Compiling nix v0.29.0
19562025-05-13T20:52:20.619Z Compiling rand_chacha v0.9.0
19572025-05-13T20:52:21.320Z Compiling crossbeam-epoch v0.9.18
19582025-05-13T20:52:21.514Z Compiling hyper-util v0.1.11
19592025-05-13T20:52:22.167Z Compiling hubpack_derive v0.1.1
19602025-05-13T20:52:23.314Z Compiling terminal_size v0.4.0
19612025-05-13T20:52:23.654Z Compiling serde_tokenstream v0.2.2
19622025-05-13T20:52:23.874Z Compiling hex v0.4.3
19632025-05-13T20:52:24.468Z Compiling num-integer v0.1.46
19642025-05-13T20:52:24.619Z Compiling curve25519-dalek-derive v0.1.1
19652025-05-13T20:52:25.745Z Compiling fs-err v3.1.0
19662025-05-13T20:52:26.136Z Compiling radium v0.7.0
19672025-05-13T20:52:26.642Z Compiling unicode-bidi v0.3.17
19682025-05-13T20:52:26.924Z Compiling unicode-properties v0.1.3
19692025-05-13T20:52:27.008Z Compiling strsim v0.11.1
19702025-05-13T20:52:27.540Z Compiling psl-types v2.0.11
19712025-05-13T20:52:27.817Z Compiling clap_lex v0.7.4
19722025-05-13T20:52:28.729Z Compiling siphasher v0.3.11
19732025-05-13T20:52:29.079Z Compiling phf_shared v0.11.2
19742025-05-13T20:52:29.126Z Compiling clap_builder v4.5.35
19752025-05-13T20:52:29.543Z Compiling publicsuffix v2.3.0
19762025-05-13T20:52:29.964Z Compiling stringprep v0.1.5
19772025-05-13T20:52:30.214Z Compiling num-iter v0.1.45
19782025-05-13T20:52:32.010Z Compiling crossbeam-deque v0.8.5
19792025-05-13T20:52:33.410Z Compiling rand v0.9.0
19802025-05-13T20:52:33.598Z Compiling tokio-native-tls v0.3.1
19812025-05-13T20:52:34.578Z Compiling ipnetwork v0.21.1
19822025-05-13T20:52:34.869Z Compiling flate2 v1.1.1
19832025-05-13T20:52:36.036Z Compiling http-body-util v0.1.3
19842025-05-13T20:52:36.731Z Compiling webpki-roots v0.26.6
19852025-05-13T20:52:37.711Z Compiling md-5 v0.10.6
19862025-05-13T20:52:37.764Z Compiling sync_wrapper v1.0.1
19872025-05-13T20:52:37.968Z Compiling hash32 v0.2.1
19882025-05-13T20:52:37.989Z Compiling ff v0.13.0
19892025-05-13T20:52:38.489Z Compiling ipnet v2.11.0
19902025-05-13T20:52:38.536Z Compiling tap v1.0.1
19912025-05-13T20:52:38.655Z Compiling camino v1.1.9
19922025-05-13T20:52:38.815Z Compiling gimli v0.31.1
19932025-05-13T20:52:39.474Z Compiling heck v0.4.1
19942025-05-13T20:52:41.604Z Compiling rustls-webpki v0.102.8
19952025-05-13T20:52:42.091Z Compiling fallible-iterator v0.2.0
19962025-05-13T20:52:43.119Z Compiling base16ct v0.2.0
19972025-05-13T20:52:43.388Z Compiling winnow v0.5.40
19982025-05-13T20:52:43.496Z Compiling maybe-uninit v2.0.0
19992025-05-13T20:52:44.179Z Compiling tower-layer v0.3.3
20002025-05-13T20:52:44.390Z Compiling thiserror v2.0.12
20012025-05-13T20:52:44.676Z Compiling tower v0.5.2
20022025-05-13T20:52:45.557Z Compiling addr2line v0.24.2
20032025-05-13T20:52:46.684Z Compiling sec1 v0.7.3
20042025-05-13T20:52:47.256Z Compiling toml_edit v0.19.15
20052025-05-13T20:52:47.665Z Compiling postgres-protocol v0.6.8
20062025-05-13T20:52:48.177Z Compiling strum_macros v0.25.3
20072025-05-13T20:52:49.350Z Compiling wyz v0.5.1
20082025-05-13T20:52:50.932Z Compiling tokio-rustls v0.26.0
20092025-05-13T20:52:51.476Z Compiling group v0.13.0
20102025-05-13T20:52:54.252Z Compiling hyper-tls v0.6.0
20112025-05-13T20:52:54.783Z Compiling oxnet v0.1.1
20122025-05-13T20:52:55.344Z Compiling clap v4.5.35
20132025-05-13T20:52:56.084Z Compiling cookie_store v0.21.1
20142025-05-13T20:52:58.800Z Compiling usdt-attr-macro v0.5.0
20152025-05-13T20:52:58.874Z Compiling usdt-macro v0.5.0
20162025-05-13T20:53:00.286Z Compiling bstr v1.10.0
20172025-05-13T20:53:00.675Z Compiling rustls-pemfile v2.2.0
20182025-05-13T20:53:00.974Z Compiling pkcs1 v0.7.5
20192025-05-13T20:53:01.184Z Compiling futures-executor v0.3.31
20202025-05-13T20:53:02.054Z Compiling serde_urlencoded v0.7.1
20212025-05-13T20:53:02.554Z Compiling hkdf v0.12.4
20222025-05-13T20:53:02.681Z Compiling enum-as-inner v0.6.1
20232025-05-13T20:53:03.207Z Compiling crypto-bigint v0.5.5
20242025-05-13T20:53:03.736Z Compiling thiserror-impl v2.0.12
20252025-05-13T20:53:03.759Z Compiling zerocopy-derive v0.6.6
20262025-05-13T20:53:03.989Z Compiling serde_repr v0.1.19
20272025-05-13T20:53:04.862Z Compiling object v0.36.5
20282025-05-13T20:53:05.471Z Compiling encoding_rs v0.8.34
20292025-05-13T20:53:06.907Z Compiling unicode-width v0.2.0
20302025-05-13T20:53:07.380Z Compiling mime v0.3.17
20312025-05-13T20:53:07.555Z Compiling funty v2.0.0
20322025-05-13T20:53:09.758Z Compiling rustc-demangle v0.1.24
20332025-05-13T20:53:11.792Z Compiling bumpalo v3.16.0
20342025-05-13T20:53:11.993Z Compiling managed v0.8.0
20352025-05-13T20:53:12.062Z Compiling lockfree-object-pool v0.1.6
20362025-05-13T20:53:12.336Z Compiling bitflags v1.3.2
20372025-05-13T20:53:12.780Z Compiling packed_struct v0.10.1
20382025-05-13T20:53:13.024Z Compiling simd-adler32 v0.3.7
20392025-05-13T20:53:13.174Z Compiling backtrace v0.3.74
20402025-05-13T20:53:13.464Z Compiling zopfli v0.8.1
20412025-05-13T20:53:19.498Z Compiling bitvec v1.0.1
20422025-05-13T20:53:19.777Z Compiling console v0.15.10
20432025-05-13T20:53:20.706Z Compiling elliptic-curve v0.13.8
20442025-05-13T20:53:20.901Z Compiling zerocopy v0.6.6
20452025-05-13T20:53:20.980Z Compiling rsa v0.9.6
20462025-05-13T20:53:21.440Z Compiling futures v0.3.31
20472025-05-13T20:53:22.025Z Compiling hyper-rustls v0.27.3
20482025-05-13T20:53:24.239Z Compiling zstd v0.13.3
20492025-05-13T20:53:24.375Z Compiling daft v0.1.3
20502025-05-13T20:53:24.467Z Compiling signal-hook-mio v0.2.4
20512025-05-13T20:53:24.663Z Compiling rayon v1.10.0
20522025-05-13T20:53:25.651Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
20532025-05-13T20:53:25.776Z Compiling toml v0.7.8
20542025-05-13T20:53:26.317Z Compiling postgres-types v0.2.9
20552025-05-13T20:53:27.497Z Compiling phf v0.11.2
20562025-05-13T20:53:27.748Z Compiling ed25519 v2.2.3
20572025-05-13T20:53:27.780Z Compiling hubpack v0.1.2
20582025-05-13T20:53:28.176Z Compiling bzip2 v0.4.4
20592025-05-13T20:53:28.197Z Compiling bzip2 v0.5.2
20602025-05-13T20:53:28.629Z Compiling strum v0.26.3
20612025-05-13T20:53:29.186Z Compiling packed_struct_codegen v0.10.1
20622025-05-13T20:53:29.668Z Compiling x509-cert v0.2.5
20632025-05-13T20:53:29.714Z Compiling float-cmp v0.10.0
20642025-05-13T20:53:29.750Z Compiling serde-big-array v0.5.1
20652025-05-13T20:53:29.968Z Compiling rfc6979 v0.4.0
20662025-05-13T20:53:30.291Z Compiling structmeta-derive v0.3.0
20672025-05-13T20:53:31.313Z Compiling is-terminal v0.4.13
20682025-05-13T20:53:31.424Z Compiling wait-timeout v0.2.0
20692025-05-13T20:53:31.474Z Compiling memmap v0.7.0
20702025-05-13T20:53:31.563Z Compiling indexmap v1.9.3
20712025-05-13T20:53:31.917Z Compiling new_debug_unreachable v1.0.6
20722025-05-13T20:53:32.349Z Compiling quick-error v1.2.3
20732025-05-13T20:53:32.534Z Compiling nodrop v0.1.14
20742025-05-13T20:53:32.613Z Compiling static_assertions v1.1.0
20752025-05-13T20:53:32.689Z Compiling bit-vec v0.8.0
20762025-05-13T20:53:32.943Z Compiling winnow v0.7.3
20772025-05-13T20:53:33.187Z Compiling normalize-line-endings v0.3.0
20782025-05-13T20:53:33.287Z Compiling difflib v0.4.0
20792025-05-13T20:53:34.818Z Compiling number_prefix v0.4.0
20802025-05-13T20:53:35.073Z Compiling precomputed-hash v0.1.1
20812025-05-13T20:53:35.223Z Compiling unicode-segmentation v1.12.0
20822025-05-13T20:53:36.048Z Compiling predicates-core v1.0.8
20832025-05-13T20:53:36.195Z Compiling crc-catalog v2.4.0
20842025-05-13T20:53:36.384Z Compiling whoami v1.5.2
20852025-05-13T20:53:36.445Z Compiling fixedbitset v0.4.2
20862025-05-13T20:53:36.834Z Compiling data-encoding v2.6.0
20872025-05-13T20:53:36.881Z Compiling tokio-postgres v0.7.13
20882025-05-13T20:53:37.963Z Compiling hickory-proto v0.24.4
20892025-05-13T20:53:38.304Z Compiling toml_edit v0.22.24
20902025-05-13T20:53:38.956Z Compiling petgraph v0.6.5
20912025-05-13T20:53:39.906Z Compiling crc v3.2.1
20922025-05-13T20:53:40.647Z Compiling predicates v3.1.3
20932025-05-13T20:53:41.988Z Compiling similar v2.7.0
20942025-05-13T20:53:42.585Z Compiling string_cache v0.8.9
20952025-05-13T20:53:43.007Z Compiling indicatif v0.17.11
20962025-05-13T20:53:46.118Z Compiling bit-set v0.8.0
20972025-05-13T20:53:46.483Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
20982025-05-13T20:53:48.338Z Compiling array-init v0.0.4
20992025-05-13T20:53:48.391Z Compiling structmeta v0.3.0
21002025-05-13T20:53:48.790Z Compiling rusty-fork v0.3.0
21012025-05-13T20:53:49.461Z Compiling usdt v0.5.0
21022025-05-13T20:53:51.073Z Compiling ecdsa v0.16.9
21032025-05-13T20:53:54.011Z Compiling zip v0.6.6
21042025-05-13T20:53:54.755Z Compiling ed25519-dalek v2.1.1
21052025-05-13T20:53:55.361Z Compiling smallvec v0.6.14
21062025-05-13T20:53:55.852Z Compiling crossterm v0.28.1
21072025-05-13T20:53:58.344Z Compiling tokio-stream v0.1.17
21082025-05-13T20:53:58.807Z Compiling openapiv3 v2.0.0
21092025-05-13T20:53:59.292Z Compiling xattr v1.3.1
21102025-05-13T20:53:59.627Z Compiling sha1 v0.10.6
21112025-05-13T20:54:00.299Z Compiling pin-project-internal v1.1.6
21122025-05-13T20:54:02.383Z Compiling itertools v0.10.5
21132025-05-13T20:54:02.468Z Compiling rand_xorshift v0.3.0
21142025-05-13T20:54:02.668Z Compiling filetime v0.2.25
21152025-05-13T20:54:02.689Z Compiling winnow v0.6.26
21162025-05-13T20:54:02.711Z Compiling lalrpop-util v0.19.12
21172025-05-13T20:54:03.063Z Compiling same-file v1.0.6
21182025-05-13T20:54:03.164Z Compiling base64 v0.21.7
21192025-05-13T20:54:03.297Z Compiling unicode-xid v0.2.6
21202025-05-13T20:54:03.367Z Compiling unarray v0.1.4
21212025-05-13T20:54:03.496Z Compiling hashbrown v0.12.3
21222025-05-13T20:54:04.241Z Compiling peg-runtime v0.8.5
21232025-05-13T20:54:04.308Z Compiling bitfield v0.14.0
21242025-05-13T20:54:04.624Z Compiling termcolor v1.4.1
21252025-05-13T20:54:04.737Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
21262025-05-13T20:54:05.623Z Compiling env_logger v0.10.2
21272025-05-13T20:54:05.787Z Compiling ron v0.8.1
21282025-05-13T20:54:05.999Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21292025-05-13T20:54:06.356Z Compiling proptest v1.6.0
21302025-05-13T20:54:08.494Z Compiling walkdir v2.5.0
21312025-05-13T20:54:10.189Z Compiling tar v0.4.44
21322025-05-13T20:54:10.430Z Compiling pin-project v1.1.6
21332025-05-13T20:54:13.146Z Compiling serde-hex v0.1.0
21342025-05-13T20:54:13.860Z Compiling test-strategy v0.4.0
21352025-05-13T20:54:15.982Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21362025-05-13T20:54:17.055Z Compiling hashbrown v0.13.2
21372025-05-13T20:54:17.696Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21382025-05-13T20:54:19.007Z Compiling snafu-derive v0.8.5
21392025-05-13T20:54:20.136Z Compiling blake3 v1.5.4
21402025-05-13T20:54:20.849Z Compiling dirs-sys-next v0.1.2
21412025-05-13T20:54:20.998Z Compiling fs-err v2.11.0
21422025-05-13T20:54:23.142Z Compiling crc-any v2.5.0
21432025-05-13T20:54:25.940Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
21442025-05-13T20:54:30.765Z Compiling snafu v0.8.5
21452025-05-13T20:54:32.351Z Compiling dirs-next v2.0.0
21462025-05-13T20:54:35.324Z Compiling object v0.30.4
21472025-05-13T20:54:35.741Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21482025-05-13T20:54:37.996Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21492025-05-13T20:54:39.100Z Compiling camino-tempfile v1.3.0
21502025-05-13T20:54:39.522Z Compiling globset v0.4.15
21512025-05-13T20:54:42.930Z Compiling olpc-cjson v0.1.4
21522025-05-13T20:54:43.265Z Compiling pem v3.0.5
21532025-05-13T20:54:45.581Z Compiling serde_plain v1.0.2
21542025-05-13T20:54:45.603Z Compiling cargo-platform v0.1.8
21552025-05-13T20:54:46.129Z Compiling async-recursion v1.1.1
21562025-05-13T20:54:46.628Z Compiling thread_local v1.1.8
21572025-05-13T20:54:47.096Z Compiling memmap2 v0.9.5
21582025-05-13T20:54:47.320Z Compiling path-slash v0.1.5
21592025-05-13T20:54:47.423Z Compiling arrayvec v0.7.6
21602025-05-13T20:54:47.662Z Compiling arrayref v0.3.9
21612025-05-13T20:54:47.685Z Compiling typed-path v0.9.3
21622025-05-13T20:54:47.860Z Compiling constant_time_eq v0.3.1
21632025-05-13T20:54:48.044Z Compiling slog-async v2.8.0
21642025-05-13T20:54:48.636Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
21652025-05-13T20:54:49.003Z Compiling cargo_metadata v0.19.2
21662025-05-13T20:54:50.180Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21672025-05-13T20:54:50.710Z Compiling tough v0.20.0
21682025-05-13T20:54:50.728Z Compiling term v0.7.0
21692025-05-13T20:54:51.917Z Compiling toml v0.8.20
21702025-05-13T20:54:51.940Z Compiling itertools v0.13.0
21712025-05-13T20:54:54.760Z Compiling crossbeam-channel v0.5.15
21722025-05-13T20:54:54.946Z Compiling serde_path_to_error v0.1.16
21732025-05-13T20:54:55.579Z Compiling topological-sort v0.2.2
21742025-05-13T20:54:55.875Z Compiling parse-size v1.1.0
21752025-05-13T20:54:55.965Z Compiling debug-ignore v1.0.5
21762025-05-13T20:54:56.082Z Compiling take_mut v0.2.2
21772025-05-13T20:54:56.148Z Compiling indent_write v2.2.0
21782025-05-13T20:54:56.202Z Compiling omicron-zone-package v0.12.2
21792025-05-13T20:54:56.271Z Compiling slog-term v2.9.1
21802025-05-13T20:54:56.392Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
21812025-05-13T20:54:57.957Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21822025-05-13T20:54:59.340Z Compiling shell-words v1.1.0
21832025-05-13T20:55:09.232Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21842025-05-13T20:55:24.131Z Finished `release` profile [optimized] target(s) in 4m 59s
21852025-05-13T20:55:24.322Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
21862025-05-13T20:55:24.356ZMay 13 20:55:23.835 DEBG changing working directory to /work/oxidecomputer/omicron
21872025-05-13T20:55:24.460ZMay 13 20:55:23.947 DEBG running: git rev-parse HEAD
21882025-05-13T20:55:24.467ZMay 13 20:55:23.954 DEBG process exited with exit status: 0 (6.990198ms)
21892025-05-13T20:55:24.467ZMay 13 20:55:23.954 INFO version: 15.0.0-0.ci+git368f84fc2e1
21902025-05-13T20:55:24.496ZMay 13 20:55:23.994 INFO cloning helios to /work/oxidecomputer/helios
21912025-05-13T20:55:24.496ZMay 13 20:55:23.994 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21922025-05-13T20:55:24.501ZCloning into '/work/oxidecomputer/helios'...
21932025-05-13T20:55:24.984ZMay 13 20:55:24.484 DEBG process exited with exit status: 0 (490.407642ms)
21942025-05-13T20:55:24.984ZMay 13 20:55:24.484 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
21952025-05-13T20:55:25.017ZMay 13 20:55:24.489 DEBG process exited with exit status: 0 (4.992736ms)
21962025-05-13T20:55:25.017ZMay 13 20:55:24.489 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21972025-05-13T20:55:25.982ZMay 13 20:55:25.482 DEBG process exited with exit status: 0 (992.863935ms)
21982025-05-13T20:55:25.982ZMay 13 20:55:25.482 DEBG running: zfs list rpool/images/build/host
21992025-05-13T20:55:25.988ZNAME USED AVAIL REFER MOUNTPOINT
22002025-05-13T20:55:25.989Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22012025-05-13T20:55:25.992ZMay 13 20:55:25.489 DEBG process exited with exit status: 0 (7.358924ms)
22022025-05-13T20:55:25.992ZMay 13 20:55:25.490 DEBG running: zfs list rpool/images/build/recovery
22032025-05-13T20:55:25.995ZNAME USED AVAIL REFER MOUNTPOINT
22042025-05-13T20:55:25.995Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22052025-05-13T20:55:25.998ZMay 13 20:55:25.496 DEBG process exited with exit status: 0 (6.19429ms)
22062025-05-13T20:55:25.998ZMay 13 20:55:25.497 INFO [hubris-production] running task
22072025-05-13T20:55:25.998ZMay 13 20:55:25.497 INFO [hubris-staging] running task
22082025-05-13T20:55:25.998ZMay 13 20:55:25.497 INFO [incorp-manifest] running task
22092025-05-13T20:55:25.998ZMay 13 20:55:25.497 INFO [incorp-create] running: pkgrepo create /work/incorporation
22102025-05-13T20:55:26.002ZMay 13 20:55:25.500 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri '*@latest'
22112025-05-13T20:55:26.006ZMay 13 20:55:25.502 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22122025-05-13T20:55:26.009ZMay 13 20:55:25.506 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
22132025-05-13T20:55:26.087Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22142025-05-13T20:55:26.345ZMay 13 20:55:25.845 INFO [incorp-create] process exited with exit status: 0 (347.775187ms)
22152025-05-13T20:55:26.348ZMay 13 20:55:25.845 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
22162025-05-13T20:55:26.677Z[ omicron-package] Blocking waiting for file lock on package cache
22172025-05-13T20:55:26.683ZMay 13 20:55:26.184 INFO [incorp-publisher] process exited with exit status: 0 (338.345715ms)
22182025-05-13T20:55:27.206Z[ omicron-package] Blocking waiting for file lock on package cache
22192025-05-13T20:55:27.474Z[ omicron-package] Blocking waiting for file lock on package cache
22202025-05-13T20:55:27.795ZMay 13 20:55:27.295 INFO [hubris-production] task succeeded (1.797842535s)
22212025-05-13T20:55:28.303Z[ omicron-package] Compiling ring v0.17.11
22222025-05-13T20:55:28.307Z[ omicron-package] Compiling ident_case v1.0.1
22232025-05-13T20:55:28.310Z[ omicron-package] Compiling thiserror v2.0.12
22242025-05-13T20:55:28.313Z[ omicron-package] Compiling regress v0.10.3
22252025-05-13T20:55:28.313Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22262025-05-13T20:55:28.313Z[ omicron-package] Compiling itertools v0.13.0
22272025-05-13T20:55:28.313Z[ omicron-package] Compiling macaddr v1.0.1
22282025-05-13T20:55:29.189Z[ omicron-package] Compiling darling_core v0.20.10
22292025-05-13T20:55:29.942Z[ omicron-package] Compiling heapless v0.8.0
22302025-05-13T20:55:30.386Z[ omicron-package] Compiling num_enum_derive v0.5.11
22312025-05-13T20:55:31.987Z[ omicron-package] Compiling hash32 v0.3.1
22322025-05-13T20:55:32.877Z[ omicron-package] Compiling heck v0.5.0
22332025-05-13T20:55:34.833Z[ omicron-package] Compiling smoltcp v0.11.0
22342025-05-13T20:55:35.525Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22352025-05-13T20:55:35.951Z[ omicron-package] Compiling rustls v0.23.19
22362025-05-13T20:55:36.068Z[ omicron-package] Compiling num_enum v0.5.11
22372025-05-13T20:55:36.829Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22382025-05-13T20:55:36.897Z[ omicron-package] Compiling typify-impl v0.3.0
22392025-05-13T20:55:38.100Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22402025-05-13T20:55:39.039Z[ omicron-package] Compiling cobs v0.2.3
22412025-05-13T20:55:39.222Z[ omicron-package] Compiling rustls v0.22.4
22422025-05-13T20:55:39.875Z[ omicron-package] Compiling darling_macro v0.20.10
22432025-05-13T20:55:40.131Z[ omicron-package] Compiling unsafe-libyaml v0.2.11
22442025-05-13T20:55:40.288Z[ omicron-package] Compiling postcard v1.0.10
22452025-05-13T20:55:41.785Z[ omicron-package] Compiling rustls-webpki v0.102.8
22462025-05-13T20:55:41.887Z[ omicron-package] Compiling darling v0.20.10
22472025-05-13T20:55:42.344Z[ omicron-package] Compiling ingot-macros v0.1.0
22482025-05-13T20:55:43.137Z[ omicron-package] Compiling serde_yaml v0.9.34+deprecated
22492025-05-13T20:55:45.443Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
22502025-05-13T20:55:46.905Z[ omicron-package] Compiling proc-macro-error v1.0.4
22512025-05-13T20:55:47.381Z[ omicron-package] Compiling multer v3.1.0
22522025-05-13T20:55:47.730Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
22532025-05-13T20:55:48.092Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22542025-05-13T20:55:48.424Z[ omicron-package] Compiling unicode-width v0.1.14
22552025-05-13T20:55:49.381Z[ omicron-package] Compiling match_cfg v0.1.0
22562025-05-13T20:55:49.582Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22572025-05-13T20:55:49.824Z[ omicron-package] Compiling foreign-types v0.5.0
22582025-05-13T20:55:49.906Z[ omicron-package] Compiling hostname v0.3.1
22592025-05-13T20:55:50.056Z[ omicron-package] Compiling tabwriter v1.4.0
22602025-05-13T20:55:51.704Z[ omicron-package] Compiling ingot-types v0.1.0
22612025-05-13T20:55:52.480Z[ omicron-package] Compiling slog-json v2.6.1
22622025-05-13T20:55:52.900Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22632025-05-13T20:55:53.275Z[ omicron-package] Compiling cstr-argument v0.1.2
22642025-05-13T20:55:53.337Z[ omicron-package] Compiling typify-macro v0.3.0
22652025-05-13T20:55:53.616Z[ omicron-package] Compiling ingot v0.1.0
22662025-05-13T20:55:53.768Z[ omicron-package] Compiling dropshot v0.16.0
22672025-05-13T20:55:54.190Z[ omicron-package] Compiling tokio-rustls v0.26.0
22682025-05-13T20:55:54.244Z[ omicron-package] Compiling async-stream-impl v0.3.6
22692025-05-13T20:55:54.779Z[ omicron-package] Compiling hyper-rustls v0.27.3
22702025-05-13T20:55:55.776Z[ omicron-package] Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
22712025-05-13T20:55:55.798ZMay 13 20:55:55.297 INFO [hubris-staging] task succeeded (29.799965799s)
22722025-05-13T20:55:55.803Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
22732025-05-13T20:55:58.017Z[ omicron-package] Compiling typify v0.3.0
22742025-05-13T20:55:58.510Z[ omicron-package] Compiling progenitor-impl v0.9.1
22752025-05-13T20:56:00.948Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
22762025-05-13T20:56:04.214Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22772025-05-13T20:56:04.716Z[ omicron-package] Compiling pretty-hex v0.2.1
22782025-05-13T20:56:05.479Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22792025-05-13T20:56:05.592Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22802025-05-13T20:56:06.684Z[ omicron-package] Compiling async-stream v0.3.6
22812025-05-13T20:56:06.741Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22822025-05-13T20:56:06.815Z[ omicron-package] Compiling progenitor-macro v0.9.1
22832025-05-13T20:56:07.223Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22842025-05-13T20:56:07.510Z[ omicron-package] Compiling slog-bunyan v2.5.0
22852025-05-13T20:56:08.751Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22862025-05-13T20:56:08.781Z[ omicron-package] Compiling tokio-rustls v0.25.0
22872025-05-13T20:56:09.675Z[ omicron-package] Compiling serde_with_macros v3.12.0
22882025-05-13T20:56:09.991ZMay 13 20:56:09.488 DEBG process exited with exit status: 0 (43.988275715s)
22892025-05-13T20:56:09.995ZMay 13 20:56:09.490 INFO [incorp-manifest] task succeeded (43.992916895s)
22902025-05-13T20:56:09.995ZMay 13 20:56:09.490 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
22912025-05-13T20:56:10.613ZMay 13 20:56:10.110 INFO [incorp-fmt] process exited with exit status: 0 (620.364259ms)
22922025-05-13T20:56:10.636ZMay 13 20:56:10.133 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
22932025-05-13T20:56:11.460Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@15.0.0.0,5.11:20250513T205610Z
22942025-05-13T20:56:11.460Z[ incorp-pkgsend] PUBLISHED
22952025-05-13T20:56:11.536ZMay 13 20:56:11.033 INFO [incorp-pkgsend] process exited with exit status: 0 (899.482125ms)
22962025-05-13T20:56:11.539ZMay 13 20:56:11.033 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
22972025-05-13T20:56:12.185Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
22982025-05-13T20:56:12.192Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
22992025-05-13T20:56:12.270Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
23002025-05-13T20:56:12.270Z[ helios-incorp] Fetching manifests: 1/1 100% complete
23012025-05-13T20:56:12.270Z[ helios-incorp] Fetching manifests: 1/1 100% complete
23022025-05-13T20:56:12.279Z[ helios-incorp]
23032025-05-13T20:56:12.279Z[ helios-incorp] Archiving packages ...
23042025-05-13T20:56:12.279Z[ helios-incorp] Packages to add: 1
23052025-05-13T20:56:12.279Z[ helios-incorp] Files to retrieve: 0
23062025-05-13T20:56:12.279Z[ helios-incorp] Estimated transfer size: 0.00 B
23072025-05-13T20:56:12.282Z[ helios-incorp]
23082025-05-13T20:56:12.282Z[ helios-incorp] Packages to archive:
23092025-05-13T20:56:12.282Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@15.0.0.0,5.11:20250513T205610Z
23102025-05-13T20:56:12.282Z[ helios-incorp]
23112025-05-13T20:56:12.283Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
23122025-05-13T20:56:12.283Z[ helios-incorp] Archiving: Completed 106.69 kB in 0.00 seconds
23132025-05-13T20:56:12.487ZMay 13 20:56:11.982 INFO [helios-incorp] process exited with exit status: 0 (948.554187ms)
23142025-05-13T20:56:12.984Z[ omicron-package] Compiling parse-display-derive v0.10.0
23152025-05-13T20:56:13.067Z[ omicron-package] Compiling colored v2.2.0
23162025-05-13T20:56:14.706Z[ helios-setup] May 13 20:56:14.203 INFO helios repository root is: /work/oxidecomputer/helios
23172025-05-13T20:56:14.709Z[ helios-setup] May 13 20:56:14.205 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
23182025-05-13T20:56:14.709Z[ helios-setup] May 13 20:56:14.206 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
23192025-05-13T20:56:14.713Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23202025-05-13T20:56:14.907Z[ omicron-package] Compiling waitgroup v0.1.2
23212025-05-13T20:56:15.190Z[ omicron-package] Compiling dropshot_endpoint v0.16.0
23222025-05-13T20:56:16.095Z[ helios-setup] May 13 20:56:15.592 INFO clone ok!, project: amd-host-image-builder
23232025-05-13T20:56:16.098Z[ helios-setup] May 13 20:56:15.592 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23242025-05-13T20:56:16.098Z[ helios-setup] May 13 20:56:15.592 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
23252025-05-13T20:56:16.099Z[ helios-setup] May 13 20:56:15.592 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23262025-05-13T20:56:16.102Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23272025-05-13T20:56:16.642Z[ omicron-package] Compiling progenitor-client v0.9.1
23282025-05-13T20:56:17.222Z[ helios-setup] May 13 20:56:16.717 INFO clone ok!, project: chelsio-t6-roms
23292025-05-13T20:56:17.225Z[ helios-setup] May 13 20:56:16.717 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
23302025-05-13T20:56:17.225Z[ helios-setup] May 13 20:56:16.718 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23312025-05-13T20:56:17.228Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23322025-05-13T20:56:17.785Z[ omicron-package] Compiling hostname v0.4.0
23332025-05-13T20:56:17.913Z[ helios-setup] May 13 20:56:17.410 INFO clone ok!, project: pinprick
23342025-05-13T20:56:17.916Z[ helios-setup] May 13 20:56:17.410 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
23352025-05-13T20:56:17.917Z[ helios-setup] May 13 20:56:17.410 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23362025-05-13T20:56:17.920Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23372025-05-13T20:56:18.123Z[ omicron-package] Compiling instant v0.1.13
23382025-05-13T20:56:18.331Z[ omicron-package] Compiling derive-where v1.2.7
23392025-05-13T20:56:18.879Z[ helios-setup] May 13 20:56:18.374 INFO clone ok!, project: image-builder
23402025-05-13T20:56:18.879Z[ helios-setup] May 13 20:56:18.374 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23412025-05-13T20:56:18.879Z[ helios-setup] May 13 20:56:18.374 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
23422025-05-13T20:56:18.879Z[ helios-setup] May 13 20:56:18.374 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23432025-05-13T20:56:18.883Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23442025-05-13T20:56:19.300Z[ omicron-package] Compiling progenitor v0.9.1
23452025-05-13T20:56:19.340Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23462025-05-13T20:56:19.546Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23472025-05-13T20:56:20.121Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482025-05-13T20:56:20.393Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
23492025-05-13T20:56:21.339Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23502025-05-13T20:56:21.767Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
23512025-05-13T20:56:23.375Z[ omicron-package] Compiling backoff v0.4.0
23522025-05-13T20:56:23.869Z[ omicron-package] Compiling parse-display v0.10.0
23532025-05-13T20:56:29.460Z[ helios-setup] May 13 20:56:28.953 INFO clone ok!, project: amd-firmware
23542025-05-13T20:56:29.469Z[ helios-setup] May 13 20:56:28.953 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23552025-05-13T20:56:29.469Z[ helios-setup] May 13 20:56:28.954 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
23562025-05-13T20:56:29.469Z[ helios-setup] May 13 20:56:28.954 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23572025-05-13T20:56:29.469Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23582025-05-13T20:56:30.215Z[ helios-setup] May 13 20:56:29.711 INFO clone ok!, project: phbl
23592025-05-13T20:56:30.218Z[ helios-setup] May 13 20:56:29.711 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
23602025-05-13T20:56:30.221Z[ helios-setup] May 13 20:56:29.711 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23612025-05-13T20:56:30.225Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23622025-05-13T20:56:30.988Z[ helios-setup] May 13 20:56:30.484 INFO clone ok!, project: bootserver
23632025-05-13T20:56:30.993Z[ helios-setup] May 13 20:56:30.484 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
23642025-05-13T20:56:30.993Z[ helios-setup] May 13 20:56:30.484 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23652025-05-13T20:56:30.997Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23662025-05-13T20:56:32.198Z[ helios-setup] May 13 20:56:31.694 INFO clone ok!, project: pilot
23672025-05-13T20:56:32.202Z[ helios-setup] May 13 20:56:31.694 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23682025-05-13T20:56:32.767Z[ helios-setup] May 13 20:56:32.262 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23692025-05-13T20:56:33.373Z[ helios-setup] May 13 20:56:32.869 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23702025-05-13T20:56:33.373Z[ helios-setup] May 13 20:56:32.869 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23712025-05-13T20:56:34.470Z[ helios-setup] May 13 20:56:33.462 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23722025-05-13T20:56:34.531Z[ omicron-package] Compiling serde_with v3.12.0
23732025-05-13T20:56:34.564Z[ helios-setup] May 13 20:56:34.056 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23742025-05-13T20:56:34.564Z[ helios-setup] May 13 20:56:34.057 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23752025-05-13T20:56:35.142Z[ helios-setup] May 13 20:56:34.638 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23762025-05-13T20:56:35.679Z[ helios-setup] May 13 20:56:35.174 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23772025-05-13T20:56:35.684Z[ helios-setup] May 13 20:56:35.175 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23782025-05-13T20:56:35.684Z[ helios-setup] May 13 20:56:35.175 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23792025-05-13T20:56:35.684Z[ helios-setup] May 13 20:56:35.175 INFO ok!
23802025-05-13T20:56:35.684Z[ helios-setup] May 13 20:56:35.175 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23812025-05-13T20:56:35.684Z[ helios-setup] May 13 20:56:35.175 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23822025-05-13T20:56:35.684Z[ helios-setup] May 13 20:56:35.175 INFO ok!
23832025-05-13T20:56:35.684Z[ helios-setup] May 13 20:56:35.175 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23842025-05-13T20:56:35.684Z[ helios-setup] May 13 20:56:35.175 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23852025-05-13T20:56:35.684Z[ helios-setup] May 13 20:56:35.175 INFO ok!
23862025-05-13T20:56:35.684Z[ helios-setup] May 13 20:56:35.175 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
23872025-05-13T20:56:35.790Z[ helios-setup] May 13 20:56:35.285 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')"
23882025-05-13T20:56:35.790Z[ helios-setup] May 13 20:56:35.286 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23892025-05-13T20:56:35.790Z[ helios-setup] May 13 20:56:35.286 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23902025-05-13T20:56:36.136Z[ helios-setup] May 13 20:56:35.621 INFO E| Updating crates.io index
23912025-05-13T20:56:36.155Z[ helios-setup] May 13 20:56:35.622 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23922025-05-13T20:56:36.240Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23932025-05-13T20:56:36.698Z[ helios-setup] May 13 20:56:36.193 INFO E| From https://github.com/oxidecomputer/amd-apcb
23942025-05-13T20:56:36.698Z[ helios-setup] May 13 20:56:36.193 INFO E| * [new ref] a8c7f0b7bd3f4cb6b4db7cc90df9a6b2cd7e080f -> refs/commit/a8c7f0b7bd3f4cb6b4db7cc90df9a6b2cd7e080f
23952025-05-13T20:56:36.761Z[ helios-setup] May 13 20:56:36.257 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
23962025-05-13T20:56:37.011Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23972025-05-13T20:56:37.286Z[ helios-setup] May 13 20:56:36.782 INFO E| From https://github.com/oxidecomputer/amd-efs
23982025-05-13T20:56:37.286Z[ helios-setup] May 13 20:56:36.782 INFO E| * [new ref] 81e565383ee8b0133532edaa54074a0a4bbd200e -> refs/commit/81e565383ee8b0133532edaa54074a0a4bbd200e
23992025-05-13T20:56:37.655Z[ helios-setup] May 13 20:56:37.150 INFO E| Downloading crates ...
24002025-05-13T20:56:37.748Z[ helios-setup] May 13 20:56:37.240 INFO E| Downloaded ansi_term v0.12.1
24012025-05-13T20:56:37.753Z[ helios-setup] May 13 20:56:37.244 INFO E| Downloaded cpufeatures v0.2.17
24022025-05-13T20:56:37.759Z[ helios-setup] May 13 20:56:37.253 INFO E| Downloaded log v0.4.27
24032025-05-13T20:56:37.767Z[ helios-setup] May 13 20:56:37.261 INFO E| Downloaded unic-char-range v0.9.0
24042025-05-13T20:56:37.783Z[ helios-setup] May 13 20:56:37.264 INFO E| Downloaded unic-char-property v0.9.0
24052025-05-13T20:56:37.783Z[ helios-setup] May 13 20:56:37.266 INFO E| Downloaded unic-ucd-version v0.9.0
24062025-05-13T20:56:37.783Z[ helios-setup] May 13 20:56:37.268 INFO E| Downloaded unic-common v0.9.0
24072025-05-13T20:56:37.783Z[ helios-setup] May 13 20:56:37.269 INFO E| Downloaded strum v0.27.1
24082025-05-13T20:56:37.783Z[ helios-setup] May 13 20:56:37.271 INFO E| Downloaded pest_meta v2.8.0
24092025-05-13T20:56:37.786Z[ helios-setup] May 13 20:56:37.281 INFO E| Downloaded strsim v0.8.0
24102025-05-13T20:56:37.794Z[ helios-setup] May 13 20:56:37.283 INFO E| Downloaded vec_map v0.8.2
24112025-05-13T20:56:37.794Z[ helios-setup] May 13 20:56:37.285 INFO E| Downloaded four-cc v0.4.0
24122025-05-13T20:56:37.794Z[ helios-setup] May 13 20:56:37.286 INFO E| Downloaded bytesize v2.0.1
24132025-05-13T20:56:37.794Z[ helios-setup] May 13 20:56:37.289 INFO E| Downloaded pest_generator v2.8.0
24142025-05-13T20:56:37.797Z[ helios-setup] May 13 20:56:37.291 INFO E| Downloaded textwrap v0.11.0
24152025-05-13T20:56:37.800Z[ helios-setup] May 13 20:56:37.293 INFO E| Downloaded unic-ucd-ident v0.9.0
24162025-05-13T20:56:37.805Z[ helios-setup] May 13 20:56:37.296 INFO E| Downloaded structopt-derive v0.4.18
24172025-05-13T20:56:37.805Z[ helios-setup] May 13 20:56:37.298 INFO E| Downloaded scroll_derive v0.12.1
24182025-05-13T20:56:37.805Z[ helios-setup] May 13 20:56:37.299 INFO E| Downloaded fletcher v1.0.0
24192025-05-13T20:56:37.805Z[ helios-setup] May 13 20:56:37.300 INFO E| Downloaded rustversion v1.0.20
24202025-05-13T20:56:37.808Z[ helios-setup] May 13 20:56:37.304 INFO E| Downloaded strum_macros v0.27.1
24212025-05-13T20:56:37.812Z[ helios-setup] May 13 20:56:37.307 INFO E| Downloaded quote v1.0.40
24222025-05-13T20:56:37.815Z[ helios-setup] May 13 20:56:37.311 INFO E| Downloaded unicode-ident v1.0.18
24232025-05-13T20:56:37.820Z[ helios-setup] May 13 20:56:37.315 INFO E| Downloaded pest_derive v2.8.0
24242025-05-13T20:56:37.824Z[ helios-setup] May 13 20:56:37.320 INFO E| Downloaded ryu v1.0.20
24252025-05-13T20:56:37.828Z[ helios-setup] May 13 20:56:37.324 INFO E| Downloaded proc-macro2 v1.0.95
24262025-05-13T20:56:37.833Z[ helios-setup] May 13 20:56:37.328 INFO E| Downloaded structopt v0.3.26
24272025-05-13T20:56:37.843Z[ helios-setup] May 13 20:56:37.339 INFO E| Downloaded typenum v1.18.0
24282025-05-13T20:56:37.863Z[ helios-setup] May 13 20:56:37.344 INFO E| Downloaded modular-bitfield v0.11.2
24292025-05-13T20:56:37.872Z[ helios-setup] May 13 20:56:37.362 INFO E| Downloaded modular-bitfield-impl v0.11.2
24302025-05-13T20:56:37.877Z[ helios-setup] May 13 20:56:37.364 INFO E| Downloaded pest v2.8.0
24312025-05-13T20:56:37.883Z[ helios-setup] May 13 20:56:37.372 INFO E| Downloaded parse_int v0.9.0
24322025-05-13T20:56:37.887Z[ helios-setup] May 13 20:56:37.373 INFO E| Downloaded itoa v1.0.15
24332025-05-13T20:56:37.902Z[ helios-setup] May 13 20:56:37.396 INFO E| Downloaded goblin v0.9.3
24342025-05-13T20:56:37.912Z[ helios-setup] May 13 20:56:37.405 INFO E| Downloaded clap v2.34.0
24352025-05-13T20:56:37.946Z[ helios-setup] May 13 20:56:37.442 INFO E| Downloaded syn v2.0.101
24362025-05-13T20:56:37.992Z[ helios-setup] May 13 20:56:37.487 INFO E| Downloaded libc v0.2.172
24372025-05-13T20:56:38.147Z[ helios-setup] May 13 20:56:37.642 INFO E| Compiling proc-macro2 v1.0.95
24382025-05-13T20:56:38.147Z[ helios-setup] May 13 20:56:37.642 INFO E| Compiling unicode-ident v1.0.18
24392025-05-13T20:56:38.151Z[ helios-setup] May 13 20:56:37.642 INFO E| Compiling memchr v2.7.4
24402025-05-13T20:56:38.151Z[ helios-setup] May 13 20:56:37.642 INFO E| Compiling thiserror v2.0.12
24412025-05-13T20:56:38.151Z[ helios-setup] May 13 20:56:37.643 INFO E| Compiling syn v1.0.109
24422025-05-13T20:56:38.151Z[ helios-setup] May 13 20:56:37.643 INFO E| Compiling autocfg v1.4.0
24432025-05-13T20:56:38.151Z[ helios-setup] May 13 20:56:37.643 INFO E| Compiling serde v1.0.219
24442025-05-13T20:56:38.151Z[ helios-setup] May 13 20:56:37.643 INFO E| Compiling version_check v0.9.5
24452025-05-13T20:56:38.641Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24462025-05-13T20:56:38.683Z[ helios-setup] May 13 20:56:38.178 INFO E| Compiling serde_json v1.0.140
24472025-05-13T20:56:39.650Z[ helios-setup] May 13 20:56:39.144 INFO E| Compiling schemars v0.8.22
24482025-05-13T20:56:39.703Z[ helios-setup] May 13 20:56:39.198 INFO E| Compiling itoa v1.0.15
24492025-05-13T20:56:39.819Z[ helios-setup] May 13 20:56:39.315 INFO E| Compiling ryu v1.0.20
24502025-05-13T20:56:40.064Z[ helios-setup] May 13 20:56:39.558 INFO E| Compiling num-traits v0.2.19
24512025-05-13T20:56:40.069Z[ helios-setup] May 13 20:56:39.564 INFO E| Compiling memoffset v0.9.1
24522025-05-13T20:56:40.090Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
24532025-05-13T20:56:40.099Z[ helios-setup] May 13 20:56:39.594 INFO E| Compiling proc-macro-error-attr v1.0.4
24542025-05-13T20:56:40.387Z[ helios-setup] May 13 20:56:39.879 INFO E| Compiling zerocopy v0.8.25
24552025-05-13T20:56:40.550Z[ omicron-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24562025-05-13T20:56:40.608Z[ helios-setup] May 13 20:56:40.103 INFO E| Compiling paste v1.0.15
24572025-05-13T20:56:40.742Z[ helios-setup] May 13 20:56:40.230 INFO E| Compiling rustversion v1.0.20
24582025-05-13T20:56:40.855Z[ helios-setup] May 13 20:56:40.350 INFO E| Compiling libc v0.2.172
24592025-05-13T20:56:41.030Z[ helios-setup] May 13 20:56:40.519 INFO E| Compiling ucd-trie v0.1.7
24602025-05-13T20:56:41.388Z[ omicron-package] Compiling sigpipe v0.1.3
24612025-05-13T20:56:41.573Z[ helios-setup] May 13 20:56:41.065 INFO E| Compiling dyn-clone v1.0.19
24622025-05-13T20:56:41.681Z[ omicron-package] Compiling num-derive v0.4.2
24632025-05-13T20:56:41.917Z[ helios-setup] May 13 20:56:41.410 INFO E| Compiling quote v1.0.40
24642025-05-13T20:56:42.156Z[ helios-setup] May 13 20:56:41.651 INFO E| Compiling proc-macro-error v1.0.4
24652025-05-13T20:56:42.165Z[ helios-setup] May 13 20:56:41.659 INFO E| Compiling static_assertions v1.1.0
24662025-05-13T20:56:42.260Z[ helios-setup] May 13 20:56:41.755 INFO E| Compiling once_cell v1.21.3
24672025-05-13T20:56:42.284Z[ omicron-package] Compiling jiff v0.2.13
24682025-05-13T20:56:42.958Z[ helios-setup] May 13 20:56:42.453 INFO E| Compiling syn v2.0.101
24692025-05-13T20:56:43.508Z[ helios-setup] May 13 20:56:43.003 INFO E| Compiling heck v0.5.0
24702025-05-13T20:56:43.767Z[ helios-setup] May 13 20:56:43.262 INFO E| Compiling unicode-width v0.1.14
24712025-05-13T20:56:44.369Z[ helios-setup] May 13 20:56:43.842 INFO E| Compiling unicode-segmentation v1.12.0
24722025-05-13T20:56:44.636Z[ helios-setup] May 13 20:56:44.131 INFO E| Compiling textwrap v0.11.0
24732025-05-13T20:56:44.745Z[ helios-setup] May 13 20:56:44.241 INFO E| Compiling parse_int v0.9.0
24742025-05-13T20:56:44.833Z[ helios-setup] May 13 20:56:44.328 INFO E| Compiling atty v0.2.14
24752025-05-13T20:56:45.026Z[ helios-setup] May 13 20:56:44.521 INFO E| Compiling vec_map v0.8.2
24762025-05-13T20:56:45.054Z[ helios-setup] May 13 20:56:44.548 INFO E| Compiling unic-common v0.9.0
24772025-05-13T20:56:45.195Z[ helios-setup] May 13 20:56:44.688 INFO E| Compiling fletcher v1.0.0
24782025-05-13T20:56:45.331Z[ helios-setup] May 13 20:56:44.825 INFO E| Compiling strsim v0.8.0
24792025-05-13T20:56:45.522Z[ helios-setup] May 13 20:56:45.016 INFO E| Compiling byteorder v1.5.0
24802025-05-13T20:56:45.640Z[ helios-setup] May 13 20:56:45.135 INFO E| Compiling bitflags v1.3.2
24812025-05-13T20:56:45.801Z[ helios-setup] May 13 20:56:45.293 INFO E| Compiling ansi_term v0.12.1
24822025-05-13T20:56:45.870Z[ helios-setup] May 13 20:56:45.365 INFO E| Compiling unic-char-range v0.9.0
24832025-05-13T20:56:45.894Z[ helios-setup] May 13 20:56:45.388 INFO E| Compiling strum v0.27.1
24842025-05-13T20:56:45.986Z[ omicron-package] Compiling libefi-sys v0.1.0
24852025-05-13T20:56:46.143Z[ helios-setup] May 13 20:56:45.635 INFO E| Compiling heck v0.3.3
24862025-05-13T20:56:46.222Z[ helios-setup] May 13 20:56:45.717 INFO E| Compiling unic-char-property v0.9.0
24872025-05-13T20:56:46.291Z[ helios-setup] May 13 20:56:45.786 INFO E| Compiling unic-ucd-version v0.9.0
24882025-05-13T20:56:46.438Z[ helios-setup] May 13 20:56:45.928 INFO E| Compiling clap v2.34.0
24892025-05-13T20:56:46.475Z[ helios-setup] May 13 20:56:45.969 INFO E| Compiling log v0.4.27
24902025-05-13T20:56:46.565Z[ helios-setup] May 13 20:56:46.049 INFO E| Compiling plain v0.2.3
24912025-05-13T20:56:46.634Z[ helios-setup] May 13 20:56:46.129 INFO E| Compiling lazy_static v1.5.0
24922025-05-13T20:56:46.643Z[ helios-setup] May 13 20:56:46.136 INFO E| Compiling unic-ucd-ident v0.9.0
24932025-05-13T20:56:46.851Z[ helios-setup] May 13 20:56:46.344 INFO E| Compiling bytesize v2.0.1
24942025-05-13T20:56:46.887Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24952025-05-13T20:56:47.911Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
24962025-05-13T20:56:47.947Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24972025-05-13T20:56:50.067Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
24982025-05-13T20:56:50.930Z[ omicron-package] Compiling zone v0.3.1
24992025-05-13T20:56:52.810Z[ helios-setup] May 13 20:56:52.304 INFO E| Compiling modular-bitfield-impl v0.11.2
25002025-05-13T20:56:52.813Z[ helios-setup] May 13 20:56:52.304 INFO E| Compiling structopt-derive v0.4.18
25012025-05-13T20:56:52.979Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
25022025-05-13T20:56:53.003Z[ helios-setup] May 13 20:56:52.496 INFO E| Compiling serde_derive_internals v0.29.1
25032025-05-13T20:56:55.721Z[ omicron-package] Compiling itertools v0.14.0
25042025-05-13T20:56:56.572Z[ omicron-package] Compiling smf v0.2.3
25052025-05-13T20:56:56.785Z[ helios-setup] May 13 20:56:56.279 INFO E| Compiling thiserror-impl v2.0.12
25062025-05-13T20:56:56.841Z[ helios-setup] May 13 20:56:56.335 INFO E| Compiling serde_derive v1.0.219
25072025-05-13T20:56:56.929Z[ helios-setup] May 13 20:56:56.423 INFO E| Compiling schemars_derive v0.8.22
25082025-05-13T20:56:57.017Z[ helios-setup] May 13 20:56:56.511 INFO E| Compiling zerocopy-derive v0.8.25
25092025-05-13T20:56:57.324Z[ helios-setup] May 13 20:56:56.816 INFO E| Compiling num-derive v0.4.2
25102025-05-13T20:56:57.736Z[ helios-setup] May 13 20:56:57.230 INFO E| Compiling strum_macros v0.27.1
25112025-05-13T20:56:57.798Z[ helios-setup] May 13 20:56:57.292 INFO E| Compiling modular-bitfield v0.11.2
25122025-05-13T20:56:57.854Z[ helios-setup] May 13 20:56:57.346 INFO E| Compiling scroll_derive v0.12.1
25132025-05-13T20:56:59.476Z[ helios-setup] May 13 20:56:58.963 INFO E| Compiling structopt v0.3.26
25142025-05-13T20:57:00.626Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25152025-05-13T20:57:01.044Z[ helios-setup] May 13 20:57:00.538 INFO E| Compiling scroll v0.12.0
25162025-05-13T20:57:01.514Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25172025-05-13T20:57:01.840Z[ helios-setup] May 13 20:57:01.323 INFO E| Compiling goblin v0.9.3
25182025-05-13T20:57:02.130Z[ omicron-package] Compiling bitfield-struct v0.6.2
25192025-05-13T20:57:02.246Z[ helios-setup] May 13 20:57:01.740 INFO E| Compiling pest v2.8.0
25202025-05-13T20:57:03.608Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25212025-05-13T20:57:07.529Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25222025-05-13T20:57:07.622Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25232025-05-13T20:57:07.622Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25242025-05-13T20:57:07.622Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25252025-05-13T20:57:07.622Z[ omicron-package] Compiling gethostname v0.5.0
25262025-05-13T20:57:07.622Z[ omicron-package] Compiling fixedbitset v0.5.7
25272025-05-13T20:57:07.622Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25282025-05-13T20:57:07.622Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25292025-05-13T20:57:07.675Z[ helios-setup] May 13 20:57:06.316 INFO E| Compiling pest_meta v2.8.0
25302025-05-13T20:57:07.696Z[ omicron-package] Compiling petgraph v0.7.1
25312025-05-13T20:57:08.707Z[ helios-setup] May 13 20:57:08.200 INFO E| Compiling pest_generator v2.8.0
25322025-05-13T20:57:11.152Z[ helios-setup] May 13 20:57:10.646 INFO E| Compiling pest_derive v2.8.0
25332025-05-13T20:57:16.024Z[ helios-setup] May 13 20:57:15.517 INFO E| Compiling json5 v0.4.1
25342025-05-13T20:57:16.343Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25352025-05-13T20:57:17.586Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25362025-05-13T20:57:20.379Z[ helios-setup] May 13 20:57:19.872 INFO E| Compiling four-cc v0.4.0
25372025-05-13T20:57:20.379Z[ helios-setup] May 13 20:57:19.872 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#81e56538)
25382025-05-13T20:57:20.619Z[ helios-setup] May 13 20:57:20.112 INFO E| Compiling amd-apcb v0.5.1 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#a8c7f0b7)
25392025-05-13T20:57:23.057Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25402025-05-13T20:57:42.346Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 16s
25412025-05-13T20:57:42.596Z[ omicron-package]
25422025-05-13T20:57:42.596Z[ omicron-package] real 2:16.529304643
25432025-05-13T20:57:42.599Z[ omicron-package] user 11:26.235617732
25442025-05-13T20:57:42.599Z[ omicron-package] sys 41.768780261
25452025-05-13T20:57:42.599Z[ omicron-package] trap 0.966584449
25462025-05-13T20:57:42.599Z[ omicron-package] tflt 1.662844981
25472025-05-13T20:57:42.599Z[ omicron-package] dflt 0.650014191
25482025-05-13T20:57:42.599Z[ omicron-package] kflt 0.000330735
25492025-05-13T20:57:42.600Z[ omicron-package] lock 34:20.540436669
25502025-05-13T20:57:42.600ZMay 13 20:57:42.088[ omicron-package] slp 54:25.253232579
25512025-05-13T20:57:42.600Z INFO [omicron-package] process exited with exit status: 0 (136.581872539s)
25522025-05-13T20:57:42.600Z[ omicron-package] lat 5:30.350529194
25532025-05-13T20:57:42.600Z[ omicron-package] stop 1:40.468491628
25542025-05-13T20:57:42.600ZMay 13 20:57:42.089 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
25552025-05-13T20:57:42.607ZMay 13 20:57:42.099 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
25562025-05-13T20:57:42.621Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
25572025-05-13T20:57:42.624Z[ recovery-target] Created new build target 'recovery' and set it as active
25582025-05-13T20:57:42.627ZMay 13 20:57:42.116 INFO [recovery-target] process exited with exit status: 0 (27.082477ms)
25592025-05-13T20:57:42.627Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
25602025-05-13T20:57:42.627Z[ host-target] Created new build target 'host' and set it as active
25612025-05-13T20:57:42.627ZMay 13 20:57:42.118 INFO [host-target] process exited with exit status: 0 (19.574919ms)
25622025-05-13T20:57:42.627ZMay 13 20:57:42.119 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
25632025-05-13T20:57:42.644Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
25642025-05-13T20:57:44.004Z[ host-package] Compiling ring v0.17.11
25652025-05-13T20:57:44.201Z[ host-package] Compiling convert_case v0.4.0
25662025-05-13T20:57:44.205Z[ host-package] Compiling num-rational v0.4.2
25672025-05-13T20:57:44.205Z[ host-package] Compiling num-complex v0.4.6
25682025-05-13T20:57:44.205Z[ host-package] Compiling dirs-sys-next v0.1.2
25692025-05-13T20:57:44.205Z[ host-package] Compiling float-ord v0.3.2
25702025-05-13T20:57:44.224Z[ host-package] Compiling is-terminal v0.4.13
25712025-05-13T20:57:44.477Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25722025-05-13T20:57:44.587Z[ host-package] Compiling dirs-next v2.0.0
25732025-05-13T20:57:44.741Z[ host-package] Compiling camino v1.1.9
25742025-05-13T20:57:44.823Z[ host-package] Compiling term v0.7.0
25752025-05-13T20:57:44.853Z[ host-package] Compiling derive_more v0.99.20
25762025-05-13T20:57:45.283Z[ host-package] Compiling num v0.4.3
25772025-05-13T20:57:45.460Z[ host-package] Compiling atomicwrites v0.4.4
25782025-05-13T20:57:45.480Z[ host-package] Compiling password-hash v0.5.0
25792025-05-13T20:57:45.699Z[ host-package] Compiling blake2 v0.10.6
25802025-05-13T20:57:45.896Z[ host-package] Compiling newline-converter v0.3.0
25812025-05-13T20:57:46.008Z[ host-package] Compiling fastrand v2.1.1
25822025-05-13T20:57:46.154Z[ host-package] Compiling expectorate v1.2.0
25832025-05-13T20:57:46.573Z[ host-package] Compiling argon2 v0.5.3
25842025-05-13T20:57:46.660Z[ host-package] Compiling tempfile v3.13.0
25852025-05-13T20:57:46.786Z[ host-package] Compiling thread_local v1.1.8
25862025-05-13T20:57:47.038Z[ host-package] Compiling wait-timeout v0.2.0
25872025-05-13T20:57:47.235Z[ host-package] Compiling match_cfg v0.1.0
25882025-05-13T20:57:47.404Z[ host-package] Compiling quick-error v1.2.3
25892025-05-13T20:57:47.434Z[ host-package] Compiling bit-vec v0.8.0
25902025-05-13T20:57:47.546Z[ host-package] Compiling hostname v0.3.1
25912025-05-13T20:57:47.598Z[ host-package] Compiling rusty-fork v0.3.0
25922025-05-13T20:57:47.744Z[ host-package] Compiling multer v3.1.0
25932025-05-13T20:57:47.804Z[ host-package] Compiling slog-async v2.8.0
25942025-05-13T20:57:47.827Z[ host-package] Compiling slog-json v2.6.1
25952025-05-13T20:57:47.886Z[ host-package] Compiling bit-set v0.8.0
25962025-05-13T20:57:47.926Z[ host-package] Compiling crossbeam-channel v0.5.15
25972025-05-13T20:57:48.174Z[ host-package] Compiling rand_xorshift v0.3.0
25982025-05-13T20:57:48.198Z[ host-package] Compiling hex v0.4.3
25992025-05-13T20:57:48.265Z[ host-package] Compiling take_mut v0.2.2
26002025-05-13T20:57:48.425Z[ host-package] Compiling unarray v0.1.4
26012025-05-13T20:57:48.494Z[ host-package] Compiling slog-bunyan v2.5.0
26022025-05-13T20:57:48.642Z[ host-package] Compiling proptest v1.6.0
26032025-05-13T20:57:48.742Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26042025-05-13T20:57:48.945Z[ host-package] Compiling slog-term v2.9.1
26052025-05-13T20:57:48.983Z[ host-package] Compiling dropshot v0.16.0
26062025-05-13T20:57:49.112Z[ host-package] Compiling async-stream v0.3.6
26072025-05-13T20:57:49.541Z[ host-package] Compiling rustls v0.23.19
26082025-05-13T20:57:49.632Z[ host-package] Compiling rustls v0.22.4
26092025-05-13T20:57:49.670Z[ host-package] Compiling toml v0.8.20
26102025-05-13T20:57:49.749Z[ host-package] Compiling waitgroup v0.1.2
26112025-05-13T20:57:49.806Z[ host-package] Compiling serde_path_to_error v0.1.16
26122025-05-13T20:57:50.030Z[ host-package] Compiling hostname v0.4.0
26132025-05-13T20:57:50.071Z[ host-package] Compiling instant v0.1.13
26142025-05-13T20:57:50.292Z[ host-package] Compiling debug-ignore v1.0.5
26152025-05-13T20:57:50.364Z[ host-package] Compiling backoff v0.4.0
26162025-05-13T20:57:50.578Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26172025-05-13T20:57:50.611Z[ host-package] Compiling parse-display v0.10.0
26182025-05-13T20:57:50.715Z[ host-package] Compiling serde_with v3.12.0
26192025-05-13T20:57:50.791Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26202025-05-13T20:57:51.067Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
26212025-05-13T20:57:51.458Z[ host-package] Compiling macaddr v1.0.1
26222025-05-13T20:57:51.960Z[ host-package] Compiling rustls-webpki v0.102.8
26232025-05-13T20:57:52.278Z[ host-package] Compiling cancel-safe-futures v0.1.5
26242025-05-13T20:57:52.323Z[ host-package] Compiling owo-colors v4.2.0
26252025-05-13T20:57:53.109Z[ host-package] Compiling libsw-core v0.3.1
26262025-05-13T20:57:53.578Z[ host-package] Compiling libsw v3.4.0
26272025-05-13T20:57:53.743Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
26282025-05-13T20:57:54.610Z[ host-package] Compiling linear-map v1.2.0
26292025-05-13T20:57:54.741Z[ host-package] Compiling swrite v0.1.0
26302025-05-13T20:57:54.917Z[ host-package] Compiling utf-8 v0.7.6
26312025-05-13T20:57:55.018Z[ host-package] Compiling half v2.4.1
26322025-05-13T20:57:55.298Z[ host-package] Compiling keccak v0.1.5
26332025-05-13T20:57:55.338Z[ host-package] Compiling ciborium-io v0.2.2
26342025-05-13T20:57:55.366Z[ helios-setup] May 13 20:57:54.857 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
26352025-05-13T20:57:55.581Z[ host-package] Compiling ciborium-ll v0.2.2
26362025-05-13T20:57:55.812Z[ host-package] Compiling sha3 v0.10.8
26372025-05-13T20:57:56.248Z[ host-package] Compiling prettyplease v0.2.30
26382025-05-13T20:57:56.456Z[ host-package] Compiling ciborium v0.2.2
26392025-05-13T20:57:56.582Z[ host-package] Compiling highway v1.3.0
26402025-05-13T20:57:56.679Z[ host-package] Compiling tungstenite v0.21.0
26412025-05-13T20:57:57.235Z[ host-package] Compiling linked-hash-map v0.5.6
26422025-05-13T20:57:58.005Z[ host-package] Compiling tokio-rustls v0.25.0
26432025-05-13T20:57:58.630Z[ host-package] Compiling semver v0.1.20
26442025-05-13T20:57:58.941Z[ host-package] Compiling tokio-tungstenite v0.21.0
26452025-05-13T20:57:59.514Z[ host-package] Compiling rustc_version v0.1.7
26462025-05-13T20:57:59.828Z[ host-package] Compiling lru-cache v0.1.2
26472025-05-13T20:58:00.103Z[ host-package] Compiling newtype_derive v0.1.6
26482025-05-13T20:58:00.183Z[ host-package] Compiling resolv-conf v0.7.0
26492025-05-13T20:58:00.664Z[ host-package] Compiling tokio-rustls v0.26.0
26502025-05-13T20:58:01.280Z[ host-package] Compiling hyper-rustls v0.27.3
26512025-05-13T20:58:02.220Z[ host-package] Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
26522025-05-13T20:58:02.467Z[ host-package] Compiling hickory-resolver v0.24.4
26532025-05-13T20:58:03.185Z[ host-package] Compiling secrecy v0.10.3
26542025-05-13T20:58:04.648Z[ helios-setup] May 13 20:58:04.137 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26552025-05-13T20:58:07.251Z[ host-package] Compiling progenitor-client v0.9.1
26562025-05-13T20:58:08.100Z[ host-package] Compiling progenitor v0.9.1
26572025-05-13T20:58:08.536Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
26582025-05-13T20:58:08.866Z[ host-package] Compiling humantime v2.1.0
26592025-05-13T20:58:09.500Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
26602025-05-13T20:58:09.974Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
26612025-05-13T20:58:12.762Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26622025-05-13T20:58:13.643Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26632025-05-13T20:58:15.143Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26642025-05-13T20:58:15.536Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
26652025-05-13T20:58:15.952Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26662025-05-13T20:58:16.287Z[ host-package] Compiling universal-hash v0.5.1
26672025-05-13T20:58:16.603Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26682025-05-13T20:58:23.662Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26692025-05-13T20:58:28.791Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26702025-05-13T20:58:29.136Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26712025-05-13T20:58:34.708Z[ helios-setup] May 13 20:58:34.196 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
26722025-05-13T20:58:34.758Z[ helios-setup] May 13 20:58:34.246 INFO building project "amd-host-image-builder" ok (118 seconds)
26732025-05-13T20:58:34.762Z[ helios-setup] May 13 20:58:34.247 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26742025-05-13T20:58:34.879Z[ helios-setup] May 13 20:58:34.367 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.86.0-x86_64-unknown-illumos (default)"
26752025-05-13T20:58:34.879Z[ helios-setup] May 13 20:58:34.367 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26762025-05-13T20:58:34.882Z[ helios-setup] May 13 20:58:34.367 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26772025-05-13T20:58:35.253Z[ helios-setup] May 13 20:58:34.741 INFO E| Downloading crates ...
26782025-05-13T20:58:35.385Z[ helios-setup] May 13 20:58:34.873 INFO E| Downloaded miniz_oxide v0.8.8
26792025-05-13T20:58:35.509Z[ helios-setup] May 13 20:58:34.997 INFO E| Compiling adler2 v2.0.0
26802025-05-13T20:58:35.702Z[ helios-setup] May 13 20:58:35.190 INFO E| Compiling miniz_oxide v0.8.8
26812025-05-13T20:58:35.900Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26822025-05-13T20:58:36.975Z[ host-package] Compiling opaque-debug v0.3.1
26832025-05-13T20:58:37.138Z[ host-package] Compiling poly1305 v0.8.0
26842025-05-13T20:58:38.270Z[ helios-setup] May 13 20:58:37.758 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26852025-05-13T20:58:39.002Z[ host-package] Compiling thiserror-no-std v2.0.2
26862025-05-13T20:58:39.209Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26872025-05-13T20:58:39.247Z[ helios-setup] May 13 20:58:38.735 INFO E| Finished `release` profile [optimized] target(s) in 4.26s
26882025-05-13T20:58:39.258Z[ helios-setup] May 13 20:58:38.746 INFO building project "pinprick" ok (4 seconds)
26892025-05-13T20:58:39.258Z[ helios-setup] May 13 20:58:38.746 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
26902025-05-13T20:58:39.397Z[ helios-setup] May 13 20:58:38.885 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.86.0-x86_64-unknown-illumos (default)"
26912025-05-13T20:58:39.397Z[ helios-setup] May 13 20:58:38.885 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26922025-05-13T20:58:39.400Z[ helios-setup] May 13 20:58:38.885 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26932025-05-13T20:58:39.664Z[ helios-setup] May 13 20:58:39.152 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26942025-05-13T20:58:39.700Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
26952025-05-13T20:58:40.123Z[ helios-setup] May 13 20:58:39.609 INFO E| From https://github.com/jclulow/rust-jmclib
26962025-05-13T20:58:40.123Z[ helios-setup] May 13 20:58:39.609 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26972025-05-13T20:58:40.175Z[ helios-setup] May 13 20:58:39.663 INFO E| Updating crates.io index
26982025-05-13T20:58:40.262Z[ helios-setup] May 13 20:58:39.750 INFO E| Downloading crates ...
26992025-05-13T20:58:40.397Z[ helios-setup] May 13 20:58:39.885 INFO E| Downloaded digest v0.9.0
27002025-05-13T20:58:40.401Z[ helios-setup] May 13 20:58:39.888 INFO E| Downloaded opaque-debug v0.3.0
27012025-05-13T20:58:40.404Z[ helios-setup] May 13 20:58:39.890 INFO E| Downloaded bitflags v2.3.3
27022025-05-13T20:58:40.407Z[ helios-setup] May 13 20:58:39.894 INFO E| Downloaded block-buffer v0.9.0
27032025-05-13T20:58:40.410Z[ helios-setup] May 13 20:58:39.896 INFO E| Downloaded cpufeatures v0.2.9
27042025-05-13T20:58:40.441Z[ helios-setup] May 13 20:58:39.929 INFO E| Downloaded sha-1 v0.9.8
27052025-05-13T20:58:40.445Z[ helios-setup] May 13 20:58:39.932 INFO E| Downloaded itoa v1.0.9
27062025-05-13T20:58:40.448Z[ helios-setup] May 13 20:58:39.934 INFO E| Downloaded fastrand v2.0.0
27072025-05-13T20:58:40.451Z[ helios-setup] May 13 20:58:39.937 INFO E| Downloaded errno v0.3.1
27082025-05-13T20:58:40.455Z[ helios-setup] May 13 20:58:39.940 INFO E| Downloaded unicode-width v0.1.10
27092025-05-13T20:58:40.455Z[ helios-setup] May 13 20:58:39.942 INFO E| Downloaded glob v0.3.1
27102025-05-13T20:58:40.458Z[ helios-setup] May 13 20:58:39.944 INFO E| Downloaded tempfile v3.7.0
27112025-05-13T20:58:40.461Z[ helios-setup] May 13 20:58:39.948 INFO E| Downloaded toml v0.5.11
27122025-05-13T20:58:40.464Z[ helios-setup] May 13 20:58:39.952 INFO E| Downloaded quote v1.0.31
27132025-05-13T20:58:40.468Z[ helios-setup] May 13 20:58:39.956 INFO E| Downloaded walkdir v2.3.3
27142025-05-13T20:58:40.472Z[ helios-setup] May 13 20:58:39.959 INFO E| Downloaded once_cell v1.18.0
27152025-05-13T20:58:40.475Z[ helios-setup] May 13 20:58:39.963 INFO E| Downloaded typenum v1.16.0
27162025-05-13T20:58:40.479Z[ helios-setup] May 13 20:58:39.967 INFO E| Downloaded unicode-ident v1.0.11
27172025-05-13T20:58:40.483Z[ helios-setup] May 13 20:58:39.971 INFO E| Downloaded ryu v1.0.15
27182025-05-13T20:58:40.488Z[ helios-setup] May 13 20:58:39.976 INFO E| Downloaded serde_derive v1.0.193
27192025-05-13T20:58:40.492Z[ helios-setup] May 13 20:58:39.980 INFO E| Downloaded anyhow v1.0.72
27202025-05-13T20:58:40.498Z[ helios-setup] May 13 20:58:39.986 INFO E| Downloaded serde v1.0.193
27212025-05-13T20:58:40.504Z[ helios-setup] May 13 20:58:39.992 INFO E| Downloaded proc-macro2 v1.0.66
27222025-05-13T20:58:40.507Z[ helios-setup] May 13 20:58:39.996 INFO E| Downloaded getrandom v0.2.10
27232025-05-13T20:58:40.511Z[ helios-setup] May 13 20:58:39.999 INFO E| Downloaded serde_json v1.0.103
27242025-05-13T20:58:40.527Z[ helios-setup] May 13 20:58:40.015 INFO E| Downloaded uuid v0.8.2
27252025-05-13T20:58:40.536Z[ helios-setup] May 13 20:58:40.024 INFO E| Downloaded md-5 v0.9.1
27262025-05-13T20:58:40.540Z[ helios-setup] May 13 20:58:40.027 INFO E| Downloaded libdevinfo-sys v1.0.0
27272025-05-13T20:58:40.543Z[ helios-setup] May 13 20:58:40.029 INFO E| Downloaded syn v2.0.32
27282025-05-13T20:58:40.583Z[ helios-setup] May 13 20:58:40.071 INFO E| Downloaded rustix v0.38.4
27292025-05-13T20:58:40.642Z[ helios-setup] May 13 20:58:40.130 INFO E| Downloaded libc v0.2.147
27302025-05-13T20:58:40.778Z[ helios-setup] May 13 20:58:40.266 INFO E| Compiling libc v0.2.147
27312025-05-13T20:58:40.778Z[ helios-setup] May 13 20:58:40.266 INFO E| Compiling proc-macro2 v1.0.66
27322025-05-13T20:58:40.781Z[ helios-setup] May 13 20:58:40.266 INFO E| Compiling unicode-ident v1.0.11
27332025-05-13T20:58:40.781Z[ helios-setup] May 13 20:58:40.266 INFO E| Compiling cfg-if v1.0.0
27342025-05-13T20:58:40.781Z[ helios-setup] May 13 20:58:40.266 INFO E| Compiling typenum v1.16.0
27352025-05-13T20:58:40.781Z[ helios-setup] May 13 20:58:40.266 INFO E| Compiling version_check v0.9.4
27362025-05-13T20:58:40.781Z[ helios-setup] May 13 20:58:40.266 INFO E| Compiling serde v1.0.193
27372025-05-13T20:58:40.781Z[ helios-setup] May 13 20:58:40.266 INFO E| Compiling rustix v0.38.4
27382025-05-13T20:58:41.632Z[ helios-setup] May 13 20:58:41.120 INFO E| Compiling time-core v0.1.2
27392025-05-13T20:58:41.786Z[ helios-setup] May 13 20:58:41.274 INFO E| Compiling num-conv v0.1.0
27402025-05-13T20:58:42.250Z[ helios-setup] May 13 20:58:41.737 INFO E| Compiling powerfmt v0.2.0
27412025-05-13T20:58:42.410Z[ helios-setup] May 13 20:58:41.898 INFO E| Compiling itoa v1.0.9
27422025-05-13T20:58:42.468Z[ helios-setup] May 13 20:58:41.950 INFO E| Compiling slog v2.7.0
27432025-05-13T20:58:42.541Z[ helios-setup] May 13 20:58:42.029 INFO E| Compiling generic-array v0.14.7
27442025-05-13T20:58:42.796Z[ host-package] Compiling steno v0.4.1
27452025-05-13T20:58:42.880Z[ helios-setup] May 13 20:58:42.368 INFO E| Compiling deranged v0.3.11
27462025-05-13T20:58:42.884Z[ helios-setup] May 13 20:58:42.372 INFO E| Compiling time-macros v0.2.18
27472025-05-13T20:58:43.562Z[ helios-setup] May 13 20:58:43.050 INFO E| Compiling num_threads v0.1.6
27482025-05-13T20:58:43.723Z[ helios-setup] May 13 20:58:43.211 INFO E| Compiling quote v1.0.31
27492025-05-13T20:58:43.753Z[ helios-setup] May 13 20:58:43.241 INFO E| Compiling once_cell v1.18.0
27502025-05-13T20:58:44.170Z[ helios-setup] May 13 20:58:43.657 INFO E| Compiling bitflags v2.3.3
27512025-05-13T20:58:44.521Z[ helios-setup] May 13 20:58:44.008 INFO E| Compiling syn v2.0.32
27522025-05-13T20:58:44.599Z[ helios-setup] May 13 20:58:44.086 INFO E| Compiling thread_local v1.1.7
27532025-05-13T20:58:45.019Z[ host-package] Compiling chacha20 v0.9.1
27542025-05-13T20:58:45.093Z[ helios-setup] May 13 20:58:44.580 INFO E| Compiling opaque-debug v0.3.0
27552025-05-13T20:58:45.518Z[ helios-setup] May 13 20:58:45.006 INFO E| Compiling dirs-sys-next v0.1.2
27562025-05-13T20:58:45.797Z[ helios-setup] May 13 20:58:45.285 INFO E| Compiling errno v0.3.1
27572025-05-13T20:58:45.895Z[ helios-setup] May 13 20:58:45.382 INFO E| Compiling atty v0.2.14
27582025-05-13T20:58:45.951Z[ helios-setup] May 13 20:58:45.438 INFO E| Compiling serde_json v1.0.103
27592025-05-13T20:58:46.142Z[ helios-setup] May 13 20:58:45.630 INFO E| Compiling dirs-next v2.0.0
27602025-05-13T20:58:46.199Z[ host-package] Compiling aead v0.5.2
27612025-05-13T20:58:46.317Z[ helios-setup] May 13 20:58:45.804 INFO E| Compiling digest v0.9.0
27622025-05-13T20:58:46.408Z[ helios-setup] May 13 20:58:45.896 INFO E| Compiling term v0.7.0
27632025-05-13T20:58:46.639Z[ helios-setup] May 13 20:58:46.126 INFO E| Compiling block-buffer v0.9.0
27642025-05-13T20:58:46.719Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27652025-05-13T20:58:46.762Z[ helios-setup] May 13 20:58:46.249 INFO E| Compiling anyhow v1.0.72
27662025-05-13T20:58:46.875Z[ helios-setup] May 13 20:58:46.362 INFO E| Compiling fastrand v2.0.0
27672025-05-13T20:58:47.319Z[ helios-setup] May 13 20:58:46.807 INFO E| Compiling getrandom v0.2.10
27682025-05-13T20:58:47.511Z[ helios-setup] May 13 20:58:46.999 INFO E| Compiling cpufeatures v0.2.9
27692025-05-13T20:58:47.650Z[ helios-setup] May 13 20:58:47.138 INFO E| Compiling ryu v1.0.15
27702025-05-13T20:58:47.754Z[ helios-setup] May 13 20:58:47.241 INFO E| Compiling time v0.3.36
27712025-05-13T20:58:47.779Z[ helios-setup] May 13 20:58:47.266 INFO E| Compiling unicode-width v0.1.10
27722025-05-13T20:58:47.960Z[ helios-setup] May 13 20:58:47.448 INFO E| Compiling same-file v1.0.6
27732025-05-13T20:58:48.111Z[ helios-setup] May 13 20:58:47.598 INFO E| Compiling getopts v0.2.21
27742025-05-13T20:58:48.372Z[ helios-setup] May 13 20:58:47.860 INFO E| Compiling walkdir v2.3.3
27752025-05-13T20:58:48.608Z[ helios-setup] May 13 20:58:48.095 INFO E| Compiling sha-1 v0.9.8
27762025-05-13T20:58:49.106Z[ helios-setup] May 13 20:58:48.593 INFO E| Compiling md-5 v0.9.1
27772025-05-13T20:58:49.655Z[ helios-setup] May 13 20:58:49.142 INFO E| Compiling tempfile v3.7.0
27782025-05-13T20:58:49.861Z[ helios-setup] May 13 20:58:49.349 INFO E| Compiling glob v0.3.1
27792025-05-13T20:58:49.894Z[ helios-setup] May 13 20:58:49.381 INFO E| Compiling libdevinfo-sys v1.0.0
27802025-05-13T20:58:51.658Z[ helios-setup] May 13 20:58:51.145 INFO E| Compiling slog-term v2.9.0
27812025-05-13T20:58:51.924Z[ helios-setup] May 13 20:58:51.411 INFO E| Compiling serde_derive v1.0.193
27822025-05-13T20:58:56.264Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27832025-05-13T20:58:57.277Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27842025-05-13T20:58:59.216Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27852025-05-13T20:59:01.278Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27862025-05-13T20:59:02.947Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27872025-05-13T20:59:04.431Z[ helios-setup] May 13 20:59:03.917 INFO E| Compiling toml v0.5.11
27882025-05-13T20:59:04.434Z[ helios-setup] May 13 20:59:03.918 INFO E| Compiling uuid v0.8.2
27892025-05-13T20:59:06.852Z[ helios-setup] May 13 20:59:06.338 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
27902025-05-13T20:59:08.427Z[ helios-setup] May 13 20:59:07.913 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
27912025-05-13T20:59:09.943Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27922025-05-13T20:59:10.800Z[ host-package] Compiling chacha20poly1305 v0.10.1
27932025-05-13T20:59:11.144Z[ host-package] Compiling vsss-rs v3.3.4
27942025-05-13T20:59:12.140Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
27952025-05-13T20:59:12.868Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27962025-05-13T20:59:15.251Z[ host-package] Compiling qorb v0.3.1
27972025-05-13T20:59:18.431Z[ helios-setup] May 13 20:59:17.917 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.92s
27982025-05-13T20:59:18.465Z[ helios-setup] May 13 20:59:17.951 INFO building project "image-builder" ok (39 seconds)
27992025-05-13T20:59:18.465Z[ helios-setup] May 13 20:59:17.951 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
28002025-05-13T20:59:18.587Z[ helios-setup] May 13 20:59:18.073 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.86.0-x86_64-unknown-illumos (default)"
28012025-05-13T20:59:18.587Z[ helios-setup] May 13 20:59:18.073 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28022025-05-13T20:59:18.591Z[ helios-setup] May 13 20:59:18.073 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28032025-05-13T20:59:18.851Z[ helios-setup] May 13 20:59:18.336 INFO E| Downloading crates ...
28042025-05-13T20:59:19.042Z[ helios-setup] May 13 20:59:18.527 INFO E| Downloaded block-buffer v0.10.3
28052025-05-13T20:59:19.045Z[ helios-setup] May 13 20:59:18.529 INFO E| Downloaded sha2 v0.10.5
28062025-05-13T20:59:19.048Z[ helios-setup] May 13 20:59:18.533 INFO E| Downloaded generic-array v0.14.6
28072025-05-13T20:59:19.052Z[ helios-setup] May 13 20:59:18.535 INFO E| Downloaded cpufeatures v0.2.5
28082025-05-13T20:59:19.052Z[ helios-setup] May 13 20:59:18.537 INFO E| Downloaded typenum v1.15.0
28092025-05-13T20:59:19.055Z[ helios-setup] May 13 20:59:18.541 INFO E| Downloaded miniz_oxide v0.6.2
28102025-05-13T20:59:19.058Z[ helios-setup] May 13 20:59:18.544 INFO E| Downloaded flate2 v1.0.25
28112025-05-13T20:59:19.070Z[ helios-setup] May 13 20:59:18.556 INFO E| Downloaded digest v0.10.3
28122025-05-13T20:59:19.073Z[ helios-setup] May 13 20:59:18.559 INFO E| Downloaded bytes v1.2.1
28132025-05-13T20:59:19.078Z[ helios-setup] May 13 20:59:18.564 INFO E| Downloaded anyhow v1.0.62
28142025-05-13T20:59:19.166Z[ helios-setup] May 13 20:59:18.652 INFO E| Compiling typenum v1.15.0
28152025-05-13T20:59:19.167Z[ helios-setup] May 13 20:59:18.652 INFO E| Compiling version_check v0.9.4
28162025-05-13T20:59:19.167Z[ helios-setup] May 13 20:59:18.652 INFO E| Compiling crc32fast v1.3.2
28172025-05-13T20:59:19.170Z[ helios-setup] May 13 20:59:18.652 INFO E| Compiling cfg-if v1.0.0
28182025-05-13T20:59:19.170Z[ helios-setup] May 13 20:59:18.652 INFO E| Compiling adler v1.0.2
28192025-05-13T20:59:19.170Z[ helios-setup] May 13 20:59:18.653 INFO E| Compiling anyhow v1.0.62
28202025-05-13T20:59:19.170Z[ helios-setup] May 13 20:59:18.653 INFO E| Compiling unicode-width v0.1.10
28212025-05-13T20:59:19.170Z[ helios-setup] May 13 20:59:18.653 INFO E| Compiling cpufeatures v0.2.5
28222025-05-13T20:59:19.838Z[ helios-setup] May 13 20:59:19.322 INFO E| Compiling bytes v1.2.1
28232025-05-13T20:59:19.861Z[ helios-setup] May 13 20:59:19.347 INFO E| Compiling bitflags v1.3.2
28242025-05-13T20:59:19.994Z[ helios-setup] May 13 20:59:19.479 INFO E| Compiling miniz_oxide v0.6.2
28252025-05-13T20:59:20.107Z[ helios-setup] May 13 20:59:19.592 INFO E| Compiling getopts v0.2.21
28262025-05-13T20:59:20.659Z[ helios-setup] May 13 20:59:20.145 INFO E| Compiling generic-array v0.14.6
28272025-05-13T20:59:21.723Z[ helios-setup] May 13 20:59:21.208 INFO E| Compiling flate2 v1.0.25
28282025-05-13T20:59:21.806Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28292025-05-13T20:59:24.751Z[ host-package] Compiling slog-dtrace v0.3.0
28302025-05-13T20:59:25.108Z[ helios-setup] May 13 20:59:24.590 INFO E| Compiling block-buffer v0.10.3
28312025-05-13T20:59:25.108Z[ helios-setup] May 13 20:59:24.590 INFO E| Compiling crypto-common v0.1.6
28322025-05-13T20:59:25.299Z[ host-package] Compiling bytecount v0.6.8
28332025-05-13T20:59:25.339Z[ helios-setup] May 13 20:59:24.823 INFO E| Compiling digest v0.10.3
28342025-05-13T20:59:25.725Z[ helios-setup] May 13 20:59:25.210 INFO E| Compiling sha2 v0.10.5
28352025-05-13T20:59:26.360Z[ helios-setup] May 13 20:59:25.845 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28362025-05-13T20:59:31.151Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28372025-05-13T20:59:31.262Z[ helios-setup] May 13 20:59:30.747 INFO E| Finished `release` profile [optimized] target(s) in 12.56s
28382025-05-13T20:59:31.278Z[ helios-setup] May 13 20:59:30.763 INFO building project "bootserver" ok (12 seconds)
28392025-05-13T20:59:31.278Z[ helios-setup] May 13 20:59:30.763 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
28402025-05-13T20:59:31.394Z[ helios-setup] May 13 20:59:30.878 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.86.0-x86_64-unknown-illumos (default)"
28412025-05-13T20:59:31.394Z[ helios-setup] May 13 20:59:30.879 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28422025-05-13T20:59:31.398Z[ helios-setup] May 13 20:59:30.879 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28432025-05-13T20:59:31.674Z[ helios-setup] May 13 20:59:31.159 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28442025-05-13T20:59:32.957Z[ helios-setup] May 13 20:59:32.442 INFO E| From https://github.com/oxidecomputer/progenitor
28452025-05-13T20:59:32.957Z[ helios-setup] May 13 20:59:32.442 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28462025-05-13T20:59:33.066Z[ helios-setup] May 13 20:59:32.550 INFO E| Updating crates.io index
28472025-05-13T20:59:33.192Z[ helios-setup] May 13 20:59:32.676 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28482025-05-13T20:59:33.623Z[ helios-setup] May 13 20:59:33.107 INFO E| From https://github.com/jclulow/hiercmd
28492025-05-13T20:59:33.623Z[ helios-setup] May 13 20:59:33.108 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28502025-05-13T20:59:33.642Z[ helios-setup] May 13 20:59:33.126 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
28512025-05-13T20:59:33.744Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28522025-05-13T20:59:34.103Z[ helios-setup] May 13 20:59:33.587 INFO E| From https://github.com/jclulow/network-interface
28532025-05-13T20:59:34.106Z[ helios-setup] May 13 20:59:33.587 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
28542025-05-13T20:59:34.138Z[ helios-setup] May 13 20:59:33.623 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28552025-05-13T20:59:34.540Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28562025-05-13T20:59:34.546Z[ helios-setup] May 13 20:59:34.030 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28572025-05-13T20:59:34.550Z[ helios-setup] May 13 20:59:34.030 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28582025-05-13T20:59:34.590Z[ helios-setup] May 13 20:59:34.075 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
28592025-05-13T20:59:34.669Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28602025-05-13T20:59:34.851Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28612025-05-13T20:59:35.512Z[ helios-setup] May 13 20:59:34.997 INFO E| From https://github.com/oxidecomputer/facade
28622025-05-13T20:59:35.512Z[ helios-setup] May 13 20:59:34.997 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
28632025-05-13T20:59:35.558Z[ helios-setup] May 13 20:59:35.042 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
28642025-05-13T20:59:36.574Z[ host-package] Compiling display-error-chain v0.2.2
28652025-05-13T20:59:36.598Z[ helios-setup] May 13 20:59:36.082 INFO E| From https://github.com/oxidecomputer/dropshot
28662025-05-13T20:59:36.598Z[ helios-setup] May 13 20:59:36.083 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
28672025-05-13T20:59:36.823Z[ helios-setup] May 13 20:59:36.308 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
28682025-05-13T20:59:36.907Z[ host-package] Compiling crunchy v0.2.2
28692025-05-13T20:59:37.450Z[ host-package] Compiling maplit v1.0.2
28702025-05-13T20:59:37.696Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28712025-05-13T20:59:37.715Z[ helios-setup] May 13 20:59:37.198 INFO E| From https://github.com/oxidecomputer/typify
28722025-05-13T20:59:37.715Z[ helios-setup] May 13 20:59:37.198 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
28732025-05-13T20:59:38.073Z[ helios-setup] May 13 20:59:37.555 INFO E| Downloading crates ...
28742025-05-13T20:59:38.287Z[ helios-setup] May 13 20:59:37.771 INFO E| Downloaded const-random v0.1.15
28752025-05-13T20:59:38.293Z[ helios-setup] May 13 20:59:37.777 INFO E| Downloaded const-random-macro v0.1.15
28762025-05-13T20:59:38.296Z[ helios-setup] May 13 20:59:37.779 INFO E| Downloaded async-stream-impl v0.3.5
28772025-05-13T20:59:38.313Z[ helios-setup] May 13 20:59:37.796 INFO E| Downloaded scopeguard v1.1.0
28782025-05-13T20:59:38.316Z[ helios-setup] May 13 20:59:37.800 INFO E| Downloaded concolor-override v1.0.0
28792025-05-13T20:59:38.320Z[ helios-setup] May 13 20:59:37.804 INFO E| Downloaded serde_derive_internals v0.26.0
28802025-05-13T20:59:38.324Z[ helios-setup] May 13 20:59:37.809 INFO E| Downloaded serde_spanned v0.6.1
28812025-05-13T20:59:38.330Z[ helios-setup] May 13 20:59:37.814 INFO E| Downloaded semver v0.11.0
28822025-05-13T20:59:38.335Z[ helios-setup] May 13 20:59:37.819 INFO E| Downloaded project-root v0.2.2
28832025-05-13T20:59:38.338Z[ helios-setup] May 13 20:59:37.821 INFO E| Downloaded anstyle-parse v0.1.1
28842025-05-13T20:59:38.342Z[ helios-setup] May 13 20:59:37.826 INFO E| Downloaded try-lock v0.2.4
28852025-05-13T20:59:38.345Z[ helios-setup] May 13 20:59:37.828 INFO E| Downloaded tower-service v0.3.2
28862025-05-13T20:59:38.348Z[ helios-setup] May 13 20:59:37.830 INFO E| Downloaded form_urlencoded v1.1.0
28872025-05-13T20:59:38.352Z[ helios-setup] May 13 20:59:37.833 INFO E| Downloaded toolchain_find v0.2.0
28882025-05-13T20:59:38.352Z[ helios-setup] May 13 20:59:37.836 INFO E| Downloaded want v0.3.0
28892025-05-13T20:59:38.355Z[ helios-setup] May 13 20:59:37.838 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28902025-05-13T20:59:38.358Z[ helios-setup] May 13 20:59:37.842 INFO E| Downloaded sha1 v0.10.5
28912025-05-13T20:59:38.362Z[ helios-setup] May 13 20:59:37.847 INFO E| Downloaded spin v0.5.2
28922025-05-13T20:59:38.365Z[ helios-setup] May 13 20:59:37.850 INFO E| Downloaded signal-hook-registry v1.4.0
28932025-05-13T20:59:38.371Z[ helios-setup] May 13 20:59:37.854 INFO E| Downloaded slog-async v2.7.0
28942025-05-13T20:59:38.374Z[ helios-setup] May 13 20:59:37.857 INFO E| Downloaded slog-bunyan v2.4.0
28952025-05-13T20:59:38.377Z[ helios-setup] May 13 20:59:37.859 INFO E| Downloaded strsim v0.10.0
28962025-05-13T20:59:38.380Z[ helios-setup] May 13 20:59:37.862 INFO E| Downloaded toml_datetime v0.6.1
28972025-05-13T20:59:38.384Z[ helios-setup] May 13 20:59:37.865 INFO E| Downloaded tokio-macros v2.0.0
28982025-05-13T20:59:38.384Z[ helios-setup] May 13 20:59:37.867 INFO E| Downloaded jobserver v0.1.26
28992025-05-13T20:59:38.387Z[ helios-setup] May 13 20:59:37.872 INFO E| Downloaded ppv-lite86 v0.2.17
29002025-05-13T20:59:38.390Z[ helios-setup] May 13 20:59:37.875 INFO E| Downloaded utf8parse v0.2.1
29012025-05-13T20:59:38.393Z[ helios-setup] May 13 20:59:37.877 INFO E| Downloaded rustls-pemfile v1.0.2
29022025-05-13T20:59:38.397Z[ helios-setup] May 13 20:59:37.881 INFO E| Downloaded sha2 v0.10.6
29032025-05-13T20:59:38.401Z[ helios-setup] May 13 20:59:37.886 INFO E| Downloaded tempfile v3.5.0
29042025-05-13T20:59:38.406Z[ helios-setup] May 13 20:59:37.891 INFO E| Downloaded tokio-rustls v0.24.0
29052025-05-13T20:59:38.409Z[ helios-setup] May 13 20:59:37.894 INFO E| Downloaded smallvec v1.10.0
29062025-05-13T20:59:38.414Z[ helios-setup] May 13 20:59:37.899 INFO E| Downloaded iana-time-zone v0.1.56
29072025-05-13T20:59:38.419Z[ helios-setup] May 13 20:59:37.904 INFO E| Downloaded thiserror v1.0.38
29082025-05-13T20:59:38.427Z[ helios-setup] May 13 20:59:37.912 INFO E| Downloaded tokio-tungstenite v0.18.0
29092025-05-13T20:59:38.432Z[ helios-setup] May 13 20:59:37.917 INFO E| Downloaded ucd-trie v0.1.5
29102025-05-13T20:59:38.436Z[ helios-setup] May 13 20:59:37.920 INFO E| Downloaded once_cell v1.17.0
29112025-05-13T20:59:38.440Z[ helios-setup] May 13 20:59:37.925 INFO E| Downloaded ryu v1.0.13
29122025-05-13T20:59:38.448Z[ helios-setup] May 13 20:59:37.931 INFO E| Downloaded schemars v0.8.12
29132025-05-13T20:59:38.485Z[ helios-setup] May 13 20:59:37.970 INFO E| Downloaded url v2.3.1
29142025-05-13T20:59:38.490Z[ helios-setup] May 13 20:59:37.974 INFO E| Downloaded toml v0.7.3
29152025-05-13T20:59:38.496Z[ helios-setup] May 13 20:59:37.980 INFO E| Downloaded parking_lot v0.12.1
29162025-05-13T20:59:38.501Z[ helios-setup] May 13 20:59:37.984 INFO E| Downloaded rustls-webpki v0.100.1
29172025-05-13T20:59:38.510Z[ helios-setup] May 13 20:59:37.995 INFO E| Downloaded unicode-linebreak v0.1.4
29182025-05-13T20:59:38.515Z[ helios-setup] May 13 20:59:37.999 INFO E| Downloaded toml_edit v0.19.8
29192025-05-13T20:59:38.544Z[ helios-setup] May 13 20:59:38.029 INFO E| Downloaded unicode-normalization v0.1.22
29202025-05-13T20:59:38.550Z[ helios-setup] May 13 20:59:38.034 INFO E| Downloaded winnow v0.4.1
29212025-05-13T20:59:38.564Z[ helios-setup] May 13 20:59:38.048 INFO E| Downloaded serde_json v1.0.95
29222025-05-13T20:59:38.621Z[ helios-setup] May 13 20:59:38.105 INFO E| Downloaded rayon-core v1.10.2
29232025-05-13T20:59:38.628Z[ helios-setup] May 13 20:59:38.111 INFO E| Downloaded num-traits v0.2.15
29242025-05-13T20:59:38.631Z[ helios-setup] May 13 20:59:38.116 INFO E| Downloaded mio v0.8.5
29252025-05-13T20:59:38.641Z[ helios-setup] May 13 20:59:38.126 INFO E| Downloaded http v0.2.9
29262025-05-13T20:59:38.648Z[ helios-setup] May 13 20:59:38.133 INFO E| Downloaded crossbeam-channel v0.5.6
29272025-05-13T20:59:38.655Z[ helios-setup] May 13 20:59:38.140 INFO E| Downloaded memchr v2.5.0
29282025-05-13T20:59:38.662Z[ helios-setup] May 13 20:59:38.146 INFO E| Downloaded syn v1.0.107
29292025-05-13T20:59:38.680Z[ helios-setup] May 13 20:59:38.164 INFO E| Downloaded pest v2.5.7
29302025-05-13T20:59:38.688Z[ helios-setup] May 13 20:59:38.172 INFO E| Downloaded syn v2.0.72
29312025-05-13T20:59:38.708Z[ helios-setup] May 13 20:59:38.192 INFO E| Downloaded crossbeam-utils v0.8.14
29322025-05-13T20:59:38.712Z[ helios-setup] May 13 20:59:38.196 INFO E| Downloaded aho-corasick v0.7.20
29332025-05-13T20:59:38.719Z[ helios-setup] May 13 20:59:38.203 INFO E| Downloaded cc v1.0.78
29342025-05-13T20:59:38.723Z[ helios-setup] May 13 20:59:38.207 INFO E| Downloaded bytes v1.4.0
29352025-05-13T20:59:38.731Z[ helios-setup] May 13 20:59:38.215 INFO E| Downloaded tokio-util v0.7.7
29362025-05-13T20:59:38.741Z[ helios-setup] May 13 20:59:38.226 INFO E| Downloaded serde v1.0.204
29372025-05-13T20:59:38.747Z[ helios-setup] May 13 20:59:38.232 INFO E| Downloaded futures-util v0.3.28
29382025-05-13T20:59:38.767Z[ helios-setup] May 13 20:59:38.252 INFO E| Downloaded reqwest v0.11.16
29392025-05-13T20:59:38.780Z[ helios-setup] May 13 20:59:38.264 INFO E| Downloaded rayon v1.6.1
29402025-05-13T20:59:38.795Z[ helios-setup] May 13 20:59:38.279 INFO E| Downloaded h2 v0.3.16
29412025-05-13T20:59:38.806Z[ helios-setup] May 13 20:59:38.290 INFO E| Downloaded hyper v0.14.25
29422025-05-13T20:59:38.820Z[ helios-setup] May 13 20:59:38.304 INFO E| Downloaded git2 v0.16.1
29432025-05-13T20:59:38.834Z[ helios-setup] May 13 20:59:38.318 INFO E| Downloaded chrono v0.4.24
29442025-05-13T20:59:38.846Z[ helios-setup] May 13 20:59:38.331 INFO E| Downloaded clap_builder v4.2.1
29452025-05-13T20:59:38.857Z[ helios-setup] May 13 20:59:38.341 INFO E| Downloaded regress v0.5.0
29462025-05-13T20:59:38.869Z[ helios-setup] May 13 20:59:38.353 INFO E| Downloaded regex v1.7.3
29472025-05-13T20:59:38.883Z[ helios-setup] May 13 20:59:38.367 INFO E| Downloaded futures v0.3.28
29482025-05-13T20:59:38.892Z[ helios-setup] May 13 20:59:38.376 INFO E| Downloaded idna v0.3.0
29492025-05-13T20:59:38.902Z[ helios-setup] May 13 20:59:38.387 INFO E| Downloaded base64 v0.21.0
29502025-05-13T20:59:38.909Z[ helios-setup] May 13 20:59:38.393 INFO E| Downloaded rustix v0.37.3
29512025-05-13T20:59:38.940Z[ helios-setup] May 13 20:59:38.425 INFO E| Downloaded rustls v0.21.0
29522025-05-13T20:59:38.960Z[ helios-setup] May 13 20:59:38.444 INFO E| Downloaded tokio v1.27.0
29532025-05-13T20:59:39.012Z[ helios-setup] May 13 20:59:38.496 INFO E| Downloaded rhai v1.14.0
29542025-05-13T20:59:39.032Z[ helios-setup] May 13 20:59:38.517 INFO E| Downloaded openapiv3 v1.0.2
29552025-05-13T20:59:39.053Z[ helios-setup] May 13 20:59:38.537 INFO E| Downloaded tracing v0.1.37
29562025-05-13T20:59:39.059Z[ helios-setup] May 13 20:59:38.544 INFO E| Downloaded quote v1.0.36
29572025-05-13T20:59:39.063Z[ helios-setup] May 13 20:59:38.547 INFO E| Downloaded proc-macro2 v1.0.86
29582025-05-13T20:59:39.067Z[ helios-setup] May 13 20:59:38.551 INFO E| Downloaded serde_derive v1.0.204
29592025-05-13T20:59:39.072Z[ helios-setup] May 13 20:59:38.556 INFO E| Downloaded crossbeam-epoch v0.9.13
29602025-05-13T20:59:39.075Z[ helios-setup] May 13 20:59:38.560 INFO E| Downloaded clap v4.2.1
29612025-05-13T20:59:39.089Z[ helios-setup] May 13 20:59:38.573 INFO E| Downloaded unsafe-libyaml v0.2.8
29622025-05-13T20:59:39.095Z[ helios-setup] May 13 20:59:38.579 INFO E| Downloaded unicode-ident v1.0.8
29632025-05-13T20:59:39.099Z[ helios-setup] May 13 20:59:38.584 INFO E| Downloaded unicode-bidi v0.3.13
29642025-05-13T20:59:39.102Z[ helios-setup] May 13 20:59:38.587 INFO E| Downloaded tracing-core v0.1.30
29652025-05-13T20:59:39.107Z[ helios-setup] May 13 20:59:38.591 INFO E| Downloaded tinyvec v1.6.0
29662025-05-13T20:59:39.112Z[ helios-setup] May 13 20:59:38.596 INFO E| Downloaded serde_yaml v0.9.21
29672025-05-13T20:59:39.118Z[ helios-setup] May 13 20:59:38.602 INFO E| Downloaded schemars_derive v0.8.12
29682025-05-13T20:59:39.121Z[ helios-setup] May 13 20:59:38.605 INFO E| Downloaded anyhow v1.0.68
29692025-05-13T20:59:39.127Z[ helios-setup] May 13 20:59:38.611 INFO E| Downloaded ahash v0.8.3
29702025-05-13T20:59:39.131Z[ helios-setup] May 13 20:59:38.616 INFO E| Downloaded tungstenite v0.18.0
29712025-05-13T20:59:39.136Z[ helios-setup] May 13 20:59:38.620 INFO E| Downloaded rhai_codegen v1.5.0
29722025-05-13T20:59:39.146Z[ helios-setup] May 13 20:59:38.631 INFO E| Downloaded uuid v1.3.0
29732025-05-13T20:59:39.151Z[ helios-setup] May 13 20:59:38.636 INFO E| Downloaded itoa v1.0.6
29742025-05-13T20:59:39.154Z[ helios-setup] May 13 20:59:38.637 INFO E| Downloaded ipnet v2.7.2
29752025-05-13T20:59:39.158Z[ helios-setup] May 13 20:59:38.640 INFO E| Downloaded textwrap v0.16.0
29762025-05-13T20:59:39.162Z[ helios-setup] May 13 20:59:38.642 INFO E| Downloaded socket2 v0.4.9
29772025-05-13T20:59:39.173Z[ helios-setup] May 13 20:59:38.645 INFO E| Downloaded smartstring v1.0.1
29782025-05-13T20:59:39.186Z[ helios-setup] May 13 20:59:38.649 INFO E| Downloaded paste v1.0.12
29792025-05-13T20:59:39.186Z[ helios-setup] May 13 20:59:38.653 INFO E| Downloaded libc v0.2.139
29802025-05-13T20:59:39.204Z[ helios-setup] May 13 20:59:38.688 INFO E| Downloaded parking_lot_core v0.9.6
29812025-05-13T20:59:39.207Z[ helios-setup] May 13 20:59:38.691 INFO E| Downloaded lock_api v0.4.9
29822025-05-13T20:59:39.210Z[ helios-setup] May 13 20:59:38.693 INFO E| Downloaded io-lifetimes v1.0.10
29832025-05-13T20:59:39.213Z[ helios-setup] May 13 20:59:38.696 INFO E| Downloaded httparse v1.8.0
29842025-05-13T20:59:39.216Z[ helios-setup] May 13 20:59:38.699 INFO E| Downloaded futures-sink v0.3.28
29852025-05-13T20:59:39.219Z[ helios-setup] May 13 20:59:38.700 INFO E| Downloaded time v0.1.45
29862025-05-13T20:59:39.219Z[ helios-setup] May 13 20:59:38.702 INFO E| Downloaded pin-project-lite v0.2.9
29872025-05-13T20:59:39.224Z[ helios-setup] May 13 20:59:38.708 INFO E| Downloaded getrandom v0.2.8
29882025-05-13T20:59:39.229Z[ helios-setup] May 13 20:59:38.712 INFO E| Downloaded camino v1.1.4
29892025-05-13T20:59:39.232Z[ helios-setup] May 13 20:59:38.717 INFO E| Downloaded async-trait v0.1.68
29902025-05-13T20:59:39.236Z[ helios-setup] May 13 20:59:38.721 INFO E| Downloaded log v0.4.17
29912025-05-13T20:59:39.240Z[ helios-setup] May 13 20:59:38.724 INFO E| Downloaded futures-io v0.3.28
29922025-05-13T20:59:39.243Z[ helios-setup] May 13 20:59:38.726 INFO E| Downloaded bincode v1.3.3
29932025-05-13T20:59:39.246Z[ helios-setup] May 13 20:59:38.729 INFO E| Downloaded futures-core v0.3.28
29942025-05-13T20:59:39.249Z[ helios-setup] May 13 20:59:38.731 INFO E| Downloaded cargo-lock v8.0.3
29952025-05-13T20:59:39.253Z[ helios-setup] May 13 20:59:38.734 INFO E| Downloaded clap_derive v4.2.0
29962025-05-13T20:59:39.257Z[ helios-setup] May 13 20:59:38.737 INFO E| Downloaded semver v1.0.17
29972025-05-13T20:59:39.257Z[ helios-setup] May 13 20:59:38.740 INFO E| Downloaded futures-channel v0.3.28
29982025-05-13T20:59:39.260Z[ helios-setup] May 13 20:59:38.743 INFO E| Downloaded ahash v0.7.6
29992025-05-13T20:59:39.263Z[ helios-setup] May 13 20:59:38.747 INFO E| Downloaded thiserror-impl v1.0.38
30002025-05-13T20:59:39.266Z[ helios-setup] May 13 20:59:38.748 INFO E| Downloaded percent-encoding v2.2.0
30012025-05-13T20:59:39.266Z[ helios-setup] May 13 20:59:38.749 INFO E| Downloaded num_enum_derive v0.5.7
30022025-05-13T20:59:39.269Z[ helios-setup] May 13 20:59:38.751 INFO E| Downloaded slab v0.4.7
30032025-05-13T20:59:39.269Z[ helios-setup] May 13 20:59:38.752 INFO E| Downloaded num-integer v0.1.45
30042025-05-13T20:59:39.272Z[ helios-setup] May 13 20:59:38.755 INFO E| Downloaded memoffset v0.7.1
30052025-05-13T20:59:39.272Z[ helios-setup] May 13 20:59:38.756 INFO E| Downloaded futures-executor v0.3.28
30062025-05-13T20:59:39.278Z[ helios-setup] May 13 20:59:38.763 INFO E| Downloaded lazy_static v1.4.0
30072025-05-13T20:59:39.281Z[ helios-setup] May 13 20:59:38.766 INFO E| Downloaded httpdate v1.0.2
30082025-05-13T20:59:39.284Z[ helios-setup] May 13 20:59:38.767 INFO E| Downloaded http-body v0.4.5
30092025-05-13T20:59:39.289Z[ helios-setup] May 13 20:59:38.769 INFO E| Downloaded smawk v0.3.1
30102025-05-13T20:59:39.289Z[ helios-setup] May 13 20:59:38.771 INFO E| Downloaded serde_tokenstream v0.2.0
30112025-05-13T20:59:39.293Z[ helios-setup] May 13 20:59:38.775 INFO E| Downloaded serde_path_to_error v0.1.11
30122025-05-13T20:59:39.294Z[ helios-setup] May 13 20:59:38.777 INFO E| Downloaded num_enum v0.5.7
30132025-05-13T20:59:39.297Z[ helios-setup] May 13 20:59:38.782 INFO E| Downloaded home v0.5.4
30142025-05-13T20:59:39.301Z[ helios-setup] May 13 20:59:38.783 INFO E| Downloaded either v1.8.0
30152025-05-13T20:59:39.301Z[ helios-setup] May 13 20:59:38.785 INFO E| Downloaded pkg-config v0.3.26
30162025-05-13T20:59:39.304Z[ helios-setup] May 13 20:59:38.787 INFO E| Downloaded proc-macro-crate v1.2.1
30172025-05-13T20:59:39.304Z[ helios-setup] May 13 20:59:38.788 INFO E| Downloaded num_cpus v1.15.0
30182025-05-13T20:59:39.307Z[ helios-setup] May 13 20:59:38.792 INFO E| Downloaded is-terminal v0.4.7
30192025-05-13T20:59:39.310Z[ helios-setup] May 13 20:59:38.793 INFO E| Downloaded futures-task v0.3.28
30202025-05-13T20:59:39.310Z[ helios-setup] May 13 20:59:38.795 INFO E| Downloaded futures-macro v0.3.28
30212025-05-13T20:59:39.313Z[ helios-setup] May 13 20:59:38.796 INFO E| Downloaded digest v0.10.6
30222025-05-13T20:59:39.316Z[ helios-setup] May 13 20:59:38.799 INFO E| Downloaded crossbeam-deque v0.8.2
30232025-05-13T20:59:39.317Z[ helios-setup] May 13 20:59:38.800 INFO E| Downloaded fastrand v1.9.0
30242025-05-13T20:59:39.320Z[ helios-setup] May 13 20:59:38.802 INFO E| Downloaded dyn-clone v1.0.11
30252025-05-13T20:59:39.320Z[ helios-setup] May 13 20:59:38.804 INFO E| Downloaded concolor-query v0.3.3
30262025-05-13T20:59:39.323Z[ helios-setup] May 13 20:59:38.806 INFO E| Downloaded clap_lex v0.4.1
30272025-05-13T20:59:39.323Z[ helios-setup] May 13 20:59:38.807 INFO E| Downloaded built v0.6.0
30282025-05-13T20:59:39.326Z[ helios-setup] May 13 20:59:38.809 INFO E| Downloaded anstyle v0.3.5
30292025-05-13T20:59:39.326Z[ helios-setup] May 13 20:59:38.811 INFO E| Downloaded byteorder v1.4.3
30302025-05-13T20:59:39.330Z[ helios-setup] May 13 20:59:38.813 INFO E| Downloaded anstream v0.2.6
30312025-05-13T20:59:39.333Z[ helios-setup] May 13 20:59:38.816 INFO E| Downloaded semver-parser v0.10.2
30322025-05-13T20:59:39.336Z[ helios-setup] May 13 20:59:38.818 INFO E| Downloaded autocfg v1.1.0
30332025-05-13T20:59:39.336Z[ helios-setup] May 13 20:59:38.819 INFO E| Downloaded async-stream v0.3.5
30342025-05-13T20:59:39.339Z[ helios-setup] May 13 20:59:38.822 INFO E| Downloaded sct v0.7.0
30352025-05-13T20:59:39.342Z[ helios-setup] May 13 20:59:38.826 INFO E| Downloaded rustfmt-wrapper v0.2.0
30362025-05-13T20:59:39.444Z[ helios-setup] May 13 20:59:38.918 INFO E| Downloaded encoding_rs v0.8.32
30372025-05-13T20:59:39.580Z[ helios-setup] May 13 20:59:39.064 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
30382025-05-13T20:59:39.744Z[ helios-setup] May 13 20:59:39.228 INFO E| Downloaded libz-sys v1.1.8
30392025-05-13T20:59:40.158Z[ helios-setup] May 13 20:59:39.642 INFO E| Downloaded ring v0.16.20
30402025-05-13T20:59:40.186Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30412025-05-13T20:59:40.631Z[ helios-setup] May 13 20:59:40.115 INFO E| Compiling proc-macro2 v1.0.86
30422025-05-13T20:59:40.631Z[ helios-setup] May 13 20:59:40.115 INFO E| Compiling libc v0.2.139
30432025-05-13T20:59:40.631Z[ helios-setup] May 13 20:59:40.115 INFO E| Compiling unicode-ident v1.0.8
30442025-05-13T20:59:40.635Z[ helios-setup] May 13 20:59:40.115 INFO E| Compiling autocfg v1.1.0
30452025-05-13T20:59:40.635Z[ helios-setup] May 13 20:59:40.115 INFO E| Compiling cfg-if v1.0.0
30462025-05-13T20:59:40.635Z[ helios-setup] May 13 20:59:40.115 INFO E| Compiling version_check v0.9.4
30472025-05-13T20:59:40.635Z[ helios-setup] May 13 20:59:40.116 INFO E| Compiling serde v1.0.204
30482025-05-13T20:59:40.635Z[ helios-setup] May 13 20:59:40.116 INFO E| Compiling syn v1.0.107
30492025-05-13T20:59:40.679Z[ host-package] Compiling dsl_auto_type v0.1.2
30502025-05-13T20:59:40.925Z[ helios-setup] May 13 20:59:40.409 INFO E| Compiling memchr v2.5.0
30512025-05-13T20:59:41.247Z[ helios-setup] May 13 20:59:40.731 INFO E| Compiling once_cell v1.17.0
30522025-05-13T20:59:41.830Z[ helios-setup] May 13 20:59:41.314 INFO E| Compiling log v0.4.17
30532025-05-13T20:59:42.169Z[ helios-setup] May 13 20:59:41.653 INFO E| Compiling thiserror v1.0.38
30542025-05-13T20:59:42.719Z[ helios-setup] May 13 20:59:42.203 INFO E| Compiling serde_json v1.0.95
30552025-05-13T20:59:42.964Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30562025-05-13T20:59:43.023Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
30572025-05-13T20:59:43.045Z[ helios-setup] May 13 20:59:42.529 INFO E| Compiling itoa v1.0.6
30582025-05-13T20:59:43.242Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30592025-05-13T20:59:43.724Z[ host-package] Compiling tiny-keccak v2.0.2
30602025-05-13T20:59:43.985Z[ helios-setup] May 13 20:59:43.469 INFO E| Compiling pin-project-lite v0.2.9
30612025-05-13T20:59:44.065Z[ helios-setup] May 13 20:59:43.549 INFO E| Compiling scopeguard v1.1.0
30622025-05-13T20:59:44.297Z[ helios-setup] May 13 20:59:43.781 INFO E| Compiling indexmap v1.9.3
30632025-05-13T20:59:44.381Z[ helios-setup] May 13 20:59:43.865 INFO E| Compiling futures-core v0.3.28
30642025-05-13T20:59:44.458Z[ helios-setup] May 13 20:59:43.942 INFO E| Compiling bytes v1.4.0
30652025-05-13T20:59:44.729Z[ host-package] Compiling r2d2 v0.8.10
30662025-05-13T20:59:44.955Z[ helios-setup] May 13 20:59:44.439 INFO E| Compiling quote v1.0.36
30672025-05-13T20:59:45.295Z[ helios-setup] May 13 20:59:44.779 INFO E| Compiling getrandom v0.2.8
30682025-05-13T20:59:45.866Z[ host-package] Compiling proc-macro-error2 v2.0.1
30692025-05-13T20:59:45.885Z[ helios-setup] May 13 20:59:44.980 INFO E| Compiling jobserver v0.1.26
30702025-05-13T20:59:45.885Z[ host-package] Compiling diesel_derives v2.2.3
30712025-05-13T20:59:45.885Z[ helios-setup] May 13 20:59:45.215 INFO E| Compiling syn v2.0.72
30722025-05-13T20:59:46.215Z[ helios-setup] May 13 20:59:45.698 INFO E| Compiling cc v1.0.78
30732025-05-13T20:59:46.246Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30742025-05-13T20:59:46.488Z[ helios-setup] May 13 20:59:45.972 INFO E| Compiling num-integer v0.1.45
30752025-05-13T20:59:46.646Z[ host-package] Compiling const_format_proc_macros v0.2.34
30762025-05-13T20:59:46.665Z[ helios-setup] May 13 20:59:46.138 INFO E| Compiling ryu v1.0.13
30772025-05-13T20:59:47.924Z[ helios-setup] May 13 20:59:47.404 INFO E| Compiling lock_api v0.4.9
30782025-05-13T20:59:47.982Z[ helios-setup] May 13 20:59:47.465 INFO E| Compiling parking_lot_core v0.9.6
30792025-05-13T20:59:48.062Z[ helios-setup] May 13 20:59:47.546 INFO E| Compiling bitflags v1.3.2
30802025-05-13T20:59:48.502Z[ helios-setup] May 13 20:59:47.986 INFO E| Compiling typenum v1.16.0
30812025-05-13T20:59:48.724Z[ helios-setup] May 13 20:59:48.208 INFO E| Compiling num_cpus v1.15.0
30822025-05-13T20:59:49.046Z[ helios-setup] May 13 20:59:48.526 INFO E| Compiling slab v0.4.7
30832025-05-13T20:59:49.151Z[ helios-setup] May 13 20:59:48.634 INFO E| Compiling generic-array v0.14.6
30842025-05-13T20:59:49.472Z[ helios-setup] May 13 20:59:48.956 INFO E| Compiling futures-task v0.3.28
30852025-05-13T20:59:49.611Z[ helios-setup] May 13 20:59:49.095 INFO E| Compiling futures-sink v0.3.28
30862025-05-13T20:59:49.935Z[ helios-setup] May 13 20:59:49.415 INFO E| Compiling futures-channel v0.3.28
30872025-05-13T20:59:50.078Z[ host-package] Compiling bit-vec v0.6.3
30882025-05-13T20:59:50.450Z[ helios-setup] May 13 20:59:49.933 INFO E| Compiling tokio v1.27.0
30892025-05-13T20:59:50.565Z[ helios-setup] May 13 20:59:50.048 INFO E| Compiling futures-util v0.3.28
30902025-05-13T20:59:51.279Z[ host-package] Compiling bit-set v0.5.3
30912025-05-13T20:59:51.788Z[ helios-setup] May 13 20:59:51.272 INFO E| Compiling signal-hook-registry v1.4.0
30922025-05-13T20:59:51.791Z[ helios-setup] May 13 20:59:51.272 INFO E| Compiling mio v0.8.5
30932025-05-13T20:59:51.808Z[ host-package] Compiling const_format v0.2.34
30942025-05-13T20:59:52.001Z[ helios-setup] May 13 20:59:51.484 INFO E| Compiling socket2 v0.4.9
30952025-05-13T20:59:52.138Z[ helios-setup] May 13 20:59:51.622 INFO E| Compiling pin-utils v0.1.0
30962025-05-13T20:59:52.269Z[ helios-setup] May 13 20:59:51.752 INFO E| Compiling schemars v0.8.12
30972025-05-13T20:59:52.588Z[ helios-setup] May 13 20:59:52.071 INFO E| Compiling futures-io v0.3.28
30982025-05-13T20:59:52.866Z[ host-package] Compiling tabled_derive v0.10.0
30992025-05-13T20:59:53.436Z[ helios-setup] May 13 20:59:52.920 INFO E| Compiling num-traits v0.2.15
31002025-05-13T20:59:54.012Z[ helios-setup] May 13 20:59:53.496 INFO E| Compiling ahash v0.7.6
31012025-05-13T20:59:54.423Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31022025-05-13T20:59:54.532Z[ helios-setup] May 13 20:59:54.015 INFO E| Compiling crunchy v0.2.2
31032025-05-13T20:59:54.607Z[ helios-setup] May 13 20:59:54.090 INFO E| Compiling io-lifetimes v1.0.10
31042025-05-13T20:59:55.467Z[ helios-setup] May 13 20:59:54.951 INFO E| Compiling ahash v0.8.3
31052025-05-13T20:59:55.966Z[ helios-setup] May 13 20:59:55.449 INFO E| Compiling hashbrown v0.12.3
31062025-05-13T20:59:56.010Z[ helios-setup] May 13 20:59:55.493 INFO E| Compiling crossbeam-utils v0.8.14
31072025-05-13T20:59:56.362Z[ helios-setup] May 13 20:59:55.845 INFO E| Compiling serde_derive_internals v0.26.0
31082025-05-13T20:59:56.705Z[ helios-setup] May 13 20:59:56.182 INFO E| Compiling crypto-common v0.1.6
31092025-05-13T20:59:57.033Z[ helios-setup] May 13 20:59:56.516 INFO E| Compiling block-buffer v0.10.3
31102025-05-13T20:59:57.269Z[ helios-setup] May 13 20:59:56.752 INFO E| Compiling rustix v0.37.3
31112025-05-13T20:59:57.448Z[ helios-setup] May 13 20:59:56.932 INFO E| Compiling tiny-keccak v2.0.2
31122025-05-13T20:59:57.878Z[ host-package] Compiling papergrid v0.14.0
31132025-05-13T20:59:58.184Z[ host-package] Compiling ascii-canvas v3.0.0
31142025-05-13T20:59:58.187Z[ helios-setup] May 13 20:59:57.668 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31152025-05-13T20:59:58.514Z[ helios-setup] May 13 20:59:57.997 INFO E| Compiling slog v2.7.0
31162025-05-13T20:59:58.758Z[ helios-setup] May 13 20:59:58.241 INFO E| Compiling digest v0.10.6
31172025-05-13T20:59:59.034Z[ host-package] Compiling num-derive v0.3.3
31182025-05-13T20:59:59.805Z[ host-package] Compiling ena v0.14.3
31192025-05-13T21:00:00.201Z[ helios-setup] May 13 20:59:59.683 INFO E| Compiling errno v0.3.1
31202025-05-13T21:00:00.475Z[ helios-setup] May 13 20:59:59.958 INFO E| Compiling unicode-width v0.1.10
31212025-05-13T21:00:00.582Z[ helios-setup] May 13 21:00:00.065 INFO E| Compiling fnv v1.0.7
31222025-05-13T21:00:00.637Z[ helios-setup] May 13 21:00:00.119 INFO E| Compiling pkg-config v0.3.26
31232025-05-13T21:00:00.742Z[ host-package] Compiling diff v0.1.13
31242025-05-13T21:00:00.752Z[ helios-setup] May 13 21:00:00.235 INFO E| Compiling anyhow v1.0.68
31252025-05-13T21:00:00.988Z[ helios-setup] May 13 21:00:00.470 INFO E| Compiling cpufeatures v0.2.5
31262025-05-13T21:00:01.167Z[ helios-setup] May 13 21:00:00.650 INFO E| Compiling http v0.2.9
31272025-05-13T21:00:01.758Z[ host-package] Compiling bindgen v0.71.1
31282025-05-13T21:00:02.642Z[ host-package] Compiling regex-syntax v0.6.29
31292025-05-13T21:00:03.086Z[ helios-setup] May 13 21:00:02.568 INFO E| Compiling thiserror-impl v1.0.38
31302025-05-13T21:00:03.310Z[ helios-setup] May 13 21:00:02.793 INFO E| Compiling schemars_derive v0.8.12
31312025-05-13T21:00:03.351Z[ host-package] Compiling tabled v0.18.0
31322025-05-13T21:00:03.782Z[ helios-setup] May 13 21:00:03.265 INFO E| Compiling serde_derive v1.0.204
31332025-05-13T21:00:04.148Z[ helios-setup] May 13 21:00:03.630 INFO E| Compiling tokio-macros v2.0.0
31342025-05-13T21:00:04.240Z[ helios-setup] May 13 21:00:03.723 INFO E| Compiling futures-macro v0.3.28
31352025-05-13T21:00:05.268Z[ host-package] Compiling diesel v2.2.10
31362025-05-13T21:00:07.231Z[ helios-setup] May 13 21:00:06.713 INFO E| Compiling aho-corasick v0.7.20
31372025-05-13T21:00:08.938Z[ helios-setup] May 13 21:00:08.420 INFO E| Compiling httparse v1.8.0
31382025-05-13T21:00:09.015Z[ helios-setup] May 13 21:00:08.497 INFO E| Compiling tinyvec_macros v0.1.1
31392025-05-13T21:00:09.302Z[ helios-setup] May 13 21:00:08.784 INFO E| Compiling regex-syntax v0.6.29
31402025-05-13T21:00:09.892Z[ helios-setup] May 13 21:00:09.374 INFO E| Compiling heck v0.4.1
31412025-05-13T21:00:10.152Z[ helios-setup] May 13 21:00:09.634 INFO E| Compiling percent-encoding v2.2.0
31422025-05-13T21:00:10.595Z[ helios-setup] May 13 21:00:10.077 INFO E| Compiling const-random-macro v0.1.15
31432025-05-13T21:00:10.860Z[ helios-setup] May 13 21:00:10.342 INFO E| Compiling tinyvec v1.6.0
31442025-05-13T21:00:10.892Z[ helios-setup] May 13 21:00:10.374 INFO E| Compiling form_urlencoded v1.1.0
31452025-05-13T21:00:11.966Z[ host-package] Compiling lalrpop v0.19.12
31462025-05-13T21:00:11.989Z[ helios-setup] May 13 21:00:11.471 INFO E| Compiling hashbrown v0.13.2
31472025-05-13T21:00:14.168Z[ helios-setup] May 13 21:00:13.650 INFO E| Compiling chrono v0.4.24
31482025-05-13T21:00:14.234Z[ helios-setup] May 13 21:00:13.716 INFO E| Compiling libz-sys v1.1.8
31492025-05-13T21:00:14.570Z[ helios-setup] May 13 21:00:14.053 INFO E| Compiling getopts v0.2.21
31502025-05-13T21:00:14.846Z[ helios-setup] May 13 21:00:14.328 INFO E| Compiling memoffset v0.7.1
31512025-05-13T21:00:15.728Z[ helios-setup] May 13 21:00:15.209 INFO E| Compiling dyn-clone v1.0.11
31522025-05-13T21:00:16.099Z[ helios-setup] May 13 21:00:15.581 INFO E| Compiling num-conv v0.1.0
31532025-05-13T21:00:16.364Z[ helios-setup] May 13 21:00:15.846 INFO E| Compiling time-core v0.1.2
31542025-05-13T21:00:16.464Z[ helios-setup] May 13 21:00:15.946 INFO E| Compiling uuid v1.3.0
31552025-05-13T21:00:16.720Z[ helios-setup] May 13 21:00:16.202 INFO E| Compiling regex v1.7.3
31562025-05-13T21:00:16.878Z[ helios-setup] May 13 21:00:16.354 INFO E| Compiling powerfmt v0.2.0
31572025-05-13T21:00:17.942Z[ helios-setup] May 13 21:00:17.424 INFO E| Compiling deranged v0.3.11
31582025-05-13T21:00:18.041Z[ helios-setup] May 13 21:00:17.522 INFO E| Compiling time-macros v0.2.18
31592025-05-13T21:00:19.288Z[ helios-setup] May 13 21:00:18.770 INFO E| Compiling unicode-normalization v0.1.22
31602025-05-13T21:00:19.324Z[ helios-setup] May 13 21:00:18.805 INFO E| Compiling regress v0.5.0
31612025-05-13T21:00:21.709Z[ helios-setup] May 13 21:00:21.190 INFO E| Compiling const-random v0.1.15
31622025-05-13T21:00:23.021Z[ helios-setup] May 13 21:00:22.496 INFO E| Compiling tracing-core v0.1.30
31632025-05-13T21:00:23.408Z[ helios-setup] May 13 21:00:22.890 INFO E| Compiling crossbeam-epoch v0.9.13
31642025-05-13T21:00:24.563Z[ helios-setup] May 13 21:00:24.012 INFO E| Compiling ucd-trie v0.1.5
31652025-05-13T21:00:24.617Z[ helios-setup] May 13 21:00:24.099 INFO E| Compiling unicode-bidi v0.3.13
31662025-05-13T21:00:24.642Z[ helios-setup] May 13 21:00:24.123 INFO E| Compiling num_threads v0.1.6
31672025-05-13T21:00:27.231Z[ helios-setup] May 13 21:00:26.712 INFO E| Compiling idna v0.3.0
31682025-05-13T21:00:27.269Z[ helios-setup] May 13 21:00:26.749 INFO E| Compiling time v0.3.36
31692025-05-13T21:00:27.667Z[ helios-setup] May 13 21:00:27.147 INFO E| Compiling pest v2.5.7
31702025-05-13T21:00:27.737Z[ helios-setup] May 13 21:00:27.219 INFO E| Compiling tracing v0.1.37
31712025-05-13T21:00:29.089Z[ helios-setup] May 13 21:00:28.570 INFO E| Compiling toml v0.5.11
31722025-05-13T21:00:29.267Z[ helios-setup] May 13 21:00:28.748 INFO E| Compiling smallvec v1.10.0
31732025-05-13T21:00:32.204Z[ helios-setup] May 13 21:00:31.685 INFO E| Compiling parking_lot v0.12.1
31742025-05-13T21:00:33.458Z[ helios-setup] May 13 21:00:32.465 INFO E| Compiling serde_tokenstream v0.2.0
31752025-05-13T21:00:37.894Z[ helios-setup] May 13 21:00:37.375 INFO E| Compiling crossbeam-channel v0.5.6
31762025-05-13T21:00:38.434Z[ helios-setup] May 13 21:00:37.913 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31772025-05-13T21:00:40.803Z[ helios-setup] May 13 21:00:40.283 INFO E| Compiling dirs-sys-next v0.1.2
31782025-05-13T21:00:41.512Z[ helios-setup] May 13 21:00:40.992 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31792025-05-13T21:00:41.871Z[ helios-setup] May 13 21:00:41.352 INFO E| Compiling time v0.1.45
31802025-05-13T21:00:42.842Z[ helios-setup] May 13 21:00:42.323 INFO E| Compiling semver v1.0.17
31812025-05-13T21:00:43.041Z[ host-package] Compiling libscf-sys v1.1.0
31822025-05-13T21:00:43.461Z[ helios-setup] May 13 21:00:42.942 INFO E| Compiling crc32fast v1.3.2
31832025-05-13T21:00:43.644Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31842025-05-13T21:00:44.091Z[ helios-setup] May 13 21:00:43.571 INFO E| Compiling iana-time-zone v0.1.56
31852025-05-13T21:00:45.642Z[ helios-setup] May 13 21:00:45.122 INFO E| Compiling dirs-next v2.0.0
31862025-05-13T21:00:45.989Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31872025-05-13T21:00:46.728Z[ helios-setup] May 13 21:00:46.208 INFO E| Compiling semver-parser v0.10.2
31882025-05-13T21:00:48.545Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31892025-05-13T21:00:49.242Z[ helios-setup] May 13 21:00:48.722 INFO E| Compiling proc-macro-crate v1.2.1
31902025-05-13T21:00:49.613Z[ helios-setup] May 13 21:00:49.093 INFO E| Compiling url v2.3.1
31912025-05-13T21:00:50.892Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31922025-05-13T21:00:51.019Z[ helios-setup] May 13 21:00:50.499 INFO E| Compiling tokio-util v0.7.7
31932025-05-13T21:00:51.041Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31942025-05-13T21:00:51.704Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31952025-05-13T21:00:52.651Z[ host-package] Compiling rustc-hash v2.1.1
31962025-05-13T21:00:52.656Z[ helios-setup] May 13 21:00:52.135 INFO E| Compiling futures-executor v0.3.28
31972025-05-13T21:00:53.054Z[ helios-setup] May 13 21:00:52.533 INFO E| Compiling thread_local v1.1.7
31982025-05-13T21:00:53.359Z[ host-package] Compiling ref-cast v1.0.23
31992025-05-13T21:00:53.414Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32002025-05-13T21:00:53.427Z[ helios-setup] May 13 21:00:52.907 INFO E| Compiling rayon-core v1.10.2
32012025-05-13T21:00:54.218Z[ helios-setup] May 13 21:00:53.697 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32022025-05-13T21:00:54.309Z[ helios-setup] May 13 21:00:53.787 INFO E| Compiling same-file v1.0.6
32032025-05-13T21:00:54.925Z[ helios-setup] May 13 21:00:54.405 INFO E| Compiling try-lock v0.2.4
32042025-05-13T21:00:54.925Z[ helios-setup] May 13 21:00:54.405 INFO E| Compiling adler v1.0.2
32052025-05-13T21:00:55.281Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32062025-05-13T21:00:55.621Z[ helios-setup] May 13 21:00:55.101 INFO E| Compiling want v0.3.0
32072025-05-13T21:00:55.678Z[ helios-setup] May 13 21:00:55.158 INFO E| Compiling miniz_oxide v0.6.2
32082025-05-13T21:00:55.844Z[ host-package] Compiling polar-core v0.27.3
32092025-05-13T21:00:55.913Z[ helios-setup] May 13 21:00:55.393 INFO E| Compiling walkdir v2.3.3
32102025-05-13T21:00:56.537Z[ helios-setup] May 13 21:00:56.017 INFO E| Compiling futures v0.3.28
32112025-05-13T21:00:56.940Z[ helios-setup] May 13 21:00:56.419 INFO E| Compiling h2 v0.3.16
32122025-05-13T21:00:58.256Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32132025-05-13T21:00:58.377Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32142025-05-13T21:00:58.587Z[ host-package] Compiling derive_builder_core v0.20.2
32152025-05-13T21:00:59.297Z[ host-package] Compiling headers-core v0.3.0
32162025-05-13T21:00:59.448Z[ helios-setup] May 13 21:00:58.927 INFO E| Compiling num_enum_derive v0.5.7
32172025-05-13T21:00:59.650Z[ host-package] Compiling phf_generator v0.11.2
32182025-05-13T21:01:00.394Z[ host-package] Compiling libxml v0.3.3
32192025-05-13T21:01:00.681Z[ helios-setup] May 13 21:01:00.161 INFO E| Compiling semver v0.11.0
32202025-05-13T21:01:00.800Z[ helios-setup] May 13 21:01:00.279 INFO E| Compiling crossbeam-deque v0.8.2
32212025-05-13T21:01:01.129Z[ host-package] Compiling ref-cast-impl v1.0.23
32222025-05-13T21:01:01.661Z[ helios-setup] May 13 21:01:01.139 INFO E| Compiling term v0.7.0
32232025-05-13T21:01:02.523Z[ host-package] Compiling phf_codegen v0.11.2
32242025-05-13T21:01:02.624Z[ host-package] Compiling derive_builder_macro v0.20.2
32252025-05-13T21:01:03.405Z[ host-package] Compiling headers v0.4.0
32262025-05-13T21:01:03.659Z[ helios-setup] May 13 21:01:03.138 INFO E| Compiling http-body v0.4.5
32272025-05-13T21:01:04.666Z[ helios-setup] May 13 21:01:04.145 INFO E| Compiling sha2 v0.10.6
32282025-05-13T21:01:05.674Z[ helios-setup] May 13 21:01:05.153 INFO E| Compiling ring v0.16.20
32292025-05-13T21:01:07.079Z[ helios-setup] May 13 21:01:06.558 INFO E| Compiling rand_core v0.6.4
32302025-05-13T21:01:08.672Z[ helios-setup] May 13 21:01:08.150 INFO E| Compiling atty v0.2.14
32312025-05-13T21:01:09.292Z[ helios-setup] May 13 21:01:08.770 INFO E| Compiling base64 v0.21.0
32322025-05-13T21:01:10.030Z[ helios-setup] May 13 21:01:09.508 INFO E| Compiling fastrand v1.9.0
32332025-05-13T21:01:10.192Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32342025-05-13T21:01:11.185Z[ helios-setup] May 13 21:01:10.663 INFO E| Compiling ppv-lite86 v0.2.17
32352025-05-13T21:01:11.497Z[ helios-setup] May 13 21:01:10.976 INFO E| Compiling httpdate v1.0.2
32362025-05-13T21:01:12.472Z[ helios-setup] May 13 21:01:11.949 INFO E| Compiling lazy_static v1.4.0
32372025-05-13T21:01:12.672Z[ helios-setup] May 13 21:01:12.150 INFO E| Compiling tower-service v0.3.2
32382025-05-13T21:01:12.770Z[ helios-setup] May 13 21:01:12.248 INFO E| Compiling utf8parse v0.2.1
32392025-05-13T21:01:13.162Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32402025-05-13T21:01:13.207Z[ helios-setup] May 13 21:01:12.685 INFO E| Compiling home v0.5.4
32412025-05-13T21:01:13.299Z[ helios-setup] May 13 21:01:12.777 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
32422025-05-13T21:01:13.668Z[ helios-setup] May 13 21:01:13.146 INFO E| Compiling toolchain_find v0.2.0
32432025-05-13T21:01:14.376Z[ helios-setup] May 13 21:01:13.854 INFO E| Compiling anstyle-parse v0.1.1
32442025-05-13T21:01:14.751Z[ helios-setup] May 13 21:01:14.229 INFO E| Compiling hyper v0.14.25
32452025-05-13T21:01:15.320Z[ helios-setup] May 13 21:01:14.798 INFO E| Compiling rand_chacha v0.3.1
32462025-05-13T21:01:15.495Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32472025-05-13T21:01:16.610Z[ helios-setup] May 13 21:01:16.088 INFO E| Compiling tempfile v3.5.0
32482025-05-13T21:01:17.249Z[ helios-setup] May 13 21:01:16.727 INFO E| Compiling slog-term v2.9.0
32492025-05-13T21:01:18.935Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32502025-05-13T21:01:19.845Z[ host-package] Compiling samael v0.0.18
32512025-05-13T21:01:19.997Z[ host-package] Compiling strum_macros v0.24.3
32522025-05-13T21:01:19.997Z[ host-package] Compiling parse-zoneinfo v0.3.1
32532025-05-13T21:01:22.903Z[ host-package] Compiling indoc v1.0.9
32542025-05-13T21:01:23.060Z[ host-package] Compiling crc8 v0.1.1
32552025-05-13T21:01:23.660Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32562025-05-13T21:01:24.573Z[ host-package] Compiling chrono-tz-build v0.4.0
32572025-05-13T21:01:24.938Z[ helios-setup] May 13 21:01:24.416 INFO E| Compiling num_enum v0.5.7
32582025-05-13T21:01:25.314Z[ host-package] Compiling derive_builder v0.20.2
32592025-05-13T21:01:25.575Z[ helios-setup] May 13 21:01:25.052 INFO E| Compiling cargo-lock v8.0.3
32602025-05-13T21:01:26.331Z[ helios-setup] May 13 21:01:25.809 INFO E| Compiling flate2 v1.0.25
32612025-05-13T21:01:26.423Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32622025-05-13T21:01:27.390Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32632025-05-13T21:01:31.488Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
32642025-05-13T21:01:32.602Z[ helios-setup] May 13 21:01:32.078 INFO E| Compiling serde_urlencoded v0.7.1
32652025-05-13T21:01:33.765Z[ helios-setup] May 13 21:01:33.240 INFO E| Compiling is-terminal v0.4.7
32662025-05-13T21:01:34.352Z[ helios-setup] May 13 21:01:33.828 INFO E| Compiling sha1 v0.10.5
32672025-05-13T21:01:34.511Z[ host-package] Compiling oso-derive v0.27.3
32682025-05-13T21:01:36.976Z[ host-package] Compiling quick-xml v0.37.2
32692025-05-13T21:01:37.387Z[ helios-setup] May 13 21:01:36.864 INFO E| Compiling concolor-query v0.3.3
32702025-05-13T21:01:37.719Z[ helios-setup] May 13 21:01:37.194 INFO E| Compiling either v1.8.0
32712025-05-13T21:01:37.784Z[ helios-setup] May 13 21:01:37.260 INFO E| Compiling anstyle v0.3.5
32722025-05-13T21:01:38.258Z[ host-package] Compiling vte_generate_state_changes v0.1.2
32732025-05-13T21:01:38.937Z[ helios-setup] May 13 21:01:38.413 INFO E| Compiling concolor-override v1.0.0
32742025-05-13T21:01:39.433Z[ helios-setup] May 13 21:01:38.910 INFO E| Compiling anstream v0.2.6
32752025-05-13T21:01:39.667Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32762025-05-13T21:01:40.802Z[ host-package] Compiling arc-swap v1.7.1
32772025-05-13T21:01:41.368Z[ helios-setup] May 13 21:01:40.844 INFO E| Compiling rayon v1.6.1
32782025-05-13T21:01:41.926Z[ host-package] Compiling vte v0.11.1
32792025-05-13T21:01:42.301Z[ host-package] Compiling slog-scope v4.4.0
32802025-05-13T21:01:42.852Z[ host-package] Compiling chrono-tz v0.10.3
32812025-05-13T21:01:42.977Z[ helios-setup] May 13 21:01:42.453 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32822025-05-13T21:01:43.938Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32832025-05-13T21:01:43.994Z[ helios-setup] May 13 21:01:43.469 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32842025-05-13T21:01:44.632Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32852025-05-13T21:01:48.429Z[ helios-setup] May 13 21:01:44.460 INFO E| Compiling rustfmt-wrapper v0.2.0
32862025-05-13T21:01:48.482Z[ helios-setup] May 13 21:01:44.608 INFO E| Compiling rand v0.8.5
32872025-05-13T21:01:48.482Z[ host-package] Compiling unicase v2.7.0
32882025-05-13T21:01:48.482Z[ helios-setup] May 13 21:01:45.807 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32892025-05-13T21:01:48.495Z[ host-package] Compiling diesel-dtrace v0.4.2
32902025-05-13T21:01:48.495Z[ host-package] Compiling strip-ansi-escapes v0.2.0
32912025-05-13T21:01:48.523Z[ host-package] Compiling slog-stdlog v4.1.1
32922025-05-13T21:01:48.568Z[ helios-setup] May 13 21:01:48.044 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32932025-05-13T21:01:48.682Z[ helios-setup] May 13 21:01:48.158 INFO E| Compiling openapiv3 v1.0.2
32942025-05-13T21:01:49.033Z[ helios-setup] May 13 21:01:48.507 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32952025-05-13T21:01:49.965Z[ host-package] Compiling oso v0.27.3
32962025-05-13T21:01:51.611Z[ helios-setup] May 13 21:01:51.087 INFO E| Compiling encoding_rs v0.8.32
32972025-05-13T21:01:52.112Z[ host-package] Compiling papergrid v0.11.0
32982025-05-13T21:01:54.320Z[ helios-setup] May 13 21:01:53.795 INFO E| Compiling byteorder v1.4.3
32992025-05-13T21:01:55.604Z[ helios-setup] May 13 21:01:55.080 INFO E| Compiling project-root v0.2.2
33002025-05-13T21:01:56.124Z[ helios-setup] May 13 21:01:55.599 INFO E| Compiling spin v0.5.2
33012025-05-13T21:01:56.259Z[ helios-setup] May 13 21:01:55.735 INFO E| Compiling base64 v0.13.1
33022025-05-13T21:01:56.737Z[ helios-setup] May 13 21:01:56.212 INFO E| Compiling ipnet v2.7.2
33032025-05-13T21:01:57.010Z[ helios-setup] May 13 21:01:56.485 INFO E| Compiling strsim v0.10.0
33042025-05-13T21:01:57.963Z[ helios-setup] May 13 21:01:57.437 INFO E| Compiling utf-8 v0.7.6
33052025-05-13T21:01:58.833Z[ helios-setup] May 13 21:01:58.308 INFO E| Compiling mime v0.3.17
33062025-05-13T21:02:00.288Z[ helios-setup] May 13 21:01:59.763 INFO E| Compiling clap_lex v0.4.1
33072025-05-13T21:02:00.916Z[ helios-setup] May 13 21:02:00.391 INFO E| Compiling unsafe-libyaml v0.2.8
33082025-05-13T21:02:01.029Z[ helios-setup] May 13 21:02:00.504 INFO E| Compiling untrusted v0.7.1
33092025-05-13T21:02:01.591Z[ helios-setup] May 13 21:02:01.065 INFO E| Compiling clap_builder v4.2.1
33102025-05-13T21:02:02.022Z[ helios-setup] May 13 21:02:01.497 INFO E| Compiling reqwest v0.11.16
33112025-05-13T21:02:02.399Z[ helios-setup] May 13 21:02:01.874 INFO E| Compiling tungstenite v0.18.0
33122025-05-13T21:02:04.628Z[ helios-setup] May 13 21:02:04.103 INFO E| Compiling serde_yaml v0.9.21
33132025-05-13T21:02:10.993Z[ helios-setup] May 13 21:02:10.467 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33142025-05-13T21:02:11.891Z[ helios-setup] May 13 21:02:11.366 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33152025-05-13T21:02:16.141Z[ helios-setup] May 13 21:02:15.614 INFO E| Compiling clap_derive v4.2.0
33162025-05-13T21:02:18.491Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33172025-05-13T21:02:19.182Z[ host-package] Compiling tabled_derive v0.7.0
33182025-05-13T21:02:22.413Z[ host-package] Compiling fd-lock v4.0.2
33192025-05-13T21:02:23.287Z[ host-package] Compiling bb8 v0.8.5
33202025-05-13T21:02:23.667Z[ host-package] Compiling peg-macros v0.8.5
33212025-05-13T21:02:24.849Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33222025-05-13T21:02:24.949Z[ helios-setup] May 13 21:02:24.423 INFO E| Compiling clap v4.2.1
33232025-05-13T21:02:26.798Z[ host-package] Compiling nu-ansi-term v0.50.1
33242025-05-13T21:02:29.660Z[ host-package] Compiling reedline v0.38.0
33252025-05-13T21:02:30.260Z[ helios-setup] May 13 21:02:29.734 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33262025-05-13T21:02:30.734Z[ host-package] Compiling async-bb8-diesel v0.2.1
33272025-05-13T21:02:30.858Z[ host-package] Compiling peg v0.8.5
33282025-05-13T21:02:31.413Z[ host-package] Compiling tabled v0.15.0
33292025-05-13T21:02:32.731Z[ host-package] Compiling slog-envlogger v2.2.0
33302025-05-13T21:02:38.699Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33312025-05-13T21:02:39.761Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33322025-05-13T21:02:43.140Z[ helios-setup] May 13 21:02:42.613 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33332025-05-13T21:02:44.958Z[ helios-setup] May 13 21:02:44.430 INFO E| Compiling tokio-tungstenite v0.18.0
33342025-05-13T21:02:46.716Z[ helios-setup] May 13 21:02:46.188 INFO E| Compiling smartstring v1.0.1
33352025-05-13T21:02:48.138Z[ helios-setup] May 13 21:02:47.611 INFO E| Compiling rustls v0.21.0
33362025-05-13T21:02:50.386Z[ helios-setup] May 13 21:02:49.858 INFO E| Compiling toml_datetime v0.6.1
33372025-05-13T21:02:51.993Z[ helios-setup] May 13 21:02:51.465 INFO E| Compiling serde_spanned v0.6.1
33382025-05-13T21:02:52.462Z[ helios-setup] May 13 21:02:51.934 INFO E| Compiling static_assertions v1.1.0
33392025-05-13T21:02:52.720Z[ helios-setup] May 13 21:02:52.192 INFO E| Compiling slog-async v2.7.0
33402025-05-13T21:02:54.232Z[ helios-setup] May 13 21:02:53.703 INFO E| Compiling camino v1.1.4
33412025-05-13T21:02:55.445Z[ helios-setup] May 13 21:02:54.917 INFO E| Compiling match_cfg v0.1.0
33422025-05-13T21:02:55.669Z[ helios-setup] May 13 21:02:55.141 INFO E| Compiling paste v1.0.12
33432025-05-13T21:02:55.945Z[ helios-setup] May 13 21:02:55.417 INFO E| Compiling winnow v0.4.1
33442025-05-13T21:02:56.096Z[ helios-setup] May 13 21:02:55.566 INFO E| Compiling async-trait v0.1.68
33452025-05-13T21:02:56.774Z[ helios-setup] May 13 21:02:56.246 INFO E| Compiling hostname v0.3.1
33462025-05-13T21:02:57.416Z[ helios-setup] May 13 21:02:56.888 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33472025-05-13T21:02:57.528Z[ helios-setup] May 13 21:02:57.000 INFO E| Compiling slog-json v2.6.1
33482025-05-13T21:02:57.698Z[ helios-setup] May 13 21:02:57.170 INFO E| Compiling bincode v1.3.3
33492025-05-13T21:02:58.549Z[ helios-setup] May 13 21:02:58.021 INFO E| Compiling unicode-linebreak v0.1.4
33502025-05-13T21:02:58.793Z[ helios-setup] May 13 21:02:58.264 INFO E| Compiling async-stream-impl v0.3.5
33512025-05-13T21:03:00.016Z[ host-package] Compiling typify-impl v0.2.0
33522025-05-13T21:03:00.042Z[ helios-setup] May 13 21:02:59.514 INFO E| Compiling rhai_codegen v1.5.0
33532025-05-13T21:03:00.216Z[ host-package] Compiling bcs v0.1.6
33542025-05-13T21:03:01.273Z[ helios-setup] May 13 21:03:00.745 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33552025-05-13T21:03:01.939Z[ host-package] Compiling fxhash v0.2.1
33562025-05-13T21:03:02.290Z[ helios-setup] May 13 21:03:01.761 INFO E| Compiling toml_edit v0.19.8
33572025-05-13T21:03:02.663Z[ host-package] Compiling libz-sys v1.1.20
33582025-05-13T21:03:02.782Z[ helios-setup] May 13 21:03:02.251 INFO E| Compiling take_mut v0.2.2
33592025-05-13T21:03:03.848Z[ helios-setup] May 13 21:03:03.319 INFO E| Compiling async-stream v0.3.5
33602025-05-13T21:03:04.304Z[ host-package] Compiling termtree v0.5.1
33612025-05-13T21:03:04.807Z[ helios-setup] May 13 21:03:04.278 INFO E| Compiling rhai v1.14.0
33622025-05-13T21:03:04.967Z[ helios-setup] May 13 21:03:04.438 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33632025-05-13T21:03:05.800Z[ helios-setup] May 13 21:03:05.271 INFO E| Compiling slog-bunyan v2.4.0
33642025-05-13T21:03:08.612Z[ helios-setup] May 13 21:03:08.082 INFO E| Compiling rustls-webpki v0.100.1
33652025-05-13T21:03:10.819Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33662025-05-13T21:03:11.093Z[ helios-setup] May 13 21:03:10.564 INFO E| Compiling sct v0.7.0
33672025-05-13T21:03:12.252Z[ helios-setup] May 13 21:03:11.723 INFO E| Compiling toml v0.7.3
33682025-05-13T21:03:12.815Z[ host-package] Compiling kstat-rs v0.2.4
33692025-05-13T21:03:14.676Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33702025-05-13T21:03:15.176Z[ helios-setup] May 13 21:03:14.647 INFO E| Compiling rustls-pemfile v1.0.2
33712025-05-13T21:03:16.844Z[ helios-setup] May 13 21:03:16.314 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33722025-05-13T21:03:17.549Z[ helios-setup] May 13 21:03:17.019 INFO E| Compiling serde_path_to_error v0.1.11
33732025-05-13T21:03:18.781Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33742025-05-13T21:03:18.984Z[ helios-setup] May 13 21:03:18.454 INFO E| Compiling terminal_size v0.2.6
33752025-05-13T21:03:19.602Z[ host-package] Compiling typify-macro v0.2.0
33762025-05-13T21:03:19.674Z[ helios-setup] May 13 21:03:19.144 INFO E| Compiling smawk v0.3.1
33772025-05-13T21:03:19.741Z[ helios-setup] May 13 21:03:19.211 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
33782025-05-13T21:03:20.561Z[ helios-setup] May 13 21:03:20.029 INFO E| Compiling textwrap v0.16.0
33792025-05-13T21:03:21.654Z[ helios-setup] May 13 21:03:21.124 INFO E| Compiling tokio-rustls v0.24.0
33802025-05-13T21:03:26.264Z[ host-package] Compiling nanorand v0.7.0
33812025-05-13T21:03:26.418Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
33822025-05-13T21:03:27.610Z[ host-package] Compiling parking_lot_core v0.8.6
33832025-05-13T21:03:29.149Z[ host-package] Compiling flume v0.11.1
33842025-05-13T21:03:30.836Z[ host-package] Compiling mime_guess v2.0.5
33852025-05-13T21:03:34.725Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33862025-05-13T21:03:40.376Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33872025-05-13T21:03:41.570Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33882025-05-13T21:03:51.071Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33892025-05-13T21:03:52.393Z[ host-package] Compiling castaway v0.2.3
33902025-05-13T21:03:52.626Z[ helios-setup] May 13 21:03:52.094 INFO E| Compiling git2 v0.16.1
33912025-05-13T21:03:52.661Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33922025-05-13T21:03:53.440Z[ host-package] Compiling compact_str v0.8.0
33932025-05-13T21:03:53.907Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33942025-05-13T21:03:56.610Z[ host-package] Compiling typify v0.2.0
33952025-05-13T21:03:56.912Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33962025-05-13T21:03:57.136Z[ host-package] Compiling unicode-truncate v1.1.0
33972025-05-13T21:03:57.542Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33982025-05-13T21:03:57.568Z[ helios-setup] May 13 21:03:57.036 INFO E| Compiling built v0.6.0
33992025-05-13T21:03:59.465Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34002025-05-13T21:03:59.571Z[ helios-setup] May 13 21:03:59.039 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34012025-05-13T21:04:01.013Z[ helios-setup] May 13 21:04:00.481 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34022025-05-13T21:04:01.651Z[ helios-setup] May 13 21:04:01.119 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34032025-05-13T21:04:02.957Z[ host-package] Compiling lru v0.12.5
34042025-05-13T21:04:03.571Z[ host-package] Compiling vergen v8.3.2
34052025-05-13T21:04:04.370Z[ host-package] Compiling nibble_vec v0.1.0
34062025-05-13T21:04:04.801Z[ host-package] Compiling cargo-platform v0.1.8
34072025-05-13T21:04:05.183Z[ host-package] Compiling instability v0.3.2
34082025-05-13T21:04:05.609Z[ host-package] Compiling atty v0.2.14
34092025-05-13T21:04:06.232Z[ host-package] Compiling endian-type v0.1.2
34102025-05-13T21:04:06.761Z[ host-package] Compiling half v1.8.3
34112025-05-13T21:04:07.169Z[ host-package] Compiling io-lifetimes v1.0.11
34122025-05-13T21:04:07.877Z[ host-package] Compiling http-range v0.1.5
34132025-05-13T21:04:07.935Z[ host-package] Compiling cassowary v0.3.0
34142025-05-13T21:04:08.324Z[ host-package] Compiling salty v0.3.0
34152025-05-13T21:04:08.749Z[ host-package] Compiling indoc v2.0.6
34162025-05-13T21:04:10.686Z[ host-package] Compiling ratatui v0.29.0
34172025-05-13T21:04:10.897Z[ host-package] Compiling serde_cbor v0.11.2
34182025-05-13T21:04:13.590Z[ host-package] Compiling tough v0.20.0
34192025-05-13T21:04:14.205Z[ host-package] Compiling radix_trie v0.2.1
34202025-05-13T21:04:15.194Z[ host-package] Compiling cargo_metadata v0.18.1
34212025-05-13T21:04:18.213Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34222025-05-13T21:04:23.667Z[ helios-setup] May 13 21:04:23.133 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34232025-05-13T21:04:27.224Z[ helios-setup] May 13 21:04:26.690 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34242025-05-13T21:04:33.538Z[ host-package] Compiling git2 v0.19.0
34252025-05-13T21:04:48.693Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
34262025-05-13T21:04:49.732Z[ host-package] Compiling progenitor-impl v0.8.0
34272025-05-13T21:04:55.602Z[ host-package] Compiling parking_lot v0.11.2
34282025-05-13T21:05:01.015Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34292025-05-13T21:05:02.488Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
34302025-05-13T21:05:05.268Z[ helios-setup] May 13 21:05:04.731 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34312025-05-13T21:05:05.585Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34322025-05-13T21:05:07.560Z[ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
34332025-05-13T21:05:08.495Z[ host-package] Compiling rand_seeder v0.3.0
34342025-05-13T21:05:09.246Z[ host-package] Compiling lzma-sys v0.1.20
34352025-05-13T21:05:10.123Z[ host-package] Compiling rustix v0.37.28
34362025-05-13T21:05:10.458Z[ host-package] Compiling rustls v0.21.12
34372025-05-13T21:05:10.637Z[ host-package] Compiling xshell-macros v0.2.7
34382025-05-13T21:05:11.001Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
34392025-05-13T21:05:11.539Z[ host-package] Compiling xshell v0.2.7
34402025-05-13T21:05:11.604Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34412025-05-13T21:05:12.021Z[ host-package] Compiling hyper-staticfile v0.10.1
34422025-05-13T21:05:14.747Z[ host-package] Compiling progenitor-macro v0.8.0
34432025-05-13T21:05:14.920Z[ host-package] Compiling sled v0.34.7
34442025-05-13T21:05:15.253Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34452025-05-13T21:05:21.378Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34462025-05-13T21:05:29.540Z[ host-package] Compiling hickory-client v0.24.4
34472025-05-13T21:05:38.251Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34482025-05-13T21:05:40.656Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34492025-05-13T21:05:41.117Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34502025-05-13T21:05:41.198Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34512025-05-13T21:05:42.774Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
34522025-05-13T21:05:46.791Z[ host-package] Compiling progenitor-client v0.8.0
34532025-05-13T21:05:48.677Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34542025-05-13T21:05:49.797Z[ host-package] Compiling sct v0.7.1
34552025-05-13T21:05:50.148Z[ host-package] Compiling rustls-webpki v0.101.7
34562025-05-13T21:05:50.825Z[ host-package] Compiling hickory-server v0.24.4
34572025-05-13T21:05:54.930Z[ host-package] Compiling primeorder v0.13.6
34582025-05-13T21:05:55.850Z[ host-package] Compiling heck v0.3.3
34592025-05-13T21:05:56.429Z[ host-package] Compiling env_filter v0.1.2
34602025-05-13T21:05:56.570Z[ host-package] Compiling csv-core v0.1.11
34612025-05-13T21:05:57.593Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=57536869418e08667824c9a1b2cf115ed91b713f#57536869)
34622025-05-13T21:05:58.121Z[ host-package] Compiling glob v0.3.2
34632025-05-13T21:05:58.304Z[ host-package] Compiling void v1.0.2
34642025-05-13T21:05:58.532Z[ host-package] Compiling lzss v0.8.2
34652025-05-13T21:05:59.032Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34662025-05-13T21:06:00.501Z[ host-package] Compiling csv v1.3.1
34672025-05-13T21:06:01.336Z[ helios-setup] May 13 21:06:00.796 INFO E| Finished `release` profile [optimized] target(s) in 6m 29s
34682025-05-13T21:06:01.463Z[ helios-setup] May 13 21:06:00.923 INFO building project "pilot" ok (390 seconds)
34692025-05-13T21:06:01.466Z[ helios-setup] rm -f helios-build
34702025-05-13T21:06:01.470Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34712025-05-13T21:06:01.470Z[ helios-setup]
34722025-05-13T21:06:01.474Z[ helios-setup] Setup complete! ./helios-build is now available.
34732025-05-13T21:06:01.474Z[ helios-setup]
34742025-05-13T21:06:01.477Z[ helios-setup]
34752025-05-13T21:06:01.477Z[ helios-setup] real 10:35.427058287
34762025-05-13T21:06:01.477Z[ helios-setup] user 27:30.327984125
34772025-05-13T21:06:01.477Z[ helios-setup] sys 2:22.853505031
34782025-05-13T21:06:01.477Z[ helios-setup] trap 1.637432748
34792025-05-13T21:06:01.477Z[ helios-setup] tflt 5.497256225
34802025-05-13T21:06:01.477Z[ helios-setup] dflt 15.021225834
34812025-05-13T21:06:01.477Z[ helios-setup] kflt 0.000509236
34822025-05-13T21:06:01.477Z[ helios-setup] lock 1:42:34.379150423
34832025-05-13T21:06:01.477Z[ helios-setup] slp 3:22:01.751226075
34842025-05-13T21:06:01.477Z[ helios-setup] lat 30:27.960989854
34852025-05-13T21:06:01.477Z[ helios-setup] stop 4:39.265250052
34862025-05-13T21:06:01.477ZMay 13 21:06:00.936 INFO [helios-setup] process exited with exit status: 0 (635.433486598s)
34872025-05-13T21:06:01.477ZMay 13 21:06:00.936 INFO [helios-record] running task
34882025-05-13T21:06:01.477ZMay 13 21:06:00.937 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
34892025-05-13T21:06:01.501ZMay 13 21:06:00.961 DEBG process exited with exit status: 0 (24.671241ms)
34902025-05-13T21:06:01.504ZMay 13 21:06:00.962 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
34912025-05-13T21:06:01.525ZMay 13 21:06:00.985 DEBG process exited with exit status: 0 (23.63913ms)
34922025-05-13T21:06:01.525ZMay 13 21:06:00.985 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
34932025-05-13T21:06:01.557ZMay 13 21:06:01.018 DEBG process exited with exit status: 0 (32.086402ms)
34942025-05-13T21:06:01.558ZMay 13 21:06:01.018 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
34952025-05-13T21:06:01.582ZMay 13 21:06:01.042 DEBG process exited with exit status: 0 (24.343113ms)
34962025-05-13T21:06:01.582ZMay 13 21:06:01.042 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
34972025-05-13T21:06:01.605ZMay 13 21:06:01.066 DEBG process exited with exit status: 0 (23.310284ms)
34982025-05-13T21:06:01.605ZMay 13 21:06:01.066 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
34992025-05-13T21:06:01.629ZMay 13 21:06:01.090 DEBG process exited with exit status: 0 (23.923419ms)
35002025-05-13T21:06:01.633ZMay 13 21:06:01.090 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
35012025-05-13T21:06:01.723ZMay 13 21:06:01.183 DEBG process exited with exit status: 0 (93.155948ms)
35022025-05-13T21:06:01.723ZMay 13 21:06:01.183 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
35032025-05-13T21:06:01.747ZMay 13 21:06:01.208 DEBG process exited with exit status: 0 (24.528556ms)
35042025-05-13T21:06:01.750ZMay 13 21:06:01.209 INFO [helios-record] task succeeded (272.87984ms)
35052025-05-13T21:06:02.804Z[ host-package] Compiling env_logger v0.11.5
35062025-05-13T21:06:04.252Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35072025-05-13T21:06:04.563Z[ host-package] Compiling zone_cfg_derive v0.1.2
35082025-05-13T21:06:05.184Z[ host-package] Compiling p384 v0.13.0
35092025-05-13T21:06:07.383Z[ host-package] Compiling progenitor v0.8.0
35102025-05-13T21:06:07.389Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35112025-05-13T21:06:07.718Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35122025-05-13T21:06:08.236Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
35132025-05-13T21:06:08.940Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35142025-05-13T21:06:09.429Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35152025-05-13T21:06:09.748Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35162025-05-13T21:06:10.128Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35172025-05-13T21:06:12.080Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35182025-05-13T21:06:15.579Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35192025-05-13T21:06:15.641Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35202025-05-13T21:06:15.940Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35212025-05-13T21:06:16.009Z[ host-package] Compiling tungstenite v0.23.0
35222025-05-13T21:06:16.299Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35232025-05-13T21:06:17.009Z[ host-package] Compiling nix v0.27.1
35242025-05-13T21:06:17.148Z[ host-package] Compiling serde_bytes v0.11.17
35252025-05-13T21:06:17.737Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
35262025-05-13T21:06:18.131Z[ host-package] Compiling base64 v0.13.1
35272025-05-13T21:06:18.953Z[ host-package] Compiling ron v0.7.1
35282025-05-13T21:06:21.532Z[ host-package] Compiling tokio-tungstenite v0.23.1
35292025-05-13T21:06:21.897Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35302025-05-13T21:06:22.314Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35312025-05-13T21:06:24.357Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35322025-05-13T21:06:25.317Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35332025-05-13T21:06:25.975Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35342025-05-13T21:06:26.415Z[ host-package] Compiling tokio-rustls v0.24.1
35352025-05-13T21:06:26.671Z[ host-package] Compiling xz2 v0.1.7
35362025-05-13T21:06:27.313Z[ host-package] Compiling terminal_size v0.2.6
35372025-05-13T21:06:27.576Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
35382025-05-13T21:06:28.134Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35392025-05-13T21:06:31.285Z[ host-package] Compiling zone v0.1.8
35402025-05-13T21:06:34.237Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35412025-05-13T21:06:34.679Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35422025-05-13T21:06:37.042Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
35432025-05-13T21:06:39.165Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35442025-05-13T21:06:44.176Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35452025-05-13T21:06:44.332Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35462025-05-13T21:06:46.367Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35472025-05-13T21:06:46.739Z[ host-package] Compiling rustls-pemfile v1.0.4
35482025-05-13T21:06:46.884Z[ host-package] Compiling signal-hook-tokio v0.3.1
35492025-05-13T21:06:47.147Z[ host-package] Compiling yasna v0.5.2
35502025-05-13T21:06:47.269Z[ host-package] Compiling twox-hash v2.1.0
35512025-05-13T21:06:47.498Z[ host-package] Compiling secrecy v0.8.0
35522025-05-13T21:06:47.803Z[ host-package] Compiling smawk v0.3.2
35532025-05-13T21:06:48.127Z[ host-package] Compiling is_ci v1.2.0
35542025-05-13T21:06:48.286Z[ host-package] Compiling unicode-linebreak v0.1.5
35552025-05-13T21:06:48.477Z[ host-package] Compiling supports-color v3.0.2
35562025-05-13T21:06:48.868Z[ host-package] Compiling textwrap v0.16.1
35572025-05-13T21:06:48.940Z[ host-package] Compiling rcgen v0.12.1
35582025-05-13T21:06:52.404Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35592025-05-13T21:06:53.231Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35602025-05-13T21:06:59.563Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35612025-05-13T21:07:01.076Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
35622025-05-13T21:07:02.196Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35632025-05-13T21:07:10.640Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35642025-05-13T21:07:13.187Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
35652025-05-13T21:07:15.525Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35662025-05-13T21:07:17.885Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35672025-05-13T21:07:20.294Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
35682025-05-13T21:07:22.091Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35692025-05-13T21:07:31.767Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35702025-05-13T21:07:34.339Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35712025-05-13T21:07:34.885Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35722025-05-13T21:07:36.612Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35732025-05-13T21:07:42.419Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35742025-05-13T21:07:46.660Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
35752025-05-13T21:07:49.547Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35762025-05-13T21:07:49.869Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
35772025-05-13T21:07:50.250Z[ host-package] Compiling fatfs v0.3.6
35782025-05-13T21:07:51.337Z[ host-package] Compiling rtoolbox v0.0.2
35792025-05-13T21:07:51.796Z[ host-package] Compiling subprocess v0.2.9
35802025-05-13T21:07:52.935Z[ host-package] Compiling assert_matches v1.5.0
35812025-05-13T21:07:53.013Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35822025-05-13T21:07:53.273Z[ host-package] Compiling rpassword v7.3.1
35832025-05-13T21:07:53.815Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35842025-05-13T21:07:56.395Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35852025-05-13T21:08:00.823Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
35862025-05-13T21:08:07.789Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35872025-05-13T21:08:28.908Z[ host-package] Compiling tui-tree-widget v0.23.0
35882025-05-13T21:08:29.401Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35892025-05-13T21:08:30.981Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35902025-05-13T21:08:31.214Z[ host-package] Compiling uzers v0.12.1
35912025-05-13T21:08:33.729Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35922025-05-13T21:08:39.035Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35932025-05-13T21:08:41.077Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35942025-05-13T21:08:42.554Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35952025-05-13T21:08:55.302Z[ host-package] Compiling support-bundle-viewer v0.1.0
35962025-05-13T21:08:59.105Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35972025-05-13T21:09:03.689Z[ host-package] Compiling multimap v0.10.0
35982025-05-13T21:11:27.257Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35992025-05-13T21:19:02.340Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 19s
36002025-05-13T21:20:11.790ZMay 13 21:20:11.196 INFO [host-package] process exited with exit status: 0 (1349.077636136s)
36012025-05-13T21:20:11.794ZMay 13 21:20:11.196 INFO [host-stamp] running task
36022025-05-13T21:20:11.794ZMay 13 21:20:11.197 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36032025-05-13T21:20:11.798ZMay 13 21:20:11.205 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+git368f84fc2e1
36042025-05-13T21:20:11.804ZMay 13 21:20:11.211 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+git368f84fc2e1
36052025-05-13T21:20:11.810Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36062025-05-13T21:20:11.815ZMay 13 21:20:11.219 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+git368f84fc2e1
36072025-05-13T21:20:11.818Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36082025-05-13T21:20:11.821ZMay 13 21:20:11.226 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+git368f84fc2e1
36092025-05-13T21:20:11.826Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36102025-05-13T21:20:11.829Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36112025-05-13T21:20:11.832ZMay 13 21:20:11.237 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+git368f84fc2e1
36122025-05-13T21:20:11.839Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36132025-05-13T21:20:11.842Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36142025-05-13T21:20:11.843ZMay 13 21:20:11.249 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+git368f84fc2e1
36152025-05-13T21:20:11.855Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36162025-05-13T21:20:11.858Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36172025-05-13T21:20:11.858ZMay 13 21:20:11.263 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+git368f84fc2e1
36182025-05-13T21:20:11.865Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36192025-05-13T21:20:11.870Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36202025-05-13T21:20:11.873ZMay 13 21:20:11.277 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+git368f84fc2e1
36212025-05-13T21:20:11.884Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36222025-05-13T21:20:11.887ZMay 13 21:20:11.289 INFO [stamp-overlay] process exited with exit status: 0 (70.384253ms)
36232025-05-13T21:20:11.888ZMay 13 21:20:11.289 INFO [stamp-oxlog] process exited with exit status: 0 (63.498051ms)
36242025-05-13T21:20:11.888ZMay 13 21:20:11.289 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (52.591205ms)
36252025-05-13T21:20:11.959Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36262025-05-13T21:20:11.987Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36272025-05-13T21:20:11.991ZMay 13 21:20:11.398 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (134.854286ms)
36282025-05-13T21:20:12.167Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36292025-05-13T21:20:12.173ZMay 13 21:20:11.577 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (365.725569ms)
36302025-05-13T21:20:12.302Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36312025-05-13T21:20:12.305ZMay 13 21:20:11.712 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (435.429349ms)
36322025-05-13T21:20:13.052Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
36332025-05-13T21:20:13.056ZMay 13 21:20:12.462 INFO [stamp-propolis-server] process exited with exit status: 0 (1.257341471s)
36342025-05-13T21:20:13.069Z[recovery-package] Compiling newtype-uuid v1.2.1
36352025-05-13T21:20:13.595Z[recovery-package] Compiling daft v0.1.3
36362025-05-13T21:20:13.918Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36372025-05-13T21:20:14.237Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
36382025-05-13T21:20:14.240Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36392025-05-13T21:20:14.240Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36402025-05-13T21:20:14.282Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36412025-05-13T21:20:14.980Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36422025-05-13T21:20:21.405Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
36432025-05-13T21:20:21.454ZMay 13 21:20:20.811 INFO [stamp-switch-asic] process exited with exit status: 0 (9.561400855s)
36442025-05-13T21:20:21.454ZMay 13 21:20:20.811 INFO [host-stamp] task succeeded (9.614410944s)
36452025-05-13T21:20:21.454ZMay 13 21:20:20.811 INFO [host-proto] running task
36462025-05-13T21:20:21.838ZMay 13 21:20:21.244 INFO [host-proto] task succeeded (433.150647ms)
36472025-05-13T21:20:21.838ZMay 13 21:20:21.244 INFO [host-profile] running task
36482025-05-13T21:20:21.841ZMay 13 21:20:21.244 INFO [host-profile] task succeeded (254.53µs)
36492025-05-13T21:20:21.841ZMay 13 21:20:21.245 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.364' -P /tmp/.tmpE4aPjC/proto/host/root -N 'ci 368f84f/${os_short_commit} 2025-05-13 20:55' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36502025-05-13T21:20:21.907Z[ host-image] May 13 21:20:21.265 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36512025-05-13T21:20:21.907Z[ host-image] May 13 21:20:21.266 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36522025-05-13T21:20:21.911Z[ host-image] May 13 21:20:21.279 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpE4aPjC/proto/host/root"
36532025-05-13T21:20:21.911Z[ host-image] May 13 21:20:21.279 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
36542025-05-13T21:20:21.911Z[ host-image] May 13 21:20:21.279 INFO image builder template: ramdisk-01-os...
36552025-05-13T21:20:21.911Z[ host-image] May 13 21:20:21.279 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", "-E", "/tmp/.tmpE4aPjC/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36562025-05-13T21:20:21.912Z[ host-image] May 13 21:20:21.299 INFO O| May 13 21:20:21.299 INFO CREATE DATASET: rpool/images/build/host/output
36572025-05-13T21:20:22.193Z[ host-image] May 13 21:20:21.596 INFO O| May 13 21:20:21.596 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36582025-05-13T21:20:22.197Z[ host-image] May 13 21:20:21.601 INFO O| May 13 21:20:21.601 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36592025-05-13T21:20:22.448Z[ host-image] May 13 21:20:21.854 INFO O| May 13 21:20:21.854 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
36602025-05-13T21:20:22.588Z[ host-image] May 13 21:20:21.993 INFO O| May 13 21:20:21.993 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36612025-05-13T21:20:22.588Z[ host-image] May 13 21:20:21.993 INFO O| May 13 21:20:21.993 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
36622025-05-13T21:20:22.592Z[ host-image] May 13 21:20:21.994 INFO O| May 13 21:20:21.994 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
36632025-05-13T21:20:22.592Z[ host-image] May 13 21:20:21.994 INFO O| May 13 21:20:21.994 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
36642025-05-13T21:20:22.597Z[ host-image] May 13 21:20:22.002 INFO O| May 13 21:20:22.002 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
36652025-05-13T21:20:22.867Z[ host-image] May 13 21:20:22.234 INFO O| May 13 21:20:22.234 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36662025-05-13T21:20:22.874Z[ host-image] May 13 21:20:22.246 INFO O| May 13 21:20:22.246 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36672025-05-13T21:20:23.193Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36682025-05-13T21:20:23.194Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36692025-05-13T21:20:23.197Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36702025-05-13T21:20:23.206Z[ host-image] May 13 21:20:22.612 INFO O| May 13 21:20:22.612 INFO O| Caching catalogs ... Done
36712025-05-13T21:20:23.295Z[ host-image] May 13 21:20:22.701 INFO O| May 13 21:20:22.701 INFO STEP 0 (pkg_image_create) COMPLETE
36722025-05-13T21:20:23.296Z[ host-image] May 13 21:20:22.701 INFO O| May 13 21:20:22.701 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36732025-05-13T21:20:23.314Z[ host-image] May 13 21:20:22.719 INFO O| May 13 21:20:22.718 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36742025-05-13T21:20:23.969Z[ host-image] May 13 21:20:23.375 INFO O| May 13 21:20:23.375 INFO STEP 1 (pkg_set_publisher) COMPLETE
36752025-05-13T21:20:23.969Z[ host-image] May 13 21:20:23.375 INFO O| May 13 21:20:23.375 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36762025-05-13T21:20:23.980Z[ host-image] May 13 21:20:23.375 INFO O| May 13 21:20:23.375 INFO skip step because feature "publisher_1_name" is not enabled
36772025-05-13T21:20:23.980Z[ host-image] May 13 21:20:23.375 INFO O| May 13 21:20:23.375 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36782025-05-13T21:20:23.980Z[ host-image] May 13 21:20:23.375 INFO O| May 13 21:20:23.375 INFO skip step because feature "publisher_2_name" is not enabled
36792025-05-13T21:20:24.008Z[ host-image] May 13 21:20:23.375 INFO O| May 13 21:20:23.375 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36802025-05-13T21:20:24.008Z[ host-image] May 13 21:20:23.375 INFO O| May 13 21:20:23.375 INFO skip step because feature "publisher_3_name" is not enabled
36812025-05-13T21:20:24.008Z[ host-image] May 13 21:20:23.375 INFO O| May 13 21:20:23.375 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36822025-05-13T21:20:24.618Z[ host-image] May 13 21:20:24.023 INFO O| May 13 21:20:24.023 INFO variant opensolaris.zone is already global
36832025-05-13T21:20:24.618Z[ host-image] May 13 21:20:24.023 INFO O| May 13 21:20:24.023 INFO STEP 5 (pkg_change_variant) COMPLETE
36842025-05-13T21:20:24.938Z[ host-image] May 13 21:20:24.023 INFO O| May 13 21:20:24.023 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36852025-05-13T21:20:29.138Z[ host-image] May 13 21:20:24.665 INFO O| May 13 21:20:24.665 INFO variant opensolaris.imagetype is full; changing to partial
36862025-05-13T21:20:29.138Z[ host-image] May 13 21:20:24.665 INFO O| May 13 21:20:24.665 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36872025-05-13T21:20:29.224Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36882025-05-13T21:20:29.224Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36892025-05-13T21:20:29.405Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36902025-05-13T21:20:30.603Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36912025-05-13T21:20:30.740Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36922025-05-13T21:20:31.773Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36932025-05-13T21:20:34.997Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36942025-05-13T21:20:54.558Z[ host-image] May 13 21:20:53.962 INFO O| May 13 21:20:53.962 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36952025-05-13T21:20:56.132Z[recovery-package] Finished `release` profile [optimized] target(s) in 44.06s
36962025-05-13T21:20:57.869ZMay 13 21:20:57.273 INFO [recovery-package] process exited with exit status: 0 (46.076433631s)
36972025-05-13T21:20:57.870ZMay 13 21:20:57.273 INFO [recovery-stamp] running task
36982025-05-13T21:20:57.873ZMay 13 21:20:57.274 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36992025-05-13T21:20:57.873ZMay 13 21:20:57.274 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 15.0.0-0.ci+git368f84fc2e1
37002025-05-13T21:20:57.890ZMay 13 21:20:57.294 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+git368f84fc2e1
37012025-05-13T21:20:57.906Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
37022025-05-13T21:20:57.910Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
37032025-05-13T21:20:57.992Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
37042025-05-13T21:20:57.996ZMay 13 21:20:57.400 INFO [stamp-installinator] process exited with exit status: 0 (126.247021ms)
37052025-05-13T21:20:58.066Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
37062025-05-13T21:20:58.069ZMay 13 21:20:57.473 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (179.318557ms)
37072025-05-13T21:20:58.069ZMay 13 21:20:57.474 INFO [recovery-stamp] task succeeded (200.234344ms)
37082025-05-13T21:20:58.072ZMay 13 21:20:57.474 INFO [recovery-proto] running task
37092025-05-13T21:20:58.072ZMay 13 21:20:57.474 INFO [tuf-stamp] running task
37102025-05-13T21:20:58.072ZMay 13 21:20:57.474 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+git368f84fc2e1
37112025-05-13T21:20:58.085ZMay 13 21:20:57.489 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+git368f84fc2e1
37122025-05-13T21:20:58.096Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
37132025-05-13T21:20:58.099ZMay 13 21:20:57.500 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+git368f84fc2e1
37142025-05-13T21:20:58.107ZMay 13 21:20:57.511 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+git368f84fc2e1
37152025-05-13T21:20:58.115Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37162025-05-13T21:20:58.118ZMay 13 21:20:57.522 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+git368f84fc2e1
37172025-05-13T21:20:58.127Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37182025-05-13T21:20:58.133ZMay 13 21:20:57.537 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+git368f84fc2e1
37192025-05-13T21:20:58.189Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
37202025-05-13T21:20:58.192ZMay 13 21:20:57.594 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+git368f84fc2e1
37212025-05-13T21:20:58.221Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
37222025-05-13T21:20:58.224Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
37232025-05-13T21:20:58.228Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37242025-05-13T21:20:58.228ZMay 13 21:20:57.627 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+git368f84fc2e1
37252025-05-13T21:20:58.320ZMay 13 21:20:57.724 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+git368f84fc2e1
37262025-05-13T21:20:58.333Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37272025-05-13T21:20:58.354ZMay 13 21:20:57.758 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+git368f84fc2e1
37282025-05-13T21:20:58.481ZMay 13 21:20:57.885 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+git368f84fc2e1
37292025-05-13T21:20:58.541ZMay 13 21:20:57.945 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+git368f84fc2e1
37302025-05-13T21:20:58.637Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37312025-05-13T21:20:58.640ZMay 13 21:20:58.041 INFO [recovery-proto] task succeeded (567.486484ms)
37322025-05-13T21:20:58.640ZMay 13 21:20:58.042 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.364' -P /tmp/.tmpE4aPjC/proto/recovery/root -N 'recovery 368f84f/${os_short_commit} 2025-05-13 20:55' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37332025-05-13T21:20:58.739Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37342025-05-13T21:20:58.743Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37352025-05-13T21:20:58.743Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37362025-05-13T21:20:58.743Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37372025-05-13T21:20:58.743ZMay 13 21:20:58.142 INFO [stamp-probe] process exited with exit status: 0 (667.313303ms)
37382025-05-13T21:20:58.785Z[ recovery-image] May 13 21:20:58.189 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37392025-05-13T21:20:58.789Z[ recovery-image] May 13 21:20:58.190 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37402025-05-13T21:20:58.876Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
37412025-05-13T21:20:58.882Z[ recovery-image] May 13 21:20:58.281 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpE4aPjC/proto/recovery/root"
37422025-05-13T21:20:58.882Z[ recovery-image] May 13 21:20:58.281 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
37432025-05-13T21:20:58.885Z[ recovery-image] May 13 21:20:58.281 INFO image builder template: ramdisk-01-os...
37442025-05-13T21:20:58.885Z[ recovery-image] May 13 21:20:58.281 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", "-E", "/tmp/.tmpE4aPjC/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37452025-05-13T21:20:59.046Z[ recovery-image] May 13 21:20:58.336 INFO O| May 13 21:20:58.335 INFO CREATE DATASET: rpool/images/build/recovery/output
37462025-05-13T21:20:59.103Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37472025-05-13T21:20:59.220Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37482025-05-13T21:20:59.270ZMay 13 21:20:58.661 INFO [stamp-ntp] process exited with exit status: 0 (936.468877ms)
37492025-05-13T21:20:59.308Z[ recovery-image] May 13 21:20:58.686 INFO O| May 13 21:20:58.686 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37502025-05-13T21:20:59.325Z[ recovery-image] May 13 21:20:58.713 INFO O| May 13 21:20:58.703 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37512025-05-13T21:20:59.771Z[ recovery-image] May 13 21:20:59.169 INFO O| May 13 21:20:59.169 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37522025-05-13T21:20:59.882Z[ recovery-image] May 13 21:20:59.275 INFO O| May 13 21:20:59.275 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37532025-05-13T21:20:59.882Z[ recovery-image] May 13 21:20:59.275 INFO O| May 13 21:20:59.275 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37542025-05-13T21:20:59.904Z[ recovery-image] May 13 21:20:59.275 INFO O| May 13 21:20:59.275 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37552025-05-13T21:20:59.904Z[ recovery-image] May 13 21:20:59.275 INFO O| May 13 21:20:59.275 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37562025-05-13T21:20:59.904Z[ recovery-image] May 13 21:20:59.287 INFO O| May 13 21:20:59.287 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37572025-05-13T21:21:00.026Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37582025-05-13T21:21:00.069ZMay 13 21:20:59.473 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.983667839s)
37592025-05-13T21:21:00.221Z[ recovery-image] May 13 21:20:59.624 INFO O| May 13 21:20:59.624 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37602025-05-13T21:21:00.249Z[ recovery-image] May 13 21:20:59.652 INFO O| May 13 21:20:59.652 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37612025-05-13T21:21:00.483Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37622025-05-13T21:21:00.532ZMay 13 21:20:59.936 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.34186564s)
37632025-05-13T21:21:00.532Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37642025-05-13T21:21:00.573ZMay 13 21:20:59.977 INFO [stamp-external-dns] process exited with exit status: 0 (2.476760726s)
37652025-05-13T21:21:00.981Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37662025-05-13T21:21:00.985Z[ recovery-image] May 13 21:21:00.387 INFO O| May 13 21:21:00.387 INFO O| Caching catalogs ... Done
37672025-05-13T21:21:00.988ZMay 13 21:21:00.389 INFO [stamp-internal-dns] process exited with exit status: 0 (2.503872492s)
37682025-05-13T21:21:01.114Z[ recovery-image] May 13 21:21:00.518 INFO O| May 13 21:21:00.518 INFO STEP 0 (pkg_image_create) COMPLETE
37692025-05-13T21:21:01.115Z[ recovery-image] May 13 21:21:00.518 INFO O| May 13 21:21:00.518 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37702025-05-13T21:21:01.129Z[ recovery-image] May 13 21:21:00.533 INFO O| May 13 21:21:00.533 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
37712025-05-13T21:21:01.500Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37722025-05-13T21:21:01.505ZMay 13 21:21:00.909 INFO [stamp-oximeter] process exited with exit status: 0 (2.963920934s)
37732025-05-13T21:21:01.630Z[ recovery-image] May 13 21:21:01.034 INFO O| May 13 21:21:01.034 INFO STEP 1 (pkg_set_publisher) COMPLETE
37742025-05-13T21:21:01.630Z[ recovery-image] May 13 21:21:01.034 INFO O| May 13 21:21:01.034 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37752025-05-13T21:21:01.630Z[ recovery-image] May 13 21:21:01.034 INFO O| May 13 21:21:01.034 INFO skip step because feature "publisher_1_name" is not enabled
37762025-05-13T21:21:01.635Z[ recovery-image] May 13 21:21:01.034 INFO O| May 13 21:21:01.034 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37772025-05-13T21:21:01.635Z[ recovery-image] May 13 21:21:01.034 INFO O| May 13 21:21:01.034 INFO skip step because feature "publisher_2_name" is not enabled
37782025-05-13T21:21:01.635Z[ recovery-image] May 13 21:21:01.034 INFO O| May 13 21:21:01.034 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37792025-05-13T21:21:01.635Z[ recovery-image] May 13 21:21:01.034 INFO O| May 13 21:21:01.034 INFO skip step because feature "publisher_3_name" is not enabled
37802025-05-13T21:21:01.635Z[ recovery-image] May 13 21:21:01.034 INFO O| May 13 21:21:01.034 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37812025-05-13T21:21:02.110Z[ recovery-image] May 13 21:21:01.513 INFO O| May 13 21:21:01.513 INFO variant opensolaris.zone is already global
37822025-05-13T21:21:02.110Z[ recovery-image] May 13 21:21:01.513 INFO O| May 13 21:21:01.513 INFO STEP 5 (pkg_change_variant) COMPLETE
37832025-05-13T21:21:02.114Z[ recovery-image] May 13 21:21:01.513 INFO O| May 13 21:21:01.513 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37842025-05-13T21:21:02.567Z[ recovery-image] May 13 21:21:01.970 INFO O| May 13 21:21:01.970 INFO variant opensolaris.imagetype is full; changing to partial
37852025-05-13T21:21:02.567Z[ recovery-image] May 13 21:21:01.970 INFO O| May 13 21:21:01.970 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37862025-05-13T21:21:03.745Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37872025-05-13T21:21:03.750ZMay 13 21:21:03.154 INFO [stamp-nexus] process exited with exit status: 0 (5.527059292s)
37882025-05-13T21:21:03.789Z[ host-image] May 13 21:21:03.192 INFO O| May 13 21:21:03.192 INFO O| Startup: Caching catalogs ... Done
37892025-05-13T21:21:03.879Z[ host-image] May 13 21:21:03.282 INFO O| May 13 21:21:03.282 INFO O| Planning: Planning completed in 0.00 seconds
37902025-05-13T21:21:03.882Z[ host-image] May 13 21:21:03.283 INFO O| May 13 21:21:03.283 INFO O| Planning: Consolidating action changes ... Done
37912025-05-13T21:21:03.882Z[ host-image] May 13 21:21:03.283 INFO O| May 13 21:21:03.283 INFO O| Planning: Evaluating mediators ... Done
37922025-05-13T21:21:03.882Z[ host-image] May 13 21:21:03.284 INFO O| May 13 21:21:03.284 INFO O| Planning: Planning completed in 0.00 seconds
37932025-05-13T21:21:03.882Z[ host-image] May 13 21:21:03.284 INFO O| May 13 21:21:03.284 INFO O| Variants/Facets to change: 1
37942025-05-13T21:21:04.295Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37952025-05-13T21:21:04.470Z[ host-image] May 13 21:21:03.874 INFO O| May 13 21:21:03.874 INFO O| Done
37962025-05-13T21:21:04.470Z[ host-image] May 13 21:21:03.874 INFO O| May 13 21:21:03.874 INFO O| Done
37972025-05-13T21:21:04.475Z[verify-libraries] Compiling home v0.5.9
37982025-05-13T21:21:04.482Z[verify-libraries] Compiling cfg_aliases v0.1.1
37992025-05-13T21:21:04.482Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38002025-05-13T21:21:04.482Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38012025-05-13T21:21:04.486Z[verify-libraries] Compiling unicode_categories v0.1.1
38022025-05-13T21:21:04.701Z[verify-libraries] Compiling nix v0.28.0
38032025-05-13T21:21:04.704Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38042025-05-13T21:21:04.764Z[verify-libraries] Compiling polyval v0.6.2
38052025-05-13T21:21:04.874Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062025-05-13T21:21:05.045Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
38072025-05-13T21:21:05.154ZMay 13 21:21:04.557 INFO [stamp-cockroachdb] process exited with exit status: 0 (7.019456213s)
38082025-05-13T21:21:05.570Z[verify-libraries] Compiling sqlformat v0.3.5
38092025-05-13T21:21:05.636Z[verify-libraries] Compiling ghash v0.5.1
38102025-05-13T21:21:05.810Z[verify-libraries] Compiling ctr v0.9.2
38112025-05-13T21:21:06.118Z[verify-libraries] Compiling ssh-encoding v0.2.0
38122025-05-13T21:21:06.209Z[verify-libraries] Compiling blowfish v0.9.1
38132025-05-13T21:21:06.356Z[verify-libraries] Compiling aes-gcm v0.10.3
38142025-05-13T21:21:06.484Z[verify-libraries] Compiling sqlparser v0.45.0
38152025-05-13T21:21:06.531Z[ host-image] May 13 21:21:05.934 INFO O| May 13 21:21:05.934 INFO O| Done
38162025-05-13T21:21:06.807Z[ host-image] May 13 21:21:06.209 INFO O| May 13 21:21:06.209 INFO O| Done
38172025-05-13T21:21:06.811Z[ host-image] May 13 21:21:06.211 INFO O| May 13 21:21:06.211 INFO O| Done
38182025-05-13T21:21:06.811Z[ host-image] May 13 21:21:06.211 INFO O| May 13 21:21:06.211 INFO O| Done
38192025-05-13T21:21:06.811Z[ host-image] May 13 21:21:06.213 INFO O| May 13 21:21:06.213 INFO O| Done
38202025-05-13T21:21:06.961Z[verify-libraries] Compiling ssh-cipher v0.2.0
38212025-05-13T21:21:08.197Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
38222025-05-13T21:21:08.463Z[ host-image] May 13 21:21:07.866 INFO O| May 13 21:21:07.866 INFO STEP 6 (pkg_change_variant) COMPLETE
38232025-05-13T21:21:08.463Z[ host-image] May 13 21:21:07.866 INFO O| May 13 21:21:07.866 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38242025-05-13T21:21:08.466Z[ host-image] May 13 21:21:07.866 INFO O| May 13 21:21:07.866 INFO skip step because feature "debug_variant" is not enabled
38252025-05-13T21:21:08.467Z[ host-image] May 13 21:21:07.866 INFO O| May 13 21:21:07.866 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38262025-05-13T21:21:08.927Z[verify-libraries] Compiling password-hash v0.4.2
38272025-05-13T21:21:09.250Z[ host-image] May 13 21:21:08.653 INFO O| May 13 21:21:08.653 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38282025-05-13T21:21:11.600Z[verify-libraries] Compiling rustyline v14.0.0
38292025-05-13T21:21:12.154Z[verify-libraries] Compiling pbkdf2 v0.11.0
38302025-05-13T21:21:12.488Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
38312025-05-13T21:21:12.542ZMay 13 21:21:11.934 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.422765451s)
38322025-05-13T21:21:12.912Z[verify-libraries] Compiling ssh-key v0.6.6
38332025-05-13T21:21:13.790Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
38342025-05-13T21:21:13.822ZMay 13 21:21:13.225 INFO [stamp-clickhouse_server] process exited with exit status: 0 (15.702808869s)
38352025-05-13T21:21:13.934Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
38362025-05-13T21:21:13.966ZMay 13 21:21:13.370 INFO [stamp-clickhouse] process exited with exit status: 0 (15.611519558s)
38372025-05-13T21:21:13.966ZMay 13 21:21:13.370 INFO [tuf-stamp] task succeeded (15.89592662s)
38382025-05-13T21:21:14.025Z[verify-libraries] Compiling p256 v0.13.2
38392025-05-13T21:21:15.007Z[verify-libraries] Compiling p521 v0.13.3
38402025-05-13T21:21:17.039Z[verify-libraries] Compiling petname v2.0.2
38412025-05-13T21:21:18.121Z[verify-libraries] Compiling russh-cryptovec v0.7.3
38422025-05-13T21:21:18.574Z[verify-libraries] Compiling md5 v0.7.0
38432025-05-13T21:21:19.295Z[verify-libraries] Compiling russh-keys v0.45.0
38442025-05-13T21:21:19.339Z[verify-libraries] Compiling num-bigint v0.4.6
38452025-05-13T21:21:28.030Z[verify-libraries] Compiling des v0.8.1
38462025-05-13T21:21:28.693Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38472025-05-13T21:21:29.828Z[verify-libraries] Compiling hex-literal v0.4.1
38482025-05-13T21:21:29.932Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38492025-05-13T21:21:30.129Z[verify-libraries] Compiling russh v0.45.0
38502025-05-13T21:21:37.496Z[ recovery-image] May 13 21:21:36.897 INFO O| May 13 21:21:36.897 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38512025-05-13T21:21:40.571Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38522025-05-13T21:21:40.677Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38532025-05-13T21:21:45.027Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38542025-05-13T21:21:45.630Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38552025-05-13T21:21:47.934Z[ host-image] May 13 21:21:47.335 INFO O| May 13 21:21:47.335 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38562025-05-13T21:21:50.867Z[ recovery-image] May 13 21:21:50.268 INFO O| May 13 21:21:50.268 INFO O| Startup: Caching catalogs ... Done
38572025-05-13T21:21:50.971Z[ recovery-image] May 13 21:21:50.372 INFO O| May 13 21:21:50.372 INFO O| Planning: Planning completed in 0.00 seconds
38582025-05-13T21:21:50.975Z[ recovery-image] May 13 21:21:50.373 INFO O| May 13 21:21:50.373 INFO O| Planning: Consolidating action changes ... Done
38592025-05-13T21:21:50.975Z[ recovery-image] May 13 21:21:50.373 INFO O| May 13 21:21:50.373 INFO O| Planning: Evaluating mediators ... Done
38602025-05-13T21:21:50.975Z[ recovery-image] May 13 21:21:50.374 INFO O| May 13 21:21:50.374 INFO O| Planning: Planning completed in 0.00 seconds
38612025-05-13T21:21:50.975Z[ recovery-image] May 13 21:21:50.374 INFO O| May 13 21:21:50.374 INFO O| Variants/Facets to change: 1
38622025-05-13T21:21:51.056Z[ recovery-image] May 13 21:21:50.457 INFO O| May 13 21:21:50.457 INFO O| Done
38632025-05-13T21:21:51.059Z[ recovery-image] May 13 21:21:50.457 INFO O| May 13 21:21:50.457 INFO O| Done
38642025-05-13T21:21:53.153Z[ recovery-image] May 13 21:21:52.553 INFO O| May 13 21:21:52.553 INFO O| Done
38652025-05-13T21:21:53.284Z[ recovery-image] May 13 21:21:52.684 INFO O| May 13 21:21:52.683 INFO O| Done
38662025-05-13T21:21:53.287Z[ recovery-image] May 13 21:21:52.685 INFO O| May 13 21:21:52.685 INFO O| Done
38672025-05-13T21:21:53.288Z[ recovery-image] May 13 21:21:52.685 INFO O| May 13 21:21:52.685 INFO O| Done
38682025-05-13T21:21:53.288Z[ recovery-image] May 13 21:21:52.687 INFO O| May 13 21:21:52.687 INFO O| Done
38692025-05-13T21:21:54.627Z[ recovery-image] May 13 21:21:54.027 INFO O| May 13 21:21:54.027 INFO STEP 6 (pkg_change_variant) COMPLETE
38702025-05-13T21:21:54.627Z[ recovery-image] May 13 21:21:54.027 INFO O| May 13 21:21:54.027 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38712025-05-13T21:21:54.630Z[ recovery-image] May 13 21:21:54.027 INFO O| May 13 21:21:54.027 INFO skip step because feature "debug_variant" is not enabled
38722025-05-13T21:21:54.630Z[ recovery-image] May 13 21:21:54.027 INFO O| May 13 21:21:54.027 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38732025-05-13T21:21:55.303Z[ recovery-image] May 13 21:21:54.703 INFO O| May 13 21:21:54.703 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38742025-05-13T21:21:56.213Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38752025-05-13T21:21:56.699Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38762025-05-13T21:21:57.392Z[verify-libraries] Compiling internet-checksum v0.2.1
38772025-05-13T21:21:57.775Z[verify-libraries] Compiling sync-ptr v0.1.1
38782025-05-13T21:21:57.818Z[verify-libraries] Compiling omicron-zone-package v0.12.2
38792025-05-13T21:21:58.128Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38802025-05-13T21:22:00.834Z[ host-image] May 13 21:22:00.234 INFO O| May 13 21:22:00.234 INFO O| Startup: Caching catalogs ... Done
38812025-05-13T21:22:00.933Z[ host-image] May 13 21:22:00.333 INFO O| May 13 21:22:00.333 INFO O| Planning: Planning completed in 0.00 seconds
38822025-05-13T21:22:00.936Z[ host-image] May 13 21:22:00.334 INFO O| May 13 21:22:00.334 INFO O| Planning: Consolidating action changes ... Done
38832025-05-13T21:22:00.936Z[ host-image] May 13 21:22:00.334 INFO O| May 13 21:22:00.334 INFO O| Planning: Evaluating mediators ... Done
38842025-05-13T21:22:00.936Z[ host-image] May 13 21:22:00.334 INFO O| May 13 21:22:00.334 INFO O| Planning: Planning completed in 0.00 seconds
38852025-05-13T21:22:00.936Z[ host-image] May 13 21:22:00.335 INFO O| May 13 21:22:00.335 INFO O| Variants/Facets to change: 1
38862025-05-13T21:22:01.129Z[ host-image] May 13 21:22:00.529 INFO O| May 13 21:22:00.528 INFO O| Done
38872025-05-13T21:22:01.129Z[ host-image] May 13 21:22:00.529 INFO O| May 13 21:22:00.528 INFO O| Done
38882025-05-13T21:22:03.159Z[ host-image] May 13 21:22:02.559 INFO O| May 13 21:22:02.558 INFO O| Done
38892025-05-13T21:22:03.285Z[ host-image] May 13 21:22:02.685 INFO O| May 13 21:22:02.685 INFO O| Done
38902025-05-13T21:22:03.288Z[ host-image] May 13 21:22:02.686 INFO O| May 13 21:22:02.686 INFO O| Done
38912025-05-13T21:22:03.288Z[ host-image] May 13 21:22:02.686 INFO O| May 13 21:22:02.686 INFO O| Done
38922025-05-13T21:22:03.288Z[ host-image] May 13 21:22:02.688 INFO O| May 13 21:22:02.688 INFO O| Done
38932025-05-13T21:22:04.522Z[ host-image] May 13 21:22:03.922 INFO O| May 13 21:22:03.922 INFO STEP 8 (pkg_change_facet) COMPLETE
38942025-05-13T21:22:04.522Z[ host-image] May 13 21:22:03.922 INFO O| May 13 21:22:03.922 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38952025-05-13T21:22:04.525Z[ host-image] May 13 21:22:03.922 INFO O| May 13 21:22:03.922 INFO skip step because feature "recovery" is not enabled
38962025-05-13T21:22:04.525Z[ host-image] May 13 21:22:03.922 INFO O| May 13 21:22:03.922 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38972025-05-13T21:22:04.525Z[ host-image] May 13 21:22:03.922 INFO O| May 13 21:22:03.922 INFO skip step because feature "recovery" is not enabled
38982025-05-13T21:22:04.525Z[ host-image] May 13 21:22:03.922 INFO O| May 13 21:22:03.922 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38992025-05-13T21:22:04.542Z[ host-image] May 13 21:22:03.942 INFO O| May 13 21:22:03.942 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", "/consolidation/oxide/omicron-release-incorporation@15.0.0.0"]
39002025-05-13T21:22:14.918Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39012025-05-13T21:22:17.215Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39022025-05-13T21:22:19.976Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39032025-05-13T21:22:23.653Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39042025-05-13T21:22:30.514Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39052025-05-13T21:22:31.785Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39062025-05-13T21:22:31.881Z[ recovery-image] May 13 21:22:31.278 INFO O| May 13 21:22:31.278 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39072025-05-13T21:22:34.206Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39082025-05-13T21:22:42.571Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
39092025-05-13T21:22:42.853Z[ host-image] May 13 21:22:42.251 INFO O| May 13 21:22:42.250 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39102025-05-13T21:22:45.297Z[ recovery-image] May 13 21:22:44.694 INFO O| May 13 21:22:44.694 INFO O| Startup: Caching catalogs ... Done
39112025-05-13T21:22:45.396Z[ recovery-image] May 13 21:22:44.793 INFO O| May 13 21:22:44.793 INFO O| Planning: Planning completed in 0.00 seconds
39122025-05-13T21:22:45.399Z[ recovery-image] May 13 21:22:44.794 INFO O| May 13 21:22:44.794 INFO O| Planning: Consolidating action changes ... Done
39132025-05-13T21:22:45.399Z[ recovery-image] May 13 21:22:44.794 INFO O| May 13 21:22:44.794 INFO O| Planning: Evaluating mediators ... Done
39142025-05-13T21:22:45.399Z[ recovery-image] May 13 21:22:44.795 INFO O| May 13 21:22:44.794 INFO O| Planning: Planning completed in 0.00 seconds
39152025-05-13T21:22:45.399Z[ recovery-image] May 13 21:22:44.795 INFO O| May 13 21:22:44.795 INFO O| Variants/Facets to change: 1
39162025-05-13T21:22:45.488Z[ recovery-image] May 13 21:22:44.886 INFO O| May 13 21:22:44.886 INFO O| Done
39172025-05-13T21:22:45.489Z[ recovery-image] May 13 21:22:44.886 INFO O| May 13 21:22:44.886 INFO O| Done
39182025-05-13T21:22:47.398Z[ recovery-image] May 13 21:22:46.796 INFO O| May 13 21:22:46.796 INFO O| Done
39192025-05-13T21:22:47.521Z[ recovery-image] May 13 21:22:46.918 INFO O| May 13 21:22:46.918 INFO O| Done
39202025-05-13T21:22:47.525Z[ recovery-image] May 13 21:22:46.919 INFO O| May 13 21:22:46.919 INFO O| Done
39212025-05-13T21:22:47.525Z[ recovery-image] May 13 21:22:46.920 INFO O| May 13 21:22:46.920 INFO O| Done
39222025-05-13T21:22:47.525Z[ recovery-image] May 13 21:22:46.921 INFO O| May 13 21:22:46.921 INFO O| Done
39232025-05-13T21:22:49.046Z[ recovery-image] May 13 21:22:48.442 INFO O| May 13 21:22:48.441 INFO STEP 8 (pkg_change_facet) COMPLETE
39242025-05-13T21:22:49.046Z[ recovery-image] May 13 21:22:48.442 INFO O| May 13 21:22:48.441 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39252025-05-13T21:22:49.693Z[ recovery-image] May 13 21:22:49.090 INFO O| May 13 21:22:49.089 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39262025-05-13T21:22:56.306Z[ host-image] May 13 21:22:55.703 INFO O| May 13 21:22:55.703 INFO O| Startup: Caching catalogs ... Done
39272025-05-13T21:23:18.755Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
39282025-05-13T21:23:25.677Z[verify-libraries] Compiling diff v0.1.13
39292025-05-13T21:23:27.257Z[verify-libraries] Compiling yansi v1.0.1
39302025-05-13T21:23:27.685Z[ recovery-image] May 13 21:23:27.079 INFO O| May 13 21:23:27.079 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39312025-05-13T21:23:28.807Z[verify-libraries] Compiling heck v0.4.1
39322025-05-13T21:23:30.282Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39332025-05-13T21:23:31.716Z[verify-libraries] Compiling pretty_assertions v1.4.1
39342025-05-13T21:23:33.755Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39352025-05-13T21:23:38.636Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39362025-05-13T21:23:40.563Z[ recovery-image] May 13 21:23:39.957 INFO O| May 13 21:23:39.956 INFO O| Startup: Caching catalogs ... Done
39372025-05-13T21:23:40.656Z[ recovery-image] May 13 21:23:40.050 INFO O| May 13 21:23:40.050 INFO O| Planning: Planning completed in 0.00 seconds
39382025-05-13T21:23:40.659Z[ recovery-image] May 13 21:23:40.051 INFO O| May 13 21:23:40.051 INFO O| Planning: Consolidating action changes ... Done
39392025-05-13T21:23:40.659Z[ recovery-image] May 13 21:23:40.051 INFO O| May 13 21:23:40.051 INFO O| Planning: Evaluating mediators ... Done
39402025-05-13T21:23:40.659Z[ recovery-image] May 13 21:23:40.051 INFO O| May 13 21:23:40.051 INFO O| Planning: Planning completed in 0.00 seconds
39412025-05-13T21:23:40.659Z[ recovery-image] May 13 21:23:40.052 INFO O| May 13 21:23:40.052 INFO O| Variants/Facets to change: 1
39422025-05-13T21:23:40.695Z[ recovery-image] May 13 21:23:40.089 INFO O| May 13 21:23:40.089 INFO O| Done
39432025-05-13T21:23:40.699Z[ recovery-image] May 13 21:23:40.089 INFO O| May 13 21:23:40.089 INFO O| Done
39442025-05-13T21:23:42.607Z[ recovery-image] May 13 21:23:42.001 INFO O| May 13 21:23:42.001 INFO O| Done
39452025-05-13T21:23:42.760Z[ recovery-image] May 13 21:23:42.154 INFO O| May 13 21:23:42.154 INFO O| Done
39462025-05-13T21:23:42.764Z[ recovery-image] May 13 21:23:42.156 INFO O| May 13 21:23:42.156 INFO O| Done
39472025-05-13T21:23:42.764Z[ recovery-image] May 13 21:23:42.156 INFO O| May 13 21:23:42.156 INFO O| Done
39482025-05-13T21:23:42.767Z[ recovery-image] May 13 21:23:42.158 INFO O| May 13 21:23:42.158 INFO O| Done
39492025-05-13T21:23:44.178Z[ recovery-image] May 13 21:23:43.572 INFO O| May 13 21:23:43.572 INFO STEP 9 (pkg_change_facet) COMPLETE
39502025-05-13T21:23:44.179Z[ recovery-image] May 13 21:23:43.572 INFO O| May 13 21:23:43.572 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39512025-05-13T21:23:44.989Z[ recovery-image] May 13 21:23:44.380 INFO O| May 13 21:23:44.380 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39522025-05-13T21:23:48.470Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
39532025-05-13T21:23:49.021Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
39542025-05-13T21:23:49.546Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
39552025-05-13T21:23:50.011Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39562025-05-13T21:23:50.749Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39572025-05-13T21:23:51.342Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
39582025-05-13T21:23:54.836Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39592025-05-13T21:24:22.232Z[ recovery-image] May 13 21:24:21.623 INFO O| May 13 21:24:21.623 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39602025-05-13T21:24:26.368Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39612025-05-13T21:24:37.889Z[ recovery-image] May 13 21:24:37.279 INFO O| May 13 21:24:37.279 INFO O| Startup: Caching catalogs ... Done
39622025-05-13T21:24:38.149Z[ recovery-image] May 13 21:24:37.538 INFO O| May 13 21:24:37.538 INFO O| Planning: Planning completed in 0.02 seconds
39632025-05-13T21:24:38.152Z[ recovery-image] May 13 21:24:37.539 INFO O| May 13 21:24:37.539 INFO O| Planning: Consolidating action changes ... Done
39642025-05-13T21:24:38.153Z[ recovery-image] May 13 21:24:37.539 INFO O| May 13 21:24:37.539 INFO O| Planning: Evaluating mediators ... Done
39652025-05-13T21:24:38.153Z[ recovery-image] May 13 21:24:37.540 INFO O| May 13 21:24:37.540 INFO O| Planning: Planning completed in 0.02 seconds
39662025-05-13T21:24:38.153Z[ recovery-image] May 13 21:24:37.541 INFO O| May 13 21:24:37.540 INFO O| Variants/Facets to change: 1
39672025-05-13T21:24:38.260Z[ recovery-image] May 13 21:24:37.651 INFO O| May 13 21:24:37.651 INFO O| Done
39682025-05-13T21:24:38.260Z[ recovery-image] May 13 21:24:37.651 INFO O| May 13 21:24:37.651 INFO O| Done
39692025-05-13T21:24:40.319Z[ recovery-image] May 13 21:24:39.709 INFO O| May 13 21:24:39.709 INFO O| Done
39702025-05-13T21:24:40.449Z[ recovery-image] May 13 21:24:39.838 INFO O| May 13 21:24:39.838 INFO O| Done
39712025-05-13T21:24:40.454Z[ recovery-image] May 13 21:24:39.840 INFO O| May 13 21:24:39.839 INFO O| Done
39722025-05-13T21:24:40.454Z[ recovery-image] May 13 21:24:39.840 INFO O| May 13 21:24:39.840 INFO O| Done
39732025-05-13T21:24:40.454Z[ recovery-image] May 13 21:24:39.842 INFO O| May 13 21:24:39.842 INFO O| Done
39742025-05-13T21:24:41.831Z[ recovery-image] May 13 21:24:41.221 INFO O| May 13 21:24:41.221 INFO STEP 10 (pkg_change_facet) COMPLETE
39752025-05-13T21:24:41.831Z[ recovery-image] May 13 21:24:41.221 INFO O| May 13 21:24:41.221 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39762025-05-13T21:24:41.850Z[ recovery-image] May 13 21:24:41.239 INFO O| May 13 21:24:41.239 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", "/consolidation/oxide/omicron-release-incorporation@15.0.0.0"]
39772025-05-13T21:24:42.548Z[ host-image] May 13 21:24:41.938 INFO O| May 13 21:24:41.938 INFO O| Planning: Solver setup ... Done
39782025-05-13T21:24:47.642Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39792025-05-13T21:25:03.868Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39802025-05-13T21:25:08.257Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
39812025-05-13T21:25:09.458Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39822025-05-13T21:25:13.266Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39832025-05-13T21:25:13.625Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39842025-05-13T21:25:14.800Z[verify-libraries] Compiling termios v0.3.3
39852025-05-13T21:25:15.280Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39862025-05-13T21:25:18.705Z[ recovery-image] May 13 21:25:18.092 INFO O| May 13 21:25:18.091 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39872025-05-13T21:25:28.409Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39882025-05-13T21:25:31.476Z[ recovery-image] May 13 21:25:30.835 INFO O| May 13 21:25:30.835 INFO O| Startup: Caching catalogs ... Done
39892025-05-13T21:25:41.582Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39902025-05-13T21:25:52.289Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39912025-05-13T21:27:21.578Z[ recovery-image] May 13 21:27:20.958 INFO O| May 13 21:27:20.958 INFO O| Planning: Solver setup ... Done
39922025-05-13T21:28:38.425Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39932025-05-13T21:28:39.251Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
39942025-05-13T21:29:10.454Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39952025-05-13T21:29:12.998Z[ host-image] May 13 21:29:12.371 INFO O| May 13 21:29:12.370 INFO O| Planning: Running solver ... Done
39962025-05-13T21:29:13.987Z[ host-image] May 13 21:29:13.359 INFO O| May 13 21:29:13.359 INFO O| Planning: Finding local manifests ... Done
39972025-05-13T21:29:14.092Z[ host-image] May 13 21:29:13.465 INFO O| May 13 21:29:13.465 INFO O| Planning: Fetching manifests: 0/126 0% complete
39982025-05-13T21:29:19.093Z[ host-image] May 13 21:29:18.466 INFO O| May 13 21:29:18.466 INFO O| Planning: Fetching manifests: 82/126 65% complete
39992025-05-13T21:29:22.152Z[ host-image] May 13 21:29:21.395 INFO O| May 13 21:29:21.395 INFO O| Planning: Fetching manifests: 126/126 100% complete
40002025-05-13T21:29:23.858Z[ host-image] May 13 21:29:23.230 INFO O| May 13 21:29:23.230 INFO O| Planning: Package planning ... Done
40012025-05-13T21:29:25.374Z[ host-image] May 13 21:29:24.746 INFO O| May 13 21:29:24.746 INFO O| Planning: Merging actions ... Done
40022025-05-13T21:29:25.712Z[ host-image] May 13 21:29:25.084 INFO O| May 13 21:29:25.084 INFO O| Planning: Checking for conflicting actions ... Done
40032025-05-13T21:29:26.053Z[ host-image] May 13 21:29:25.425 INFO O| May 13 21:29:25.425 INFO O| Planning: Consolidating action changes ... Done
40042025-05-13T21:29:26.639Z[ host-image] May 13 21:29:26.011 INFO O| May 13 21:29:26.011 INFO O| Planning: Evaluating mediators ... Done
40052025-05-13T21:29:33.184Z[ host-image] May 13 21:29:32.554 INFO O| May 13 21:29:32.554 INFO O| Planning: Planning completed in 396.76 seconds
40062025-05-13T21:29:33.188Z[ host-image] May 13 21:29:32.560 INFO O| May 13 21:29:32.560 INFO O| Packages to install: 126
40072025-05-13T21:29:33.209Z[ host-image] May 13 21:29:32.560 INFO O| May 13 21:29:32.560 INFO O| Mediators to change: 5
40082025-05-13T21:29:33.209Z[ host-image] May 13 21:29:32.560 INFO O| May 13 21:29:32.560 INFO O| Services to change: 6
40092025-05-13T21:29:33.326Z[ host-image] May 13 21:29:32.697 INFO O| May 13 21:29:32.697 INFO O| Download: 0/22866 items 0.0/202.2MB 0% complete
40102025-05-13T21:29:35.383Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
40112025-05-13T21:29:38.218Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40122025-05-13T21:29:39.381Z[ host-image] May 13 21:29:38.752 INFO O| May 13 21:29:38.752 INFO O| Download: 1020/22866 items 5.9/202.2MB 2% complete (1.3M/s)
40132025-05-13T21:29:39.845Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40142025-05-13T21:29:43.873Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40152025-05-13T21:29:44.390Z[ host-image] May 13 21:29:43.761 INFO O| May 13 21:29:43.761 INFO O| Download: 1642/22866 items 10.8/202.2MB 5% complete (978k/s)
40162025-05-13T21:29:49.406Z[ host-image] May 13 21:29:48.763 INFO O| May 13 21:29:48.762 INFO O| Download: 1954/22866 items 22.4/202.2MB 11% complete (1.6M/s)
40172025-05-13T21:29:54.552Z[ host-image] May 13 21:29:53.922 INFO O| May 13 21:29:53.922 INFO O| Download: 2253/22866 items 24.8/202.2MB 12% complete (1.4M/s)
40182025-05-13T21:29:59.574Z[ host-image] May 13 21:29:58.943 INFO O| May 13 21:29:58.943 INFO O| Download: 3195/22866 items 34.0/202.2MB 16% complete (1.2M/s)
40192025-05-13T21:30:04.595Z[ host-image] May 13 21:30:03.963 INFO O| May 13 21:30:03.963 INFO O| Download: 4054/22866 items 40.3/202.2MB 19% complete (1.6M/s)
40202025-05-13T21:30:09.903Z[ host-image] May 13 21:30:08.991 INFO O| May 13 21:30:08.991 INFO O| Download: 4716/22866 items 43.2/202.2MB 21% complete (933k/s)
40212025-05-13T21:30:18.153Z[ host-image] May 13 21:30:14.005 INFO O| May 13 21:30:14.005 INFO O| Download: 5194/22866 items 46.2/202.2MB 22% complete (599k/s)
40222025-05-13T21:30:19.638Z[ host-image] May 13 21:30:19.006 INFO O| May 13 21:30:19.006 INFO O| Download: 6330/22866 items 46.8/202.2MB 23% complete (369k/s)
40232025-05-13T21:30:26.512Z[ host-image] May 13 21:30:25.880 INFO O| May 13 21:30:25.880 INFO O| Download: 6930/22866 items 49.2/202.2MB 24% complete (309k/s)
40242025-05-13T21:30:31.519Z[ host-image] May 13 21:30:30.886 INFO O| May 13 21:30:30.886 INFO O| Download: 7459/22866 items 58.0/202.2MB 28% complete (1.0M/s)
40252025-05-13T21:30:36.743Z[ host-image] May 13 21:30:36.108 INFO O| May 13 21:30:36.108 INFO O| Download: 8306/22866 items 63.4/202.2MB 31% complete (1.3M/s)
40262025-05-13T21:30:41.743Z[ host-image] May 13 21:30:41.109 INFO O| May 13 21:30:41.109 INFO O| Download: 8833/22866 items 74.5/202.2MB 36% complete (1.6M/s)
40272025-05-13T21:30:46.744Z[ host-image] May 13 21:30:46.111 INFO O| May 13 21:30:46.111 INFO O| Download: 9670/22866 items 86.6/202.2MB 42% complete (2.4M/s)
40282025-05-13T21:30:51.744Z[ host-image] May 13 21:30:51.111 INFO O| May 13 21:30:51.111 INFO O| Download: 10491/22866 items 91.3/202.2MB 45% complete (1.7M/s)
40292025-05-13T21:30:56.958Z[ host-image] May 13 21:30:56.325 INFO O| May 13 21:30:56.324 INFO O| Download: 11169/22866 items 95.3/202.2MB 47% complete (905k/s)
40302025-05-13T21:31:02.131Z[ host-image] May 13 21:31:01.497 INFO O| May 13 21:31:01.497 INFO O| Download: 11354/22866 items 98.3/202.2MB 48% complete (930k/s)
40312025-05-13T21:31:07.283Z[ host-image] May 13 21:31:06.647 INFO O| May 13 21:31:06.647 INFO O| Download: 12080/22866 items 103.6/202.2MB 51% complete (759k/s)
40322025-05-13T21:31:12.310Z[ host-image] May 13 21:31:11.675 INFO O| May 13 21:31:11.675 INFO O| Download: 12365/22866 items 112.7/202.2MB 55% complete (1.4M/s)
40332025-05-13T21:31:17.319Z[ host-image] May 13 21:31:16.684 INFO O| May 13 21:31:16.684 INFO O| Download: 13379/22866 items 113.3/202.2MB 56% complete (1007k/s)
40342025-05-13T21:31:22.331Z[ host-image] May 13 21:31:21.694 INFO O| May 13 21:31:21.694 INFO O| Download: 13979/22866 items 113.6/202.2MB 56% complete (84.3k/s)
40352025-05-13T21:31:27.409Z[ host-image] May 13 21:31:26.773 INFO O| May 13 21:31:26.773 INFO O| Download: 14582/22866 items 120.0/202.2MB 59% complete (640k/s)
40362025-05-13T21:31:32.409Z[ host-image] May 13 21:31:31.773 INFO O| May 13 21:31:31.773 INFO O| Download: 15615/22866 items 125.3/202.2MB 61% complete (1.2M/s)
40372025-05-13T21:31:37.470Z[ host-image] May 13 21:31:36.833 INFO O| May 13 21:31:36.833 INFO O| Download: 16137/22866 items 135.8/202.2MB 67% complete (1.6M/s)
40382025-05-13T21:31:39.047Z[ recovery-image] May 13 21:31:38.411 INFO O| May 13 21:31:38.411 INFO O| Planning: Running solver ... Done
40392025-05-13T21:31:39.829Z[ recovery-image] May 13 21:31:39.193 INFO O| May 13 21:31:39.192 INFO O| Planning: Finding local manifests ... Done
40402025-05-13T21:31:39.941Z[ recovery-image] May 13 21:31:39.304 INFO O| May 13 21:31:39.304 INFO O| Planning: Fetching manifests: 0/126 0% complete
40412025-05-13T21:31:42.491Z[ host-image] May 13 21:31:41.855 INFO O| May 13 21:31:41.855 INFO O| Download: 17302/22866 items 150.5/202.2MB 74% complete (2.5M/s)
40422025-05-13T21:31:45.154Z[ recovery-image] May 13 21:31:44.517 INFO O| May 13 21:31:44.517 INFO O| Planning: Fetching manifests: 44/126 34% complete
40432025-05-13T21:31:47.702Z[ host-image] May 13 21:31:47.065 INFO O| May 13 21:31:47.065 INFO O| Download: 17988/22866 items 161.1/202.2MB 79% complete (2.3M/s)
40442025-05-13T21:31:50.158Z[ recovery-image] May 13 21:31:49.520 INFO O| May 13 21:31:49.520 INFO O| Planning: Fetching manifests: 115/126 91% complete
40452025-05-13T21:31:50.547Z[ recovery-image] May 13 21:31:49.910 INFO O| May 13 21:31:49.910 INFO O| Planning: Fetching manifests: 126/126 100% complete
40462025-05-13T21:31:51.603Z[ recovery-image] May 13 21:31:50.965 INFO O| May 13 21:31:50.965 INFO O| Planning: Package planning ... Done
40472025-05-13T21:31:52.379Z[ recovery-image] May 13 21:31:51.742 INFO O| May 13 21:31:51.742 INFO O| Planning: Merging actions ... Done
40482025-05-13T21:31:52.546Z[ recovery-image] May 13 21:31:51.908 INFO O| May 13 21:31:51.908 INFO O| Planning: Checking for conflicting actions ... Done
40492025-05-13T21:31:52.703Z[ host-image] May 13 21:31:52.065 INFO O| May 13 21:31:52.065 INFO O| Download: 19062/22866 items 169.6/202.2MB 83% complete (1.9M/s)
40502025-05-13T21:31:52.737Z[ recovery-image] May 13 21:31:52.100 INFO O| May 13 21:31:52.100 INFO O| Planning: Consolidating action changes ... Done
40512025-05-13T21:31:53.513Z[ recovery-image] May 13 21:31:52.489 INFO O| May 13 21:31:52.489 INFO O| Planning: Evaluating mediators ... Done
40522025-05-13T21:31:57.703Z[ host-image] May 13 21:31:57.066 INFO O| May 13 21:31:57.065 INFO O| Download: 20086/22866 items 173.9/202.2MB 86% complete (1.3M/s)
40532025-05-13T21:31:58.969Z[ recovery-image] May 13 21:31:58.332 INFO O| May 13 21:31:58.332 INFO O| Planning: Planning completed in 387.40 seconds
40542025-05-13T21:31:58.974Z[ recovery-image] May 13 21:31:58.337 INFO O| May 13 21:31:58.337 INFO O| Packages to install: 126
40552025-05-13T21:31:58.974Z[ recovery-image] May 13 21:31:58.337 INFO O| May 13 21:31:58.337 INFO O| Mediators to change: 5
40562025-05-13T21:31:58.977Z[ recovery-image] May 13 21:31:58.337 INFO O| May 13 21:31:58.337 INFO O| Services to change: 5
40572025-05-13T21:31:59.071Z[ recovery-image] May 13 21:31:58.433 INFO O| May 13 21:31:58.433 INFO O| Download: 0/15932 items 0.0/178.9MB 0% complete
40582025-05-13T21:32:03.377Z[ host-image] May 13 21:32:02.739 INFO O| May 13 21:32:02.738 INFO O| Download: 20735/22866 items 176.6/202.2MB 87% complete (708k/s)
40592025-05-13T21:32:04.071Z[ recovery-image] May 13 21:32:03.433 INFO O| May 13 21:32:03.433 INFO O| Download: 846/15932 items 7.3/178.9MB 4% complete (1.5M/s)
40602025-05-13T21:32:08.605Z[ host-image] May 13 21:32:07.967 INFO O| May 13 21:32:07.967 INFO O| Download: 21069/22866 items 182.7/202.2MB 90% complete (865k/s)
40612025-05-13T21:32:09.386Z[ recovery-image] May 13 21:32:08.747 INFO O| May 13 21:32:08.747 INFO O| Download: 1184/15932 items 14.5/178.9MB 8% complete (1.3M/s)
40622025-05-13T21:32:13.640Z[ host-image] May 13 21:32:13.002 INFO O| May 13 21:32:13.002 INFO O| Download: 21658/22866 items 187.2/202.2MB 92% complete (1.1M/s)
40632025-05-13T21:32:14.499Z[ recovery-image] May 13 21:32:13.861 INFO O| May 13 21:32:13.861 INFO O| Download: 1503/15932 items 21.8/178.9MB 12% complete (1.5M/s)
40642025-05-13T21:32:19.178Z[ host-image] May 13 21:32:18.539 INFO O| May 13 21:32:18.539 INFO O| Download: 21999/22866 items 195.0/202.2MB 96% complete (1.2M/s)
40652025-05-13T21:32:19.607Z[ recovery-image] May 13 21:32:18.968 INFO O| May 13 21:32:18.968 INFO O| Download: 1659/15932 items 25.6/178.9MB 14% complete (1.3M/s)
40662025-05-13T21:32:24.499Z[ host-image] May 13 21:32:23.859 INFO O| May 13 21:32:23.859 INFO O| Download: 22162/22866 items 196.8/202.2MB 97% complete (1.1M/s)
40672025-05-13T21:32:24.607Z[ recovery-image] May 13 21:32:23.968 INFO O| May 13 21:32:23.968 INFO O| Download: 2685/15932 items 33.1/178.9MB 18% complete (1.1M/s)
40682025-05-13T21:32:29.779Z[ host-image] May 13 21:32:29.140 INFO O| May 13 21:32:29.140 INFO O| Download: 22863/22866 items 202.2/202.2MB 99% complete (722k/s)
40692025-05-13T21:32:29.836Z[ recovery-image] May 13 21:32:29.196 INFO O| May 13 21:32:29.196 INFO O| Download: 3671/15932 items 39.3/178.9MB 21% complete (1.4M/s)
40702025-05-13T21:32:29.986Z[ host-image] May 13 21:32:29.346 INFO O| May 13 21:32:29.346 INFO O| Download: Completed 202.20 MB in 176.65 seconds (1.1M/s)
40712025-05-13T21:32:31.649Z[ host-image] May 13 21:32:31.009 INFO O| May 13 21:32:31.009 INFO O| Actions: 1/50756 actions (Installing new actions)
40722025-05-13T21:32:34.840Z[ recovery-image] May 13 21:32:34.199 INFO O| May 13 21:32:34.199 INFO O| Download: 4141/15932 items 42.8/178.9MB 23% complete (1004k/s)
40732025-05-13T21:32:36.649Z[ host-image] May 13 21:32:36.009 INFO O| May 13 21:32:36.009 INFO O| Actions: 10827/50756 actions (Installing new actions)
40742025-05-13T21:32:39.856Z[ recovery-image] May 13 21:32:39.216 INFO O| May 13 21:32:39.215 INFO O| Download: 5206/15932 items 43.4/178.9MB 24% complete (428k/s)
40752025-05-13T21:32:41.651Z[ host-image] May 13 21:32:41.010 INFO O| May 13 21:32:41.010 INFO O| Actions: 17530/50756 actions (Installing new actions)
40762025-05-13T21:32:45.159Z[ recovery-image] May 13 21:32:44.519 INFO O| May 13 21:32:44.519 INFO O| Download: 5819/15932 items 47.0/178.9MB 26% complete (395k/s)
40772025-05-13T21:32:46.651Z[ host-image] May 13 21:32:46.010 INFO O| May 13 21:32:46.010 INFO O| Actions: 24884/50756 actions (Installing new actions)
40782025-05-13T21:32:50.170Z[ recovery-image] May 13 21:32:49.528 INFO O| May 13 21:32:49.528 INFO O| Download: 6236/15932 items 64.8/178.9MB 36% complete (2.0M/s)
40792025-05-13T21:32:51.668Z[ host-image] May 13 21:32:51.027 INFO O| May 13 21:32:51.027 INFO O| Actions: 50313/50756 actions (Installing new actions)
40802025-05-13T21:32:52.286Z[ host-image] May 13 21:32:51.645 INFO O| May 13 21:32:51.645 INFO O| Actions: Completed 50756 actions in 20.63 seconds.
40812025-05-13T21:32:53.522Z[ host-image] May 13 21:32:52.881 INFO O| May 13 21:32:52.881 INFO O| Done
40822025-05-13T21:32:53.522Z[ host-image] May 13 21:32:52.881 INFO O| May 13 21:32:52.881 INFO O| Done
40832025-05-13T21:32:55.169Z[ recovery-image] May 13 21:32:54.528 INFO O| May 13 21:32:54.528 INFO O| Download: 7285/15932 items 76.5/178.9MB 42% complete (2.9M/s)
40842025-05-13T21:32:55.674Z[ host-image] May 13 21:32:55.033 INFO O| May 13 21:32:55.033 INFO O| Done
40852025-05-13T21:32:58.019Z[ host-image] May 13 21:32:57.378 INFO O| May 13 21:32:57.378 INFO O| Done
40862025-05-13T21:32:58.063Z[ host-image] May 13 21:32:57.422 INFO O| May 13 21:32:57.421 INFO O| Done
40872025-05-13T21:33:00.265Z[ recovery-image] May 13 21:32:59.624 INFO O| May 13 21:32:59.624 INFO O| Download: 7940/15932 items 79.0/178.9MB 44% complete (2.1M/s)
40882025-05-13T21:33:05.355Z[ recovery-image] May 13 21:33:04.713 INFO O| May 13 21:33:04.713 INFO O| Download: 8047/15932 items 82.1/178.9MB 45% complete (765k/s)
40892025-05-13T21:33:05.673Z[ host-image] May 13 21:33:05.030 INFO O| May 13 21:33:05.030 INFO O| Done
40902025-05-13T21:33:06.665Z[ host-image] May 13 21:33:06.023 INFO O| May 13 21:33:06.023 INFO O| Done
40912025-05-13T21:33:09.383Z[ host-image] May 13 21:33:08.739 INFO O| May 13 21:33:08.739 INFO STEP 11 (pkg_install) COMPLETE
40922025-05-13T21:33:09.386Z[ host-image] May 13 21:33:08.739 INFO O| May 13 21:33:08.739 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40932025-05-13T21:33:09.413Z[ host-image] May 13 21:33:08.770 INFO O| May 13 21:33:08.770 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"]
40942025-05-13T21:33:10.375Z[ recovery-image] May 13 21:33:09.729 INFO O| May 13 21:33:09.729 INFO O| Download: 8785/15932 items 87.1/178.9MB 48% complete (862k/s)
40952025-05-13T21:33:15.384Z[ recovery-image] May 13 21:33:14.742 INFO O| May 13 21:33:14.742 INFO O| Download: 9053/15932 items 95.9/178.9MB 53% complete (1.4M/s)
40962025-05-13T21:33:20.394Z[ recovery-image] May 13 21:33:19.744 INFO O| May 13 21:33:19.744 INFO O| Download: 10186/15932 items 96.5/178.9MB 53% complete (997k/s)
40972025-05-13T21:33:26.270Z[ recovery-image] May 13 21:33:25.627 INFO O| May 13 21:33:25.627 INFO O| Download: 10979/15932 items 97.2/178.9MB 54% complete (133k/s)
40982025-05-13T21:33:31.297Z[ recovery-image] May 13 21:33:30.654 INFO O| May 13 21:33:30.654 INFO O| Download: 11487/15932 items 110.6/178.9MB 61% complete (1.4M/s)
40992025-05-13T21:33:36.320Z[ recovery-image] May 13 21:33:35.676 INFO O| May 13 21:33:35.676 INFO O| Download: 12018/15932 items 140.0/178.9MB 78% complete (4.2M/s)
41002025-05-13T21:33:41.332Z[ recovery-image] May 13 21:33:40.688 INFO O| May 13 21:33:40.688 INFO O| Download: 13054/15932 items 147.6/178.9MB 82% complete (3.7M/s)
41012025-05-13T21:33:45.757Z[ host-image] May 13 21:33:45.113 INFO O| May 13 21:33:45.113 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41022025-05-13T21:33:46.337Z[ recovery-image] May 13 21:33:45.692 INFO O| May 13 21:33:45.692 INFO O| Download: 14109/15932 items 152.0/178.9MB 84% complete (1.2M/s)
41032025-05-13T21:33:51.343Z[ recovery-image] May 13 21:33:50.698 INFO O| May 13 21:33:50.698 INFO O| Download: 14812/15932 items 159.7/178.9MB 89% complete (1.2M/s)
41042025-05-13T21:33:56.345Z[ recovery-image] May 13 21:33:55.699 INFO O| May 13 21:33:55.699 INFO O| Download: 15607/15932 items 172.7/178.9MB 96% complete (2.1M/s)
41052025-05-13T21:33:57.934Z[ host-image] May 13 21:33:57.289 INFO O| May 13 21:33:57.289 INFO O| Startup: Caching catalogs ... Done
41062025-05-13T21:34:00.537Z[ recovery-image] May 13 21:33:59.892 INFO O| May 13 21:33:59.892 INFO O| Download: Completed 178.89 MB in 121.46 seconds (1.5M/s)
41072025-05-13T21:34:01.876Z[ recovery-image] May 13 21:34:01.230 INFO O| May 13 21:34:01.230 INFO O| Actions: 1/26273 actions (Installing new actions)
41082025-05-13T21:34:06.880Z[ recovery-image] May 13 21:34:06.230 INFO O| May 13 21:34:06.230 INFO O| Actions: 10091/26273 actions (Installing new actions)
41092025-05-13T21:34:07.298Z[ host-image] May 13 21:34:06.628 INFO O| May 13 21:34:06.628 INFO O| Planning: Solver setup ... Done
41102025-05-13T21:34:07.351Z[ host-image] May 13 21:34:06.642 INFO O| May 13 21:34:06.642 INFO O| Planning: Running solver ... Done
41112025-05-13T21:34:07.505Z[ host-image] May 13 21:34:06.806 INFO O| May 13 21:34:06.806 INFO O| Planning: Finding local manifests ... Done
41122025-05-13T21:34:07.562Z[ host-image] May 13 21:34:06.915 INFO O| May 13 21:34:06.915 INFO O| Planning: Fetching manifests: 0/5 0% complete
41132025-05-13T21:34:07.736Z[ host-image] May 13 21:34:07.078 INFO O| May 13 21:34:07.078 INFO O| Planning: Fetching manifests: 5/5 100% complete
41142025-05-13T21:34:07.779Z[ host-image] May 13 21:34:07.127 INFO O| May 13 21:34:07.127 INFO O| Planning: Package planning ... Done
41152025-05-13T21:34:07.793Z[ host-image] May 13 21:34:07.133 INFO O| May 13 21:34:07.133 INFO O| Planning: Merging actions ... Done
41162025-05-13T21:34:07.988Z[ host-image] May 13 21:34:07.319 INFO O| May 13 21:34:07.319 INFO O| Planning: Checking for conflicting actions ... Done
41172025-05-13T21:34:08.020Z[ host-image] May 13 21:34:07.322 INFO O| May 13 21:34:07.322 INFO O| Planning: Consolidating action changes ... Done
41182025-05-13T21:34:08.497Z[ host-image] May 13 21:34:07.849 INFO O| May 13 21:34:07.849 INFO O| Planning: Evaluating mediators ... Done
41192025-05-13T21:34:08.514Z[ host-image] May 13 21:34:07.851 INFO O| May 13 21:34:07.851 INFO O| Planning: Planning completed in 10.47 seconds
41202025-05-13T21:34:08.514Z[ host-image] May 13 21:34:07.852 INFO O| May 13 21:34:07.852 INFO O| Packages to install: 5
41212025-05-13T21:34:08.514Z[ host-image] May 13 21:34:07.852 INFO O| May 13 21:34:07.852 INFO O| Services to change: 2
41222025-05-13T21:34:08.557Z[ host-image] May 13 21:34:07.897 INFO O| May 13 21:34:07.897 INFO O| Download: 0/119 items 0.0/1.5MB 0% complete
41232025-05-13T21:34:10.127Z[ host-image] May 13 21:34:09.480 INFO O| May 13 21:34:09.480 INFO O| Download: Completed 1.47 MB in 1.58 seconds (951k/s)
41242025-05-13T21:34:10.175Z[ host-image] May 13 21:34:09.528 INFO O| May 13 21:34:09.528 INFO O| Actions: 1/311 actions (Installing new actions)
41252025-05-13T21:34:10.463Z[ host-image] May 13 21:34:09.816 INFO O| May 13 21:34:09.816 INFO O| Actions: Completed 311 actions in 0.29 seconds.
41262025-05-13T21:34:10.973Z[ host-image] May 13 21:34:10.327 INFO O| May 13 21:34:10.327 INFO O| Done
41272025-05-13T21:34:10.973Z[ host-image] May 13 21:34:10.327 INFO O| May 13 21:34:10.327 INFO O| Done
41282025-05-13T21:34:11.877Z[ recovery-image] May 13 21:34:11.231 INFO O| May 13 21:34:11.231 INFO O| Actions: 15730/26273 actions (Installing new actions)
41292025-05-13T21:34:12.836Z[ host-image] May 13 21:34:12.189 INFO O| May 13 21:34:12.189 INFO O| Done
41302025-05-13T21:34:15.507Z[ host-image] May 13 21:34:14.860 INFO O| May 13 21:34:14.860 INFO O| Done
41312025-05-13T21:34:15.552Z[ host-image] May 13 21:34:14.904 INFO O| May 13 21:34:14.904 INFO O| Done
41322025-05-13T21:34:15.556Z[ host-image] May 13 21:34:14.905 INFO O| May 13 21:34:14.905 INFO O| Done
41332025-05-13T21:34:15.583Z[ host-image] May 13 21:34:14.937 INFO O| May 13 21:34:14.937 INFO O| Done
41342025-05-13T21:34:16.576Z[ recovery-image] May 13 21:34:15.462 INFO O| May 13 21:34:15.462 INFO O| Actions: Completed 26273 actions in 14.23 seconds.
41352025-05-13T21:34:16.658Z[ recovery-image] May 13 21:34:15.986 INFO O| May 13 21:34:15.986 INFO O| Done
41362025-05-13T21:34:16.658Z[ recovery-image] May 13 21:34:15.986 INFO O| May 13 21:34:15.986 INFO O| Done
41372025-05-13T21:34:17.141Z[ host-image] May 13 21:34:16.485 INFO O| May 13 21:34:16.485 INFO STEP 12 (pkg_install) COMPLETE
41382025-05-13T21:34:17.142Z[ host-image] May 13 21:34:16.485 INFO O| May 13 21:34:16.485 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41392025-05-13T21:34:17.176Z[ host-image] May 13 21:34:16.503 INFO O| May 13 21:34:16.502 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41402025-05-13T21:34:18.898Z[ recovery-image] May 13 21:34:18.240 INFO O| May 13 21:34:18.240 INFO O| Done
41412025-05-13T21:34:20.780Z[ recovery-image] May 13 21:34:20.133 INFO O| May 13 21:34:20.133 INFO O| Done
41422025-05-13T21:34:20.812Z[ recovery-image] May 13 21:34:20.166 INFO O| May 13 21:34:20.166 INFO O| Done
41432025-05-13T21:34:25.560Z[ recovery-image] May 13 21:34:24.913 INFO O| May 13 21:34:24.913 INFO O| Done
41442025-05-13T21:34:26.368Z[ recovery-image] May 13 21:34:25.721 INFO O| May 13 21:34:25.721 INFO O| Done
41452025-05-13T21:34:28.302Z[ recovery-image] May 13 21:34:27.653 INFO O| May 13 21:34:27.653 INFO STEP 11 (pkg_install) COMPLETE
41462025-05-13T21:34:28.302Z[ recovery-image] May 13 21:34:27.653 INFO O| May 13 21:34:27.653 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41472025-05-13T21:34:28.305Z[ recovery-image] May 13 21:34:27.653 INFO O| May 13 21:34:27.653 INFO skip step because feature "recovery" is enabled
41482025-05-13T21:34:28.305Z[ recovery-image] May 13 21:34:27.653 INFO O| May 13 21:34:27.653 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41492025-05-13T21:34:28.305Z[ recovery-image] May 13 21:34:27.653 INFO O| May 13 21:34:27.653 INFO skip step because feature "omicron1" is not enabled
41502025-05-13T21:34:28.305Z[ recovery-image] May 13 21:34:27.653 INFO O| May 13 21:34:27.653 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41512025-05-13T21:34:28.320Z[ recovery-image] May 13 21:34:27.674 INFO O| May 13 21:34:27.673 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.35.364"]
41522025-05-13T21:34:55.656Z[ host-image] May 13 21:34:55.008 INFO O| May 13 21:34:55.007 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41532025-05-13T21:35:05.195Z[ recovery-image] May 13 21:35:04.546 INFO O| May 13 21:35:04.546 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41542025-05-13T21:35:08.776Z[ host-image] May 13 21:35:08.126 INFO O| May 13 21:35:08.126 INFO O| Startup: Caching catalogs ... Done
41552025-05-13T21:35:16.913Z[ host-image] May 13 21:35:16.263 INFO O| May 13 21:35:16.263 INFO O| Planning: Solver setup ... Done
41562025-05-13T21:35:16.927Z[ host-image] May 13 21:35:16.276 INFO O| May 13 21:35:16.276 INFO O| Planning: Running solver ... Done
41572025-05-13T21:35:17.065Z[ host-image] May 13 21:35:16.415 INFO O| May 13 21:35:16.415 INFO O| Planning: Finding local manifests ... Done
41582025-05-13T21:35:17.162Z[ host-image] May 13 21:35:16.506 INFO O| May 13 21:35:16.506 INFO O| Planning: Fetching manifests: 0/6 0% complete
41592025-05-13T21:35:17.495Z[ host-image] May 13 21:35:16.842 INFO O| May 13 21:35:16.842 INFO O| Planning: Fetching manifests: 6/6 100% complete
41602025-05-13T21:35:17.578Z[ host-image] May 13 21:35:16.928 INFO O| May 13 21:35:16.928 INFO O| Planning: Package planning ... Done
41612025-05-13T21:35:17.638Z[ host-image] May 13 21:35:16.976 INFO O| May 13 21:35:16.976 INFO O| Planning: Merging actions ... Done
41622025-05-13T21:35:17.810Z[ host-image] May 13 21:35:17.155 INFO O| May 13 21:35:17.155 INFO O| Planning: Checking for conflicting actions ... Done
41632025-05-13T21:35:17.818Z[ host-image] May 13 21:35:17.163 INFO O| May 13 21:35:17.163 INFO O| Planning: Consolidating action changes ... Done
41642025-05-13T21:35:18.173Z[ recovery-image] May 13 21:35:17.521 INFO O| May 13 21:35:17.521 INFO O| Startup: Caching catalogs ... Done
41652025-05-13T21:35:18.236Z[ host-image] May 13 21:35:17.583 INFO O| May 13 21:35:17.583 INFO O| Planning: Evaluating mediators ... Done
41662025-05-13T21:35:18.241Z[ host-image] May 13 21:35:17.590 INFO O| May 13 21:35:17.590 INFO O| Planning: Planning completed in 9.35 seconds
41672025-05-13T21:35:18.244Z[ host-image] May 13 21:35:17.591 INFO O| May 13 21:35:17.591 INFO O| Packages to install: 6
41682025-05-13T21:35:18.244Z[ host-image] May 13 21:35:17.591 INFO O| May 13 21:35:17.591 INFO O| Mediators to change: 1
41692025-05-13T21:35:18.244Z[ host-image] May 13 21:35:17.591 INFO O| May 13 21:35:17.591 INFO O| Services to change: 1
41702025-05-13T21:35:18.279Z[ host-image] May 13 21:35:17.624 INFO O| May 13 21:35:17.624 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
41712025-05-13T21:35:23.276Z[ host-image] May 13 21:35:22.624 INFO O| May 13 21:35:22.624 INFO O| Download: 1129/1140 items 6.6/8.4MB 78% complete (1.3M/s)
41722025-05-13T21:35:23.574Z[ host-image] May 13 21:35:22.924 INFO O| May 13 21:35:22.924 INFO O| Download: Completed 8.42 MB in 5.30 seconds (1.6M/s)
41732025-05-13T21:35:23.751Z[ host-image] May 13 21:35:23.100 INFO O| May 13 21:35:23.100 INFO O| Actions: 1/1361 actions (Installing new actions)
41742025-05-13T21:35:24.547Z[ host-image] May 13 21:35:23.896 INFO O| May 13 21:35:23.896 INFO O| Actions: Completed 1361 actions in 0.80 seconds.
41752025-05-13T21:35:25.094Z[ host-image] May 13 21:35:24.444 INFO O| May 13 21:35:24.444 INFO O| Done
41762025-05-13T21:35:25.094Z[ host-image] May 13 21:35:24.444 INFO O| May 13 21:35:24.444 INFO O| Done
41772025-05-13T21:35:25.842Z[ recovery-image] May 13 21:35:25.191 INFO O| May 13 21:35:25.191 INFO O| Planning: Solver setup ... Done
41782025-05-13T21:35:25.855Z[ recovery-image] May 13 21:35:25.204 INFO O| May 13 21:35:25.204 INFO O| Planning: Running solver ... Done
41792025-05-13T21:35:25.992Z[ recovery-image] May 13 21:35:25.340 INFO O| May 13 21:35:25.340 INFO O| Planning: Finding local manifests ... Done
41802025-05-13T21:35:26.062Z[ recovery-image] May 13 21:35:25.409 INFO O| May 13 21:35:25.409 INFO O| Planning: Fetching manifests: 0/1 0% complete
41812025-05-13T21:35:26.088Z[ recovery-image] May 13 21:35:25.433 INFO O| May 13 21:35:25.433 INFO O| Planning: Fetching manifests: 1/1 100% complete
41822025-05-13T21:35:26.126Z[ recovery-image] May 13 21:35:25.476 INFO O| May 13 21:35:25.476 INFO O| Planning: Package planning ... Done
41832025-05-13T21:35:26.130Z[ recovery-image] May 13 21:35:25.477 INFO O| May 13 21:35:25.477 INFO O| Planning: Merging actions ... Done
41842025-05-13T21:35:26.188Z[ recovery-image] May 13 21:35:25.535 INFO O| May 13 21:35:25.535 INFO O| Planning: Checking for conflicting actions ... Done
41852025-05-13T21:35:26.192Z[ recovery-image] May 13 21:35:25.536 INFO O| May 13 21:35:25.536 INFO O| Planning: Consolidating action changes ... Done
41862025-05-13T21:35:26.523Z[ recovery-image] May 13 21:35:25.873 INFO O| May 13 21:35:25.873 INFO O| Planning: Evaluating mediators ... Done
41872025-05-13T21:35:26.527Z[ recovery-image] May 13 21:35:25.874 INFO O| May 13 21:35:25.874 INFO O| Planning: Planning completed in 8.24 seconds
41882025-05-13T21:35:26.527Z[ recovery-image] May 13 21:35:25.874 INFO O| May 13 21:35:25.874 INFO O| Packages to install: 1
41892025-05-13T21:35:26.592Z[ recovery-image] May 13 21:35:25.938 INFO O| May 13 21:35:25.938 INFO O| Download: 0/4 items 0.0/17.2MB 0% complete
41902025-05-13T21:35:26.999Z[ host-image] May 13 21:35:26.345 INFO O| May 13 21:35:26.345 INFO O| Done
41912025-05-13T21:35:28.377Z[ recovery-image] May 13 21:35:27.726 INFO O| May 13 21:35:27.726 INFO O| Download: Completed 17.23 MB in 1.79 seconds (9.6M/s)
41922025-05-13T21:35:28.483Z[ recovery-image] May 13 21:35:27.832 INFO O| May 13 21:35:27.832 INFO O| Actions: 1/22 actions (Installing new actions)
41932025-05-13T21:35:29.130Z[ recovery-image] May 13 21:35:28.480 INFO O| May 13 21:35:28.480 INFO O| Actions: Completed 22 actions in 0.65 seconds.
41942025-05-13T21:35:29.707Z[ recovery-image] May 13 21:35:29.056 INFO O| May 13 21:35:29.056 INFO O| Done
41952025-05-13T21:35:29.707Z[ recovery-image] May 13 21:35:29.056 INFO O| May 13 21:35:29.056 INFO O| Done
41962025-05-13T21:35:30.083Z[ host-image] May 13 21:35:29.432 INFO O| May 13 21:35:29.432 INFO O| Done
41972025-05-13T21:35:30.137Z[ host-image] May 13 21:35:29.486 INFO O| May 13 21:35:29.485 INFO O| Done
41982025-05-13T21:35:30.143Z[ host-image] May 13 21:35:29.486 INFO O| May 13 21:35:29.486 INFO O| Done
41992025-05-13T21:35:30.227Z[ host-image] May 13 21:35:29.576 INFO O| May 13 21:35:29.576 INFO O| Done
42002025-05-13T21:35:31.635Z[ recovery-image] May 13 21:35:30.984 INFO O| May 13 21:35:30.984 INFO O| Done
42012025-05-13T21:35:31.717Z[ host-image] May 13 21:35:31.066 INFO O| May 13 21:35:31.066 INFO STEP 13 (pkg_install) COMPLETE
42022025-05-13T21:35:31.717Z[ host-image] May 13 21:35:31.066 INFO O| May 13 21:35:31.066 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42032025-05-13T21:35:31.737Z[ host-image] May 13 21:35:31.084 INFO O| May 13 21:35:31.084 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.35.364"]
42042025-05-13T21:35:33.600Z[ recovery-image] May 13 21:35:32.949 INFO O| May 13 21:35:32.949 INFO O| Done
42052025-05-13T21:35:33.629Z[ recovery-image] May 13 21:35:32.976 INFO O| May 13 21:35:32.976 INFO O| Done
42062025-05-13T21:35:33.632Z[ recovery-image] May 13 21:35:32.977 INFO O| May 13 21:35:32.977 INFO O| Done
42072025-05-13T21:35:33.654Z[ recovery-image] May 13 21:35:33.003 INFO O| May 13 21:35:33.003 INFO O| Done
42082025-05-13T21:35:34.891Z[ recovery-image] May 13 21:35:34.240 INFO O| May 13 21:35:34.240 INFO STEP 14 (pkg_install) COMPLETE
42092025-05-13T21:35:34.892Z[ recovery-image] May 13 21:35:34.240 INFO O| May 13 21:35:34.240 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42102025-05-13T21:35:34.896Z[ recovery-image] May 13 21:35:34.240 INFO O| May 13 21:35:34.240 INFO skip step because feature "mfg" is not enabled
42112025-05-13T21:35:34.896Z[ recovery-image] May 13 21:35:34.240 INFO O| May 13 21:35:34.240 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42122025-05-13T21:35:34.896Z[ recovery-image] May 13 21:35:34.240 INFO O| May 13 21:35:34.240 INFO skip step because feature "compliance" is not enabled
42132025-05-13T21:35:34.896Z[ recovery-image] May 13 21:35:34.240 INFO O| May 13 21:35:34.240 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42142025-05-13T21:35:34.896Z[ recovery-image] May 13 21:35:34.240 INFO O| May 13 21:35:34.240 INFO skip step because feature "stress" is not enabled
42152025-05-13T21:35:34.896Z[ recovery-image] May 13 21:35:34.240 INFO O| May 13 21:35:34.240 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42162025-05-13T21:35:34.896Z[ recovery-image] May 13 21:35:34.240 INFO O| May 13 21:35:34.240 INFO skip step because feature "nfs" is not enabled
42172025-05-13T21:35:34.896Z[ recovery-image] May 13 21:35:34.240 INFO O| May 13 21:35:34.240 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42182025-05-13T21:35:34.896Z[ recovery-image] May 13 21:35:34.241 INFO O| May 13 21:35:34.241 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42192025-05-13T21:35:35.061Z[ recovery-image] May 13 21:35:34.410 INFO O| May 13 21:35:34.410 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
42202025-05-13T21:35:35.221Z[ recovery-image] May 13 21:35:34.569 INFO O| May 13 21:35:34.569 INFO completed processing gimlet/ramdisk-01-os
42212025-05-13T21:35:35.225Z[ recovery-image] May 13 21:35:34.572 INFO image builder template: ramdisk-02-trim...
42222025-05-13T21:35:35.225Z[ recovery-image] May 13 21:35:34.572 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", "-E", "/tmp/.tmpE4aPjC/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
42232025-05-13T21:35:35.264Z[ recovery-image] May 13 21:35:34.613 INFO O| May 13 21:35:34.612 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42242025-05-13T21:35:35.274Z[ recovery-image] May 13 21:35:34.621 INFO O| May 13 21:35:34.621 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42252025-05-13T21:35:35.437Z[ recovery-image] May 13 21:35:34.786 INFO O| May 13 21:35:34.786 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
42262025-05-13T21:35:35.552Z[ recovery-image] May 13 21:35:34.893 INFO O| May 13 21:35:34.893 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42272025-05-13T21:35:35.556Z[ recovery-image] May 13 21:35:34.893 INFO O| May 13 21:35:34.893 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42282025-05-13T21:35:35.557Z[ recovery-image] May 13 21:35:34.902 INFO O| May 13 21:35:34.902 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42292025-05-13T21:35:35.565Z[ recovery-image] May 13 21:35:34.909 INFO O| May 13 21:35:34.909 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42302025-05-13T21:35:35.570Z[ recovery-image] May 13 21:35:34.918 INFO O| May 13 21:35:34.918 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42312025-05-13T21:35:36.087Z[ recovery-image] May 13 21:35:35.436 INFO O| May 13 21:35:35.436 INFO rolled back to input snapshot; work may begin
42322025-05-13T21:35:36.087Z[ recovery-image] May 13 21:35:35.436 INFO O| May 13 21:35:35.436 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42332025-05-13T21:35:36.096Z[ recovery-image] May 13 21:35:35.444 INFO O| May 13 21:35:35.444 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42342025-05-13T21:35:36.113Z[ recovery-image] May 13 21:35:35.462 INFO O| May 13 21:35:35.462 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
42352025-05-13T21:35:36.207Z[ recovery-image] May 13 21:35:35.555 INFO O| May 13 21:35:35.555 INFO STEP 0 (remove_files) COMPLETE
42362025-05-13T21:35:36.207Z[ recovery-image] May 13 21:35:35.555 INFO O| May 13 21:35:35.555 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42372025-05-13T21:35:36.235Z[ recovery-image] May 13 21:35:35.583 INFO O| May 13 21:35:35.583 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
42382025-05-13T21:35:36.238Z[ recovery-image] May 13 21:35:35.586 INFO O| May 13 21:35:35.586 INFO STEP 1 (remove_files) COMPLETE
42392025-05-13T21:35:36.238Z[ recovery-image] May 13 21:35:35.586 INFO O| May 13 21:35:35.586 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42402025-05-13T21:35:36.258Z[ recovery-image] May 13 21:35:35.605 INFO O| May 13 21:35:35.605 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
42412025-05-13T21:35:36.282Z[ recovery-image] May 13 21:35:35.631 INFO O| May 13 21:35:35.630 INFO STEP 2 (remove_files) COMPLETE
42422025-05-13T21:35:36.282Z[ recovery-image] May 13 21:35:35.631 INFO O| May 13 21:35:35.631 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42432025-05-13T21:35:36.302Z[ recovery-image] May 13 21:35:35.651 INFO O| May 13 21:35:35.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
42442025-05-13T21:35:36.305Z[ recovery-image] May 13 21:35:35.654 INFO O| May 13 21:35:35.653 INFO STEP 3 (remove_files) COMPLETE
42452025-05-13T21:35:36.306Z[ recovery-image] May 13 21:35:35.654 INFO O| May 13 21:35:35.654 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42462025-05-13T21:35:36.323Z[ recovery-image] May 13 21:35:35.671 INFO O| May 13 21:35:35.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
42472025-05-13T21:35:36.329Z[ recovery-image] May 13 21:35:35.678 INFO O| May 13 21:35:35.678 INFO STEP 4 (remove_files) COMPLETE
42482025-05-13T21:35:36.334Z[ recovery-image] May 13 21:35:35.678 INFO O| May 13 21:35:35.678 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42492025-05-13T21:35:36.355Z[ recovery-image] May 13 21:35:35.703 INFO O| May 13 21:35:35.703 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
42502025-05-13T21:35:36.355Z[ recovery-image] May 13 21:35:35.703 INFO O| May 13 21:35:35.703 INFO STEP 5 (remove_files) COMPLETE
42512025-05-13T21:35:36.359Z[ recovery-image] May 13 21:35:35.703 INFO O| May 13 21:35:35.703 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42522025-05-13T21:35:36.374Z[ recovery-image] May 13 21:35:35.723 INFO O| May 13 21:35:35.723 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
42532025-05-13T21:35:36.395Z[ recovery-image] May 13 21:35:35.743 INFO O| May 13 21:35:35.743 INFO STEP 6 (remove_files) COMPLETE
42542025-05-13T21:35:36.395Z[ recovery-image] May 13 21:35:35.743 INFO O| May 13 21:35:35.743 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42552025-05-13T21:35:36.395Z[ recovery-image] May 13 21:35:35.743 INFO O| May 13 21:35:35.743 INFO skip step because feature "recovery" is enabled
42562025-05-13T21:35:36.395Z[ recovery-image] May 13 21:35:35.744 INFO O| May 13 21:35:35.743 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42572025-05-13T21:35:36.395Z[ recovery-image] May 13 21:35:35.744 INFO O| May 13 21:35:35.743 INFO skip step because feature "recovery" is enabled
42582025-05-13T21:35:36.399Z[ recovery-image] May 13 21:35:35.744 INFO O| May 13 21:35:35.743 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592025-05-13T21:35:36.399Z[ recovery-image] May 13 21:35:35.744 INFO O| May 13 21:35:35.743 INFO skip step because feature "recovery" is enabled
42602025-05-13T21:35:36.399Z[ recovery-image] May 13 21:35:35.744 INFO O| May 13 21:35:35.743 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42612025-05-13T21:35:36.419Z[ recovery-image] May 13 21:35:35.767 INFO O| May 13 21:35:35.767 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
42622025-05-13T21:35:36.425Z[ recovery-image] May 13 21:35:35.772 INFO O| May 13 21:35:35.772 INFO STEP 10 (remove_files) COMPLETE
42632025-05-13T21:35:36.425Z[ recovery-image] May 13 21:35:35.772 INFO O| May 13 21:35:35.772 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42642025-05-13T21:35:36.445Z[ recovery-image] May 13 21:35:35.794 INFO O| May 13 21:35:35.794 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
42652025-05-13T21:35:36.450Z[ recovery-image] May 13 21:35:35.796 INFO O| May 13 21:35:35.796 INFO STEP 11 (remove_files) COMPLETE
42662025-05-13T21:35:36.450Z[ recovery-image] May 13 21:35:35.796 INFO O| May 13 21:35:35.796 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42672025-05-13T21:35:36.467Z[ recovery-image] May 13 21:35:35.816 INFO O| May 13 21:35:35.816 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
42682025-05-13T21:35:36.471Z[ recovery-image] May 13 21:35:35.819 INFO O| May 13 21:35:35.819 INFO STEP 12 (remove_files) COMPLETE
42692025-05-13T21:35:36.471Z[ recovery-image] May 13 21:35:35.819 INFO O| May 13 21:35:35.819 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42702025-05-13T21:35:36.860Z[ recovery-image] May 13 21:35:36.208 INFO O| May 13 21:35:36.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
42712025-05-13T21:35:36.887Z[ recovery-image] May 13 21:35:36.236 INFO O| May 13 21:35:36.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
42722025-05-13T21:35:36.926Z[ recovery-image] May 13 21:35:36.275 INFO O| May 13 21:35:36.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
42732025-05-13T21:35:36.934Z[ recovery-image] May 13 21:35:36.283 INFO O| May 13 21:35:36.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
42742025-05-13T21:35:37.001Z[ recovery-image] May 13 21:35:36.349 INFO O| May 13 21:35:36.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
42752025-05-13T21:35:37.012Z[ recovery-image] May 13 21:35:36.360 INFO O| May 13 21:35:36.360 INFO STEP 13 (remove_files) COMPLETE
42762025-05-13T21:35:37.017Z[ recovery-image] May 13 21:35:36.360 INFO O| May 13 21:35:36.360 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42772025-05-13T21:35:37.031Z[ recovery-image] May 13 21:35:36.380 INFO O| May 13 21:35:36.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
42782025-05-13T21:35:37.034Z[ recovery-image] May 13 21:35:36.383 INFO O| May 13 21:35:36.383 INFO STEP 14 (remove_files) COMPLETE
42792025-05-13T21:35:37.034Z[ recovery-image] May 13 21:35:36.383 INFO O| May 13 21:35:36.383 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802025-05-13T21:35:37.052Z[ recovery-image] May 13 21:35:36.400 INFO O| May 13 21:35:36.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
42812025-05-13T21:35:37.063Z[ recovery-image] May 13 21:35:36.412 INFO O| May 13 21:35:36.412 INFO STEP 15 (remove_files) COMPLETE
42822025-05-13T21:35:37.063Z[ recovery-image] May 13 21:35:36.412 INFO O| May 13 21:35:36.412 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42832025-05-13T21:35:37.098Z[ recovery-image] May 13 21:35:36.447 INFO O| May 13 21:35:36.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
42842025-05-13T21:35:37.101Z[ recovery-image] May 13 21:35:36.447 INFO O| May 13 21:35:36.447 INFO STEP 16 (remove_files) COMPLETE
42852025-05-13T21:35:37.101Z[ recovery-image] May 13 21:35:36.447 INFO O| May 13 21:35:36.447 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42862025-05-13T21:35:37.118Z[ recovery-image] May 13 21:35:36.466 INFO O| May 13 21:35:36.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
42872025-05-13T21:35:37.121Z[ recovery-image] May 13 21:35:36.468 INFO O| May 13 21:35:36.468 INFO STEP 17 (remove_files) COMPLETE
42882025-05-13T21:35:37.122Z[ recovery-image] May 13 21:35:36.469 INFO O| May 13 21:35:36.468 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42892025-05-13T21:35:37.141Z[ recovery-image] May 13 21:35:36.487 INFO O| May 13 21:35:36.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
42902025-05-13T21:35:37.145Z[ recovery-image] May 13 21:35:36.487 INFO O| May 13 21:35:36.487 INFO STEP 18 (remove_files) COMPLETE
42912025-05-13T21:35:37.145Z[ recovery-image] May 13 21:35:36.487 INFO O| May 13 21:35:36.487 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42922025-05-13T21:35:37.156Z[ recovery-image] May 13 21:35:36.505 INFO O| May 13 21:35:36.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
42932025-05-13T21:35:37.156Z[ recovery-image] May 13 21:35:36.505 INFO O| May 13 21:35:36.505 INFO STEP 19 (remove_files) COMPLETE
42942025-05-13T21:35:37.156Z[ recovery-image] May 13 21:35:36.505 INFO O| May 13 21:35:36.505 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42952025-05-13T21:35:37.176Z[ recovery-image] May 13 21:35:36.522 INFO O| May 13 21:35:36.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42962025-05-13T21:35:37.176Z[ recovery-image] May 13 21:35:36.522 INFO O| May 13 21:35:36.522 INFO STEP 20 (remove_files) COMPLETE
42972025-05-13T21:35:37.176Z[ recovery-image] May 13 21:35:36.522 INFO O| May 13 21:35:36.522 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42982025-05-13T21:35:37.191Z[ recovery-image] May 13 21:35:36.539 INFO O| May 13 21:35:36.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
42992025-05-13T21:35:37.191Z[ recovery-image] May 13 21:35:36.539 INFO O| May 13 21:35:36.539 INFO STEP 21 (remove_files) COMPLETE
43002025-05-13T21:35:37.191Z[ recovery-image] May 13 21:35:36.539 INFO O| May 13 21:35:36.539 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43012025-05-13T21:35:37.214Z[ recovery-image] May 13 21:35:36.563 INFO O| May 13 21:35:36.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
43022025-05-13T21:35:37.214Z[ recovery-image] May 13 21:35:36.563 INFO O| May 13 21:35:36.563 INFO STEP 22 (remove_files) COMPLETE
43032025-05-13T21:35:37.218Z[ recovery-image] May 13 21:35:36.563 INFO O| May 13 21:35:36.563 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43042025-05-13T21:35:37.270Z[ recovery-image] May 13 21:35:36.618 INFO O| May 13 21:35:36.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
43052025-05-13T21:35:37.270Z[ recovery-image] May 13 21:35:36.618 INFO O| May 13 21:35:36.618 INFO STEP 23 (remove_files) COMPLETE
43062025-05-13T21:35:37.270Z[ recovery-image] May 13 21:35:36.618 INFO O| May 13 21:35:36.618 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43072025-05-13T21:35:37.330Z[ recovery-image] May 13 21:35:36.679 INFO O| May 13 21:35:36.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
43082025-05-13T21:35:37.331Z[ recovery-image] May 13 21:35:36.679 INFO O| May 13 21:35:36.679 INFO STEP 24 (remove_files) COMPLETE
43092025-05-13T21:35:37.334Z[ recovery-image] May 13 21:35:36.679 INFO O| May 13 21:35:36.679 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43102025-05-13T21:35:37.349Z[ recovery-image] May 13 21:35:36.698 INFO O| May 13 21:35:36.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
43112025-05-13T21:35:37.349Z[ recovery-image] May 13 21:35:36.698 INFO O| May 13 21:35:36.698 INFO STEP 25 (remove_files) COMPLETE
43122025-05-13T21:35:37.349Z[ recovery-image] May 13 21:35:36.698 INFO O| May 13 21:35:36.698 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43132025-05-13T21:35:37.385Z[ recovery-image] May 13 21:35:36.733 INFO O| May 13 21:35:36.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
43142025-05-13T21:35:37.385Z[ recovery-image] May 13 21:35:36.733 INFO O| May 13 21:35:36.733 INFO STEP 26 (remove_files) COMPLETE
43152025-05-13T21:35:37.385Z[ recovery-image] May 13 21:35:36.733 INFO O| May 13 21:35:36.733 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43162025-05-13T21:35:37.403Z[ recovery-image] May 13 21:35:36.752 INFO O| May 13 21:35:36.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
43172025-05-13T21:35:37.403Z[ recovery-image] May 13 21:35:36.752 INFO O| May 13 21:35:36.752 INFO STEP 27 (remove_files) COMPLETE
43182025-05-13T21:35:37.403Z[ recovery-image] May 13 21:35:36.752 INFO O| May 13 21:35:36.752 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43192025-05-13T21:35:37.422Z[ recovery-image] May 13 21:35:36.769 INFO O| May 13 21:35:36.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
43202025-05-13T21:35:37.422Z[ recovery-image] May 13 21:35:36.769 INFO O| May 13 21:35:36.769 INFO STEP 28 (remove_files) COMPLETE
43212025-05-13T21:35:37.422Z[ recovery-image] May 13 21:35:36.769 INFO O| May 13 21:35:36.769 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43222025-05-13T21:35:37.441Z[ recovery-image] May 13 21:35:36.787 INFO O| May 13 21:35:36.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
43232025-05-13T21:35:37.441Z[ recovery-image] May 13 21:35:36.787 INFO O| May 13 21:35:36.787 INFO STEP 29 (remove_files) COMPLETE
43242025-05-13T21:35:37.441Z[ recovery-image] May 13 21:35:36.787 INFO O| May 13 21:35:36.787 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43252025-05-13T21:35:37.457Z[ recovery-image] May 13 21:35:36.805 INFO O| May 13 21:35:36.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
43262025-05-13T21:35:37.457Z[ recovery-image] May 13 21:35:36.805 INFO O| May 13 21:35:36.805 INFO STEP 30 (remove_files) COMPLETE
43272025-05-13T21:35:37.457Z[ recovery-image] May 13 21:35:36.805 INFO O| May 13 21:35:36.805 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43282025-05-13T21:35:37.474Z[ recovery-image] May 13 21:35:36.822 INFO O| May 13 21:35:36.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
43292025-05-13T21:35:37.474Z[ recovery-image] May 13 21:35:36.823 INFO O| May 13 21:35:36.823 INFO STEP 31 (remove_files) COMPLETE
43302025-05-13T21:35:37.474Z[ recovery-image] May 13 21:35:36.823 INFO O| May 13 21:35:36.823 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43312025-05-13T21:35:37.491Z[ recovery-image] May 13 21:35:36.840 INFO O| May 13 21:35:36.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
43322025-05-13T21:35:37.491Z[ recovery-image] May 13 21:35:36.840 INFO O| May 13 21:35:36.840 INFO STEP 32 (remove_files) COMPLETE
43332025-05-13T21:35:37.491Z[ recovery-image] May 13 21:35:36.840 INFO O| May 13 21:35:36.840 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43342025-05-13T21:35:37.508Z[ recovery-image] May 13 21:35:36.857 INFO O| May 13 21:35:36.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
43352025-05-13T21:35:37.513Z[ recovery-image] May 13 21:35:36.857 INFO O| May 13 21:35:36.857 INFO STEP 33 (remove_files) COMPLETE
43362025-05-13T21:35:37.513Z[ recovery-image] May 13 21:35:36.858 INFO O| May 13 21:35:36.857 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43372025-05-13T21:35:37.548Z[ recovery-image] May 13 21:35:36.897 INFO O| May 13 21:35:36.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
43382025-05-13T21:35:37.554Z[ recovery-image] May 13 21:35:36.897 INFO O| May 13 21:35:36.897 INFO STEP 34 (remove_files) COMPLETE
43392025-05-13T21:35:37.554Z[ recovery-image] May 13 21:35:36.897 INFO O| May 13 21:35:36.897 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43402025-05-13T21:35:37.568Z[ recovery-image] May 13 21:35:36.917 INFO O| May 13 21:35:36.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
43412025-05-13T21:35:37.574Z[ recovery-image] May 13 21:35:36.917 INFO O| May 13 21:35:36.917 INFO STEP 35 (remove_files) COMPLETE
43422025-05-13T21:35:37.574Z[ recovery-image] May 13 21:35:36.917 INFO O| May 13 21:35:36.917 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43432025-05-13T21:35:37.586Z[ recovery-image] May 13 21:35:36.935 INFO O| May 13 21:35:36.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
43442025-05-13T21:35:37.589Z[ recovery-image] May 13 21:35:36.935 INFO O| May 13 21:35:36.935 INFO STEP 36 (remove_files) COMPLETE
43452025-05-13T21:35:37.589Z[ recovery-image] May 13 21:35:36.935 INFO O| May 13 21:35:36.935 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43462025-05-13T21:35:37.605Z[ recovery-image] May 13 21:35:36.953 INFO O| May 13 21:35:36.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
43472025-05-13T21:35:37.605Z[ recovery-image] May 13 21:35:36.954 INFO O| May 13 21:35:36.953 INFO STEP 37 (remove_files) COMPLETE
43482025-05-13T21:35:37.611Z[ recovery-image] May 13 21:35:36.954 INFO O| May 13 21:35:36.953 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43492025-05-13T21:35:37.648Z[ recovery-image] May 13 21:35:36.996 INFO O| May 13 21:35:36.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
43502025-05-13T21:35:37.648Z[ recovery-image] May 13 21:35:36.997 INFO O| May 13 21:35:36.997 INFO STEP 38 (remove_files) COMPLETE
43512025-05-13T21:35:37.649Z[ recovery-image] May 13 21:35:36.997 INFO O| May 13 21:35:36.997 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43522025-05-13T21:35:37.667Z[ recovery-image] May 13 21:35:37.016 INFO O| May 13 21:35:37.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
43532025-05-13T21:35:37.667Z[ recovery-image] May 13 21:35:37.016 INFO O| May 13 21:35:37.016 INFO STEP 39 (remove_files) COMPLETE
43542025-05-13T21:35:37.671Z[ recovery-image] May 13 21:35:37.016 INFO O| May 13 21:35:37.016 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43552025-05-13T21:35:37.686Z[ recovery-image] May 13 21:35:37.034 INFO O| May 13 21:35:37.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
43562025-05-13T21:35:37.691Z[ recovery-image] May 13 21:35:37.034 INFO O| May 13 21:35:37.034 INFO STEP 40 (remove_files) COMPLETE
43572025-05-13T21:35:37.691Z[ recovery-image] May 13 21:35:37.034 INFO O| May 13 21:35:37.034 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43582025-05-13T21:35:37.727Z[ recovery-image] May 13 21:35:37.076 INFO O| May 13 21:35:37.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
43592025-05-13T21:35:37.727Z[ recovery-image] May 13 21:35:37.076 INFO O| May 13 21:35:37.076 INFO STEP 41 (remove_files) COMPLETE
43602025-05-13T21:35:37.730Z[ recovery-image] May 13 21:35:37.076 INFO O| May 13 21:35:37.076 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43612025-05-13T21:35:37.788Z[ recovery-image] May 13 21:35:37.136 INFO O| May 13 21:35:37.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
43622025-05-13T21:35:37.788Z[ recovery-image] May 13 21:35:37.137 INFO O| May 13 21:35:37.137 INFO STEP 42 (remove_files) COMPLETE
43632025-05-13T21:35:37.788Z[ recovery-image] May 13 21:35:37.137 INFO O| May 13 21:35:37.137 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43642025-05-13T21:35:37.806Z[ recovery-image] May 13 21:35:37.154 INFO O| May 13 21:35:37.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
43652025-05-13T21:35:37.806Z[ recovery-image] May 13 21:35:37.154 INFO O| May 13 21:35:37.154 INFO STEP 43 (remove_files) COMPLETE
43662025-05-13T21:35:37.809Z[ recovery-image] May 13 21:35:37.154 INFO O| May 13 21:35:37.154 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43672025-05-13T21:35:37.866Z[ recovery-image] May 13 21:35:37.214 INFO O| May 13 21:35:37.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
43682025-05-13T21:35:37.869Z[ recovery-image] May 13 21:35:37.215 INFO O| May 13 21:35:37.214 INFO STEP 44 (remove_files) COMPLETE
43692025-05-13T21:35:37.869Z[ recovery-image] May 13 21:35:37.215 INFO O| May 13 21:35:37.215 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43702025-05-13T21:35:37.888Z[ recovery-image] May 13 21:35:37.235 INFO O| May 13 21:35:37.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
43712025-05-13T21:35:37.892Z[ recovery-image] May 13 21:35:37.235 INFO O| May 13 21:35:37.235 INFO STEP 45 (remove_files) COMPLETE
43722025-05-13T21:35:37.892Z[ recovery-image] May 13 21:35:37.235 INFO O| May 13 21:35:37.235 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43732025-05-13T21:35:37.962Z[ recovery-image] May 13 21:35:37.310 INFO O| May 13 21:35:37.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
43742025-05-13T21:35:37.965Z[ recovery-image] May 13 21:35:37.310 INFO O| May 13 21:35:37.310 INFO STEP 46 (remove_files) COMPLETE
43752025-05-13T21:35:37.965Z[ recovery-image] May 13 21:35:37.310 INFO O| May 13 21:35:37.310 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43762025-05-13T21:35:37.982Z[ recovery-image] May 13 21:35:37.330 INFO O| May 13 21:35:37.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
43772025-05-13T21:35:37.985Z[ recovery-image] May 13 21:35:37.331 INFO O| May 13 21:35:37.331 INFO STEP 47 (remove_files) COMPLETE
43782025-05-13T21:35:37.985Z[ recovery-image] May 13 21:35:37.331 INFO O| May 13 21:35:37.331 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43792025-05-13T21:35:38.001Z[ recovery-image] May 13 21:35:37.349 INFO O| May 13 21:35:37.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
43802025-05-13T21:35:38.005Z[ recovery-image] May 13 21:35:37.349 INFO O| May 13 21:35:37.349 INFO STEP 48 (remove_files) COMPLETE
43812025-05-13T21:35:38.005Z[ recovery-image] May 13 21:35:37.350 INFO O| May 13 21:35:37.349 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43822025-05-13T21:35:38.018Z[ recovery-image] May 13 21:35:37.367 INFO O| May 13 21:35:37.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
43832025-05-13T21:35:38.021Z[ recovery-image] May 13 21:35:37.367 INFO O| May 13 21:35:37.367 INFO STEP 49 (remove_files) COMPLETE
43842025-05-13T21:35:38.022Z[ recovery-image] May 13 21:35:37.368 INFO O| May 13 21:35:37.367 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43852025-05-13T21:35:38.036Z[ recovery-image] May 13 21:35:37.385 INFO O| May 13 21:35:37.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
43862025-05-13T21:35:38.039Z[ recovery-image] May 13 21:35:37.385 INFO O| May 13 21:35:37.385 INFO STEP 50 (remove_files) COMPLETE
43872025-05-13T21:35:38.039Z[ recovery-image] May 13 21:35:37.385 INFO O| May 13 21:35:37.385 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43882025-05-13T21:35:38.053Z[ recovery-image] May 13 21:35:37.402 INFO O| May 13 21:35:37.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
43892025-05-13T21:35:38.056Z[ recovery-image] May 13 21:35:37.403 INFO O| May 13 21:35:37.402 INFO STEP 51 (remove_files) COMPLETE
43902025-05-13T21:35:38.057Z[ recovery-image] May 13 21:35:37.403 INFO O| May 13 21:35:37.403 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43912025-05-13T21:35:38.072Z[ recovery-image] May 13 21:35:37.420 INFO O| May 13 21:35:37.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
43922025-05-13T21:35:38.076Z[ recovery-image] May 13 21:35:37.421 INFO O| May 13 21:35:37.420 INFO STEP 52 (remove_files) COMPLETE
43932025-05-13T21:35:38.076Z[ recovery-image] May 13 21:35:37.421 INFO O| May 13 21:35:37.421 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43942025-05-13T21:35:38.091Z[ recovery-image] May 13 21:35:37.438 INFO O| May 13 21:35:37.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43952025-05-13T21:35:38.095Z[ recovery-image] May 13 21:35:37.438 INFO O| May 13 21:35:37.438 INFO STEP 53 (remove_files) COMPLETE
43962025-05-13T21:35:38.095Z[ recovery-image] May 13 21:35:37.438 INFO O| May 13 21:35:37.438 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43972025-05-13T21:35:38.106Z[ recovery-image] May 13 21:35:37.455 INFO O| May 13 21:35:37.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43982025-05-13T21:35:38.110Z[ recovery-image] May 13 21:35:37.456 INFO O| May 13 21:35:37.455 INFO STEP 54 (remove_files) COMPLETE
43992025-05-13T21:35:38.110Z[ recovery-image] May 13 21:35:37.456 INFO O| May 13 21:35:37.456 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44002025-05-13T21:35:38.150Z[ recovery-image] May 13 21:35:37.473 INFO O| May 13 21:35:37.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
44012025-05-13T21:35:38.156Z[ recovery-image] May 13 21:35:37.473 INFO O| May 13 21:35:37.473 INFO STEP 55 (remove_files) COMPLETE
44022025-05-13T21:35:38.156Z[ recovery-image] May 13 21:35:37.473 INFO O| May 13 21:35:37.473 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44032025-05-13T21:35:38.156Z[ recovery-image] May 13 21:35:37.491 INFO O| May 13 21:35:37.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
44042025-05-13T21:35:38.156Z[ recovery-image] May 13 21:35:37.491 INFO O| May 13 21:35:37.491 INFO STEP 56 (remove_files) COMPLETE
44052025-05-13T21:35:38.156Z[ recovery-image] May 13 21:35:37.491 INFO O| May 13 21:35:37.491 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44062025-05-13T21:35:38.162Z[ recovery-image] May 13 21:35:37.509 INFO O| May 13 21:35:37.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
44072025-05-13T21:35:38.167Z[ recovery-image] May 13 21:35:37.509 INFO O| May 13 21:35:37.509 INFO STEP 57 (remove_files) COMPLETE
44082025-05-13T21:35:38.167Z[ recovery-image] May 13 21:35:37.509 INFO O| May 13 21:35:37.509 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44092025-05-13T21:35:38.178Z[ recovery-image] May 13 21:35:37.527 INFO O| May 13 21:35:37.527 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
44102025-05-13T21:35:38.182Z[ recovery-image] May 13 21:35:37.527 INFO O| May 13 21:35:37.527 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
44112025-05-13T21:35:38.182Z[ recovery-image] May 13 21:35:37.528 INFO O| May 13 21:35:37.527 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44122025-05-13T21:35:38.183Z[ recovery-image] May 13 21:35:37.528 INFO O| May 13 21:35:37.528 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44132025-05-13T21:35:38.183Z[ recovery-image] May 13 21:35:37.528 INFO O| May 13 21:35:37.528 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44142025-05-13T21:35:38.183Z[ recovery-image] May 13 21:35:37.528 INFO O| May 13 21:35:37.528 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44152025-05-13T21:35:38.183Z[ recovery-image] May 13 21:35:37.528 INFO O| May 13 21:35:37.528 INFO ok!
44162025-05-13T21:35:38.183Z[ recovery-image] May 13 21:35:37.529 INFO O| May 13 21:35:37.529 INFO STEP 58 (ensure_file) COMPLETE
44172025-05-13T21:35:38.183Z[ recovery-image] May 13 21:35:37.529 INFO O| May 13 21:35:37.529 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44182025-05-13T21:35:38.206Z[ recovery-image] May 13 21:35:37.555 INFO O| May 13 21:35:37.555 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
44192025-05-13T21:35:38.212Z[ recovery-image] May 13 21:35:37.555 INFO O| May 13 21:35:37.555 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
44202025-05-13T21:35:38.212Z[ recovery-image] May 13 21:35:37.556 INFO O| May 13 21:35:37.556 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44212025-05-13T21:35:38.212Z[ recovery-image] May 13 21:35:37.556 INFO O| May 13 21:35:37.556 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44222025-05-13T21:35:38.212Z[ recovery-image] May 13 21:35:37.556 INFO O| May 13 21:35:37.556 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44232025-05-13T21:35:38.212Z[ recovery-image] May 13 21:35:37.556 INFO O| May 13 21:35:37.556 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44242025-05-13T21:35:38.212Z[ recovery-image] May 13 21:35:37.556 INFO O| May 13 21:35:37.556 INFO ok!
44252025-05-13T21:35:38.212Z[ recovery-image] May 13 21:35:37.556 INFO O| May 13 21:35:37.556 INFO STEP 59 (ensure_file) COMPLETE
44262025-05-13T21:35:38.212Z[ recovery-image] May 13 21:35:37.556 INFO O| May 13 21:35:37.556 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44272025-05-13T21:35:38.225Z[ recovery-image] May 13 21:35:37.574 INFO O| May 13 21:35:37.574 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
44282025-05-13T21:35:38.225Z[ recovery-image] May 13 21:35:37.574 INFO O| May 13 21:35:37.574 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
44292025-05-13T21:35:38.229Z[ recovery-image] May 13 21:35:37.574 INFO O| May 13 21:35:37.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
44302025-05-13T21:35:38.229Z[ recovery-image] May 13 21:35:37.574 INFO O| May 13 21:35:37.574 INFO ok!
44312025-05-13T21:35:38.230Z[ recovery-image] May 13 21:35:37.574 INFO O| May 13 21:35:37.574 INFO STEP 60 (ensure_file) COMPLETE
44322025-05-13T21:35:38.230Z[ recovery-image] May 13 21:35:37.574 INFO O| May 13 21:35:37.574 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44332025-05-13T21:35:38.243Z[ recovery-image] May 13 21:35:37.590 INFO O| May 13 21:35:37.590 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
44342025-05-13T21:35:38.243Z[ recovery-image] May 13 21:35:37.590 INFO O| May 13 21:35:37.590 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
44352025-05-13T21:35:38.248Z[ recovery-image] May 13 21:35:37.591 INFO O| May 13 21:35:37.591 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
44362025-05-13T21:35:38.248Z[ recovery-image] May 13 21:35:37.591 INFO O| May 13 21:35:37.591 INFO ok!
44372025-05-13T21:35:38.248Z[ recovery-image] May 13 21:35:37.591 INFO O| May 13 21:35:37.591 INFO STEP 61 (ensure_file) COMPLETE
44382025-05-13T21:35:38.248Z[ recovery-image] May 13 21:35:37.591 INFO O| May 13 21:35:37.591 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44392025-05-13T21:35:38.258Z[ recovery-image] May 13 21:35:37.606 INFO O| May 13 21:35:37.606 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
44402025-05-13T21:35:38.258Z[ recovery-image] May 13 21:35:37.606 INFO O| May 13 21:35:37.606 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
44412025-05-13T21:35:38.261Z[ recovery-image] May 13 21:35:37.606 INFO O| May 13 21:35:37.606 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44422025-05-13T21:35:38.261Z[ recovery-image] May 13 21:35:37.607 INFO O| May 13 21:35:37.607 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44432025-05-13T21:35:38.261Z[ recovery-image] May 13 21:35:37.607 INFO O| May 13 21:35:37.607 INFO ok!
44442025-05-13T21:35:38.261Z[ recovery-image] May 13 21:35:37.607 INFO O| May 13 21:35:37.607 INFO STEP 62 (ensure_file) COMPLETE
44452025-05-13T21:35:38.261Z[ recovery-image] May 13 21:35:37.607 INFO O| May 13 21:35:37.607 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44462025-05-13T21:35:38.273Z[ recovery-image] May 13 21:35:37.621 INFO O| May 13 21:35:37.621 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
44472025-05-13T21:35:38.273Z[ recovery-image] May 13 21:35:37.621 INFO O| May 13 21:35:37.621 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
44482025-05-13T21:35:38.278Z[ recovery-image] May 13 21:35:37.621 INFO O| May 13 21:35:37.621 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44492025-05-13T21:35:38.278Z[ recovery-image] May 13 21:35:37.621 INFO O| May 13 21:35:37.621 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44502025-05-13T21:35:38.278Z[ recovery-image] May 13 21:35:37.621 INFO O| May 13 21:35:37.621 INFO ok!
44512025-05-13T21:35:38.278Z[ recovery-image] May 13 21:35:37.621 INFO O| May 13 21:35:37.621 INFO STEP 63 (ensure_file) COMPLETE
44522025-05-13T21:35:38.278Z[ recovery-image] May 13 21:35:37.621 INFO O| May 13 21:35:37.621 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44532025-05-13T21:35:38.287Z[ recovery-image] May 13 21:35:37.635 INFO O| May 13 21:35:37.635 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
44542025-05-13T21:35:38.287Z[ recovery-image] May 13 21:35:37.635 INFO O| May 13 21:35:37.635 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
44552025-05-13T21:35:38.287Z[ recovery-image] May 13 21:35:37.635 INFO O| May 13 21:35:37.635 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
44562025-05-13T21:35:38.288Z[ recovery-image] May 13 21:35:37.635 INFO O| May 13 21:35:37.635 INFO ok!
44572025-05-13T21:35:38.291Z[ recovery-image] May 13 21:35:37.636 INFO O| May 13 21:35:37.635 INFO STEP 64 (assemble_files) COMPLETE
44582025-05-13T21:35:38.291Z[ recovery-image] May 13 21:35:37.636 INFO O| May 13 21:35:37.636 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44592025-05-13T21:35:38.304Z[ recovery-image] May 13 21:35:37.650 INFO O| May 13 21:35:37.650 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
44602025-05-13T21:35:38.304Z[ recovery-image] May 13 21:35:37.650 INFO O| May 13 21:35:37.650 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
44612025-05-13T21:35:38.310Z[ recovery-image] May 13 21:35:37.651 INFO O| May 13 21:35:37.650 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44622025-05-13T21:35:38.310Z[ recovery-image] May 13 21:35:37.651 INFO O| May 13 21:35:37.651 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44632025-05-13T21:35:38.310Z[ recovery-image] May 13 21:35:37.651 INFO O| May 13 21:35:37.651 INFO ok!
44642025-05-13T21:35:38.310Z[ recovery-image] May 13 21:35:37.651 INFO O| May 13 21:35:37.651 INFO STEP 65 (ensure_file) COMPLETE
44652025-05-13T21:35:38.310Z[ recovery-image] May 13 21:35:37.651 INFO O| May 13 21:35:37.651 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44662025-05-13T21:35:38.310Z[ recovery-image] May 13 21:35:37.651 INFO O| May 13 21:35:37.651 INFO skip step because feature "omicron1" is not enabled
44672025-05-13T21:35:38.310Z[ recovery-image] May 13 21:35:37.651 INFO O| May 13 21:35:37.651 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44682025-05-13T21:35:38.310Z[ recovery-image] May 13 21:35:37.651 INFO O| May 13 21:35:37.651 INFO skip step because feature "omicron1" is not enabled
44692025-05-13T21:35:38.310Z[ recovery-image] May 13 21:35:37.651 INFO O| May 13 21:35:37.651 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44702025-05-13T21:35:38.310Z[ recovery-image] May 13 21:35:37.651 INFO O| May 13 21:35:37.651 INFO skip step because feature "omicron1" is not enabled
44712025-05-13T21:35:38.310Z[ recovery-image] May 13 21:35:37.651 INFO O| May 13 21:35:37.651 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44722025-05-13T21:35:38.327Z[ recovery-image] May 13 21:35:37.675 INFO O| May 13 21:35:37.674 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
44732025-05-13T21:35:38.327Z[ recovery-image] May 13 21:35:37.675 INFO O| May 13 21:35:37.675 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
44742025-05-13T21:35:41.187Z[ recovery-image] May 13 21:35:40.535 INFO O| May 13 21:35:40.535 INFO STEP 69 (pack_tar) COMPLETE
44752025-05-13T21:35:41.187Z[ recovery-image] May 13 21:35:40.535 INFO O| May 13 21:35:40.535 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44762025-05-13T21:35:41.190Z[ recovery-image] May 13 21:35:40.535 INFO O| May 13 21:35:40.535 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44772025-05-13T21:35:41.505Z[ recovery-image] May 13 21:35:40.853 INFO O| May 13 21:35:40.852 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
44782025-05-13T21:35:41.639Z[ recovery-image] May 13 21:35:40.988 INFO O| May 13 21:35:40.988 INFO completed processing gimlet/ramdisk-02-trim
44792025-05-13T21:35:41.645Z[ recovery-image] May 13 21:35:40.991 INFO image builder template: ramdisk-03-recovery-trim...
44802025-05-13T21:35:41.645Z[ recovery-image] May 13 21:35:40.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", "-E", "/tmp/.tmpE4aPjC/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
44812025-05-13T21:35:41.863Z[ recovery-image] May 13 21:35:41.198 INFO O| May 13 21:35:41.198 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44822025-05-13T21:35:41.877Z[ recovery-image] May 13 21:35:41.219 INFO O| May 13 21:35:41.219 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44832025-05-13T21:35:41.992Z[ recovery-image] May 13 21:35:41.339 INFO O| May 13 21:35:41.339 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
44842025-05-13T21:35:42.091Z[ recovery-image] May 13 21:35:41.438 INFO O| May 13 21:35:41.438 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44852025-05-13T21:35:42.091Z[ recovery-image] May 13 21:35:41.438 INFO O| May 13 21:35:41.438 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
44862025-05-13T21:35:42.145Z[ recovery-image] May 13 21:35:41.490 INFO O| May 13 21:35:41.490 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
44872025-05-13T21:35:42.172Z[ recovery-image] May 13 21:35:41.520 INFO O| May 13 21:35:41.520 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44882025-05-13T21:35:42.198Z[ recovery-image] May 13 21:35:41.546 INFO O| May 13 21:35:41.546 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44892025-05-13T21:35:42.680Z[ recovery-image] May 13 21:35:42.016 INFO O| May 13 21:35:42.016 INFO rolled back to input snapshot; work may begin
44902025-05-13T21:35:42.680Z[ recovery-image] May 13 21:35:42.016 INFO O| May 13 21:35:42.016 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44912025-05-13T21:35:42.689Z[ recovery-image] May 13 21:35:42.038 INFO O| May 13 21:35:42.038 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922025-05-13T21:35:42.722Z[ recovery-image] May 13 21:35:42.070 INFO O| May 13 21:35:42.070 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44932025-05-13T21:35:42.762Z[ recovery-image] May 13 21:35:42.110 INFO O| May 13 21:35:42.110 INFO STEP 0 (remove_files) COMPLETE
44942025-05-13T21:35:42.762Z[ recovery-image] May 13 21:35:42.110 INFO O| May 13 21:35:42.110 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952025-05-13T21:35:42.780Z[ recovery-image] May 13 21:35:42.128 INFO O| May 13 21:35:42.128 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44962025-05-13T21:35:42.872Z[ recovery-image] May 13 21:35:42.218 INFO O| May 13 21:35:42.217 INFO STEP 1 (remove_files) COMPLETE
44972025-05-13T21:35:42.872Z[ recovery-image] May 13 21:35:42.218 INFO O| May 13 21:35:42.217 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982025-05-13T21:35:42.913Z[ recovery-image] May 13 21:35:42.261 INFO O| May 13 21:35:42.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44992025-05-13T21:35:42.959Z[ recovery-image] May 13 21:35:42.306 INFO O| May 13 21:35:42.306 INFO STEP 2 (remove_files) COMPLETE
45002025-05-13T21:35:42.959Z[ recovery-image] May 13 21:35:42.307 INFO O| May 13 21:35:42.306 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012025-05-13T21:35:42.996Z[ recovery-image] May 13 21:35:42.344 INFO O| May 13 21:35:42.344 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
45022025-05-13T21:35:43.148Z[ recovery-image] May 13 21:35:42.495 INFO O| May 13 21:35:42.494 INFO STEP 3 (remove_files) COMPLETE
45032025-05-13T21:35:43.148Z[ recovery-image] May 13 21:35:42.495 INFO O| May 13 21:35:42.495 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042025-05-13T21:35:43.180Z[ recovery-image] May 13 21:35:42.526 INFO O| May 13 21:35:42.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
45052025-05-13T21:35:43.432Z[ recovery-image] May 13 21:35:42.778 INFO O| May 13 21:35:42.777 INFO STEP 4 (remove_files) COMPLETE
45062025-05-13T21:35:43.432Z[ recovery-image] May 13 21:35:42.778 INFO O| May 13 21:35:42.777 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072025-05-13T21:35:43.468Z[ recovery-image] May 13 21:35:42.816 INFO O| May 13 21:35:42.816 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
45082025-05-13T21:35:43.498Z[ recovery-image] May 13 21:35:42.846 INFO O| May 13 21:35:42.846 INFO STEP 5 (remove_files) COMPLETE
45092025-05-13T21:35:43.498Z[ recovery-image] May 13 21:35:42.846 INFO O| May 13 21:35:42.846 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102025-05-13T21:35:43.554Z[ recovery-image] May 13 21:35:42.901 INFO O| May 13 21:35:42.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
45112025-05-13T21:35:43.580Z[ recovery-image] May 13 21:35:42.927 INFO O| May 13 21:35:42.927 INFO STEP 6 (remove_files) COMPLETE
45122025-05-13T21:35:43.580Z[ recovery-image] May 13 21:35:42.927 INFO O| May 13 21:35:42.927 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132025-05-13T21:35:43.598Z[ recovery-image] May 13 21:35:42.946 INFO O| May 13 21:35:42.946 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
45142025-05-13T21:35:43.695Z[ recovery-image] May 13 21:35:43.044 INFO O| May 13 21:35:43.044 INFO STEP 7 (remove_files) COMPLETE
45152025-05-13T21:35:43.695Z[ recovery-image] May 13 21:35:43.044 INFO O| May 13 21:35:43.044 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162025-05-13T21:35:43.716Z[ recovery-image] May 13 21:35:43.064 INFO O| May 13 21:35:43.064 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
45172025-05-13T21:35:43.721Z[ recovery-image] May 13 21:35:43.065 INFO O| May 13 21:35:43.065 INFO STEP 8 (remove_files) COMPLETE
45182025-05-13T21:35:43.721Z[ recovery-image] May 13 21:35:43.065 INFO O| May 13 21:35:43.065 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192025-05-13T21:35:43.736Z[ recovery-image] May 13 21:35:43.084 INFO O| May 13 21:35:43.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
45202025-05-13T21:35:43.750Z[ recovery-image] May 13 21:35:43.098 INFO O| May 13 21:35:43.098 INFO STEP 9 (remove_files) COMPLETE
45212025-05-13T21:35:43.750Z[ recovery-image] May 13 21:35:43.098 INFO O| May 13 21:35:43.098 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222025-05-13T21:35:43.782Z[ recovery-image] May 13 21:35:43.130 INFO O| May 13 21:35:43.130 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
45232025-05-13T21:35:43.859Z[ recovery-image] May 13 21:35:43.207 INFO O| May 13 21:35:43.207 INFO STEP 10 (remove_files) COMPLETE
45242025-05-13T21:35:43.859Z[ recovery-image] May 13 21:35:43.207 INFO O| May 13 21:35:43.207 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252025-05-13T21:35:43.916Z[ recovery-image] May 13 21:35:43.248 INFO O| May 13 21:35:43.248 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
45262025-05-13T21:35:43.929Z[ recovery-image] May 13 21:35:43.274 INFO O| May 13 21:35:43.274 INFO STEP 11 (remove_files) COMPLETE
45272025-05-13T21:35:43.930Z[ recovery-image] May 13 21:35:43.275 INFO O| May 13 21:35:43.274 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282025-05-13T21:35:43.986Z[ recovery-image] May 13 21:35:43.334 INFO O| May 13 21:35:43.334 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
45292025-05-13T21:35:44.009Z[ recovery-image] May 13 21:35:43.357 INFO O| May 13 21:35:43.357 INFO STEP 12 (remove_files) COMPLETE
45302025-05-13T21:35:44.013Z[ recovery-image] May 13 21:35:43.358 INFO O| May 13 21:35:43.357 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312025-05-13T21:35:44.065Z[ recovery-image] May 13 21:35:43.412 INFO O| May 13 21:35:43.412 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
45322025-05-13T21:35:44.069Z[ recovery-image] May 13 21:35:43.413 INFO O| May 13 21:35:43.413 INFO STEP 13 (remove_files) COMPLETE
45332025-05-13T21:35:44.069Z[ recovery-image] May 13 21:35:43.413 INFO O| May 13 21:35:43.413 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342025-05-13T21:35:44.128Z[ recovery-image] May 13 21:35:43.476 INFO O| May 13 21:35:43.476 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
45352025-05-13T21:35:44.155Z[ recovery-image] May 13 21:35:43.502 INFO O| May 13 21:35:43.502 INFO STEP 14 (remove_files) COMPLETE
45362025-05-13T21:35:44.155Z[ recovery-image] May 13 21:35:43.502 INFO O| May 13 21:35:43.502 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372025-05-13T21:35:44.214Z[ recovery-image] May 13 21:35:43.560 INFO O| May 13 21:35:43.560 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
45382025-05-13T21:35:44.340Z[ recovery-image] May 13 21:35:43.688 INFO O| May 13 21:35:43.688 INFO STEP 15 (remove_files) COMPLETE
45392025-05-13T21:35:44.340Z[ recovery-image] May 13 21:35:43.688 INFO O| May 13 21:35:43.688 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402025-05-13T21:35:44.378Z[ recovery-image] May 13 21:35:43.726 INFO O| May 13 21:35:43.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
45412025-05-13T21:35:44.382Z[ recovery-image] May 13 21:35:43.726 INFO O| May 13 21:35:43.726 INFO STEP 16 (remove_files) COMPLETE
45422025-05-13T21:35:44.382Z[ recovery-image] May 13 21:35:43.726 INFO O| May 13 21:35:43.726 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432025-05-13T21:35:44.406Z[ recovery-image] May 13 21:35:43.754 INFO O| May 13 21:35:43.754 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
45442025-05-13T21:35:44.433Z[ recovery-image] May 13 21:35:43.779 INFO O| May 13 21:35:43.779 INFO STEP 17 (remove_files) COMPLETE
45452025-05-13T21:35:44.433Z[ recovery-image] May 13 21:35:43.779 INFO O| May 13 21:35:43.779 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462025-05-13T21:35:44.449Z[ recovery-image] May 13 21:35:43.797 INFO O| May 13 21:35:43.797 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
45472025-05-13T21:35:44.676Z[ recovery-image] May 13 21:35:44.024 INFO O| May 13 21:35:44.024 INFO STEP 18 (remove_files) COMPLETE
45482025-05-13T21:35:44.676Z[ recovery-image] May 13 21:35:44.024 INFO O| May 13 21:35:44.024 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492025-05-13T21:35:44.695Z[ recovery-image] May 13 21:35:44.043 INFO O| May 13 21:35:44.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
45502025-05-13T21:35:44.727Z[ recovery-image] May 13 21:35:44.074 INFO O| May 13 21:35:44.074 INFO STEP 19 (remove_files) COMPLETE
45512025-05-13T21:35:44.727Z[ recovery-image] May 13 21:35:44.074 INFO O| May 13 21:35:44.074 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522025-05-13T21:35:44.763Z[ recovery-image] May 13 21:35:44.111 INFO O| May 13 21:35:44.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
45532025-05-13T21:35:44.763Z[ recovery-image] May 13 21:35:44.111 INFO O| May 13 21:35:44.111 INFO STEP 20 (remove_files) COMPLETE
45542025-05-13T21:35:44.766Z[ recovery-image] May 13 21:35:44.111 INFO O| May 13 21:35:44.111 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552025-05-13T21:35:44.780Z[ recovery-image] May 13 21:35:44.128 INFO O| May 13 21:35:44.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
45562025-05-13T21:35:44.783Z[ recovery-image] May 13 21:35:44.128 INFO O| May 13 21:35:44.128 INFO STEP 21 (remove_files) COMPLETE
45572025-05-13T21:35:44.783Z[ recovery-image] May 13 21:35:44.128 INFO O| May 13 21:35:44.128 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582025-05-13T21:35:44.826Z[ recovery-image] May 13 21:35:44.174 INFO O| May 13 21:35:44.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
45592025-05-13T21:35:44.826Z[ recovery-image] May 13 21:35:44.174 INFO O| May 13 21:35:44.174 INFO STEP 22 (remove_files) COMPLETE
45602025-05-13T21:35:44.829Z[ recovery-image] May 13 21:35:44.174 INFO O| May 13 21:35:44.174 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612025-05-13T21:35:44.882Z[ recovery-image] May 13 21:35:44.231 INFO O| May 13 21:35:44.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
45622025-05-13T21:35:44.897Z[ recovery-image] May 13 21:35:44.244 INFO O| May 13 21:35:44.244 INFO STEP 23 (remove_files) COMPLETE
45632025-05-13T21:35:44.897Z[ recovery-image] May 13 21:35:44.244 INFO O| May 13 21:35:44.244 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642025-05-13T21:35:44.933Z[ recovery-image] May 13 21:35:44.279 INFO O| May 13 21:35:44.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
45652025-05-13T21:35:44.939Z[ recovery-image] May 13 21:35:44.288 INFO O| May 13 21:35:44.288 INFO STEP 24 (remove_files) COMPLETE
45662025-05-13T21:35:44.939Z[ recovery-image] May 13 21:35:44.288 INFO O| May 13 21:35:44.288 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672025-05-13T21:35:44.991Z[ recovery-image] May 13 21:35:44.338 INFO O| May 13 21:35:44.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
45682025-05-13T21:35:44.995Z[ recovery-image] May 13 21:35:44.338 INFO O| May 13 21:35:44.338 INFO STEP 25 (remove_files) COMPLETE
45692025-05-13T21:35:44.995Z[ recovery-image] May 13 21:35:44.338 INFO O| May 13 21:35:44.338 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702025-05-13T21:35:45.007Z[ recovery-image] May 13 21:35:44.355 INFO O| May 13 21:35:44.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
45712025-05-13T21:35:45.020Z[ recovery-image] May 13 21:35:44.367 INFO O| May 13 21:35:44.367 INFO STEP 26 (remove_files) COMPLETE
45722025-05-13T21:35:45.020Z[ recovery-image] May 13 21:35:44.367 INFO O| May 13 21:35:44.367 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732025-05-13T21:35:45.063Z[ recovery-image] May 13 21:35:44.411 INFO O| May 13 21:35:44.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
45742025-05-13T21:35:45.063Z[ recovery-image] May 13 21:35:44.411 INFO O| May 13 21:35:44.411 INFO STEP 27 (remove_files) COMPLETE
45752025-05-13T21:35:45.066Z[ recovery-image] May 13 21:35:44.411 INFO O| May 13 21:35:44.411 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762025-05-13T21:35:45.119Z[ recovery-image] May 13 21:35:44.465 INFO O| May 13 21:35:44.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
45772025-05-13T21:35:45.123Z[ recovery-image] May 13 21:35:44.465 INFO O| May 13 21:35:44.465 INFO STEP 28 (remove_files) COMPLETE
45782025-05-13T21:35:45.123Z[ recovery-image] May 13 21:35:44.465 INFO O| May 13 21:35:44.465 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792025-05-13T21:35:45.133Z[ recovery-image] May 13 21:35:44.481 INFO O| May 13 21:35:44.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45802025-05-13T21:35:45.133Z[ recovery-image] May 13 21:35:44.481 INFO O| May 13 21:35:44.481 INFO STEP 29 (remove_files) COMPLETE
45812025-05-13T21:35:45.133Z[ recovery-image] May 13 21:35:44.481 INFO O| May 13 21:35:44.481 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822025-05-13T21:35:45.150Z[ recovery-image] May 13 21:35:44.498 INFO O| May 13 21:35:44.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45832025-05-13T21:35:45.159Z[ recovery-image] May 13 21:35:44.498 INFO O| May 13 21:35:44.498 INFO STEP 30 (remove_files) COMPLETE
45842025-05-13T21:35:45.159Z[ recovery-image] May 13 21:35:44.498 INFO O| May 13 21:35:44.498 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852025-05-13T21:35:45.168Z[ recovery-image] May 13 21:35:44.516 INFO O| May 13 21:35:44.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45862025-05-13T21:35:45.171Z[ recovery-image] May 13 21:35:44.516 INFO O| May 13 21:35:44.516 INFO STEP 31 (remove_files) COMPLETE
45872025-05-13T21:35:45.171Z[ recovery-image] May 13 21:35:44.517 INFO O| May 13 21:35:44.517 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882025-05-13T21:35:45.185Z[ recovery-image] May 13 21:35:44.534 INFO O| May 13 21:35:44.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
45892025-05-13T21:35:45.189Z[ recovery-image] May 13 21:35:44.534 INFO O| May 13 21:35:44.534 INFO STEP 32 (remove_files) COMPLETE
45902025-05-13T21:35:45.189Z[ recovery-image] May 13 21:35:44.534 INFO O| May 13 21:35:44.534 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912025-05-13T21:35:45.203Z[ recovery-image] May 13 21:35:44.552 INFO O| May 13 21:35:44.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
45922025-05-13T21:35:45.227Z[ recovery-image] May 13 21:35:44.576 INFO O| May 13 21:35:44.576 INFO STEP 33 (remove_files) COMPLETE
45932025-05-13T21:35:45.228Z[ recovery-image] May 13 21:35:44.576 INFO O| May 13 21:35:44.576 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942025-05-13T21:35:45.270Z[ recovery-image] May 13 21:35:44.619 INFO O| May 13 21:35:44.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45952025-05-13T21:35:45.274Z[ recovery-image] May 13 21:35:44.619 INFO O| May 13 21:35:44.619 INFO STEP 34 (remove_files) COMPLETE
45962025-05-13T21:35:45.274Z[ recovery-image] May 13 21:35:44.619 INFO O| May 13 21:35:44.619 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972025-05-13T21:35:45.327Z[ recovery-image] May 13 21:35:44.675 INFO O| May 13 21:35:44.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45982025-05-13T21:35:45.327Z[ recovery-image] May 13 21:35:44.675 INFO O| May 13 21:35:44.675 INFO STEP 35 (remove_files) COMPLETE
45992025-05-13T21:35:45.327Z[ recovery-image] May 13 21:35:44.675 INFO O| May 13 21:35:44.675 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002025-05-13T21:35:45.361Z[ recovery-image] May 13 21:35:44.709 INFO O| May 13 21:35:44.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
46012025-05-13T21:35:45.361Z[ recovery-image] May 13 21:35:44.709 INFO O| May 13 21:35:44.709 INFO STEP 36 (remove_files) COMPLETE
46022025-05-13T21:35:45.361Z[ recovery-image] May 13 21:35:44.709 INFO O| May 13 21:35:44.709 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032025-05-13T21:35:45.378Z[ recovery-image] May 13 21:35:44.725 INFO O| May 13 21:35:44.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
46042025-05-13T21:35:45.378Z[ recovery-image] May 13 21:35:44.726 INFO O| May 13 21:35:44.725 INFO STEP 37 (remove_files) COMPLETE
46052025-05-13T21:35:45.384Z[ recovery-image] May 13 21:35:44.726 INFO O| May 13 21:35:44.726 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062025-05-13T21:35:45.415Z[ recovery-image] May 13 21:35:44.763 INFO O| May 13 21:35:44.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
46072025-05-13T21:35:45.422Z[ recovery-image] May 13 21:35:44.763 INFO O| May 13 21:35:44.763 INFO STEP 38 (remove_files) COMPLETE
46082025-05-13T21:35:45.422Z[ recovery-image] May 13 21:35:44.763 INFO O| May 13 21:35:44.763 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-05-13T21:35:45.432Z[ recovery-image] May 13 21:35:44.780 INFO O| May 13 21:35:44.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
46102025-05-13T21:35:45.432Z[ recovery-image] May 13 21:35:44.780 INFO O| May 13 21:35:44.780 INFO STEP 39 (remove_files) COMPLETE
46112025-05-13T21:35:45.432Z[ recovery-image] May 13 21:35:44.780 INFO O| May 13 21:35:44.780 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122025-05-13T21:35:45.535Z[ recovery-image] May 13 21:35:44.883 INFO O| May 13 21:35:44.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
46132025-05-13T21:35:45.538Z[ recovery-image] May 13 21:35:44.884 INFO O| May 13 21:35:44.883 INFO STEP 40 (remove_files) COMPLETE
46142025-05-13T21:35:45.539Z[ recovery-image] May 13 21:35:44.884 INFO O| May 13 21:35:44.883 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-05-13T21:35:45.552Z[ recovery-image] May 13 21:35:44.900 INFO O| May 13 21:35:44.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
46162025-05-13T21:35:45.552Z[ recovery-image] May 13 21:35:44.901 INFO O| May 13 21:35:44.900 INFO STEP 41 (remove_files) COMPLETE
46172025-05-13T21:35:45.555Z[ recovery-image] May 13 21:35:44.901 INFO O| May 13 21:35:44.901 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182025-05-13T21:35:45.572Z[ recovery-image] May 13 21:35:44.918 INFO O| May 13 21:35:44.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
46192025-05-13T21:35:45.575Z[ recovery-image] May 13 21:35:44.918 INFO O| May 13 21:35:44.918 INFO STEP 42 (remove_files) COMPLETE
46202025-05-13T21:35:45.575Z[ recovery-image] May 13 21:35:44.918 INFO O| May 13 21:35:44.918 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212025-05-13T21:35:45.605Z[ recovery-image] May 13 21:35:44.953 INFO O| May 13 21:35:44.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
46222025-05-13T21:35:45.608Z[ recovery-image] May 13 21:35:44.957 INFO O| May 13 21:35:44.957 INFO STEP 43 (remove_files) COMPLETE
46232025-05-13T21:35:45.612Z[ recovery-image] May 13 21:35:44.957 INFO O| May 13 21:35:44.957 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242025-05-13T21:35:45.631Z[ recovery-image] May 13 21:35:44.975 INFO O| May 13 21:35:44.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
46252025-05-13T21:35:45.636Z[ recovery-image] May 13 21:35:44.975 INFO O| May 13 21:35:44.975 INFO STEP 44 (remove_files) COMPLETE
46262025-05-13T21:35:45.636Z[ recovery-image] May 13 21:35:44.975 INFO O| May 13 21:35:44.975 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272025-05-13T21:35:45.644Z[ recovery-image] May 13 21:35:44.992 INFO O| May 13 21:35:44.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
46282025-05-13T21:35:45.666Z[ recovery-image] May 13 21:35:45.013 INFO O| May 13 21:35:45.013 INFO STEP 45 (remove_files) COMPLETE
46292025-05-13T21:35:45.666Z[ recovery-image] May 13 21:35:45.013 INFO O| May 13 21:35:45.013 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302025-05-13T21:35:45.697Z[ recovery-image] May 13 21:35:45.043 INFO O| May 13 21:35:45.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
46312025-05-13T21:35:45.697Z[ recovery-image] May 13 21:35:45.043 INFO O| May 13 21:35:45.043 INFO STEP 46 (remove_files) COMPLETE
46322025-05-13T21:35:45.697Z[ recovery-image] May 13 21:35:45.043 INFO O| May 13 21:35:45.043 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332025-05-13T21:35:45.723Z[ recovery-image] May 13 21:35:45.071 INFO O| May 13 21:35:45.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
46342025-05-13T21:35:45.723Z[ recovery-image] May 13 21:35:45.071 INFO O| May 13 21:35:45.071 INFO STEP 47 (remove_files) COMPLETE
46352025-05-13T21:35:45.727Z[ recovery-image] May 13 21:35:45.071 INFO O| May 13 21:35:45.071 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362025-05-13T21:35:45.750Z[ recovery-image] May 13 21:35:45.098 INFO O| May 13 21:35:45.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
46372025-05-13T21:35:45.753Z[ recovery-image] May 13 21:35:45.099 INFO O| May 13 21:35:45.099 INFO STEP 48 (remove_files) COMPLETE
46382025-05-13T21:35:45.753Z[ recovery-image] May 13 21:35:45.099 INFO O| May 13 21:35:45.099 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392025-05-13T21:35:45.772Z[ recovery-image] May 13 21:35:45.120 INFO O| May 13 21:35:45.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
46402025-05-13T21:35:45.772Z[ recovery-image] May 13 21:35:45.120 INFO O| May 13 21:35:45.120 INFO STEP 49 (remove_files) COMPLETE
46412025-05-13T21:35:45.779Z[ recovery-image] May 13 21:35:45.120 INFO O| May 13 21:35:45.120 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422025-05-13T21:35:45.802Z[ recovery-image] May 13 21:35:45.150 INFO O| May 13 21:35:45.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
46432025-05-13T21:35:45.805Z[ recovery-image] May 13 21:35:45.151 INFO O| May 13 21:35:45.151 INFO STEP 50 (remove_files) COMPLETE
46442025-05-13T21:35:45.805Z[ recovery-image] May 13 21:35:45.151 INFO O| May 13 21:35:45.151 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452025-05-13T21:35:45.842Z[ recovery-image] May 13 21:35:45.190 INFO O| May 13 21:35:45.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
46462025-05-13T21:35:45.845Z[ recovery-image] May 13 21:35:45.190 INFO O| May 13 21:35:45.190 INFO STEP 51 (remove_files) COMPLETE
46472025-05-13T21:35:45.845Z[ recovery-image] May 13 21:35:45.190 INFO O| May 13 21:35:45.190 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482025-05-13T21:35:45.861Z[ recovery-image] May 13 21:35:45.209 INFO O| May 13 21:35:45.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
46492025-05-13T21:35:45.861Z[ recovery-image] May 13 21:35:45.209 INFO O| May 13 21:35:45.209 INFO STEP 52 (remove_files) COMPLETE
46502025-05-13T21:35:45.861Z[ recovery-image] May 13 21:35:45.209 INFO O| May 13 21:35:45.209 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512025-05-13T21:35:45.878Z[ recovery-image] May 13 21:35:45.226 INFO O| May 13 21:35:45.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
46522025-05-13T21:35:45.878Z[ recovery-image] May 13 21:35:45.226 INFO O| May 13 21:35:45.226 INFO STEP 53 (remove_files) COMPLETE
46532025-05-13T21:35:45.881Z[ recovery-image] May 13 21:35:45.226 INFO O| May 13 21:35:45.226 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542025-05-13T21:35:45.895Z[ recovery-image] May 13 21:35:45.243 INFO O| May 13 21:35:45.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
46552025-05-13T21:35:45.895Z[ recovery-image] May 13 21:35:45.243 INFO O| May 13 21:35:45.243 INFO STEP 54 (remove_files) COMPLETE
46562025-05-13T21:35:45.895Z[ recovery-image] May 13 21:35:45.243 INFO O| May 13 21:35:45.243 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572025-05-13T21:35:45.914Z[ recovery-image] May 13 21:35:45.261 INFO O| May 13 21:35:45.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
46582025-05-13T21:35:45.914Z[ recovery-image] May 13 21:35:45.262 INFO O| May 13 21:35:45.261 INFO STEP 55 (remove_files) COMPLETE
46592025-05-13T21:35:45.923Z[ recovery-image] May 13 21:35:45.262 INFO O| May 13 21:35:45.261 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602025-05-13T21:35:45.931Z[ recovery-image] May 13 21:35:45.279 INFO O| May 13 21:35:45.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
46612025-05-13T21:35:45.931Z[ recovery-image] May 13 21:35:45.279 INFO O| May 13 21:35:45.279 INFO STEP 56 (remove_files) COMPLETE
46622025-05-13T21:35:45.937Z[ recovery-image] May 13 21:35:45.279 INFO O| May 13 21:35:45.279 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632025-05-13T21:35:45.972Z[ recovery-image] May 13 21:35:45.320 INFO O| May 13 21:35:45.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
46642025-05-13T21:35:45.975Z[ recovery-image] May 13 21:35:45.320 INFO O| May 13 21:35:45.320 INFO STEP 57 (remove_files) COMPLETE
46652025-05-13T21:35:45.975Z[ recovery-image] May 13 21:35:45.320 INFO O| May 13 21:35:45.320 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662025-05-13T21:35:45.992Z[ recovery-image] May 13 21:35:45.340 INFO O| May 13 21:35:45.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
46672025-05-13T21:35:45.995Z[ recovery-image] May 13 21:35:45.340 INFO O| May 13 21:35:45.340 INFO STEP 58 (remove_files) COMPLETE
46682025-05-13T21:35:45.995Z[ recovery-image] May 13 21:35:45.340 INFO O| May 13 21:35:45.340 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692025-05-13T21:35:46.010Z[ recovery-image] May 13 21:35:45.358 INFO O| May 13 21:35:45.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
46702025-05-13T21:35:46.010Z[ recovery-image] May 13 21:35:45.358 INFO O| May 13 21:35:45.358 INFO STEP 59 (remove_files) COMPLETE
46712025-05-13T21:35:46.010Z[ recovery-image] May 13 21:35:45.358 INFO O| May 13 21:35:45.358 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722025-05-13T21:35:46.028Z[ recovery-image] May 13 21:35:45.376 INFO O| May 13 21:35:45.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
46732025-05-13T21:35:46.028Z[ recovery-image] May 13 21:35:45.376 INFO O| May 13 21:35:45.376 INFO STEP 60 (remove_files) COMPLETE
46742025-05-13T21:35:46.031Z[ recovery-image] May 13 21:35:45.376 INFO O| May 13 21:35:45.376 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752025-05-13T21:35:46.047Z[ recovery-image] May 13 21:35:45.395 INFO O| May 13 21:35:45.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
46762025-05-13T21:35:46.051Z[ recovery-image] May 13 21:35:45.395 INFO O| May 13 21:35:45.395 INFO STEP 61 (remove_files) COMPLETE
46772025-05-13T21:35:46.051Z[ recovery-image] May 13 21:35:45.395 INFO O| May 13 21:35:45.395 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782025-05-13T21:35:46.065Z[ recovery-image] May 13 21:35:45.414 INFO O| May 13 21:35:45.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46792025-05-13T21:35:46.069Z[ recovery-image] May 13 21:35:45.414 INFO O| May 13 21:35:45.414 INFO STEP 62 (remove_files) COMPLETE
46802025-05-13T21:35:46.069Z[ recovery-image] May 13 21:35:45.414 INFO O| May 13 21:35:45.414 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812025-05-13T21:35:46.085Z[ recovery-image] May 13 21:35:45.433 INFO O| May 13 21:35:45.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
46822025-05-13T21:35:46.090Z[ recovery-image] May 13 21:35:45.433 INFO O| May 13 21:35:45.433 INFO STEP 63 (remove_files) COMPLETE
46832025-05-13T21:35:46.090Z[ recovery-image] May 13 21:35:45.433 INFO O| May 13 21:35:45.433 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842025-05-13T21:35:46.148Z[ recovery-image] May 13 21:35:45.496 INFO O| May 13 21:35:45.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
46852025-05-13T21:35:46.148Z[ recovery-image] May 13 21:35:45.497 INFO O| May 13 21:35:45.497 INFO STEP 64 (remove_files) COMPLETE
46862025-05-13T21:35:46.151Z[ recovery-image] May 13 21:35:45.497 INFO O| May 13 21:35:45.497 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872025-05-13T21:35:46.189Z[ recovery-image] May 13 21:35:45.537 INFO O| May 13 21:35:45.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
46882025-05-13T21:35:46.209Z[ recovery-image] May 13 21:35:45.557 INFO O| May 13 21:35:45.557 INFO STEP 65 (remove_files) COMPLETE
46892025-05-13T21:35:46.209Z[ recovery-image] May 13 21:35:45.557 INFO O| May 13 21:35:45.557 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902025-05-13T21:35:46.240Z[ recovery-image] May 13 21:35:45.587 INFO O| May 13 21:35:45.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46912025-05-13T21:35:46.244Z[ recovery-image] May 13 21:35:45.587 INFO O| May 13 21:35:45.587 INFO STEP 66 (remove_files) COMPLETE
46922025-05-13T21:35:46.244Z[ recovery-image] May 13 21:35:45.587 INFO O| May 13 21:35:45.587 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932025-05-13T21:35:46.257Z[ recovery-image] May 13 21:35:45.605 INFO O| May 13 21:35:45.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46942025-05-13T21:35:46.260Z[ recovery-image] May 13 21:35:45.605 INFO O| May 13 21:35:45.605 INFO STEP 67 (remove_files) COMPLETE
46952025-05-13T21:35:46.260Z[ recovery-image] May 13 21:35:45.605 INFO O| May 13 21:35:45.605 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962025-05-13T21:35:46.293Z[ recovery-image] May 13 21:35:45.640 INFO O| May 13 21:35:45.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46972025-05-13T21:35:46.293Z[ recovery-image] May 13 21:35:45.640 INFO O| May 13 21:35:45.640 INFO STEP 68 (remove_files) COMPLETE
46982025-05-13T21:35:46.296Z[ recovery-image] May 13 21:35:45.640 INFO O| May 13 21:35:45.640 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992025-05-13T21:35:46.325Z[ recovery-image] May 13 21:35:45.673 INFO O| May 13 21:35:45.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
47002025-05-13T21:35:46.330Z[ recovery-image] May 13 21:35:45.673 INFO O| May 13 21:35:45.673 INFO STEP 69 (remove_files) COMPLETE
47012025-05-13T21:35:46.330Z[ recovery-image] May 13 21:35:45.673 INFO O| May 13 21:35:45.673 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022025-05-13T21:35:46.346Z[ recovery-image] May 13 21:35:45.692 INFO O| May 13 21:35:45.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
47032025-05-13T21:35:46.346Z[ recovery-image] May 13 21:35:45.692 INFO O| May 13 21:35:45.692 INFO STEP 70 (remove_files) COMPLETE
47042025-05-13T21:35:46.346Z[ recovery-image] May 13 21:35:45.692 INFO O| May 13 21:35:45.692 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052025-05-13T21:35:46.363Z[ recovery-image] May 13 21:35:45.711 INFO O| May 13 21:35:45.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
47062025-05-13T21:35:46.363Z[ recovery-image] May 13 21:35:45.711 INFO O| May 13 21:35:45.711 INFO STEP 71 (remove_files) COMPLETE
47072025-05-13T21:35:46.366Z[ recovery-image] May 13 21:35:45.711 INFO O| May 13 21:35:45.711 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082025-05-13T21:35:46.398Z[ recovery-image] May 13 21:35:45.746 INFO O| May 13 21:35:45.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
47092025-05-13T21:35:46.398Z[ recovery-image] May 13 21:35:45.746 INFO O| May 13 21:35:45.746 INFO STEP 72 (remove_files) COMPLETE
47102025-05-13T21:35:46.398Z[ recovery-image] May 13 21:35:45.746 INFO O| May 13 21:35:45.746 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112025-05-13T21:35:46.441Z[ recovery-image] May 13 21:35:45.789 INFO O| May 13 21:35:45.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
47122025-05-13T21:35:46.441Z[ recovery-image] May 13 21:35:45.789 INFO O| May 13 21:35:45.789 INFO STEP 73 (remove_files) COMPLETE
47132025-05-13T21:35:46.441Z[ recovery-image] May 13 21:35:45.789 INFO O| May 13 21:35:45.789 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142025-05-13T21:35:46.504Z[ recovery-image] May 13 21:35:45.852 INFO O| May 13 21:35:45.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
47152025-05-13T21:35:46.504Z[ recovery-image] May 13 21:35:45.852 INFO O| May 13 21:35:45.852 INFO STEP 74 (remove_files) COMPLETE
47162025-05-13T21:35:46.504Z[ recovery-image] May 13 21:35:45.852 INFO O| May 13 21:35:45.852 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172025-05-13T21:35:46.525Z[ recovery-image] May 13 21:35:45.873 INFO O| May 13 21:35:45.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
47182025-05-13T21:35:46.525Z[ recovery-image] May 13 21:35:45.873 INFO O| May 13 21:35:45.873 INFO STEP 75 (remove_files) COMPLETE
47192025-05-13T21:35:46.528Z[ recovery-image] May 13 21:35:45.873 INFO O| May 13 21:35:45.873 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202025-05-13T21:35:46.582Z[ recovery-image] May 13 21:35:45.930 INFO O| May 13 21:35:45.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
47212025-05-13T21:35:46.582Z[ recovery-image] May 13 21:35:45.930 INFO O| May 13 21:35:45.930 INFO STEP 76 (remove_files) COMPLETE
47222025-05-13T21:35:46.585Z[ recovery-image] May 13 21:35:45.930 INFO O| May 13 21:35:45.930 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232025-05-13T21:35:46.623Z[ recovery-image] May 13 21:35:45.971 INFO O| May 13 21:35:45.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
47242025-05-13T21:35:46.623Z[ recovery-image] May 13 21:35:45.971 INFO O| May 13 21:35:45.971 INFO STEP 77 (remove_files) COMPLETE
47252025-05-13T21:35:46.623Z[ recovery-image] May 13 21:35:45.971 INFO O| May 13 21:35:45.971 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262025-05-13T21:35:46.642Z[ recovery-image] May 13 21:35:45.990 INFO O| May 13 21:35:45.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
47272025-05-13T21:35:46.642Z[ recovery-image] May 13 21:35:45.990 INFO O| May 13 21:35:45.990 INFO STEP 78 (remove_files) COMPLETE
47282025-05-13T21:35:46.642Z[ recovery-image] May 13 21:35:45.990 INFO O| May 13 21:35:45.990 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292025-05-13T21:35:46.682Z[ recovery-image] May 13 21:35:46.030 INFO O| May 13 21:35:46.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
47302025-05-13T21:35:46.682Z[ recovery-image] May 13 21:35:46.030 INFO O| May 13 21:35:46.030 INFO STEP 79 (remove_files) COMPLETE
47312025-05-13T21:35:46.685Z[ recovery-image] May 13 21:35:46.030 INFO O| May 13 21:35:46.030 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322025-05-13T21:35:46.702Z[ recovery-image] May 13 21:35:46.051 INFO O| May 13 21:35:46.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
47332025-05-13T21:35:46.702Z[ recovery-image] May 13 21:35:46.051 INFO O| May 13 21:35:46.051 INFO STEP 80 (remove_files) COMPLETE
47342025-05-13T21:35:46.703Z[ recovery-image] May 13 21:35:46.051 INFO O| May 13 21:35:46.051 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352025-05-13T21:35:46.722Z[ recovery-image] May 13 21:35:46.070 INFO O| May 13 21:35:46.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
47362025-05-13T21:35:46.722Z[ recovery-image] May 13 21:35:46.070 INFO O| May 13 21:35:46.070 INFO STEP 81 (remove_files) COMPLETE
47372025-05-13T21:35:46.722Z[ recovery-image] May 13 21:35:46.070 INFO O| May 13 21:35:46.070 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382025-05-13T21:35:46.750Z[ recovery-image] May 13 21:35:46.098 INFO O| May 13 21:35:46.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
47392025-05-13T21:35:46.750Z[ recovery-image] May 13 21:35:46.098 INFO O| May 13 21:35:46.098 INFO STEP 82 (remove_files) COMPLETE
47402025-05-13T21:35:46.750Z[ recovery-image] May 13 21:35:46.098 INFO O| May 13 21:35:46.098 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412025-05-13T21:35:46.769Z[ recovery-image] May 13 21:35:46.117 INFO O| May 13 21:35:46.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
47422025-05-13T21:35:46.769Z[ recovery-image] May 13 21:35:46.117 INFO O| May 13 21:35:46.117 INFO STEP 83 (remove_files) COMPLETE
47432025-05-13T21:35:46.769Z[ recovery-image] May 13 21:35:46.117 INFO O| May 13 21:35:46.117 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442025-05-13T21:35:46.802Z[ recovery-image] May 13 21:35:46.150 INFO O| May 13 21:35:46.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
47452025-05-13T21:35:46.807Z[ recovery-image] May 13 21:35:46.150 INFO O| May 13 21:35:46.150 INFO STEP 84 (remove_files) COMPLETE
47462025-05-13T21:35:46.807Z[ recovery-image] May 13 21:35:46.150 INFO O| May 13 21:35:46.150 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472025-05-13T21:35:46.877Z[ recovery-image] May 13 21:35:46.224 INFO O| May 13 21:35:46.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
47482025-05-13T21:35:46.896Z[ recovery-image] May 13 21:35:46.244 INFO O| May 13 21:35:46.244 INFO STEP 85 (remove_files) COMPLETE
47492025-05-13T21:35:46.900Z[ recovery-image] May 13 21:35:46.244 INFO O| May 13 21:35:46.244 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502025-05-13T21:35:46.915Z[ recovery-image] May 13 21:35:46.263 INFO O| May 13 21:35:46.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
47512025-05-13T21:35:46.919Z[ recovery-image] May 13 21:35:46.263 INFO O| May 13 21:35:46.263 INFO STEP 86 (remove_files) COMPLETE
47522025-05-13T21:35:46.919Z[ recovery-image] May 13 21:35:46.264 INFO O| May 13 21:35:46.264 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532025-05-13T21:35:46.933Z[ recovery-image] May 13 21:35:46.281 INFO O| May 13 21:35:46.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
47542025-05-13T21:35:46.936Z[ recovery-image] May 13 21:35:46.281 INFO O| May 13 21:35:46.281 INFO STEP 87 (remove_files) COMPLETE
47552025-05-13T21:35:46.936Z[ recovery-image] May 13 21:35:46.281 INFO O| May 13 21:35:46.281 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562025-05-13T21:35:46.971Z[ recovery-image] May 13 21:35:46.319 INFO O| May 13 21:35:46.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
47572025-05-13T21:35:46.971Z[ recovery-image] May 13 21:35:46.319 INFO O| May 13 21:35:46.319 INFO STEP 88 (remove_files) COMPLETE
47582025-05-13T21:35:46.974Z[ recovery-image] May 13 21:35:46.319 INFO O| May 13 21:35:46.319 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592025-05-13T21:35:46.989Z[ recovery-image] May 13 21:35:46.336 INFO O| May 13 21:35:46.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
47602025-05-13T21:35:46.989Z[ recovery-image] May 13 21:35:46.337 INFO O| May 13 21:35:46.336 INFO STEP 89 (remove_files) COMPLETE
47612025-05-13T21:35:46.994Z[ recovery-image] May 13 21:35:46.337 INFO O| May 13 21:35:46.336 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622025-05-13T21:35:47.023Z[ recovery-image] May 13 21:35:46.371 INFO O| May 13 21:35:46.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
47632025-05-13T21:35:47.026Z[ recovery-image] May 13 21:35:46.371 INFO O| May 13 21:35:46.371 INFO STEP 90 (remove_files) COMPLETE
47642025-05-13T21:35:47.026Z[ recovery-image] May 13 21:35:46.371 INFO O| May 13 21:35:46.371 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652025-05-13T21:35:47.066Z[ recovery-image] May 13 21:35:46.415 INFO O| May 13 21:35:46.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
47662025-05-13T21:35:47.090Z[ recovery-image] May 13 21:35:46.438 INFO O| May 13 21:35:46.438 INFO STEP 91 (remove_files) COMPLETE
47672025-05-13T21:35:47.090Z[ recovery-image] May 13 21:35:46.438 INFO O| May 13 21:35:46.438 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682025-05-13T21:35:47.138Z[ recovery-image] May 13 21:35:46.486 INFO O| May 13 21:35:46.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
47692025-05-13T21:35:47.141Z[ recovery-image] May 13 21:35:46.487 INFO O| May 13 21:35:46.487 INFO STEP 92 (remove_files) COMPLETE
47702025-05-13T21:35:47.141Z[ recovery-image] May 13 21:35:46.487 INFO O| May 13 21:35:46.487 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712025-05-13T21:35:47.153Z[ recovery-image] May 13 21:35:46.501 INFO O| May 13 21:35:46.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
47722025-05-13T21:35:47.156Z[ recovery-image] May 13 21:35:46.501 INFO O| May 13 21:35:46.501 INFO STEP 93 (remove_files) COMPLETE
47732025-05-13T21:35:47.156Z[ recovery-image] May 13 21:35:46.502 INFO O| May 13 21:35:46.501 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742025-05-13T21:35:47.168Z[ recovery-image] May 13 21:35:46.516 INFO O| May 13 21:35:46.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
47752025-05-13T21:35:47.192Z[ recovery-image] May 13 21:35:46.540 INFO O| May 13 21:35:46.540 INFO STEP 94 (remove_files) COMPLETE
47762025-05-13T21:35:47.192Z[ recovery-image] May 13 21:35:46.540 INFO O| May 13 21:35:46.540 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772025-05-13T21:35:47.214Z[ recovery-image] May 13 21:35:46.560 INFO O| May 13 21:35:46.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47782025-05-13T21:35:47.218Z[ recovery-image] May 13 21:35:46.561 INFO O| May 13 21:35:46.560 INFO STEP 95 (remove_files) COMPLETE
47792025-05-13T21:35:47.218Z[ recovery-image] May 13 21:35:46.561 INFO O| May 13 21:35:46.560 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802025-05-13T21:35:47.231Z[ recovery-image] May 13 21:35:46.579 INFO O| May 13 21:35:46.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
47812025-05-13T21:35:47.234Z[ recovery-image] May 13 21:35:46.579 INFO O| May 13 21:35:46.579 INFO STEP 96 (remove_files) COMPLETE
47822025-05-13T21:35:47.234Z[ recovery-image] May 13 21:35:46.579 INFO O| May 13 21:35:46.579 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832025-05-13T21:35:47.256Z[ recovery-image] May 13 21:35:46.604 INFO O| May 13 21:35:46.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
47842025-05-13T21:35:47.276Z[ recovery-image] May 13 21:35:46.624 INFO O| May 13 21:35:46.624 INFO STEP 97 (remove_files) COMPLETE
47852025-05-13T21:35:47.276Z[ recovery-image] May 13 21:35:46.624 INFO O| May 13 21:35:46.624 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862025-05-13T21:35:47.311Z[ recovery-image] May 13 21:35:46.659 INFO O| May 13 21:35:46.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
47872025-05-13T21:35:47.311Z[ recovery-image] May 13 21:35:46.659 INFO O| May 13 21:35:46.659 INFO STEP 98 (remove_files) COMPLETE
47882025-05-13T21:35:47.311Z[ recovery-image] May 13 21:35:46.659 INFO O| May 13 21:35:46.659 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892025-05-13T21:35:47.374Z[ recovery-image] May 13 21:35:46.721 INFO O| May 13 21:35:46.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47902025-05-13T21:35:47.374Z[ recovery-image] May 13 21:35:46.721 INFO O| May 13 21:35:46.721 INFO STEP 99 (remove_files) COMPLETE
47912025-05-13T21:35:47.374Z[ recovery-image] May 13 21:35:46.721 INFO O| May 13 21:35:46.721 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922025-05-13T21:35:47.393Z[ recovery-image] May 13 21:35:46.741 INFO O| May 13 21:35:46.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47932025-05-13T21:35:47.394Z[ recovery-image] May 13 21:35:46.741 INFO O| May 13 21:35:46.741 INFO STEP 100 (remove_files) COMPLETE
47942025-05-13T21:35:47.394Z[ recovery-image] May 13 21:35:46.741 INFO O| May 13 21:35:46.741 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952025-05-13T21:35:47.425Z[ recovery-image] May 13 21:35:46.773 INFO O| May 13 21:35:46.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47962025-05-13T21:35:47.425Z[ recovery-image] May 13 21:35:46.773 INFO O| May 13 21:35:46.773 INFO STEP 101 (remove_files) COMPLETE
47972025-05-13T21:35:47.430Z[ recovery-image] May 13 21:35:46.773 INFO O| May 13 21:35:46.773 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982025-05-13T21:35:47.447Z[ recovery-image] May 13 21:35:46.795 INFO O| May 13 21:35:46.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47992025-05-13T21:35:47.453Z[ recovery-image] May 13 21:35:46.795 INFO O| May 13 21:35:46.795 INFO STEP 102 (remove_files) COMPLETE
48002025-05-13T21:35:47.453Z[ recovery-image] May 13 21:35:46.796 INFO O| May 13 21:35:46.795 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-05-13T21:35:47.543Z[ recovery-image] May 13 21:35:46.891 INFO O| May 13 21:35:46.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
48022025-05-13T21:35:47.546Z[ recovery-image] May 13 21:35:46.891 INFO O| May 13 21:35:46.891 INFO STEP 103 (remove_files) COMPLETE
48032025-05-13T21:35:47.546Z[ recovery-image] May 13 21:35:46.891 INFO O| May 13 21:35:46.891 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-05-13T21:35:47.603Z[ recovery-image] May 13 21:35:46.951 INFO O| May 13 21:35:46.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
48052025-05-13T21:35:47.618Z[ recovery-image] May 13 21:35:46.952 INFO O| May 13 21:35:46.952 INFO STEP 104 (remove_files) COMPLETE
48062025-05-13T21:35:47.618Z[ recovery-image] May 13 21:35:46.952 INFO O| May 13 21:35:46.952 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-05-13T21:35:47.624Z[ recovery-image] May 13 21:35:46.971 INFO O| May 13 21:35:46.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
48082025-05-13T21:35:47.632Z[ recovery-image] May 13 21:35:46.972 INFO O| May 13 21:35:46.972 INFO STEP 105 (remove_files) COMPLETE
48092025-05-13T21:35:47.632Z[ recovery-image] May 13 21:35:46.972 INFO O| May 13 21:35:46.972 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-05-13T21:35:47.646Z[ recovery-image] May 13 21:35:46.990 INFO O| May 13 21:35:46.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
48112025-05-13T21:35:47.653Z[ recovery-image] May 13 21:35:46.991 INFO O| May 13 21:35:46.991 INFO STEP 106 (remove_files) COMPLETE
48122025-05-13T21:35:47.653Z[ recovery-image] May 13 21:35:46.991 INFO O| May 13 21:35:46.991 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-05-13T21:35:47.674Z[ recovery-image] May 13 21:35:47.018 INFO O| May 13 21:35:47.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
48142025-05-13T21:35:47.675Z[ recovery-image] May 13 21:35:47.019 INFO O| May 13 21:35:47.018 INFO STEP 107 (remove_files) COMPLETE
48152025-05-13T21:35:47.675Z[ recovery-image] May 13 21:35:47.019 INFO O| May 13 21:35:47.019 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-05-13T21:35:47.710Z[ recovery-image] May 13 21:35:47.058 INFO O| May 13 21:35:47.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
48172025-05-13T21:35:47.710Z[ recovery-image] May 13 21:35:47.058 INFO O| May 13 21:35:47.058 INFO STEP 108 (remove_files) COMPLETE
48182025-05-13T21:35:47.714Z[ recovery-image] May 13 21:35:47.058 INFO O| May 13 21:35:47.058 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192025-05-13T21:35:47.730Z[ recovery-image] May 13 21:35:47.077 INFO O| May 13 21:35:47.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
48202025-05-13T21:35:47.730Z[ recovery-image] May 13 21:35:47.077 INFO O| May 13 21:35:47.077 INFO STEP 109 (remove_files) COMPLETE
48212025-05-13T21:35:47.731Z[ recovery-image] May 13 21:35:47.077 INFO O| May 13 21:35:47.077 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-05-13T21:35:47.768Z[ recovery-image] May 13 21:35:47.116 INFO O| May 13 21:35:47.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
48232025-05-13T21:35:47.768Z[ recovery-image] May 13 21:35:47.116 INFO O| May 13 21:35:47.116 INFO STEP 110 (remove_files) COMPLETE
48242025-05-13T21:35:47.773Z[ recovery-image] May 13 21:35:47.116 INFO O| May 13 21:35:47.116 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-05-13T21:35:47.787Z[ recovery-image] May 13 21:35:47.135 INFO O| May 13 21:35:47.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
48262025-05-13T21:35:47.791Z[ recovery-image] May 13 21:35:47.135 INFO O| May 13 21:35:47.135 INFO STEP 111 (remove_files) COMPLETE
48272025-05-13T21:35:47.791Z[ recovery-image] May 13 21:35:47.135 INFO O| May 13 21:35:47.135 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-05-13T21:35:47.805Z[ recovery-image] May 13 21:35:47.153 INFO O| May 13 21:35:47.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
48292025-05-13T21:35:47.809Z[ recovery-image] May 13 21:35:47.154 INFO O| May 13 21:35:47.153 INFO STEP 112 (remove_files) COMPLETE
48302025-05-13T21:35:47.809Z[ recovery-image] May 13 21:35:47.154 INFO O| May 13 21:35:47.154 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-05-13T21:35:47.833Z[ recovery-image] May 13 21:35:47.175 INFO O| May 13 21:35:47.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
48322025-05-13T21:35:47.837Z[ recovery-image] May 13 21:35:47.176 INFO O| May 13 21:35:47.175 INFO STEP 113 (remove_files) COMPLETE
48332025-05-13T21:35:47.837Z[ recovery-image] May 13 21:35:47.176 INFO O| May 13 21:35:47.176 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-05-13T21:35:47.847Z[ recovery-image] May 13 21:35:47.194 INFO O| May 13 21:35:47.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
48352025-05-13T21:35:47.852Z[ recovery-image] May 13 21:35:47.194 INFO O| May 13 21:35:47.194 INFO STEP 114 (remove_files) COMPLETE
48362025-05-13T21:35:47.852Z[ recovery-image] May 13 21:35:47.194 INFO O| May 13 21:35:47.194 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-05-13T21:35:47.864Z[ recovery-image] May 13 21:35:47.212 INFO O| May 13 21:35:47.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
48382025-05-13T21:35:47.868Z[ recovery-image] May 13 21:35:47.212 INFO O| May 13 21:35:47.212 INFO STEP 115 (remove_files) COMPLETE
48392025-05-13T21:35:47.868Z[ recovery-image] May 13 21:35:47.213 INFO O| May 13 21:35:47.213 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-05-13T21:35:47.883Z[ recovery-image] May 13 21:35:47.231 INFO O| May 13 21:35:47.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
48412025-05-13T21:35:47.887Z[ recovery-image] May 13 21:35:47.231 INFO O| May 13 21:35:47.231 INFO STEP 116 (remove_files) COMPLETE
48422025-05-13T21:35:47.887Z[ recovery-image] May 13 21:35:47.231 INFO O| May 13 21:35:47.231 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-05-13T21:35:47.914Z[ recovery-image] May 13 21:35:47.262 INFO O| May 13 21:35:47.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
48442025-05-13T21:35:47.917Z[ recovery-image] May 13 21:35:47.262 INFO O| May 13 21:35:47.262 INFO STEP 117 (remove_files) COMPLETE
48452025-05-13T21:35:47.917Z[ recovery-image] May 13 21:35:47.262 INFO O| May 13 21:35:47.262 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-05-13T21:35:47.933Z[ recovery-image] May 13 21:35:47.281 INFO O| May 13 21:35:47.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
48472025-05-13T21:35:47.933Z[ recovery-image] May 13 21:35:47.281 INFO O| May 13 21:35:47.281 INFO STEP 118 (remove_files) COMPLETE
48482025-05-13T21:35:47.936Z[ recovery-image] May 13 21:35:47.281 INFO O| May 13 21:35:47.281 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-05-13T21:35:47.967Z[ recovery-image] May 13 21:35:47.313 INFO O| May 13 21:35:47.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
48502025-05-13T21:35:47.967Z[ recovery-image] May 13 21:35:47.313 INFO O| May 13 21:35:47.313 INFO STEP 119 (remove_files) COMPLETE
48512025-05-13T21:35:47.967Z[ recovery-image] May 13 21:35:47.313 INFO O| May 13 21:35:47.313 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-05-13T21:35:47.995Z[ recovery-image] May 13 21:35:47.343 INFO O| May 13 21:35:47.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
48532025-05-13T21:35:47.995Z[ recovery-image] May 13 21:35:47.343 INFO O| May 13 21:35:47.343 INFO STEP 120 (remove_files) COMPLETE
48542025-05-13T21:35:47.995Z[ recovery-image] May 13 21:35:47.343 INFO O| May 13 21:35:47.343 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-05-13T21:35:48.016Z[ recovery-image] May 13 21:35:47.363 INFO O| May 13 21:35:47.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
48562025-05-13T21:35:48.016Z[ recovery-image] May 13 21:35:47.363 INFO O| May 13 21:35:47.363 INFO STEP 121 (remove_files) COMPLETE
48572025-05-13T21:35:48.019Z[ recovery-image] May 13 21:35:47.363 INFO O| May 13 21:35:47.363 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-05-13T21:35:48.033Z[ recovery-image] May 13 21:35:47.381 INFO O| May 13 21:35:47.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
48592025-05-13T21:35:48.033Z[ recovery-image] May 13 21:35:47.381 INFO O| May 13 21:35:47.381 INFO STEP 122 (remove_files) COMPLETE
48602025-05-13T21:35:48.038Z[ recovery-image] May 13 21:35:47.381 INFO O| May 13 21:35:47.381 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-05-13T21:35:48.052Z[ recovery-image] May 13 21:35:47.399 INFO O| May 13 21:35:47.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
48622025-05-13T21:35:48.052Z[ recovery-image] May 13 21:35:47.399 INFO O| May 13 21:35:47.399 INFO STEP 123 (remove_files) COMPLETE
48632025-05-13T21:35:48.056Z[ recovery-image] May 13 21:35:47.399 INFO O| May 13 21:35:47.399 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-05-13T21:35:48.069Z[ recovery-image] May 13 21:35:47.417 INFO O| May 13 21:35:47.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
48652025-05-13T21:35:48.069Z[ recovery-image] May 13 21:35:47.417 INFO O| May 13 21:35:47.417 INFO STEP 124 (remove_files) COMPLETE
48662025-05-13T21:35:48.073Z[ recovery-image] May 13 21:35:47.417 INFO O| May 13 21:35:47.417 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-05-13T21:35:48.089Z[ recovery-image] May 13 21:35:47.437 INFO O| May 13 21:35:47.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
48682025-05-13T21:35:48.089Z[ recovery-image] May 13 21:35:47.438 INFO O| May 13 21:35:47.438 INFO STEP 125 (remove_files) COMPLETE
48692025-05-13T21:35:48.093Z[ recovery-image] May 13 21:35:47.438 INFO O| May 13 21:35:47.438 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-05-13T21:35:48.109Z[ recovery-image] May 13 21:35:47.456 INFO O| May 13 21:35:47.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
48712025-05-13T21:35:48.109Z[ recovery-image] May 13 21:35:47.456 INFO O| May 13 21:35:47.456 INFO STEP 126 (remove_files) COMPLETE
48722025-05-13T21:35:48.109Z[ recovery-image] May 13 21:35:47.456 INFO O| May 13 21:35:47.456 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-05-13T21:35:48.126Z[ recovery-image] May 13 21:35:47.473 INFO O| May 13 21:35:47.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
48742025-05-13T21:35:48.126Z[ recovery-image] May 13 21:35:47.474 INFO O| May 13 21:35:47.474 INFO STEP 127 (remove_files) COMPLETE
48752025-05-13T21:35:48.130Z[ recovery-image] May 13 21:35:47.474 INFO O| May 13 21:35:47.474 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-05-13T21:35:48.165Z[ recovery-image] May 13 21:35:47.513 INFO O| May 13 21:35:47.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
48772025-05-13T21:35:48.165Z[ recovery-image] May 13 21:35:47.513 INFO O| May 13 21:35:47.513 INFO STEP 128 (remove_files) COMPLETE
48782025-05-13T21:35:48.165Z[ recovery-image] May 13 21:35:47.513 INFO O| May 13 21:35:47.513 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-05-13T21:35:48.185Z[ recovery-image] May 13 21:35:47.533 INFO O| May 13 21:35:47.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
48802025-05-13T21:35:48.185Z[ recovery-image] May 13 21:35:47.533 INFO O| May 13 21:35:47.533 INFO STEP 129 (remove_files) COMPLETE
48812025-05-13T21:35:48.185Z[ recovery-image] May 13 21:35:47.533 INFO O| May 13 21:35:47.533 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-05-13T21:35:48.209Z[ recovery-image] May 13 21:35:47.557 INFO O| May 13 21:35:47.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48832025-05-13T21:35:48.212Z[ recovery-image] May 13 21:35:47.557 INFO O| May 13 21:35:47.557 INFO STEP 130 (remove_files) COMPLETE
48842025-05-13T21:35:48.212Z[ recovery-image] May 13 21:35:47.557 INFO O| May 13 21:35:47.557 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-05-13T21:35:48.228Z[ recovery-image] May 13 21:35:47.576 INFO O| May 13 21:35:47.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48862025-05-13T21:35:48.640Z[ recovery-image] May 13 21:35:47.576 INFO O| May 13 21:35:47.576 INFO STEP 131 (remove_files) COMPLETE
48872025-05-13T21:35:48.641Z[ recovery-image] May 13 21:35:47.576 INFO O| May 13 21:35:47.576 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.593 INFO O| May 13 21:35:47.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48892025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.594 INFO O| May 13 21:35:47.593 INFO STEP 132 (remove_files) COMPLETE
48902025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.594 INFO O| May 13 21:35:47.594 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.611 INFO O| May 13 21:35:47.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48922025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.611 INFO O| May 13 21:35:47.611 INFO STEP 133 (remove_files) COMPLETE
48932025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.611 INFO O| May 13 21:35:47.611 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.629 INFO O| May 13 21:35:47.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48952025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.629 INFO O| May 13 21:35:47.629 INFO STEP 134 (remove_files) COMPLETE
48962025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.629 INFO O| May 13 21:35:47.629 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.659 INFO O| May 13 21:35:47.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48982025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.659 INFO O| May 13 21:35:47.659 INFO STEP 135 (remove_files) COMPLETE
48992025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.659 INFO O| May 13 21:35:47.659 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.707 INFO O| May 13 21:35:47.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
49012025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.707 INFO O| May 13 21:35:47.707 INFO STEP 136 (remove_files) COMPLETE
49022025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.707 INFO O| May 13 21:35:47.707 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.727 INFO O| May 13 21:35:47.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
49042025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.727 INFO O| May 13 21:35:47.727 INFO STEP 137 (remove_files) COMPLETE
49052025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.727 INFO O| May 13 21:35:47.727 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.748 INFO O| May 13 21:35:47.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
49072025-05-13T21:35:48.644Z[ recovery-image] May 13 21:35:47.748 INFO O| May 13 21:35:47.748 INFO STEP 138 (remove_files) COMPLETE
49082025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.748 INFO O| May 13 21:35:47.748 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.786 INFO O| May 13 21:35:47.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
49102025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.786 INFO O| May 13 21:35:47.786 INFO STEP 139 (remove_files) COMPLETE
49112025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.786 INFO O| May 13 21:35:47.786 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.828 INFO O| May 13 21:35:47.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
49132025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.828 INFO O| May 13 21:35:47.828 INFO STEP 140 (remove_files) COMPLETE
49142025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.828 INFO O| May 13 21:35:47.828 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.846 INFO O| May 13 21:35:47.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
49162025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.846 INFO O| May 13 21:35:47.846 INFO STEP 141 (remove_files) COMPLETE
49172025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.846 INFO O| May 13 21:35:47.846 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.864 INFO O| May 13 21:35:47.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
49192025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.864 INFO O| May 13 21:35:47.864 INFO STEP 142 (remove_files) COMPLETE
49202025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.864 INFO O| May 13 21:35:47.864 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.901 INFO O| May 13 21:35:47.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
49222025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.901 INFO O| May 13 21:35:47.901 INFO STEP 143 (remove_files) COMPLETE
49232025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.901 INFO O| May 13 21:35:47.901 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.920 INFO O| May 13 21:35:47.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
49252025-05-13T21:35:48.645Z[ recovery-image] May 13 21:35:47.920 INFO O| May 13 21:35:47.920 INFO STEP 144 (remove_files) COMPLETE
49262025-05-13T21:35:48.646Z[ recovery-image] May 13 21:35:47.920 INFO O| May 13 21:35:47.920 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-05-13T21:35:48.646Z[ recovery-image] May 13 21:35:47.980 INFO O| May 13 21:35:47.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
49282025-05-13T21:35:48.646Z[ recovery-image] May 13 21:35:47.980 INFO O| May 13 21:35:47.980 INFO STEP 145 (remove_files) COMPLETE
49292025-05-13T21:35:48.646Z[ recovery-image] May 13 21:35:47.980 INFO O| May 13 21:35:47.980 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-05-13T21:35:48.657Z[ recovery-image] May 13 21:35:48.005 INFO O| May 13 21:35:48.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
49312025-05-13T21:35:48.657Z[ recovery-image] May 13 21:35:48.005 INFO O| May 13 21:35:48.005 INFO STEP 146 (remove_files) COMPLETE
49322025-05-13T21:35:48.657Z[ recovery-image] May 13 21:35:48.005 INFO O| May 13 21:35:48.005 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-05-13T21:35:48.678Z[ recovery-image] May 13 21:35:48.026 INFO O| May 13 21:35:48.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
49342025-05-13T21:35:48.678Z[ recovery-image] May 13 21:35:48.026 INFO O| May 13 21:35:48.026 INFO STEP 147 (remove_files) COMPLETE
49352025-05-13T21:35:48.678Z[ recovery-image] May 13 21:35:48.026 INFO O| May 13 21:35:48.026 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-05-13T21:35:48.698Z[ recovery-image] May 13 21:35:48.046 INFO O| May 13 21:35:48.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
49372025-05-13T21:35:48.698Z[ recovery-image] May 13 21:35:48.046 INFO O| May 13 21:35:48.046 INFO STEP 148 (remove_files) COMPLETE
49382025-05-13T21:35:48.701Z[ recovery-image] May 13 21:35:48.046 INFO O| May 13 21:35:48.046 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-05-13T21:35:48.719Z[ recovery-image] May 13 21:35:48.064 INFO O| May 13 21:35:48.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
49402025-05-13T21:35:48.720Z[ recovery-image] May 13 21:35:48.064 INFO O| May 13 21:35:48.064 INFO STEP 149 (remove_files) COMPLETE
49412025-05-13T21:35:48.720Z[ recovery-image] May 13 21:35:48.065 INFO O| May 13 21:35:48.064 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-05-13T21:35:48.735Z[ recovery-image] May 13 21:35:48.083 INFO O| May 13 21:35:48.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
49432025-05-13T21:35:48.735Z[ recovery-image] May 13 21:35:48.083 INFO O| May 13 21:35:48.083 INFO STEP 150 (remove_files) COMPLETE
49442025-05-13T21:35:48.735Z[ recovery-image] May 13 21:35:48.083 INFO O| May 13 21:35:48.083 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-05-13T21:35:48.754Z[ recovery-image] May 13 21:35:48.102 INFO O| May 13 21:35:48.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
49462025-05-13T21:35:48.754Z[ recovery-image] May 13 21:35:48.102 INFO O| May 13 21:35:48.102 INFO STEP 151 (remove_files) COMPLETE
49472025-05-13T21:35:48.758Z[ recovery-image] May 13 21:35:48.102 INFO O| May 13 21:35:48.102 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-05-13T21:35:48.771Z[ recovery-image] May 13 21:35:48.119 INFO O| May 13 21:35:48.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
49492025-05-13T21:35:48.774Z[ recovery-image] May 13 21:35:48.120 INFO O| May 13 21:35:48.120 INFO STEP 152 (remove_files) COMPLETE
49502025-05-13T21:35:48.774Z[ recovery-image] May 13 21:35:48.120 INFO O| May 13 21:35:48.120 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-05-13T21:35:48.810Z[ recovery-image] May 13 21:35:48.158 INFO O| May 13 21:35:48.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
49522025-05-13T21:35:48.810Z[ recovery-image] May 13 21:35:48.158 INFO O| May 13 21:35:48.158 INFO STEP 153 (remove_files) COMPLETE
49532025-05-13T21:35:48.813Z[ recovery-image] May 13 21:35:48.158 INFO O| May 13 21:35:48.158 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-05-13T21:35:48.879Z[ recovery-image] May 13 21:35:48.225 INFO O| May 13 21:35:48.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
49552025-05-13T21:35:48.889Z[ recovery-image] May 13 21:35:48.225 INFO O| May 13 21:35:48.225 INFO STEP 154 (remove_files) COMPLETE
49562025-05-13T21:35:48.889Z[ recovery-image] May 13 21:35:48.225 INFO O| May 13 21:35:48.225 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-05-13T21:35:48.916Z[ recovery-image] May 13 21:35:48.260 INFO O| May 13 21:35:48.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
49582025-05-13T21:35:48.916Z[ recovery-image] May 13 21:35:48.260 INFO O| May 13 21:35:48.260 INFO STEP 155 (remove_files) COMPLETE
49592025-05-13T21:35:48.924Z[ recovery-image] May 13 21:35:48.260 INFO O| May 13 21:35:48.260 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-05-13T21:35:48.934Z[ recovery-image] May 13 21:35:48.282 INFO O| May 13 21:35:48.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49612025-05-13T21:35:48.934Z[ recovery-image] May 13 21:35:48.282 INFO O| May 13 21:35:48.282 INFO STEP 156 (remove_files) COMPLETE
49622025-05-13T21:35:48.939Z[ recovery-image] May 13 21:35:48.282 INFO O| May 13 21:35:48.282 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-05-13T21:35:48.995Z[ recovery-image] May 13 21:35:48.340 INFO O| May 13 21:35:48.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
49642025-05-13T21:35:48.996Z[ recovery-image] May 13 21:35:48.340 INFO O| May 13 21:35:48.340 INFO STEP 157 (remove_files) COMPLETE
49652025-05-13T21:35:48.996Z[ recovery-image] May 13 21:35:48.340 INFO O| May 13 21:35:48.340 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-05-13T21:35:49.050Z[ recovery-image] May 13 21:35:48.395 INFO O| May 13 21:35:48.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
49672025-05-13T21:35:49.050Z[ recovery-image] May 13 21:35:48.395 INFO O| May 13 21:35:48.395 INFO STEP 158 (remove_files) COMPLETE
49682025-05-13T21:35:49.050Z[ recovery-image] May 13 21:35:48.395 INFO O| May 13 21:35:48.395 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-05-13T21:35:49.071Z[ recovery-image] May 13 21:35:48.414 INFO O| May 13 21:35:48.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
49702025-05-13T21:35:49.071Z[ recovery-image] May 13 21:35:48.414 INFO O| May 13 21:35:48.414 INFO STEP 159 (remove_files) COMPLETE
49712025-05-13T21:35:49.075Z[ recovery-image] May 13 21:35:48.414 INFO O| May 13 21:35:48.414 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-05-13T21:35:49.084Z[ recovery-image] May 13 21:35:48.431 INFO O| May 13 21:35:48.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49732025-05-13T21:35:49.084Z[ recovery-image] May 13 21:35:48.431 INFO O| May 13 21:35:48.431 INFO STEP 160 (remove_files) COMPLETE
49742025-05-13T21:35:49.088Z[ recovery-image] May 13 21:35:48.431 INFO O| May 13 21:35:48.431 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-05-13T21:35:49.103Z[ recovery-image] May 13 21:35:48.450 INFO O| May 13 21:35:48.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
49762025-05-13T21:35:49.110Z[ recovery-image] May 13 21:35:48.452 INFO O| May 13 21:35:48.452 INFO STEP 161 (remove_files) COMPLETE
49772025-05-13T21:35:49.110Z[ recovery-image] May 13 21:35:48.452 INFO O| May 13 21:35:48.452 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-05-13T21:35:49.143Z[ recovery-image] May 13 21:35:48.488 INFO O| May 13 21:35:48.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49792025-05-13T21:35:49.143Z[ recovery-image] May 13 21:35:48.488 INFO O| May 13 21:35:48.488 INFO STEP 162 (remove_files) COMPLETE
49802025-05-13T21:35:49.148Z[ recovery-image] May 13 21:35:48.489 INFO O| May 13 21:35:48.488 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-05-13T21:35:49.183Z[ recovery-image] May 13 21:35:48.530 INFO O| May 13 21:35:48.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49822025-05-13T21:35:49.183Z[ recovery-image] May 13 21:35:48.530 INFO O| May 13 21:35:48.530 INFO STEP 163 (remove_files) COMPLETE
49832025-05-13T21:35:49.187Z[ recovery-image] May 13 21:35:48.530 INFO O| May 13 21:35:48.530 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-05-13T21:35:49.217Z[ recovery-image] May 13 21:35:48.562 INFO O| May 13 21:35:48.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49852025-05-13T21:35:49.217Z[ recovery-image] May 13 21:35:48.563 INFO O| May 13 21:35:48.562 INFO STEP 164 (remove_files) COMPLETE
49862025-05-13T21:35:49.221Z[ recovery-image] May 13 21:35:48.563 INFO O| May 13 21:35:48.562 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-05-13T21:35:49.233Z[ recovery-image] May 13 21:35:48.580 INFO O| May 13 21:35:48.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49882025-05-13T21:35:49.233Z[ recovery-image] May 13 21:35:48.580 INFO O| May 13 21:35:48.580 INFO STEP 165 (remove_files) COMPLETE
49892025-05-13T21:35:49.239Z[ recovery-image] May 13 21:35:48.580 INFO O| May 13 21:35:48.580 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-05-13T21:35:49.266Z[ recovery-image] May 13 21:35:48.613 INFO O| May 13 21:35:48.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49912025-05-13T21:35:49.271Z[ recovery-image] May 13 21:35:48.613 INFO O| May 13 21:35:48.613 INFO STEP 166 (remove_files) COMPLETE
49922025-05-13T21:35:49.271Z[ recovery-image] May 13 21:35:48.614 INFO O| May 13 21:35:48.613 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-05-13T21:35:49.285Z[ recovery-image] May 13 21:35:48.632 INFO O| May 13 21:35:48.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49942025-05-13T21:35:49.285Z[ recovery-image] May 13 21:35:48.632 INFO O| May 13 21:35:48.632 INFO STEP 167 (remove_files) COMPLETE
49952025-05-13T21:35:49.289Z[ recovery-image] May 13 21:35:48.632 INFO O| May 13 21:35:48.632 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-05-13T21:35:49.304Z[ recovery-image] May 13 21:35:48.651 INFO O| May 13 21:35:48.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49972025-05-13T21:35:49.304Z[ recovery-image] May 13 21:35:48.651 INFO O| May 13 21:35:48.651 INFO STEP 168 (remove_files) COMPLETE
49982025-05-13T21:35:49.304Z[ recovery-image] May 13 21:35:48.651 INFO O| May 13 21:35:48.651 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-05-13T21:35:49.336Z[ recovery-image] May 13 21:35:48.683 INFO O| May 13 21:35:48.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
50002025-05-13T21:35:49.342Z[ recovery-image] May 13 21:35:48.683 INFO O| May 13 21:35:48.683 INFO STEP 169 (remove_files) COMPLETE
50012025-05-13T21:35:49.342Z[ recovery-image] May 13 21:35:48.683 INFO O| May 13 21:35:48.683 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-05-13T21:35:49.355Z[ recovery-image] May 13 21:35:48.700 INFO O| May 13 21:35:48.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
50032025-05-13T21:35:49.359Z[ recovery-image] May 13 21:35:48.701 INFO O| May 13 21:35:48.700 INFO STEP 170 (remove_files) COMPLETE
50042025-05-13T21:35:49.359Z[ recovery-image] May 13 21:35:48.701 INFO O| May 13 21:35:48.701 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-05-13T21:35:49.372Z[ recovery-image] May 13 21:35:48.717 INFO O| May 13 21:35:48.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
50062025-05-13T21:35:49.377Z[ recovery-image] May 13 21:35:48.717 INFO O| May 13 21:35:48.717 INFO STEP 171 (remove_files) COMPLETE
50072025-05-13T21:35:49.377Z[ recovery-image] May 13 21:35:48.718 INFO O| May 13 21:35:48.717 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-05-13T21:35:49.386Z[ recovery-image] May 13 21:35:48.734 INFO O| May 13 21:35:48.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
50092025-05-13T21:35:49.389Z[ recovery-image] May 13 21:35:48.734 INFO O| May 13 21:35:48.734 INFO STEP 172 (remove_files) COMPLETE
50102025-05-13T21:35:49.389Z[ recovery-image] May 13 21:35:48.735 INFO O| May 13 21:35:48.735 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-05-13T21:35:49.405Z[ recovery-image] May 13 21:35:48.752 INFO O| May 13 21:35:48.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
50122025-05-13T21:35:49.409Z[ recovery-image] May 13 21:35:48.752 INFO O| May 13 21:35:48.752 INFO STEP 173 (remove_files) COMPLETE
50132025-05-13T21:35:49.409Z[ recovery-image] May 13 21:35:48.752 INFO O| May 13 21:35:48.752 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-05-13T21:35:49.440Z[ recovery-image] May 13 21:35:48.788 INFO O| May 13 21:35:48.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
50152025-05-13T21:35:49.449Z[ recovery-image] May 13 21:35:48.788 INFO O| May 13 21:35:48.788 INFO STEP 174 (remove_files) COMPLETE
50162025-05-13T21:35:49.449Z[ recovery-image] May 13 21:35:48.788 INFO O| May 13 21:35:48.788 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-05-13T21:35:49.463Z[ recovery-image] May 13 21:35:48.807 INFO O| May 13 21:35:48.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
50182025-05-13T21:35:49.467Z[ recovery-image] May 13 21:35:48.807 INFO O| May 13 21:35:48.807 INFO STEP 175 (remove_files) COMPLETE
50192025-05-13T21:35:49.467Z[ recovery-image] May 13 21:35:48.807 INFO O| May 13 21:35:48.807 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-05-13T21:35:49.493Z[ recovery-image] May 13 21:35:48.838 INFO O| May 13 21:35:48.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
50212025-05-13T21:35:49.493Z[ recovery-image] May 13 21:35:48.838 INFO O| May 13 21:35:48.838 INFO STEP 176 (remove_files) COMPLETE
50222025-05-13T21:35:49.493Z[ recovery-image] May 13 21:35:48.838 INFO O| May 13 21:35:48.838 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-05-13T21:35:49.545Z[ recovery-image] May 13 21:35:48.888 INFO O| May 13 21:35:48.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
50242025-05-13T21:35:49.545Z[ recovery-image] May 13 21:35:48.888 INFO O| May 13 21:35:48.888 INFO STEP 177 (remove_files) COMPLETE
50252025-05-13T21:35:49.567Z[ recovery-image] May 13 21:35:48.888 INFO O| May 13 21:35:48.888 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-05-13T21:35:49.567Z[ recovery-image] May 13 21:35:48.903 INFO O| May 13 21:35:48.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
50272025-05-13T21:35:49.567Z[ recovery-image] May 13 21:35:48.903 INFO O| May 13 21:35:48.903 INFO STEP 178 (remove_files) COMPLETE
50282025-05-13T21:35:49.574Z[ recovery-image] May 13 21:35:48.904 INFO O| May 13 21:35:48.903 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-05-13T21:35:49.596Z[ recovery-image] May 13 21:35:48.941 INFO O| May 13 21:35:48.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
50302025-05-13T21:35:49.606Z[ recovery-image] May 13 21:35:48.941 INFO O| May 13 21:35:48.941 INFO STEP 179 (remove_files) COMPLETE
50312025-05-13T21:35:49.606Z[ recovery-image] May 13 21:35:48.941 INFO O| May 13 21:35:48.941 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-05-13T21:35:49.628Z[ recovery-image] May 13 21:35:48.976 INFO O| May 13 21:35:48.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
50332025-05-13T21:35:49.628Z[ recovery-image] May 13 21:35:48.976 INFO O| May 13 21:35:48.976 INFO STEP 180 (remove_files) COMPLETE
50342025-05-13T21:35:49.631Z[ recovery-image] May 13 21:35:48.976 INFO O| May 13 21:35:48.976 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-05-13T21:35:49.697Z[ recovery-image] May 13 21:35:49.043 INFO O| May 13 21:35:49.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
50362025-05-13T21:35:49.697Z[ recovery-image] May 13 21:35:49.043 INFO O| May 13 21:35:49.043 INFO STEP 181 (remove_files) COMPLETE
50372025-05-13T21:35:49.706Z[ recovery-image] May 13 21:35:49.043 INFO O| May 13 21:35:49.043 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-05-13T21:35:49.716Z[ recovery-image] May 13 21:35:49.063 INFO O| May 13 21:35:49.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
50392025-05-13T21:35:49.721Z[ recovery-image] May 13 21:35:49.063 INFO O| May 13 21:35:49.063 INFO STEP 182 (remove_files) COMPLETE
50402025-05-13T21:35:49.721Z[ recovery-image] May 13 21:35:49.063 INFO O| May 13 21:35:49.063 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-05-13T21:35:49.752Z[ recovery-image] May 13 21:35:49.095 INFO O| May 13 21:35:49.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
50422025-05-13T21:35:49.752Z[ recovery-image] May 13 21:35:49.095 INFO O| May 13 21:35:49.095 INFO STEP 183 (remove_files) COMPLETE
50432025-05-13T21:35:49.752Z[ recovery-image] May 13 21:35:49.095 INFO O| May 13 21:35:49.095 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-05-13T21:35:49.770Z[ recovery-image] May 13 21:35:49.117 INFO O| May 13 21:35:49.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
50452025-05-13T21:35:49.775Z[ recovery-image] May 13 21:35:49.117 INFO O| May 13 21:35:49.117 INFO STEP 184 (remove_files) COMPLETE
50462025-05-13T21:35:49.775Z[ recovery-image] May 13 21:35:49.117 INFO O| May 13 21:35:49.117 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-05-13T21:35:49.804Z[ recovery-image] May 13 21:35:49.150 INFO O| May 13 21:35:49.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
50482025-05-13T21:35:49.804Z[ recovery-image] May 13 21:35:49.150 INFO O| May 13 21:35:49.150 INFO STEP 185 (remove_files) COMPLETE
50492025-05-13T21:35:49.812Z[ recovery-image] May 13 21:35:49.150 INFO O| May 13 21:35:49.150 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-05-13T21:35:49.843Z[ recovery-image] May 13 21:35:49.190 INFO O| May 13 21:35:49.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
50512025-05-13T21:35:49.843Z[ recovery-image] May 13 21:35:49.190 INFO O| May 13 21:35:49.190 INFO STEP 186 (remove_files) COMPLETE
50522025-05-13T21:35:49.843Z[ recovery-image] May 13 21:35:49.190 INFO O| May 13 21:35:49.190 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-05-13T21:35:49.878Z[ recovery-image] May 13 21:35:49.226 INFO O| May 13 21:35:49.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
50542025-05-13T21:35:49.878Z[ recovery-image] May 13 21:35:49.226 INFO O| May 13 21:35:49.226 INFO STEP 187 (remove_files) COMPLETE
50552025-05-13T21:35:49.878Z[ recovery-image] May 13 21:35:49.226 INFO O| May 13 21:35:49.226 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-05-13T21:35:49.914Z[ recovery-image] May 13 21:35:49.262 INFO O| May 13 21:35:49.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50572025-05-13T21:35:49.914Z[ recovery-image] May 13 21:35:49.262 INFO O| May 13 21:35:49.262 INFO STEP 188 (remove_files) COMPLETE
50582025-05-13T21:35:49.914Z[ recovery-image] May 13 21:35:49.262 INFO O| May 13 21:35:49.262 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-05-13T21:35:49.934Z[ recovery-image] May 13 21:35:49.280 INFO O| May 13 21:35:49.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50602025-05-13T21:35:49.934Z[ recovery-image] May 13 21:35:49.280 INFO O| May 13 21:35:49.280 INFO STEP 189 (remove_files) COMPLETE
50612025-05-13T21:35:49.934Z[ recovery-image] May 13 21:35:49.280 INFO O| May 13 21:35:49.280 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-05-13T21:35:49.953Z[ recovery-image] May 13 21:35:49.298 INFO O| May 13 21:35:49.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50632025-05-13T21:35:49.953Z[ recovery-image] May 13 21:35:49.298 INFO O| May 13 21:35:49.298 INFO STEP 190 (remove_files) COMPLETE
50642025-05-13T21:35:49.953Z[ recovery-image] May 13 21:35:49.298 INFO O| May 13 21:35:49.298 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-05-13T21:35:49.969Z[ recovery-image] May 13 21:35:49.316 INFO O| May 13 21:35:49.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50662025-05-13T21:35:49.969Z[ recovery-image] May 13 21:35:49.316 INFO O| May 13 21:35:49.316 INFO STEP 191 (remove_files) COMPLETE
50672025-05-13T21:35:49.969Z[ recovery-image] May 13 21:35:49.316 INFO O| May 13 21:35:49.316 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-05-13T21:35:49.989Z[ recovery-image] May 13 21:35:49.334 INFO O| May 13 21:35:49.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50692025-05-13T21:35:49.989Z[ recovery-image] May 13 21:35:49.334 INFO O| May 13 21:35:49.334 INFO STEP 192 (remove_files) COMPLETE
50702025-05-13T21:35:49.989Z[ recovery-image] May 13 21:35:49.334 INFO O| May 13 21:35:49.334 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-05-13T21:35:50.018Z[ recovery-image] May 13 21:35:49.365 INFO O| May 13 21:35:49.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
50722025-05-13T21:35:50.018Z[ recovery-image] May 13 21:35:49.365 INFO O| May 13 21:35:49.365 INFO STEP 193 (remove_files) COMPLETE
50732025-05-13T21:35:50.022Z[ recovery-image] May 13 21:35:49.366 INFO O| May 13 21:35:49.365 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-05-13T21:35:50.078Z[ recovery-image] May 13 21:35:49.424 INFO O| May 13 21:35:49.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
50752025-05-13T21:35:50.078Z[ recovery-image] May 13 21:35:49.424 INFO O| May 13 21:35:49.424 INFO STEP 194 (remove_files) COMPLETE
50762025-05-13T21:35:50.078Z[ recovery-image] May 13 21:35:49.424 INFO O| May 13 21:35:49.424 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-05-13T21:35:50.111Z[ recovery-image] May 13 21:35:49.459 INFO O| May 13 21:35:49.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50782025-05-13T21:35:50.114Z[ recovery-image] May 13 21:35:49.459 INFO O| May 13 21:35:49.459 INFO STEP 195 (remove_files) COMPLETE
50792025-05-13T21:35:50.114Z[ recovery-image] May 13 21:35:49.459 INFO O| May 13 21:35:49.459 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-05-13T21:35:50.171Z[ recovery-image] May 13 21:35:49.515 INFO O| May 13 21:35:49.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50812025-05-13T21:35:50.171Z[ recovery-image] May 13 21:35:49.515 INFO O| May 13 21:35:49.515 INFO STEP 196 (remove_files) COMPLETE
50822025-05-13T21:35:50.174Z[ recovery-image] May 13 21:35:49.516 INFO O| May 13 21:35:49.515 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-05-13T21:35:50.186Z[ recovery-image] May 13 21:35:49.534 INFO O| May 13 21:35:49.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50842025-05-13T21:35:50.186Z[ recovery-image] May 13 21:35:49.534 INFO O| May 13 21:35:49.534 INFO STEP 197 (remove_files) COMPLETE
50852025-05-13T21:35:50.190Z[ recovery-image] May 13 21:35:49.534 INFO O| May 13 21:35:49.534 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-05-13T21:35:50.208Z[ recovery-image] May 13 21:35:49.554 INFO O| May 13 21:35:49.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50872025-05-13T21:35:50.208Z[ recovery-image] May 13 21:35:49.554 INFO O| May 13 21:35:49.554 INFO STEP 198 (remove_files) COMPLETE
50882025-05-13T21:35:50.208Z[ recovery-image] May 13 21:35:49.554 INFO O| May 13 21:35:49.554 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-05-13T21:35:50.245Z[ recovery-image] May 13 21:35:49.593 INFO O| May 13 21:35:49.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50902025-05-13T21:35:50.245Z[ recovery-image] May 13 21:35:49.593 INFO O| May 13 21:35:49.593 INFO STEP 199 (remove_files) COMPLETE
50912025-05-13T21:35:50.245Z[ recovery-image] May 13 21:35:49.593 INFO O| May 13 21:35:49.593 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-05-13T21:35:50.308Z[ recovery-image] May 13 21:35:49.654 INFO O| May 13 21:35:49.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50932025-05-13T21:35:50.308Z[ recovery-image] May 13 21:35:49.654 INFO O| May 13 21:35:49.654 INFO STEP 200 (remove_files) COMPLETE
50942025-05-13T21:35:50.308Z[ recovery-image] May 13 21:35:49.654 INFO O| May 13 21:35:49.654 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-05-13T21:35:50.348Z[ recovery-image] May 13 21:35:49.696 INFO O| May 13 21:35:49.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50962025-05-13T21:35:50.352Z[ recovery-image] May 13 21:35:49.696 INFO O| May 13 21:35:49.696 INFO STEP 201 (remove_files) COMPLETE
50972025-05-13T21:35:50.352Z[ recovery-image] May 13 21:35:49.696 INFO O| May 13 21:35:49.696 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-05-13T21:35:50.368Z[ recovery-image] May 13 21:35:49.715 INFO O| May 13 21:35:49.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50992025-05-13T21:35:50.368Z[ recovery-image] May 13 21:35:49.716 INFO O| May 13 21:35:49.715 INFO STEP 202 (remove_files) COMPLETE
51002025-05-13T21:35:50.372Z[ recovery-image] May 13 21:35:49.716 INFO O| May 13 21:35:49.715 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-05-13T21:35:50.402Z[ recovery-image] May 13 21:35:49.750 INFO O| May 13 21:35:49.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
51022025-05-13T21:35:50.405Z[ recovery-image] May 13 21:35:49.750 INFO O| May 13 21:35:49.750 INFO STEP 203 (remove_files) COMPLETE
51032025-05-13T21:35:50.405Z[ recovery-image] May 13 21:35:49.751 INFO O| May 13 21:35:49.751 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-05-13T21:35:50.423Z[ recovery-image] May 13 21:35:49.769 INFO O| May 13 21:35:49.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
51052025-05-13T21:35:50.432Z[ recovery-image] May 13 21:35:49.769 INFO O| May 13 21:35:49.769 INFO STEP 204 (remove_files) COMPLETE
51062025-05-13T21:35:50.432Z[ recovery-image] May 13 21:35:49.769 INFO O| May 13 21:35:49.769 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-05-13T21:35:50.441Z[ recovery-image] May 13 21:35:49.787 INFO O| May 13 21:35:49.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
51082025-05-13T21:35:50.445Z[ recovery-image] May 13 21:35:49.788 INFO O| May 13 21:35:49.787 INFO STEP 205 (remove_files) COMPLETE
51092025-05-13T21:35:50.445Z[ recovery-image] May 13 21:35:49.788 INFO O| May 13 21:35:49.788 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-05-13T21:35:50.458Z[ recovery-image] May 13 21:35:49.805 INFO O| May 13 21:35:49.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
51112025-05-13T21:35:50.461Z[ recovery-image] May 13 21:35:49.806 INFO O| May 13 21:35:49.805 INFO STEP 206 (remove_files) COMPLETE
51122025-05-13T21:35:50.461Z[ recovery-image] May 13 21:35:49.806 INFO O| May 13 21:35:49.806 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-05-13T21:35:50.476Z[ recovery-image] May 13 21:35:49.822 INFO O| May 13 21:35:49.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
51142025-05-13T21:35:50.479Z[ recovery-image] May 13 21:35:49.822 INFO O| May 13 21:35:49.822 INFO STEP 207 (remove_files) COMPLETE
51152025-05-13T21:35:50.479Z[ recovery-image] May 13 21:35:49.823 INFO O| May 13 21:35:49.822 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-05-13T21:35:50.499Z[ recovery-image] May 13 21:35:49.846 INFO O| May 13 21:35:49.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
51172025-05-13T21:35:50.499Z[ recovery-image] May 13 21:35:49.846 INFO O| May 13 21:35:49.846 INFO STEP 208 (remove_files) COMPLETE
51182025-05-13T21:35:50.499Z[ recovery-image] May 13 21:35:49.846 INFO O| May 13 21:35:49.846 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-05-13T21:35:50.516Z[ recovery-image] May 13 21:35:49.864 INFO O| May 13 21:35:49.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
51202025-05-13T21:35:50.516Z[ recovery-image] May 13 21:35:49.864 INFO O| May 13 21:35:49.864 INFO STEP 209 (remove_files) COMPLETE
51212025-05-13T21:35:50.520Z[ recovery-image] May 13 21:35:49.864 INFO O| May 13 21:35:49.864 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-05-13T21:35:50.592Z[ recovery-image] May 13 21:35:49.938 INFO O| May 13 21:35:49.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
51232025-05-13T21:35:50.592Z[ recovery-image] May 13 21:35:49.938 INFO O| May 13 21:35:49.938 INFO STEP 210 (remove_files) COMPLETE
51242025-05-13T21:35:50.592Z[ recovery-image] May 13 21:35:49.938 INFO O| May 13 21:35:49.938 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-05-13T21:35:50.613Z[ recovery-image] May 13 21:35:49.961 INFO O| May 13 21:35:49.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
51262025-05-13T21:35:50.613Z[ recovery-image] May 13 21:35:49.961 INFO O| May 13 21:35:49.961 INFO STEP 211 (remove_files) COMPLETE
51272025-05-13T21:35:50.613Z[ recovery-image] May 13 21:35:49.961 INFO O| May 13 21:35:49.961 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-05-13T21:35:50.653Z[ recovery-image] May 13 21:35:50.001 INFO O| May 13 21:35:50.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
51292025-05-13T21:35:50.653Z[ recovery-image] May 13 21:35:50.001 INFO O| May 13 21:35:50.001 INFO STEP 212 (remove_files) COMPLETE
51302025-05-13T21:35:50.657Z[ recovery-image] May 13 21:35:50.001 INFO O| May 13 21:35:50.001 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-05-13T21:35:50.681Z[ recovery-image] May 13 21:35:50.024 INFO O| May 13 21:35:50.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
51322025-05-13T21:35:50.681Z[ recovery-image] May 13 21:35:50.025 INFO O| May 13 21:35:50.025 INFO STEP 213 (remove_files) COMPLETE
51332025-05-13T21:35:50.685Z[ recovery-image] May 13 21:35:50.025 INFO O| May 13 21:35:50.025 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-05-13T21:35:50.701Z[ recovery-image] May 13 21:35:50.044 INFO O| May 13 21:35:50.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
51352025-05-13T21:35:50.701Z[ recovery-image] May 13 21:35:50.044 INFO O| May 13 21:35:50.044 INFO STEP 214 (remove_files) COMPLETE
51362025-05-13T21:35:50.701Z[ recovery-image] May 13 21:35:50.044 INFO O| May 13 21:35:50.044 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-05-13T21:35:50.722Z[ recovery-image] May 13 21:35:50.070 INFO O| May 13 21:35:50.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
51382025-05-13T21:35:50.722Z[ recovery-image] May 13 21:35:50.070 INFO O| May 13 21:35:50.070 INFO STEP 215 (remove_files) COMPLETE
51392025-05-13T21:35:50.722Z[ recovery-image] May 13 21:35:50.070 INFO O| May 13 21:35:50.070 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-05-13T21:35:50.750Z[ recovery-image] May 13 21:35:50.098 INFO O| May 13 21:35:50.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
51412025-05-13T21:35:50.750Z[ recovery-image] May 13 21:35:50.098 INFO O| May 13 21:35:50.098 INFO STEP 216 (remove_files) COMPLETE
51422025-05-13T21:35:50.750Z[ recovery-image] May 13 21:35:50.098 INFO O| May 13 21:35:50.098 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-05-13T21:35:50.770Z[ recovery-image] May 13 21:35:50.118 INFO O| May 13 21:35:50.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
51442025-05-13T21:35:50.770Z[ recovery-image] May 13 21:35:50.118 INFO O| May 13 21:35:50.118 INFO STEP 217 (remove_files) COMPLETE
51452025-05-13T21:35:50.775Z[ recovery-image] May 13 21:35:50.118 INFO O| May 13 21:35:50.118 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-05-13T21:35:50.802Z[ recovery-image] May 13 21:35:50.150 INFO O| May 13 21:35:50.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
51472025-05-13T21:35:50.802Z[ recovery-image] May 13 21:35:50.150 INFO O| May 13 21:35:50.150 INFO STEP 218 (remove_files) COMPLETE
51482025-05-13T21:35:50.802Z[ recovery-image] May 13 21:35:50.150 INFO O| May 13 21:35:50.150 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-05-13T21:35:50.873Z[ recovery-image] May 13 21:35:50.220 INFO O| May 13 21:35:50.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
51502025-05-13T21:35:50.873Z[ recovery-image] May 13 21:35:50.220 INFO O| May 13 21:35:50.220 INFO STEP 219 (remove_files) COMPLETE
51512025-05-13T21:35:50.877Z[ recovery-image] May 13 21:35:50.220 INFO O| May 13 21:35:50.220 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-05-13T21:35:50.928Z[ recovery-image] May 13 21:35:50.276 INFO O| May 13 21:35:50.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
51532025-05-13T21:35:50.931Z[ recovery-image] May 13 21:35:50.276 INFO O| May 13 21:35:50.276 INFO STEP 220 (remove_files) COMPLETE
51542025-05-13T21:35:50.931Z[ recovery-image] May 13 21:35:50.276 INFO O| May 13 21:35:50.276 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-05-13T21:35:50.980Z[ recovery-image] May 13 21:35:50.326 INFO O| May 13 21:35:50.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51562025-05-13T21:35:50.988Z[ recovery-image] May 13 21:35:50.326 INFO O| May 13 21:35:50.326 INFO STEP 221 (remove_files) COMPLETE
51572025-05-13T21:35:50.988Z[ recovery-image] May 13 21:35:50.326 INFO O| May 13 21:35:50.326 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-05-13T21:35:51.041Z[ recovery-image] May 13 21:35:50.388 INFO O| May 13 21:35:50.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51592025-05-13T21:35:51.046Z[ recovery-image] May 13 21:35:50.388 INFO O| May 13 21:35:50.388 INFO STEP 222 (remove_files) COMPLETE
51602025-05-13T21:35:51.046Z[ recovery-image] May 13 21:35:50.388 INFO O| May 13 21:35:50.388 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-05-13T21:35:51.081Z[ recovery-image] May 13 21:35:50.407 INFO O| May 13 21:35:50.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51622025-05-13T21:35:51.081Z[ recovery-image] May 13 21:35:50.407 INFO O| May 13 21:35:50.407 INFO STEP 223 (remove_files) COMPLETE
51632025-05-13T21:35:51.081Z[ recovery-image] May 13 21:35:50.407 INFO O| May 13 21:35:50.407 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-05-13T21:35:51.094Z[ recovery-image] May 13 21:35:50.424 INFO O| May 13 21:35:50.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51652025-05-13T21:35:51.094Z[ recovery-image] May 13 21:35:50.424 INFO O| May 13 21:35:50.424 INFO STEP 224 (remove_files) COMPLETE
51662025-05-13T21:35:51.094Z[ recovery-image] May 13 21:35:50.424 INFO O| May 13 21:35:50.424 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-05-13T21:35:51.108Z[ recovery-image] May 13 21:35:50.454 INFO O| May 13 21:35:50.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51682025-05-13T21:35:51.112Z[ recovery-image] May 13 21:35:50.454 INFO O| May 13 21:35:50.454 INFO STEP 225 (remove_files) COMPLETE
51692025-05-13T21:35:51.112Z[ recovery-image] May 13 21:35:50.454 INFO O| May 13 21:35:50.454 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-05-13T21:35:51.166Z[ recovery-image] May 13 21:35:50.512 INFO O| May 13 21:35:50.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
51712025-05-13T21:35:51.170Z[ recovery-image] May 13 21:35:50.513 INFO O| May 13 21:35:50.513 INFO STEP 226 (remove_files) COMPLETE
51722025-05-13T21:35:51.170Z[ recovery-image] May 13 21:35:50.513 INFO O| May 13 21:35:50.513 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-05-13T21:35:51.183Z[ recovery-image] May 13 21:35:50.531 INFO O| May 13 21:35:50.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
51742025-05-13T21:35:51.183Z[ recovery-image] May 13 21:35:50.531 INFO O| May 13 21:35:50.531 INFO STEP 227 (remove_files) COMPLETE
51752025-05-13T21:35:51.183Z[ recovery-image] May 13 21:35:50.531 INFO O| May 13 21:35:50.531 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-05-13T21:35:51.219Z[ recovery-image] May 13 21:35:50.567 INFO O| May 13 21:35:50.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51772025-05-13T21:35:51.219Z[ recovery-image] May 13 21:35:50.567 INFO O| May 13 21:35:50.567 INFO STEP 228 (remove_files) COMPLETE
51782025-05-13T21:35:51.223Z[ recovery-image] May 13 21:35:50.567 INFO O| May 13 21:35:50.567 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-05-13T21:35:51.242Z[ recovery-image] May 13 21:35:50.588 INFO O| May 13 21:35:50.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51802025-05-13T21:35:51.242Z[ recovery-image] May 13 21:35:50.588 INFO O| May 13 21:35:50.588 INFO STEP 229 (remove_files) COMPLETE
51812025-05-13T21:35:51.242Z[ recovery-image] May 13 21:35:50.588 INFO O| May 13 21:35:50.588 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-05-13T21:35:51.260Z[ recovery-image] May 13 21:35:50.607 INFO O| May 13 21:35:50.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51832025-05-13T21:35:51.260Z[ recovery-image] May 13 21:35:50.607 INFO O| May 13 21:35:50.607 INFO STEP 230 (remove_files) COMPLETE
51842025-05-13T21:35:51.263Z[ recovery-image] May 13 21:35:50.607 INFO O| May 13 21:35:50.607 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-05-13T21:35:52.072Z[ recovery-image] May 13 21:35:50.641 INFO O| May 13 21:35:50.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51862025-05-13T21:35:52.072Z[ recovery-image] May 13 21:35:50.641 INFO O| May 13 21:35:50.641 INFO STEP 231 (remove_files) COMPLETE
51872025-05-13T21:35:52.072Z[ recovery-image] May 13 21:35:50.641 INFO O| May 13 21:35:50.641 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.661 INFO O| May 13 21:35:50.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51892025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.662 INFO O| May 13 21:35:50.662 INFO STEP 232 (remove_files) COMPLETE
51902025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.662 INFO O| May 13 21:35:50.662 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.717 INFO O| May 13 21:35:50.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51922025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.717 INFO O| May 13 21:35:50.717 INFO STEP 233 (remove_files) COMPLETE
51932025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.717 INFO O| May 13 21:35:50.717 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.777 INFO O| May 13 21:35:50.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51952025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.777 INFO O| May 13 21:35:50.777 INFO STEP 234 (remove_files) COMPLETE
51962025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.777 INFO O| May 13 21:35:50.777 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.795 INFO O| May 13 21:35:50.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51982025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.795 INFO O| May 13 21:35:50.795 INFO STEP 235 (remove_files) COMPLETE
51992025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.795 INFO O| May 13 21:35:50.795 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.829 INFO O| May 13 21:35:50.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
52012025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.829 INFO O| May 13 21:35:50.829 INFO STEP 236 (remove_files) COMPLETE
52022025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.829 INFO O| May 13 21:35:50.829 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.865 INFO O| May 13 21:35:50.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
52042025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.865 INFO O| May 13 21:35:50.865 INFO STEP 237 (remove_files) COMPLETE
52052025-05-13T21:35:52.122Z[ recovery-image] May 13 21:35:50.865 INFO O| May 13 21:35:50.865 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-05-13T21:35:52.123Z[ recovery-image] May 13 21:35:50.922 INFO O| May 13 21:35:50.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
52072025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:50.922 INFO O| May 13 21:35:50.922 INFO STEP 238 (remove_files) COMPLETE
52082025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:50.922 INFO O| May 13 21:35:50.922 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:50.939 INFO O| May 13 21:35:50.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
52102025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:50.939 INFO O| May 13 21:35:50.939 INFO STEP 239 (remove_files) COMPLETE
52112025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:50.939 INFO O| May 13 21:35:50.939 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:50.975 INFO O| May 13 21:35:50.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
52132025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:50.975 INFO O| May 13 21:35:50.975 INFO STEP 240 (remove_files) COMPLETE
52142025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:50.976 INFO O| May 13 21:35:50.975 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:51.017 INFO O| May 13 21:35:51.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
52162025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:51.017 INFO O| May 13 21:35:51.017 INFO STEP 241 (remove_files) COMPLETE
52172025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:51.017 INFO O| May 13 21:35:51.017 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:51.037 INFO O| May 13 21:35:51.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
52192025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:51.055 INFO O| May 13 21:35:51.055 INFO STEP 242 (remove_files) COMPLETE
52202025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:51.055 INFO O| May 13 21:35:51.055 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:51.075 INFO O| May 13 21:35:51.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
52222025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:51.075 INFO O| May 13 21:35:51.075 INFO STEP 243 (remove_files) COMPLETE
52232025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:51.075 INFO O| May 13 21:35:51.075 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:51.098 INFO O| May 13 21:35:51.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
52252025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:51.098 INFO O| May 13 21:35:51.098 INFO STEP 244 (remove_files) COMPLETE
52262025-05-13T21:35:52.124Z[ recovery-image] May 13 21:35:51.098 INFO O| May 13 21:35:51.098 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-05-13T21:35:52.170Z[ recovery-image] May 13 21:35:51.117 INFO O| May 13 21:35:51.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
52282025-05-13T21:35:52.170Z[ recovery-image] May 13 21:35:51.117 INFO O| May 13 21:35:51.117 INFO STEP 245 (remove_files) COMPLETE
52292025-05-13T21:35:52.170Z[ recovery-image] May 13 21:35:51.117 INFO O| May 13 21:35:51.117 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-05-13T21:35:52.170Z[ recovery-image] May 13 21:35:51.160 INFO O| May 13 21:35:51.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
52312025-05-13T21:35:52.170Z[ recovery-image] May 13 21:35:51.160 INFO O| May 13 21:35:51.160 INFO STEP 246 (remove_files) COMPLETE
52322025-05-13T21:35:52.170Z[ recovery-image] May 13 21:35:51.160 INFO O| May 13 21:35:51.160 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-05-13T21:35:52.170Z[ recovery-image] May 13 21:35:51.194 INFO O| May 13 21:35:51.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
52342025-05-13T21:35:52.171Z[ recovery-image] May 13 21:35:51.194 INFO O| May 13 21:35:51.194 INFO STEP 247 (remove_files) COMPLETE
52352025-05-13T21:35:52.171Z[ recovery-image] May 13 21:35:51.194 INFO O| May 13 21:35:51.194 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-05-13T21:35:52.171Z[ recovery-image] May 13 21:35:51.213 INFO O| May 13 21:35:51.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
52372025-05-13T21:35:52.171Z[ recovery-image] May 13 21:35:51.213 INFO O| May 13 21:35:51.213 INFO STEP 248 (remove_files) COMPLETE
52382025-05-13T21:35:52.171Z[ recovery-image] May 13 21:35:51.213 INFO O| May 13 21:35:51.213 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-05-13T21:35:52.171Z[ recovery-image] May 13 21:35:51.231 INFO O| May 13 21:35:51.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
52402025-05-13T21:35:52.171Z[ recovery-image] May 13 21:35:51.231 INFO O| May 13 21:35:51.231 INFO STEP 249 (remove_files) COMPLETE
52412025-05-13T21:35:52.171Z[ recovery-image] May 13 21:35:51.231 INFO O| May 13 21:35:51.231 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-05-13T21:35:52.171Z[ recovery-image] May 13 21:35:51.248 INFO O| May 13 21:35:51.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
52432025-05-13T21:35:52.171Z[ recovery-image] May 13 21:35:51.248 INFO O| May 13 21:35:51.248 INFO STEP 250 (remove_files) COMPLETE
52442025-05-13T21:35:52.171Z[ recovery-image] May 13 21:35:51.248 INFO O| May 13 21:35:51.248 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.264 INFO O| May 13 21:35:51.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
52462025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.264 INFO O| May 13 21:35:51.264 INFO STEP 251 (remove_files) COMPLETE
52472025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.264 INFO O| May 13 21:35:51.264 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.281 INFO O| May 13 21:35:51.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
52492025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.281 INFO O| May 13 21:35:51.281 INFO STEP 252 (remove_files) COMPLETE
52502025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.281 INFO O| May 13 21:35:51.281 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.304 INFO O| May 13 21:35:51.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
52522025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.304 INFO O| May 13 21:35:51.304 INFO STEP 253 (remove_files) COMPLETE
52532025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.304 INFO O| May 13 21:35:51.304 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.339 INFO O| May 13 21:35:51.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
52552025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.339 INFO O| May 13 21:35:51.339 INFO STEP 254 (remove_files) COMPLETE
52562025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.339 INFO O| May 13 21:35:51.339 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-05-13T21:35:52.172Z[ recovery-image] May 13 21:35:51.363 INFO O| May 13 21:35:51.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
52582025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.363 INFO O| May 13 21:35:51.363 INFO STEP 255 (remove_files) COMPLETE
52592025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.364 INFO O| May 13 21:35:51.363 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.383 INFO O| May 13 21:35:51.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
52612025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.383 INFO O| May 13 21:35:51.383 INFO STEP 256 (remove_files) COMPLETE
52622025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.383 INFO O| May 13 21:35:51.383 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.400 INFO O| May 13 21:35:51.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
52642025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.401 INFO O| May 13 21:35:51.401 INFO STEP 257 (remove_files) COMPLETE
52652025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.401 INFO O| May 13 21:35:51.401 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.417 INFO O| May 13 21:35:51.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
52672025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.417 INFO O| May 13 21:35:51.417 INFO STEP 258 (remove_files) COMPLETE
52682025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.417 INFO O| May 13 21:35:51.417 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.434 INFO O| May 13 21:35:51.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
52702025-05-13T21:35:52.173Z[ recovery-image] May 13 21:35:51.434 INFO O| May 13 21:35:51.434 INFO STEP 259 (remove_files) COMPLETE
52712025-05-13T21:35:52.174Z[ recovery-image] May 13 21:35:51.434 INFO O| May 13 21:35:51.434 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-05-13T21:35:52.174Z[ recovery-image] May 13 21:35:51.450 INFO O| May 13 21:35:51.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
52732025-05-13T21:35:52.174Z[ recovery-image] May 13 21:35:51.450 INFO O| May 13 21:35:51.450 INFO STEP 260 (remove_files) COMPLETE
52742025-05-13T21:35:52.174Z[ recovery-image] May 13 21:35:51.450 INFO O| May 13 21:35:51.450 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-05-13T21:35:52.190Z[ recovery-image] May 13 21:35:51.479 INFO O| May 13 21:35:51.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52762025-05-13T21:35:52.190Z[ recovery-image] May 13 21:35:51.479 INFO O| May 13 21:35:51.479 INFO STEP 261 (remove_files) COMPLETE
52772025-05-13T21:35:52.190Z[ recovery-image] May 13 21:35:51.479 INFO O| May 13 21:35:51.479 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-05-13T21:35:52.190Z[ recovery-image] May 13 21:35:51.499 INFO O| May 13 21:35:51.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52792025-05-13T21:35:52.190Z[ recovery-image] May 13 21:35:51.499 INFO O| May 13 21:35:51.499 INFO STEP 262 (remove_files) COMPLETE
52802025-05-13T21:35:52.190Z[ recovery-image] May 13 21:35:51.499 INFO O| May 13 21:35:51.499 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-05-13T21:35:52.201Z[ recovery-image] May 13 21:35:51.526 INFO O| May 13 21:35:51.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52822025-05-13T21:35:52.201Z[ recovery-image] May 13 21:35:51.526 INFO O| May 13 21:35:51.526 INFO STEP 263 (remove_files) COMPLETE
52832025-05-13T21:35:52.201Z[ recovery-image] May 13 21:35:51.526 INFO O| May 13 21:35:51.526 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-05-13T21:35:52.236Z[ recovery-image] May 13 21:35:51.578 INFO O| May 13 21:35:51.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52852025-05-13T21:35:52.236Z[ recovery-image] May 13 21:35:51.578 INFO O| May 13 21:35:51.578 INFO STEP 264 (remove_files) COMPLETE
52862025-05-13T21:35:52.243Z[ recovery-image] May 13 21:35:51.578 INFO O| May 13 21:35:51.578 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-05-13T21:35:52.303Z[ recovery-image] May 13 21:35:51.639 INFO O| May 13 21:35:51.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52882025-05-13T21:35:52.303Z[ recovery-image] May 13 21:35:51.639 INFO O| May 13 21:35:51.639 INFO STEP 265 (remove_files) COMPLETE
52892025-05-13T21:35:52.318Z[ recovery-image] May 13 21:35:51.640 INFO O| May 13 21:35:51.639 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-05-13T21:35:52.333Z[ recovery-image] May 13 21:35:51.658 INFO O| May 13 21:35:51.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52912025-05-13T21:35:52.333Z[ recovery-image] May 13 21:35:51.658 INFO O| May 13 21:35:51.658 INFO STEP 266 (remove_files) COMPLETE
52922025-05-13T21:35:52.333Z[ recovery-image] May 13 21:35:51.658 INFO O| May 13 21:35:51.658 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-05-13T21:35:52.350Z[ recovery-image] May 13 21:35:51.675 INFO O| May 13 21:35:51.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52942025-05-13T21:35:52.350Z[ recovery-image] May 13 21:35:51.675 INFO O| May 13 21:35:51.675 INFO STEP 267 (remove_files) COMPLETE
52952025-05-13T21:35:52.350Z[ recovery-image] May 13 21:35:51.675 INFO O| May 13 21:35:51.675 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-05-13T21:35:52.392Z[ recovery-image] May 13 21:35:51.733 INFO O| May 13 21:35:51.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52972025-05-13T21:35:52.392Z[ recovery-image] May 13 21:35:51.734 INFO O| May 13 21:35:51.734 INFO STEP 268 (remove_files) COMPLETE
52982025-05-13T21:35:52.392Z[ recovery-image] May 13 21:35:51.734 INFO O| May 13 21:35:51.734 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-05-13T21:35:52.411Z[ recovery-image] May 13 21:35:51.751 INFO O| May 13 21:35:51.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
53002025-05-13T21:35:52.411Z[ recovery-image] May 13 21:35:51.751 INFO O| May 13 21:35:51.751 INFO STEP 269 (remove_files) COMPLETE
53012025-05-13T21:35:52.411Z[ recovery-image] May 13 21:35:51.751 INFO O| May 13 21:35:51.751 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-05-13T21:35:52.516Z[ recovery-image] May 13 21:35:51.789 INFO O| May 13 21:35:51.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
53032025-05-13T21:35:52.516Z[ recovery-image] May 13 21:35:51.790 INFO O| May 13 21:35:51.790 INFO STEP 270 (remove_files) COMPLETE
53042025-05-13T21:35:52.522Z[ recovery-image] May 13 21:35:51.790 INFO O| May 13 21:35:51.790 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-05-13T21:35:52.522Z[ recovery-image] May 13 21:35:51.837 INFO O| May 13 21:35:51.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
53062025-05-13T21:35:52.522Z[ recovery-image] May 13 21:35:51.837 INFO O| May 13 21:35:51.837 INFO STEP 271 (remove_files) COMPLETE
53072025-05-13T21:35:52.522Z[ recovery-image] May 13 21:35:51.837 INFO O| May 13 21:35:51.837 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-05-13T21:35:52.546Z[ recovery-image] May 13 21:35:51.890 INFO O| May 13 21:35:51.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
53092025-05-13T21:35:52.961Z[ recovery-image] May 13 21:35:51.890 INFO O| May 13 21:35:51.890 INFO STEP 272 (remove_files) COMPLETE
53102025-05-13T21:35:52.961Z[ recovery-image] May 13 21:35:51.890 INFO O| May 13 21:35:51.890 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-05-13T21:35:52.968Z[ recovery-image] May 13 21:35:51.909 INFO O| May 13 21:35:51.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
53122025-05-13T21:35:52.968Z[ recovery-image] May 13 21:35:51.909 INFO O| May 13 21:35:51.909 INFO STEP 273 (remove_files) COMPLETE
53132025-05-13T21:35:52.968Z[ recovery-image] May 13 21:35:51.909 INFO O| May 13 21:35:51.909 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-05-13T21:35:52.968Z[ recovery-image] May 13 21:35:51.928 INFO O| May 13 21:35:51.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
53152025-05-13T21:35:52.968Z[ recovery-image] May 13 21:35:51.928 INFO O| May 13 21:35:51.928 INFO STEP 274 (remove_files) COMPLETE
53162025-05-13T21:35:52.968Z[ recovery-image] May 13 21:35:51.928 INFO O| May 13 21:35:51.928 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-05-13T21:35:52.968Z[ recovery-image] May 13 21:35:51.946 INFO O| May 13 21:35:51.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
53182025-05-13T21:35:52.968Z[ recovery-image] May 13 21:35:51.946 INFO O| May 13 21:35:51.946 INFO STEP 275 (remove_files) COMPLETE
53192025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:51.946 INFO O| May 13 21:35:51.946 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:51.972 INFO O| May 13 21:35:51.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
53212025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:51.972 INFO O| May 13 21:35:51.972 INFO STEP 276 (remove_files) COMPLETE
53222025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:51.972 INFO O| May 13 21:35:51.972 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:51.991 INFO O| May 13 21:35:51.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
53242025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:51.991 INFO O| May 13 21:35:51.991 INFO STEP 277 (remove_files) COMPLETE
53252025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:51.991 INFO O| May 13 21:35:51.991 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.019 INFO O| May 13 21:35:52.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
53272025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.019 INFO O| May 13 21:35:52.019 INFO STEP 278 (remove_files) COMPLETE
53282025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.019 INFO O| May 13 21:35:52.019 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.038 INFO O| May 13 21:35:52.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
53302025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.038 INFO O| May 13 21:35:52.038 INFO STEP 279 (remove_files) COMPLETE
53312025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.038 INFO O| May 13 21:35:52.038 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.068 INFO O| May 13 21:35:52.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
53332025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.092 INFO O| May 13 21:35:52.092 INFO STEP 280 (remove_files) COMPLETE
53342025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.092 INFO O| May 13 21:35:52.092 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.119 INFO O| May 13 21:35:52.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
53362025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.119 INFO O| May 13 21:35:52.119 INFO STEP 281 (remove_files) COMPLETE
53372025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.119 INFO O| May 13 21:35:52.119 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.135 INFO O| May 13 21:35:52.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
53392025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.135 INFO O| May 13 21:35:52.135 INFO STEP 282 (remove_files) COMPLETE
53402025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.135 INFO O| May 13 21:35:52.135 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-05-13T21:35:52.969Z[ recovery-image] May 13 21:35:52.154 INFO O| May 13 21:35:52.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
53422025-05-13T21:35:52.970Z[ recovery-image] May 13 21:35:52.154 INFO O| May 13 21:35:52.154 INFO STEP 283 (remove_files) COMPLETE
53432025-05-13T21:35:52.970Z[ recovery-image] May 13 21:35:52.154 INFO O| May 13 21:35:52.154 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-05-13T21:35:52.970Z[ recovery-image] May 13 21:35:52.171 INFO O| May 13 21:35:52.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
53452025-05-13T21:35:52.970Z[ recovery-image] May 13 21:35:52.171 INFO O| May 13 21:35:52.171 INFO STEP 284 (remove_files) COMPLETE
53462025-05-13T21:35:52.970Z[ recovery-image] May 13 21:35:52.171 INFO O| May 13 21:35:52.171 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-05-13T21:35:52.970Z[ recovery-image] May 13 21:35:52.205 INFO O| May 13 21:35:52.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
53482025-05-13T21:35:52.970Z[ recovery-image] May 13 21:35:52.205 INFO O| May 13 21:35:52.205 INFO STEP 285 (remove_files) COMPLETE
53492025-05-13T21:35:52.970Z[ recovery-image] May 13 21:35:52.205 INFO O| May 13 21:35:52.205 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-05-13T21:35:52.970Z[ recovery-image] May 13 21:35:52.276 INFO O| May 13 21:35:52.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
53512025-05-13T21:35:52.970Z[ recovery-image] May 13 21:35:52.276 INFO O| May 13 21:35:52.276 INFO STEP 286 (remove_files) COMPLETE
53522025-05-13T21:35:52.971Z[ recovery-image] May 13 21:35:52.276 INFO O| May 13 21:35:52.276 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-05-13T21:35:52.971Z[ recovery-image] May 13 21:35:52.295 INFO O| May 13 21:35:52.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
53542025-05-13T21:35:52.971Z[ recovery-image] May 13 21:35:52.295 INFO O| May 13 21:35:52.295 INFO STEP 287 (remove_files) COMPLETE
53552025-05-13T21:35:52.971Z[ recovery-image] May 13 21:35:52.295 INFO O| May 13 21:35:52.295 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-05-13T21:35:52.977Z[ recovery-image] May 13 21:35:52.314 INFO O| May 13 21:35:52.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
53572025-05-13T21:35:52.977Z[ recovery-image] May 13 21:35:52.314 INFO O| May 13 21:35:52.314 INFO STEP 288 (remove_files) COMPLETE
53582025-05-13T21:35:52.977Z[ recovery-image] May 13 21:35:52.315 INFO O| May 13 21:35:52.314 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-05-13T21:35:52.986Z[ recovery-image] May 13 21:35:52.333 INFO O| May 13 21:35:52.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
53602025-05-13T21:35:52.990Z[ recovery-image] May 13 21:35:52.333 INFO O| May 13 21:35:52.333 INFO STEP 289 (remove_files) COMPLETE
53612025-05-13T21:35:52.990Z[ recovery-image] May 13 21:35:52.334 INFO O| May 13 21:35:52.333 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-05-13T21:35:53.003Z[ recovery-image] May 13 21:35:52.351 INFO O| May 13 21:35:52.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53632025-05-13T21:35:53.007Z[ recovery-image] May 13 21:35:52.351 INFO O| May 13 21:35:52.351 INFO STEP 290 (remove_files) COMPLETE
53642025-05-13T21:35:53.007Z[ recovery-image] May 13 21:35:52.351 INFO O| May 13 21:35:52.351 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-05-13T21:35:53.034Z[ recovery-image] May 13 21:35:52.375 INFO O| May 13 21:35:52.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
53662025-05-13T21:35:53.046Z[ recovery-image] May 13 21:35:52.375 INFO O| May 13 21:35:52.375 INFO STEP 291 (remove_files) COMPLETE
53672025-05-13T21:35:53.046Z[ recovery-image] May 13 21:35:52.375 INFO O| May 13 21:35:52.375 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-05-13T21:35:53.059Z[ recovery-image] May 13 21:35:52.393 INFO O| May 13 21:35:52.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
53692025-05-13T21:35:53.059Z[ recovery-image] May 13 21:35:52.394 INFO O| May 13 21:35:52.394 INFO STEP 292 (remove_files) COMPLETE
53702025-05-13T21:35:53.059Z[ recovery-image] May 13 21:35:52.394 INFO O| May 13 21:35:52.394 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-05-13T21:35:53.070Z[ recovery-image] May 13 21:35:52.414 INFO O| May 13 21:35:52.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
53722025-05-13T21:35:53.070Z[ recovery-image] May 13 21:35:52.414 INFO O| May 13 21:35:52.414 INFO STEP 293 (remove_files) COMPLETE
53732025-05-13T21:35:53.203Z[ recovery-image] May 13 21:35:52.414 INFO O| May 13 21:35:52.414 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-05-13T21:35:53.245Z[ recovery-image] May 13 21:35:52.456 INFO O| May 13 21:35:52.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
53752025-05-13T21:35:53.245Z[ recovery-image] May 13 21:35:52.456 INFO O| May 13 21:35:52.456 INFO STEP 294 (remove_files) COMPLETE
53762025-05-13T21:35:53.245Z[ recovery-image] May 13 21:35:52.456 INFO O| May 13 21:35:52.456 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-05-13T21:35:53.245Z[ recovery-image] May 13 21:35:52.515 INFO O| May 13 21:35:52.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53782025-05-13T21:35:53.245Z[ recovery-image] May 13 21:35:52.515 INFO O| May 13 21:35:52.515 INFO STEP 295 (remove_files) COMPLETE
53792025-05-13T21:35:53.245Z[ recovery-image] May 13 21:35:52.515 INFO O| May 13 21:35:52.515 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-05-13T21:35:53.245Z[ recovery-image] May 13 21:35:52.531 INFO O| May 13 21:35:52.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53812025-05-13T21:35:53.245Z[ recovery-image] May 13 21:35:52.531 INFO O| May 13 21:35:52.531 INFO STEP 296 (remove_files) COMPLETE
53822025-05-13T21:35:53.245Z[ recovery-image] May 13 21:35:52.531 INFO O| May 13 21:35:52.531 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-05-13T21:35:53.264Z[ recovery-image] May 13 21:35:52.571 INFO O| May 13 21:35:52.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53842025-05-13T21:35:53.264Z[ recovery-image] May 13 21:35:52.571 INFO O| May 13 21:35:52.571 INFO STEP 297 (remove_files) COMPLETE
53852025-05-13T21:35:53.264Z[ recovery-image] May 13 21:35:52.571 INFO O| May 13 21:35:52.571 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-05-13T21:35:53.283Z[ recovery-image] May 13 21:35:52.615 INFO O| May 13 21:35:52.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53872025-05-13T21:35:53.283Z[ recovery-image] May 13 21:35:52.615 INFO O| May 13 21:35:52.615 INFO STEP 298 (remove_files) COMPLETE
53882025-05-13T21:35:53.283Z[ recovery-image] May 13 21:35:52.615 INFO O| May 13 21:35:52.615 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-05-13T21:35:53.298Z[ recovery-image] May 13 21:35:52.638 INFO O| May 13 21:35:52.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53902025-05-13T21:35:53.298Z[ recovery-image] May 13 21:35:52.638 INFO O| May 13 21:35:52.638 INFO STEP 299 (remove_files) COMPLETE
53912025-05-13T21:35:53.309Z[ recovery-image] May 13 21:35:52.638 INFO O| May 13 21:35:52.638 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-05-13T21:35:53.343Z[ recovery-image] May 13 21:35:52.679 INFO O| May 13 21:35:52.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53932025-05-13T21:35:53.360Z[ recovery-image] May 13 21:35:52.680 INFO O| May 13 21:35:52.679 INFO STEP 300 (remove_files) COMPLETE
53942025-05-13T21:35:53.360Z[ recovery-image] May 13 21:35:52.680 INFO O| May 13 21:35:52.679 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-05-13T21:35:53.389Z[ recovery-image] May 13 21:35:52.729 INFO O| May 13 21:35:52.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53962025-05-13T21:35:53.395Z[ recovery-image] May 13 21:35:52.729 INFO O| May 13 21:35:52.729 INFO STEP 301 (remove_files) COMPLETE
53972025-05-13T21:35:53.395Z[ recovery-image] May 13 21:35:52.729 INFO O| May 13 21:35:52.729 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-05-13T21:35:53.406Z[ recovery-image] May 13 21:35:52.748 INFO O| May 13 21:35:52.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53992025-05-13T21:35:53.412Z[ recovery-image] May 13 21:35:52.748 INFO O| May 13 21:35:52.748 INFO STEP 302 (remove_files) COMPLETE
54002025-05-13T21:35:53.412Z[ recovery-image] May 13 21:35:52.748 INFO O| May 13 21:35:52.748 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-05-13T21:35:53.438Z[ recovery-image] May 13 21:35:52.784 INFO O| May 13 21:35:52.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
54022025-05-13T21:35:53.438Z[ recovery-image] May 13 21:35:52.784 INFO O| May 13 21:35:52.784 INFO STEP 303 (remove_files) COMPLETE
54032025-05-13T21:35:53.456Z[ recovery-image] May 13 21:35:52.784 INFO O| May 13 21:35:52.784 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-05-13T21:35:53.475Z[ recovery-image] May 13 21:35:52.817 INFO O| May 13 21:35:52.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
54052025-05-13T21:35:53.475Z[ recovery-image] May 13 21:35:52.817 INFO O| May 13 21:35:52.817 INFO STEP 304 (remove_files) COMPLETE
54062025-05-13T21:35:53.475Z[ recovery-image] May 13 21:35:52.817 INFO O| May 13 21:35:52.817 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-05-13T21:35:53.512Z[ recovery-image] May 13 21:35:52.854 INFO O| May 13 21:35:52.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
54082025-05-13T21:35:53.512Z[ recovery-image] May 13 21:35:52.854 INFO O| May 13 21:35:52.854 INFO STEP 305 (remove_files) COMPLETE
54092025-05-13T21:35:53.512Z[ recovery-image] May 13 21:35:52.854 INFO O| May 13 21:35:52.854 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-05-13T21:35:53.527Z[ recovery-image] May 13 21:35:52.871 INFO O| May 13 21:35:52.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
54112025-05-13T21:35:53.527Z[ recovery-image] May 13 21:35:52.871 INFO O| May 13 21:35:52.871 INFO STEP 306 (remove_files) COMPLETE
54122025-05-13T21:35:53.527Z[ recovery-image] May 13 21:35:52.871 INFO O| May 13 21:35:52.871 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-05-13T21:35:53.563Z[ recovery-image] May 13 21:35:52.901 INFO O| May 13 21:35:52.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
54142025-05-13T21:35:53.563Z[ recovery-image] May 13 21:35:52.901 INFO O| May 13 21:35:52.901 INFO STEP 307 (remove_files) COMPLETE
54152025-05-13T21:35:53.563Z[ recovery-image] May 13 21:35:52.901 INFO O| May 13 21:35:52.901 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-05-13T21:35:53.581Z[ recovery-image] May 13 21:35:52.923 INFO O| May 13 21:35:52.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
54172025-05-13T21:35:53.581Z[ recovery-image] May 13 21:35:52.923 INFO O| May 13 21:35:52.923 INFO STEP 308 (remove_files) COMPLETE
54182025-05-13T21:35:53.581Z[ recovery-image] May 13 21:35:52.923 INFO O| May 13 21:35:52.923 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-05-13T21:35:53.599Z[ recovery-image] May 13 21:35:52.942 INFO O| May 13 21:35:52.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
54202025-05-13T21:35:53.599Z[ recovery-image] May 13 21:35:52.942 INFO O| May 13 21:35:52.942 INFO STEP 309 (remove_files) COMPLETE
54212025-05-13T21:35:53.609Z[ recovery-image] May 13 21:35:52.942 INFO O| May 13 21:35:52.942 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-05-13T21:35:53.615Z[ recovery-image] May 13 21:35:52.962 INFO O| May 13 21:35:52.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
54232025-05-13T21:35:53.615Z[ recovery-image] May 13 21:35:52.962 INFO O| May 13 21:35:52.962 INFO STEP 310 (remove_files) COMPLETE
54242025-05-13T21:35:53.619Z[ recovery-image] May 13 21:35:52.962 INFO O| May 13 21:35:52.962 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-05-13T21:35:53.637Z[ recovery-image] May 13 21:35:52.982 INFO O| May 13 21:35:52.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
54262025-05-13T21:35:53.637Z[ recovery-image] May 13 21:35:52.982 INFO O| May 13 21:35:52.982 INFO STEP 311 (remove_files) COMPLETE
54272025-05-13T21:35:53.643Z[ recovery-image] May 13 21:35:52.982 INFO O| May 13 21:35:52.982 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-05-13T21:35:53.671Z[ recovery-image] May 13 21:35:53.019 INFO O| May 13 21:35:53.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
54292025-05-13T21:35:53.675Z[ recovery-image] May 13 21:35:53.019 INFO O| May 13 21:35:53.019 INFO STEP 312 (remove_files) COMPLETE
54302025-05-13T21:35:53.675Z[ recovery-image] May 13 21:35:53.020 INFO O| May 13 21:35:53.019 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-05-13T21:35:53.691Z[ recovery-image] May 13 21:35:53.039 INFO O| May 13 21:35:53.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
54322025-05-13T21:35:53.694Z[ recovery-image] May 13 21:35:53.039 INFO O| May 13 21:35:53.039 INFO STEP 313 (remove_files) COMPLETE
54332025-05-13T21:35:53.694Z[ recovery-image] May 13 21:35:53.039 INFO O| May 13 21:35:53.039 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-05-13T21:35:53.724Z[ recovery-image] May 13 21:35:53.071 INFO O| May 13 21:35:53.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
54352025-05-13T21:35:53.724Z[ recovery-image] May 13 21:35:53.071 INFO O| May 13 21:35:53.071 INFO STEP 314 (remove_files) COMPLETE
54362025-05-13T21:35:53.724Z[ recovery-image] May 13 21:35:53.071 INFO O| May 13 21:35:53.071 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-05-13T21:35:53.797Z[ recovery-image] May 13 21:35:53.122 INFO O| May 13 21:35:53.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
54382025-05-13T21:35:53.797Z[ recovery-image] May 13 21:35:53.122 INFO O| May 13 21:35:53.122 INFO STEP 315 (remove_files) COMPLETE
54392025-05-13T21:35:53.797Z[ recovery-image] May 13 21:35:53.122 INFO O| May 13 21:35:53.122 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-05-13T21:35:53.806Z[ recovery-image] May 13 21:35:53.140 INFO O| May 13 21:35:53.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
54412025-05-13T21:35:53.806Z[ recovery-image] May 13 21:35:53.140 INFO O| May 13 21:35:53.140 INFO STEP 316 (remove_files) COMPLETE
54422025-05-13T21:35:53.806Z[ recovery-image] May 13 21:35:53.140 INFO O| May 13 21:35:53.140 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-05-13T21:35:53.823Z[ recovery-image] May 13 21:35:53.171 INFO O| May 13 21:35:53.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
54442025-05-13T21:35:53.823Z[ recovery-image] May 13 21:35:53.171 INFO O| May 13 21:35:53.171 INFO STEP 317 (remove_files) COMPLETE
54452025-05-13T21:35:53.823Z[ recovery-image] May 13 21:35:53.171 INFO O| May 13 21:35:53.171 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-05-13T21:35:53.880Z[ recovery-image] May 13 21:35:53.228 INFO O| May 13 21:35:53.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
54472025-05-13T21:35:53.880Z[ recovery-image] May 13 21:35:53.228 INFO O| May 13 21:35:53.228 INFO STEP 318 (remove_files) COMPLETE
54482025-05-13T21:35:53.883Z[ recovery-image] May 13 21:35:53.228 INFO O| May 13 21:35:53.228 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-05-13T21:35:53.917Z[ recovery-image] May 13 21:35:53.262 INFO O| May 13 21:35:53.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
54502025-05-13T21:35:53.917Z[ recovery-image] May 13 21:35:53.263 INFO O| May 13 21:35:53.263 INFO STEP 319 (remove_files) COMPLETE
54512025-05-13T21:35:53.920Z[ recovery-image] May 13 21:35:53.263 INFO O| May 13 21:35:53.263 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-05-13T21:35:53.936Z[ recovery-image] May 13 21:35:53.284 INFO O| May 13 21:35:53.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54532025-05-13T21:35:53.937Z[ recovery-image] May 13 21:35:53.284 INFO O| May 13 21:35:53.284 INFO STEP 320 (remove_files) COMPLETE
54542025-05-13T21:35:53.937Z[ recovery-image] May 13 21:35:53.284 INFO O| May 13 21:35:53.284 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-05-13T21:35:53.954Z[ recovery-image] May 13 21:35:53.302 INFO O| May 13 21:35:53.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54562025-05-13T21:35:53.954Z[ recovery-image] May 13 21:35:53.302 INFO O| May 13 21:35:53.302 INFO STEP 321 (remove_files) COMPLETE
54572025-05-13T21:35:53.954Z[ recovery-image] May 13 21:35:53.302 INFO O| May 13 21:35:53.302 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-05-13T21:35:53.969Z[ recovery-image] May 13 21:35:53.317 INFO O| May 13 21:35:53.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54592025-05-13T21:35:53.969Z[ recovery-image] May 13 21:35:53.317 INFO O| May 13 21:35:53.317 INFO STEP 322 (remove_files) COMPLETE
54602025-05-13T21:35:53.969Z[ recovery-image] May 13 21:35:53.317 INFO O| May 13 21:35:53.317 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-05-13T21:35:54.001Z[ recovery-image] May 13 21:35:53.349 INFO O| May 13 21:35:53.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54622025-05-13T21:35:54.024Z[ recovery-image] May 13 21:35:53.369 INFO O| May 13 21:35:53.369 INFO STEP 323 (remove_files) COMPLETE
54632025-05-13T21:35:54.024Z[ recovery-image] May 13 21:35:53.369 INFO O| May 13 21:35:53.369 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-05-13T21:35:54.049Z[ recovery-image] May 13 21:35:53.388 INFO O| May 13 21:35:53.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
54652025-05-13T21:35:54.049Z[ recovery-image] May 13 21:35:53.388 INFO O| May 13 21:35:53.388 INFO STEP 324 (remove_files) COMPLETE
54662025-05-13T21:35:54.050Z[ recovery-image] May 13 21:35:53.388 INFO O| May 13 21:35:53.388 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-05-13T21:35:54.064Z[ recovery-image] May 13 21:35:53.405 INFO O| May 13 21:35:53.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54682025-05-13T21:35:54.064Z[ recovery-image] May 13 21:35:53.405 INFO O| May 13 21:35:53.405 INFO STEP 325 (remove_files) COMPLETE
54692025-05-13T21:35:54.073Z[ recovery-image] May 13 21:35:53.405 INFO O| May 13 21:35:53.405 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-05-13T21:35:54.122Z[ recovery-image] May 13 21:35:53.463 INFO O| May 13 21:35:53.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54712025-05-13T21:35:54.122Z[ recovery-image] May 13 21:35:53.463 INFO O| May 13 21:35:53.463 INFO STEP 326 (remove_files) COMPLETE
54722025-05-13T21:35:54.127Z[ recovery-image] May 13 21:35:53.463 INFO O| May 13 21:35:53.463 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-05-13T21:35:54.159Z[ recovery-image] May 13 21:35:53.504 INFO O| May 13 21:35:53.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54742025-05-13T21:35:54.159Z[ recovery-image] May 13 21:35:53.504 INFO O| May 13 21:35:53.504 INFO STEP 327 (remove_files) COMPLETE
54752025-05-13T21:35:54.159Z[ recovery-image] May 13 21:35:53.504 INFO O| May 13 21:35:53.504 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-05-13T21:35:54.192Z[ recovery-image] May 13 21:35:53.526 INFO O| May 13 21:35:53.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54772025-05-13T21:35:54.192Z[ recovery-image] May 13 21:35:53.526 INFO O| May 13 21:35:53.526 INFO STEP 328 (remove_files) COMPLETE
54782025-05-13T21:35:54.192Z[ recovery-image] May 13 21:35:53.526 INFO O| May 13 21:35:53.526 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-05-13T21:35:54.235Z[ recovery-image] May 13 21:35:53.578 INFO O| May 13 21:35:53.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54802025-05-13T21:35:54.235Z[ recovery-image] May 13 21:35:53.578 INFO O| May 13 21:35:53.578 INFO STEP 329 (remove_files) COMPLETE
54812025-05-13T21:35:54.236Z[ recovery-image] May 13 21:35:53.578 INFO O| May 13 21:35:53.578 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-05-13T21:35:54.284Z[ recovery-image] May 13 21:35:53.630 INFO O| May 13 21:35:53.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54832025-05-13T21:35:54.284Z[ recovery-image] May 13 21:35:53.630 INFO O| May 13 21:35:53.630 INFO STEP 330 (remove_files) COMPLETE
54842025-05-13T21:35:54.288Z[ recovery-image] May 13 21:35:53.630 INFO O| May 13 21:35:53.630 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-05-13T21:35:54.299Z[ recovery-image] May 13 21:35:53.646 INFO O| May 13 21:35:53.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54862025-05-13T21:35:54.302Z[ recovery-image] May 13 21:35:53.647 INFO O| May 13 21:35:53.646 INFO STEP 331 (remove_files) COMPLETE
54872025-05-13T21:35:54.302Z[ recovery-image] May 13 21:35:53.647 INFO O| May 13 21:35:53.647 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-05-13T21:35:54.333Z[ recovery-image] May 13 21:35:53.679 INFO O| May 13 21:35:53.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54892025-05-13T21:35:54.333Z[ recovery-image] May 13 21:35:53.679 INFO O| May 13 21:35:53.679 INFO STEP 332 (remove_files) COMPLETE
54902025-05-13T21:35:54.338Z[ recovery-image] May 13 21:35:53.679 INFO O| May 13 21:35:53.679 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-05-13T21:35:54.350Z[ recovery-image] May 13 21:35:53.696 INFO O| May 13 21:35:53.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54922025-05-13T21:35:54.356Z[ recovery-image] May 13 21:35:53.697 INFO O| May 13 21:35:53.697 INFO STEP 333 (remove_files) COMPLETE
54932025-05-13T21:35:54.356Z[ recovery-image] May 13 21:35:53.697 INFO O| May 13 21:35:53.697 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-05-13T21:35:54.367Z[ recovery-image] May 13 21:35:53.713 INFO O| May 13 21:35:53.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54952025-05-13T21:35:54.370Z[ recovery-image] May 13 21:35:53.713 INFO O| May 13 21:35:53.713 INFO STEP 334 (remove_files) COMPLETE
54962025-05-13T21:35:54.370Z[ recovery-image] May 13 21:35:53.713 INFO O| May 13 21:35:53.713 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-05-13T21:35:54.402Z[ recovery-image] May 13 21:35:53.750 INFO O| May 13 21:35:53.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54982025-05-13T21:35:54.402Z[ recovery-image] May 13 21:35:53.750 INFO O| May 13 21:35:53.750 INFO STEP 335 (remove_files) COMPLETE
54992025-05-13T21:35:54.402Z[ recovery-image] May 13 21:35:53.750 INFO O| May 13 21:35:53.750 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-05-13T21:35:54.417Z[ recovery-image] May 13 21:35:53.765 INFO O| May 13 21:35:53.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
55012025-05-13T21:35:54.417Z[ recovery-image] May 13 21:35:53.765 INFO O| May 13 21:35:53.765 INFO STEP 336 (remove_files) COMPLETE
55022025-05-13T21:35:54.420Z[ recovery-image] May 13 21:35:53.765 INFO O| May 13 21:35:53.765 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-05-13T21:35:54.451Z[ recovery-image] May 13 21:35:53.792 INFO O| May 13 21:35:53.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
55042025-05-13T21:35:54.459Z[ recovery-image] May 13 21:35:53.792 INFO O| May 13 21:35:53.792 INFO STEP 337 (remove_files) COMPLETE
55052025-05-13T21:35:54.459Z[ recovery-image] May 13 21:35:53.792 INFO O| May 13 21:35:53.792 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-05-13T21:35:54.465Z[ recovery-image] May 13 21:35:53.810 INFO O| May 13 21:35:53.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
55072025-05-13T21:35:54.466Z[ recovery-image] May 13 21:35:53.810 INFO O| May 13 21:35:53.810 INFO STEP 338 (remove_files) COMPLETE
55082025-05-13T21:35:54.471Z[ recovery-image] May 13 21:35:53.810 INFO O| May 13 21:35:53.810 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-05-13T21:35:54.491Z[ recovery-image] May 13 21:35:53.826 INFO O| May 13 21:35:53.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
55102025-05-13T21:35:54.491Z[ recovery-image] May 13 21:35:53.826 INFO O| May 13 21:35:53.826 INFO STEP 339 (remove_files) COMPLETE
55112025-05-13T21:35:54.491Z[ recovery-image] May 13 21:35:53.826 INFO O| May 13 21:35:53.826 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-05-13T21:35:54.497Z[ recovery-image] May 13 21:35:53.841 INFO O| May 13 21:35:53.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
55132025-05-13T21:35:54.497Z[ recovery-image] May 13 21:35:53.841 INFO O| May 13 21:35:53.841 INFO STEP 340 (remove_files) COMPLETE
55142025-05-13T21:35:54.497Z[ recovery-image] May 13 21:35:53.841 INFO O| May 13 21:35:53.841 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-05-13T21:35:54.509Z[ recovery-image] May 13 21:35:53.857 INFO O| May 13 21:35:53.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
55162025-05-13T21:35:54.514Z[ recovery-image] May 13 21:35:53.857 INFO O| May 13 21:35:53.857 INFO STEP 341 (remove_files) COMPLETE
55172025-05-13T21:35:54.514Z[ recovery-image] May 13 21:35:53.857 INFO O| May 13 21:35:53.857 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-05-13T21:35:54.547Z[ recovery-image] May 13 21:35:53.887 INFO O| May 13 21:35:53.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
55192025-05-13T21:35:54.547Z[ recovery-image] May 13 21:35:53.888 INFO O| May 13 21:35:53.887 INFO STEP 342 (remove_files) COMPLETE
55202025-05-13T21:35:54.547Z[ recovery-image] May 13 21:35:53.888 INFO O| May 13 21:35:53.888 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-05-13T21:35:54.601Z[ recovery-image] May 13 21:35:53.948 INFO O| May 13 21:35:53.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
55222025-05-13T21:35:54.601Z[ recovery-image] May 13 21:35:53.948 INFO O| May 13 21:35:53.948 INFO STEP 343 (remove_files) COMPLETE
55232025-05-13T21:35:54.607Z[ recovery-image] May 13 21:35:53.948 INFO O| May 13 21:35:53.948 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-05-13T21:35:54.665Z[ recovery-image] May 13 21:35:54.009 INFO O| May 13 21:35:54.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
55252025-05-13T21:35:54.665Z[ recovery-image] May 13 21:35:54.009 INFO O| May 13 21:35:54.009 INFO STEP 344 (remove_files) COMPLETE
55262025-05-13T21:35:54.665Z[ recovery-image] May 13 21:35:54.009 INFO O| May 13 21:35:54.009 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-05-13T21:35:54.679Z[ recovery-image] May 13 21:35:54.026 INFO O| May 13 21:35:54.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
55282025-05-13T21:35:54.680Z[ recovery-image] May 13 21:35:54.026 INFO O| May 13 21:35:54.026 INFO STEP 345 (remove_files) COMPLETE
55292025-05-13T21:35:54.680Z[ recovery-image] May 13 21:35:54.026 INFO O| May 13 21:35:54.026 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-05-13T21:35:54.716Z[ recovery-image] May 13 21:35:54.063 INFO O| May 13 21:35:54.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
55312025-05-13T21:35:54.720Z[ recovery-image] May 13 21:35:54.063 INFO O| May 13 21:35:54.063 INFO STEP 346 (remove_files) COMPLETE
55322025-05-13T21:35:54.720Z[ recovery-image] May 13 21:35:54.063 INFO O| May 13 21:35:54.063 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-05-13T21:35:54.737Z[ recovery-image] May 13 21:35:54.081 INFO O| May 13 21:35:54.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
55342025-05-13T21:35:54.737Z[ recovery-image] May 13 21:35:54.081 INFO O| May 13 21:35:54.081 INFO STEP 347 (remove_files) COMPLETE
55352025-05-13T21:35:54.737Z[ recovery-image] May 13 21:35:54.081 INFO O| May 13 21:35:54.081 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-05-13T21:35:54.750Z[ recovery-image] May 13 21:35:54.098 INFO O| May 13 21:35:54.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55372025-05-13T21:35:54.750Z[ recovery-image] May 13 21:35:54.098 INFO O| May 13 21:35:54.098 INFO STEP 348 (remove_files) COMPLETE
55382025-05-13T21:35:54.755Z[ recovery-image] May 13 21:35:54.098 INFO O| May 13 21:35:54.098 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-05-13T21:35:54.773Z[ recovery-image] May 13 21:35:54.120 INFO O| May 13 21:35:54.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55402025-05-13T21:35:54.773Z[ recovery-image] May 13 21:35:54.120 INFO O| May 13 21:35:54.120 INFO STEP 349 (remove_files) COMPLETE
55412025-05-13T21:35:54.773Z[ recovery-image] May 13 21:35:54.120 INFO O| May 13 21:35:54.120 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-05-13T21:35:54.807Z[ recovery-image] May 13 21:35:54.152 INFO O| May 13 21:35:54.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55432025-05-13T21:35:54.807Z[ recovery-image] May 13 21:35:54.152 INFO O| May 13 21:35:54.152 INFO STEP 350 (remove_files) COMPLETE
55442025-05-13T21:35:54.807Z[ recovery-image] May 13 21:35:54.152 INFO O| May 13 21:35:54.152 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-05-13T21:35:54.844Z[ recovery-image] May 13 21:35:54.192 INFO O| May 13 21:35:54.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55462025-05-13T21:35:54.847Z[ recovery-image] May 13 21:35:54.192 INFO O| May 13 21:35:54.192 INFO STEP 351 (remove_files) COMPLETE
55472025-05-13T21:35:54.847Z[ recovery-image] May 13 21:35:54.192 INFO O| May 13 21:35:54.192 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-05-13T21:35:54.861Z[ recovery-image] May 13 21:35:54.209 INFO O| May 13 21:35:54.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55492025-05-13T21:35:54.861Z[ recovery-image] May 13 21:35:54.209 INFO O| May 13 21:35:54.209 INFO STEP 352 (remove_files) COMPLETE
55502025-05-13T21:35:54.861Z[ recovery-image] May 13 21:35:54.209 INFO O| May 13 21:35:54.209 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-05-13T21:35:54.877Z[ recovery-image] May 13 21:35:54.225 INFO O| May 13 21:35:54.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55522025-05-13T21:35:54.878Z[ recovery-image] May 13 21:35:54.225 INFO O| May 13 21:35:54.225 INFO STEP 353 (remove_files) COMPLETE
55532025-05-13T21:35:54.878Z[ recovery-image] May 13 21:35:54.225 INFO O| May 13 21:35:54.225 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-05-13T21:35:54.914Z[ recovery-image] May 13 21:35:54.260 INFO O| May 13 21:35:54.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55552025-05-13T21:35:54.914Z[ recovery-image] May 13 21:35:54.260 INFO O| May 13 21:35:54.260 INFO STEP 354 (remove_files) COMPLETE
55562025-05-13T21:35:54.917Z[ recovery-image] May 13 21:35:54.260 INFO O| May 13 21:35:54.260 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-05-13T21:35:54.950Z[ recovery-image] May 13 21:35:54.296 INFO O| May 13 21:35:54.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55582025-05-13T21:35:54.981Z[ recovery-image] May 13 21:35:54.302 INFO O| May 13 21:35:54.302 INFO STEP 355 (remove_files) COMPLETE
55592025-05-13T21:35:54.981Z[ recovery-image] May 13 21:35:54.302 INFO O| May 13 21:35:54.302 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-05-13T21:35:55.003Z[ recovery-image] May 13 21:35:54.350 INFO O| May 13 21:35:54.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55612025-05-13T21:35:55.003Z[ recovery-image] May 13 21:35:54.350 INFO O| May 13 21:35:54.350 INFO STEP 356 (remove_files) COMPLETE
55622025-05-13T21:35:55.003Z[ recovery-image] May 13 21:35:54.350 INFO O| May 13 21:35:54.350 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-05-13T21:35:55.040Z[ recovery-image] May 13 21:35:54.386 INFO O| May 13 21:35:54.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55642025-05-13T21:35:55.040Z[ recovery-image] May 13 21:35:54.387 INFO O| May 13 21:35:54.387 INFO STEP 357 (remove_files) COMPLETE
55652025-05-13T21:35:55.040Z[ recovery-image] May 13 21:35:54.387 INFO O| May 13 21:35:54.387 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-05-13T21:35:55.065Z[ recovery-image] May 13 21:35:54.407 INFO O| May 13 21:35:54.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55672025-05-13T21:35:55.070Z[ recovery-image] May 13 21:35:54.407 INFO O| May 13 21:35:54.407 INFO STEP 358 (remove_files) COMPLETE
55682025-05-13T21:35:55.070Z[ recovery-image] May 13 21:35:54.407 INFO O| May 13 21:35:54.407 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-05-13T21:35:55.078Z[ recovery-image] May 13 21:35:54.426 INFO O| May 13 21:35:54.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55702025-05-13T21:35:55.081Z[ recovery-image] May 13 21:35:54.426 INFO O| May 13 21:35:54.426 INFO STEP 359 (remove_files) COMPLETE
55712025-05-13T21:35:55.081Z[ recovery-image] May 13 21:35:54.426 INFO O| May 13 21:35:54.426 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-05-13T21:35:55.099Z[ recovery-image] May 13 21:35:54.441 INFO O| May 13 21:35:54.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55732025-05-13T21:35:55.101Z[ recovery-image] May 13 21:35:54.442 INFO O| May 13 21:35:54.441 INFO STEP 360 (remove_files) COMPLETE
55742025-05-13T21:35:55.101Z[ recovery-image] May 13 21:35:54.442 INFO O| May 13 21:35:54.442 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752025-05-13T21:35:55.110Z[ recovery-image] May 13 21:35:54.458 INFO O| May 13 21:35:54.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55762025-05-13T21:35:55.113Z[ recovery-image] May 13 21:35:54.458 INFO O| May 13 21:35:54.458 INFO STEP 361 (remove_files) COMPLETE
55772025-05-13T21:35:55.113Z[ recovery-image] May 13 21:35:54.458 INFO O| May 13 21:35:54.458 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782025-05-13T21:35:55.128Z[ recovery-image] May 13 21:35:54.476 INFO O| May 13 21:35:54.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55792025-05-13T21:35:55.130Z[ recovery-image] May 13 21:35:54.476 INFO O| May 13 21:35:54.476 INFO STEP 362 (remove_files) COMPLETE
55802025-05-13T21:35:55.130Z[ recovery-image] May 13 21:35:54.476 INFO O| May 13 21:35:54.476 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812025-05-13T21:35:55.166Z[ recovery-image] May 13 21:35:54.513 INFO O| May 13 21:35:54.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55822025-05-13T21:35:55.169Z[ recovery-image] May 13 21:35:54.513 INFO O| May 13 21:35:54.513 INFO STEP 363 (remove_files) COMPLETE
55832025-05-13T21:35:55.169Z[ recovery-image] May 13 21:35:54.513 INFO O| May 13 21:35:54.513 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-05-13T21:35:55.204Z[ recovery-image] May 13 21:35:54.551 INFO O| May 13 21:35:54.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55852025-05-13T21:35:55.204Z[ recovery-image] May 13 21:35:54.551 INFO O| May 13 21:35:54.551 INFO STEP 364 (remove_files) COMPLETE
55862025-05-13T21:35:55.204Z[ recovery-image] May 13 21:35:54.551 INFO O| May 13 21:35:54.551 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-05-13T21:35:55.231Z[ recovery-image] May 13 21:35:54.578 INFO O| May 13 21:35:54.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55882025-05-13T21:35:55.233Z[ recovery-image] May 13 21:35:54.578 INFO O| May 13 21:35:54.578 INFO STEP 365 (remove_files) COMPLETE
55892025-05-13T21:35:55.233Z[ recovery-image] May 13 21:35:54.579 INFO O| May 13 21:35:54.578 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-05-13T21:35:55.251Z[ recovery-image] May 13 21:35:54.598 INFO O| May 13 21:35:54.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55912025-05-13T21:35:55.253Z[ recovery-image] May 13 21:35:54.599 INFO O| May 13 21:35:54.598 INFO STEP 366 (remove_files) COMPLETE
55922025-05-13T21:35:55.254Z[ recovery-image] May 13 21:35:54.599 INFO O| May 13 21:35:54.599 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-05-13T21:35:55.268Z[ recovery-image] May 13 21:35:54.616 INFO O| May 13 21:35:54.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55942025-05-13T21:35:55.271Z[ recovery-image] May 13 21:35:54.616 INFO O| May 13 21:35:54.616 INFO STEP 367 (remove_files) COMPLETE
55952025-05-13T21:35:55.271Z[ recovery-image] May 13 21:35:54.616 INFO O| May 13 21:35:54.616 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-05-13T21:35:55.285Z[ recovery-image] May 13 21:35:54.633 INFO O| May 13 21:35:54.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55972025-05-13T21:35:55.286Z[ recovery-image] May 13 21:35:54.633 INFO O| May 13 21:35:54.633 INFO STEP 368 (remove_files) COMPLETE
55982025-05-13T21:35:55.286Z[ recovery-image] May 13 21:35:54.633 INFO O| May 13 21:35:54.633 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-05-13T21:35:55.300Z[ recovery-image] May 13 21:35:54.647 INFO O| May 13 21:35:54.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
56002025-05-13T21:35:55.300Z[ recovery-image] May 13 21:35:54.648 INFO O| May 13 21:35:54.648 INFO STEP 369 (remove_files) COMPLETE
56012025-05-13T21:35:55.308Z[ recovery-image] May 13 21:35:54.648 INFO O| May 13 21:35:54.648 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-05-13T21:35:55.316Z[ recovery-image] May 13 21:35:54.663 INFO O| May 13 21:35:54.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
56032025-05-13T21:35:55.316Z[ recovery-image] May 13 21:35:54.663 INFO O| May 13 21:35:54.663 INFO STEP 370 (remove_files) COMPLETE
56042025-05-13T21:35:55.319Z[ recovery-image] May 13 21:35:54.663 INFO O| May 13 21:35:54.663 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-05-13T21:35:55.349Z[ recovery-image] May 13 21:35:54.697 INFO O| May 13 21:35:54.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
56062025-05-13T21:35:55.353Z[ recovery-image] May 13 21:35:54.697 INFO O| May 13 21:35:54.697 INFO STEP 371 (remove_files) COMPLETE
56072025-05-13T21:35:55.353Z[ recovery-image] May 13 21:35:54.697 INFO O| May 13 21:35:54.697 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-05-13T21:35:55.370Z[ recovery-image] May 13 21:35:54.715 INFO O| May 13 21:35:54.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
56092025-05-13T21:35:55.376Z[ recovery-image] May 13 21:35:54.715 INFO O| May 13 21:35:54.715 INFO STEP 372 (remove_files) COMPLETE
56102025-05-13T21:35:55.376Z[ recovery-image] May 13 21:35:54.715 INFO O| May 13 21:35:54.715 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-05-13T21:35:55.397Z[ recovery-image] May 13 21:35:54.744 INFO O| May 13 21:35:54.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
56122025-05-13T21:35:55.400Z[ recovery-image] May 13 21:35:54.744 INFO O| May 13 21:35:54.744 INFO STEP 373 (remove_files) COMPLETE
56132025-05-13T21:35:55.400Z[ recovery-image] May 13 21:35:54.744 INFO O| May 13 21:35:54.744 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-05-13T21:35:55.416Z[ recovery-image] May 13 21:35:54.764 INFO O| May 13 21:35:54.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
56152025-05-13T21:35:55.417Z[ recovery-image] May 13 21:35:54.764 INFO O| May 13 21:35:54.764 INFO STEP 374 (remove_files) COMPLETE
56162025-05-13T21:35:55.417Z[ recovery-image] May 13 21:35:54.764 INFO O| May 13 21:35:54.764 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-05-13T21:35:55.446Z[ recovery-image] May 13 21:35:54.794 INFO O| May 13 21:35:54.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
56182025-05-13T21:35:55.446Z[ recovery-image] May 13 21:35:54.794 INFO O| May 13 21:35:54.794 INFO STEP 375 (remove_files) COMPLETE
56192025-05-13T21:35:55.446Z[ recovery-image] May 13 21:35:54.794 INFO O| May 13 21:35:54.794 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202025-05-13T21:35:55.506Z[ recovery-image] May 13 21:35:54.853 INFO O| May 13 21:35:54.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
56212025-05-13T21:35:55.506Z[ recovery-image] May 13 21:35:54.853 INFO O| May 13 21:35:54.853 INFO STEP 376 (remove_files) COMPLETE
56222025-05-13T21:35:55.509Z[ recovery-image] May 13 21:35:54.853 INFO O| May 13 21:35:54.853 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-05-13T21:35:55.522Z[ recovery-image] May 13 21:35:54.870 INFO O| May 13 21:35:54.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
56242025-05-13T21:35:55.522Z[ recovery-image] May 13 21:35:54.870 INFO O| May 13 21:35:54.870 INFO STEP 377 (remove_files) COMPLETE
56252025-05-13T21:35:55.522Z[ recovery-image] May 13 21:35:54.870 INFO O| May 13 21:35:54.870 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-05-13T21:35:55.553Z[ recovery-image] May 13 21:35:54.898 INFO O| May 13 21:35:54.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
56272025-05-13T21:35:55.553Z[ recovery-image] May 13 21:35:54.898 INFO O| May 13 21:35:54.898 INFO STEP 378 (remove_files) COMPLETE
56282025-05-13T21:35:55.553Z[ recovery-image] May 13 21:35:54.898 INFO O| May 13 21:35:54.898 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-05-13T21:35:55.606Z[ recovery-image] May 13 21:35:54.954 INFO O| May 13 21:35:54.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
56302025-05-13T21:35:55.606Z[ recovery-image] May 13 21:35:54.954 INFO O| May 13 21:35:54.954 INFO STEP 379 (remove_files) COMPLETE
56312025-05-13T21:35:55.606Z[ recovery-image] May 13 21:35:54.954 INFO O| May 13 21:35:54.954 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-05-13T21:35:55.662Z[ recovery-image] May 13 21:35:55.009 INFO O| May 13 21:35:55.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
56332025-05-13T21:35:55.666Z[ recovery-image] May 13 21:35:55.009 INFO O| May 13 21:35:55.009 INFO STEP 380 (remove_files) COMPLETE
56342025-05-13T21:35:55.666Z[ recovery-image] May 13 21:35:55.009 INFO O| May 13 21:35:55.009 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-05-13T21:35:55.681Z[ recovery-image] May 13 21:35:55.029 INFO O| May 13 21:35:55.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
56362025-05-13T21:35:55.685Z[ recovery-image] May 13 21:35:55.029 INFO O| May 13 21:35:55.029 INFO STEP 381 (remove_files) COMPLETE
56372025-05-13T21:35:55.685Z[ recovery-image] May 13 21:35:55.029 INFO O| May 13 21:35:55.029 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-05-13T21:35:55.702Z[ recovery-image] May 13 21:35:55.049 INFO O| May 13 21:35:55.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56392025-05-13T21:35:55.706Z[ recovery-image] May 13 21:35:55.049 INFO O| May 13 21:35:55.049 INFO STEP 382 (remove_files) COMPLETE
56402025-05-13T21:35:55.706Z[ recovery-image] May 13 21:35:55.049 INFO O| May 13 21:35:55.049 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-05-13T21:35:55.721Z[ recovery-image] May 13 21:35:55.068 INFO O| May 13 21:35:55.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56422025-05-13T21:35:55.725Z[ recovery-image] May 13 21:35:55.068 INFO O| May 13 21:35:55.068 INFO STEP 383 (remove_files) COMPLETE
56432025-05-13T21:35:55.725Z[ recovery-image] May 13 21:35:55.068 INFO O| May 13 21:35:55.068 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-05-13T21:35:55.736Z[ recovery-image] May 13 21:35:55.083 INFO O| May 13 21:35:55.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56452025-05-13T21:35:55.736Z[ recovery-image] May 13 21:35:55.083 INFO O| May 13 21:35:55.083 INFO STEP 384 (remove_files) COMPLETE
56462025-05-13T21:35:55.745Z[ recovery-image] May 13 21:35:55.083 INFO O| May 13 21:35:55.083 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-05-13T21:35:55.753Z[ recovery-image] May 13 21:35:55.098 INFO O| May 13 21:35:55.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56482025-05-13T21:35:55.753Z[ recovery-image] May 13 21:35:55.098 INFO O| May 13 21:35:55.098 INFO STEP 385 (remove_files) COMPLETE
56492025-05-13T21:35:55.756Z[ recovery-image] May 13 21:35:55.099 INFO O| May 13 21:35:55.098 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-05-13T21:35:55.768Z[ recovery-image] May 13 21:35:55.114 INFO O| May 13 21:35:55.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56512025-05-13T21:35:55.768Z[ recovery-image] May 13 21:35:55.114 INFO O| May 13 21:35:55.114 INFO STEP 386 (remove_files) COMPLETE
56522025-05-13T21:35:55.773Z[ recovery-image] May 13 21:35:55.114 INFO O| May 13 21:35:55.114 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-05-13T21:35:55.800Z[ recovery-image] May 13 21:35:55.147 INFO O| May 13 21:35:55.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56542025-05-13T21:35:55.800Z[ recovery-image] May 13 21:35:55.147 INFO O| May 13 21:35:55.147 INFO STEP 387 (remove_files) COMPLETE
56552025-05-13T21:35:55.800Z[ recovery-image] May 13 21:35:55.147 INFO O| May 13 21:35:55.147 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-05-13T21:35:55.836Z[ recovery-image] May 13 21:35:55.184 INFO O| May 13 21:35:55.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56572025-05-13T21:35:55.836Z[ recovery-image] May 13 21:35:55.184 INFO O| May 13 21:35:55.184 INFO STEP 388 (remove_files) COMPLETE
56582025-05-13T21:35:55.836Z[ recovery-image] May 13 21:35:55.184 INFO O| May 13 21:35:55.184 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-05-13T21:35:55.852Z[ recovery-image] May 13 21:35:55.200 INFO O| May 13 21:35:55.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56602025-05-13T21:35:55.852Z[ recovery-image] May 13 21:35:55.200 INFO O| May 13 21:35:55.200 INFO STEP 389 (remove_files) COMPLETE
56612025-05-13T21:35:55.852Z[ recovery-image] May 13 21:35:55.200 INFO O| May 13 21:35:55.200 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-05-13T21:35:55.868Z[ recovery-image] May 13 21:35:55.216 INFO O| May 13 21:35:55.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56632025-05-13T21:35:55.868Z[ recovery-image] May 13 21:35:55.216 INFO O| May 13 21:35:55.216 INFO STEP 390 (remove_files) COMPLETE
56642025-05-13T21:35:55.869Z[ recovery-image] May 13 21:35:55.216 INFO O| May 13 21:35:55.216 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-05-13T21:35:55.885Z[ recovery-image] May 13 21:35:55.232 INFO O| May 13 21:35:55.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56662025-05-13T21:35:55.890Z[ recovery-image] May 13 21:35:55.233 INFO O| May 13 21:35:55.233 INFO STEP 391 (remove_files) COMPLETE
56672025-05-13T21:35:55.890Z[ recovery-image] May 13 21:35:55.233 INFO O| May 13 21:35:55.233 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-05-13T21:35:55.924Z[ recovery-image] May 13 21:35:55.272 INFO O| May 13 21:35:55.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56692025-05-13T21:35:55.928Z[ recovery-image] May 13 21:35:55.272 INFO O| May 13 21:35:55.272 INFO STEP 392 (remove_files) COMPLETE
56702025-05-13T21:35:55.928Z[ recovery-image] May 13 21:35:55.272 INFO O| May 13 21:35:55.272 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-05-13T21:35:55.960Z[ recovery-image] May 13 21:35:55.308 INFO O| May 13 21:35:55.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56722025-05-13T21:35:55.960Z[ recovery-image] May 13 21:35:55.308 INFO O| May 13 21:35:55.308 INFO STEP 393 (remove_files) COMPLETE
56732025-05-13T21:35:55.960Z[ recovery-image] May 13 21:35:55.308 INFO O| May 13 21:35:55.308 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-05-13T21:35:56.025Z[ recovery-image] May 13 21:35:55.373 INFO O| May 13 21:35:55.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56752025-05-13T21:35:56.029Z[ recovery-image] May 13 21:35:55.373 INFO O| May 13 21:35:55.373 INFO STEP 394 (remove_files) COMPLETE
56762025-05-13T21:35:56.029Z[ recovery-image] May 13 21:35:55.373 INFO O| May 13 21:35:55.373 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-05-13T21:35:56.054Z[ recovery-image] May 13 21:35:55.401 INFO O| May 13 21:35:55.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56782025-05-13T21:35:56.057Z[ recovery-image] May 13 21:35:55.402 INFO O| May 13 21:35:55.402 INFO STEP 395 (remove_files) COMPLETE
56792025-05-13T21:35:56.057Z[ recovery-image] May 13 21:35:55.402 INFO O| May 13 21:35:55.402 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-05-13T21:35:56.074Z[ recovery-image] May 13 21:35:55.419 INFO O| May 13 21:35:55.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56812025-05-13T21:35:56.074Z[ recovery-image] May 13 21:35:55.420 INFO O| May 13 21:35:55.419 INFO STEP 396 (remove_files) COMPLETE
56822025-05-13T21:35:56.074Z[ recovery-image] May 13 21:35:55.420 INFO O| May 13 21:35:55.419 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-05-13T21:35:56.092Z[ recovery-image] May 13 21:35:55.438 INFO O| May 13 21:35:55.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56842025-05-13T21:35:56.092Z[ recovery-image] May 13 21:35:55.438 INFO O| May 13 21:35:55.438 INFO STEP 397 (remove_files) COMPLETE
56852025-05-13T21:35:56.092Z[ recovery-image] May 13 21:35:55.438 INFO O| May 13 21:35:55.438 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-05-13T21:35:56.109Z[ recovery-image] May 13 21:35:55.456 INFO O| May 13 21:35:55.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56872025-05-13T21:35:56.109Z[ recovery-image] May 13 21:35:55.456 INFO O| May 13 21:35:55.456 INFO STEP 398 (remove_files) COMPLETE
56882025-05-13T21:35:56.109Z[ recovery-image] May 13 21:35:55.456 INFO O| May 13 21:35:55.456 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-05-13T21:35:56.127Z[ recovery-image] May 13 21:35:55.474 INFO O| May 13 21:35:55.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56902025-05-13T21:35:56.127Z[ recovery-image] May 13 21:35:55.474 INFO O| May 13 21:35:55.474 INFO STEP 399 (remove_files) COMPLETE
56912025-05-13T21:35:56.127Z[ recovery-image] May 13 21:35:55.474 INFO O| May 13 21:35:55.474 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-05-13T21:35:56.168Z[ recovery-image] May 13 21:35:55.512 INFO O| May 13 21:35:55.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56932025-05-13T21:35:56.168Z[ recovery-image] May 13 21:35:55.512 INFO O| May 13 21:35:55.512 INFO STEP 400 (remove_files) COMPLETE
56942025-05-13T21:35:56.168Z[ recovery-image] May 13 21:35:55.512 INFO O| May 13 21:35:55.512 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-05-13T21:35:56.204Z[ recovery-image] May 13 21:35:55.552 INFO O| May 13 21:35:55.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56962025-05-13T21:35:56.204Z[ recovery-image] May 13 21:35:55.552 INFO O| May 13 21:35:55.552 INFO STEP 401 (remove_files) COMPLETE
56972025-05-13T21:35:56.207Z[ recovery-image] May 13 21:35:55.552 INFO O| May 13 21:35:55.552 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-05-13T21:35:56.235Z[ recovery-image] May 13 21:35:55.582 INFO O| May 13 21:35:55.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56992025-05-13T21:35:56.238Z[ recovery-image] May 13 21:35:55.583 INFO O| May 13 21:35:55.583 INFO STEP 402 (remove_files) COMPLETE
57002025-05-13T21:35:56.238Z[ recovery-image] May 13 21:35:55.583 INFO O| May 13 21:35:55.583 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-05-13T21:35:56.254Z[ recovery-image] May 13 21:35:55.600 INFO O| May 13 21:35:55.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
57022025-05-13T21:35:56.260Z[ recovery-image] May 13 21:35:55.600 INFO O| May 13 21:35:55.600 INFO STEP 403 (remove_files) COMPLETE
57032025-05-13T21:35:56.260Z[ recovery-image] May 13 21:35:55.600 INFO O| May 13 21:35:55.600 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-05-13T21:35:56.294Z[ recovery-image] May 13 21:35:55.642 INFO O| May 13 21:35:55.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
57052025-05-13T21:35:56.298Z[ recovery-image] May 13 21:35:55.642 INFO O| May 13 21:35:55.642 INFO STEP 404 (remove_files) COMPLETE
57062025-05-13T21:35:56.298Z[ recovery-image] May 13 21:35:55.642 INFO O| May 13 21:35:55.642 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-05-13T21:35:56.316Z[ recovery-image] May 13 21:35:55.661 INFO O| May 13 21:35:55.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
57082025-05-13T21:35:56.321Z[ recovery-image] May 13 21:35:55.662 INFO O| May 13 21:35:55.661 INFO STEP 405 (remove_files) COMPLETE
57092025-05-13T21:35:56.321Z[ recovery-image] May 13 21:35:55.662 INFO O| May 13 21:35:55.661 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-05-13T21:35:56.332Z[ recovery-image] May 13 21:35:55.679 INFO O| May 13 21:35:55.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
57112025-05-13T21:35:56.332Z[ recovery-image] May 13 21:35:55.679 INFO O| May 13 21:35:55.679 INFO STEP 406 (remove_files) COMPLETE
57122025-05-13T21:35:56.337Z[ recovery-image] May 13 21:35:55.679 INFO O| May 13 21:35:55.679 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-05-13T21:35:56.350Z[ recovery-image] May 13 21:35:55.696 INFO O| May 13 21:35:55.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
57142025-05-13T21:35:56.350Z[ recovery-image] May 13 21:35:55.697 INFO O| May 13 21:35:55.696 INFO STEP 407 (remove_files) COMPLETE
57152025-05-13T21:35:56.354Z[ recovery-image] May 13 21:35:55.697 INFO O| May 13 21:35:55.697 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-05-13T21:35:56.367Z[ recovery-image] May 13 21:35:55.714 INFO O| May 13 21:35:55.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
57172025-05-13T21:35:56.367Z[ recovery-image] May 13 21:35:55.714 INFO O| May 13 21:35:55.714 INFO STEP 408 (remove_files) COMPLETE
57182025-05-13T21:35:56.370Z[ recovery-image] May 13 21:35:55.714 INFO O| May 13 21:35:55.714 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-05-13T21:35:56.393Z[ recovery-image] May 13 21:35:55.740 INFO O| May 13 21:35:55.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
57202025-05-13T21:35:56.393Z[ recovery-image] May 13 21:35:55.740 INFO O| May 13 21:35:55.740 INFO STEP 409 (remove_files) COMPLETE
57212025-05-13T21:35:56.396Z[ recovery-image] May 13 21:35:55.740 INFO O| May 13 21:35:55.740 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-05-13T21:35:56.449Z[ recovery-image] May 13 21:35:55.794 INFO O| May 13 21:35:55.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
57232025-05-13T21:35:56.449Z[ recovery-image] May 13 21:35:55.794 INFO O| May 13 21:35:55.794 INFO STEP 410 (remove_files) COMPLETE
57242025-05-13T21:35:56.449Z[ recovery-image] May 13 21:35:55.794 INFO O| May 13 21:35:55.794 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-05-13T21:35:56.485Z[ recovery-image] May 13 21:35:55.833 INFO O| May 13 21:35:55.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
57262025-05-13T21:35:56.485Z[ recovery-image] May 13 21:35:55.833 INFO O| May 13 21:35:55.833 INFO STEP 411 (remove_files) COMPLETE
57272025-05-13T21:35:56.488Z[ recovery-image] May 13 21:35:55.833 INFO O| May 13 21:35:55.833 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-05-13T21:35:56.522Z[ recovery-image] May 13 21:35:55.870 INFO O| May 13 21:35:55.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
57292025-05-13T21:35:56.523Z[ recovery-image] May 13 21:35:55.870 INFO O| May 13 21:35:55.870 INFO STEP 412 (remove_files) COMPLETE
57302025-05-13T21:35:56.526Z[ recovery-image] May 13 21:35:55.870 INFO O| May 13 21:35:55.870 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-05-13T21:35:56.540Z[ recovery-image] May 13 21:35:55.887 INFO O| May 13 21:35:55.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
57322025-05-13T21:35:56.543Z[ recovery-image] May 13 21:35:55.888 INFO O| May 13 21:35:55.887 INFO STEP 413 (remove_files) COMPLETE
57332025-05-13T21:35:56.543Z[ recovery-image] May 13 21:35:55.888 INFO O| May 13 21:35:55.888 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-05-13T21:35:56.557Z[ recovery-image] May 13 21:35:55.905 INFO O| May 13 21:35:55.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57352025-05-13T21:35:56.557Z[ recovery-image] May 13 21:35:55.905 INFO O| May 13 21:35:55.905 INFO STEP 414 (remove_files) COMPLETE
57362025-05-13T21:35:56.560Z[ recovery-image] May 13 21:35:55.905 INFO O| May 13 21:35:55.905 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-05-13T21:35:56.591Z[ recovery-image] May 13 21:35:55.939 INFO O| May 13 21:35:55.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57382025-05-13T21:35:56.591Z[ recovery-image] May 13 21:35:55.939 INFO O| May 13 21:35:55.939 INFO STEP 415 (remove_files) COMPLETE
57392025-05-13T21:35:56.595Z[ recovery-image] May 13 21:35:55.939 INFO O| May 13 21:35:55.939 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-05-13T21:35:56.627Z[ recovery-image] May 13 21:35:55.974 INFO O| May 13 21:35:55.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57412025-05-13T21:35:56.627Z[ recovery-image] May 13 21:35:55.974 INFO O| May 13 21:35:55.974 INFO STEP 416 (remove_files) COMPLETE
57422025-05-13T21:35:56.627Z[ recovery-image] May 13 21:35:55.974 INFO O| May 13 21:35:55.974 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-05-13T21:35:56.645Z[ recovery-image] May 13 21:35:55.993 INFO O| May 13 21:35:55.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57442025-05-13T21:35:56.645Z[ recovery-image] May 13 21:35:55.993 INFO O| May 13 21:35:55.993 INFO STEP 417 (remove_files) COMPLETE
57452025-05-13T21:35:56.649Z[ recovery-image] May 13 21:35:55.993 INFO O| May 13 21:35:55.993 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-05-13T21:35:56.677Z[ recovery-image] May 13 21:35:56.024 INFO O| May 13 21:35:56.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57472025-05-13T21:35:56.677Z[ recovery-image] May 13 21:35:56.024 INFO O| May 13 21:35:56.024 INFO STEP 418 (remove_files) COMPLETE
57482025-05-13T21:35:56.680Z[ recovery-image] May 13 21:35:56.024 INFO O| May 13 21:35:56.024 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-05-13T21:35:56.733Z[ recovery-image] May 13 21:35:56.081 INFO O| May 13 21:35:56.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57502025-05-13T21:35:56.733Z[ recovery-image] May 13 21:35:56.081 INFO O| May 13 21:35:56.081 INFO STEP 419 (remove_files) COMPLETE
57512025-05-13T21:35:56.733Z[ recovery-image] May 13 21:35:56.081 INFO O| May 13 21:35:56.081 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-05-13T21:35:56.772Z[ recovery-image] May 13 21:35:56.119 INFO O| May 13 21:35:56.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57532025-05-13T21:35:56.772Z[ recovery-image] May 13 21:35:56.119 INFO O| May 13 21:35:56.119 INFO STEP 420 (remove_files) COMPLETE
57542025-05-13T21:35:56.772Z[ recovery-image] May 13 21:35:56.119 INFO O| May 13 21:35:56.119 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-05-13T21:35:56.788Z[ recovery-image] May 13 21:35:56.136 INFO O| May 13 21:35:56.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57562025-05-13T21:35:56.788Z[ recovery-image] May 13 21:35:56.136 INFO O| May 13 21:35:56.136 INFO STEP 421 (remove_files) COMPLETE
57572025-05-13T21:35:56.788Z[ recovery-image] May 13 21:35:56.136 INFO O| May 13 21:35:56.136 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-05-13T21:35:56.819Z[ recovery-image] May 13 21:35:56.164 INFO O| May 13 21:35:56.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57592025-05-13T21:35:56.819Z[ recovery-image] May 13 21:35:56.164 INFO O| May 13 21:35:56.164 INFO STEP 422 (remove_files) COMPLETE
57602025-05-13T21:35:56.819Z[ recovery-image] May 13 21:35:56.164 INFO O| May 13 21:35:56.164 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-05-13T21:35:56.837Z[ recovery-image] May 13 21:35:56.181 INFO O| May 13 21:35:56.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57622025-05-13T21:35:56.837Z[ recovery-image] May 13 21:35:56.182 INFO O| May 13 21:35:56.182 INFO STEP 423 (remove_files) COMPLETE
57632025-05-13T21:35:56.837Z[ recovery-image] May 13 21:35:56.182 INFO O| May 13 21:35:56.182 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-05-13T21:35:56.871Z[ recovery-image] May 13 21:35:56.218 INFO O| May 13 21:35:56.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57652025-05-13T21:35:56.871Z[ recovery-image] May 13 21:35:56.218 INFO O| May 13 21:35:56.218 INFO STEP 424 (remove_files) COMPLETE
57662025-05-13T21:35:56.874Z[ recovery-image] May 13 21:35:56.218 INFO O| May 13 21:35:56.218 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-05-13T21:35:56.899Z[ recovery-image] May 13 21:35:56.245 INFO O| May 13 21:35:56.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57682025-05-13T21:35:56.899Z[ recovery-image] May 13 21:35:56.245 INFO O| May 13 21:35:56.245 INFO STEP 425 (remove_files) COMPLETE
57692025-05-13T21:35:56.899Z[ recovery-image] May 13 21:35:56.245 INFO O| May 13 21:35:56.245 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-05-13T21:35:56.917Z[ recovery-image] May 13 21:35:56.262 INFO O| May 13 21:35:56.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57712025-05-13T21:35:56.917Z[ recovery-image] May 13 21:35:56.262 INFO O| May 13 21:35:56.262 INFO STEP 426 (remove_files) COMPLETE
57722025-05-13T21:35:56.917Z[ recovery-image] May 13 21:35:56.262 INFO O| May 13 21:35:56.262 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-05-13T21:35:56.932Z[ recovery-image] May 13 21:35:56.279 INFO O| May 13 21:35:56.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57742025-05-13T21:35:56.932Z[ recovery-image] May 13 21:35:56.279 INFO O| May 13 21:35:56.279 INFO STEP 427 (remove_files) COMPLETE
57752025-05-13T21:35:56.935Z[ recovery-image] May 13 21:35:56.279 INFO O| May 13 21:35:56.279 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-05-13T21:35:56.952Z[ recovery-image] May 13 21:35:56.299 INFO O| May 13 21:35:56.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57772025-05-13T21:35:56.971Z[ recovery-image] May 13 21:35:56.319 INFO O| May 13 21:35:56.319 INFO STEP 428 (remove_files) COMPLETE
57782025-05-13T21:35:56.971Z[ recovery-image] May 13 21:35:56.319 INFO O| May 13 21:35:56.319 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-05-13T21:35:56.992Z[ recovery-image] May 13 21:35:56.339 INFO O| May 13 21:35:56.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57802025-05-13T21:35:56.992Z[ recovery-image] May 13 21:35:56.340 INFO O| May 13 21:35:56.339 INFO STEP 429 (remove_files) COMPLETE
57812025-05-13T21:35:56.992Z[ recovery-image] May 13 21:35:56.340 INFO O| May 13 21:35:56.339 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-05-13T21:35:57.020Z[ recovery-image] May 13 21:35:56.364 INFO O| May 13 21:35:56.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57832025-05-13T21:35:57.023Z[ recovery-image] May 13 21:35:56.364 INFO O| May 13 21:35:56.364 INFO STEP 430 (remove_files) COMPLETE
57842025-05-13T21:35:57.023Z[ recovery-image] May 13 21:35:56.364 INFO O| May 13 21:35:56.364 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-05-13T21:35:57.047Z[ recovery-image] May 13 21:35:56.394 INFO O| May 13 21:35:56.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57862025-05-13T21:35:57.047Z[ recovery-image] May 13 21:35:56.394 INFO O| May 13 21:35:56.394 INFO STEP 431 (remove_files) COMPLETE
57872025-05-13T21:35:57.047Z[ recovery-image] May 13 21:35:56.394 INFO O| May 13 21:35:56.394 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-05-13T21:35:57.109Z[ recovery-image] May 13 21:35:56.454 INFO O| May 13 21:35:56.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57892025-05-13T21:35:57.109Z[ recovery-image] May 13 21:35:56.454 INFO O| May 13 21:35:56.454 INFO STEP 432 (remove_files) COMPLETE
57902025-05-13T21:35:57.109Z[ recovery-image] May 13 21:35:56.454 INFO O| May 13 21:35:56.454 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-05-13T21:35:57.141Z[ recovery-image] May 13 21:35:56.489 INFO O| May 13 21:35:56.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57922025-05-13T21:35:57.145Z[ recovery-image] May 13 21:35:56.489 INFO O| May 13 21:35:56.489 INFO STEP 433 (remove_files) COMPLETE
57932025-05-13T21:35:57.145Z[ recovery-image] May 13 21:35:56.489 INFO O| May 13 21:35:56.489 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-05-13T21:35:57.159Z[ recovery-image] May 13 21:35:56.507 INFO O| May 13 21:35:56.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57952025-05-13T21:35:57.162Z[ recovery-image] May 13 21:35:56.507 INFO O| May 13 21:35:56.507 INFO STEP 434 (remove_files) COMPLETE
57962025-05-13T21:35:57.162Z[ recovery-image] May 13 21:35:56.507 INFO O| May 13 21:35:56.507 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-05-13T21:35:57.182Z[ recovery-image] May 13 21:35:56.529 INFO O| May 13 21:35:56.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57982025-05-13T21:35:57.182Z[ recovery-image] May 13 21:35:56.530 INFO O| May 13 21:35:56.530 INFO STEP 435 (remove_files) COMPLETE
57992025-05-13T21:35:57.182Z[ recovery-image] May 13 21:35:56.530 INFO O| May 13 21:35:56.530 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-05-13T21:35:57.222Z[ recovery-image] May 13 21:35:56.570 INFO O| May 13 21:35:56.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
58012025-05-13T21:35:57.222Z[ recovery-image] May 13 21:35:56.570 INFO O| May 13 21:35:56.570 INFO STEP 436 (remove_files) COMPLETE
58022025-05-13T21:35:57.222Z[ recovery-image] May 13 21:35:56.570 INFO O| May 13 21:35:56.570 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-05-13T21:35:57.271Z[ recovery-image] May 13 21:35:56.619 INFO O| May 13 21:35:56.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
58042025-05-13T21:35:57.271Z[ recovery-image] May 13 21:35:56.619 INFO O| May 13 21:35:56.619 INFO STEP 437 (remove_files) COMPLETE
58052025-05-13T21:35:57.271Z[ recovery-image] May 13 21:35:56.619 INFO O| May 13 21:35:56.619 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-05-13T21:35:57.291Z[ recovery-image] May 13 21:35:56.639 INFO O| May 13 21:35:56.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
58072025-05-13T21:35:57.291Z[ recovery-image] May 13 21:35:56.639 INFO O| May 13 21:35:56.639 INFO STEP 438 (remove_files) COMPLETE
58082025-05-13T21:35:57.294Z[ recovery-image] May 13 21:35:56.639 INFO O| May 13 21:35:56.639 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-05-13T21:35:57.311Z[ recovery-image] May 13 21:35:56.658 INFO O| May 13 21:35:56.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
58102025-05-13T21:35:57.311Z[ recovery-image] May 13 21:35:56.658 INFO O| May 13 21:35:56.658 INFO STEP 439 (remove_files) COMPLETE
58112025-05-13T21:35:57.311Z[ recovery-image] May 13 21:35:56.658 INFO O| May 13 21:35:56.658 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-05-13T21:35:57.329Z[ recovery-image] May 13 21:35:56.676 INFO O| May 13 21:35:56.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
58132025-05-13T21:35:57.352Z[ recovery-image] May 13 21:35:56.699 INFO O| May 13 21:35:56.699 INFO STEP 440 (remove_files) COMPLETE
58142025-05-13T21:35:57.352Z[ recovery-image] May 13 21:35:56.699 INFO O| May 13 21:35:56.699 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-05-13T21:35:57.409Z[ recovery-image] May 13 21:35:56.757 INFO O| May 13 21:35:56.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
58162025-05-13T21:35:57.409Z[ recovery-image] May 13 21:35:56.757 INFO O| May 13 21:35:56.757 INFO STEP 441 (remove_files) COMPLETE
58172025-05-13T21:35:57.412Z[ recovery-image] May 13 21:35:56.757 INFO O| May 13 21:35:56.757 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-05-13T21:35:57.450Z[ recovery-image] May 13 21:35:56.797 INFO O| May 13 21:35:56.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
58192025-05-13T21:35:57.450Z[ recovery-image] May 13 21:35:56.797 INFO O| May 13 21:35:56.797 INFO STEP 442 (remove_files) COMPLETE
58202025-05-13T21:35:57.453Z[ recovery-image] May 13 21:35:56.797 INFO O| May 13 21:35:56.797 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-05-13T21:35:57.518Z[ recovery-image] May 13 21:35:56.866 INFO O| May 13 21:35:56.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
58222025-05-13T21:35:57.518Z[ recovery-image] May 13 21:35:56.866 INFO O| May 13 21:35:56.866 INFO STEP 443 (remove_files) COMPLETE
58232025-05-13T21:35:57.522Z[ recovery-image] May 13 21:35:56.866 INFO O| May 13 21:35:56.866 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-05-13T21:35:57.538Z[ recovery-image] May 13 21:35:56.886 INFO O| May 13 21:35:56.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
58252025-05-13T21:35:57.538Z[ recovery-image] May 13 21:35:56.886 INFO O| May 13 21:35:56.886 INFO STEP 444 (remove_files) COMPLETE
58262025-05-13T21:35:57.538Z[ recovery-image] May 13 21:35:56.886 INFO O| May 13 21:35:56.886 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-05-13T21:35:57.555Z[ recovery-image] May 13 21:35:56.903 INFO O| May 13 21:35:56.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
58282025-05-13T21:35:57.558Z[ recovery-image] May 13 21:35:56.903 INFO O| May 13 21:35:56.903 INFO STEP 445 (remove_files) COMPLETE
58292025-05-13T21:35:57.558Z[ recovery-image] May 13 21:35:56.903 INFO O| May 13 21:35:56.903 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-05-13T21:35:57.590Z[ recovery-image] May 13 21:35:56.937 INFO O| May 13 21:35:56.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58312025-05-13T21:35:57.590Z[ recovery-image] May 13 21:35:56.937 INFO O| May 13 21:35:56.937 INFO STEP 446 (remove_files) COMPLETE
58322025-05-13T21:35:57.595Z[ recovery-image] May 13 21:35:56.937 INFO O| May 13 21:35:56.937 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-05-13T21:35:57.645Z[ recovery-image] May 13 21:35:56.993 INFO O| May 13 21:35:56.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58342025-05-13T21:35:57.645Z[ recovery-image] May 13 21:35:56.993 INFO O| May 13 21:35:56.993 INFO STEP 447 (remove_files) COMPLETE
58352025-05-13T21:35:57.648Z[ recovery-image] May 13 21:35:56.993 INFO O| May 13 21:35:56.993 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-05-13T21:35:57.684Z[ recovery-image] May 13 21:35:57.031 INFO O| May 13 21:35:57.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58372025-05-13T21:35:57.688Z[ recovery-image] May 13 21:35:57.031 INFO O| May 13 21:35:57.031 INFO STEP 448 (remove_files) COMPLETE
58382025-05-13T21:35:57.688Z[ recovery-image] May 13 21:35:57.031 INFO O| May 13 21:35:57.031 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-05-13T21:35:57.704Z[ recovery-image] May 13 21:35:57.050 INFO O| May 13 21:35:57.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58402025-05-13T21:35:57.707Z[ recovery-image] May 13 21:35:57.050 INFO O| May 13 21:35:57.050 INFO STEP 449 (remove_files) COMPLETE
58412025-05-13T21:35:57.707Z[ recovery-image] May 13 21:35:57.050 INFO O| May 13 21:35:57.050 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-05-13T21:35:57.721Z[ recovery-image] May 13 21:35:57.068 INFO O| May 13 21:35:57.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58432025-05-13T21:35:57.724Z[ recovery-image] May 13 21:35:57.068 INFO O| May 13 21:35:57.068 INFO STEP 450 (remove_files) COMPLETE
58442025-05-13T21:35:57.724Z[ recovery-image] May 13 21:35:57.068 INFO O| May 13 21:35:57.068 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-05-13T21:35:57.736Z[ recovery-image] May 13 21:35:57.084 INFO O| May 13 21:35:57.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58462025-05-13T21:35:57.740Z[ recovery-image] May 13 21:35:57.084 INFO O| May 13 21:35:57.084 INFO STEP 451 (remove_files) COMPLETE
58472025-05-13T21:35:57.740Z[ recovery-image] May 13 21:35:57.084 INFO O| May 13 21:35:57.084 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-05-13T21:35:57.754Z[ recovery-image] May 13 21:35:57.102 INFO O| May 13 21:35:57.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58492025-05-13T21:35:57.754Z[ recovery-image] May 13 21:35:57.102 INFO O| May 13 21:35:57.102 INFO STEP 452 (remove_files) COMPLETE
58502025-05-13T21:35:57.754Z[ recovery-image] May 13 21:35:57.102 INFO O| May 13 21:35:57.102 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-05-13T21:35:57.778Z[ recovery-image] May 13 21:35:57.125 INFO O| May 13 21:35:57.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58522025-05-13T21:35:57.778Z[ recovery-image] May 13 21:35:57.125 INFO O| May 13 21:35:57.125 INFO STEP 453 (remove_files) COMPLETE
58532025-05-13T21:35:57.778Z[ recovery-image] May 13 21:35:57.125 INFO O| May 13 21:35:57.125 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-05-13T21:35:57.796Z[ recovery-image] May 13 21:35:57.144 INFO O| May 13 21:35:57.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58552025-05-13T21:35:57.800Z[ recovery-image] May 13 21:35:57.144 INFO O| May 13 21:35:57.144 INFO STEP 454 (remove_files) COMPLETE
58562025-05-13T21:35:57.800Z[ recovery-image] May 13 21:35:57.144 INFO O| May 13 21:35:57.144 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-05-13T21:35:57.829Z[ recovery-image] May 13 21:35:57.176 INFO O| May 13 21:35:57.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58582025-05-13T21:35:57.832Z[ recovery-image] May 13 21:35:57.176 INFO O| May 13 21:35:57.176 INFO STEP 455 (remove_files) COMPLETE
58592025-05-13T21:35:57.832Z[ recovery-image] May 13 21:35:57.177 INFO O| May 13 21:35:57.177 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-05-13T21:35:57.846Z[ recovery-image] May 13 21:35:57.194 INFO O| May 13 21:35:57.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58612025-05-13T21:35:57.849Z[ recovery-image] May 13 21:35:57.194 INFO O| May 13 21:35:57.194 INFO STEP 456 (remove_files) COMPLETE
58622025-05-13T21:35:57.849Z[ recovery-image] May 13 21:35:57.194 INFO O| May 13 21:35:57.194 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-05-13T21:35:57.863Z[ recovery-image] May 13 21:35:57.211 INFO O| May 13 21:35:57.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58642025-05-13T21:35:57.867Z[ recovery-image] May 13 21:35:57.211 INFO O| May 13 21:35:57.211 INFO STEP 457 (remove_files) COMPLETE
58652025-05-13T21:35:57.867Z[ recovery-image] May 13 21:35:57.211 INFO O| May 13 21:35:57.211 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-05-13T21:35:57.880Z[ recovery-image] May 13 21:35:57.227 INFO O| May 13 21:35:57.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58672025-05-13T21:35:57.883Z[ recovery-image] May 13 21:35:57.228 INFO O| May 13 21:35:57.228 INFO STEP 458 (remove_files) COMPLETE
58682025-05-13T21:35:57.883Z[ recovery-image] May 13 21:35:57.228 INFO O| May 13 21:35:57.228 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-05-13T21:35:57.903Z[ recovery-image] May 13 21:35:57.250 INFO O| May 13 21:35:57.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58702025-05-13T21:35:57.906Z[ recovery-image] May 13 21:35:57.250 INFO O| May 13 21:35:57.250 INFO STEP 459 (remove_files) COMPLETE
58712025-05-13T21:35:57.906Z[ recovery-image] May 13 21:35:57.250 INFO O| May 13 21:35:57.250 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-05-13T21:35:57.921Z[ recovery-image] May 13 21:35:57.269 INFO O| May 13 21:35:57.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58732025-05-13T21:35:57.921Z[ recovery-image] May 13 21:35:57.269 INFO O| May 13 21:35:57.269 INFO STEP 460 (remove_files) COMPLETE
58742025-05-13T21:35:57.928Z[ recovery-image] May 13 21:35:57.269 INFO O| May 13 21:35:57.269 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-05-13T21:35:57.939Z[ recovery-image] May 13 21:35:57.286 INFO O| May 13 21:35:57.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58762025-05-13T21:35:57.939Z[ recovery-image] May 13 21:35:57.286 INFO O| May 13 21:35:57.286 INFO STEP 461 (remove_files) COMPLETE
58772025-05-13T21:35:57.955Z[ recovery-image] May 13 21:35:57.286 INFO O| May 13 21:35:57.286 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-05-13T21:35:57.963Z[ recovery-image] May 13 21:35:57.304 INFO O| May 13 21:35:57.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58792025-05-13T21:35:57.963Z[ recovery-image] May 13 21:35:57.304 INFO O| May 13 21:35:57.304 INFO STEP 462 (remove_files) COMPLETE
58802025-05-13T21:35:57.963Z[ recovery-image] May 13 21:35:57.304 INFO O| May 13 21:35:57.304 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-05-13T21:35:57.977Z[ recovery-image] May 13 21:35:57.321 INFO O| May 13 21:35:57.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58822025-05-13T21:35:57.980Z[ recovery-image] May 13 21:35:57.321 INFO O| May 13 21:35:57.321 INFO STEP 463 (remove_files) COMPLETE
58832025-05-13T21:35:57.981Z[ recovery-image] May 13 21:35:57.321 INFO O| May 13 21:35:57.321 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-05-13T21:35:58.003Z[ recovery-image] May 13 21:35:57.350 INFO O| May 13 21:35:57.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58852025-05-13T21:35:58.010Z[ recovery-image] May 13 21:35:57.350 INFO O| May 13 21:35:57.350 INFO STEP 464 (remove_files) COMPLETE
58862025-05-13T21:35:58.010Z[ recovery-image] May 13 21:35:57.350 INFO O| May 13 21:35:57.350 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-05-13T21:35:58.040Z[ recovery-image] May 13 21:35:57.388 INFO O| May 13 21:35:57.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58882025-05-13T21:35:58.040Z[ recovery-image] May 13 21:35:57.388 INFO O| May 13 21:35:57.388 INFO STEP 465 (remove_files) COMPLETE
58892025-05-13T21:35:58.045Z[ recovery-image] May 13 21:35:57.388 INFO O| May 13 21:35:57.388 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-05-13T21:35:58.057Z[ recovery-image] May 13 21:35:57.404 INFO O| May 13 21:35:57.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58912025-05-13T21:35:58.057Z[ recovery-image] May 13 21:35:57.404 INFO O| May 13 21:35:57.404 INFO STEP 466 (remove_files) COMPLETE
58922025-05-13T21:35:58.060Z[ recovery-image] May 13 21:35:57.404 INFO O| May 13 21:35:57.404 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-05-13T21:35:58.091Z[ recovery-image] May 13 21:35:57.437 INFO O| May 13 21:35:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58942025-05-13T21:35:58.091Z[ recovery-image] May 13 21:35:57.437 INFO O| May 13 21:35:57.437 INFO STEP 467 (remove_files) COMPLETE
58952025-05-13T21:35:58.091Z[ recovery-image] May 13 21:35:57.437 INFO O| May 13 21:35:57.437 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-05-13T21:35:58.108Z[ recovery-image] May 13 21:35:57.455 INFO O| May 13 21:35:57.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58972025-05-13T21:35:58.116Z[ recovery-image] May 13 21:35:57.455 INFO O| May 13 21:35:57.455 INFO STEP 468 (remove_files) COMPLETE
58982025-05-13T21:35:58.116Z[ recovery-image] May 13 21:35:57.456 INFO O| May 13 21:35:57.455 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-05-13T21:35:58.125Z[ recovery-image] May 13 21:35:57.472 INFO O| May 13 21:35:57.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
59002025-05-13T21:35:58.125Z[ recovery-image] May 13 21:35:57.473 INFO O| May 13 21:35:57.473 INFO STEP 469 (remove_files) COMPLETE
59012025-05-13T21:35:58.125Z[ recovery-image] May 13 21:35:57.473 INFO O| May 13 21:35:57.473 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-05-13T21:35:58.142Z[ recovery-image] May 13 21:35:57.490 INFO O| May 13 21:35:57.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
59032025-05-13T21:35:58.142Z[ recovery-image] May 13 21:35:57.490 INFO O| May 13 21:35:57.490 INFO STEP 470 (remove_files) COMPLETE
59042025-05-13T21:35:58.143Z[ recovery-image] May 13 21:35:57.490 INFO O| May 13 21:35:57.490 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-05-13T21:35:58.178Z[ recovery-image] May 13 21:35:57.524 INFO O| May 13 21:35:57.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
59062025-05-13T21:35:58.181Z[ recovery-image] May 13 21:35:57.524 INFO O| May 13 21:35:57.524 INFO STEP 471 (remove_files) COMPLETE
59072025-05-13T21:35:58.181Z[ recovery-image] May 13 21:35:57.524 INFO O| May 13 21:35:57.524 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-05-13T21:35:58.195Z[ recovery-image] May 13 21:35:57.542 INFO O| May 13 21:35:57.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
59092025-05-13T21:35:58.198Z[ recovery-image] May 13 21:35:57.542 INFO O| May 13 21:35:57.542 INFO STEP 472 (remove_files) COMPLETE
59102025-05-13T21:35:58.198Z[ recovery-image] May 13 21:35:57.542 INFO O| May 13 21:35:57.542 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-05-13T21:35:58.253Z[ recovery-image] May 13 21:35:57.600 INFO O| May 13 21:35:57.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
59122025-05-13T21:35:58.254Z[ recovery-image] May 13 21:35:57.600 INFO O| May 13 21:35:57.600 INFO STEP 473 (remove_files) COMPLETE
59132025-05-13T21:35:58.254Z[ recovery-image] May 13 21:35:57.600 INFO O| May 13 21:35:57.600 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-05-13T21:35:58.274Z[ recovery-image] May 13 21:35:57.620 INFO O| May 13 21:35:57.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
59152025-05-13T21:35:58.274Z[ recovery-image] May 13 21:35:57.620 INFO O| May 13 21:35:57.620 INFO STEP 474 (remove_files) COMPLETE
59162025-05-13T21:35:58.274Z[ recovery-image] May 13 21:35:57.620 INFO O| May 13 21:35:57.620 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-05-13T21:35:58.312Z[ recovery-image] May 13 21:35:57.652 INFO O| May 13 21:35:57.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
59182025-05-13T21:35:58.312Z[ recovery-image] May 13 21:35:57.652 INFO O| May 13 21:35:57.652 INFO STEP 475 (remove_files) COMPLETE
59192025-05-13T21:35:58.312Z[ recovery-image] May 13 21:35:57.652 INFO O| May 13 21:35:57.652 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-05-13T21:35:58.336Z[ recovery-image] May 13 21:35:57.684 INFO O| May 13 21:35:57.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
59212025-05-13T21:35:58.336Z[ recovery-image] May 13 21:35:57.684 INFO O| May 13 21:35:57.684 INFO STEP 476 (remove_files) COMPLETE
59222025-05-13T21:35:58.336Z[ recovery-image] May 13 21:35:57.684 INFO O| May 13 21:35:57.684 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-05-13T21:35:58.372Z[ recovery-image] May 13 21:35:57.719 INFO O| May 13 21:35:57.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
59242025-05-13T21:35:58.372Z[ recovery-image] May 13 21:35:57.719 INFO O| May 13 21:35:57.719 INFO STEP 477 (remove_files) COMPLETE
59252025-05-13T21:35:58.376Z[ recovery-image] May 13 21:35:57.719 INFO O| May 13 21:35:57.719 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-05-13T21:35:58.432Z[ recovery-image] May 13 21:35:57.780 INFO O| May 13 21:35:57.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
59272025-05-13T21:35:58.435Z[ recovery-image] May 13 21:35:57.780 INFO O| May 13 21:35:57.780 INFO STEP 478 (remove_files) COMPLETE
59282025-05-13T21:35:58.435Z[ recovery-image] May 13 21:35:57.780 INFO O| May 13 21:35:57.780 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-05-13T21:35:59.478Z[ recovery-image] May 13 21:35:57.820 INFO O| May 13 21:35:57.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59302025-05-13T21:35:59.479Z[ recovery-image] May 13 21:35:57.820 INFO O| May 13 21:35:57.820 INFO STEP 479 (remove_files) COMPLETE
59312025-05-13T21:35:59.479Z[ recovery-image] May 13 21:35:57.820 INFO O| May 13 21:35:57.820 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-05-13T21:35:59.487Z[ recovery-image] May 13 21:35:57.840 INFO O| May 13 21:35:57.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59332025-05-13T21:35:59.487Z[ recovery-image] May 13 21:35:57.840 INFO O| May 13 21:35:57.840 INFO STEP 480 (remove_files) COMPLETE
59342025-05-13T21:35:59.487Z[ recovery-image] May 13 21:35:57.840 INFO O| May 13 21:35:57.840 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-05-13T21:35:59.487Z[ recovery-image] May 13 21:35:57.858 INFO O| May 13 21:35:57.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59362025-05-13T21:35:59.487Z[ recovery-image] May 13 21:35:57.858 INFO O| May 13 21:35:57.858 INFO STEP 481 (remove_files) COMPLETE
59372025-05-13T21:35:59.488Z[ recovery-image] May 13 21:35:57.858 INFO O| May 13 21:35:57.858 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-05-13T21:35:59.488Z[ recovery-image] May 13 21:35:57.876 INFO O| May 13 21:35:57.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59392025-05-13T21:35:59.488Z[ recovery-image] May 13 21:35:57.876 INFO O| May 13 21:35:57.876 INFO STEP 482 (remove_files) COMPLETE
59402025-05-13T21:35:59.488Z[ recovery-image] May 13 21:35:57.876 INFO O| May 13 21:35:57.876 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-05-13T21:35:59.488Z[ recovery-image] May 13 21:35:57.932 INFO O| May 13 21:35:57.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59422025-05-13T21:35:59.488Z[ recovery-image] May 13 21:35:57.932 INFO O| May 13 21:35:57.932 INFO STEP 483 (remove_files) COMPLETE
59432025-05-13T21:35:59.488Z[ recovery-image] May 13 21:35:57.932 INFO O| May 13 21:35:57.932 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-05-13T21:35:59.488Z[ recovery-image] May 13 21:35:57.949 INFO O| May 13 21:35:57.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59452025-05-13T21:35:59.488Z[ recovery-image] May 13 21:35:57.950 INFO O| May 13 21:35:57.950 INFO STEP 484 (remove_files) COMPLETE
59462025-05-13T21:35:59.488Z[ recovery-image] May 13 21:35:57.950 INFO O| May 13 21:35:57.950 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-05-13T21:35:59.488Z[ recovery-image] May 13 21:35:58.009 INFO O| May 13 21:35:58.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59482025-05-13T21:35:59.488Z[ recovery-image] May 13 21:35:58.009 INFO O| May 13 21:35:58.009 INFO STEP 485 (remove_files) COMPLETE
59492025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.009 INFO O| May 13 21:35:58.009 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.034 INFO O| May 13 21:35:58.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59512025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.034 INFO O| May 13 21:35:58.034 INFO STEP 486 (remove_files) COMPLETE
59522025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.035 INFO O| May 13 21:35:58.034 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.053 INFO O| May 13 21:35:58.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59542025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.053 INFO O| May 13 21:35:58.053 INFO STEP 487 (remove_files) COMPLETE
59552025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.053 INFO O| May 13 21:35:58.053 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.070 INFO O| May 13 21:35:58.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59572025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.070 INFO O| May 13 21:35:58.070 INFO STEP 488 (remove_files) COMPLETE
59582025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.070 INFO O| May 13 21:35:58.070 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.098 INFO O| May 13 21:35:58.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59602025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.098 INFO O| May 13 21:35:58.098 INFO STEP 489 (remove_files) COMPLETE
59612025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.098 INFO O| May 13 21:35:58.098 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.115 INFO O| May 13 21:35:58.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59632025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.115 INFO O| May 13 21:35:58.115 INFO STEP 490 (remove_files) COMPLETE
59642025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.115 INFO O| May 13 21:35:58.115 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.154 INFO O| May 13 21:35:58.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59662025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.154 INFO O| May 13 21:35:58.154 INFO STEP 491 (remove_files) COMPLETE
59672025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.154 INFO O| May 13 21:35:58.154 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.182 INFO O| May 13 21:35:58.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59692025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.182 INFO O| May 13 21:35:58.182 INFO STEP 492 (remove_files) COMPLETE
59702025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.182 INFO O| May 13 21:35:58.182 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.217 INFO O| May 13 21:35:58.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59722025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.217 INFO O| May 13 21:35:58.217 INFO STEP 493 (remove_files) COMPLETE
59732025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.217 INFO O| May 13 21:35:58.217 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.268 INFO O| May 13 21:35:58.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59752025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.268 INFO O| May 13 21:35:58.268 INFO STEP 494 (remove_files) COMPLETE
59762025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.268 INFO O| May 13 21:35:58.268 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.309 INFO O| May 13 21:35:58.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59782025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.309 INFO O| May 13 21:35:58.309 INFO STEP 495 (remove_files) COMPLETE
59792025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.309 INFO O| May 13 21:35:58.309 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.327 INFO O| May 13 21:35:58.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59812025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.327 INFO O| May 13 21:35:58.327 INFO STEP 496 (remove_files) COMPLETE
59822025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.327 INFO O| May 13 21:35:58.327 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.344 INFO O| May 13 21:35:58.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59842025-05-13T21:35:59.489Z[ recovery-image] May 13 21:35:58.344 INFO O| May 13 21:35:58.344 INFO STEP 497 (remove_files) COMPLETE
59852025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.344 INFO O| May 13 21:35:58.344 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.381 INFO O| May 13 21:35:58.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59872025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.381 INFO O| May 13 21:35:58.381 INFO STEP 498 (remove_files) COMPLETE
59882025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.381 INFO O| May 13 21:35:58.381 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.400 INFO O| May 13 21:35:58.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59902025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.400 INFO O| May 13 21:35:58.400 INFO STEP 499 (remove_files) COMPLETE
59912025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.400 INFO O| May 13 21:35:58.400 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.417 INFO O| May 13 21:35:58.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59932025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.417 INFO O| May 13 21:35:58.417 INFO STEP 500 (remove_files) COMPLETE
59942025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.417 INFO O| May 13 21:35:58.417 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.473 INFO O| May 13 21:35:58.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59962025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.473 INFO O| May 13 21:35:58.473 INFO STEP 501 (remove_files) COMPLETE
59972025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.474 INFO O| May 13 21:35:58.473 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.502 INFO O| May 13 21:35:58.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59992025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.502 INFO O| May 13 21:35:58.502 INFO STEP 502 (remove_files) COMPLETE
60002025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.502 INFO O| May 13 21:35:58.502 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.520 INFO O| May 13 21:35:58.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
60022025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.520 INFO O| May 13 21:35:58.520 INFO STEP 503 (remove_files) COMPLETE
60032025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.520 INFO O| May 13 21:35:58.520 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-05-13T21:35:59.490Z[ recovery-image] May 13 21:35:58.535 INFO O| May 13 21:35:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
60052025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.535 INFO O| May 13 21:35:58.535 INFO STEP 504 (remove_files) COMPLETE
60062025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.535 INFO O| May 13 21:35:58.535 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.552 INFO O| May 13 21:35:58.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
60082025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.552 INFO O| May 13 21:35:58.552 INFO STEP 505 (remove_files) COMPLETE
60092025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.552 INFO O| May 13 21:35:58.552 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.609 INFO O| May 13 21:35:58.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
60112025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.609 INFO O| May 13 21:35:58.609 INFO STEP 506 (remove_files) COMPLETE
60122025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.609 INFO O| May 13 21:35:58.609 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.627 INFO O| May 13 21:35:58.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60142025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.627 INFO O| May 13 21:35:58.627 INFO STEP 507 (remove_files) COMPLETE
60152025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.627 INFO O| May 13 21:35:58.627 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.645 INFO O| May 13 21:35:58.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60172025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.645 INFO O| May 13 21:35:58.645 INFO STEP 508 (remove_files) COMPLETE
60182025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.645 INFO O| May 13 21:35:58.645 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.663 INFO O| May 13 21:35:58.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60202025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.664 INFO O| May 13 21:35:58.663 INFO STEP 509 (remove_files) COMPLETE
60212025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.664 INFO O| May 13 21:35:58.664 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.694 INFO O| May 13 21:35:58.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60232025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.694 INFO O| May 13 21:35:58.694 INFO STEP 510 (remove_files) COMPLETE
60242025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.694 INFO O| May 13 21:35:58.694 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.725 INFO O| May 13 21:35:58.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60262025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.725 INFO O| May 13 21:35:58.725 INFO STEP 511 (remove_files) COMPLETE
60272025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.726 INFO O| May 13 21:35:58.725 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.758 INFO O| May 13 21:35:58.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60292025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.759 INFO O| May 13 21:35:58.758 INFO STEP 512 (remove_files) COMPLETE
60302025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.759 INFO O| May 13 21:35:58.759 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-05-13T21:35:59.491Z[ recovery-image] May 13 21:35:58.775 INFO O| May 13 21:35:58.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60322025-05-13T21:35:59.497Z[ recovery-image] May 13 21:35:58.776 INFO O| May 13 21:35:58.775 INFO STEP 513 (remove_files) COMPLETE
60332025-05-13T21:35:59.497Z[ recovery-image] May 13 21:35:58.776 INFO O| May 13 21:35:58.776 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-05-13T21:35:59.497Z[ recovery-image] May 13 21:35:58.791 INFO O| May 13 21:35:58.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60352025-05-13T21:35:59.497Z[ recovery-image] May 13 21:35:58.792 INFO O| May 13 21:35:58.792 INFO STEP 514 (remove_files) COMPLETE
60362025-05-13T21:35:59.497Z[ recovery-image] May 13 21:35:58.792 INFO O| May 13 21:35:58.792 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-05-13T21:35:59.497Z[ recovery-image] May 13 21:35:58.815 INFO O| May 13 21:35:58.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60382025-05-13T21:35:59.497Z[ recovery-image] May 13 21:35:58.815 INFO O| May 13 21:35:58.815 INFO STEP 515 (remove_files) COMPLETE
60392025-05-13T21:35:59.497Z[ recovery-image] May 13 21:35:58.815 INFO O| May 13 21:35:58.815 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-05-13T21:35:59.497Z[ recovery-image] May 13 21:35:58.834 INFO O| May 13 21:35:58.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60412025-05-13T21:35:59.497Z[ recovery-image] May 13 21:35:58.834 INFO O| May 13 21:35:58.834 INFO STEP 516 (remove_files) COMPLETE
60422025-05-13T21:35:59.497Z[ recovery-image] May 13 21:35:58.834 INFO O| May 13 21:35:58.834 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-05-13T21:35:59.502Z[ recovery-image] May 13 21:35:58.850 INFO O| May 13 21:35:58.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60442025-05-13T21:35:59.502Z[ recovery-image] May 13 21:35:58.850 INFO O| May 13 21:35:58.850 INFO STEP 517 (remove_files) COMPLETE
60452025-05-13T21:35:59.505Z[ recovery-image] May 13 21:35:58.850 INFO O| May 13 21:35:58.850 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-05-13T21:35:59.519Z[ recovery-image] May 13 21:35:58.867 INFO O| May 13 21:35:58.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60472025-05-13T21:35:59.520Z[ recovery-image] May 13 21:35:58.867 INFO O| May 13 21:35:58.867 INFO STEP 518 (remove_files) COMPLETE
60482025-05-13T21:35:59.520Z[ recovery-image] May 13 21:35:58.867 INFO O| May 13 21:35:58.867 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-05-13T21:35:59.538Z[ recovery-image] May 13 21:35:58.884 INFO O| May 13 21:35:58.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60502025-05-13T21:35:59.542Z[ recovery-image] May 13 21:35:58.884 INFO O| May 13 21:35:58.884 INFO STEP 519 (remove_files) COMPLETE
60512025-05-13T21:35:59.542Z[ recovery-image] May 13 21:35:58.884 INFO O| May 13 21:35:58.884 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-05-13T21:35:59.554Z[ recovery-image] May 13 21:35:58.902 INFO O| May 13 21:35:58.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60532025-05-13T21:35:59.554Z[ recovery-image] May 13 21:35:58.902 INFO O| May 13 21:35:58.902 INFO STEP 520 (remove_files) COMPLETE
60542025-05-13T21:35:59.557Z[ recovery-image] May 13 21:35:58.902 INFO O| May 13 21:35:58.902 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-05-13T21:35:59.596Z[ recovery-image] May 13 21:35:58.943 INFO O| May 13 21:35:58.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60562025-05-13T21:35:59.599Z[ recovery-image] May 13 21:35:58.943 INFO O| May 13 21:35:58.943 INFO STEP 521 (remove_files) COMPLETE
60572025-05-13T21:35:59.599Z[ recovery-image] May 13 21:35:58.943 INFO O| May 13 21:35:58.943 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-05-13T21:35:59.621Z[ recovery-image] May 13 21:35:58.968 INFO O| May 13 21:35:58.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60592025-05-13T21:35:59.643Z[ recovery-image] May 13 21:35:58.990 INFO O| May 13 21:35:58.990 INFO STEP 522 (remove_files) COMPLETE
60602025-05-13T21:35:59.643Z[ recovery-image] May 13 21:35:58.990 INFO O| May 13 21:35:58.990 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-05-13T21:35:59.674Z[ recovery-image] May 13 21:35:59.021 INFO O| May 13 21:35:59.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60622025-05-13T21:35:59.674Z[ recovery-image] May 13 21:35:59.021 INFO O| May 13 21:35:59.021 INFO STEP 523 (remove_files) COMPLETE
60632025-05-13T21:35:59.674Z[ recovery-image] May 13 21:35:59.021 INFO O| May 13 21:35:59.021 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-05-13T21:35:59.694Z[ recovery-image] May 13 21:35:59.041 INFO O| May 13 21:35:59.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60652025-05-13T21:35:59.694Z[ recovery-image] May 13 21:35:59.041 INFO O| May 13 21:35:59.041 INFO STEP 524 (remove_files) COMPLETE
60662025-05-13T21:35:59.697Z[ recovery-image] May 13 21:35:59.041 INFO O| May 13 21:35:59.041 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-05-13T21:35:59.728Z[ recovery-image] May 13 21:35:59.074 INFO O| May 13 21:35:59.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60682025-05-13T21:35:59.737Z[ recovery-image] May 13 21:35:59.085 INFO O| May 13 21:35:59.085 INFO STEP 525 (remove_files) COMPLETE
60692025-05-13T21:35:59.737Z[ recovery-image] May 13 21:35:59.085 INFO O| May 13 21:35:59.085 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-05-13T21:35:59.775Z[ recovery-image] May 13 21:35:59.122 INFO O| May 13 21:35:59.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60712025-05-13T21:35:59.775Z[ recovery-image] May 13 21:35:59.122 INFO O| May 13 21:35:59.122 INFO STEP 526 (remove_files) COMPLETE
60722025-05-13T21:35:59.775Z[ recovery-image] May 13 21:35:59.122 INFO O| May 13 21:35:59.122 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-05-13T21:35:59.792Z[ recovery-image] May 13 21:35:59.140 INFO O| May 13 21:35:59.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60742025-05-13T21:35:59.792Z[ recovery-image] May 13 21:35:59.140 INFO O| May 13 21:35:59.140 INFO STEP 527 (remove_files) COMPLETE
60752025-05-13T21:35:59.792Z[ recovery-image] May 13 21:35:59.140 INFO O| May 13 21:35:59.140 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-05-13T21:35:59.824Z[ recovery-image] May 13 21:35:59.171 INFO O| May 13 21:35:59.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60772025-05-13T21:35:59.824Z[ recovery-image] May 13 21:35:59.171 INFO O| May 13 21:35:59.171 INFO STEP 528 (remove_files) COMPLETE
60782025-05-13T21:35:59.828Z[ recovery-image] May 13 21:35:59.171 INFO O| May 13 21:35:59.171 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-05-13T21:35:59.880Z[ recovery-image] May 13 21:35:59.227 INFO O| May 13 21:35:59.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60802025-05-13T21:35:59.880Z[ recovery-image] May 13 21:35:59.227 INFO O| May 13 21:35:59.227 INFO STEP 529 (remove_files) COMPLETE
60812025-05-13T21:35:59.880Z[ recovery-image] May 13 21:35:59.227 INFO O| May 13 21:35:59.227 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-05-13T21:35:59.896Z[ recovery-image] May 13 21:35:59.244 INFO O| May 13 21:35:59.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60832025-05-13T21:35:59.897Z[ recovery-image] May 13 21:35:59.244 INFO O| May 13 21:35:59.244 INFO STEP 530 (remove_files) COMPLETE
60842025-05-13T21:35:59.900Z[ recovery-image] May 13 21:35:59.244 INFO O| May 13 21:35:59.244 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-05-13T21:35:59.914Z[ recovery-image] May 13 21:35:59.262 INFO O| May 13 21:35:59.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60862025-05-13T21:35:59.916Z[ recovery-image] May 13 21:35:59.262 INFO O| May 13 21:35:59.262 INFO STEP 531 (remove_files) COMPLETE
60872025-05-13T21:35:59.916Z[ recovery-image] May 13 21:35:59.262 INFO O| May 13 21:35:59.262 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-05-13T21:35:59.957Z[ recovery-image] May 13 21:35:59.303 INFO O| May 13 21:35:59.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60892025-05-13T21:35:59.960Z[ recovery-image] May 13 21:35:59.303 INFO O| May 13 21:35:59.303 INFO STEP 532 (remove_files) COMPLETE
60902025-05-13T21:35:59.960Z[ recovery-image] May 13 21:35:59.303 INFO O| May 13 21:35:59.303 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-05-13T21:35:59.976Z[ recovery-image] May 13 21:35:59.323 INFO O| May 13 21:35:59.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60922025-05-13T21:35:59.979Z[ recovery-image] May 13 21:35:59.324 INFO O| May 13 21:35:59.323 INFO STEP 533 (remove_files) COMPLETE
60932025-05-13T21:35:59.979Z[ recovery-image] May 13 21:35:59.324 INFO O| May 13 21:35:59.324 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-05-13T21:36:00.000Z[ recovery-image] May 13 21:35:59.348 INFO O| May 13 21:35:59.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60952025-05-13T21:36:00.004Z[ recovery-image] May 13 21:35:59.348 INFO O| May 13 21:35:59.348 INFO STEP 534 (remove_files) COMPLETE
60962025-05-13T21:36:00.004Z[ recovery-image] May 13 21:35:59.348 INFO O| May 13 21:35:59.348 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-05-13T21:36:00.022Z[ recovery-image] May 13 21:35:59.368 INFO O| May 13 21:35:59.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60982025-05-13T21:36:00.027Z[ recovery-image] May 13 21:35:59.368 INFO O| May 13 21:35:59.368 INFO STEP 535 (remove_files) COMPLETE
60992025-05-13T21:36:00.027Z[ recovery-image] May 13 21:35:59.368 INFO O| May 13 21:35:59.368 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-05-13T21:36:00.039Z[ recovery-image] May 13 21:35:59.387 INFO O| May 13 21:35:59.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
61012025-05-13T21:36:00.042Z[ recovery-image] May 13 21:35:59.387 INFO O| May 13 21:35:59.387 INFO STEP 536 (remove_files) COMPLETE
61022025-05-13T21:36:00.042Z[ recovery-image] May 13 21:35:59.387 INFO O| May 13 21:35:59.387 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-05-13T21:36:00.058Z[ recovery-image] May 13 21:35:59.405 INFO O| May 13 21:35:59.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
61042025-05-13T21:36:00.075Z[ recovery-image] May 13 21:35:59.423 INFO O| May 13 21:35:59.423 INFO STEP 537 (remove_files) COMPLETE
61052025-05-13T21:36:00.075Z[ recovery-image] May 13 21:35:59.423 INFO O| May 13 21:35:59.423 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-05-13T21:36:00.109Z[ recovery-image] May 13 21:35:59.456 INFO O| May 13 21:35:59.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
61072025-05-13T21:36:00.113Z[ recovery-image] May 13 21:35:59.456 INFO O| May 13 21:35:59.456 INFO STEP 538 (remove_files) COMPLETE
61082025-05-13T21:36:00.113Z[ recovery-image] May 13 21:35:59.456 INFO O| May 13 21:35:59.456 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-05-13T21:36:00.135Z[ recovery-image] May 13 21:35:59.476 INFO O| May 13 21:35:59.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
61102025-05-13T21:36:00.135Z[ recovery-image] May 13 21:35:59.476 INFO O| May 13 21:35:59.476 INFO STEP 539 (remove_files) COMPLETE
61112025-05-13T21:36:00.139Z[ recovery-image] May 13 21:35:59.476 INFO O| May 13 21:35:59.476 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-05-13T21:36:00.146Z[ recovery-image] May 13 21:35:59.494 INFO O| May 13 21:35:59.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
61132025-05-13T21:36:00.146Z[ recovery-image] May 13 21:35:59.494 INFO O| May 13 21:35:59.494 INFO STEP 540 (remove_files) COMPLETE
61142025-05-13T21:36:00.150Z[ recovery-image] May 13 21:35:59.494 INFO O| May 13 21:35:59.494 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-05-13T21:36:00.164Z[ recovery-image] May 13 21:35:59.511 INFO O| May 13 21:35:59.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61162025-05-13T21:36:00.164Z[ recovery-image] May 13 21:35:59.511 INFO O| May 13 21:35:59.511 INFO STEP 541 (remove_files) COMPLETE
61172025-05-13T21:36:00.167Z[ recovery-image] May 13 21:35:59.511 INFO O| May 13 21:35:59.511 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-05-13T21:36:00.180Z[ recovery-image] May 13 21:35:59.528 INFO O| May 13 21:35:59.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61192025-05-13T21:36:00.184Z[ recovery-image] May 13 21:35:59.528 INFO O| May 13 21:35:59.528 INFO STEP 542 (remove_files) COMPLETE
61202025-05-13T21:36:00.184Z[ recovery-image] May 13 21:35:59.528 INFO O| May 13 21:35:59.528 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-05-13T21:36:00.198Z[ recovery-image] May 13 21:35:59.545 INFO O| May 13 21:35:59.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61222025-05-13T21:36:00.198Z[ recovery-image] May 13 21:35:59.545 INFO O| May 13 21:35:59.545 INFO STEP 543 (remove_files) COMPLETE
61232025-05-13T21:36:00.198Z[ recovery-image] May 13 21:35:59.545 INFO O| May 13 21:35:59.545 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-05-13T21:36:00.213Z[ recovery-image] May 13 21:35:59.561 INFO O| May 13 21:35:59.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61252025-05-13T21:36:00.213Z[ recovery-image] May 13 21:35:59.561 INFO O| May 13 21:35:59.561 INFO STEP 544 (remove_files) COMPLETE
61262025-05-13T21:36:00.217Z[ recovery-image] May 13 21:35:59.561 INFO O| May 13 21:35:59.561 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-05-13T21:36:00.230Z[ recovery-image] May 13 21:35:59.578 INFO O| May 13 21:35:59.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61282025-05-13T21:36:00.230Z[ recovery-image] May 13 21:35:59.578 INFO O| May 13 21:35:59.578 INFO STEP 545 (remove_files) COMPLETE
61292025-05-13T21:36:00.230Z[ recovery-image] May 13 21:35:59.578 INFO O| May 13 21:35:59.578 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302025-05-13T21:36:00.267Z[ recovery-image] May 13 21:35:59.614 INFO O| May 13 21:35:59.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61312025-05-13T21:36:00.267Z[ recovery-image] May 13 21:35:59.614 INFO O| May 13 21:35:59.614 INFO STEP 546 (remove_files) COMPLETE
61322025-05-13T21:36:00.267Z[ recovery-image] May 13 21:35:59.614 INFO O| May 13 21:35:59.614 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332025-05-13T21:36:00.325Z[ recovery-image] May 13 21:35:59.673 INFO O| May 13 21:35:59.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61342025-05-13T21:36:00.325Z[ recovery-image] May 13 21:35:59.673 INFO O| May 13 21:35:59.673 INFO STEP 547 (remove_files) COMPLETE
61352025-05-13T21:36:00.325Z[ recovery-image] May 13 21:35:59.673 INFO O| May 13 21:35:59.673 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-05-13T21:36:00.342Z[ recovery-image] May 13 21:35:59.690 INFO O| May 13 21:35:59.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61372025-05-13T21:36:00.342Z[ recovery-image] May 13 21:35:59.690 INFO O| May 13 21:35:59.690 INFO STEP 548 (remove_files) COMPLETE
61382025-05-13T21:36:00.342Z[ recovery-image] May 13 21:35:59.690 INFO O| May 13 21:35:59.690 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-05-13T21:36:00.381Z[ recovery-image] May 13 21:35:59.728 INFO O| May 13 21:35:59.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61402025-05-13T21:36:00.381Z[ recovery-image] May 13 21:35:59.728 INFO O| May 13 21:35:59.728 INFO STEP 549 (remove_files) COMPLETE
61412025-05-13T21:36:00.385Z[ recovery-image] May 13 21:35:59.728 INFO O| May 13 21:35:59.728 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-05-13T21:36:00.398Z[ recovery-image] May 13 21:35:59.745 INFO O| May 13 21:35:59.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61432025-05-13T21:36:00.398Z[ recovery-image] May 13 21:35:59.745 INFO O| May 13 21:35:59.745 INFO STEP 550 (remove_files) COMPLETE
61442025-05-13T21:36:00.398Z[ recovery-image] May 13 21:35:59.745 INFO O| May 13 21:35:59.745 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-05-13T21:36:00.431Z[ recovery-image] May 13 21:35:59.778 INFO O| May 13 21:35:59.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61462025-05-13T21:36:00.431Z[ recovery-image] May 13 21:35:59.778 INFO O| May 13 21:35:59.778 INFO STEP 551 (remove_files) COMPLETE
61472025-05-13T21:36:00.431Z[ recovery-image] May 13 21:35:59.779 INFO O| May 13 21:35:59.778 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-05-13T21:36:00.465Z[ recovery-image] May 13 21:35:59.812 INFO O| May 13 21:35:59.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61492025-05-13T21:36:00.465Z[ recovery-image] May 13 21:35:59.812 INFO O| May 13 21:35:59.812 INFO STEP 552 (remove_files) COMPLETE
61502025-05-13T21:36:00.470Z[ recovery-image] May 13 21:35:59.813 INFO O| May 13 21:35:59.812 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-05-13T21:36:00.482Z[ recovery-image] May 13 21:35:59.829 INFO O| May 13 21:35:59.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61522025-05-13T21:36:00.482Z[ recovery-image] May 13 21:35:59.829 INFO O| May 13 21:35:59.829 INFO STEP 553 (remove_files) COMPLETE
61532025-05-13T21:36:00.485Z[ recovery-image] May 13 21:35:59.829 INFO O| May 13 21:35:59.829 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-05-13T21:36:00.499Z[ recovery-image] May 13 21:35:59.846 INFO O| May 13 21:35:59.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61552025-05-13T21:36:00.499Z[ recovery-image] May 13 21:35:59.846 INFO O| May 13 21:35:59.846 INFO STEP 554 (remove_files) COMPLETE
61562025-05-13T21:36:00.499Z[ recovery-image] May 13 21:35:59.846 INFO O| May 13 21:35:59.846 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-05-13T21:36:00.538Z[ recovery-image] May 13 21:35:59.886 INFO O| May 13 21:35:59.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61582025-05-13T21:36:00.541Z[ recovery-image] May 13 21:35:59.886 INFO O| May 13 21:35:59.886 INFO STEP 555 (remove_files) COMPLETE
61592025-05-13T21:36:00.542Z[ recovery-image] May 13 21:35:59.886 INFO O| May 13 21:35:59.886 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-05-13T21:36:00.557Z[ recovery-image] May 13 21:35:59.905 INFO O| May 13 21:35:59.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61612025-05-13T21:36:00.561Z[ recovery-image] May 13 21:35:59.905 INFO O| May 13 21:35:59.905 INFO STEP 556 (remove_files) COMPLETE
61622025-05-13T21:36:00.561Z[ recovery-image] May 13 21:35:59.905 INFO O| May 13 21:35:59.905 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-05-13T21:36:00.589Z[ recovery-image] May 13 21:35:59.934 INFO O| May 13 21:35:59.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61642025-05-13T21:36:00.589Z[ recovery-image] May 13 21:35:59.934 INFO O| May 13 21:35:59.934 INFO STEP 557 (remove_files) COMPLETE
61652025-05-13T21:36:00.589Z[ recovery-image] May 13 21:35:59.934 INFO O| May 13 21:35:59.934 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-05-13T21:36:00.605Z[ recovery-image] May 13 21:35:59.952 INFO O| May 13 21:35:59.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61672025-05-13T21:36:00.605Z[ recovery-image] May 13 21:35:59.952 INFO O| May 13 21:35:59.952 INFO STEP 558 (remove_files) COMPLETE
61682025-05-13T21:36:00.605Z[ recovery-image] May 13 21:35:59.952 INFO O| May 13 21:35:59.952 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-05-13T21:36:00.639Z[ recovery-image] May 13 21:35:59.985 INFO O| May 13 21:35:59.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61702025-05-13T21:36:00.642Z[ recovery-image] May 13 21:35:59.985 INFO O| May 13 21:35:59.985 INFO STEP 559 (remove_files) COMPLETE
61712025-05-13T21:36:00.643Z[ recovery-image] May 13 21:35:59.986 INFO O| May 13 21:35:59.985 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-05-13T21:36:00.658Z[ recovery-image] May 13 21:36:00.005 INFO O| May 13 21:36:00.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61732025-05-13T21:36:00.658Z[ recovery-image] May 13 21:36:00.005 INFO O| May 13 21:36:00.005 INFO STEP 560 (remove_files) COMPLETE
61742025-05-13T21:36:00.658Z[ recovery-image] May 13 21:36:00.005 INFO O| May 13 21:36:00.005 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-05-13T21:36:00.697Z[ recovery-image] May 13 21:36:00.037 INFO O| May 13 21:36:00.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61762025-05-13T21:36:00.701Z[ recovery-image] May 13 21:36:00.037 INFO O| May 13 21:36:00.037 INFO STEP 561 (remove_files) COMPLETE
61772025-05-13T21:36:00.701Z[ recovery-image] May 13 21:36:00.037 INFO O| May 13 21:36:00.037 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-05-13T21:36:00.708Z[ recovery-image] May 13 21:36:00.056 INFO O| May 13 21:36:00.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61792025-05-13T21:36:00.716Z[ recovery-image] May 13 21:36:00.056 INFO O| May 13 21:36:00.056 INFO STEP 562 (remove_files) COMPLETE
61802025-05-13T21:36:00.716Z[ recovery-image] May 13 21:36:00.056 INFO O| May 13 21:36:00.056 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-05-13T21:36:00.726Z[ recovery-image] May 13 21:36:00.074 INFO O| May 13 21:36:00.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61822025-05-13T21:36:00.734Z[ recovery-image] May 13 21:36:00.074 INFO O| May 13 21:36:00.074 INFO STEP 563 (remove_files) COMPLETE
61832025-05-13T21:36:00.735Z[ recovery-image] May 13 21:36:00.074 INFO O| May 13 21:36:00.074 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-05-13T21:36:00.745Z[ recovery-image] May 13 21:36:00.092 INFO O| May 13 21:36:00.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61852025-05-13T21:36:00.750Z[ recovery-image] May 13 21:36:00.092 INFO O| May 13 21:36:00.092 INFO STEP 564 (remove_files) COMPLETE
61862025-05-13T21:36:00.750Z[ recovery-image] May 13 21:36:00.093 INFO O| May 13 21:36:00.092 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-05-13T21:36:00.763Z[ recovery-image] May 13 21:36:00.110 INFO O| May 13 21:36:00.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61882025-05-13T21:36:00.766Z[ recovery-image] May 13 21:36:00.111 INFO O| May 13 21:36:00.111 INFO STEP 565 (remove_files) COMPLETE
61892025-05-13T21:36:00.766Z[ recovery-image] May 13 21:36:00.111 INFO O| May 13 21:36:00.111 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-05-13T21:36:00.791Z[ recovery-image] May 13 21:36:00.138 INFO O| May 13 21:36:00.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61912025-05-13T21:36:00.791Z[ recovery-image] May 13 21:36:00.138 INFO O| May 13 21:36:00.138 INFO STEP 566 (remove_files) COMPLETE
61922025-05-13T21:36:00.791Z[ recovery-image] May 13 21:36:00.138 INFO O| May 13 21:36:00.138 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-05-13T21:36:00.832Z[ recovery-image] May 13 21:36:00.179 INFO O| May 13 21:36:00.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61942025-05-13T21:36:00.832Z[ recovery-image] May 13 21:36:00.179 INFO O| May 13 21:36:00.179 INFO STEP 567 (remove_files) COMPLETE
61952025-05-13T21:36:00.832Z[ recovery-image] May 13 21:36:00.179 INFO O| May 13 21:36:00.179 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-05-13T21:36:00.890Z[ recovery-image] May 13 21:36:00.237 INFO O| May 13 21:36:00.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61972025-05-13T21:36:00.890Z[ recovery-image] May 13 21:36:00.237 INFO O| May 13 21:36:00.237 INFO STEP 568 (remove_files) COMPLETE
61982025-05-13T21:36:00.890Z[ recovery-image] May 13 21:36:00.237 INFO O| May 13 21:36:00.237 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-05-13T21:36:00.909Z[ recovery-image] May 13 21:36:00.256 INFO O| May 13 21:36:00.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
62002025-05-13T21:36:00.909Z[ recovery-image] May 13 21:36:00.256 INFO O| May 13 21:36:00.256 INFO STEP 569 (remove_files) COMPLETE
62012025-05-13T21:36:00.913Z[ recovery-image] May 13 21:36:00.256 INFO O| May 13 21:36:00.256 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-05-13T21:36:00.926Z[ recovery-image] May 13 21:36:00.273 INFO O| May 13 21:36:00.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
62032025-05-13T21:36:00.926Z[ recovery-image] May 13 21:36:00.273 INFO O| May 13 21:36:00.273 INFO STEP 570 (remove_files) COMPLETE
62042025-05-13T21:36:00.926Z[ recovery-image] May 13 21:36:00.273 INFO O| May 13 21:36:00.273 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-05-13T21:36:01.350Z[ recovery-image] May 13 21:36:00.294 INFO O| May 13 21:36:00.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
62062025-05-13T21:36:01.354Z[ recovery-image] May 13 21:36:00.294 INFO O| May 13 21:36:00.294 INFO STEP 571 (remove_files) COMPLETE
62072025-05-13T21:36:01.354Z[ recovery-image] May 13 21:36:00.294 INFO O| May 13 21:36:00.294 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-05-13T21:36:01.354Z[ recovery-image] May 13 21:36:00.313 INFO O| May 13 21:36:00.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
62092025-05-13T21:36:01.354Z[ recovery-image] May 13 21:36:00.313 INFO O| May 13 21:36:00.313 INFO STEP 572 (remove_files) COMPLETE
62102025-05-13T21:36:01.354Z[ recovery-image] May 13 21:36:00.313 INFO O| May 13 21:36:00.313 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-05-13T21:36:01.354Z[ recovery-image] May 13 21:36:00.347 INFO O| May 13 21:36:00.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
62122025-05-13T21:36:01.354Z[ recovery-image] May 13 21:36:00.371 INFO O| May 13 21:36:00.371 INFO STEP 573 (remove_files) COMPLETE
62132025-05-13T21:36:01.354Z[ recovery-image] May 13 21:36:00.371 INFO O| May 13 21:36:00.371 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-05-13T21:36:01.354Z[ recovery-image] May 13 21:36:00.389 INFO O| May 13 21:36:00.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
62152025-05-13T21:36:01.354Z[ recovery-image] May 13 21:36:00.390 INFO O| May 13 21:36:00.390 INFO STEP 574 (remove_files) COMPLETE
62162025-05-13T21:36:01.354Z[ recovery-image] May 13 21:36:00.390 INFO O| May 13 21:36:00.390 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-05-13T21:36:01.354Z[ recovery-image] May 13 21:36:00.411 INFO O| May 13 21:36:00.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62182025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.411 INFO O| May 13 21:36:00.411 INFO STEP 575 (remove_files) COMPLETE
62192025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.411 INFO O| May 13 21:36:00.411 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.439 INFO O| May 13 21:36:00.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62212025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.439 INFO O| May 13 21:36:00.439 INFO STEP 576 (remove_files) COMPLETE
62222025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.439 INFO O| May 13 21:36:00.439 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.474 INFO O| May 13 21:36:00.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62242025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.474 INFO O| May 13 21:36:00.474 INFO STEP 577 (remove_files) COMPLETE
62252025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.475 INFO O| May 13 21:36:00.474 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.534 INFO O| May 13 21:36:00.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62272025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.534 INFO O| May 13 21:36:00.534 INFO STEP 578 (remove_files) COMPLETE
62282025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.534 INFO O| May 13 21:36:00.534 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.595 INFO O| May 13 21:36:00.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62302025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.595 INFO O| May 13 21:36:00.595 INFO STEP 579 (remove_files) COMPLETE
62312025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.595 INFO O| May 13 21:36:00.595 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.656 INFO O| May 13 21:36:00.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62332025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.656 INFO O| May 13 21:36:00.656 INFO STEP 580 (remove_files) COMPLETE
62342025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.656 INFO O| May 13 21:36:00.656 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.698 INFO O| May 13 21:36:00.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62362025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.698 INFO O| May 13 21:36:00.698 INFO STEP 581 (remove_files) COMPLETE
62372025-05-13T21:36:01.355Z[ recovery-image] May 13 21:36:00.698 INFO O| May 13 21:36:00.698 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-05-13T21:36:01.410Z[ recovery-image] May 13 21:36:00.758 INFO O| May 13 21:36:00.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62392025-05-13T21:36:01.427Z[ recovery-image] May 13 21:36:00.775 INFO O| May 13 21:36:00.775 INFO STEP 582 (remove_files) COMPLETE
62402025-05-13T21:36:01.428Z[ recovery-image] May 13 21:36:00.775 INFO O| May 13 21:36:00.775 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-05-13T21:36:01.461Z[ recovery-image] May 13 21:36:00.807 INFO O| May 13 21:36:00.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62422025-05-13T21:36:01.461Z[ recovery-image] May 13 21:36:00.807 INFO O| May 13 21:36:00.807 INFO STEP 583 (remove_files) COMPLETE
62432025-05-13T21:36:01.461Z[ recovery-image] May 13 21:36:00.808 INFO O| May 13 21:36:00.807 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-05-13T21:36:01.522Z[ recovery-image] May 13 21:36:00.869 INFO O| May 13 21:36:00.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62452025-05-13T21:36:01.522Z[ recovery-image] May 13 21:36:00.869 INFO O| May 13 21:36:00.869 INFO STEP 584 (remove_files) COMPLETE
62462025-05-13T21:36:01.522Z[ recovery-image] May 13 21:36:00.869 INFO O| May 13 21:36:00.869 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-05-13T21:36:01.562Z[ recovery-image] May 13 21:36:00.910 INFO O| May 13 21:36:00.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62482025-05-13T21:36:01.567Z[ recovery-image] May 13 21:36:00.910 INFO O| May 13 21:36:00.910 INFO STEP 585 (remove_files) COMPLETE
62492025-05-13T21:36:01.567Z[ recovery-image] May 13 21:36:00.910 INFO O| May 13 21:36:00.910 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-05-13T21:36:01.583Z[ recovery-image] May 13 21:36:00.930 INFO O| May 13 21:36:00.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62512025-05-13T21:36:01.586Z[ recovery-image] May 13 21:36:00.930 INFO O| May 13 21:36:00.930 INFO STEP 586 (remove_files) COMPLETE
62522025-05-13T21:36:01.586Z[ recovery-image] May 13 21:36:00.930 INFO O| May 13 21:36:00.930 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-05-13T21:36:01.604Z[ recovery-image] May 13 21:36:00.951 INFO O| May 13 21:36:00.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62542025-05-13T21:36:01.604Z[ recovery-image] May 13 21:36:00.951 INFO O| May 13 21:36:00.951 INFO STEP 587 (remove_files) COMPLETE
62552025-05-13T21:36:01.608Z[ recovery-image] May 13 21:36:00.951 INFO O| May 13 21:36:00.951 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-05-13T21:36:01.639Z[ recovery-image] May 13 21:36:00.986 INFO O| May 13 21:36:00.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62572025-05-13T21:36:01.639Z[ recovery-image] May 13 21:36:00.986 INFO O| May 13 21:36:00.986 INFO STEP 588 (remove_files) COMPLETE
62582025-05-13T21:36:01.639Z[ recovery-image] May 13 21:36:00.986 INFO O| May 13 21:36:00.986 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-05-13T21:36:01.680Z[ recovery-image] May 13 21:36:01.027 INFO O| May 13 21:36:01.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62602025-05-13T21:36:01.680Z[ recovery-image] May 13 21:36:01.027 INFO O| May 13 21:36:01.027 INFO STEP 589 (remove_files) COMPLETE
62612025-05-13T21:36:01.683Z[ recovery-image] May 13 21:36:01.027 INFO O| May 13 21:36:01.027 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-05-13T21:36:01.697Z[ recovery-image] May 13 21:36:01.044 INFO O| May 13 21:36:01.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62632025-05-13T21:36:01.697Z[ recovery-image] May 13 21:36:01.044 INFO O| May 13 21:36:01.044 INFO STEP 590 (remove_files) COMPLETE
62642025-05-13T21:36:01.697Z[ recovery-image] May 13 21:36:01.044 INFO O| May 13 21:36:01.044 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-05-13T21:36:01.731Z[ recovery-image] May 13 21:36:01.078 INFO O| May 13 21:36:01.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62662025-05-13T21:36:01.731Z[ recovery-image] May 13 21:36:01.079 INFO O| May 13 21:36:01.079 INFO STEP 591 (remove_files) COMPLETE
62672025-05-13T21:36:01.731Z[ recovery-image] May 13 21:36:01.079 INFO O| May 13 21:36:01.079 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-05-13T21:36:01.772Z[ recovery-image] May 13 21:36:01.119 INFO O| May 13 21:36:01.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62692025-05-13T21:36:01.772Z[ recovery-image] May 13 21:36:01.120 INFO O| May 13 21:36:01.119 INFO STEP 592 (remove_files) COMPLETE
62702025-05-13T21:36:01.772Z[ recovery-image] May 13 21:36:01.120 INFO O| May 13 21:36:01.120 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-05-13T21:36:01.801Z[ recovery-image] May 13 21:36:01.149 INFO O| May 13 21:36:01.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62722025-05-13T21:36:01.801Z[ recovery-image] May 13 21:36:01.149 INFO O| May 13 21:36:01.149 INFO STEP 593 (remove_files) COMPLETE
62732025-05-13T21:36:01.805Z[ recovery-image] May 13 21:36:01.149 INFO O| May 13 21:36:01.149 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-05-13T21:36:01.824Z[ recovery-image] May 13 21:36:01.171 INFO O| May 13 21:36:01.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62752025-05-13T21:36:01.827Z[ recovery-image] May 13 21:36:01.171 INFO O| May 13 21:36:01.171 INFO STEP 594 (remove_files) COMPLETE
62762025-05-13T21:36:01.827Z[ recovery-image] May 13 21:36:01.171 INFO O| May 13 21:36:01.171 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-05-13T21:36:01.842Z[ recovery-image] May 13 21:36:01.190 INFO O| May 13 21:36:01.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62782025-05-13T21:36:01.846Z[ recovery-image] May 13 21:36:01.190 INFO O| May 13 21:36:01.190 INFO STEP 595 (remove_files) COMPLETE
62792025-05-13T21:36:01.846Z[ recovery-image] May 13 21:36:01.190 INFO O| May 13 21:36:01.190 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-05-13T21:36:01.875Z[ recovery-image] May 13 21:36:01.222 INFO O| May 13 21:36:01.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62812025-05-13T21:36:01.878Z[ recovery-image] May 13 21:36:01.222 INFO O| May 13 21:36:01.222 INFO STEP 596 (remove_files) COMPLETE
62822025-05-13T21:36:01.878Z[ recovery-image] May 13 21:36:01.222 INFO O| May 13 21:36:01.222 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-05-13T21:36:01.894Z[ recovery-image] May 13 21:36:01.241 INFO O| May 13 21:36:01.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62842025-05-13T21:36:01.894Z[ recovery-image] May 13 21:36:01.241 INFO O| May 13 21:36:01.241 INFO STEP 597 (remove_files) COMPLETE
62852025-05-13T21:36:01.898Z[ recovery-image] May 13 21:36:01.241 INFO O| May 13 21:36:01.241 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-05-13T21:36:01.911Z[ recovery-image] May 13 21:36:01.259 INFO O| May 13 21:36:01.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62872025-05-13T21:36:01.911Z[ recovery-image] May 13 21:36:01.259 INFO O| May 13 21:36:01.259 INFO STEP 598 (remove_files) COMPLETE
62882025-05-13T21:36:01.914Z[ recovery-image] May 13 21:36:01.259 INFO O| May 13 21:36:01.259 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-05-13T21:36:01.948Z[ recovery-image] May 13 21:36:01.295 INFO O| May 13 21:36:01.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62902025-05-13T21:36:01.948Z[ recovery-image] May 13 21:36:01.295 INFO O| May 13 21:36:01.295 INFO STEP 599 (remove_files) COMPLETE
62912025-05-13T21:36:01.952Z[ recovery-image] May 13 21:36:01.295 INFO O| May 13 21:36:01.295 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-05-13T21:36:01.975Z[ recovery-image] May 13 21:36:01.322 INFO O| May 13 21:36:01.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62932025-05-13T21:36:01.975Z[ recovery-image] May 13 21:36:01.322 INFO O| May 13 21:36:01.322 INFO STEP 600 (remove_files) COMPLETE
62942025-05-13T21:36:01.975Z[ recovery-image] May 13 21:36:01.322 INFO O| May 13 21:36:01.322 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-05-13T21:36:01.993Z[ recovery-image] May 13 21:36:01.341 INFO O| May 13 21:36:01.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62962025-05-13T21:36:01.993Z[ recovery-image] May 13 21:36:01.341 INFO O| May 13 21:36:01.341 INFO STEP 601 (remove_files) COMPLETE
62972025-05-13T21:36:01.996Z[ recovery-image] May 13 21:36:01.341 INFO O| May 13 21:36:01.341 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-05-13T21:36:02.029Z[ recovery-image] May 13 21:36:01.376 INFO O| May 13 21:36:01.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62992025-05-13T21:36:02.032Z[ recovery-image] May 13 21:36:01.377 INFO O| May 13 21:36:01.376 INFO STEP 602 (remove_files) COMPLETE
63002025-05-13T21:36:02.032Z[ recovery-image] May 13 21:36:01.377 INFO O| May 13 21:36:01.377 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-05-13T21:36:02.057Z[ recovery-image] May 13 21:36:01.404 INFO O| May 13 21:36:01.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
63022025-05-13T21:36:02.057Z[ recovery-image] May 13 21:36:01.404 INFO O| May 13 21:36:01.404 INFO STEP 603 (remove_files) COMPLETE
63032025-05-13T21:36:02.057Z[ recovery-image] May 13 21:36:01.404 INFO O| May 13 21:36:01.404 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-05-13T21:36:02.075Z[ recovery-image] May 13 21:36:01.422 INFO O| May 13 21:36:01.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
63052025-05-13T21:36:02.075Z[ recovery-image] May 13 21:36:01.422 INFO O| May 13 21:36:01.422 INFO STEP 604 (remove_files) COMPLETE
63062025-05-13T21:36:02.078Z[ recovery-image] May 13 21:36:01.422 INFO O| May 13 21:36:01.422 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-05-13T21:36:02.092Z[ recovery-image] May 13 21:36:01.439 INFO O| May 13 21:36:01.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
63082025-05-13T21:36:02.092Z[ recovery-image] May 13 21:36:01.439 INFO O| May 13 21:36:01.439 INFO STEP 605 (remove_files) COMPLETE
63092025-05-13T21:36:02.095Z[ recovery-image] May 13 21:36:01.439 INFO O| May 13 21:36:01.439 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-05-13T21:36:02.108Z[ recovery-image] May 13 21:36:01.455 INFO O| May 13 21:36:01.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63112025-05-13T21:36:02.108Z[ recovery-image] May 13 21:36:01.455 INFO O| May 13 21:36:01.455 INFO STEP 606 (remove_files) COMPLETE
63122025-05-13T21:36:02.108Z[ recovery-image] May 13 21:36:01.455 INFO O| May 13 21:36:01.455 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-05-13T21:36:02.136Z[ recovery-image] May 13 21:36:01.473 INFO O| May 13 21:36:01.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63142025-05-13T21:36:02.140Z[ recovery-image] May 13 21:36:01.473 INFO O| May 13 21:36:01.473 INFO STEP 607 (remove_files) COMPLETE
63152025-05-13T21:36:02.140Z[ recovery-image] May 13 21:36:01.473 INFO O| May 13 21:36:01.473 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162025-05-13T21:36:02.163Z[ recovery-image] May 13 21:36:01.510 INFO O| May 13 21:36:01.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63172025-05-13T21:36:02.163Z[ recovery-image] May 13 21:36:01.511 INFO O| May 13 21:36:01.511 INFO STEP 608 (remove_files) COMPLETE
63182025-05-13T21:36:02.166Z[ recovery-image] May 13 21:36:01.511 INFO O| May 13 21:36:01.511 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192025-05-13T21:36:02.198Z[ recovery-image] May 13 21:36:01.545 INFO O| May 13 21:36:01.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63202025-05-13T21:36:02.198Z[ recovery-image] May 13 21:36:01.545 INFO O| May 13 21:36:01.545 INFO STEP 609 (remove_files) COMPLETE
63212025-05-13T21:36:02.201Z[ recovery-image] May 13 21:36:01.545 INFO O| May 13 21:36:01.545 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222025-05-13T21:36:02.226Z[ recovery-image] May 13 21:36:01.573 INFO O| May 13 21:36:01.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63232025-05-13T21:36:02.229Z[ recovery-image] May 13 21:36:01.573 INFO O| May 13 21:36:01.573 INFO STEP 610 (remove_files) COMPLETE
63242025-05-13T21:36:02.229Z[ recovery-image] May 13 21:36:01.573 INFO O| May 13 21:36:01.573 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252025-05-13T21:36:02.282Z[ recovery-image] May 13 21:36:01.626 INFO O| May 13 21:36:01.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63262025-05-13T21:36:02.282Z[ recovery-image] May 13 21:36:01.626 INFO O| May 13 21:36:01.626 INFO STEP 611 (remove_files) COMPLETE
63272025-05-13T21:36:02.282Z[ recovery-image] May 13 21:36:01.626 INFO O| May 13 21:36:01.626 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282025-05-13T21:36:02.297Z[ recovery-image] May 13 21:36:01.643 INFO O| May 13 21:36:01.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63292025-05-13T21:36:02.297Z[ recovery-image] May 13 21:36:01.643 INFO O| May 13 21:36:01.643 INFO STEP 612 (remove_files) COMPLETE
63302025-05-13T21:36:02.297Z[ recovery-image] May 13 21:36:01.643 INFO O| May 13 21:36:01.643 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312025-05-13T21:36:02.330Z[ recovery-image] May 13 21:36:01.676 INFO O| May 13 21:36:01.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63322025-05-13T21:36:02.331Z[ recovery-image] May 13 21:36:01.676 INFO O| May 13 21:36:01.676 INFO STEP 613 (remove_files) COMPLETE
63332025-05-13T21:36:02.334Z[ recovery-image] May 13 21:36:01.676 INFO O| May 13 21:36:01.676 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-05-13T21:36:02.347Z[ recovery-image] May 13 21:36:01.694 INFO O| May 13 21:36:01.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63352025-05-13T21:36:02.347Z[ recovery-image] May 13 21:36:01.694 INFO O| May 13 21:36:01.694 INFO STEP 614 (remove_files) COMPLETE
63362025-05-13T21:36:02.347Z[ recovery-image] May 13 21:36:01.694 INFO O| May 13 21:36:01.694 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-05-13T21:36:02.364Z[ recovery-image] May 13 21:36:01.711 INFO O| May 13 21:36:01.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63382025-05-13T21:36:02.365Z[ recovery-image] May 13 21:36:01.711 INFO O| May 13 21:36:01.711 INFO STEP 615 (remove_files) COMPLETE
63392025-05-13T21:36:02.365Z[ recovery-image] May 13 21:36:01.711 INFO O| May 13 21:36:01.711 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-05-13T21:36:02.394Z[ recovery-image] May 13 21:36:01.741 INFO O| May 13 21:36:01.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63412025-05-13T21:36:02.394Z[ recovery-image] May 13 21:36:01.741 INFO O| May 13 21:36:01.741 INFO STEP 616 (remove_files) COMPLETE
63422025-05-13T21:36:02.394Z[ recovery-image] May 13 21:36:01.741 INFO O| May 13 21:36:01.741 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432025-05-13T21:36:02.412Z[ recovery-image] May 13 21:36:01.758 INFO O| May 13 21:36:01.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63442025-05-13T21:36:02.412Z[ recovery-image] May 13 21:36:01.758 INFO O| May 13 21:36:01.758 INFO STEP 617 (remove_files) COMPLETE
63452025-05-13T21:36:02.415Z[ recovery-image] May 13 21:36:01.758 INFO O| May 13 21:36:01.758 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-05-13T21:36:02.446Z[ recovery-image] May 13 21:36:01.793 INFO O| May 13 21:36:01.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63472025-05-13T21:36:02.449Z[ recovery-image] May 13 21:36:01.793 INFO O| May 13 21:36:01.793 INFO STEP 618 (remove_files) COMPLETE
63482025-05-13T21:36:02.449Z[ recovery-image] May 13 21:36:01.793 INFO O| May 13 21:36:01.793 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492025-05-13T21:36:02.466Z[ recovery-image] May 13 21:36:01.813 INFO O| May 13 21:36:01.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63502025-05-13T21:36:02.469Z[ recovery-image] May 13 21:36:01.813 INFO O| May 13 21:36:01.813 INFO STEP 619 (remove_files) COMPLETE
63512025-05-13T21:36:02.469Z[ recovery-image] May 13 21:36:01.814 INFO O| May 13 21:36:01.813 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522025-05-13T21:36:02.483Z[ recovery-image] May 13 21:36:01.830 INFO O| May 13 21:36:01.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63532025-05-13T21:36:02.486Z[ recovery-image] May 13 21:36:01.831 INFO O| May 13 21:36:01.831 INFO STEP 620 (remove_files) COMPLETE
63542025-05-13T21:36:02.486Z[ recovery-image] May 13 21:36:01.831 INFO O| May 13 21:36:01.831 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552025-05-13T21:36:02.501Z[ recovery-image] May 13 21:36:01.848 INFO O| May 13 21:36:01.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63562025-05-13T21:36:02.504Z[ recovery-image] May 13 21:36:01.848 INFO O| May 13 21:36:01.848 INFO STEP 621 (remove_files) COMPLETE
63572025-05-13T21:36:02.504Z[ recovery-image] May 13 21:36:01.849 INFO O| May 13 21:36:01.849 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582025-05-13T21:36:02.559Z[ recovery-image] May 13 21:36:01.906 INFO O| May 13 21:36:01.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63592025-05-13T21:36:02.562Z[ recovery-image] May 13 21:36:01.906 INFO O| May 13 21:36:01.906 INFO STEP 622 (remove_files) COMPLETE
63602025-05-13T21:36:02.562Z[ recovery-image] May 13 21:36:01.906 INFO O| May 13 21:36:01.906 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-05-13T21:36:02.577Z[ recovery-image] May 13 21:36:01.924 INFO O| May 13 21:36:01.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63622025-05-13T21:36:02.580Z[ recovery-image] May 13 21:36:01.925 INFO O| May 13 21:36:01.925 INFO STEP 623 (remove_files) COMPLETE
63632025-05-13T21:36:02.580Z[ recovery-image] May 13 21:36:01.925 INFO O| May 13 21:36:01.925 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-05-13T21:36:02.614Z[ recovery-image] May 13 21:36:01.961 INFO O| May 13 21:36:01.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63652025-05-13T21:36:02.614Z[ recovery-image] May 13 21:36:01.961 INFO O| May 13 21:36:01.961 INFO STEP 624 (remove_files) COMPLETE
63662025-05-13T21:36:02.617Z[ recovery-image] May 13 21:36:01.961 INFO O| May 13 21:36:01.961 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-05-13T21:36:02.633Z[ recovery-image] May 13 21:36:01.980 INFO O| May 13 21:36:01.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63682025-05-13T21:36:02.637Z[ recovery-image] May 13 21:36:01.980 INFO O| May 13 21:36:01.980 INFO STEP 625 (remove_files) COMPLETE
63692025-05-13T21:36:02.637Z[ recovery-image] May 13 21:36:01.981 INFO O| May 13 21:36:01.980 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-05-13T21:36:02.670Z[ recovery-image] May 13 21:36:02.017 INFO O| May 13 21:36:02.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63712025-05-13T21:36:02.670Z[ recovery-image] May 13 21:36:02.017 INFO O| May 13 21:36:02.017 INFO STEP 626 (remove_files) COMPLETE
63722025-05-13T21:36:02.670Z[ recovery-image] May 13 21:36:02.017 INFO O| May 13 21:36:02.017 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-05-13T21:36:02.751Z[ recovery-image] May 13 21:36:02.098 INFO O| May 13 21:36:02.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63742025-05-13T21:36:02.751Z[ recovery-image] May 13 21:36:02.098 INFO O| May 13 21:36:02.098 INFO STEP 627 (remove_files) COMPLETE
63752025-05-13T21:36:02.754Z[ recovery-image] May 13 21:36:02.098 INFO O| May 13 21:36:02.098 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-05-13T21:36:02.771Z[ recovery-image] May 13 21:36:02.117 INFO O| May 13 21:36:02.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63772025-05-13T21:36:02.771Z[ recovery-image] May 13 21:36:02.117 INFO O| May 13 21:36:02.117 INFO STEP 628 (remove_files) COMPLETE
63782025-05-13T21:36:02.771Z[ recovery-image] May 13 21:36:02.117 INFO O| May 13 21:36:02.117 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-05-13T21:36:02.800Z[ recovery-image] May 13 21:36:02.146 INFO O| May 13 21:36:02.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63802025-05-13T21:36:02.800Z[ recovery-image] May 13 21:36:02.146 INFO O| May 13 21:36:02.146 INFO STEP 629 (remove_files) COMPLETE
63812025-05-13T21:36:02.803Z[ recovery-image] May 13 21:36:02.146 INFO O| May 13 21:36:02.146 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-05-13T21:36:02.882Z[ recovery-image] May 13 21:36:02.229 INFO O| May 13 21:36:02.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63832025-05-13T21:36:02.882Z[ recovery-image] May 13 21:36:02.229 INFO O| May 13 21:36:02.229 INFO STEP 630 (remove_files) COMPLETE
63842025-05-13T21:36:02.882Z[ recovery-image] May 13 21:36:02.229 INFO O| May 13 21:36:02.229 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-05-13T21:36:02.901Z[ recovery-image] May 13 21:36:02.248 INFO O| May 13 21:36:02.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63862025-05-13T21:36:02.901Z[ recovery-image] May 13 21:36:02.249 INFO O| May 13 21:36:02.249 INFO STEP 631 (remove_files) COMPLETE
63872025-05-13T21:36:02.904Z[ recovery-image] May 13 21:36:02.249 INFO O| May 13 21:36:02.249 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-05-13T21:36:03.320Z[ recovery-image] May 13 21:36:02.266 INFO O| May 13 21:36:02.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63892025-05-13T21:36:03.321Z[ recovery-image] May 13 21:36:02.267 INFO O| May 13 21:36:02.267 INFO STEP 632 (remove_files) COMPLETE
63902025-05-13T21:36:03.321Z[ recovery-image] May 13 21:36:02.267 INFO O| May 13 21:36:02.267 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.284 INFO O| May 13 21:36:02.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63922025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.285 INFO O| May 13 21:36:02.284 INFO STEP 633 (remove_files) COMPLETE
63932025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.285 INFO O| May 13 21:36:02.284 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.322 INFO O| May 13 21:36:02.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63952025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.322 INFO O| May 13 21:36:02.322 INFO STEP 634 (remove_files) COMPLETE
63962025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.322 INFO O| May 13 21:36:02.322 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.339 INFO O| May 13 21:36:02.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63982025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.339 INFO O| May 13 21:36:02.339 INFO STEP 635 (remove_files) COMPLETE
63992025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.339 INFO O| May 13 21:36:02.339 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.357 INFO O| May 13 21:36:02.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
64012025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.358 INFO O| May 13 21:36:02.357 INFO STEP 636 (remove_files) COMPLETE
64022025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.358 INFO O| May 13 21:36:02.357 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.418 INFO O| May 13 21:36:02.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
64042025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.419 INFO O| May 13 21:36:02.419 INFO STEP 637 (remove_files) COMPLETE
64052025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.419 INFO O| May 13 21:36:02.419 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.436 INFO O| May 13 21:36:02.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64072025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.436 INFO O| May 13 21:36:02.436 INFO STEP 638 (remove_files) COMPLETE
64082025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.436 INFO O| May 13 21:36:02.436 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.452 INFO O| May 13 21:36:02.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64102025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.452 INFO O| May 13 21:36:02.452 INFO STEP 639 (remove_files) COMPLETE
64112025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.452 INFO O| May 13 21:36:02.452 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.469 INFO O| May 13 21:36:02.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64132025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.469 INFO O| May 13 21:36:02.469 INFO STEP 640 (remove_files) COMPLETE
64142025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.469 INFO O| May 13 21:36:02.469 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.485 INFO O| May 13 21:36:02.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64162025-05-13T21:36:03.325Z[ recovery-image] May 13 21:36:02.485 INFO O| May 13 21:36:02.485 INFO STEP 641 (remove_files) COMPLETE
64172025-05-13T21:36:03.326Z[ recovery-image] May 13 21:36:02.485 INFO O| May 13 21:36:02.485 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-05-13T21:36:03.326Z[ recovery-image] May 13 21:36:02.515 INFO O| May 13 21:36:02.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64192025-05-13T21:36:03.326Z[ recovery-image] May 13 21:36:02.534 INFO O| May 13 21:36:02.534 INFO STEP 642 (remove_files) COMPLETE
64202025-05-13T21:36:03.326Z[ recovery-image] May 13 21:36:02.534 INFO O| May 13 21:36:02.534 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-05-13T21:36:03.326Z[ recovery-image] May 13 21:36:02.594 INFO O| May 13 21:36:02.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64222025-05-13T21:36:03.326Z[ recovery-image] May 13 21:36:02.594 INFO O| May 13 21:36:02.594 INFO STEP 643 (remove_files) COMPLETE
64232025-05-13T21:36:03.326Z[ recovery-image] May 13 21:36:02.594 INFO O| May 13 21:36:02.594 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-05-13T21:36:03.326Z[ recovery-image] May 13 21:36:02.636 INFO O| May 13 21:36:02.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64252025-05-13T21:36:03.326Z[ recovery-image] May 13 21:36:02.636 INFO O| May 13 21:36:02.636 INFO STEP 644 (remove_files) COMPLETE
64262025-05-13T21:36:03.326Z[ recovery-image] May 13 21:36:02.636 INFO O| May 13 21:36:02.636 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-05-13T21:36:03.344Z[ recovery-image] May 13 21:36:02.691 INFO O| May 13 21:36:02.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64282025-05-13T21:36:03.344Z[ recovery-image] May 13 21:36:02.691 INFO O| May 13 21:36:02.691 INFO STEP 645 (remove_files) COMPLETE
64292025-05-13T21:36:03.347Z[ recovery-image] May 13 21:36:02.691 INFO O| May 13 21:36:02.691 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-05-13T21:36:03.360Z[ recovery-image] May 13 21:36:02.707 INFO O| May 13 21:36:02.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64312025-05-13T21:36:03.360Z[ recovery-image] May 13 21:36:02.708 INFO O| May 13 21:36:02.708 INFO STEP 646 (remove_files) COMPLETE
64322025-05-13T21:36:03.363Z[ recovery-image] May 13 21:36:02.708 INFO O| May 13 21:36:02.708 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-05-13T21:36:03.400Z[ recovery-image] May 13 21:36:02.747 INFO O| May 13 21:36:02.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64342025-05-13T21:36:03.400Z[ recovery-image] May 13 21:36:02.747 INFO O| May 13 21:36:02.747 INFO STEP 647 (remove_files) COMPLETE
64352025-05-13T21:36:03.810Z[ recovery-image] May 13 21:36:02.748 INFO O| May 13 21:36:02.747 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.794 INFO O| May 13 21:36:02.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64372025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.794 INFO O| May 13 21:36:02.794 INFO STEP 648 (remove_files) COMPLETE
64382025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.794 INFO O| May 13 21:36:02.794 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.811 INFO O| May 13 21:36:02.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64402025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.811 INFO O| May 13 21:36:02.811 INFO STEP 649 (remove_files) COMPLETE
64412025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.811 INFO O| May 13 21:36:02.811 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.827 INFO O| May 13 21:36:02.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64432025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.827 INFO O| May 13 21:36:02.827 INFO STEP 650 (remove_files) COMPLETE
64442025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.827 INFO O| May 13 21:36:02.827 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.847 INFO O| May 13 21:36:02.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64462025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.847 INFO O| May 13 21:36:02.847 INFO STEP 651 (remove_files) COMPLETE
64472025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.847 INFO O| May 13 21:36:02.847 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-05-13T21:36:03.814Z[ recovery-image] May 13 21:36:02.872 INFO O| May 13 21:36:02.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64492025-05-13T21:36:03.815Z[ recovery-image] May 13 21:36:02.872 INFO O| May 13 21:36:02.872 INFO STEP 652 (remove_files) COMPLETE
64502025-05-13T21:36:03.815Z[ recovery-image] May 13 21:36:02.872 INFO O| May 13 21:36:02.872 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-05-13T21:36:03.815Z[ recovery-image] May 13 21:36:02.891 INFO O| May 13 21:36:02.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64522025-05-13T21:36:03.815Z[ recovery-image] May 13 21:36:02.891 INFO O| May 13 21:36:02.891 INFO STEP 653 (remove_files) COMPLETE
64532025-05-13T21:36:03.815Z[ recovery-image] May 13 21:36:02.891 INFO O| May 13 21:36:02.891 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-05-13T21:36:03.815Z[ recovery-image] May 13 21:36:02.948 INFO O| May 13 21:36:02.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64552025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:02.948 INFO O| May 13 21:36:02.948 INFO STEP 654 (remove_files) COMPLETE
64562025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:02.948 INFO O| May 13 21:36:02.948 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:02.965 INFO O| May 13 21:36:02.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64582025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:02.965 INFO O| May 13 21:36:02.965 INFO STEP 655 (remove_files) COMPLETE
64592025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:02.965 INFO O| May 13 21:36:02.965 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.005 INFO O| May 13 21:36:03.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64612025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.005 INFO O| May 13 21:36:03.005 INFO STEP 656 (remove_files) COMPLETE
64622025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.005 INFO O| May 13 21:36:03.005 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.042 INFO O| May 13 21:36:03.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64642025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.042 INFO O| May 13 21:36:03.042 INFO STEP 657 (remove_files) COMPLETE
64652025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.042 INFO O| May 13 21:36:03.042 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.083 INFO O| May 13 21:36:03.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64672025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.083 INFO O| May 13 21:36:03.083 INFO STEP 658 (remove_files) COMPLETE
64682025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.083 INFO O| May 13 21:36:03.083 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.100 INFO O| May 13 21:36:03.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64702025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.100 INFO O| May 13 21:36:03.100 INFO STEP 659 (remove_files) COMPLETE
64712025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.100 INFO O| May 13 21:36:03.100 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.116 INFO O| May 13 21:36:03.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64732025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.116 INFO O| May 13 21:36:03.116 INFO STEP 660 (remove_files) COMPLETE
64742025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.116 INFO O| May 13 21:36:03.116 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.150 INFO O| May 13 21:36:03.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64762025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.150 INFO O| May 13 21:36:03.150 INFO STEP 661 (remove_files) COMPLETE
64772025-05-13T21:36:03.816Z[ recovery-image] May 13 21:36:03.150 INFO O| May 13 21:36:03.150 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782025-05-13T21:36:03.841Z[ recovery-image] May 13 21:36:03.188 INFO O| May 13 21:36:03.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64792025-05-13T21:36:03.865Z[ recovery-image] May 13 21:36:03.212 INFO O| May 13 21:36:03.212 INFO STEP 662 (remove_files) COMPLETE
64802025-05-13T21:36:03.865Z[ recovery-image] May 13 21:36:03.212 INFO O| May 13 21:36:03.212 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812025-05-13T21:36:03.914Z[ recovery-image] May 13 21:36:03.261 INFO O| May 13 21:36:03.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64822025-05-13T21:36:03.917Z[ recovery-image] May 13 21:36:03.261 INFO O| May 13 21:36:03.261 INFO STEP 663 (remove_files) COMPLETE
64832025-05-13T21:36:03.917Z[ recovery-image] May 13 21:36:03.262 INFO O| May 13 21:36:03.261 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842025-05-13T21:36:03.975Z[ recovery-image] May 13 21:36:03.322 INFO O| May 13 21:36:03.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64852025-05-13T21:36:03.978Z[ recovery-image] May 13 21:36:03.322 INFO O| May 13 21:36:03.322 INFO STEP 664 (remove_files) COMPLETE
64862025-05-13T21:36:03.978Z[ recovery-image] May 13 21:36:03.322 INFO O| May 13 21:36:03.322 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872025-05-13T21:36:03.993Z[ recovery-image] May 13 21:36:03.340 INFO O| May 13 21:36:03.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64882025-05-13T21:36:03.997Z[ recovery-image] May 13 21:36:03.340 INFO O| May 13 21:36:03.340 INFO STEP 665 (remove_files) COMPLETE
64892025-05-13T21:36:03.997Z[ recovery-image] May 13 21:36:03.340 INFO O| May 13 21:36:03.340 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902025-05-13T21:36:04.012Z[ recovery-image] May 13 21:36:03.359 INFO O| May 13 21:36:03.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64912025-05-13T21:36:04.012Z[ recovery-image] May 13 21:36:03.359 INFO O| May 13 21:36:03.359 INFO STEP 666 (remove_files) COMPLETE
64922025-05-13T21:36:04.016Z[ recovery-image] May 13 21:36:03.359 INFO O| May 13 21:36:03.359 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932025-05-13T21:36:04.029Z[ recovery-image] May 13 21:36:03.377 INFO O| May 13 21:36:03.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64942025-05-13T21:36:04.029Z[ recovery-image] May 13 21:36:03.377 INFO O| May 13 21:36:03.377 INFO STEP 667 (remove_files) COMPLETE
64952025-05-13T21:36:04.029Z[ recovery-image] May 13 21:36:03.377 INFO O| May 13 21:36:03.377 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962025-05-13T21:36:04.046Z[ recovery-image] May 13 21:36:03.393 INFO O| May 13 21:36:03.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64972025-05-13T21:36:04.046Z[ recovery-image] May 13 21:36:03.393 INFO O| May 13 21:36:03.393 INFO STEP 668 (remove_files) COMPLETE
64982025-05-13T21:36:04.046Z[ recovery-image] May 13 21:36:03.393 INFO O| May 13 21:36:03.393 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992025-05-13T21:36:04.062Z[ recovery-image] May 13 21:36:03.409 INFO O| May 13 21:36:03.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
65002025-05-13T21:36:04.064Z[ recovery-image] May 13 21:36:03.410 INFO O| May 13 21:36:03.410 INFO STEP 669 (remove_files) COMPLETE
65012025-05-13T21:36:04.067Z[ recovery-image] May 13 21:36:03.410 INFO O| May 13 21:36:03.410 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022025-05-13T21:36:04.078Z[ recovery-image] May 13 21:36:03.426 INFO O| May 13 21:36:03.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65032025-05-13T21:36:04.079Z[ recovery-image] May 13 21:36:03.426 INFO O| May 13 21:36:03.426 INFO STEP 670 (remove_files) COMPLETE
65042025-05-13T21:36:04.079Z[ recovery-image] May 13 21:36:03.426 INFO O| May 13 21:36:03.426 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052025-05-13T21:36:04.097Z[ recovery-image] May 13 21:36:03.443 INFO O| May 13 21:36:03.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65062025-05-13T21:36:04.097Z[ recovery-image] May 13 21:36:03.443 INFO O| May 13 21:36:03.443 INFO STEP 671 (remove_files) COMPLETE
65072025-05-13T21:36:04.101Z[ recovery-image] May 13 21:36:03.443 INFO O| May 13 21:36:03.443 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082025-05-13T21:36:04.115Z[ recovery-image] May 13 21:36:03.460 INFO O| May 13 21:36:03.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65092025-05-13T21:36:04.115Z[ recovery-image] May 13 21:36:03.460 INFO O| May 13 21:36:03.460 INFO STEP 672 (remove_files) COMPLETE
65102025-05-13T21:36:04.119Z[ recovery-image] May 13 21:36:03.460 INFO O| May 13 21:36:03.460 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112025-05-13T21:36:04.143Z[ recovery-image] May 13 21:36:03.490 INFO O| May 13 21:36:03.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65122025-05-13T21:36:04.143Z[ recovery-image] May 13 21:36:03.490 INFO O| May 13 21:36:03.490 INFO STEP 673 (remove_files) COMPLETE
65132025-05-13T21:36:04.143Z[ recovery-image] May 13 21:36:03.490 INFO O| May 13 21:36:03.490 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142025-05-13T21:36:04.186Z[ recovery-image] May 13 21:36:03.534 INFO O| May 13 21:36:03.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65152025-05-13T21:36:04.190Z[ recovery-image] May 13 21:36:03.534 INFO O| May 13 21:36:03.534 INFO STEP 674 (remove_files) COMPLETE
65162025-05-13T21:36:04.190Z[ recovery-image] May 13 21:36:03.534 INFO O| May 13 21:36:03.534 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172025-05-13T21:36:04.218Z[ recovery-image] May 13 21:36:03.565 INFO O| May 13 21:36:03.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65182025-05-13T21:36:04.218Z[ recovery-image] May 13 21:36:03.565 INFO O| May 13 21:36:03.565 INFO STEP 675 (remove_files) COMPLETE
65192025-05-13T21:36:04.218Z[ recovery-image] May 13 21:36:03.565 INFO O| May 13 21:36:03.565 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202025-05-13T21:36:04.252Z[ recovery-image] May 13 21:36:03.599 INFO O| May 13 21:36:03.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65212025-05-13T21:36:04.252Z[ recovery-image] May 13 21:36:03.599 INFO O| May 13 21:36:03.599 INFO STEP 676 (remove_files) COMPLETE
65222025-05-13T21:36:04.252Z[ recovery-image] May 13 21:36:03.599 INFO O| May 13 21:36:03.599 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232025-05-13T21:36:04.313Z[ recovery-image] May 13 21:36:03.661 INFO O| May 13 21:36:03.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65242025-05-13T21:36:04.313Z[ recovery-image] May 13 21:36:03.661 INFO O| May 13 21:36:03.661 INFO STEP 677 (remove_files) COMPLETE
65252025-05-13T21:36:04.317Z[ recovery-image] May 13 21:36:03.661 INFO O| May 13 21:36:03.661 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-05-13T21:36:04.378Z[ recovery-image] May 13 21:36:03.725 INFO O| May 13 21:36:03.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65272025-05-13T21:36:04.378Z[ recovery-image] May 13 21:36:03.725 INFO O| May 13 21:36:03.725 INFO STEP 678 (remove_files) COMPLETE
65282025-05-13T21:36:04.379Z[ recovery-image] May 13 21:36:03.725 INFO O| May 13 21:36:03.725 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-05-13T21:36:04.419Z[ recovery-image] May 13 21:36:03.766 INFO O| May 13 21:36:03.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65302025-05-13T21:36:04.419Z[ recovery-image] May 13 21:36:03.766 INFO O| May 13 21:36:03.766 INFO STEP 679 (remove_files) COMPLETE
65312025-05-13T21:36:04.422Z[ recovery-image] May 13 21:36:03.766 INFO O| May 13 21:36:03.766 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-05-13T21:36:04.450Z[ recovery-image] May 13 21:36:03.797 INFO O| May 13 21:36:03.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65332025-05-13T21:36:04.450Z[ recovery-image] May 13 21:36:03.797 INFO O| May 13 21:36:03.797 INFO STEP 680 (remove_files) COMPLETE
65342025-05-13T21:36:04.450Z[ recovery-image] May 13 21:36:03.797 INFO O| May 13 21:36:03.797 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-05-13T21:36:04.469Z[ recovery-image] May 13 21:36:03.816 INFO O| May 13 21:36:03.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65362025-05-13T21:36:04.494Z[ recovery-image] May 13 21:36:03.840 INFO O| May 13 21:36:03.840 INFO STEP 681 (remove_files) COMPLETE
65372025-05-13T21:36:04.494Z[ recovery-image] May 13 21:36:03.840 INFO O| May 13 21:36:03.840 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-05-13T21:36:04.538Z[ recovery-image] May 13 21:36:03.885 INFO O| May 13 21:36:03.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65392025-05-13T21:36:04.538Z[ recovery-image] May 13 21:36:03.885 INFO O| May 13 21:36:03.885 INFO STEP 682 (remove_files) COMPLETE
65402025-05-13T21:36:04.538Z[ recovery-image] May 13 21:36:03.885 INFO O| May 13 21:36:03.885 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-05-13T21:36:04.556Z[ recovery-image] May 13 21:36:03.904 INFO O| May 13 21:36:03.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65422025-05-13T21:36:04.560Z[ recovery-image] May 13 21:36:03.904 INFO O| May 13 21:36:03.904 INFO STEP 683 (remove_files) COMPLETE
65432025-05-13T21:36:04.560Z[ recovery-image] May 13 21:36:03.904 INFO O| May 13 21:36:03.904 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-05-13T21:36:04.593Z[ recovery-image] May 13 21:36:03.940 INFO O| May 13 21:36:03.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65452025-05-13T21:36:04.593Z[ recovery-image] May 13 21:36:03.940 INFO O| May 13 21:36:03.940 INFO STEP 684 (remove_files) COMPLETE
65462025-05-13T21:36:04.593Z[ recovery-image] May 13 21:36:03.940 INFO O| May 13 21:36:03.940 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-05-13T21:36:04.612Z[ recovery-image] May 13 21:36:03.958 INFO O| May 13 21:36:03.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65482025-05-13T21:36:04.612Z[ recovery-image] May 13 21:36:03.958 INFO O| May 13 21:36:03.958 INFO STEP 685 (remove_files) COMPLETE
65492025-05-13T21:36:04.612Z[ recovery-image] May 13 21:36:03.958 INFO O| May 13 21:36:03.958 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-05-13T21:36:04.651Z[ recovery-image] May 13 21:36:03.998 INFO O| May 13 21:36:03.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65512025-05-13T21:36:04.651Z[ recovery-image] May 13 21:36:03.998 INFO O| May 13 21:36:03.998 INFO STEP 686 (remove_files) COMPLETE
65522025-05-13T21:36:04.652Z[ recovery-image] May 13 21:36:03.998 INFO O| May 13 21:36:03.998 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-05-13T21:36:04.714Z[ recovery-image] May 13 21:36:04.060 INFO O| May 13 21:36:04.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65542025-05-13T21:36:04.714Z[ recovery-image] May 13 21:36:04.060 INFO O| May 13 21:36:04.060 INFO STEP 687 (remove_files) COMPLETE
65552025-05-13T21:36:04.714Z[ recovery-image] May 13 21:36:04.060 INFO O| May 13 21:36:04.060 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-05-13T21:36:04.733Z[ recovery-image] May 13 21:36:04.079 INFO O| May 13 21:36:04.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65572025-05-13T21:36:04.733Z[ recovery-image] May 13 21:36:04.079 INFO O| May 13 21:36:04.079 INFO STEP 688 (remove_files) COMPLETE
65582025-05-13T21:36:04.733Z[ recovery-image] May 13 21:36:04.079 INFO O| May 13 21:36:04.079 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-05-13T21:36:04.767Z[ recovery-image] May 13 21:36:04.114 INFO O| May 13 21:36:04.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65602025-05-13T21:36:04.767Z[ recovery-image] May 13 21:36:04.114 INFO O| May 13 21:36:04.114 INFO STEP 689 (remove_files) COMPLETE
65612025-05-13T21:36:04.770Z[ recovery-image] May 13 21:36:04.114 INFO O| May 13 21:36:04.114 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-05-13T21:36:04.783Z[ recovery-image] May 13 21:36:04.131 INFO O| May 13 21:36:04.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65632025-05-13T21:36:04.787Z[ recovery-image] May 13 21:36:04.131 INFO O| May 13 21:36:04.131 INFO STEP 690 (remove_files) COMPLETE
65642025-05-13T21:36:04.787Z[ recovery-image] May 13 21:36:04.131 INFO O| May 13 21:36:04.131 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-05-13T21:36:04.807Z[ recovery-image] May 13 21:36:04.149 INFO O| May 13 21:36:04.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65662025-05-13T21:36:04.810Z[ recovery-image] May 13 21:36:04.149 INFO O| May 13 21:36:04.149 INFO STEP 691 (remove_files) COMPLETE
65672025-05-13T21:36:04.810Z[ recovery-image] May 13 21:36:04.149 INFO O| May 13 21:36:04.149 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-05-13T21:36:04.846Z[ recovery-image] May 13 21:36:04.193 INFO O| May 13 21:36:04.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65692025-05-13T21:36:04.846Z[ recovery-image] May 13 21:36:04.194 INFO O| May 13 21:36:04.193 INFO STEP 692 (remove_files) COMPLETE
65702025-05-13T21:36:04.849Z[ recovery-image] May 13 21:36:04.194 INFO O| May 13 21:36:04.193 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-05-13T21:36:04.861Z[ recovery-image] May 13 21:36:04.209 INFO O| May 13 21:36:04.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65722025-05-13T21:36:04.865Z[ recovery-image] May 13 21:36:04.209 INFO O| May 13 21:36:04.209 INFO STEP 693 (remove_files) COMPLETE
65732025-05-13T21:36:04.865Z[ recovery-image] May 13 21:36:04.209 INFO O| May 13 21:36:04.209 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-05-13T21:36:04.877Z[ recovery-image] May 13 21:36:04.223 INFO O| May 13 21:36:04.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65752025-05-13T21:36:04.881Z[ recovery-image] May 13 21:36:04.224 INFO O| May 13 21:36:04.224 INFO STEP 694 (remove_files) COMPLETE
65762025-05-13T21:36:04.881Z[ recovery-image] May 13 21:36:04.224 INFO O| May 13 21:36:04.224 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-05-13T21:36:04.964Z[ recovery-image] May 13 21:36:04.295 INFO O| May 13 21:36:04.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65782025-05-13T21:36:04.964Z[ recovery-image] May 13 21:36:04.295 INFO O| May 13 21:36:04.295 INFO STEP 695 (remove_files) COMPLETE
65792025-05-13T21:36:04.968Z[ recovery-image] May 13 21:36:04.295 INFO O| May 13 21:36:04.295 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-05-13T21:36:04.985Z[ recovery-image] May 13 21:36:04.332 INFO O| May 13 21:36:04.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65812025-05-13T21:36:05.009Z[ recovery-image] May 13 21:36:04.356 INFO O| May 13 21:36:04.356 INFO STEP 696 (remove_files) COMPLETE
65822025-05-13T21:36:05.009Z[ recovery-image] May 13 21:36:04.356 INFO O| May 13 21:36:04.356 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-05-13T21:36:05.038Z[ recovery-image] May 13 21:36:04.385 INFO O| May 13 21:36:04.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65842025-05-13T21:36:05.038Z[ recovery-image] May 13 21:36:04.385 INFO O| May 13 21:36:04.385 INFO STEP 697 (remove_files) COMPLETE
65852025-05-13T21:36:05.038Z[ recovery-image] May 13 21:36:04.385 INFO O| May 13 21:36:04.385 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-05-13T21:36:05.077Z[ recovery-image] May 13 21:36:04.423 INFO O| May 13 21:36:04.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65872025-05-13T21:36:05.077Z[ recovery-image] May 13 21:36:04.423 INFO O| May 13 21:36:04.423 INFO STEP 698 (remove_files) COMPLETE
65882025-05-13T21:36:05.077Z[ recovery-image] May 13 21:36:04.423 INFO O| May 13 21:36:04.423 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-05-13T21:36:05.120Z[ recovery-image] May 13 21:36:04.468 INFO O| May 13 21:36:04.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65902025-05-13T21:36:05.120Z[ recovery-image] May 13 21:36:04.468 INFO O| May 13 21:36:04.468 INFO STEP 699 (remove_files) COMPLETE
65912025-05-13T21:36:05.123Z[ recovery-image] May 13 21:36:04.468 INFO O| May 13 21:36:04.468 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-05-13T21:36:05.183Z[ recovery-image] May 13 21:36:04.530 INFO O| May 13 21:36:04.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65932025-05-13T21:36:05.183Z[ recovery-image] May 13 21:36:04.531 INFO O| May 13 21:36:04.531 INFO STEP 700 (remove_files) COMPLETE
65942025-05-13T21:36:05.183Z[ recovery-image] May 13 21:36:04.531 INFO O| May 13 21:36:04.531 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-05-13T21:36:05.204Z[ recovery-image] May 13 21:36:04.551 INFO O| May 13 21:36:04.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65962025-05-13T21:36:05.207Z[ recovery-image] May 13 21:36:04.551 INFO O| May 13 21:36:04.551 INFO STEP 701 (remove_files) COMPLETE
65972025-05-13T21:36:05.207Z[ recovery-image] May 13 21:36:04.552 INFO O| May 13 21:36:04.551 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-05-13T21:36:05.223Z[ recovery-image] May 13 21:36:04.570 INFO O| May 13 21:36:04.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65992025-05-13T21:36:05.229Z[ recovery-image] May 13 21:36:04.570 INFO O| May 13 21:36:04.570 INFO STEP 702 (remove_files) COMPLETE
66002025-05-13T21:36:05.229Z[ recovery-image] May 13 21:36:04.570 INFO O| May 13 21:36:04.570 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-05-13T21:36:05.240Z[ recovery-image] May 13 21:36:04.587 INFO O| May 13 21:36:04.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66022025-05-13T21:36:05.243Z[ recovery-image] May 13 21:36:04.587 INFO O| May 13 21:36:04.587 INFO STEP 703 (remove_files) COMPLETE
66032025-05-13T21:36:05.243Z[ recovery-image] May 13 21:36:04.587 INFO O| May 13 21:36:04.587 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-05-13T21:36:05.258Z[ recovery-image] May 13 21:36:04.605 INFO O| May 13 21:36:04.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66052025-05-13T21:36:05.261Z[ recovery-image] May 13 21:36:04.605 INFO O| May 13 21:36:04.605 INFO STEP 704 (remove_files) COMPLETE
66062025-05-13T21:36:05.261Z[ recovery-image] May 13 21:36:04.605 INFO O| May 13 21:36:04.605 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-05-13T21:36:05.275Z[ recovery-image] May 13 21:36:04.622 INFO O| May 13 21:36:04.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66082025-05-13T21:36:05.278Z[ recovery-image] May 13 21:36:04.623 INFO O| May 13 21:36:04.623 INFO STEP 705 (remove_files) COMPLETE
66092025-05-13T21:36:05.278Z[ recovery-image] May 13 21:36:04.623 INFO O| May 13 21:36:04.623 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-05-13T21:36:05.294Z[ recovery-image] May 13 21:36:04.641 INFO O| May 13 21:36:04.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66112025-05-13T21:36:05.297Z[ recovery-image] May 13 21:36:04.641 INFO O| May 13 21:36:04.641 INFO STEP 706 (remove_files) COMPLETE
66122025-05-13T21:36:05.297Z[ recovery-image] May 13 21:36:04.642 INFO O| May 13 21:36:04.641 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-05-13T21:36:05.313Z[ recovery-image] May 13 21:36:04.660 INFO O| May 13 21:36:04.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66142025-05-13T21:36:05.318Z[ recovery-image] May 13 21:36:04.661 INFO O| May 13 21:36:04.661 INFO STEP 707 (remove_files) COMPLETE
66152025-05-13T21:36:05.318Z[ recovery-image] May 13 21:36:04.661 INFO O| May 13 21:36:04.661 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-05-13T21:36:05.340Z[ recovery-image] May 13 21:36:04.687 INFO O| May 13 21:36:04.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66172025-05-13T21:36:05.343Z[ recovery-image] May 13 21:36:04.687 INFO O| May 13 21:36:04.687 INFO STEP 708 (remove_files) COMPLETE
66182025-05-13T21:36:05.343Z[ recovery-image] May 13 21:36:04.687 INFO O| May 13 21:36:04.687 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-05-13T21:36:05.359Z[ recovery-image] May 13 21:36:04.706 INFO O| May 13 21:36:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66202025-05-13T21:36:05.359Z[ recovery-image] May 13 21:36:04.706 INFO O| May 13 21:36:04.706 INFO STEP 709 (remove_files) COMPLETE
66212025-05-13T21:36:05.359Z[ recovery-image] May 13 21:36:04.706 INFO O| May 13 21:36:04.706 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-05-13T21:36:05.389Z[ recovery-image] May 13 21:36:04.736 INFO O| May 13 21:36:04.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66232025-05-13T21:36:05.389Z[ recovery-image] May 13 21:36:04.736 INFO O| May 13 21:36:04.736 INFO STEP 710 (remove_files) COMPLETE
66242025-05-13T21:36:05.390Z[ recovery-image] May 13 21:36:04.736 INFO O| May 13 21:36:04.736 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-05-13T21:36:05.405Z[ recovery-image] May 13 21:36:04.752 INFO O| May 13 21:36:04.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66262025-05-13T21:36:05.405Z[ recovery-image] May 13 21:36:04.753 INFO O| May 13 21:36:04.752 INFO STEP 711 (remove_files) COMPLETE
66272025-05-13T21:36:05.408Z[ recovery-image] May 13 21:36:04.753 INFO O| May 13 21:36:04.753 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-05-13T21:36:05.421Z[ recovery-image] May 13 21:36:04.768 INFO O| May 13 21:36:04.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66292025-05-13T21:36:05.421Z[ recovery-image] May 13 21:36:04.768 INFO O| May 13 21:36:04.768 INFO STEP 712 (remove_files) COMPLETE
66302025-05-13T21:36:05.421Z[ recovery-image] May 13 21:36:04.768 INFO O| May 13 21:36:04.768 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-05-13T21:36:05.438Z[ recovery-image] May 13 21:36:04.786 INFO O| May 13 21:36:04.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66322025-05-13T21:36:05.439Z[ recovery-image] May 13 21:36:04.786 INFO O| May 13 21:36:04.786 INFO STEP 713 (remove_files) COMPLETE
66332025-05-13T21:36:05.442Z[ recovery-image] May 13 21:36:04.786 INFO O| May 13 21:36:04.786 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-05-13T21:36:05.880Z[ recovery-image] May 13 21:36:04.824 INFO O| May 13 21:36:04.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66352025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.824 INFO O| May 13 21:36:04.824 INFO STEP 714 (remove_files) COMPLETE
66362025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.824 INFO O| May 13 21:36:04.824 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.845 INFO O| May 13 21:36:04.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66382025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.845 INFO O| May 13 21:36:04.845 INFO STEP 715 (remove_files) COMPLETE
66392025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.845 INFO O| May 13 21:36:04.845 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.866 INFO O| May 13 21:36:04.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66412025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.866 INFO O| May 13 21:36:04.866 INFO STEP 716 (remove_files) COMPLETE
66422025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.866 INFO O| May 13 21:36:04.866 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.883 INFO O| May 13 21:36:04.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66442025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.884 INFO O| May 13 21:36:04.884 INFO STEP 717 (remove_files) COMPLETE
66452025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.884 INFO O| May 13 21:36:04.884 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.942 INFO O| May 13 21:36:04.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66472025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.942 INFO O| May 13 21:36:04.942 INFO STEP 718 (remove_files) COMPLETE
66482025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.942 INFO O| May 13 21:36:04.942 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.993 INFO O| May 13 21:36:04.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66502025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.993 INFO O| May 13 21:36:04.993 INFO STEP 719 (remove_files) COMPLETE
66512025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:04.993 INFO O| May 13 21:36:04.993 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-05-13T21:36:05.884Z[ recovery-image] May 13 21:36:05.046 INFO O| May 13 21:36:05.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66532025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.046 INFO O| May 13 21:36:05.046 INFO STEP 720 (remove_files) COMPLETE
66542025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.047 INFO O| May 13 21:36:05.046 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.061 INFO O| May 13 21:36:05.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66562025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.062 INFO O| May 13 21:36:05.062 INFO STEP 721 (remove_files) COMPLETE
66572025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.062 INFO O| May 13 21:36:05.062 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.076 INFO O| May 13 21:36:05.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66592025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.076 INFO O| May 13 21:36:05.076 INFO STEP 722 (remove_files) COMPLETE
66602025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.076 INFO O| May 13 21:36:05.076 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.092 INFO O| May 13 21:36:05.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66622025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.092 INFO O| May 13 21:36:05.092 INFO STEP 723 (remove_files) COMPLETE
66632025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.092 INFO O| May 13 21:36:05.092 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.120 INFO O| May 13 21:36:05.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66652025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.120 INFO O| May 13 21:36:05.120 INFO STEP 724 (remove_files) COMPLETE
66662025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.120 INFO O| May 13 21:36:05.120 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.138 INFO O| May 13 21:36:05.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66682025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.138 INFO O| May 13 21:36:05.138 INFO STEP 725 (remove_files) COMPLETE
66692025-05-13T21:36:05.885Z[ recovery-image] May 13 21:36:05.138 INFO O| May 13 21:36:05.138 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-05-13T21:36:05.886Z[ recovery-image] May 13 21:36:05.167 INFO O| May 13 21:36:05.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66712025-05-13T21:36:05.886Z[ recovery-image] May 13 21:36:05.167 INFO O| May 13 21:36:05.167 INFO STEP 726 (remove_files) COMPLETE
66722025-05-13T21:36:05.886Z[ recovery-image] May 13 21:36:05.167 INFO O| May 13 21:36:05.167 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-05-13T21:36:05.886Z[ recovery-image] May 13 21:36:05.184 INFO O| May 13 21:36:05.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66742025-05-13T21:36:05.886Z[ recovery-image] May 13 21:36:05.184 INFO O| May 13 21:36:05.184 INFO STEP 727 (remove_files) COMPLETE
66752025-05-13T21:36:05.886Z[ recovery-image] May 13 21:36:05.184 INFO O| May 13 21:36:05.184 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-05-13T21:36:05.886Z[ recovery-image] May 13 21:36:05.202 INFO O| May 13 21:36:05.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66772025-05-13T21:36:05.886Z[ recovery-image] May 13 21:36:05.202 INFO O| May 13 21:36:05.202 INFO STEP 728 (remove_files) COMPLETE
66782025-05-13T21:36:05.886Z[ recovery-image] May 13 21:36:05.202 INFO O| May 13 21:36:05.202 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-05-13T21:36:05.886Z[ recovery-image] May 13 21:36:05.219 INFO O| May 13 21:36:05.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66802025-05-13T21:36:05.886Z[ recovery-image] May 13 21:36:05.219 INFO O| May 13 21:36:05.219 INFO STEP 729 (remove_files) COMPLETE
66812025-05-13T21:36:05.886Z[ recovery-image] May 13 21:36:05.219 INFO O| May 13 21:36:05.219 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-05-13T21:36:05.895Z[ recovery-image] May 13 21:36:05.242 INFO O| May 13 21:36:05.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66832025-05-13T21:36:05.895Z[ recovery-image] May 13 21:36:05.242 INFO O| May 13 21:36:05.242 INFO STEP 730 (remove_files) COMPLETE
66842025-05-13T21:36:05.895Z[ recovery-image] May 13 21:36:05.242 INFO O| May 13 21:36:05.242 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-05-13T21:36:05.952Z[ recovery-image] May 13 21:36:05.299 INFO O| May 13 21:36:05.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66862025-05-13T21:36:05.952Z[ recovery-image] May 13 21:36:05.299 INFO O| May 13 21:36:05.299 INFO STEP 731 (remove_files) COMPLETE
66872025-05-13T21:36:05.955Z[ recovery-image] May 13 21:36:05.299 INFO O| May 13 21:36:05.299 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-05-13T21:36:05.996Z[ recovery-image] May 13 21:36:05.343 INFO O| May 13 21:36:05.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66892025-05-13T21:36:05.996Z[ recovery-image] May 13 21:36:05.343 INFO O| May 13 21:36:05.343 INFO STEP 732 (remove_files) COMPLETE
66902025-05-13T21:36:05.996Z[ recovery-image] May 13 21:36:05.343 INFO O| May 13 21:36:05.343 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-05-13T21:36:06.043Z[ recovery-image] May 13 21:36:05.389 INFO O| May 13 21:36:05.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66922025-05-13T21:36:06.043Z[ recovery-image] May 13 21:36:05.389 INFO O| May 13 21:36:05.389 INFO STEP 733 (remove_files) COMPLETE
66932025-05-13T21:36:06.049Z[ recovery-image] May 13 21:36:05.389 INFO O| May 13 21:36:05.389 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-05-13T21:36:06.083Z[ recovery-image] May 13 21:36:05.430 INFO O| May 13 21:36:05.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66952025-05-13T21:36:06.087Z[ recovery-image] May 13 21:36:05.430 INFO O| May 13 21:36:05.430 INFO STEP 734 (remove_files) COMPLETE
66962025-05-13T21:36:06.087Z[ recovery-image] May 13 21:36:05.431 INFO O| May 13 21:36:05.431 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-05-13T21:36:06.102Z[ recovery-image] May 13 21:36:05.449 INFO O| May 13 21:36:05.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66982025-05-13T21:36:06.106Z[ recovery-image] May 13 21:36:05.449 INFO O| May 13 21:36:05.449 INFO STEP 735 (remove_files) COMPLETE
66992025-05-13T21:36:06.106Z[ recovery-image] May 13 21:36:05.449 INFO O| May 13 21:36:05.449 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-05-13T21:36:06.121Z[ recovery-image] May 13 21:36:05.468 INFO O| May 13 21:36:05.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67012025-05-13T21:36:06.124Z[ recovery-image] May 13 21:36:05.468 INFO O| May 13 21:36:05.468 INFO STEP 736 (remove_files) COMPLETE
67022025-05-13T21:36:06.124Z[ recovery-image] May 13 21:36:05.468 INFO O| May 13 21:36:05.468 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-05-13T21:36:06.154Z[ recovery-image] May 13 21:36:05.501 INFO O| May 13 21:36:05.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67042025-05-13T21:36:06.154Z[ recovery-image] May 13 21:36:05.502 INFO O| May 13 21:36:05.502 INFO STEP 737 (remove_files) COMPLETE
67052025-05-13T21:36:06.157Z[ recovery-image] May 13 21:36:05.502 INFO O| May 13 21:36:05.502 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-05-13T21:36:06.174Z[ recovery-image] May 13 21:36:05.520 INFO O| May 13 21:36:05.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67072025-05-13T21:36:06.174Z[ recovery-image] May 13 21:36:05.520 INFO O| May 13 21:36:05.520 INFO STEP 738 (remove_files) COMPLETE
67082025-05-13T21:36:06.174Z[ recovery-image] May 13 21:36:05.520 INFO O| May 13 21:36:05.520 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-05-13T21:36:06.191Z[ recovery-image] May 13 21:36:05.538 INFO O| May 13 21:36:05.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67102025-05-13T21:36:06.191Z[ recovery-image] May 13 21:36:05.538 INFO O| May 13 21:36:05.538 INFO STEP 739 (remove_files) COMPLETE
67112025-05-13T21:36:06.194Z[ recovery-image] May 13 21:36:05.538 INFO O| May 13 21:36:05.538 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-05-13T21:36:06.218Z[ recovery-image] May 13 21:36:05.565 INFO O| May 13 21:36:05.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67132025-05-13T21:36:06.221Z[ recovery-image] May 13 21:36:05.565 INFO O| May 13 21:36:05.565 INFO STEP 740 (remove_files) COMPLETE
67142025-05-13T21:36:06.221Z[ recovery-image] May 13 21:36:05.565 INFO O| May 13 21:36:05.565 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-05-13T21:36:06.238Z[ recovery-image] May 13 21:36:05.584 INFO O| May 13 21:36:05.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67162025-05-13T21:36:06.239Z[ recovery-image] May 13 21:36:05.584 INFO O| May 13 21:36:05.584 INFO STEP 741 (remove_files) COMPLETE
67172025-05-13T21:36:06.239Z[ recovery-image] May 13 21:36:05.584 INFO O| May 13 21:36:05.584 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-05-13T21:36:06.294Z[ recovery-image] May 13 21:36:05.641 INFO O| May 13 21:36:05.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67192025-05-13T21:36:06.294Z[ recovery-image] May 13 21:36:05.641 INFO O| May 13 21:36:05.641 INFO STEP 742 (remove_files) COMPLETE
67202025-05-13T21:36:06.294Z[ recovery-image] May 13 21:36:05.641 INFO O| May 13 21:36:05.641 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-05-13T21:36:06.314Z[ recovery-image] May 13 21:36:05.660 INFO O| May 13 21:36:05.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67222025-05-13T21:36:06.317Z[ recovery-image] May 13 21:36:05.660 INFO O| May 13 21:36:05.660 INFO STEP 743 (remove_files) COMPLETE
67232025-05-13T21:36:06.317Z[ recovery-image] May 13 21:36:05.660 INFO O| May 13 21:36:05.660 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-05-13T21:36:06.371Z[ recovery-image] May 13 21:36:05.718 INFO O| May 13 21:36:05.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67252025-05-13T21:36:06.372Z[ recovery-image] May 13 21:36:05.718 INFO O| May 13 21:36:05.718 INFO STEP 744 (remove_files) COMPLETE
67262025-05-13T21:36:06.375Z[ recovery-image] May 13 21:36:05.718 INFO O| May 13 21:36:05.718 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-05-13T21:36:06.398Z[ recovery-image] May 13 21:36:05.745 INFO O| May 13 21:36:05.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67282025-05-13T21:36:06.398Z[ recovery-image] May 13 21:36:05.745 INFO O| May 13 21:36:05.745 INFO STEP 745 (remove_files) COMPLETE
67292025-05-13T21:36:06.401Z[ recovery-image] May 13 21:36:05.745 INFO O| May 13 21:36:05.745 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-05-13T21:36:06.453Z[ recovery-image] May 13 21:36:05.800 INFO O| May 13 21:36:05.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67312025-05-13T21:36:06.454Z[ recovery-image] May 13 21:36:05.800 INFO O| May 13 21:36:05.800 INFO STEP 746 (remove_files) COMPLETE
67322025-05-13T21:36:06.454Z[ recovery-image] May 13 21:36:05.800 INFO O| May 13 21:36:05.800 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-05-13T21:36:06.515Z[ recovery-image] May 13 21:36:05.862 INFO O| May 13 21:36:05.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67342025-05-13T21:36:06.519Z[ recovery-image] May 13 21:36:05.862 INFO O| May 13 21:36:05.862 INFO STEP 747 (remove_files) COMPLETE
67352025-05-13T21:36:06.519Z[ recovery-image] May 13 21:36:05.862 INFO O| May 13 21:36:05.862 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-05-13T21:36:06.574Z[ recovery-image] May 13 21:36:05.920 INFO O| May 13 21:36:05.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67372025-05-13T21:36:06.574Z[ recovery-image] May 13 21:36:05.921 INFO O| May 13 21:36:05.920 INFO STEP 748 (remove_files) COMPLETE
67382025-05-13T21:36:06.574Z[ recovery-image] May 13 21:36:05.921 INFO O| May 13 21:36:05.921 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-05-13T21:36:06.601Z[ recovery-image] May 13 21:36:05.948 INFO O| May 13 21:36:05.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67402025-05-13T21:36:06.601Z[ recovery-image] May 13 21:36:05.948 INFO O| May 13 21:36:05.948 INFO STEP 749 (remove_files) COMPLETE
67412025-05-13T21:36:06.604Z[ recovery-image] May 13 21:36:05.948 INFO O| May 13 21:36:05.948 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-05-13T21:36:06.617Z[ recovery-image] May 13 21:36:05.964 INFO O| May 13 21:36:05.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67432025-05-13T21:36:06.621Z[ recovery-image] May 13 21:36:05.965 INFO O| May 13 21:36:05.965 INFO STEP 750 (remove_files) COMPLETE
67442025-05-13T21:36:06.621Z[ recovery-image] May 13 21:36:05.965 INFO O| May 13 21:36:05.965 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-05-13T21:36:06.627Z[ host-image] May 13 21:36:05.974 INFO O| May 13 21:36:05.974 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
67462025-05-13T21:36:06.637Z[ recovery-image] May 13 21:36:05.984 INFO O| May 13 21:36:05.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67472025-05-13T21:36:06.637Z[ recovery-image] May 13 21:36:05.984 INFO O| May 13 21:36:05.984 INFO STEP 751 (remove_files) COMPLETE
67482025-05-13T21:36:06.637Z[ recovery-image] May 13 21:36:05.984 INFO O| May 13 21:36:05.984 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-05-13T21:36:06.696Z[ recovery-image] May 13 21:36:06.043 INFO O| May 13 21:36:06.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67502025-05-13T21:36:06.696Z[ recovery-image] May 13 21:36:06.043 INFO O| May 13 21:36:06.043 INFO STEP 752 (remove_files) COMPLETE
67512025-05-13T21:36:06.696Z[ recovery-image] May 13 21:36:06.043 INFO O| May 13 21:36:06.043 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-05-13T21:36:06.715Z[ recovery-image] May 13 21:36:06.062 INFO O| May 13 21:36:06.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67532025-05-13T21:36:06.715Z[ recovery-image] May 13 21:36:06.062 INFO O| May 13 21:36:06.062 INFO STEP 753 (remove_files) COMPLETE
67542025-05-13T21:36:06.715Z[ recovery-image] May 13 21:36:06.063 INFO O| May 13 21:36:06.062 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-05-13T21:36:06.734Z[ recovery-image] May 13 21:36:06.081 INFO O| May 13 21:36:06.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67562025-05-13T21:36:06.735Z[ recovery-image] May 13 21:36:06.081 INFO O| May 13 21:36:06.081 INFO STEP 754 (remove_files) COMPLETE
67572025-05-13T21:36:06.738Z[ recovery-image] May 13 21:36:06.081 INFO O| May 13 21:36:06.081 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-05-13T21:36:06.753Z[ recovery-image] May 13 21:36:06.100 INFO O| May 13 21:36:06.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67592025-05-13T21:36:06.756Z[ recovery-image] May 13 21:36:06.100 INFO O| May 13 21:36:06.100 INFO STEP 755 (remove_files) COMPLETE
67602025-05-13T21:36:06.756Z[ recovery-image] May 13 21:36:06.100 INFO O| May 13 21:36:06.100 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-05-13T21:36:06.777Z[ recovery-image] May 13 21:36:06.124 INFO O| May 13 21:36:06.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67622025-05-13T21:36:06.777Z[ recovery-image] May 13 21:36:06.124 INFO O| May 13 21:36:06.124 INFO STEP 756 (remove_files) COMPLETE
67632025-05-13T21:36:06.777Z[ recovery-image] May 13 21:36:06.124 INFO O| May 13 21:36:06.124 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-05-13T21:36:06.817Z[ recovery-image] May 13 21:36:06.164 INFO O| May 13 21:36:06.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67652025-05-13T21:36:06.817Z[ recovery-image] May 13 21:36:06.164 INFO O| May 13 21:36:06.164 INFO STEP 757 (remove_files) COMPLETE
67662025-05-13T21:36:06.820Z[ recovery-image] May 13 21:36:06.164 INFO O| May 13 21:36:06.164 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-05-13T21:36:06.855Z[ recovery-image] May 13 21:36:06.202 INFO O| May 13 21:36:06.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67682025-05-13T21:36:06.855Z[ recovery-image] May 13 21:36:06.202 INFO O| May 13 21:36:06.202 INFO STEP 758 (remove_files) COMPLETE
67692025-05-13T21:36:06.856Z[ recovery-image] May 13 21:36:06.202 INFO O| May 13 21:36:06.202 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-05-13T21:36:06.874Z[ recovery-image] May 13 21:36:06.218 INFO O| May 13 21:36:06.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67712025-05-13T21:36:06.874Z[ recovery-image] May 13 21:36:06.219 INFO O| May 13 21:36:06.219 INFO STEP 759 (remove_files) COMPLETE
67722025-05-13T21:36:06.877Z[ recovery-image] May 13 21:36:06.219 INFO O| May 13 21:36:06.219 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-05-13T21:36:06.888Z[ recovery-image] May 13 21:36:06.235 INFO O| May 13 21:36:06.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67742025-05-13T21:36:06.888Z[ recovery-image] May 13 21:36:06.235 INFO O| May 13 21:36:06.235 INFO STEP 760 (remove_files) COMPLETE
67752025-05-13T21:36:06.891Z[ recovery-image] May 13 21:36:06.235 INFO O| May 13 21:36:06.235 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-05-13T21:36:06.917Z[ recovery-image] May 13 21:36:06.264 INFO O| May 13 21:36:06.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67772025-05-13T21:36:06.921Z[ recovery-image] May 13 21:36:06.264 INFO O| May 13 21:36:06.264 INFO STEP 761 (remove_files) COMPLETE
67782025-05-13T21:36:06.921Z[ recovery-image] May 13 21:36:06.265 INFO O| May 13 21:36:06.265 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-05-13T21:36:06.935Z[ recovery-image] May 13 21:36:06.282 INFO O| May 13 21:36:06.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67802025-05-13T21:36:06.939Z[ recovery-image] May 13 21:36:06.283 INFO O| May 13 21:36:06.283 INFO STEP 762 (remove_files) COMPLETE
67812025-05-13T21:36:06.939Z[ recovery-image] May 13 21:36:06.283 INFO O| May 13 21:36:06.283 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-05-13T21:36:06.952Z[ recovery-image] May 13 21:36:06.299 INFO O| May 13 21:36:06.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67832025-05-13T21:36:06.966Z[ recovery-image] May 13 21:36:06.313 INFO O| May 13 21:36:06.313 INFO STEP 763 (remove_files) COMPLETE
67842025-05-13T21:36:06.966Z[ recovery-image] May 13 21:36:06.313 INFO O| May 13 21:36:06.313 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-05-13T21:36:07.001Z[ recovery-image] May 13 21:36:06.348 INFO O| May 13 21:36:06.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67862025-05-13T21:36:07.001Z[ recovery-image] May 13 21:36:06.348 INFO O| May 13 21:36:06.348 INFO STEP 764 (remove_files) COMPLETE
67872025-05-13T21:36:07.004Z[ recovery-image] May 13 21:36:06.348 INFO O| May 13 21:36:06.348 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-05-13T21:36:07.021Z[ recovery-image] May 13 21:36:06.368 INFO O| May 13 21:36:06.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67892025-05-13T21:36:07.021Z[ recovery-image] May 13 21:36:06.368 INFO O| May 13 21:36:06.368 INFO STEP 765 (remove_files) COMPLETE
67902025-05-13T21:36:07.024Z[ recovery-image] May 13 21:36:06.368 INFO O| May 13 21:36:06.368 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-05-13T21:36:07.058Z[ recovery-image] May 13 21:36:06.405 INFO O| May 13 21:36:06.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67922025-05-13T21:36:07.058Z[ recovery-image] May 13 21:36:06.406 INFO O| May 13 21:36:06.406 INFO STEP 766 (remove_files) COMPLETE
67932025-05-13T21:36:07.059Z[ recovery-image] May 13 21:36:06.406 INFO O| May 13 21:36:06.406 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-05-13T21:36:07.079Z[ recovery-image] May 13 21:36:06.426 INFO O| May 13 21:36:06.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67952025-05-13T21:36:07.079Z[ recovery-image] May 13 21:36:06.426 INFO O| May 13 21:36:06.426 INFO STEP 767 (remove_files) COMPLETE
67962025-05-13T21:36:07.079Z[ recovery-image] May 13 21:36:06.426 INFO O| May 13 21:36:06.426 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-05-13T21:36:07.100Z[ recovery-image] May 13 21:36:06.447 INFO O| May 13 21:36:06.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67982025-05-13T21:36:07.100Z[ recovery-image] May 13 21:36:06.447 INFO O| May 13 21:36:06.447 INFO STEP 768 (remove_files) COMPLETE
67992025-05-13T21:36:07.100Z[ recovery-image] May 13 21:36:06.447 INFO O| May 13 21:36:06.447 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-05-13T21:36:07.135Z[ recovery-image] May 13 21:36:06.482 INFO O| May 13 21:36:06.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68012025-05-13T21:36:07.138Z[ recovery-image] May 13 21:36:06.482 INFO O| May 13 21:36:06.482 INFO STEP 769 (remove_files) COMPLETE
68022025-05-13T21:36:07.138Z[ recovery-image] May 13 21:36:06.482 INFO O| May 13 21:36:06.482 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-05-13T21:36:07.156Z[ recovery-image] May 13 21:36:06.502 INFO O| May 13 21:36:06.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68042025-05-13T21:36:07.156Z[ recovery-image] May 13 21:36:06.502 INFO O| May 13 21:36:06.502 INFO STEP 770 (remove_files) COMPLETE
68052025-05-13T21:36:07.156Z[ recovery-image] May 13 21:36:06.502 INFO O| May 13 21:36:06.502 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-05-13T21:36:07.173Z[ recovery-image] May 13 21:36:06.519 INFO O| May 13 21:36:06.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68072025-05-13T21:36:07.173Z[ recovery-image] May 13 21:36:06.519 INFO O| May 13 21:36:06.519 INFO STEP 771 (remove_files) COMPLETE
68082025-05-13T21:36:07.173Z[ recovery-image] May 13 21:36:06.519 INFO O| May 13 21:36:06.519 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-05-13T21:36:07.189Z[ recovery-image] May 13 21:36:06.536 INFO O| May 13 21:36:06.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68102025-05-13T21:36:07.189Z[ recovery-image] May 13 21:36:06.536 INFO O| May 13 21:36:06.536 INFO STEP 772 (remove_files) COMPLETE
68112025-05-13T21:36:07.189Z[ recovery-image] May 13 21:36:06.536 INFO O| May 13 21:36:06.536 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-05-13T21:36:07.207Z[ recovery-image] May 13 21:36:06.552 INFO O| May 13 21:36:06.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68132025-05-13T21:36:07.207Z[ recovery-image] May 13 21:36:06.552 INFO O| May 13 21:36:06.552 INFO STEP 773 (remove_files) COMPLETE
68142025-05-13T21:36:07.207Z[ recovery-image] May 13 21:36:06.552 INFO O| May 13 21:36:06.552 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-05-13T21:36:07.222Z[ recovery-image] May 13 21:36:06.569 INFO O| May 13 21:36:06.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68162025-05-13T21:36:07.222Z[ recovery-image] May 13 21:36:06.569 INFO O| May 13 21:36:06.569 INFO STEP 774 (remove_files) COMPLETE
68172025-05-13T21:36:07.223Z[ recovery-image] May 13 21:36:06.569 INFO O| May 13 21:36:06.569 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-05-13T21:36:07.240Z[ recovery-image] May 13 21:36:06.586 INFO O| May 13 21:36:06.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68192025-05-13T21:36:07.240Z[ recovery-image] May 13 21:36:06.586 INFO O| May 13 21:36:06.586 INFO STEP 775 (remove_files) COMPLETE
68202025-05-13T21:36:07.240Z[ recovery-image] May 13 21:36:06.586 INFO O| May 13 21:36:06.586 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-05-13T21:36:07.274Z[ recovery-image] May 13 21:36:06.621 INFO O| May 13 21:36:06.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68222025-05-13T21:36:07.274Z[ recovery-image] May 13 21:36:06.621 INFO O| May 13 21:36:06.621 INFO STEP 776 (remove_files) COMPLETE
68232025-05-13T21:36:07.279Z[ recovery-image] May 13 21:36:06.621 INFO O| May 13 21:36:06.621 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242025-05-13T21:36:07.324Z[ recovery-image] May 13 21:36:06.671 INFO O| May 13 21:36:06.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68252025-05-13T21:36:07.324Z[ recovery-image] May 13 21:36:06.671 INFO O| May 13 21:36:06.671 INFO STEP 777 (remove_files) COMPLETE
68262025-05-13T21:36:07.328Z[ recovery-image] May 13 21:36:06.672 INFO O| May 13 21:36:06.671 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272025-05-13T21:36:07.344Z[ recovery-image] May 13 21:36:06.691 INFO O| May 13 21:36:06.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68282025-05-13T21:36:07.344Z[ recovery-image] May 13 21:36:06.691 INFO O| May 13 21:36:06.691 INFO STEP 778 (remove_files) COMPLETE
68292025-05-13T21:36:07.347Z[ recovery-image] May 13 21:36:06.691 INFO O| May 13 21:36:06.691 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302025-05-13T21:36:07.376Z[ recovery-image] May 13 21:36:06.723 INFO O| May 13 21:36:06.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68312025-05-13T21:36:07.380Z[ recovery-image] May 13 21:36:06.723 INFO O| May 13 21:36:06.723 INFO STEP 779 (remove_files) COMPLETE
68322025-05-13T21:36:07.380Z[ recovery-image] May 13 21:36:06.723 INFO O| May 13 21:36:06.723 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332025-05-13T21:36:07.397Z[ recovery-image] May 13 21:36:06.743 INFO O| May 13 21:36:06.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68342025-05-13T21:36:07.397Z[ recovery-image] May 13 21:36:06.744 INFO O| May 13 21:36:06.743 INFO STEP 780 (remove_files) COMPLETE
68352025-05-13T21:36:07.397Z[ recovery-image] May 13 21:36:06.744 INFO O| May 13 21:36:06.744 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362025-05-13T21:36:07.412Z[ recovery-image] May 13 21:36:06.759 INFO O| May 13 21:36:06.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68372025-05-13T21:36:07.415Z[ recovery-image] May 13 21:36:06.759 INFO O| May 13 21:36:06.759 INFO STEP 781 (remove_files) COMPLETE
68382025-05-13T21:36:07.415Z[ recovery-image] May 13 21:36:06.759 INFO O| May 13 21:36:06.759 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392025-05-13T21:36:07.444Z[ recovery-image] May 13 21:36:06.789 INFO O| May 13 21:36:06.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68402025-05-13T21:36:07.444Z[ recovery-image] May 13 21:36:06.789 INFO O| May 13 21:36:06.789 INFO STEP 782 (remove_files) COMPLETE
68412025-05-13T21:36:07.447Z[ recovery-image] May 13 21:36:06.789 INFO O| May 13 21:36:06.789 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422025-05-13T21:36:07.510Z[ recovery-image] May 13 21:36:06.857 INFO O| May 13 21:36:06.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68432025-05-13T21:36:07.514Z[ recovery-image] May 13 21:36:06.857 INFO O| May 13 21:36:06.857 INFO STEP 783 (remove_files) COMPLETE
68442025-05-13T21:36:07.514Z[ recovery-image] May 13 21:36:06.857 INFO O| May 13 21:36:06.857 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452025-05-13T21:36:07.564Z[ recovery-image] May 13 21:36:06.911 INFO O| May 13 21:36:06.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68462025-05-13T21:36:07.564Z[ recovery-image] May 13 21:36:06.911 INFO O| May 13 21:36:06.911 INFO STEP 784 (remove_files) COMPLETE
68472025-05-13T21:36:07.564Z[ recovery-image] May 13 21:36:06.911 INFO O| May 13 21:36:06.911 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482025-05-13T21:36:07.654Z[ recovery-image] May 13 21:36:07.001 INFO O| May 13 21:36:07.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68492025-05-13T21:36:07.654Z[ recovery-image] May 13 21:36:07.001 INFO O| May 13 21:36:07.001 INFO STEP 785 (remove_files) COMPLETE
68502025-05-13T21:36:07.654Z[ recovery-image] May 13 21:36:07.001 INFO O| May 13 21:36:07.001 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-05-13T21:36:07.713Z[ recovery-image] May 13 21:36:07.060 INFO O| May 13 21:36:07.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68522025-05-13T21:36:07.717Z[ recovery-image] May 13 21:36:07.060 INFO O| May 13 21:36:07.060 INFO STEP 786 (remove_files) COMPLETE
68532025-05-13T21:36:07.718Z[ recovery-image] May 13 21:36:07.061 INFO O| May 13 21:36:07.061 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-05-13T21:36:07.732Z[ recovery-image] May 13 21:36:07.079 INFO O| May 13 21:36:07.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68552025-05-13T21:36:07.736Z[ recovery-image] May 13 21:36:07.079 INFO O| May 13 21:36:07.079 INFO STEP 787 (remove_files) COMPLETE
68562025-05-13T21:36:07.736Z[ recovery-image] May 13 21:36:07.079 INFO O| May 13 21:36:07.079 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-05-13T21:36:07.756Z[ recovery-image] May 13 21:36:07.102 INFO O| May 13 21:36:07.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68582025-05-13T21:36:07.756Z[ recovery-image] May 13 21:36:07.102 INFO O| May 13 21:36:07.102 INFO STEP 788 (remove_files) COMPLETE
68592025-05-13T21:36:07.759Z[ recovery-image] May 13 21:36:07.102 INFO O| May 13 21:36:07.102 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-05-13T21:36:07.783Z[ recovery-image] May 13 21:36:07.130 INFO O| May 13 21:36:07.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68612025-05-13T21:36:07.783Z[ recovery-image] May 13 21:36:07.130 INFO O| May 13 21:36:07.130 INFO STEP 789 (remove_files) COMPLETE
68622025-05-13T21:36:07.783Z[ recovery-image] May 13 21:36:07.130 INFO O| May 13 21:36:07.130 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-05-13T21:36:07.837Z[ recovery-image] May 13 21:36:07.184 INFO O| May 13 21:36:07.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68642025-05-13T21:36:07.837Z[ recovery-image] May 13 21:36:07.184 INFO O| May 13 21:36:07.184 INFO STEP 790 (remove_files) COMPLETE
68652025-05-13T21:36:07.837Z[ recovery-image] May 13 21:36:07.184 INFO O| May 13 21:36:07.184 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-05-13T21:36:07.856Z[ recovery-image] May 13 21:36:07.203 INFO O| May 13 21:36:07.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68672025-05-13T21:36:07.856Z[ recovery-image] May 13 21:36:07.203 INFO O| May 13 21:36:07.203 INFO STEP 791 (remove_files) COMPLETE
68682025-05-13T21:36:07.859Z[ recovery-image] May 13 21:36:07.203 INFO O| May 13 21:36:07.203 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-05-13T21:36:07.887Z[ recovery-image] May 13 21:36:07.234 INFO O| May 13 21:36:07.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68702025-05-13T21:36:07.887Z[ recovery-image] May 13 21:36:07.234 INFO O| May 13 21:36:07.234 INFO STEP 792 (remove_files) COMPLETE
68712025-05-13T21:36:07.888Z[ recovery-image] May 13 21:36:07.234 INFO O| May 13 21:36:07.234 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-05-13T21:36:07.929Z[ recovery-image] May 13 21:36:07.276 INFO O| May 13 21:36:07.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68732025-05-13T21:36:07.929Z[ recovery-image] May 13 21:36:07.276 INFO O| May 13 21:36:07.276 INFO STEP 793 (remove_files) COMPLETE
68742025-05-13T21:36:07.929Z[ recovery-image] May 13 21:36:07.276 INFO O| May 13 21:36:07.276 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-05-13T21:36:07.949Z[ recovery-image] May 13 21:36:07.296 INFO O| May 13 21:36:07.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68762025-05-13T21:36:07.949Z[ recovery-image] May 13 21:36:07.296 INFO O| May 13 21:36:07.296 INFO STEP 794 (remove_files) COMPLETE
68772025-05-13T21:36:07.952Z[ recovery-image] May 13 21:36:07.296 INFO O| May 13 21:36:07.296 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-05-13T21:36:07.986Z[ recovery-image] May 13 21:36:07.333 INFO O| May 13 21:36:07.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68792025-05-13T21:36:07.986Z[ recovery-image] May 13 21:36:07.333 INFO O| May 13 21:36:07.333 INFO STEP 795 (remove_files) COMPLETE
68802025-05-13T21:36:07.986Z[ recovery-image] May 13 21:36:07.333 INFO O| May 13 21:36:07.333 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-05-13T21:36:08.003Z[ recovery-image] May 13 21:36:07.350 INFO O| May 13 21:36:07.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68822025-05-13T21:36:08.003Z[ recovery-image] May 13 21:36:07.350 INFO O| May 13 21:36:07.350 INFO STEP 796 (remove_files) COMPLETE
68832025-05-13T21:36:08.006Z[ recovery-image] May 13 21:36:07.350 INFO O| May 13 21:36:07.350 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-05-13T21:36:08.039Z[ recovery-image] May 13 21:36:07.385 INFO O| May 13 21:36:07.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68852025-05-13T21:36:08.039Z[ recovery-image] May 13 21:36:07.385 INFO O| May 13 21:36:07.385 INFO STEP 797 (remove_files) COMPLETE
68862025-05-13T21:36:08.039Z[ recovery-image] May 13 21:36:07.385 INFO O| May 13 21:36:07.385 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-05-13T21:36:08.093Z[ recovery-image] May 13 21:36:07.440 INFO O| May 13 21:36:07.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68882025-05-13T21:36:08.093Z[ recovery-image] May 13 21:36:07.440 INFO O| May 13 21:36:07.440 INFO STEP 798 (remove_files) COMPLETE
68892025-05-13T21:36:08.096Z[ recovery-image] May 13 21:36:07.440 INFO O| May 13 21:36:07.440 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-05-13T21:36:08.112Z[ recovery-image] May 13 21:36:07.459 INFO O| May 13 21:36:07.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68912025-05-13T21:36:08.115Z[ recovery-image] May 13 21:36:07.459 INFO O| May 13 21:36:07.459 INFO STEP 799 (remove_files) COMPLETE
68922025-05-13T21:36:08.116Z[ recovery-image] May 13 21:36:07.460 INFO O| May 13 21:36:07.459 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-05-13T21:36:08.131Z[ recovery-image] May 13 21:36:07.478 INFO O| May 13 21:36:07.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68942025-05-13T21:36:08.134Z[ recovery-image] May 13 21:36:07.478 INFO O| May 13 21:36:07.478 INFO STEP 800 (remove_files) COMPLETE
68952025-05-13T21:36:08.134Z[ recovery-image] May 13 21:36:07.478 INFO O| May 13 21:36:07.478 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-05-13T21:36:08.167Z[ recovery-image] May 13 21:36:07.513 INFO O| May 13 21:36:07.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68972025-05-13T21:36:08.170Z[ recovery-image] May 13 21:36:07.514 INFO O| May 13 21:36:07.514 INFO STEP 801 (remove_files) COMPLETE
68982025-05-13T21:36:08.170Z[ recovery-image] May 13 21:36:07.514 INFO O| May 13 21:36:07.514 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-05-13T21:36:08.227Z[ recovery-image] May 13 21:36:07.574 INFO O| May 13 21:36:07.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69002025-05-13T21:36:08.227Z[ recovery-image] May 13 21:36:07.574 INFO O| May 13 21:36:07.574 INFO STEP 802 (remove_files) COMPLETE
69012025-05-13T21:36:08.230Z[ recovery-image] May 13 21:36:07.574 INFO O| May 13 21:36:07.574 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-05-13T21:36:08.246Z[ recovery-image] May 13 21:36:07.593 INFO O| May 13 21:36:07.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69032025-05-13T21:36:08.246Z[ recovery-image] May 13 21:36:07.593 INFO O| May 13 21:36:07.593 INFO STEP 803 (remove_files) COMPLETE
69042025-05-13T21:36:08.250Z[ recovery-image] May 13 21:36:07.593 INFO O| May 13 21:36:07.593 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-05-13T21:36:08.277Z[ recovery-image] May 13 21:36:07.624 INFO O| May 13 21:36:07.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69062025-05-13T21:36:08.277Z[ recovery-image] May 13 21:36:07.624 INFO O| May 13 21:36:07.624 INFO STEP 804 (remove_files) COMPLETE
69072025-05-13T21:36:08.280Z[ recovery-image] May 13 21:36:07.624 INFO O| May 13 21:36:07.624 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-05-13T21:36:08.298Z[ recovery-image] May 13 21:36:07.645 INFO O| May 13 21:36:07.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69092025-05-13T21:36:08.298Z[ recovery-image] May 13 21:36:07.645 INFO O| May 13 21:36:07.645 INFO STEP 805 (remove_files) COMPLETE
69102025-05-13T21:36:08.302Z[ recovery-image] May 13 21:36:07.645 INFO O| May 13 21:36:07.645 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-05-13T21:36:08.319Z[ recovery-image] May 13 21:36:07.665 INFO O| May 13 21:36:07.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69122025-05-13T21:36:08.319Z[ recovery-image] May 13 21:36:07.665 INFO O| May 13 21:36:07.665 INFO STEP 806 (remove_files) COMPLETE
69132025-05-13T21:36:08.322Z[ recovery-image] May 13 21:36:07.666 INFO O| May 13 21:36:07.665 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-05-13T21:36:08.358Z[ recovery-image] May 13 21:36:07.705 INFO O| May 13 21:36:07.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69152025-05-13T21:36:08.362Z[ recovery-image] May 13 21:36:07.705 INFO O| May 13 21:36:07.705 INFO STEP 807 (remove_files) COMPLETE
69162025-05-13T21:36:08.362Z[ recovery-image] May 13 21:36:07.705 INFO O| May 13 21:36:07.705 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-05-13T21:36:08.382Z[ recovery-image] May 13 21:36:07.727 INFO O| May 13 21:36:07.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69182025-05-13T21:36:08.385Z[ recovery-image] May 13 21:36:07.727 INFO O| May 13 21:36:07.727 INFO STEP 808 (remove_files) COMPLETE
69192025-05-13T21:36:08.385Z[ recovery-image] May 13 21:36:07.727 INFO O| May 13 21:36:07.727 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-05-13T21:36:08.400Z[ recovery-image] May 13 21:36:07.747 INFO O| May 13 21:36:07.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69212025-05-13T21:36:08.403Z[ recovery-image] May 13 21:36:07.747 INFO O| May 13 21:36:07.747 INFO STEP 809 (remove_files) COMPLETE
69222025-05-13T21:36:08.403Z[ recovery-image] May 13 21:36:07.747 INFO O| May 13 21:36:07.747 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-05-13T21:36:08.419Z[ recovery-image] May 13 21:36:07.766 INFO O| May 13 21:36:07.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69242025-05-13T21:36:08.419Z[ recovery-image] May 13 21:36:07.766 INFO O| May 13 21:36:07.766 INFO STEP 810 (remove_files) COMPLETE
69252025-05-13T21:36:08.422Z[ recovery-image] May 13 21:36:07.766 INFO O| May 13 21:36:07.766 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-05-13T21:36:08.438Z[ recovery-image] May 13 21:36:07.785 INFO O| May 13 21:36:07.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69272025-05-13T21:36:08.438Z[ recovery-image] May 13 21:36:07.785 INFO O| May 13 21:36:07.785 INFO STEP 811 (remove_files) COMPLETE
69282025-05-13T21:36:08.441Z[ recovery-image] May 13 21:36:07.785 INFO O| May 13 21:36:07.785 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-05-13T21:36:08.470Z[ recovery-image] May 13 21:36:07.817 INFO O| May 13 21:36:07.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69302025-05-13T21:36:08.470Z[ recovery-image] May 13 21:36:07.817 INFO O| May 13 21:36:07.817 INFO STEP 812 (remove_files) COMPLETE
69312025-05-13T21:36:08.473Z[ recovery-image] May 13 21:36:07.817 INFO O| May 13 21:36:07.817 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-05-13T21:36:08.534Z[ recovery-image] May 13 21:36:07.880 INFO O| May 13 21:36:07.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69332025-05-13T21:36:08.534Z[ recovery-image] May 13 21:36:07.880 INFO O| May 13 21:36:07.880 INFO STEP 813 (remove_files) COMPLETE
69342025-05-13T21:36:08.537Z[ recovery-image] May 13 21:36:07.880 INFO O| May 13 21:36:07.880 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-05-13T21:36:08.575Z[ recovery-image] May 13 21:36:07.921 INFO O| May 13 21:36:07.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69362025-05-13T21:36:08.576Z[ recovery-image] May 13 21:36:07.921 INFO O| May 13 21:36:07.921 INFO STEP 814 (remove_files) COMPLETE
69372025-05-13T21:36:08.580Z[ recovery-image] May 13 21:36:07.921 INFO O| May 13 21:36:07.921 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-05-13T21:36:08.595Z[ recovery-image] May 13 21:36:07.942 INFO O| May 13 21:36:07.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69392025-05-13T21:36:08.595Z[ recovery-image] May 13 21:36:07.942 INFO O| May 13 21:36:07.942 INFO STEP 815 (remove_files) COMPLETE
69402025-05-13T21:36:08.598Z[ recovery-image] May 13 21:36:07.942 INFO O| May 13 21:36:07.942 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-05-13T21:36:08.621Z[ recovery-image] May 13 21:36:07.968 INFO O| May 13 21:36:07.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69422025-05-13T21:36:08.624Z[ recovery-image] May 13 21:36:07.968 INFO O| May 13 21:36:07.968 INFO STEP 816 (remove_files) COMPLETE
69432025-05-13T21:36:08.624Z[ recovery-image] May 13 21:36:07.968 INFO O| May 13 21:36:07.968 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-05-13T21:36:08.640Z[ recovery-image] May 13 21:36:07.987 INFO O| May 13 21:36:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69452025-05-13T21:36:08.640Z[ recovery-image] May 13 21:36:07.987 INFO O| May 13 21:36:07.987 INFO STEP 817 (remove_files) COMPLETE
69462025-05-13T21:36:08.640Z[ recovery-image] May 13 21:36:07.987 INFO O| May 13 21:36:07.987 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-05-13T21:36:08.668Z[ recovery-image] May 13 21:36:08.015 INFO O| May 13 21:36:08.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69482025-05-13T21:36:08.668Z[ recovery-image] May 13 21:36:08.015 INFO O| May 13 21:36:08.015 INFO STEP 818 (remove_files) COMPLETE
69492025-05-13T21:36:08.669Z[ recovery-image] May 13 21:36:08.015 INFO O| May 13 21:36:08.015 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-05-13T21:36:08.694Z[ recovery-image] May 13 21:36:08.041 INFO O| May 13 21:36:08.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69512025-05-13T21:36:08.698Z[ recovery-image] May 13 21:36:08.041 INFO O| May 13 21:36:08.041 INFO STEP 819 (remove_files) COMPLETE
69522025-05-13T21:36:08.698Z[ recovery-image] May 13 21:36:08.041 INFO O| May 13 21:36:08.041 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-05-13T21:36:08.714Z[ recovery-image] May 13 21:36:08.059 INFO O| May 13 21:36:08.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69542025-05-13T21:36:08.717Z[ recovery-image] May 13 21:36:08.059 INFO O| May 13 21:36:08.059 INFO STEP 820 (remove_files) COMPLETE
69552025-05-13T21:36:08.717Z[ recovery-image] May 13 21:36:08.059 INFO O| May 13 21:36:08.059 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-05-13T21:36:08.731Z[ recovery-image] May 13 21:36:08.075 INFO O| May 13 21:36:08.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69572025-05-13T21:36:08.735Z[ recovery-image] May 13 21:36:08.075 INFO O| May 13 21:36:08.075 INFO STEP 821 (remove_files) COMPLETE
69582025-05-13T21:36:08.735Z[ recovery-image] May 13 21:36:08.075 INFO O| May 13 21:36:08.075 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-05-13T21:36:08.748Z[ recovery-image] May 13 21:36:08.094 INFO O| May 13 21:36:08.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69602025-05-13T21:36:08.754Z[ recovery-image] May 13 21:36:08.094 INFO O| May 13 21:36:08.094 INFO STEP 822 (remove_files) COMPLETE
69612025-05-13T21:36:08.754Z[ recovery-image] May 13 21:36:08.094 INFO O| May 13 21:36:08.094 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-05-13T21:36:08.767Z[ recovery-image] May 13 21:36:08.113 INFO O| May 13 21:36:08.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69632025-05-13T21:36:08.771Z[ recovery-image] May 13 21:36:08.113 INFO O| May 13 21:36:08.113 INFO STEP 823 (remove_files) COMPLETE
69642025-05-13T21:36:08.772Z[ recovery-image] May 13 21:36:08.114 INFO O| May 13 21:36:08.114 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-05-13T21:36:08.785Z[ recovery-image] May 13 21:36:08.131 INFO O| May 13 21:36:08.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69662025-05-13T21:36:08.791Z[ recovery-image] May 13 21:36:08.132 INFO O| May 13 21:36:08.132 INFO STEP 824 (remove_files) COMPLETE
69672025-05-13T21:36:08.791Z[ recovery-image] May 13 21:36:08.132 INFO O| May 13 21:36:08.132 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-05-13T21:36:08.806Z[ recovery-image] May 13 21:36:08.152 INFO O| May 13 21:36:08.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69692025-05-13T21:36:08.810Z[ recovery-image] May 13 21:36:08.152 INFO O| May 13 21:36:08.152 INFO STEP 825 (remove_files) COMPLETE
69702025-05-13T21:36:08.810Z[ recovery-image] May 13 21:36:08.153 INFO O| May 13 21:36:08.152 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-05-13T21:36:08.823Z[ recovery-image] May 13 21:36:08.169 INFO O| May 13 21:36:08.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69722025-05-13T21:36:08.823Z[ recovery-image] May 13 21:36:08.170 INFO O| May 13 21:36:08.170 INFO STEP 826 (remove_files) COMPLETE
69732025-05-13T21:36:08.827Z[ recovery-image] May 13 21:36:08.170 INFO O| May 13 21:36:08.170 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-05-13T21:36:08.839Z[ recovery-image] May 13 21:36:08.185 INFO O| May 13 21:36:08.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69752025-05-13T21:36:08.842Z[ recovery-image] May 13 21:36:08.185 INFO O| May 13 21:36:08.185 INFO STEP 827 (remove_files) COMPLETE
69762025-05-13T21:36:08.842Z[ recovery-image] May 13 21:36:08.185 INFO O| May 13 21:36:08.185 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-05-13T21:36:09.261Z[ recovery-image] May 13 21:36:08.202 INFO O| May 13 21:36:08.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69782025-05-13T21:36:09.265Z[ recovery-image] May 13 21:36:08.202 INFO O| May 13 21:36:08.202 INFO STEP 828 (remove_files) COMPLETE
69792025-05-13T21:36:09.265Z[ recovery-image] May 13 21:36:08.202 INFO O| May 13 21:36:08.202 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-05-13T21:36:09.265Z[ recovery-image] May 13 21:36:08.217 INFO O| May 13 21:36:08.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69812025-05-13T21:36:09.265Z[ recovery-image] May 13 21:36:08.217 INFO O| May 13 21:36:08.217 INFO STEP 829 (remove_files) COMPLETE
69822025-05-13T21:36:09.265Z[ recovery-image] May 13 21:36:08.217 INFO O| May 13 21:36:08.217 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-05-13T21:36:09.265Z[ recovery-image] May 13 21:36:08.233 INFO O| May 13 21:36:08.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69842025-05-13T21:36:09.265Z[ recovery-image] May 13 21:36:08.233 INFO O| May 13 21:36:08.233 INFO STEP 830 (remove_files) COMPLETE
69852025-05-13T21:36:09.265Z[ recovery-image] May 13 21:36:08.233 INFO O| May 13 21:36:08.233 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.262 INFO O| May 13 21:36:08.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69872025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.262 INFO O| May 13 21:36:08.262 INFO STEP 831 (remove_files) COMPLETE
69882025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.262 INFO O| May 13 21:36:08.262 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.279 INFO O| May 13 21:36:08.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69902025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.279 INFO O| May 13 21:36:08.279 INFO STEP 832 (remove_files) COMPLETE
69912025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.279 INFO O| May 13 21:36:08.279 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.294 INFO O| May 13 21:36:08.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69932025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.294 INFO O| May 13 21:36:08.294 INFO STEP 833 (remove_files) COMPLETE
69942025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.294 INFO O| May 13 21:36:08.294 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.345 INFO O| May 13 21:36:08.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69962025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.345 INFO O| May 13 21:36:08.345 INFO STEP 834 (remove_files) COMPLETE
69972025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.345 INFO O| May 13 21:36:08.345 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.361 INFO O| May 13 21:36:08.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69992025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.361 INFO O| May 13 21:36:08.361 INFO STEP 835 (remove_files) COMPLETE
70002025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.361 INFO O| May 13 21:36:08.361 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.378 INFO O| May 13 21:36:08.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70022025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.378 INFO O| May 13 21:36:08.378 INFO STEP 836 (remove_files) COMPLETE
70032025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.378 INFO O| May 13 21:36:08.378 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.393 INFO O| May 13 21:36:08.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70052025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.394 INFO O| May 13 21:36:08.394 INFO STEP 837 (remove_files) COMPLETE
70062025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.394 INFO O| May 13 21:36:08.394 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-05-13T21:36:09.266Z[ recovery-image] May 13 21:36:08.409 INFO O| May 13 21:36:08.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70082025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.409 INFO O| May 13 21:36:08.409 INFO STEP 838 (remove_files) COMPLETE
70092025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.409 INFO O| May 13 21:36:08.409 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.424 INFO O| May 13 21:36:08.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70112025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.424 INFO O| May 13 21:36:08.424 INFO STEP 839 (remove_files) COMPLETE
70122025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.424 INFO O| May 13 21:36:08.424 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.440 INFO O| May 13 21:36:08.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70142025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.440 INFO O| May 13 21:36:08.440 INFO STEP 840 (remove_files) COMPLETE
70152025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.440 INFO O| May 13 21:36:08.440 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.457 INFO O| May 13 21:36:08.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70172025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.457 INFO O| May 13 21:36:08.457 INFO STEP 841 (remove_files) COMPLETE
70182025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.458 INFO O| May 13 21:36:08.457 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.492 INFO O| May 13 21:36:08.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70202025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.492 INFO O| May 13 21:36:08.492 INFO STEP 842 (remove_files) COMPLETE
70212025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.492 INFO O| May 13 21:36:08.492 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.510 INFO O| May 13 21:36:08.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70232025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.510 INFO O| May 13 21:36:08.510 INFO STEP 843 (remove_files) COMPLETE
70242025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.510 INFO O| May 13 21:36:08.510 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.531 INFO O| May 13 21:36:08.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70262025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.531 INFO O| May 13 21:36:08.531 INFO STEP 844 (remove_files) COMPLETE
70272025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.531 INFO O| May 13 21:36:08.531 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.549 INFO O| May 13 21:36:08.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70292025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.549 INFO O| May 13 21:36:08.549 INFO STEP 845 (remove_files) COMPLETE
70302025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.549 INFO O| May 13 21:36:08.549 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-05-13T21:36:09.267Z[ recovery-image] May 13 21:36:08.584 INFO O| May 13 21:36:08.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70322025-05-13T21:36:09.268Z[ recovery-image] May 13 21:36:08.584 INFO O| May 13 21:36:08.584 INFO STEP 846 (remove_files) COMPLETE
70332025-05-13T21:36:09.268Z[ recovery-image] May 13 21:36:08.584 INFO O| May 13 21:36:08.584 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-05-13T21:36:09.268Z[ recovery-image] May 13 21:36:08.599 INFO O| May 13 21:36:08.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70352025-05-13T21:36:09.268Z[ recovery-image] May 13 21:36:08.599 INFO O| May 13 21:36:08.599 INFO STEP 847 (remove_files) COMPLETE
70362025-05-13T21:36:09.268Z[ recovery-image] May 13 21:36:08.599 INFO O| May 13 21:36:08.599 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-05-13T21:36:09.290Z[ recovery-image] May 13 21:36:08.637 INFO O| May 13 21:36:08.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70382025-05-13T21:36:09.295Z[ recovery-image] May 13 21:36:08.637 INFO O| May 13 21:36:08.637 INFO STEP 848 (remove_files) COMPLETE
70392025-05-13T21:36:09.295Z[ recovery-image] May 13 21:36:08.637 INFO O| May 13 21:36:08.637 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-05-13T21:36:09.310Z[ recovery-image] May 13 21:36:08.653 INFO O| May 13 21:36:08.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70412025-05-13T21:36:09.310Z[ recovery-image] May 13 21:36:08.653 INFO O| May 13 21:36:08.653 INFO STEP 849 (remove_files) COMPLETE
70422025-05-13T21:36:09.317Z[ recovery-image] May 13 21:36:08.653 INFO O| May 13 21:36:08.653 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-05-13T21:36:09.328Z[ recovery-image] May 13 21:36:08.668 INFO O| May 13 21:36:08.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70442025-05-13T21:36:09.328Z[ recovery-image] May 13 21:36:08.668 INFO O| May 13 21:36:08.668 INFO STEP 850 (remove_files) COMPLETE
70452025-05-13T21:36:09.332Z[ recovery-image] May 13 21:36:08.668 INFO O| May 13 21:36:08.668 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-05-13T21:36:09.350Z[ recovery-image] May 13 21:36:08.696 INFO O| May 13 21:36:08.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70472025-05-13T21:36:09.353Z[ recovery-image] May 13 21:36:08.696 INFO O| May 13 21:36:08.696 INFO STEP 851 (remove_files) COMPLETE
70482025-05-13T21:36:09.353Z[ recovery-image] May 13 21:36:08.696 INFO O| May 13 21:36:08.696 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-05-13T21:36:09.369Z[ recovery-image] May 13 21:36:08.714 INFO O| May 13 21:36:08.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70502025-05-13T21:36:09.373Z[ recovery-image] May 13 21:36:08.714 INFO O| May 13 21:36:08.714 INFO STEP 852 (remove_files) COMPLETE
70512025-05-13T21:36:09.373Z[ recovery-image] May 13 21:36:08.715 INFO O| May 13 21:36:08.714 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-05-13T21:36:09.394Z[ recovery-image] May 13 21:36:08.739 INFO O| May 13 21:36:08.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70532025-05-13T21:36:09.398Z[ recovery-image] May 13 21:36:08.739 INFO O| May 13 21:36:08.739 INFO STEP 853 (remove_files) COMPLETE
70542025-05-13T21:36:09.398Z[ recovery-image] May 13 21:36:08.740 INFO O| May 13 21:36:08.739 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-05-13T21:36:09.410Z[ recovery-image] May 13 21:36:08.757 INFO O| May 13 21:36:08.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70562025-05-13T21:36:09.413Z[ recovery-image] May 13 21:36:08.757 INFO O| May 13 21:36:08.757 INFO STEP 854 (remove_files) COMPLETE
70572025-05-13T21:36:09.413Z[ recovery-image] May 13 21:36:08.757 INFO O| May 13 21:36:08.757 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-05-13T21:36:09.426Z[ recovery-image] May 13 21:36:08.773 INFO O| May 13 21:36:08.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70592025-05-13T21:36:09.429Z[ recovery-image] May 13 21:36:08.773 INFO O| May 13 21:36:08.773 INFO STEP 855 (remove_files) COMPLETE
70602025-05-13T21:36:09.429Z[ recovery-image] May 13 21:36:08.773 INFO O| May 13 21:36:08.773 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-05-13T21:36:09.460Z[ recovery-image] May 13 21:36:08.807 INFO O| May 13 21:36:08.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70622025-05-13T21:36:09.463Z[ recovery-image] May 13 21:36:08.807 INFO O| May 13 21:36:08.807 INFO STEP 856 (remove_files) COMPLETE
70632025-05-13T21:36:09.464Z[ recovery-image] May 13 21:36:08.807 INFO O| May 13 21:36:08.807 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-05-13T21:36:09.476Z[ recovery-image] May 13 21:36:08.822 INFO O| May 13 21:36:08.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70652025-05-13T21:36:09.480Z[ recovery-image] May 13 21:36:08.822 INFO O| May 13 21:36:08.822 INFO STEP 857 (remove_files) COMPLETE
70662025-05-13T21:36:09.480Z[ recovery-image] May 13 21:36:08.822 INFO O| May 13 21:36:08.822 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-05-13T21:36:09.491Z[ recovery-image] May 13 21:36:08.838 INFO O| May 13 21:36:08.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70682025-05-13T21:36:09.491Z[ recovery-image] May 13 21:36:08.838 INFO O| May 13 21:36:08.838 INFO STEP 858 (remove_files) COMPLETE
70692025-05-13T21:36:09.491Z[ recovery-image] May 13 21:36:08.838 INFO O| May 13 21:36:08.838 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-05-13T21:36:09.509Z[ recovery-image] May 13 21:36:08.855 INFO O| May 13 21:36:08.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70712025-05-13T21:36:09.509Z[ recovery-image] May 13 21:36:08.855 INFO O| May 13 21:36:08.855 INFO STEP 859 (remove_files) COMPLETE
70722025-05-13T21:36:09.509Z[ recovery-image] May 13 21:36:08.855 INFO O| May 13 21:36:08.855 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-05-13T21:36:09.534Z[ recovery-image] May 13 21:36:08.881 INFO O| May 13 21:36:08.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70742025-05-13T21:36:09.535Z[ recovery-image] May 13 21:36:08.881 INFO O| May 13 21:36:08.881 INFO STEP 860 (remove_files) COMPLETE
70752025-05-13T21:36:09.535Z[ recovery-image] May 13 21:36:08.881 INFO O| May 13 21:36:08.881 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-05-13T21:36:09.550Z[ recovery-image] May 13 21:36:08.897 INFO O| May 13 21:36:08.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70772025-05-13T21:36:09.551Z[ recovery-image] May 13 21:36:08.897 INFO O| May 13 21:36:08.897 INFO STEP 861 (remove_files) COMPLETE
70782025-05-13T21:36:09.551Z[ recovery-image] May 13 21:36:08.897 INFO O| May 13 21:36:08.897 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-05-13T21:36:09.566Z[ recovery-image] May 13 21:36:08.913 INFO O| May 13 21:36:08.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70802025-05-13T21:36:09.567Z[ recovery-image] May 13 21:36:08.913 INFO O| May 13 21:36:08.913 INFO STEP 862 (remove_files) COMPLETE
70812025-05-13T21:36:09.567Z[ recovery-image] May 13 21:36:08.913 INFO O| May 13 21:36:08.913 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-05-13T21:36:09.584Z[ recovery-image] May 13 21:36:08.931 INFO O| May 13 21:36:08.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70832025-05-13T21:36:09.584Z[ recovery-image] May 13 21:36:08.931 INFO O| May 13 21:36:08.931 INFO STEP 863 (remove_files) COMPLETE
70842025-05-13T21:36:09.584Z[ recovery-image] May 13 21:36:08.931 INFO O| May 13 21:36:08.931 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-05-13T21:36:09.617Z[ recovery-image] May 13 21:36:08.964 INFO O| May 13 21:36:08.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70862025-05-13T21:36:09.622Z[ recovery-image] May 13 21:36:08.964 INFO O| May 13 21:36:08.964 INFO STEP 864 (remove_files) COMPLETE
70872025-05-13T21:36:09.622Z[ recovery-image] May 13 21:36:08.964 INFO O| May 13 21:36:08.964 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-05-13T21:36:09.634Z[ recovery-image] May 13 21:36:08.981 INFO O| May 13 21:36:08.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70892025-05-13T21:36:09.637Z[ recovery-image] May 13 21:36:08.981 INFO O| May 13 21:36:08.981 INFO STEP 865 (remove_files) COMPLETE
70902025-05-13T21:36:09.637Z[ recovery-image] May 13 21:36:08.981 INFO O| May 13 21:36:08.981 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-05-13T21:36:09.669Z[ recovery-image] May 13 21:36:09.016 INFO O| May 13 21:36:09.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70922025-05-13T21:36:09.669Z[ recovery-image] May 13 21:36:09.016 INFO O| May 13 21:36:09.016 INFO STEP 866 (remove_files) COMPLETE
70932025-05-13T21:36:09.669Z[ recovery-image] May 13 21:36:09.016 INFO O| May 13 21:36:09.016 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-05-13T21:36:09.724Z[ recovery-image] May 13 21:36:09.070 INFO O| May 13 21:36:09.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70952025-05-13T21:36:09.724Z[ recovery-image] May 13 21:36:09.070 INFO O| May 13 21:36:09.070 INFO STEP 867 (remove_files) COMPLETE
70962025-05-13T21:36:09.729Z[ recovery-image] May 13 21:36:09.070 INFO O| May 13 21:36:09.070 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-05-13T21:36:09.743Z[ recovery-image] May 13 21:36:09.090 INFO O| May 13 21:36:09.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70982025-05-13T21:36:09.748Z[ recovery-image] May 13 21:36:09.090 INFO O| May 13 21:36:09.090 INFO STEP 868 (remove_files) COMPLETE
70992025-05-13T21:36:09.748Z[ recovery-image] May 13 21:36:09.090 INFO O| May 13 21:36:09.090 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-05-13T21:36:09.762Z[ recovery-image] May 13 21:36:09.109 INFO O| May 13 21:36:09.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71012025-05-13T21:36:09.762Z[ recovery-image] May 13 21:36:09.109 INFO O| May 13 21:36:09.109 INFO STEP 869 (remove_files) COMPLETE
71022025-05-13T21:36:09.766Z[ recovery-image] May 13 21:36:09.109 INFO O| May 13 21:36:09.109 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-05-13T21:36:09.789Z[ recovery-image] May 13 21:36:09.134 INFO O| May 13 21:36:09.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71042025-05-13T21:36:09.789Z[ recovery-image] May 13 21:36:09.134 INFO O| May 13 21:36:09.134 INFO STEP 870 (remove_files) COMPLETE
71052025-05-13T21:36:09.789Z[ recovery-image] May 13 21:36:09.134 INFO O| May 13 21:36:09.134 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-05-13T21:36:09.836Z[ recovery-image] May 13 21:36:09.181 INFO O| May 13 21:36:09.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71072025-05-13T21:36:09.842Z[ recovery-image] May 13 21:36:09.181 INFO O| May 13 21:36:09.181 INFO STEP 871 (remove_files) COMPLETE
71082025-05-13T21:36:09.842Z[ recovery-image] May 13 21:36:09.182 INFO O| May 13 21:36:09.181 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-05-13T21:36:09.852Z[ recovery-image] May 13 21:36:09.198 INFO O| May 13 21:36:09.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71102025-05-13T21:36:09.856Z[ recovery-image] May 13 21:36:09.198 INFO O| May 13 21:36:09.198 INFO STEP 872 (remove_files) COMPLETE
71112025-05-13T21:36:09.856Z[ recovery-image] May 13 21:36:09.198 INFO O| May 13 21:36:09.198 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-05-13T21:36:09.886Z[ recovery-image] May 13 21:36:09.232 INFO O| May 13 21:36:09.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71132025-05-13T21:36:09.889Z[ recovery-image] May 13 21:36:09.232 INFO O| May 13 21:36:09.232 INFO STEP 873 (remove_files) COMPLETE
71142025-05-13T21:36:09.889Z[ recovery-image] May 13 21:36:09.232 INFO O| May 13 21:36:09.232 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-05-13T21:36:09.904Z[ recovery-image] May 13 21:36:09.249 INFO O| May 13 21:36:09.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71162025-05-13T21:36:09.909Z[ recovery-image] May 13 21:36:09.250 INFO O| May 13 21:36:09.250 INFO STEP 874 (remove_files) COMPLETE
71172025-05-13T21:36:09.909Z[ recovery-image] May 13 21:36:09.250 INFO O| May 13 21:36:09.250 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-05-13T21:36:09.920Z[ recovery-image] May 13 21:36:09.266 INFO O| May 13 21:36:09.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71192025-05-13T21:36:09.920Z[ recovery-image] May 13 21:36:09.266 INFO O| May 13 21:36:09.266 INFO STEP 875 (remove_files) COMPLETE
71202025-05-13T21:36:09.924Z[ recovery-image] May 13 21:36:09.266 INFO O| May 13 21:36:09.266 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-05-13T21:36:09.935Z[ recovery-image] May 13 21:36:09.281 INFO O| May 13 21:36:09.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71222025-05-13T21:36:09.935Z[ recovery-image] May 13 21:36:09.281 INFO O| May 13 21:36:09.281 INFO STEP 876 (remove_files) COMPLETE
71232025-05-13T21:36:09.939Z[ recovery-image] May 13 21:36:09.281 INFO O| May 13 21:36:09.281 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-05-13T21:36:09.968Z[ recovery-image] May 13 21:36:09.313 INFO O| May 13 21:36:09.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71252025-05-13T21:36:09.971Z[ recovery-image] May 13 21:36:09.313 INFO O| May 13 21:36:09.313 INFO STEP 877 (remove_files) COMPLETE
71262025-05-13T21:36:09.971Z[ recovery-image] May 13 21:36:09.313 INFO O| May 13 21:36:09.313 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-05-13T21:36:09.982Z[ recovery-image] May 13 21:36:09.329 INFO O| May 13 21:36:09.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71282025-05-13T21:36:09.982Z[ recovery-image] May 13 21:36:09.329 INFO O| May 13 21:36:09.329 INFO STEP 878 (remove_files) COMPLETE
71292025-05-13T21:36:09.982Z[ recovery-image] May 13 21:36:09.329 INFO O| May 13 21:36:09.329 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-05-13T21:36:10.014Z[ recovery-image] May 13 21:36:09.361 INFO O| May 13 21:36:09.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71312025-05-13T21:36:10.014Z[ recovery-image] May 13 21:36:09.361 INFO O| May 13 21:36:09.361 INFO STEP 879 (remove_files) COMPLETE
71322025-05-13T21:36:10.014Z[ recovery-image] May 13 21:36:09.361 INFO O| May 13 21:36:09.361 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-05-13T21:36:10.031Z[ recovery-image] May 13 21:36:09.378 INFO O| May 13 21:36:09.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71342025-05-13T21:36:10.031Z[ recovery-image] May 13 21:36:09.378 INFO O| May 13 21:36:09.378 INFO STEP 880 (remove_files) COMPLETE
71352025-05-13T21:36:10.034Z[ recovery-image] May 13 21:36:09.378 INFO O| May 13 21:36:09.378 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-05-13T21:36:10.061Z[ recovery-image] May 13 21:36:09.407 INFO O| May 13 21:36:09.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71372025-05-13T21:36:10.061Z[ recovery-image] May 13 21:36:09.408 INFO O| May 13 21:36:09.407 INFO STEP 881 (remove_files) COMPLETE
71382025-05-13T21:36:10.061Z[ recovery-image] May 13 21:36:09.408 INFO O| May 13 21:36:09.407 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-05-13T21:36:10.116Z[ recovery-image] May 13 21:36:09.462 INFO O| May 13 21:36:09.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71402025-05-13T21:36:10.117Z[ recovery-image] May 13 21:36:09.462 INFO O| May 13 21:36:09.462 INFO STEP 882 (remove_files) COMPLETE
71412025-05-13T21:36:10.117Z[ recovery-image] May 13 21:36:09.462 INFO O| May 13 21:36:09.462 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-05-13T21:36:10.134Z[ recovery-image] May 13 21:36:09.481 INFO O| May 13 21:36:09.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71432025-05-13T21:36:10.134Z[ recovery-image] May 13 21:36:09.481 INFO O| May 13 21:36:09.481 INFO STEP 883 (remove_files) COMPLETE
71442025-05-13T21:36:10.134Z[ recovery-image] May 13 21:36:09.481 INFO O| May 13 21:36:09.481 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-05-13T21:36:10.152Z[ recovery-image] May 13 21:36:09.498 INFO O| May 13 21:36:09.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71462025-05-13T21:36:10.152Z[ recovery-image] May 13 21:36:09.498 INFO O| May 13 21:36:09.498 INFO STEP 884 (remove_files) COMPLETE
71472025-05-13T21:36:10.152Z[ recovery-image] May 13 21:36:09.498 INFO O| May 13 21:36:09.498 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-05-13T21:36:10.169Z[ recovery-image] May 13 21:36:09.516 INFO O| May 13 21:36:09.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71492025-05-13T21:36:10.173Z[ recovery-image] May 13 21:36:09.516 INFO O| May 13 21:36:09.516 INFO STEP 885 (remove_files) COMPLETE
71502025-05-13T21:36:10.173Z[ recovery-image] May 13 21:36:09.516 INFO O| May 13 21:36:09.516 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-05-13T21:36:10.186Z[ recovery-image] May 13 21:36:09.532 INFO O| May 13 21:36:09.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71522025-05-13T21:36:10.186Z[ recovery-image] May 13 21:36:09.533 INFO O| May 13 21:36:09.533 INFO STEP 886 (remove_files) COMPLETE
71532025-05-13T21:36:10.186Z[ recovery-image] May 13 21:36:09.533 INFO O| May 13 21:36:09.533 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-05-13T21:36:10.220Z[ recovery-image] May 13 21:36:09.567 INFO O| May 13 21:36:09.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71552025-05-13T21:36:10.223Z[ recovery-image] May 13 21:36:09.567 INFO O| May 13 21:36:09.567 INFO STEP 887 (remove_files) COMPLETE
71562025-05-13T21:36:10.223Z[ recovery-image] May 13 21:36:09.567 INFO O| May 13 21:36:09.567 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-05-13T21:36:10.239Z[ recovery-image] May 13 21:36:09.585 INFO O| May 13 21:36:09.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71582025-05-13T21:36:10.239Z[ recovery-image] May 13 21:36:09.585 INFO O| May 13 21:36:09.585 INFO STEP 888 (remove_files) COMPLETE
71592025-05-13T21:36:10.239Z[ recovery-image] May 13 21:36:09.585 INFO O| May 13 21:36:09.585 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-05-13T21:36:10.274Z[ recovery-image] May 13 21:36:09.621 INFO O| May 13 21:36:09.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71612025-05-13T21:36:10.277Z[ recovery-image] May 13 21:36:09.621 INFO O| May 13 21:36:09.621 INFO STEP 889 (remove_files) COMPLETE
71622025-05-13T21:36:10.277Z[ recovery-image] May 13 21:36:09.621 INFO O| May 13 21:36:09.621 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-05-13T21:36:10.332Z[ recovery-image] May 13 21:36:09.678 INFO O| May 13 21:36:09.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71642025-05-13T21:36:10.332Z[ recovery-image] May 13 21:36:09.678 INFO O| May 13 21:36:09.678 INFO STEP 890 (remove_files) COMPLETE
71652025-05-13T21:36:10.337Z[ recovery-image] May 13 21:36:09.678 INFO O| May 13 21:36:09.678 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-05-13T21:36:10.365Z[ recovery-image] May 13 21:36:09.711 INFO O| May 13 21:36:09.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71672025-05-13T21:36:10.366Z[ recovery-image] May 13 21:36:09.711 INFO O| May 13 21:36:09.711 INFO STEP 891 (remove_files) COMPLETE
71682025-05-13T21:36:10.371Z[ recovery-image] May 13 21:36:09.711 INFO O| May 13 21:36:09.711 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692025-05-13T21:36:10.401Z[ recovery-image] May 13 21:36:09.748 INFO O| May 13 21:36:09.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71702025-05-13T21:36:10.401Z[ recovery-image] May 13 21:36:09.748 INFO O| May 13 21:36:09.748 INFO STEP 892 (remove_files) COMPLETE
71712025-05-13T21:36:10.405Z[ recovery-image] May 13 21:36:09.748 INFO O| May 13 21:36:09.748 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722025-05-13T21:36:10.435Z[ recovery-image] May 13 21:36:09.782 INFO O| May 13 21:36:09.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71732025-05-13T21:36:10.435Z[ recovery-image] May 13 21:36:09.782 INFO O| May 13 21:36:09.782 INFO STEP 893 (remove_files) COMPLETE
71742025-05-13T21:36:10.438Z[ recovery-image] May 13 21:36:09.782 INFO O| May 13 21:36:09.782 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752025-05-13T21:36:10.464Z[ recovery-image] May 13 21:36:09.810 INFO O| May 13 21:36:09.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71762025-05-13T21:36:10.467Z[ recovery-image] May 13 21:36:09.810 INFO O| May 13 21:36:09.810 INFO STEP 894 (remove_files) COMPLETE
71772025-05-13T21:36:10.467Z[ recovery-image] May 13 21:36:09.810 INFO O| May 13 21:36:09.810 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782025-05-13T21:36:10.520Z[ recovery-image] May 13 21:36:09.866 INFO O| May 13 21:36:09.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71792025-05-13T21:36:10.520Z[ recovery-image] May 13 21:36:09.866 INFO O| May 13 21:36:09.866 INFO STEP 895 (remove_files) COMPLETE
71802025-05-13T21:36:10.521Z[ recovery-image] May 13 21:36:09.866 INFO O| May 13 21:36:09.866 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812025-05-13T21:36:10.544Z[ recovery-image] May 13 21:36:09.883 INFO O| May 13 21:36:09.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71822025-05-13T21:36:10.544Z[ recovery-image] May 13 21:36:09.883 INFO O| May 13 21:36:09.883 INFO STEP 896 (remove_files) COMPLETE
71832025-05-13T21:36:10.558Z[ recovery-image] May 13 21:36:09.883 INFO O| May 13 21:36:09.883 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842025-05-13T21:36:10.572Z[ recovery-image] May 13 21:36:09.918 INFO O| May 13 21:36:09.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71852025-05-13T21:36:10.594Z[ recovery-image] May 13 21:36:09.941 INFO O| May 13 21:36:09.941 INFO STEP 897 (remove_files) COMPLETE
71862025-05-13T21:36:10.594Z[ recovery-image] May 13 21:36:09.941 INFO O| May 13 21:36:09.941 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872025-05-13T21:36:10.635Z[ recovery-image] May 13 21:36:09.980 INFO O| May 13 21:36:09.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71882025-05-13T21:36:10.635Z[ recovery-image] May 13 21:36:09.980 INFO O| May 13 21:36:09.980 INFO STEP 898 (remove_files) COMPLETE
71892025-05-13T21:36:10.635Z[ recovery-image] May 13 21:36:09.980 INFO O| May 13 21:36:09.980 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902025-05-13T21:36:10.679Z[ recovery-image] May 13 21:36:10.025 INFO O| May 13 21:36:10.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71912025-05-13T21:36:10.683Z[ recovery-image] May 13 21:36:10.026 INFO O| May 13 21:36:10.026 INFO STEP 899 (remove_files) COMPLETE
71922025-05-13T21:36:10.683Z[ recovery-image] May 13 21:36:10.026 INFO O| May 13 21:36:10.026 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932025-05-13T21:36:10.705Z[ recovery-image] May 13 21:36:10.047 INFO O| May 13 21:36:10.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71942025-05-13T21:36:10.705Z[ recovery-image] May 13 21:36:10.047 INFO O| May 13 21:36:10.047 INFO STEP 900 (remove_files) COMPLETE
71952025-05-13T21:36:10.705Z[ recovery-image] May 13 21:36:10.047 INFO O| May 13 21:36:10.047 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962025-05-13T21:36:10.732Z[ recovery-image] May 13 21:36:10.078 INFO O| May 13 21:36:10.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71972025-05-13T21:36:10.732Z[ recovery-image] May 13 21:36:10.078 INFO O| May 13 21:36:10.078 INFO STEP 901 (remove_files) COMPLETE
71982025-05-13T21:36:10.735Z[ recovery-image] May 13 21:36:10.079 INFO O| May 13 21:36:10.078 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992025-05-13T21:36:10.783Z[ recovery-image] May 13 21:36:10.130 INFO O| May 13 21:36:10.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72002025-05-13T21:36:10.783Z[ recovery-image] May 13 21:36:10.130 INFO O| May 13 21:36:10.130 INFO STEP 902 (remove_files) COMPLETE
72012025-05-13T21:36:10.783Z[ recovery-image] May 13 21:36:10.130 INFO O| May 13 21:36:10.130 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022025-05-13T21:36:10.802Z[ recovery-image] May 13 21:36:10.149 INFO O| May 13 21:36:10.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72032025-05-13T21:36:10.802Z[ recovery-image] May 13 21:36:10.149 INFO O| May 13 21:36:10.149 INFO STEP 903 (remove_files) COMPLETE
72042025-05-13T21:36:10.805Z[ recovery-image] May 13 21:36:10.149 INFO O| May 13 21:36:10.149 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052025-05-13T21:36:10.845Z[ recovery-image] May 13 21:36:10.191 INFO O| May 13 21:36:10.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72062025-05-13T21:36:10.849Z[ recovery-image] May 13 21:36:10.191 INFO O| May 13 21:36:10.191 INFO STEP 904 (remove_files) COMPLETE
72072025-05-13T21:36:10.849Z[ recovery-image] May 13 21:36:10.192 INFO O| May 13 21:36:10.192 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082025-05-13T21:36:10.902Z[ recovery-image] May 13 21:36:10.247 INFO O| May 13 21:36:10.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72092025-05-13T21:36:10.907Z[ recovery-image] May 13 21:36:10.248 INFO O| May 13 21:36:10.248 INFO STEP 905 (remove_files) COMPLETE
72102025-05-13T21:36:10.907Z[ recovery-image] May 13 21:36:10.248 INFO O| May 13 21:36:10.248 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112025-05-13T21:36:10.944Z[ recovery-image] May 13 21:36:10.291 INFO O| May 13 21:36:10.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72122025-05-13T21:36:10.944Z[ recovery-image] May 13 21:36:10.291 INFO O| May 13 21:36:10.291 INFO STEP 906 (remove_files) COMPLETE
72132025-05-13T21:36:10.944Z[ recovery-image] May 13 21:36:10.291 INFO O| May 13 21:36:10.291 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142025-05-13T21:36:10.966Z[ recovery-image] May 13 21:36:10.310 INFO O| May 13 21:36:10.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72152025-05-13T21:36:10.970Z[ recovery-image] May 13 21:36:10.311 INFO O| May 13 21:36:10.311 INFO STEP 907 (remove_files) COMPLETE
72162025-05-13T21:36:10.970Z[ recovery-image] May 13 21:36:10.311 INFO O| May 13 21:36:10.311 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172025-05-13T21:36:10.983Z[ recovery-image] May 13 21:36:10.329 INFO O| May 13 21:36:10.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72182025-05-13T21:36:10.987Z[ recovery-image] May 13 21:36:10.329 INFO O| May 13 21:36:10.329 INFO STEP 908 (remove_files) COMPLETE
72192025-05-13T21:36:10.987Z[ recovery-image] May 13 21:36:10.329 INFO O| May 13 21:36:10.329 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202025-05-13T21:36:11.022Z[ recovery-image] May 13 21:36:10.368 INFO O| May 13 21:36:10.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72212025-05-13T21:36:11.026Z[ recovery-image] May 13 21:36:10.368 INFO O| May 13 21:36:10.368 INFO STEP 909 (remove_files) COMPLETE
72222025-05-13T21:36:11.026Z[ recovery-image] May 13 21:36:10.368 INFO O| May 13 21:36:10.368 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-05-13T21:36:11.042Z[ recovery-image] May 13 21:36:10.388 INFO O| May 13 21:36:10.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72242025-05-13T21:36:11.042Z[ recovery-image] May 13 21:36:10.388 INFO O| May 13 21:36:10.388 INFO STEP 910 (remove_files) COMPLETE
72252025-05-13T21:36:11.046Z[ recovery-image] May 13 21:36:10.388 INFO O| May 13 21:36:10.388 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262025-05-13T21:36:11.097Z[ recovery-image] May 13 21:36:10.444 INFO O| May 13 21:36:10.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72272025-05-13T21:36:11.097Z[ recovery-image] May 13 21:36:10.444 INFO O| May 13 21:36:10.444 INFO STEP 911 (remove_files) COMPLETE
72282025-05-13T21:36:11.100Z[ recovery-image] May 13 21:36:10.444 INFO O| May 13 21:36:10.444 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292025-05-13T21:36:11.119Z[ recovery-image] May 13 21:36:10.464 INFO O| May 13 21:36:10.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72302025-05-13T21:36:11.119Z[ recovery-image] May 13 21:36:10.464 INFO O| May 13 21:36:10.464 INFO STEP 912 (remove_files) COMPLETE
72312025-05-13T21:36:11.119Z[ recovery-image] May 13 21:36:10.464 INFO O| May 13 21:36:10.464 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-05-13T21:36:11.178Z[ recovery-image] May 13 21:36:10.524 INFO O| May 13 21:36:10.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72332025-05-13T21:36:11.178Z[ recovery-image] May 13 21:36:10.525 INFO O| May 13 21:36:10.524 INFO STEP 913 (remove_files) COMPLETE
72342025-05-13T21:36:11.178Z[ recovery-image] May 13 21:36:10.525 INFO O| May 13 21:36:10.525 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-05-13T21:36:11.215Z[ recovery-image] May 13 21:36:10.561 INFO O| May 13 21:36:10.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72362025-05-13T21:36:11.215Z[ recovery-image] May 13 21:36:10.561 INFO O| May 13 21:36:10.561 INFO STEP 914 (remove_files) COMPLETE
72372025-05-13T21:36:11.216Z[ recovery-image] May 13 21:36:10.561 INFO O| May 13 21:36:10.561 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-05-13T21:36:11.234Z[ recovery-image] May 13 21:36:10.581 INFO O| May 13 21:36:10.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72392025-05-13T21:36:11.234Z[ recovery-image] May 13 21:36:10.581 INFO O| May 13 21:36:10.581 INFO STEP 915 (remove_files) COMPLETE
72402025-05-13T21:36:11.237Z[ recovery-image] May 13 21:36:10.581 INFO O| May 13 21:36:10.581 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-05-13T21:36:11.269Z[ recovery-image] May 13 21:36:10.615 INFO O| May 13 21:36:10.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72422025-05-13T21:36:11.269Z[ recovery-image] May 13 21:36:10.615 INFO O| May 13 21:36:10.615 INFO STEP 916 (remove_files) COMPLETE
72432025-05-13T21:36:11.269Z[ recovery-image] May 13 21:36:10.615 INFO O| May 13 21:36:10.615 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-05-13T21:36:11.326Z[ recovery-image] May 13 21:36:10.673 INFO O| May 13 21:36:10.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72452025-05-13T21:36:11.326Z[ recovery-image] May 13 21:36:10.673 INFO O| May 13 21:36:10.673 INFO STEP 917 (remove_files) COMPLETE
72462025-05-13T21:36:11.330Z[ recovery-image] May 13 21:36:10.673 INFO O| May 13 21:36:10.673 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-05-13T21:36:11.388Z[ recovery-image] May 13 21:36:10.734 INFO O| May 13 21:36:10.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72482025-05-13T21:36:11.388Z[ recovery-image] May 13 21:36:10.734 INFO O| May 13 21:36:10.734 INFO STEP 918 (remove_files) COMPLETE
72492025-05-13T21:36:11.388Z[ recovery-image] May 13 21:36:10.734 INFO O| May 13 21:36:10.734 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-05-13T21:36:11.404Z[ recovery-image] May 13 21:36:10.751 INFO O| May 13 21:36:10.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72512025-05-13T21:36:11.405Z[ recovery-image] May 13 21:36:10.751 INFO O| May 13 21:36:10.751 INFO STEP 919 (remove_files) COMPLETE
72522025-05-13T21:36:11.405Z[ recovery-image] May 13 21:36:10.751 INFO O| May 13 21:36:10.751 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-05-13T21:36:11.441Z[ recovery-image] May 13 21:36:10.787 INFO O| May 13 21:36:10.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72542025-05-13T21:36:11.441Z[ recovery-image] May 13 21:36:10.787 INFO O| May 13 21:36:10.787 INFO STEP 920 (remove_files) COMPLETE
72552025-05-13T21:36:11.441Z[ recovery-image] May 13 21:36:10.787 INFO O| May 13 21:36:10.787 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-05-13T21:36:11.460Z[ recovery-image] May 13 21:36:10.805 INFO O| May 13 21:36:10.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72572025-05-13T21:36:11.460Z[ recovery-image] May 13 21:36:10.806 INFO O| May 13 21:36:10.806 INFO STEP 921 (remove_files) COMPLETE
72582025-05-13T21:36:11.460Z[ recovery-image] May 13 21:36:10.806 INFO O| May 13 21:36:10.806 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-05-13T21:36:11.478Z[ recovery-image] May 13 21:36:10.824 INFO O| May 13 21:36:10.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72602025-05-13T21:36:11.478Z[ recovery-image] May 13 21:36:10.825 INFO O| May 13 21:36:10.825 INFO STEP 922 (remove_files) COMPLETE
72612025-05-13T21:36:11.478Z[ recovery-image] May 13 21:36:10.825 INFO O| May 13 21:36:10.825 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-05-13T21:36:11.495Z[ recovery-image] May 13 21:36:10.842 INFO O| May 13 21:36:10.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72632025-05-13T21:36:11.495Z[ recovery-image] May 13 21:36:10.842 INFO O| May 13 21:36:10.842 INFO STEP 923 (remove_files) COMPLETE
72642025-05-13T21:36:11.495Z[ recovery-image] May 13 21:36:10.842 INFO O| May 13 21:36:10.842 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-05-13T21:36:11.513Z[ recovery-image] May 13 21:36:10.860 INFO O| May 13 21:36:10.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72662025-05-13T21:36:11.517Z[ recovery-image] May 13 21:36:10.860 INFO O| May 13 21:36:10.860 INFO STEP 924 (remove_files) COMPLETE
72672025-05-13T21:36:11.517Z[ recovery-image] May 13 21:36:10.860 INFO O| May 13 21:36:10.860 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-05-13T21:36:11.531Z[ recovery-image] May 13 21:36:10.878 INFO O| May 13 21:36:10.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72692025-05-13T21:36:11.535Z[ recovery-image] May 13 21:36:10.878 INFO O| May 13 21:36:10.878 INFO STEP 925 (remove_files) COMPLETE
72702025-05-13T21:36:11.535Z[ recovery-image] May 13 21:36:10.878 INFO O| May 13 21:36:10.878 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-05-13T21:36:11.588Z[ recovery-image] May 13 21:36:10.934 INFO O| May 13 21:36:10.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72722025-05-13T21:36:11.593Z[ recovery-image] May 13 21:36:10.934 INFO O| May 13 21:36:10.934 INFO STEP 926 (remove_files) COMPLETE
72732025-05-13T21:36:11.593Z[ recovery-image] May 13 21:36:10.934 INFO O| May 13 21:36:10.934 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-05-13T21:36:11.610Z[ recovery-image] May 13 21:36:10.954 INFO O| May 13 21:36:10.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72752025-05-13T21:36:11.610Z[ recovery-image] May 13 21:36:10.954 INFO O| May 13 21:36:10.954 INFO STEP 927 (remove_files) COMPLETE
72762025-05-13T21:36:11.610Z[ recovery-image] May 13 21:36:10.954 INFO O| May 13 21:36:10.954 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-05-13T21:36:11.639Z[ recovery-image] May 13 21:36:10.984 INFO O| May 13 21:36:10.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72782025-05-13T21:36:11.639Z[ recovery-image] May 13 21:36:10.985 INFO O| May 13 21:36:10.984 INFO STEP 928 (remove_files) COMPLETE
72792025-05-13T21:36:11.643Z[ recovery-image] May 13 21:36:10.985 INFO O| May 13 21:36:10.985 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802025-05-13T21:36:11.677Z[ recovery-image] May 13 21:36:11.024 INFO O| May 13 21:36:11.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72812025-05-13T21:36:11.677Z[ recovery-image] May 13 21:36:11.024 INFO O| May 13 21:36:11.024 INFO STEP 929 (remove_files) COMPLETE
72822025-05-13T21:36:11.681Z[ recovery-image] May 13 21:36:11.024 INFO O| May 13 21:36:11.024 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832025-05-13T21:36:11.707Z[ recovery-image] May 13 21:36:11.053 INFO O| May 13 21:36:11.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72842025-05-13T21:36:11.707Z[ recovery-image] May 13 21:36:11.053 INFO O| May 13 21:36:11.053 INFO STEP 930 (remove_files) COMPLETE
72852025-05-13T21:36:11.710Z[ recovery-image] May 13 21:36:11.053 INFO O| May 13 21:36:11.053 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862025-05-13T21:36:11.725Z[ recovery-image] May 13 21:36:11.072 INFO O| May 13 21:36:11.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72872025-05-13T21:36:11.725Z[ recovery-image] May 13 21:36:11.072 INFO O| May 13 21:36:11.072 INFO STEP 931 (remove_files) COMPLETE
72882025-05-13T21:36:11.729Z[ recovery-image] May 13 21:36:11.072 INFO O| May 13 21:36:11.072 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892025-05-13T21:36:11.744Z[ recovery-image] May 13 21:36:11.090 INFO O| May 13 21:36:11.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72902025-05-13T21:36:11.744Z[ recovery-image] May 13 21:36:11.090 INFO O| May 13 21:36:11.090 INFO STEP 932 (remove_files) COMPLETE
72912025-05-13T21:36:11.749Z[ recovery-image] May 13 21:36:11.090 INFO O| May 13 21:36:11.090 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922025-05-13T21:36:11.766Z[ recovery-image] May 13 21:36:11.108 INFO O| May 13 21:36:11.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72932025-05-13T21:36:11.767Z[ recovery-image] May 13 21:36:11.108 INFO O| May 13 21:36:11.108 INFO STEP 933 (remove_files) COMPLETE
72942025-05-13T21:36:11.767Z[ recovery-image] May 13 21:36:11.108 INFO O| May 13 21:36:11.108 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952025-05-13T21:36:11.788Z[ recovery-image] May 13 21:36:11.134 INFO O| May 13 21:36:11.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72962025-05-13T21:36:11.788Z[ recovery-image] May 13 21:36:11.134 INFO O| May 13 21:36:11.134 INFO STEP 934 (remove_files) COMPLETE
72972025-05-13T21:36:11.788Z[ recovery-image] May 13 21:36:11.134 INFO O| May 13 21:36:11.134 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982025-05-13T21:36:11.809Z[ recovery-image] May 13 21:36:11.155 INFO O| May 13 21:36:11.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72992025-05-13T21:36:11.809Z[ recovery-image] May 13 21:36:11.155 INFO O| May 13 21:36:11.155 INFO STEP 935 (remove_files) COMPLETE
73002025-05-13T21:36:11.809Z[ recovery-image] May 13 21:36:11.155 INFO O| May 13 21:36:11.155 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012025-05-13T21:36:11.865Z[ recovery-image] May 13 21:36:11.211 INFO O| May 13 21:36:11.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73022025-05-13T21:36:11.865Z[ recovery-image] May 13 21:36:11.211 INFO O| May 13 21:36:11.211 INFO STEP 936 (remove_files) COMPLETE
73032025-05-13T21:36:11.869Z[ recovery-image] May 13 21:36:11.211 INFO O| May 13 21:36:11.211 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042025-05-13T21:36:12.302Z[ recovery-image] May 13 21:36:11.236 INFO O| May 13 21:36:11.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73052025-05-13T21:36:12.302Z[ recovery-image] May 13 21:36:11.236 INFO O| May 13 21:36:11.236 INFO STEP 937 (remove_files) COMPLETE
73062025-05-13T21:36:12.302Z[ recovery-image] May 13 21:36:11.236 INFO O| May 13 21:36:11.236 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072025-05-13T21:36:12.714Z[ recovery-image] May 13 21:36:11.272 INFO O| May 13 21:36:11.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73082025-05-13T21:36:12.714Z[ recovery-image] May 13 21:36:11.273 INFO O| May 13 21:36:11.272 INFO STEP 938 (remove_files) COMPLETE
73092025-05-13T21:36:12.714Z[ recovery-image] May 13 21:36:11.273 INFO O| May 13 21:36:11.273 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102025-05-13T21:36:12.714Z[ recovery-image] May 13 21:36:11.330 INFO O| May 13 21:36:11.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73112025-05-13T21:36:12.714Z[ recovery-image] May 13 21:36:11.330 INFO O| May 13 21:36:11.330 INFO STEP 939 (remove_files) COMPLETE
73122025-05-13T21:36:12.714Z[ recovery-image] May 13 21:36:11.330 INFO O| May 13 21:36:11.330 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132025-05-13T21:36:12.714Z[ recovery-image] May 13 21:36:11.357 INFO O| May 13 21:36:11.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73142025-05-13T21:36:12.714Z[ recovery-image] May 13 21:36:11.357 INFO O| May 13 21:36:11.357 INFO STEP 940 (remove_files) COMPLETE
73152025-05-13T21:36:12.714Z[ recovery-image] May 13 21:36:11.357 INFO O| May 13 21:36:11.357 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162025-05-13T21:36:12.714Z[ recovery-image] May 13 21:36:11.396 INFO O| May 13 21:36:11.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73172025-05-13T21:36:12.715Z[ recovery-image] May 13 21:36:11.396 INFO O| May 13 21:36:11.396 INFO STEP 941 (remove_files) COMPLETE
73182025-05-13T21:36:12.715Z[ recovery-image] May 13 21:36:11.396 INFO O| May 13 21:36:11.396 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192025-05-13T21:36:12.715Z[ recovery-image] May 13 21:36:11.414 INFO O| May 13 21:36:11.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73202025-05-13T21:36:12.716Z[ recovery-image] May 13 21:36:11.414 INFO O| May 13 21:36:11.414 INFO STEP 942 (remove_files) COMPLETE
73212025-05-13T21:36:12.716Z[ recovery-image] May 13 21:36:11.414 INFO O| May 13 21:36:11.414 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222025-05-13T21:36:12.717Z[ recovery-image] May 13 21:36:11.436 INFO O| May 13 21:36:11.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73232025-05-13T21:36:12.717Z[ recovery-image] May 13 21:36:11.436 INFO O| May 13 21:36:11.436 INFO STEP 943 (remove_files) COMPLETE
73242025-05-13T21:36:12.717Z[ recovery-image] May 13 21:36:11.436 INFO O| May 13 21:36:11.436 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252025-05-13T21:36:12.717Z[ recovery-image] May 13 21:36:11.456 INFO O| May 13 21:36:11.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73262025-05-13T21:36:12.717Z[ recovery-image] May 13 21:36:11.457 INFO O| May 13 21:36:11.456 INFO STEP 944 (remove_files) COMPLETE
73272025-05-13T21:36:12.717Z[ recovery-image] May 13 21:36:11.457 INFO O| May 13 21:36:11.456 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282025-05-13T21:36:12.718Z[ recovery-image] May 13 21:36:11.474 INFO O| May 13 21:36:11.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73292025-05-13T21:36:12.718Z[ recovery-image] May 13 21:36:11.474 INFO O| May 13 21:36:11.474 INFO STEP 945 (remove_files) COMPLETE
73302025-05-13T21:36:12.718Z[ recovery-image] May 13 21:36:11.474 INFO O| May 13 21:36:11.474 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312025-05-13T21:36:12.718Z[ recovery-image] May 13 21:36:11.500 INFO O| May 13 21:36:11.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73322025-05-13T21:36:12.718Z[ recovery-image] May 13 21:36:11.500 INFO O| May 13 21:36:11.500 INFO STEP 946 (remove_files) COMPLETE
73332025-05-13T21:36:12.718Z[ recovery-image] May 13 21:36:11.501 INFO O| May 13 21:36:11.500 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342025-05-13T21:36:12.718Z[ recovery-image] May 13 21:36:11.528 INFO O| May 13 21:36:11.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73352025-05-13T21:36:12.718Z[ recovery-image] May 13 21:36:11.528 INFO O| May 13 21:36:11.528 INFO STEP 947 (remove_files) COMPLETE
73362025-05-13T21:36:12.719Z[ recovery-image] May 13 21:36:11.528 INFO O| May 13 21:36:11.528 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372025-05-13T21:36:12.719Z[ recovery-image] May 13 21:36:11.548 INFO O| May 13 21:36:11.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73382025-05-13T21:36:12.719Z[ recovery-image] May 13 21:36:11.548 INFO O| May 13 21:36:11.548 INFO STEP 948 (remove_files) COMPLETE
73392025-05-13T21:36:12.719Z[ recovery-image] May 13 21:36:11.548 INFO O| May 13 21:36:11.548 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402025-05-13T21:36:12.719Z[ recovery-image] May 13 21:36:11.573 INFO O| May 13 21:36:11.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73412025-05-13T21:36:12.719Z[ recovery-image] May 13 21:36:11.573 INFO O| May 13 21:36:11.573 INFO STEP 949 (remove_files) COMPLETE
73422025-05-13T21:36:12.719Z[ recovery-image] May 13 21:36:11.573 INFO O| May 13 21:36:11.573 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432025-05-13T21:36:12.719Z[ recovery-image] May 13 21:36:11.601 INFO O| May 13 21:36:11.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73442025-05-13T21:36:12.720Z[ recovery-image] May 13 21:36:11.601 INFO O| May 13 21:36:11.601 INFO STEP 950 (remove_files) COMPLETE
73452025-05-13T21:36:12.720Z[ recovery-image] May 13 21:36:11.601 INFO O| May 13 21:36:11.601 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462025-05-13T21:36:12.720Z[ recovery-image] May 13 21:36:11.621 INFO O| May 13 21:36:11.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73472025-05-13T21:36:12.720Z[ recovery-image] May 13 21:36:11.621 INFO O| May 13 21:36:11.621 INFO STEP 951 (remove_files) COMPLETE
73482025-05-13T21:36:12.720Z[ recovery-image] May 13 21:36:11.621 INFO O| May 13 21:36:11.621 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492025-05-13T21:36:12.725Z[ recovery-image] May 13 21:36:11.658 INFO O| May 13 21:36:11.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73502025-05-13T21:36:12.725Z[ recovery-image] May 13 21:36:11.658 INFO O| May 13 21:36:11.658 INFO STEP 952 (remove_files) COMPLETE
73512025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.658 INFO O| May 13 21:36:11.658 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.716 INFO O| May 13 21:36:11.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73532025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.716 INFO O| May 13 21:36:11.716 INFO STEP 953 (remove_files) COMPLETE
73542025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.716 INFO O| May 13 21:36:11.716 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.773 INFO O| May 13 21:36:11.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73562025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.773 INFO O| May 13 21:36:11.773 INFO STEP 954 (remove_files) COMPLETE
73572025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.773 INFO O| May 13 21:36:11.773 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.791 INFO O| May 13 21:36:11.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73592025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.791 INFO O| May 13 21:36:11.791 INFO STEP 955 (remove_files) COMPLETE
73602025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.791 INFO O| May 13 21:36:11.791 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.809 INFO O| May 13 21:36:11.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73622025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.809 INFO O| May 13 21:36:11.809 INFO STEP 956 (remove_files) COMPLETE
73632025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.809 INFO O| May 13 21:36:11.809 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.827 INFO O| May 13 21:36:11.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73652025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.827 INFO O| May 13 21:36:11.827 INFO STEP 957 (remove_files) COMPLETE
73662025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.827 INFO O| May 13 21:36:11.827 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.866 INFO O| May 13 21:36:11.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73682025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.866 INFO O| May 13 21:36:11.866 INFO STEP 958 (remove_files) COMPLETE
73692025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.866 INFO O| May 13 21:36:11.866 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702025-05-13T21:36:12.726Z[ recovery-image] May 13 21:36:11.886 INFO O| May 13 21:36:11.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73712025-05-13T21:36:12.727Z[ recovery-image] May 13 21:36:11.886 INFO O| May 13 21:36:11.886 INFO STEP 959 (remove_files) COMPLETE
73722025-05-13T21:36:12.727Z[ recovery-image] May 13 21:36:11.886 INFO O| May 13 21:36:11.886 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-05-13T21:36:12.727Z[ recovery-image] May 13 21:36:11.909 INFO O| May 13 21:36:11.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73742025-05-13T21:36:12.727Z[ recovery-image] May 13 21:36:11.909 INFO O| May 13 21:36:11.909 INFO STEP 960 (remove_files) COMPLETE
73752025-05-13T21:36:12.727Z[ recovery-image] May 13 21:36:11.909 INFO O| May 13 21:36:11.909 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-05-13T21:36:12.727Z[ recovery-image] May 13 21:36:11.927 INFO O| May 13 21:36:11.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73772025-05-13T21:36:12.727Z[ recovery-image] May 13 21:36:11.927 INFO O| May 13 21:36:11.927 INFO STEP 961 (remove_files) COMPLETE
73782025-05-13T21:36:12.727Z[ recovery-image] May 13 21:36:11.927 INFO O| May 13 21:36:11.927 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-05-13T21:36:12.727Z[ recovery-image] May 13 21:36:11.945 INFO O| May 13 21:36:11.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73802025-05-13T21:36:12.727Z[ recovery-image] May 13 21:36:11.945 INFO O| May 13 21:36:11.945 INFO STEP 962 (remove_files) COMPLETE
73812025-05-13T21:36:12.727Z[ recovery-image] May 13 21:36:11.945 INFO O| May 13 21:36:11.945 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-05-13T21:36:12.728Z[ recovery-image] May 13 21:36:11.964 INFO O| May 13 21:36:11.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73832025-05-13T21:36:12.728Z[ recovery-image] May 13 21:36:11.964 INFO O| May 13 21:36:11.964 INFO STEP 963 (remove_files) COMPLETE
73842025-05-13T21:36:12.728Z[ recovery-image] May 13 21:36:11.964 INFO O| May 13 21:36:11.964 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-05-13T21:36:12.728Z[ recovery-image] May 13 21:36:12.000 INFO O| May 13 21:36:12.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73862025-05-13T21:36:12.728Z[ recovery-image] May 13 21:36:12.000 INFO O| May 13 21:36:12.000 INFO STEP 964 (remove_files) COMPLETE
73872025-05-13T21:36:12.728Z[ recovery-image] May 13 21:36:12.000 INFO O| May 13 21:36:12.000 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-05-13T21:36:12.728Z[ recovery-image] May 13 21:36:12.021 INFO O| May 13 21:36:12.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73892025-05-13T21:36:12.728Z[ recovery-image] May 13 21:36:12.021 INFO O| May 13 21:36:12.021 INFO STEP 965 (remove_files) COMPLETE
73902025-05-13T21:36:12.728Z[ recovery-image] May 13 21:36:12.021 INFO O| May 13 21:36:12.021 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-05-13T21:36:12.728Z[ recovery-image] May 13 21:36:12.061 INFO O| May 13 21:36:12.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73922025-05-13T21:36:12.728Z[ recovery-image] May 13 21:36:12.061 INFO O| May 13 21:36:12.061 INFO STEP 966 (remove_files) COMPLETE
73932025-05-13T21:36:12.728Z[ recovery-image] May 13 21:36:12.061 INFO O| May 13 21:36:12.061 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-05-13T21:36:12.734Z[ recovery-image] May 13 21:36:12.080 INFO O| May 13 21:36:12.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73952025-05-13T21:36:12.734Z[ recovery-image] May 13 21:36:12.081 INFO O| May 13 21:36:12.080 INFO STEP 967 (remove_files) COMPLETE
73962025-05-13T21:36:12.737Z[ recovery-image] May 13 21:36:12.081 INFO O| May 13 21:36:12.080 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-05-13T21:36:12.753Z[ recovery-image] May 13 21:36:12.098 INFO O| May 13 21:36:12.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73982025-05-13T21:36:12.753Z[ recovery-image] May 13 21:36:12.098 INFO O| May 13 21:36:12.098 INFO STEP 968 (remove_files) COMPLETE
73992025-05-13T21:36:12.756Z[ recovery-image] May 13 21:36:12.098 INFO O| May 13 21:36:12.098 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-05-13T21:36:12.775Z[ recovery-image] May 13 21:36:12.122 INFO O| May 13 21:36:12.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74012025-05-13T21:36:12.775Z[ recovery-image] May 13 21:36:12.122 INFO O| May 13 21:36:12.122 INFO STEP 969 (remove_files) COMPLETE
74022025-05-13T21:36:12.775Z[ recovery-image] May 13 21:36:12.122 INFO O| May 13 21:36:12.122 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-05-13T21:36:12.792Z[ recovery-image] May 13 21:36:12.139 INFO O| May 13 21:36:12.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74042025-05-13T21:36:12.793Z[ recovery-image] May 13 21:36:12.139 INFO O| May 13 21:36:12.139 INFO STEP 970 (remove_files) COMPLETE
74052025-05-13T21:36:12.796Z[ recovery-image] May 13 21:36:12.139 INFO O| May 13 21:36:12.139 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-05-13T21:36:12.845Z[ recovery-image] May 13 21:36:12.191 INFO O| May 13 21:36:12.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74072025-05-13T21:36:12.846Z[ recovery-image] May 13 21:36:12.191 INFO O| May 13 21:36:12.191 INFO STEP 971 (remove_files) COMPLETE
74082025-05-13T21:36:12.846Z[ recovery-image] May 13 21:36:12.192 INFO O| May 13 21:36:12.191 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-05-13T21:36:12.862Z[ recovery-image] May 13 21:36:12.208 INFO O| May 13 21:36:12.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74102025-05-13T21:36:12.862Z[ recovery-image] May 13 21:36:12.208 INFO O| May 13 21:36:12.208 INFO STEP 972 (remove_files) COMPLETE
74112025-05-13T21:36:12.865Z[ recovery-image] May 13 21:36:12.208 INFO O| May 13 21:36:12.208 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-05-13T21:36:12.890Z[ recovery-image] May 13 21:36:12.236 INFO O| May 13 21:36:12.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74132025-05-13T21:36:12.893Z[ recovery-image] May 13 21:36:12.236 INFO O| May 13 21:36:12.236 INFO STEP 973 (remove_files) COMPLETE
74142025-05-13T21:36:12.893Z[ recovery-image] May 13 21:36:12.236 INFO O| May 13 21:36:12.236 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-05-13T21:36:12.909Z[ recovery-image] May 13 21:36:12.254 INFO O| May 13 21:36:12.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74162025-05-13T21:36:12.909Z[ recovery-image] May 13 21:36:12.254 INFO O| May 13 21:36:12.254 INFO STEP 974 (remove_files) COMPLETE
74172025-05-13T21:36:12.909Z[ recovery-image] May 13 21:36:12.254 INFO O| May 13 21:36:12.254 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-05-13T21:36:12.924Z[ recovery-image] May 13 21:36:12.271 INFO O| May 13 21:36:12.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74192025-05-13T21:36:12.927Z[ recovery-image] May 13 21:36:12.271 INFO O| May 13 21:36:12.271 INFO STEP 975 (remove_files) COMPLETE
74202025-05-13T21:36:12.927Z[ recovery-image] May 13 21:36:12.271 INFO O| May 13 21:36:12.271 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-05-13T21:36:12.940Z[ recovery-image] May 13 21:36:12.287 INFO O| May 13 21:36:12.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74222025-05-13T21:36:12.943Z[ recovery-image] May 13 21:36:12.287 INFO O| May 13 21:36:12.287 INFO STEP 976 (remove_files) COMPLETE
74232025-05-13T21:36:12.943Z[ recovery-image] May 13 21:36:12.287 INFO O| May 13 21:36:12.287 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-05-13T21:36:12.957Z[ recovery-image] May 13 21:36:12.303 INFO O| May 13 21:36:12.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74252025-05-13T21:36:12.957Z[ recovery-image] May 13 21:36:12.304 INFO O| May 13 21:36:12.304 INFO STEP 977 (remove_files) COMPLETE
74262025-05-13T21:36:12.957Z[ recovery-image] May 13 21:36:12.304 INFO O| May 13 21:36:12.304 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-05-13T21:36:12.974Z[ recovery-image] May 13 21:36:12.321 INFO O| May 13 21:36:12.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74282025-05-13T21:36:12.975Z[ recovery-image] May 13 21:36:12.321 INFO O| May 13 21:36:12.321 INFO STEP 978 (remove_files) COMPLETE
74292025-05-13T21:36:12.975Z[ recovery-image] May 13 21:36:12.321 INFO O| May 13 21:36:12.321 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-05-13T21:36:13.011Z[ recovery-image] May 13 21:36:12.358 INFO O| May 13 21:36:12.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74312025-05-13T21:36:13.015Z[ recovery-image] May 13 21:36:12.358 INFO O| May 13 21:36:12.358 INFO STEP 979 (remove_files) COMPLETE
74322025-05-13T21:36:13.015Z[ recovery-image] May 13 21:36:12.358 INFO O| May 13 21:36:12.358 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-05-13T21:36:13.060Z[ recovery-image] May 13 21:36:12.406 INFO O| May 13 21:36:12.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74342025-05-13T21:36:13.086Z[ recovery-image] May 13 21:36:12.432 INFO O| May 13 21:36:12.432 INFO STEP 980 (remove_files) COMPLETE
74352025-05-13T21:36:13.086Z[ recovery-image] May 13 21:36:12.432 INFO O| May 13 21:36:12.432 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-05-13T21:36:13.142Z[ recovery-image] May 13 21:36:12.489 INFO O| May 13 21:36:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74372025-05-13T21:36:13.143Z[ recovery-image] May 13 21:36:12.489 INFO O| May 13 21:36:12.489 INFO STEP 981 (remove_files) COMPLETE
74382025-05-13T21:36:13.143Z[ recovery-image] May 13 21:36:12.489 INFO O| May 13 21:36:12.489 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-05-13T21:36:13.183Z[ recovery-image] May 13 21:36:12.529 INFO O| May 13 21:36:12.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74402025-05-13T21:36:13.186Z[ recovery-image] May 13 21:36:12.529 INFO O| May 13 21:36:12.529 INFO STEP 982 (remove_files) COMPLETE
74412025-05-13T21:36:13.186Z[ recovery-image] May 13 21:36:12.529 INFO O| May 13 21:36:12.529 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-05-13T21:36:13.240Z[ recovery-image] May 13 21:36:12.586 INFO O| May 13 21:36:12.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74432025-05-13T21:36:13.240Z[ recovery-image] May 13 21:36:12.586 INFO O| May 13 21:36:12.586 INFO STEP 983 (remove_files) COMPLETE
74442025-05-13T21:36:13.240Z[ recovery-image] May 13 21:36:12.586 INFO O| May 13 21:36:12.586 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-05-13T21:36:13.256Z[ recovery-image] May 13 21:36:12.603 INFO O| May 13 21:36:12.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74462025-05-13T21:36:13.256Z[ recovery-image] May 13 21:36:12.603 INFO O| May 13 21:36:12.603 INFO STEP 984 (remove_files) COMPLETE
74472025-05-13T21:36:13.259Z[ recovery-image] May 13 21:36:12.603 INFO O| May 13 21:36:12.603 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-05-13T21:36:13.274Z[ recovery-image] May 13 21:36:12.621 INFO O| May 13 21:36:12.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74492025-05-13T21:36:13.274Z[ recovery-image] May 13 21:36:12.621 INFO O| May 13 21:36:12.621 INFO STEP 985 (remove_files) COMPLETE
74502025-05-13T21:36:13.274Z[ recovery-image] May 13 21:36:12.621 INFO O| May 13 21:36:12.621 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-05-13T21:36:13.308Z[ recovery-image] May 13 21:36:12.655 INFO O| May 13 21:36:12.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74522025-05-13T21:36:13.308Z[ recovery-image] May 13 21:36:12.655 INFO O| May 13 21:36:12.655 INFO STEP 986 (remove_files) COMPLETE
74532025-05-13T21:36:13.308Z[ recovery-image] May 13 21:36:12.655 INFO O| May 13 21:36:12.655 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-05-13T21:36:13.352Z[ recovery-image] May 13 21:36:12.699 INFO O| May 13 21:36:12.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74552025-05-13T21:36:13.355Z[ recovery-image] May 13 21:36:12.699 INFO O| May 13 21:36:12.699 INFO STEP 987 (remove_files) COMPLETE
74562025-05-13T21:36:13.357Z[ recovery-image] May 13 21:36:12.699 INFO O| May 13 21:36:12.699 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-05-13T21:36:13.372Z[ recovery-image] May 13 21:36:12.718 INFO O| May 13 21:36:12.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74582025-05-13T21:36:13.377Z[ recovery-image] May 13 21:36:12.718 INFO O| May 13 21:36:12.718 INFO STEP 988 (remove_files) COMPLETE
74592025-05-13T21:36:13.377Z[ recovery-image] May 13 21:36:12.718 INFO O| May 13 21:36:12.718 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-05-13T21:36:13.409Z[ recovery-image] May 13 21:36:12.755 INFO O| May 13 21:36:12.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74612025-05-13T21:36:13.410Z[ recovery-image] May 13 21:36:12.755 INFO O| May 13 21:36:12.755 INFO STEP 989 (remove_files) COMPLETE
74622025-05-13T21:36:13.414Z[ recovery-image] May 13 21:36:12.755 INFO O| May 13 21:36:12.755 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-05-13T21:36:13.439Z[ recovery-image] May 13 21:36:12.786 INFO O| May 13 21:36:12.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74642025-05-13T21:36:13.439Z[ recovery-image] May 13 21:36:12.786 INFO O| May 13 21:36:12.786 INFO STEP 990 (remove_files) COMPLETE
74652025-05-13T21:36:13.443Z[ recovery-image] May 13 21:36:12.786 INFO O| May 13 21:36:12.786 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-05-13T21:36:13.462Z[ recovery-image] May 13 21:36:12.808 INFO O| May 13 21:36:12.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74672025-05-13T21:36:13.462Z[ recovery-image] May 13 21:36:12.808 INFO O| May 13 21:36:12.808 INFO STEP 991 (remove_files) COMPLETE
74682025-05-13T21:36:13.871Z[ recovery-image] May 13 21:36:12.808 INFO O| May 13 21:36:12.808 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-05-13T21:36:13.877Z[ recovery-image] May 13 21:36:12.825 INFO O| May 13 21:36:12.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74702025-05-13T21:36:13.877Z[ recovery-image] May 13 21:36:12.825 INFO O| May 13 21:36:12.825 INFO STEP 992 (remove_files) COMPLETE
74712025-05-13T21:36:13.877Z[ recovery-image] May 13 21:36:12.825 INFO O| May 13 21:36:12.825 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-05-13T21:36:13.877Z[ recovery-image] May 13 21:36:12.841 INFO O| May 13 21:36:12.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74732025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.841 INFO O| May 13 21:36:12.841 INFO STEP 993 (remove_files) COMPLETE
74742025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.841 INFO O| May 13 21:36:12.841 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.859 INFO O| May 13 21:36:12.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74762025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.859 INFO O| May 13 21:36:12.859 INFO STEP 994 (remove_files) COMPLETE
74772025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.860 INFO O| May 13 21:36:12.859 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.877 INFO O| May 13 21:36:12.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74792025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.877 INFO O| May 13 21:36:12.877 INFO STEP 995 (remove_files) COMPLETE
74802025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.877 INFO O| May 13 21:36:12.877 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.906 INFO O| May 13 21:36:12.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74822025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.906 INFO O| May 13 21:36:12.906 INFO STEP 996 (remove_files) COMPLETE
74832025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.906 INFO O| May 13 21:36:12.906 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.938 INFO O| May 13 21:36:12.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74852025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.938 INFO O| May 13 21:36:12.938 INFO STEP 997 (remove_files) COMPLETE
74862025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.938 INFO O| May 13 21:36:12.938 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.973 INFO O| May 13 21:36:12.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74882025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.973 INFO O| May 13 21:36:12.973 INFO STEP 998 (remove_files) COMPLETE
74892025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:12.973 INFO O| May 13 21:36:12.973 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:13.008 INFO O| May 13 21:36:13.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74912025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:13.008 INFO O| May 13 21:36:13.008 INFO STEP 999 (remove_files) COMPLETE
74922025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:13.008 INFO O| May 13 21:36:13.008 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-05-13T21:36:13.878Z[ recovery-image] May 13 21:36:13.031 INFO O| May 13 21:36:13.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74942025-05-13T21:36:13.879Z[ recovery-image] May 13 21:36:13.031 INFO O| May 13 21:36:13.031 INFO STEP 1000 (remove_files) COMPLETE
74952025-05-13T21:36:13.879Z[ recovery-image] May 13 21:36:13.031 INFO O| May 13 21:36:13.031 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-05-13T21:36:13.879Z[ recovery-image] May 13 21:36:13.049 INFO O| May 13 21:36:13.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74972025-05-13T21:36:13.879Z[ recovery-image] May 13 21:36:13.049 INFO O| May 13 21:36:13.049 INFO STEP 1001 (remove_files) COMPLETE
74982025-05-13T21:36:13.879Z[ recovery-image] May 13 21:36:13.049 INFO O| May 13 21:36:13.049 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-05-13T21:36:13.879Z[ recovery-image] May 13 21:36:13.066 INFO O| May 13 21:36:13.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75002025-05-13T21:36:13.879Z[ recovery-image] May 13 21:36:13.067 INFO O| May 13 21:36:13.066 INFO STEP 1002 (remove_files) COMPLETE
75012025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.067 INFO O| May 13 21:36:13.066 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.098 INFO O| May 13 21:36:13.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75032025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.098 INFO O| May 13 21:36:13.098 INFO STEP 1003 (remove_files) COMPLETE
75042025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.098 INFO O| May 13 21:36:13.098 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.120 INFO O| May 13 21:36:13.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75062025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.120 INFO O| May 13 21:36:13.120 INFO STEP 1004 (remove_files) COMPLETE
75072025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.120 INFO O| May 13 21:36:13.120 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.152 INFO O| May 13 21:36:13.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75092025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.152 INFO O| May 13 21:36:13.152 INFO STEP 1005 (remove_files) COMPLETE
75102025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.152 INFO O| May 13 21:36:13.152 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.183 INFO O| May 13 21:36:13.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75122025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.184 INFO O| May 13 21:36:13.184 INFO STEP 1006 (remove_files) COMPLETE
75132025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.184 INFO O| May 13 21:36:13.184 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.201 INFO O| May 13 21:36:13.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75152025-05-13T21:36:13.880Z[ recovery-image] May 13 21:36:13.201 INFO O| May 13 21:36:13.201 INFO STEP 1007 (remove_files) COMPLETE
75162025-05-13T21:36:13.881Z[ recovery-image] May 13 21:36:13.201 INFO O| May 13 21:36:13.201 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-05-13T21:36:13.881Z[ recovery-image] May 13 21:36:13.219 INFO O| May 13 21:36:13.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75182025-05-13T21:36:13.881Z[ recovery-image] May 13 21:36:13.219 INFO O| May 13 21:36:13.219 INFO STEP 1008 (remove_files) COMPLETE
75192025-05-13T21:36:13.881Z[ recovery-image] May 13 21:36:13.219 INFO O| May 13 21:36:13.219 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-05-13T21:36:13.891Z[ recovery-image] May 13 21:36:13.237 INFO O| May 13 21:36:13.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75212025-05-13T21:36:13.892Z[ recovery-image] May 13 21:36:13.237 INFO O| May 13 21:36:13.237 INFO STEP 1009 (remove_files) COMPLETE
75222025-05-13T21:36:13.892Z[ recovery-image] May 13 21:36:13.237 INFO O| May 13 21:36:13.237 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-05-13T21:36:13.948Z[ recovery-image] May 13 21:36:13.295 INFO O| May 13 21:36:13.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75242025-05-13T21:36:13.949Z[ recovery-image] May 13 21:36:13.295 INFO O| May 13 21:36:13.295 INFO STEP 1010 (remove_files) COMPLETE
75252025-05-13T21:36:13.949Z[ recovery-image] May 13 21:36:13.295 INFO O| May 13 21:36:13.295 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-05-13T21:36:14.000Z[ recovery-image] May 13 21:36:13.347 INFO O| May 13 21:36:13.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75272025-05-13T21:36:14.000Z[ recovery-image] May 13 21:36:13.347 INFO O| May 13 21:36:13.347 INFO STEP 1011 (remove_files) COMPLETE
75282025-05-13T21:36:14.000Z[ recovery-image] May 13 21:36:13.347 INFO O| May 13 21:36:13.347 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-05-13T21:36:14.017Z[ recovery-image] May 13 21:36:13.364 INFO O| May 13 21:36:13.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75302025-05-13T21:36:14.017Z[ recovery-image] May 13 21:36:13.364 INFO O| May 13 21:36:13.364 INFO STEP 1012 (remove_files) COMPLETE
75312025-05-13T21:36:14.021Z[ recovery-image] May 13 21:36:13.364 INFO O| May 13 21:36:13.364 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-05-13T21:36:14.035Z[ recovery-image] May 13 21:36:13.382 INFO O| May 13 21:36:13.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75332025-05-13T21:36:14.035Z[ recovery-image] May 13 21:36:13.382 INFO O| May 13 21:36:13.382 INFO STEP 1013 (remove_files) COMPLETE
75342025-05-13T21:36:14.035Z[ recovery-image] May 13 21:36:13.382 INFO O| May 13 21:36:13.382 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-05-13T21:36:14.059Z[ recovery-image] May 13 21:36:13.406 INFO O| May 13 21:36:13.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75362025-05-13T21:36:14.063Z[ recovery-image] May 13 21:36:13.406 INFO O| May 13 21:36:13.406 INFO STEP 1014 (remove_files) COMPLETE
75372025-05-13T21:36:14.063Z[ recovery-image] May 13 21:36:13.406 INFO O| May 13 21:36:13.406 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-05-13T21:36:14.080Z[ recovery-image] May 13 21:36:13.426 INFO O| May 13 21:36:13.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75392025-05-13T21:36:14.084Z[ recovery-image] May 13 21:36:13.426 INFO O| May 13 21:36:13.426 INFO STEP 1015 (remove_files) COMPLETE
75402025-05-13T21:36:14.084Z[ recovery-image] May 13 21:36:13.427 INFO O| May 13 21:36:13.426 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-05-13T21:36:14.101Z[ recovery-image] May 13 21:36:13.448 INFO O| May 13 21:36:13.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75422025-05-13T21:36:14.105Z[ recovery-image] May 13 21:36:13.448 INFO O| May 13 21:36:13.448 INFO STEP 1016 (remove_files) COMPLETE
75432025-05-13T21:36:14.105Z[ recovery-image] May 13 21:36:13.448 INFO O| May 13 21:36:13.448 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-05-13T21:36:14.141Z[ recovery-image] May 13 21:36:13.487 INFO O| May 13 21:36:13.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75452025-05-13T21:36:14.141Z[ recovery-image] May 13 21:36:13.487 INFO O| May 13 21:36:13.487 INFO STEP 1017 (remove_files) COMPLETE
75462025-05-13T21:36:14.146Z[ recovery-image] May 13 21:36:13.487 INFO O| May 13 21:36:13.487 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-05-13T21:36:14.165Z[ recovery-image] May 13 21:36:13.511 INFO O| May 13 21:36:13.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75482025-05-13T21:36:14.165Z[ recovery-image] May 13 21:36:13.511 INFO O| May 13 21:36:13.511 INFO STEP 1018 (remove_files) COMPLETE
75492025-05-13T21:36:14.165Z[ recovery-image] May 13 21:36:13.511 INFO O| May 13 21:36:13.511 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-05-13T21:36:14.185Z[ recovery-image] May 13 21:36:13.532 INFO O| May 13 21:36:13.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75512025-05-13T21:36:14.185Z[ recovery-image] May 13 21:36:13.532 INFO O| May 13 21:36:13.532 INFO STEP 1019 (remove_files) COMPLETE
75522025-05-13T21:36:14.185Z[ recovery-image] May 13 21:36:13.532 INFO O| May 13 21:36:13.532 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-05-13T21:36:14.216Z[ recovery-image] May 13 21:36:13.562 INFO O| May 13 21:36:13.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75542025-05-13T21:36:14.216Z[ recovery-image] May 13 21:36:13.562 INFO O| May 13 21:36:13.562 INFO STEP 1020 (remove_files) COMPLETE
75552025-05-13T21:36:14.219Z[ recovery-image] May 13 21:36:13.563 INFO O| May 13 21:36:13.562 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-05-13T21:36:14.238Z[ recovery-image] May 13 21:36:13.583 INFO O| May 13 21:36:13.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75572025-05-13T21:36:14.238Z[ recovery-image] May 13 21:36:13.583 INFO O| May 13 21:36:13.583 INFO STEP 1021 (remove_files) COMPLETE
75582025-05-13T21:36:14.242Z[ recovery-image] May 13 21:36:13.584 INFO O| May 13 21:36:13.583 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-05-13T21:36:14.264Z[ recovery-image] May 13 21:36:13.610 INFO O| May 13 21:36:13.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75602025-05-13T21:36:14.264Z[ recovery-image] May 13 21:36:13.610 INFO O| May 13 21:36:13.610 INFO STEP 1022 (remove_files) COMPLETE
75612025-05-13T21:36:14.267Z[ recovery-image] May 13 21:36:13.610 INFO O| May 13 21:36:13.610 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-05-13T21:36:14.302Z[ recovery-image] May 13 21:36:13.648 INFO O| May 13 21:36:13.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75632025-05-13T21:36:14.302Z[ recovery-image] May 13 21:36:13.648 INFO O| May 13 21:36:13.648 INFO STEP 1023 (remove_files) COMPLETE
75642025-05-13T21:36:14.302Z[ recovery-image] May 13 21:36:13.648 INFO O| May 13 21:36:13.648 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-05-13T21:36:14.322Z[ recovery-image] May 13 21:36:13.667 INFO O| May 13 21:36:13.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75662025-05-13T21:36:14.322Z[ recovery-image] May 13 21:36:13.668 INFO O| May 13 21:36:13.668 INFO STEP 1024 (remove_files) COMPLETE
75672025-05-13T21:36:14.322Z[ recovery-image] May 13 21:36:13.668 INFO O| May 13 21:36:13.668 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-05-13T21:36:14.344Z[ recovery-image] May 13 21:36:13.690 INFO O| May 13 21:36:13.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75692025-05-13T21:36:14.344Z[ recovery-image] May 13 21:36:13.690 INFO O| May 13 21:36:13.690 INFO STEP 1025 (remove_files) COMPLETE
75702025-05-13T21:36:14.347Z[ recovery-image] May 13 21:36:13.690 INFO O| May 13 21:36:13.690 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-05-13T21:36:14.380Z[ recovery-image] May 13 21:36:13.727 INFO O| May 13 21:36:13.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75722025-05-13T21:36:14.380Z[ recovery-image] May 13 21:36:13.727 INFO O| May 13 21:36:13.727 INFO STEP 1026 (remove_files) COMPLETE
75732025-05-13T21:36:14.384Z[ recovery-image] May 13 21:36:13.727 INFO O| May 13 21:36:13.727 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-05-13T21:36:14.408Z[ recovery-image] May 13 21:36:13.753 INFO O| May 13 21:36:13.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75752025-05-13T21:36:14.408Z[ recovery-image] May 13 21:36:13.753 INFO O| May 13 21:36:13.753 INFO STEP 1027 (remove_files) COMPLETE
75762025-05-13T21:36:14.408Z[ recovery-image] May 13 21:36:13.753 INFO O| May 13 21:36:13.753 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-05-13T21:36:14.427Z[ recovery-image] May 13 21:36:13.773 INFO O| May 13 21:36:13.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75782025-05-13T21:36:14.427Z[ recovery-image] May 13 21:36:13.773 INFO O| May 13 21:36:13.773 INFO STEP 1028 (remove_files) COMPLETE
75792025-05-13T21:36:14.427Z[ recovery-image] May 13 21:36:13.773 INFO O| May 13 21:36:13.773 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-05-13T21:36:14.446Z[ recovery-image] May 13 21:36:13.790 INFO O| May 13 21:36:13.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75812025-05-13T21:36:14.446Z[ recovery-image] May 13 21:36:13.790 INFO O| May 13 21:36:13.790 INFO STEP 1029 (remove_files) COMPLETE
75822025-05-13T21:36:14.446Z[ recovery-image] May 13 21:36:13.790 INFO O| May 13 21:36:13.790 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-05-13T21:36:14.465Z[ recovery-image] May 13 21:36:13.811 INFO O| May 13 21:36:13.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75842025-05-13T21:36:14.468Z[ recovery-image] May 13 21:36:13.811 INFO O| May 13 21:36:13.811 INFO STEP 1030 (remove_files) COMPLETE
75852025-05-13T21:36:14.468Z[ recovery-image] May 13 21:36:13.811 INFO O| May 13 21:36:13.811 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-05-13T21:36:14.483Z[ recovery-image] May 13 21:36:13.830 INFO O| May 13 21:36:13.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75872025-05-13T21:36:14.483Z[ recovery-image] May 13 21:36:13.830 INFO O| May 13 21:36:13.830 INFO STEP 1031 (remove_files) COMPLETE
75882025-05-13T21:36:14.487Z[ recovery-image] May 13 21:36:13.830 INFO O| May 13 21:36:13.830 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-05-13T21:36:14.505Z[ recovery-image] May 13 21:36:13.851 INFO O| May 13 21:36:13.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75902025-05-13T21:36:14.508Z[ recovery-image] May 13 21:36:13.852 INFO O| May 13 21:36:13.851 INFO STEP 1032 (remove_files) COMPLETE
75912025-05-13T21:36:14.508Z[ recovery-image] May 13 21:36:13.852 INFO O| May 13 21:36:13.852 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-05-13T21:36:14.532Z[ recovery-image] May 13 21:36:13.878 INFO O| May 13 21:36:13.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75932025-05-13T21:36:14.537Z[ recovery-image] May 13 21:36:13.878 INFO O| May 13 21:36:13.878 INFO STEP 1033 (remove_files) COMPLETE
75942025-05-13T21:36:14.537Z[ recovery-image] May 13 21:36:13.878 INFO O| May 13 21:36:13.878 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-05-13T21:36:14.551Z[ recovery-image] May 13 21:36:13.897 INFO O| May 13 21:36:13.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75962025-05-13T21:36:14.555Z[ recovery-image] May 13 21:36:13.897 INFO O| May 13 21:36:13.897 INFO STEP 1034 (remove_files) COMPLETE
75972025-05-13T21:36:14.556Z[ recovery-image] May 13 21:36:13.897 INFO O| May 13 21:36:13.897 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-05-13T21:36:14.587Z[ recovery-image] May 13 21:36:13.932 INFO O| May 13 21:36:13.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75992025-05-13T21:36:14.590Z[ recovery-image] May 13 21:36:13.932 INFO O| May 13 21:36:13.932 INFO STEP 1035 (remove_files) COMPLETE
76002025-05-13T21:36:14.590Z[ recovery-image] May 13 21:36:13.932 INFO O| May 13 21:36:13.932 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-05-13T21:36:14.618Z[ recovery-image] May 13 21:36:13.964 INFO O| May 13 21:36:13.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76022025-05-13T21:36:14.618Z[ recovery-image] May 13 21:36:13.964 INFO O| May 13 21:36:13.964 INFO STEP 1036 (remove_files) COMPLETE
76032025-05-13T21:36:14.618Z[ recovery-image] May 13 21:36:13.964 INFO O| May 13 21:36:13.964 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-05-13T21:36:14.638Z[ recovery-image] May 13 21:36:13.985 INFO O| May 13 21:36:13.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76052025-05-13T21:36:14.638Z[ recovery-image] May 13 21:36:13.985 INFO O| May 13 21:36:13.985 INFO STEP 1037 (remove_files) COMPLETE
76062025-05-13T21:36:14.642Z[ recovery-image] May 13 21:36:13.985 INFO O| May 13 21:36:13.985 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-05-13T21:36:14.699Z[ recovery-image] May 13 21:36:14.046 INFO O| May 13 21:36:14.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76082025-05-13T21:36:14.699Z[ recovery-image] May 13 21:36:14.046 INFO O| May 13 21:36:14.046 INFO STEP 1038 (remove_files) COMPLETE
76092025-05-13T21:36:14.699Z[ recovery-image] May 13 21:36:14.046 INFO O| May 13 21:36:14.046 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-05-13T21:36:14.717Z[ recovery-image] May 13 21:36:14.063 INFO O| May 13 21:36:14.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76112025-05-13T21:36:14.717Z[ recovery-image] May 13 21:36:14.063 INFO O| May 13 21:36:14.063 INFO STEP 1039 (remove_files) COMPLETE
76122025-05-13T21:36:14.717Z[ recovery-image] May 13 21:36:14.063 INFO O| May 13 21:36:14.063 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-05-13T21:36:14.734Z[ recovery-image] May 13 21:36:14.080 INFO O| May 13 21:36:14.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76142025-05-13T21:36:14.734Z[ recovery-image] May 13 21:36:14.080 INFO O| May 13 21:36:14.080 INFO STEP 1040 (remove_files) COMPLETE
76152025-05-13T21:36:14.734Z[ recovery-image] May 13 21:36:14.080 INFO O| May 13 21:36:14.080 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-05-13T21:36:14.751Z[ recovery-image] May 13 21:36:14.097 INFO O| May 13 21:36:14.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76172025-05-13T21:36:14.751Z[ recovery-image] May 13 21:36:14.097 INFO O| May 13 21:36:14.097 INFO STEP 1041 (remove_files) COMPLETE
76182025-05-13T21:36:14.751Z[ recovery-image] May 13 21:36:14.097 INFO O| May 13 21:36:14.097 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-05-13T21:36:14.771Z[ recovery-image] May 13 21:36:14.117 INFO O| May 13 21:36:14.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76202025-05-13T21:36:14.771Z[ recovery-image] May 13 21:36:14.117 INFO O| May 13 21:36:14.117 INFO STEP 1042 (remove_files) COMPLETE
76212025-05-13T21:36:14.774Z[ recovery-image] May 13 21:36:14.117 INFO O| May 13 21:36:14.117 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-05-13T21:36:14.796Z[ recovery-image] May 13 21:36:14.142 INFO O| May 13 21:36:14.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76232025-05-13T21:36:14.796Z[ recovery-image] May 13 21:36:14.143 INFO O| May 13 21:36:14.142 INFO STEP 1043 (remove_files) COMPLETE
76242025-05-13T21:36:14.800Z[ recovery-image] May 13 21:36:14.143 INFO O| May 13 21:36:14.143 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-05-13T21:36:14.818Z[ recovery-image] May 13 21:36:14.164 INFO O| May 13 21:36:14.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76262025-05-13T21:36:14.818Z[ recovery-image] May 13 21:36:14.164 INFO O| May 13 21:36:14.164 INFO STEP 1044 (remove_files) COMPLETE
76272025-05-13T21:36:14.821Z[ recovery-image] May 13 21:36:14.164 INFO O| May 13 21:36:14.164 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-05-13T21:36:14.855Z[ recovery-image] May 13 21:36:14.201 INFO O| May 13 21:36:14.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76292025-05-13T21:36:14.858Z[ recovery-image] May 13 21:36:14.201 INFO O| May 13 21:36:14.201 INFO STEP 1045 (remove_files) COMPLETE
76302025-05-13T21:36:14.858Z[ recovery-image] May 13 21:36:14.202 INFO O| May 13 21:36:14.202 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-05-13T21:36:14.894Z[ recovery-image] May 13 21:36:14.240 INFO O| May 13 21:36:14.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76322025-05-13T21:36:14.894Z[ recovery-image] May 13 21:36:14.240 INFO O| May 13 21:36:14.240 INFO STEP 1046 (remove_files) COMPLETE
76332025-05-13T21:36:14.897Z[ recovery-image] May 13 21:36:14.240 INFO O| May 13 21:36:14.240 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-05-13T21:36:14.912Z[ recovery-image] May 13 21:36:14.258 INFO O| May 13 21:36:14.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76352025-05-13T21:36:14.912Z[ recovery-image] May 13 21:36:14.258 INFO O| May 13 21:36:14.258 INFO STEP 1047 (remove_files) COMPLETE
76362025-05-13T21:36:14.916Z[ recovery-image] May 13 21:36:14.259 INFO O| May 13 21:36:14.258 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-05-13T21:36:14.971Z[ recovery-image] May 13 21:36:14.317 INFO O| May 13 21:36:14.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76382025-05-13T21:36:14.971Z[ recovery-image] May 13 21:36:14.317 INFO O| May 13 21:36:14.317 INFO STEP 1048 (remove_files) COMPLETE
76392025-05-13T21:36:14.974Z[ recovery-image] May 13 21:36:14.317 INFO O| May 13 21:36:14.317 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-05-13T21:36:14.990Z[ recovery-image] May 13 21:36:14.336 INFO O| May 13 21:36:14.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76412025-05-13T21:36:14.990Z[ recovery-image] May 13 21:36:14.336 INFO O| May 13 21:36:14.336 INFO STEP 1049 (remove_files) COMPLETE
76422025-05-13T21:36:14.990Z[ recovery-image] May 13 21:36:14.336 INFO O| May 13 21:36:14.336 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-05-13T21:36:15.008Z[ recovery-image] May 13 21:36:14.355 INFO O| May 13 21:36:14.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76442025-05-13T21:36:15.011Z[ recovery-image] May 13 21:36:14.355 INFO O| May 13 21:36:14.355 INFO STEP 1050 (remove_files) COMPLETE
76452025-05-13T21:36:15.011Z[ recovery-image] May 13 21:36:14.355 INFO O| May 13 21:36:14.355 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-05-13T21:36:15.027Z[ recovery-image] May 13 21:36:14.373 INFO O| May 13 21:36:14.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76472025-05-13T21:36:15.027Z[ recovery-image] May 13 21:36:14.373 INFO O| May 13 21:36:14.373 INFO STEP 1051 (remove_files) COMPLETE
76482025-05-13T21:36:15.031Z[ recovery-image] May 13 21:36:14.373 INFO O| May 13 21:36:14.373 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-05-13T21:36:15.043Z[ recovery-image] May 13 21:36:14.389 INFO O| May 13 21:36:14.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76502025-05-13T21:36:15.046Z[ recovery-image] May 13 21:36:14.390 INFO O| May 13 21:36:14.390 INFO STEP 1052 (remove_files) COMPLETE
76512025-05-13T21:36:15.046Z[ recovery-image] May 13 21:36:14.390 INFO O| May 13 21:36:14.390 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-05-13T21:36:15.073Z[ recovery-image] May 13 21:36:14.420 INFO O| May 13 21:36:14.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76532025-05-13T21:36:15.073Z[ recovery-image] May 13 21:36:14.420 INFO O| May 13 21:36:14.420 INFO STEP 1053 (remove_files) COMPLETE
76542025-05-13T21:36:15.076Z[ recovery-image] May 13 21:36:14.420 INFO O| May 13 21:36:14.420 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-05-13T21:36:15.105Z[ recovery-image] May 13 21:36:14.437 INFO O| May 13 21:36:14.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76562025-05-13T21:36:15.105Z[ recovery-image] May 13 21:36:14.438 INFO O| May 13 21:36:14.438 INFO STEP 1054 (remove_files) COMPLETE
76572025-05-13T21:36:15.105Z[ recovery-image] May 13 21:36:14.438 INFO O| May 13 21:36:14.438 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-05-13T21:36:15.110Z[ recovery-image] May 13 21:36:14.457 INFO O| May 13 21:36:14.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76592025-05-13T21:36:15.110Z[ recovery-image] May 13 21:36:14.457 INFO O| May 13 21:36:14.457 INFO STEP 1055 (remove_files) COMPLETE
76602025-05-13T21:36:15.114Z[ recovery-image] May 13 21:36:14.457 INFO O| May 13 21:36:14.457 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-05-13T21:36:15.166Z[ recovery-image] May 13 21:36:14.512 INFO O| May 13 21:36:14.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76622025-05-13T21:36:15.166Z[ recovery-image] May 13 21:36:14.512 INFO O| May 13 21:36:14.512 INFO STEP 1056 (remove_files) COMPLETE
76632025-05-13T21:36:15.170Z[ recovery-image] May 13 21:36:14.512 INFO O| May 13 21:36:14.512 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-05-13T21:36:15.226Z[ recovery-image] May 13 21:36:14.572 INFO O| May 13 21:36:14.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76652025-05-13T21:36:15.226Z[ recovery-image] May 13 21:36:14.572 INFO O| May 13 21:36:14.572 INFO STEP 1057 (remove_files) COMPLETE
76662025-05-13T21:36:15.231Z[ recovery-image] May 13 21:36:14.572 INFO O| May 13 21:36:14.572 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-05-13T21:36:15.249Z[ recovery-image] May 13 21:36:14.588 INFO O| May 13 21:36:14.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76682025-05-13T21:36:15.249Z[ recovery-image] May 13 21:36:14.588 INFO O| May 13 21:36:14.588 INFO STEP 1058 (remove_files) COMPLETE
76692025-05-13T21:36:15.253Z[ recovery-image] May 13 21:36:14.588 INFO O| May 13 21:36:14.588 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-05-13T21:36:15.258Z[ recovery-image] May 13 21:36:14.604 INFO O| May 13 21:36:14.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76712025-05-13T21:36:15.258Z[ recovery-image] May 13 21:36:14.604 INFO O| May 13 21:36:14.604 INFO STEP 1059 (remove_files) COMPLETE
76722025-05-13T21:36:15.262Z[ recovery-image] May 13 21:36:14.604 INFO O| May 13 21:36:14.604 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732025-05-13T21:36:15.289Z[ recovery-image] May 13 21:36:14.635 INFO O| May 13 21:36:14.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76742025-05-13T21:36:15.292Z[ recovery-image] May 13 21:36:14.635 INFO O| May 13 21:36:14.635 INFO STEP 1060 (remove_files) COMPLETE
76752025-05-13T21:36:15.292Z[ recovery-image] May 13 21:36:14.635 INFO O| May 13 21:36:14.635 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-05-13T21:36:15.308Z[ recovery-image] May 13 21:36:14.654 INFO O| May 13 21:36:14.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76772025-05-13T21:36:15.308Z[ recovery-image] May 13 21:36:14.655 INFO O| May 13 21:36:14.654 INFO STEP 1061 (remove_files) COMPLETE
76782025-05-13T21:36:15.312Z[ recovery-image] May 13 21:36:14.655 INFO O| May 13 21:36:14.655 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-05-13T21:36:15.338Z[ recovery-image] May 13 21:36:14.684 INFO O| May 13 21:36:14.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76802025-05-13T21:36:15.338Z[ recovery-image] May 13 21:36:14.684 INFO O| May 13 21:36:14.684 INFO STEP 1062 (remove_files) COMPLETE
76812025-05-13T21:36:15.338Z[ recovery-image] May 13 21:36:14.685 INFO O| May 13 21:36:14.684 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822025-05-13T21:36:15.366Z[ recovery-image] May 13 21:36:14.711 INFO O| May 13 21:36:14.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76832025-05-13T21:36:15.367Z[ recovery-image] May 13 21:36:14.711 INFO O| May 13 21:36:14.711 INFO STEP 1063 (remove_files) COMPLETE
76842025-05-13T21:36:15.372Z[ recovery-image] May 13 21:36:14.711 INFO O| May 13 21:36:14.711 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852025-05-13T21:36:15.382Z[ recovery-image] May 13 21:36:14.728 INFO O| May 13 21:36:14.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76862025-05-13T21:36:15.382Z[ recovery-image] May 13 21:36:14.728 INFO O| May 13 21:36:14.728 INFO STEP 1064 (remove_files) COMPLETE
76872025-05-13T21:36:15.386Z[ recovery-image] May 13 21:36:14.728 INFO O| May 13 21:36:14.728 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882025-05-13T21:36:15.398Z[ recovery-image] May 13 21:36:14.745 INFO O| May 13 21:36:14.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76892025-05-13T21:36:15.399Z[ recovery-image] May 13 21:36:14.745 INFO O| May 13 21:36:14.745 INFO STEP 1065 (remove_files) COMPLETE
76902025-05-13T21:36:15.402Z[ recovery-image] May 13 21:36:14.745 INFO O| May 13 21:36:14.745 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912025-05-13T21:36:15.417Z[ recovery-image] May 13 21:36:14.764 INFO O| May 13 21:36:14.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76922025-05-13T21:36:15.417Z[ recovery-image] May 13 21:36:14.764 INFO O| May 13 21:36:14.764 INFO STEP 1066 (remove_files) COMPLETE
76932025-05-13T21:36:15.421Z[ recovery-image] May 13 21:36:14.764 INFO O| May 13 21:36:14.764 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942025-05-13T21:36:15.449Z[ recovery-image] May 13 21:36:14.795 INFO O| May 13 21:36:14.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76952025-05-13T21:36:15.449Z[ recovery-image] May 13 21:36:14.795 INFO O| May 13 21:36:14.795 INFO STEP 1067 (remove_files) COMPLETE
76962025-05-13T21:36:15.449Z[ recovery-image] May 13 21:36:14.795 INFO O| May 13 21:36:14.795 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972025-05-13T21:36:15.482Z[ recovery-image] May 13 21:36:14.827 INFO O| May 13 21:36:14.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76982025-05-13T21:36:15.482Z[ recovery-image] May 13 21:36:14.827 INFO O| May 13 21:36:14.827 INFO STEP 1068 (remove_files) COMPLETE
76992025-05-13T21:36:15.485Z[ recovery-image] May 13 21:36:14.827 INFO O| May 13 21:36:14.827 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002025-05-13T21:36:15.532Z[ recovery-image] May 13 21:36:14.878 INFO O| May 13 21:36:14.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77012025-05-13T21:36:15.535Z[ recovery-image] May 13 21:36:14.879 INFO O| May 13 21:36:14.878 INFO STEP 1069 (remove_files) COMPLETE
77022025-05-13T21:36:15.535Z[ recovery-image] May 13 21:36:14.879 INFO O| May 13 21:36:14.879 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032025-05-13T21:36:15.550Z[ recovery-image] May 13 21:36:14.897 INFO O| May 13 21:36:14.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77042025-05-13T21:36:15.553Z[ recovery-image] May 13 21:36:14.897 INFO O| May 13 21:36:14.897 INFO STEP 1070 (remove_files) COMPLETE
77052025-05-13T21:36:15.553Z[ recovery-image] May 13 21:36:14.897 INFO O| May 13 21:36:14.897 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062025-05-13T21:36:15.583Z[ recovery-image] May 13 21:36:14.929 INFO O| May 13 21:36:14.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77072025-05-13T21:36:15.583Z[ recovery-image] May 13 21:36:14.929 INFO O| May 13 21:36:14.929 INFO STEP 1071 (remove_files) COMPLETE
77082025-05-13T21:36:15.583Z[ recovery-image] May 13 21:36:14.929 INFO O| May 13 21:36:14.929 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092025-05-13T21:36:15.640Z[ recovery-image] May 13 21:36:14.986 INFO O| May 13 21:36:14.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77102025-05-13T21:36:15.640Z[ recovery-image] May 13 21:36:14.986 INFO O| May 13 21:36:14.986 INFO STEP 1072 (remove_files) COMPLETE
77112025-05-13T21:36:15.640Z[ recovery-image] May 13 21:36:14.986 INFO O| May 13 21:36:14.986 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-05-13T21:36:15.658Z[ recovery-image] May 13 21:36:15.004 INFO O| May 13 21:36:15.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77132025-05-13T21:36:15.658Z[ recovery-image] May 13 21:36:15.004 INFO O| May 13 21:36:15.004 INFO STEP 1073 (remove_files) COMPLETE
77142025-05-13T21:36:15.658Z[ recovery-image] May 13 21:36:15.004 INFO O| May 13 21:36:15.004 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-05-13T21:36:15.724Z[ recovery-image] May 13 21:36:15.071 INFO O| May 13 21:36:15.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77162025-05-13T21:36:15.728Z[ recovery-image] May 13 21:36:15.071 INFO O| May 13 21:36:15.071 INFO STEP 1074 (remove_files) COMPLETE
77172025-05-13T21:36:15.728Z[ recovery-image] May 13 21:36:15.071 INFO O| May 13 21:36:15.071 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182025-05-13T21:36:15.752Z[ recovery-image] May 13 21:36:15.095 INFO O| May 13 21:36:15.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77192025-05-13T21:36:15.752Z[ recovery-image] May 13 21:36:15.095 INFO O| May 13 21:36:15.095 INFO STEP 1075 (remove_files) COMPLETE
77202025-05-13T21:36:15.752Z[ recovery-image] May 13 21:36:15.095 INFO O| May 13 21:36:15.095 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212025-05-13T21:36:15.780Z[ recovery-image] May 13 21:36:15.127 INFO O| May 13 21:36:15.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77222025-05-13T21:36:15.780Z[ recovery-image] May 13 21:36:15.127 INFO O| May 13 21:36:15.127 INFO STEP 1076 (remove_files) COMPLETE
77232025-05-13T21:36:15.780Z[ recovery-image] May 13 21:36:15.127 INFO O| May 13 21:36:15.127 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242025-05-13T21:36:15.841Z[ recovery-image] May 13 21:36:15.187 INFO O| May 13 21:36:15.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77252025-05-13T21:36:15.841Z[ recovery-image] May 13 21:36:15.187 INFO O| May 13 21:36:15.187 INFO STEP 1077 (remove_files) COMPLETE
77262025-05-13T21:36:15.841Z[ recovery-image] May 13 21:36:15.187 INFO O| May 13 21:36:15.187 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272025-05-13T21:36:15.875Z[ recovery-image] May 13 21:36:15.221 INFO O| May 13 21:36:15.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77282025-05-13T21:36:15.875Z[ recovery-image] May 13 21:36:15.221 INFO O| May 13 21:36:15.221 INFO STEP 1078 (remove_files) COMPLETE
77292025-05-13T21:36:15.879Z[ recovery-image] May 13 21:36:15.221 INFO O| May 13 21:36:15.221 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302025-05-13T21:36:15.892Z[ recovery-image] May 13 21:36:15.237 INFO O| May 13 21:36:15.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77312025-05-13T21:36:15.892Z[ recovery-image] May 13 21:36:15.237 INFO O| May 13 21:36:15.237 INFO STEP 1079 (remove_files) COMPLETE
77322025-05-13T21:36:15.892Z[ recovery-image] May 13 21:36:15.237 INFO O| May 13 21:36:15.237 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332025-05-13T21:36:15.908Z[ recovery-image] May 13 21:36:15.254 INFO O| May 13 21:36:15.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77342025-05-13T21:36:15.930Z[ recovery-image] May 13 21:36:15.277 INFO O| May 13 21:36:15.277 INFO STEP 1080 (remove_files) COMPLETE
77352025-05-13T21:36:15.930Z[ recovery-image] May 13 21:36:15.277 INFO O| May 13 21:36:15.277 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362025-05-13T21:36:15.947Z[ recovery-image] May 13 21:36:15.294 INFO O| May 13 21:36:15.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77372025-05-13T21:36:15.950Z[ recovery-image] May 13 21:36:15.294 INFO O| May 13 21:36:15.294 INFO STEP 1081 (remove_files) COMPLETE
77382025-05-13T21:36:15.950Z[ recovery-image] May 13 21:36:15.294 INFO O| May 13 21:36:15.294 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392025-05-13T21:36:15.976Z[ recovery-image] May 13 21:36:15.322 INFO O| May 13 21:36:15.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77402025-05-13T21:36:15.979Z[ recovery-image] May 13 21:36:15.322 INFO O| May 13 21:36:15.322 INFO STEP 1082 (remove_files) COMPLETE
77412025-05-13T21:36:15.979Z[ recovery-image] May 13 21:36:15.322 INFO O| May 13 21:36:15.322 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422025-05-13T21:36:15.993Z[ recovery-image] May 13 21:36:15.339 INFO O| May 13 21:36:15.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77432025-05-13T21:36:15.997Z[ recovery-image] May 13 21:36:15.339 INFO O| May 13 21:36:15.339 INFO STEP 1083 (remove_files) COMPLETE
77442025-05-13T21:36:15.997Z[ recovery-image] May 13 21:36:15.339 INFO O| May 13 21:36:15.339 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452025-05-13T21:36:16.030Z[ recovery-image] May 13 21:36:15.376 INFO O| May 13 21:36:15.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77462025-05-13T21:36:16.030Z[ recovery-image] May 13 21:36:15.376 INFO O| May 13 21:36:15.376 INFO STEP 1084 (remove_files) COMPLETE
77472025-05-13T21:36:16.030Z[ recovery-image] May 13 21:36:15.376 INFO O| May 13 21:36:15.376 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482025-05-13T21:36:16.047Z[ recovery-image] May 13 21:36:15.393 INFO O| May 13 21:36:15.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77492025-05-13T21:36:16.048Z[ recovery-image] May 13 21:36:15.394 INFO O| May 13 21:36:15.393 INFO STEP 1085 (remove_files) COMPLETE
77502025-05-13T21:36:16.048Z[ recovery-image] May 13 21:36:15.394 INFO O| May 13 21:36:15.393 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512025-05-13T21:36:16.064Z[ recovery-image] May 13 21:36:15.410 INFO O| May 13 21:36:15.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77522025-05-13T21:36:16.064Z[ recovery-image] May 13 21:36:15.410 INFO O| May 13 21:36:15.410 INFO STEP 1086 (remove_files) COMPLETE
77532025-05-13T21:36:16.069Z[ recovery-image] May 13 21:36:15.410 INFO O| May 13 21:36:15.410 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542025-05-13T21:36:16.095Z[ recovery-image] May 13 21:36:15.441 INFO O| May 13 21:36:15.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77552025-05-13T21:36:16.095Z[ recovery-image] May 13 21:36:15.441 INFO O| May 13 21:36:15.441 INFO STEP 1087 (remove_files) COMPLETE
77562025-05-13T21:36:16.099Z[ recovery-image] May 13 21:36:15.441 INFO O| May 13 21:36:15.441 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572025-05-13T21:36:16.112Z[ recovery-image] May 13 21:36:15.458 INFO O| May 13 21:36:15.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77582025-05-13T21:36:16.112Z[ recovery-image] May 13 21:36:15.458 INFO O| May 13 21:36:15.458 INFO STEP 1088 (remove_files) COMPLETE
77592025-05-13T21:36:16.115Z[ recovery-image] May 13 21:36:15.458 INFO O| May 13 21:36:15.458 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602025-05-13T21:36:16.143Z[ recovery-image] May 13 21:36:15.489 INFO O| May 13 21:36:15.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77612025-05-13T21:36:16.146Z[ recovery-image] May 13 21:36:15.489 INFO O| May 13 21:36:15.489 INFO STEP 1089 (remove_files) COMPLETE
77622025-05-13T21:36:16.146Z[ recovery-image] May 13 21:36:15.489 INFO O| May 13 21:36:15.489 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632025-05-13T21:36:16.162Z[ recovery-image] May 13 21:36:15.509 INFO O| May 13 21:36:15.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77642025-05-13T21:36:16.162Z[ recovery-image] May 13 21:36:15.509 INFO O| May 13 21:36:15.509 INFO STEP 1090 (remove_files) COMPLETE
77652025-05-13T21:36:16.162Z[ recovery-image] May 13 21:36:15.509 INFO O| May 13 21:36:15.509 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662025-05-13T21:36:16.202Z[ recovery-image] May 13 21:36:15.549 INFO O| May 13 21:36:15.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77672025-05-13T21:36:16.206Z[ recovery-image] May 13 21:36:15.549 INFO O| May 13 21:36:15.549 INFO STEP 1091 (remove_files) COMPLETE
77682025-05-13T21:36:16.206Z[ recovery-image] May 13 21:36:15.549 INFO O| May 13 21:36:15.549 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692025-05-13T21:36:16.223Z[ recovery-image] May 13 21:36:15.569 INFO O| May 13 21:36:15.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77702025-05-13T21:36:16.223Z[ recovery-image] May 13 21:36:15.569 INFO O| May 13 21:36:15.569 INFO STEP 1092 (remove_files) COMPLETE
77712025-05-13T21:36:16.228Z[ recovery-image] May 13 21:36:15.569 INFO O| May 13 21:36:15.569 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722025-05-13T21:36:16.240Z[ recovery-image] May 13 21:36:15.586 INFO O| May 13 21:36:15.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77732025-05-13T21:36:16.243Z[ recovery-image] May 13 21:36:15.587 INFO O| May 13 21:36:15.586 INFO STEP 1093 (remove_files) COMPLETE
77742025-05-13T21:36:16.243Z[ recovery-image] May 13 21:36:15.587 INFO O| May 13 21:36:15.587 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752025-05-13T21:36:16.265Z[ recovery-image] May 13 21:36:15.611 INFO O| May 13 21:36:15.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77762025-05-13T21:36:16.265Z[ recovery-image] May 13 21:36:15.611 INFO O| May 13 21:36:15.611 INFO STEP 1094 (remove_files) COMPLETE
77772025-05-13T21:36:16.265Z[ recovery-image] May 13 21:36:15.611 INFO O| May 13 21:36:15.611 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782025-05-13T21:36:16.295Z[ recovery-image] May 13 21:36:15.641 INFO O| May 13 21:36:15.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77792025-05-13T21:36:16.295Z[ recovery-image] May 13 21:36:15.641 INFO O| May 13 21:36:15.641 INFO STEP 1095 (remove_files) COMPLETE
77802025-05-13T21:36:16.299Z[ recovery-image] May 13 21:36:15.641 INFO O| May 13 21:36:15.641 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812025-05-13T21:36:16.347Z[ recovery-image] May 13 21:36:15.693 INFO O| May 13 21:36:15.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77822025-05-13T21:36:16.348Z[ recovery-image] May 13 21:36:15.693 INFO O| May 13 21:36:15.693 INFO STEP 1096 (remove_files) COMPLETE
77832025-05-13T21:36:16.351Z[ recovery-image] May 13 21:36:15.693 INFO O| May 13 21:36:15.693 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842025-05-13T21:36:16.364Z[ recovery-image] May 13 21:36:15.710 INFO O| May 13 21:36:15.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77852025-05-13T21:36:16.364Z[ recovery-image] May 13 21:36:15.710 INFO O| May 13 21:36:15.710 INFO STEP 1097 (remove_files) COMPLETE
77862025-05-13T21:36:16.367Z[ recovery-image] May 13 21:36:15.710 INFO O| May 13 21:36:15.710 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872025-05-13T21:36:16.381Z[ recovery-image] May 13 21:36:15.727 INFO O| May 13 21:36:15.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77882025-05-13T21:36:16.381Z[ recovery-image] May 13 21:36:15.727 INFO O| May 13 21:36:15.727 INFO STEP 1098 (remove_files) COMPLETE
77892025-05-13T21:36:16.381Z[ recovery-image] May 13 21:36:15.727 INFO O| May 13 21:36:15.727 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902025-05-13T21:36:16.398Z[ recovery-image] May 13 21:36:15.744 INFO O| May 13 21:36:15.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77912025-05-13T21:36:16.398Z[ recovery-image] May 13 21:36:15.744 INFO O| May 13 21:36:15.744 INFO STEP 1099 (remove_files) COMPLETE
77922025-05-13T21:36:16.398Z[ recovery-image] May 13 21:36:15.744 INFO O| May 13 21:36:15.744 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932025-05-13T21:36:16.493Z[ recovery-image] May 13 21:36:15.838 INFO O| May 13 21:36:15.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77942025-05-13T21:36:16.496Z[ recovery-image] May 13 21:36:15.838 INFO O| May 13 21:36:15.838 INFO STEP 1100 (remove_files) COMPLETE
77952025-05-13T21:36:16.497Z[ recovery-image] May 13 21:36:15.838 INFO O| May 13 21:36:15.838 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962025-05-13T21:36:16.513Z[ recovery-image] May 13 21:36:15.858 INFO O| May 13 21:36:15.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77972025-05-13T21:36:16.517Z[ recovery-image] May 13 21:36:15.858 INFO O| May 13 21:36:15.858 INFO STEP 1101 (remove_files) COMPLETE
77982025-05-13T21:36:16.517Z[ recovery-image] May 13 21:36:15.859 INFO O| May 13 21:36:15.858 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-05-13T21:36:16.538Z[ recovery-image] May 13 21:36:15.884 INFO O| May 13 21:36:15.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78002025-05-13T21:36:16.538Z[ recovery-image] May 13 21:36:15.884 INFO O| May 13 21:36:15.884 INFO STEP 1102 (remove_files) COMPLETE
78012025-05-13T21:36:16.541Z[ recovery-image] May 13 21:36:15.884 INFO O| May 13 21:36:15.884 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022025-05-13T21:36:16.556Z[ recovery-image] May 13 21:36:15.902 INFO O| May 13 21:36:15.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78032025-05-13T21:36:16.556Z[ recovery-image] May 13 21:36:15.902 INFO O| May 13 21:36:15.902 INFO STEP 1103 (remove_files) COMPLETE
78042025-05-13T21:36:16.560Z[ recovery-image] May 13 21:36:15.902 INFO O| May 13 21:36:15.902 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-05-13T21:36:16.572Z[ recovery-image] May 13 21:36:15.918 INFO O| May 13 21:36:15.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78062025-05-13T21:36:16.572Z[ recovery-image] May 13 21:36:15.918 INFO O| May 13 21:36:15.918 INFO STEP 1104 (remove_files) COMPLETE
78072025-05-13T21:36:16.575Z[ recovery-image] May 13 21:36:15.918 INFO O| May 13 21:36:15.918 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082025-05-13T21:36:16.594Z[ recovery-image] May 13 21:36:15.936 INFO O| May 13 21:36:15.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78092025-05-13T21:36:16.594Z[ recovery-image] May 13 21:36:15.936 INFO O| May 13 21:36:15.936 INFO STEP 1105 (remove_files) COMPLETE
78102025-05-13T21:36:16.594Z[ recovery-image] May 13 21:36:15.936 INFO O| May 13 21:36:15.936 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112025-05-13T21:36:16.652Z[ recovery-image] May 13 21:36:15.998 INFO O| May 13 21:36:15.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78122025-05-13T21:36:16.652Z[ recovery-image] May 13 21:36:15.998 INFO O| May 13 21:36:15.998 INFO STEP 1106 (remove_files) COMPLETE
78132025-05-13T21:36:16.652Z[ recovery-image] May 13 21:36:15.998 INFO O| May 13 21:36:15.998 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142025-05-13T21:36:16.711Z[ recovery-image] May 13 21:36:16.057 INFO O| May 13 21:36:16.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78152025-05-13T21:36:16.711Z[ recovery-image] May 13 21:36:16.057 INFO O| May 13 21:36:16.057 INFO STEP 1107 (remove_files) COMPLETE
78162025-05-13T21:36:16.711Z[ recovery-image] May 13 21:36:16.057 INFO O| May 13 21:36:16.057 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172025-05-13T21:36:16.730Z[ recovery-image] May 13 21:36:16.076 INFO O| May 13 21:36:16.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78182025-05-13T21:36:16.730Z[ recovery-image] May 13 21:36:16.076 INFO O| May 13 21:36:16.076 INFO STEP 1108 (remove_files) COMPLETE
78192025-05-13T21:36:16.730Z[ recovery-image] May 13 21:36:16.076 INFO O| May 13 21:36:16.076 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202025-05-13T21:36:16.747Z[ recovery-image] May 13 21:36:16.093 INFO O| May 13 21:36:16.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78212025-05-13T21:36:16.747Z[ recovery-image] May 13 21:36:16.093 INFO O| May 13 21:36:16.093 INFO STEP 1109 (remove_files) COMPLETE
78222025-05-13T21:36:16.747Z[ recovery-image] May 13 21:36:16.093 INFO O| May 13 21:36:16.093 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232025-05-13T21:36:16.835Z[ recovery-image] May 13 21:36:16.181 INFO O| May 13 21:36:16.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78242025-05-13T21:36:16.859Z[ recovery-image] May 13 21:36:16.205 INFO O| May 13 21:36:16.205 INFO STEP 1110 (remove_files) COMPLETE
78252025-05-13T21:36:16.859Z[ recovery-image] May 13 21:36:16.205 INFO O| May 13 21:36:16.205 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262025-05-13T21:36:16.903Z[ recovery-image] May 13 21:36:16.249 INFO O| May 13 21:36:16.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78272025-05-13T21:36:16.904Z[ recovery-image] May 13 21:36:16.249 INFO O| May 13 21:36:16.249 INFO STEP 1111 (remove_files) COMPLETE
78282025-05-13T21:36:16.904Z[ recovery-image] May 13 21:36:16.249 INFO O| May 13 21:36:16.249 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292025-05-13T21:36:16.920Z[ recovery-image] May 13 21:36:16.265 INFO O| May 13 21:36:16.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78302025-05-13T21:36:16.920Z[ recovery-image] May 13 21:36:16.265 INFO O| May 13 21:36:16.265 INFO STEP 1112 (remove_files) COMPLETE
78312025-05-13T21:36:16.924Z[ recovery-image] May 13 21:36:16.265 INFO O| May 13 21:36:16.265 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322025-05-13T21:36:16.934Z[ recovery-image] May 13 21:36:16.281 INFO O| May 13 21:36:16.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78332025-05-13T21:36:16.934Z[ recovery-image] May 13 21:36:16.281 INFO O| May 13 21:36:16.281 INFO STEP 1113 (remove_files) COMPLETE
78342025-05-13T21:36:16.934Z[ recovery-image] May 13 21:36:16.281 INFO O| May 13 21:36:16.281 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352025-05-13T21:36:16.950Z[ recovery-image] May 13 21:36:16.296 INFO O| May 13 21:36:16.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78362025-05-13T21:36:16.950Z[ recovery-image] May 13 21:36:16.296 INFO O| May 13 21:36:16.296 INFO STEP 1114 (remove_files) COMPLETE
78372025-05-13T21:36:16.950Z[ recovery-image] May 13 21:36:16.296 INFO O| May 13 21:36:16.296 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382025-05-13T21:36:16.967Z[ recovery-image] May 13 21:36:16.313 INFO O| May 13 21:36:16.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78392025-05-13T21:36:16.968Z[ recovery-image] May 13 21:36:16.313 INFO O| May 13 21:36:16.313 INFO STEP 1115 (remove_files) COMPLETE
78402025-05-13T21:36:16.971Z[ recovery-image] May 13 21:36:16.313 INFO O| May 13 21:36:16.313 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412025-05-13T21:36:16.989Z[ recovery-image] May 13 21:36:16.335 INFO O| May 13 21:36:16.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78422025-05-13T21:36:16.989Z[ recovery-image] May 13 21:36:16.335 INFO O| May 13 21:36:16.335 INFO STEP 1116 (remove_files) COMPLETE
78432025-05-13T21:36:16.989Z[ recovery-image] May 13 21:36:16.335 INFO O| May 13 21:36:16.335 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442025-05-13T21:36:17.028Z[ recovery-image] May 13 21:36:16.374 INFO O| May 13 21:36:16.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78452025-05-13T21:36:17.034Z[ recovery-image] May 13 21:36:16.375 INFO O| May 13 21:36:16.374 INFO STEP 1117 (remove_files) COMPLETE
78462025-05-13T21:36:17.034Z[ recovery-image] May 13 21:36:16.375 INFO O| May 13 21:36:16.374 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472025-05-13T21:36:17.044Z[ recovery-image] May 13 21:36:16.391 INFO O| May 13 21:36:16.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78482025-05-13T21:36:17.044Z[ recovery-image] May 13 21:36:16.391 INFO O| May 13 21:36:16.391 INFO STEP 1118 (remove_files) COMPLETE
78492025-05-13T21:36:17.044Z[ recovery-image] May 13 21:36:16.391 INFO O| May 13 21:36:16.391 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502025-05-13T21:36:17.116Z[ recovery-image] May 13 21:36:16.462 INFO O| May 13 21:36:16.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78512025-05-13T21:36:17.117Z[ recovery-image] May 13 21:36:16.462 INFO O| May 13 21:36:16.462 INFO STEP 1119 (remove_files) COMPLETE
78522025-05-13T21:36:17.117Z[ recovery-image] May 13 21:36:16.462 INFO O| May 13 21:36:16.462 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532025-05-13T21:36:17.136Z[ recovery-image] May 13 21:36:16.481 INFO O| May 13 21:36:16.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78542025-05-13T21:36:17.136Z[ recovery-image] May 13 21:36:16.482 INFO O| May 13 21:36:16.482 INFO STEP 1120 (remove_files) COMPLETE
78552025-05-13T21:36:17.140Z[ recovery-image] May 13 21:36:16.482 INFO O| May 13 21:36:16.482 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562025-05-13T21:36:17.153Z[ recovery-image] May 13 21:36:16.499 INFO O| May 13 21:36:16.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78572025-05-13T21:36:17.153Z[ recovery-image] May 13 21:36:16.499 INFO O| May 13 21:36:16.499 INFO STEP 1121 (remove_files) COMPLETE
78582025-05-13T21:36:17.153Z[ recovery-image] May 13 21:36:16.499 INFO O| May 13 21:36:16.499 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592025-05-13T21:36:17.188Z[ recovery-image] May 13 21:36:16.535 INFO O| May 13 21:36:16.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78602025-05-13T21:36:17.191Z[ recovery-image] May 13 21:36:16.535 INFO O| May 13 21:36:16.535 INFO STEP 1122 (remove_files) COMPLETE
78612025-05-13T21:36:17.191Z[ recovery-image] May 13 21:36:16.535 INFO O| May 13 21:36:16.535 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622025-05-13T21:36:17.203Z[ recovery-image] May 13 21:36:16.550 INFO O| May 13 21:36:16.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78632025-05-13T21:36:17.203Z[ recovery-image] May 13 21:36:16.550 INFO O| May 13 21:36:16.550 INFO STEP 1123 (remove_files) COMPLETE
78642025-05-13T21:36:17.203Z[ recovery-image] May 13 21:36:16.550 INFO O| May 13 21:36:16.550 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652025-05-13T21:36:17.219Z[ recovery-image] May 13 21:36:16.565 INFO O| May 13 21:36:16.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78662025-05-13T21:36:17.219Z[ recovery-image] May 13 21:36:16.565 INFO O| May 13 21:36:16.565 INFO STEP 1124 (remove_files) COMPLETE
78672025-05-13T21:36:17.222Z[ recovery-image] May 13 21:36:16.565 INFO O| May 13 21:36:16.565 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682025-05-13T21:36:17.233Z[ recovery-image] May 13 21:36:16.580 INFO O| May 13 21:36:16.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78692025-05-13T21:36:17.233Z[ recovery-image] May 13 21:36:16.580 INFO O| May 13 21:36:16.580 INFO STEP 1125 (remove_files) COMPLETE
78702025-05-13T21:36:17.233Z[ recovery-image] May 13 21:36:16.580 INFO O| May 13 21:36:16.580 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712025-05-13T21:36:17.249Z[ recovery-image] May 13 21:36:16.596 INFO O| May 13 21:36:16.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78722025-05-13T21:36:17.249Z[ recovery-image] May 13 21:36:16.596 INFO O| May 13 21:36:16.596 INFO STEP 1126 (remove_files) COMPLETE
78732025-05-13T21:36:17.252Z[ recovery-image] May 13 21:36:16.596 INFO O| May 13 21:36:16.596 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-05-13T21:36:17.268Z[ recovery-image] May 13 21:36:16.614 INFO O| May 13 21:36:16.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78752025-05-13T21:36:17.268Z[ recovery-image] May 13 21:36:16.614 INFO O| May 13 21:36:16.614 INFO STEP 1127 (remove_files) COMPLETE
78762025-05-13T21:36:17.271Z[ recovery-image] May 13 21:36:16.614 INFO O| May 13 21:36:16.614 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772025-05-13T21:36:17.309Z[ recovery-image] May 13 21:36:16.655 INFO O| May 13 21:36:16.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78782025-05-13T21:36:17.309Z[ recovery-image] May 13 21:36:16.655 INFO O| May 13 21:36:16.655 INFO STEP 1128 (remove_files) COMPLETE
78792025-05-13T21:36:17.313Z[ recovery-image] May 13 21:36:16.655 INFO O| May 13 21:36:16.655 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802025-05-13T21:36:17.325Z[ recovery-image] May 13 21:36:16.671 INFO O| May 13 21:36:16.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78812025-05-13T21:36:17.329Z[ recovery-image] May 13 21:36:16.671 INFO O| May 13 21:36:16.671 INFO STEP 1129 (remove_files) COMPLETE
78822025-05-13T21:36:17.329Z[ recovery-image] May 13 21:36:16.671 INFO O| May 13 21:36:16.671 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-05-13T21:36:17.341Z[ recovery-image] May 13 21:36:16.687 INFO O| May 13 21:36:16.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78842025-05-13T21:36:17.344Z[ recovery-image] May 13 21:36:16.687 INFO O| May 13 21:36:16.687 INFO STEP 1130 (remove_files) COMPLETE
78852025-05-13T21:36:17.345Z[ recovery-image] May 13 21:36:16.687 INFO O| May 13 21:36:16.687 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-05-13T21:36:17.357Z[ recovery-image] May 13 21:36:16.702 INFO O| May 13 21:36:16.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78872025-05-13T21:36:17.362Z[ recovery-image] May 13 21:36:16.702 INFO O| May 13 21:36:16.702 INFO STEP 1131 (remove_files) COMPLETE
78882025-05-13T21:36:17.362Z[ recovery-image] May 13 21:36:16.702 INFO O| May 13 21:36:16.702 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-05-13T21:36:17.398Z[ recovery-image] May 13 21:36:16.745 INFO O| May 13 21:36:16.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78902025-05-13T21:36:17.398Z[ recovery-image] May 13 21:36:16.745 INFO O| May 13 21:36:16.745 INFO STEP 1132 (remove_files) COMPLETE
78912025-05-13T21:36:17.398Z[ recovery-image] May 13 21:36:16.745 INFO O| May 13 21:36:16.745 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-05-13T21:36:17.416Z[ recovery-image] May 13 21:36:16.762 INFO O| May 13 21:36:16.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78932025-05-13T21:36:17.416Z[ recovery-image] May 13 21:36:16.762 INFO O| May 13 21:36:16.762 INFO STEP 1133 (remove_files) COMPLETE
78942025-05-13T21:36:17.420Z[ recovery-image] May 13 21:36:16.762 INFO O| May 13 21:36:16.762 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-05-13T21:36:17.434Z[ recovery-image] May 13 21:36:16.779 INFO O| May 13 21:36:16.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78962025-05-13T21:36:17.434Z[ recovery-image] May 13 21:36:16.779 INFO O| May 13 21:36:16.779 INFO STEP 1134 (remove_files) COMPLETE
78972025-05-13T21:36:17.434Z[ recovery-image] May 13 21:36:16.779 INFO O| May 13 21:36:16.779 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-05-13T21:36:17.467Z[ recovery-image] May 13 21:36:16.813 INFO O| May 13 21:36:16.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78992025-05-13T21:36:17.470Z[ recovery-image] May 13 21:36:16.813 INFO O| May 13 21:36:16.813 INFO STEP 1135 (remove_files) COMPLETE
79002025-05-13T21:36:17.470Z[ recovery-image] May 13 21:36:16.814 INFO O| May 13 21:36:16.814 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-05-13T21:36:17.556Z[ recovery-image] May 13 21:36:16.902 INFO O| May 13 21:36:16.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79022025-05-13T21:36:17.559Z[ recovery-image] May 13 21:36:16.902 INFO O| May 13 21:36:16.902 INFO STEP 1136 (remove_files) COMPLETE
79032025-05-13T21:36:17.560Z[ recovery-image] May 13 21:36:16.902 INFO O| May 13 21:36:16.902 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-05-13T21:36:17.573Z[ recovery-image] May 13 21:36:16.920 INFO O| May 13 21:36:16.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79052025-05-13T21:36:17.577Z[ recovery-image] May 13 21:36:16.920 INFO O| May 13 21:36:16.920 INFO STEP 1137 (remove_files) COMPLETE
79062025-05-13T21:36:17.577Z[ recovery-image] May 13 21:36:16.920 INFO O| May 13 21:36:16.920 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-05-13T21:36:17.607Z[ recovery-image] May 13 21:36:16.951 INFO O| May 13 21:36:16.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79082025-05-13T21:36:17.607Z[ recovery-image] May 13 21:36:16.951 INFO O| May 13 21:36:16.951 INFO STEP 1138 (remove_files) COMPLETE
79092025-05-13T21:36:17.608Z[ recovery-image] May 13 21:36:16.951 INFO O| May 13 21:36:16.951 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-05-13T21:36:17.621Z[ recovery-image] May 13 21:36:16.968 INFO O| May 13 21:36:16.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79112025-05-13T21:36:17.622Z[ recovery-image] May 13 21:36:16.968 INFO O| May 13 21:36:16.968 INFO STEP 1139 (remove_files) COMPLETE
79122025-05-13T21:36:17.622Z[ recovery-image] May 13 21:36:16.968 INFO O| May 13 21:36:16.968 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-05-13T21:36:17.652Z[ recovery-image] May 13 21:36:16.998 INFO O| May 13 21:36:16.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79142025-05-13T21:36:17.652Z[ recovery-image] May 13 21:36:16.998 INFO O| May 13 21:36:16.998 INFO STEP 1140 (remove_files) COMPLETE
79152025-05-13T21:36:17.653Z[ recovery-image] May 13 21:36:16.998 INFO O| May 13 21:36:16.998 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-05-13T21:36:18.122Z[ recovery-image] May 13 21:36:17.058 INFO O| May 13 21:36:17.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79172025-05-13T21:36:18.129Z[ recovery-image] May 13 21:36:17.058 INFO O| May 13 21:36:17.058 INFO STEP 1141 (remove_files) COMPLETE
79182025-05-13T21:36:18.129Z[ recovery-image] May 13 21:36:17.058 INFO O| May 13 21:36:17.058 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-05-13T21:36:18.129Z[ recovery-image] May 13 21:36:17.080 INFO O| May 13 21:36:17.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79202025-05-13T21:36:18.129Z[ recovery-image] May 13 21:36:17.080 INFO O| May 13 21:36:17.080 INFO STEP 1142 (remove_files) COMPLETE
79212025-05-13T21:36:18.129Z[ recovery-image] May 13 21:36:17.080 INFO O| May 13 21:36:17.080 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-05-13T21:36:18.129Z[ recovery-image] May 13 21:36:17.102 INFO O| May 13 21:36:17.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79232025-05-13T21:36:18.129Z[ recovery-image] May 13 21:36:17.102 INFO O| May 13 21:36:17.102 INFO STEP 1143 (remove_files) COMPLETE
79242025-05-13T21:36:18.129Z[ recovery-image] May 13 21:36:17.102 INFO O| May 13 21:36:17.102 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-05-13T21:36:18.129Z[ recovery-image] May 13 21:36:17.132 INFO O| May 13 21:36:17.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79262025-05-13T21:36:18.130Z[ recovery-image] May 13 21:36:17.133 INFO O| May 13 21:36:17.133 INFO STEP 1144 (remove_files) COMPLETE
79272025-05-13T21:36:18.130Z[ recovery-image] May 13 21:36:17.133 INFO O| May 13 21:36:17.133 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-05-13T21:36:18.130Z[ recovery-image] May 13 21:36:17.169 INFO O| May 13 21:36:17.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79292025-05-13T21:36:18.131Z[ recovery-image] May 13 21:36:17.169 INFO O| May 13 21:36:17.169 INFO STEP 1145 (remove_files) COMPLETE
79302025-05-13T21:36:18.131Z[ recovery-image] May 13 21:36:17.169 INFO O| May 13 21:36:17.169 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-05-13T21:36:18.131Z[ recovery-image] May 13 21:36:17.210 INFO O| May 13 21:36:17.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79322025-05-13T21:36:18.131Z[ recovery-image] May 13 21:36:17.210 INFO O| May 13 21:36:17.210 INFO STEP 1146 (remove_files) COMPLETE
79332025-05-13T21:36:18.131Z[ recovery-image] May 13 21:36:17.210 INFO O| May 13 21:36:17.210 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-05-13T21:36:18.131Z[ recovery-image] May 13 21:36:17.226 INFO O| May 13 21:36:17.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79352025-05-13T21:36:18.131Z[ recovery-image] May 13 21:36:17.227 INFO O| May 13 21:36:17.227 INFO STEP 1147 (remove_files) COMPLETE
79362025-05-13T21:36:18.131Z[ recovery-image] May 13 21:36:17.227 INFO O| May 13 21:36:17.227 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-05-13T21:36:18.131Z[ recovery-image] May 13 21:36:17.242 INFO O| May 13 21:36:17.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79382025-05-13T21:36:18.131Z[ recovery-image] May 13 21:36:17.243 INFO O| May 13 21:36:17.243 INFO STEP 1148 (remove_files) COMPLETE
79392025-05-13T21:36:18.132Z[ recovery-image] May 13 21:36:17.243 INFO O| May 13 21:36:17.243 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-05-13T21:36:18.132Z[ recovery-image] May 13 21:36:17.259 INFO O| May 13 21:36:17.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79412025-05-13T21:36:18.132Z[ recovery-image] May 13 21:36:17.260 INFO O| May 13 21:36:17.260 INFO STEP 1149 (remove_files) COMPLETE
79422025-05-13T21:36:18.132Z[ recovery-image] May 13 21:36:17.260 INFO O| May 13 21:36:17.260 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-05-13T21:36:18.132Z[ recovery-image] May 13 21:36:17.276 INFO O| May 13 21:36:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79442025-05-13T21:36:18.132Z[ recovery-image] May 13 21:36:17.276 INFO O| May 13 21:36:17.276 INFO STEP 1150 (remove_files) COMPLETE
79452025-05-13T21:36:18.132Z[ recovery-image] May 13 21:36:17.276 INFO O| May 13 21:36:17.276 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462025-05-13T21:36:18.132Z[ recovery-image] May 13 21:36:17.301 INFO O| May 13 21:36:17.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79472025-05-13T21:36:18.132Z[ recovery-image] May 13 21:36:17.301 INFO O| May 13 21:36:17.301 INFO STEP 1151 (remove_files) COMPLETE
79482025-05-13T21:36:18.132Z[ recovery-image] May 13 21:36:17.301 INFO O| May 13 21:36:17.301 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492025-05-13T21:36:18.133Z[ recovery-image] May 13 21:36:17.335 INFO O| May 13 21:36:17.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79502025-05-13T21:36:18.133Z[ recovery-image] May 13 21:36:17.336 INFO O| May 13 21:36:17.335 INFO STEP 1152 (remove_files) COMPLETE
79512025-05-13T21:36:18.133Z[ recovery-image] May 13 21:36:17.336 INFO O| May 13 21:36:17.335 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522025-05-13T21:36:18.133Z[ recovery-image] May 13 21:36:17.353 INFO O| May 13 21:36:17.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79532025-05-13T21:36:18.133Z[ recovery-image] May 13 21:36:17.353 INFO O| May 13 21:36:17.353 INFO STEP 1153 (remove_files) COMPLETE
79542025-05-13T21:36:18.133Z[ recovery-image] May 13 21:36:17.353 INFO O| May 13 21:36:17.353 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552025-05-13T21:36:18.133Z[ recovery-image] May 13 21:36:17.369 INFO O| May 13 21:36:17.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79562025-05-13T21:36:18.133Z[ recovery-image] May 13 21:36:17.369 INFO O| May 13 21:36:17.369 INFO STEP 1154 (remove_files) COMPLETE
79572025-05-13T21:36:18.134Z[ recovery-image] May 13 21:36:17.369 INFO O| May 13 21:36:17.369 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582025-05-13T21:36:18.134Z[ recovery-image] May 13 21:36:17.402 INFO O| May 13 21:36:17.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79592025-05-13T21:36:18.134Z[ recovery-image] May 13 21:36:17.402 INFO O| May 13 21:36:17.402 INFO STEP 1155 (remove_files) COMPLETE
79602025-05-13T21:36:18.134Z[ recovery-image] May 13 21:36:17.402 INFO O| May 13 21:36:17.402 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612025-05-13T21:36:18.134Z[ recovery-image] May 13 21:36:17.462 INFO O| May 13 21:36:17.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79622025-05-13T21:36:18.134Z[ recovery-image] May 13 21:36:17.462 INFO O| May 13 21:36:17.462 INFO STEP 1156 (remove_files) COMPLETE
79632025-05-13T21:36:18.134Z[ recovery-image] May 13 21:36:17.462 INFO O| May 13 21:36:17.462 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642025-05-13T21:36:18.139Z[ recovery-image] May 13 21:36:17.479 INFO O| May 13 21:36:17.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79652025-05-13T21:36:18.139Z[ recovery-image] May 13 21:36:17.479 INFO O| May 13 21:36:17.479 INFO STEP 1157 (remove_files) COMPLETE
79662025-05-13T21:36:18.140Z[ recovery-image] May 13 21:36:17.479 INFO O| May 13 21:36:17.479 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672025-05-13T21:36:18.164Z[ recovery-image] May 13 21:36:17.509 INFO O| May 13 21:36:17.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79682025-05-13T21:36:18.167Z[ recovery-image] May 13 21:36:17.509 INFO O| May 13 21:36:17.509 INFO STEP 1158 (remove_files) COMPLETE
79692025-05-13T21:36:18.167Z[ recovery-image] May 13 21:36:17.509 INFO O| May 13 21:36:17.509 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702025-05-13T21:36:18.180Z[ recovery-image] May 13 21:36:17.526 INFO O| May 13 21:36:17.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79712025-05-13T21:36:18.180Z[ recovery-image] May 13 21:36:17.527 INFO O| May 13 21:36:17.526 INFO STEP 1159 (remove_files) COMPLETE
79722025-05-13T21:36:18.180Z[ recovery-image] May 13 21:36:17.527 INFO O| May 13 21:36:17.526 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732025-05-13T21:36:18.197Z[ recovery-image] May 13 21:36:17.543 INFO O| May 13 21:36:17.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79742025-05-13T21:36:18.197Z[ recovery-image] May 13 21:36:17.543 INFO O| May 13 21:36:17.543 INFO STEP 1160 (remove_files) COMPLETE
79752025-05-13T21:36:18.198Z[ recovery-image] May 13 21:36:17.543 INFO O| May 13 21:36:17.543 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762025-05-13T21:36:18.221Z[ recovery-image] May 13 21:36:17.566 INFO O| May 13 21:36:17.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79772025-05-13T21:36:18.221Z[ recovery-image] May 13 21:36:17.566 INFO O| May 13 21:36:17.566 INFO STEP 1161 (remove_files) COMPLETE
79782025-05-13T21:36:18.225Z[ recovery-image] May 13 21:36:17.566 INFO O| May 13 21:36:17.566 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792025-05-13T21:36:18.238Z[ recovery-image] May 13 21:36:17.584 INFO O| May 13 21:36:17.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79802025-05-13T21:36:18.238Z[ recovery-image] May 13 21:36:17.584 INFO O| May 13 21:36:17.584 INFO STEP 1162 (remove_files) COMPLETE
79812025-05-13T21:36:18.241Z[ recovery-image] May 13 21:36:17.584 INFO O| May 13 21:36:17.584 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822025-05-13T21:36:18.254Z[ recovery-image] May 13 21:36:17.601 INFO O| May 13 21:36:17.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79832025-05-13T21:36:18.254Z[ recovery-image] May 13 21:36:17.601 INFO O| May 13 21:36:17.601 INFO STEP 1163 (remove_files) COMPLETE
79842025-05-13T21:36:18.257Z[ recovery-image] May 13 21:36:17.601 INFO O| May 13 21:36:17.601 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852025-05-13T21:36:18.282Z[ recovery-image] May 13 21:36:17.617 INFO O| May 13 21:36:17.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79862025-05-13T21:36:18.286Z[ recovery-image] May 13 21:36:17.617 INFO O| May 13 21:36:17.617 INFO STEP 1164 (remove_files) COMPLETE
79872025-05-13T21:36:18.286Z[ recovery-image] May 13 21:36:17.617 INFO O| May 13 21:36:17.617 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882025-05-13T21:36:18.289Z[ recovery-image] May 13 21:36:17.634 INFO O| May 13 21:36:17.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79892025-05-13T21:36:18.295Z[ recovery-image] May 13 21:36:17.642 INFO O| May 13 21:36:17.642 INFO STEP 1165 (remove_files) COMPLETE
79902025-05-13T21:36:18.298Z[ recovery-image] May 13 21:36:17.642 INFO O| May 13 21:36:17.642 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79912025-05-13T21:36:18.331Z[ recovery-image] May 13 21:36:17.677 INFO O| May 13 21:36:17.677 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79922025-05-13T21:36:18.331Z[ recovery-image] May 13 21:36:17.677 INFO O| May 13 21:36:17.677 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79932025-05-13T21:36:19.426Z[ host-image] May 13 21:36:18.771 INFO O| May 13 21:36:18.771 INFO O| Startup: Caching catalogs ... Done
79942025-05-13T21:36:20.392Z[ recovery-image] May 13 21:36:19.738 INFO O| May 13 21:36:19.738 INFO STEP 1166 (pack_tar) COMPLETE
79952025-05-13T21:36:20.392Z[ recovery-image] May 13 21:36:19.738 INFO O| May 13 21:36:19.738 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79962025-05-13T21:36:20.392Z[ recovery-image] May 13 21:36:19.738 INFO O| May 13 21:36:19.738 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79972025-05-13T21:36:20.776Z[ recovery-image] May 13 21:36:20.122 INFO O| May 13 21:36:20.122 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79982025-05-13T21:36:20.919Z[ recovery-image] May 13 21:36:20.263 INFO O| May 13 21:36:20.263 INFO completed processing gimlet/ramdisk-03-recovery-trim
79992025-05-13T21:36:20.926Z[ recovery-image] May 13 21:36:20.272 INFO image builder template: zfs-recovery...
80002025-05-13T21:36:20.926Z[ recovery-image] May 13 21:36:20.273 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", "-E", "/tmp/.tmpE4aPjC/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "zfs-recovery"], pwd: None
80012025-05-13T21:36:21.004Z[ recovery-image] May 13 21:36:20.347 INFO O| May 13 21:36:20.347 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80022025-05-13T21:36:21.024Z[ recovery-image] May 13 21:36:20.370 INFO O| May 13 21:36:20.370 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80032025-05-13T21:36:21.152Z[ recovery-image] May 13 21:36:20.497 INFO O| May 13 21:36:20.497 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80042025-05-13T21:36:21.249Z[ recovery-image] May 13 21:36:20.594 INFO O| May 13 21:36:20.594 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80052025-05-13T21:36:21.253Z[ recovery-image] May 13 21:36:20.594 INFO O| May 13 21:36:20.594 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80062025-05-13T21:36:21.294Z[ recovery-image] May 13 21:36:20.640 INFO O| May 13 21:36:20.640 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80072025-05-13T21:36:21.438Z[ recovery-image] May 13 21:36:20.784 INFO O| May 13 21:36:20.784 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80082025-05-13T21:36:21.529Z[ recovery-image] May 13 21:36:20.874 INFO O| May 13 21:36:20.874 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80092025-05-13T21:36:21.685Z[ recovery-image] May 13 21:36:21.031 INFO O| May 13 21:36:21.031 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80102025-05-13T21:36:21.708Z[ recovery-image] May 13 21:36:21.054 INFO O| May 13 21:36:21.054 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80112025-05-13T21:36:21.756Z[ recovery-image] May 13 21:36:21.102 INFO O| May 13 21:36:21.102 INFO no lofi found
80122025-05-13T21:36:21.756Z[ recovery-image] May 13 21:36:21.102 INFO O| May 13 21:36:21.102 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80132025-05-13T21:36:21.756Z[ recovery-image] May 13 21:36:21.102 INFO O| May 13 21:36:21.102 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80142025-05-13T21:36:24.658Z[ recovery-image] May 13 21:36:24.004 INFO O| May 13 21:36:24.004 INFO lofi device = /dev/dsk/c2t1d0p0
80152025-05-13T21:36:24.658Z[ recovery-image] May 13 21:36:24.004 INFO O| May 13 21:36:24.004 INFO pool device = /dev/dsk/c2t1d0p0
80162025-05-13T21:36:24.662Z[ recovery-image] May 13 21:36:24.004 INFO O| May 13 21:36:24.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"]
80172025-05-13T21:36:24.987Z[ recovery-image] May 13 21:36:24.332 INFO O| May 13 21:36:24.332 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80182025-05-13T21:36:24.987Z[ recovery-image] May 13 21:36:24.333 INFO O| May 13 21:36:24.332 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80192025-05-13T21:36:25.022Z[ recovery-image] May 13 21:36:24.368 INFO O| May 13 21:36:24.368 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80202025-05-13T21:36:25.321Z[ recovery-image] May 13 21:36:24.666 INFO O| May 13 21:36:24.666 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80212025-05-13T21:36:25.402Z[ recovery-image] May 13 21:36:24.748 INFO O| May 13 21:36:24.748 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80222025-05-13T21:36:25.430Z[ recovery-image] May 13 21:36:24.776 INFO O| May 13 21:36:24.775 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80232025-05-13T21:36:25.449Z[ recovery-image] May 13 21:36:24.795 INFO O| May 13 21:36:24.795 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80242025-05-13T21:36:25.604Z[ recovery-image] May 13 21:36:24.950 INFO O| May 13 21:36:24.950 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80252025-05-13T21:36:25.607Z[ recovery-image] May 13 21:36:24.951 INFO O| May 13 21:36:24.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80262025-05-13T21:36:25.607Z[ recovery-image] May 13 21:36:24.951 INFO O| May 13 21:36:24.951 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80272025-05-13T21:36:25.697Z[ recovery-image] May 13 21:36:25.042 INFO O| May 13 21:36:25.042 INFO boot environment UUID: 50f1e767-4a4b-4d53-af84-f39f7c967fce
80282025-05-13T21:36:25.697Z[ recovery-image] May 13 21:36:25.042 INFO O| May 13 21:36:25.042 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 50f1e767-4a4b-4d53-af84-f39f7c967fce
80292025-05-13T21:36:25.745Z[ recovery-image] May 13 21:36:25.091 INFO O| May 13 21:36:25.091 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80302025-05-13T21:36:25.771Z[ recovery-image] May 13 21:36:25.117 INFO O| May 13 21:36:25.117 INFO STEP 0 (create_be) COMPLETE
80312025-05-13T21:36:25.771Z[ recovery-image] May 13 21:36:25.117 INFO O| May 13 21:36:25.117 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80322025-05-13T21:36:25.796Z[ recovery-image] May 13 21:36:25.142 INFO O| May 13 21:36:25.142 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"]
80332025-05-13T21:36:28.549Z[ host-image] May 13 21:36:27.882 INFO O| May 13 21:36:27.882 INFO O| Planning: Solver setup ... Done
80342025-05-13T21:36:28.561Z[ host-image] May 13 21:36:27.899 INFO O| May 13 21:36:27.899 INFO O| Planning: Running solver ... Done
80352025-05-13T21:36:28.694Z[ host-image] May 13 21:36:28.037 INFO O| May 13 21:36:28.037 INFO O| Planning: Finding local manifests ... Done
80362025-05-13T21:36:28.798Z[ host-image] May 13 21:36:28.110 INFO O| May 13 21:36:28.110 INFO O| Planning: Fetching manifests: 0/1 0% complete
80372025-05-13T21:36:28.822Z[ host-image] May 13 21:36:28.130 INFO O| May 13 21:36:28.130 INFO O| Planning: Fetching manifests: 1/1 100% complete
80382025-05-13T21:36:28.845Z[ host-image] May 13 21:36:28.183 INFO O| May 13 21:36:28.183 INFO O| Planning: Package planning ... Done
80392025-05-13T21:36:28.854Z[ host-image] May 13 21:36:28.184 INFO O| May 13 21:36:28.184 INFO O| Planning: Merging actions ... Done
80402025-05-13T21:36:28.953Z[ host-image] May 13 21:36:28.298 INFO O| May 13 21:36:28.298 INFO O| Planning: Checking for conflicting actions ... Done
80412025-05-13T21:36:28.958Z[ host-image] May 13 21:36:28.299 INFO O| May 13 21:36:28.299 INFO O| Planning: Consolidating action changes ... Done
80422025-05-13T21:36:29.432Z[ host-image] May 13 21:36:28.778 INFO O| May 13 21:36:28.778 INFO O| Planning: Evaluating mediators ... Done
80432025-05-13T21:36:29.435Z[ host-image] May 13 21:36:28.779 INFO O| May 13 21:36:28.779 INFO O| Planning: Planning completed in 9.92 seconds
80442025-05-13T21:36:29.435Z[ host-image] May 13 21:36:28.779 INFO O| May 13 21:36:28.779 INFO O| Packages to install: 1
80452025-05-13T21:36:29.463Z[ host-image] May 13 21:36:28.808 INFO O| May 13 21:36:28.808 INFO O| Download: 0/4 items 0.0/17.2MB 0% complete
80462025-05-13T21:36:30.864Z[ host-image] May 13 21:36:30.210 INFO O| May 13 21:36:30.209 INFO O| Download: Completed 17.23 MB in 1.40 seconds (12.3M/s)
80472025-05-13T21:36:31.154Z[ host-image] May 13 21:36:30.499 INFO O| May 13 21:36:30.498 INFO O| Actions: 1/22 actions (Installing new actions)
80482025-05-13T21:36:31.718Z[ recovery-image] May 13 21:36:31.063 INFO O| May 13 21:36:31.063 INFO STEP 1 (unpack_tar) COMPLETE
80492025-05-13T21:36:31.718Z[ recovery-image] May 13 21:36:31.063 INFO O| May 13 21:36:31.063 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80502025-05-13T21:36:31.735Z[ recovery-image] May 13 21:36:31.081 INFO O| May 13 21:36:31.081 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80512025-05-13T21:36:31.967Z[ host-image] May 13 21:36:31.312 INFO O| May 13 21:36:31.312 INFO O| Actions: Completed 22 actions in 0.81 seconds.
80522025-05-13T21:36:32.608Z[ host-image] May 13 21:36:31.953 INFO O| May 13 21:36:31.953 INFO O| Done
80532025-05-13T21:36:32.608Z[ host-image] May 13 21:36:31.953 INFO O| May 13 21:36:31.953 INFO O| Done
80542025-05-13T21:36:33.805Z[ recovery-image] May 13 21:36:33.150 INFO O| May 13 21:36:33.150 INFO STEP 2 (devfsadm) COMPLETE
80552025-05-13T21:36:33.805Z[ recovery-image] May 13 21:36:33.150 INFO O| May 13 21:36:33.150 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80562025-05-13T21:36:33.823Z[ recovery-image] May 13 21:36:33.168 INFO O| May 13 21:36:33.168 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80572025-05-13T21:36:33.823Z[ recovery-image] May 13 21:36:33.169 INFO O| May 13 21:36:33.168 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80582025-05-13T21:36:33.823Z[ recovery-image] May 13 21:36:33.169 INFO O| May 13 21:36:33.169 INFO STEP 3 (ensure_dir) COMPLETE
80592025-05-13T21:36:33.827Z[ recovery-image] May 13 21:36:33.169 INFO O| May 13 21:36:33.169 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80602025-05-13T21:36:33.840Z[ recovery-image] May 13 21:36:33.185 INFO O| May 13 21:36:33.185 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80612025-05-13T21:36:33.840Z[ recovery-image] May 13 21:36:33.185 INFO O| May 13 21:36:33.185 INFO STEP 4 (ensure_dir) COMPLETE
80622025-05-13T21:36:33.843Z[ recovery-image] May 13 21:36:33.185 INFO O| May 13 21:36:33.185 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80632025-05-13T21:36:33.859Z[ recovery-image] May 13 21:36:33.204 INFO O| May 13 21:36:33.204 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80642025-05-13T21:36:33.859Z[ recovery-image] May 13 21:36:33.204 INFO O| May 13 21:36:33.204 INFO STEP 5 (ensure_dir) COMPLETE
80652025-05-13T21:36:33.862Z[ recovery-image] May 13 21:36:33.204 INFO O| May 13 21:36:33.204 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80662025-05-13T21:36:33.913Z[ recovery-image] May 13 21:36:33.258 INFO O| May 13 21:36:33.258 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80672025-05-13T21:36:33.913Z[ recovery-image] May 13 21:36:33.258 INFO O| May 13 21:36:33.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80682025-05-13T21:36:33.913Z[ recovery-image] May 13 21:36:33.258 INFO O| May 13 21:36:33.258 INFO STEP 6 (ensure_dir) COMPLETE
80692025-05-13T21:36:33.917Z[ recovery-image] May 13 21:36:33.258 INFO O| May 13 21:36:33.258 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80702025-05-13T21:36:33.930Z[ recovery-image] May 13 21:36:33.275 INFO O| May 13 21:36:33.275 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80712025-05-13T21:36:33.934Z[ recovery-image] May 13 21:36:33.276 INFO O| May 13 21:36:33.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80722025-05-13T21:36:33.934Z[ recovery-image] May 13 21:36:33.276 INFO O| May 13 21:36:33.276 INFO STEP 7 (ensure_dir) COMPLETE
80732025-05-13T21:36:33.934Z[ recovery-image] May 13 21:36:33.276 INFO O| May 13 21:36:33.276 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80742025-05-13T21:36:33.965Z[ recovery-image] May 13 21:36:33.310 INFO O| May 13 21:36:33.310 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80752025-05-13T21:36:33.968Z[ recovery-image] May 13 21:36:33.310 INFO O| May 13 21:36:33.310 INFO STEP 8 (remove_files) COMPLETE
80762025-05-13T21:36:33.968Z[ recovery-image] May 13 21:36:33.310 INFO O| May 13 21:36:33.310 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80772025-05-13T21:36:34.002Z[ recovery-image] May 13 21:36:33.345 INFO O| May 13 21:36:33.345 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80782025-05-13T21:36:34.005Z[ recovery-image] May 13 21:36:33.347 INFO O| May 13 21:36:33.347 INFO STEP 9 (remove_files) COMPLETE
80792025-05-13T21:36:34.005Z[ recovery-image] May 13 21:36:33.347 INFO O| May 13 21:36:33.347 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80802025-05-13T21:36:34.038Z[ recovery-image] May 13 21:36:33.383 INFO O| May 13 21:36:33.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80812025-05-13T21:36:34.041Z[ recovery-image] May 13 21:36:33.384 INFO O| May 13 21:36:33.384 INFO STEP 10 (remove_files) COMPLETE
80822025-05-13T21:36:34.042Z[ recovery-image] May 13 21:36:33.385 INFO O| May 13 21:36:33.384 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80832025-05-13T21:36:34.057Z[ recovery-image] May 13 21:36:33.402 INFO O| May 13 21:36:33.402 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80842025-05-13T21:36:34.057Z[ recovery-image] May 13 21:36:33.402 INFO O| May 13 21:36:33.402 INFO STEP 11 (remove_files) COMPLETE
80852025-05-13T21:36:34.061Z[ recovery-image] May 13 21:36:33.402 INFO O| May 13 21:36:33.402 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80862025-05-13T21:36:34.076Z[ recovery-image] May 13 21:36:33.420 INFO O| May 13 21:36:33.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80872025-05-13T21:36:34.076Z[ recovery-image] May 13 21:36:33.420 INFO O| May 13 21:36:33.420 INFO STEP 12 (remove_files) COMPLETE
80882025-05-13T21:36:34.079Z[ recovery-image] May 13 21:36:33.420 INFO O| May 13 21:36:33.420 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80892025-05-13T21:36:34.108Z[ recovery-image] May 13 21:36:33.453 INFO O| May 13 21:36:33.453 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80902025-05-13T21:36:34.111Z[ recovery-image] May 13 21:36:33.453 INFO O| May 13 21:36:33.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80912025-05-13T21:36:34.111Z[ recovery-image] May 13 21:36:33.453 INFO O| May 13 21:36:33.453 INFO STEP 13 (ensure_dir) COMPLETE
80922025-05-13T21:36:34.111Z[ recovery-image] May 13 21:36:33.453 INFO O| May 13 21:36:33.453 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80932025-05-13T21:36:34.126Z[ recovery-image] May 13 21:36:33.471 INFO O| May 13 21:36:33.471 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80942025-05-13T21:36:34.126Z[ recovery-image] May 13 21:36:33.471 INFO O| May 13 21:36:33.471 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80952025-05-13T21:36:34.129Z[ recovery-image] May 13 21:36:33.471 INFO O| May 13 21:36:33.471 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80962025-05-13T21:36:34.129Z[ recovery-image] May 13 21:36:33.472 INFO O| May 13 21:36:33.471 INFO STEP 14 (ensure_dir) COMPLETE
80972025-05-13T21:36:34.129Z[ recovery-image] May 13 21:36:33.472 INFO O| May 13 21:36:33.471 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80982025-05-13T21:36:34.159Z[ recovery-image] May 13 21:36:33.504 INFO O| May 13 21:36:33.504 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80992025-05-13T21:36:34.162Z[ recovery-image] May 13 21:36:33.505 INFO O| May 13 21:36:33.504 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81002025-05-13T21:36:34.162Z[ recovery-image] May 13 21:36:33.505 INFO O| May 13 21:36:33.505 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81012025-05-13T21:36:34.162Z[ recovery-image] May 13 21:36:33.505 INFO O| May 13 21:36:33.505 INFO STEP 15 (ensure_dir) COMPLETE
81022025-05-13T21:36:34.163Z[ recovery-image] May 13 21:36:33.505 INFO O| May 13 21:36:33.505 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81032025-05-13T21:36:34.195Z[ recovery-image] May 13 21:36:33.541 INFO O| May 13 21:36:33.540 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81042025-05-13T21:36:34.195Z[ recovery-image] May 13 21:36:33.541 INFO O| May 13 21:36:33.541 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81052025-05-13T21:36:34.195Z[ recovery-image] May 13 21:36:33.541 INFO O| May 13 21:36:33.541 INFO STEP 16 (ensure_dir) COMPLETE
81062025-05-13T21:36:34.198Z[ recovery-image] May 13 21:36:33.541 INFO O| May 13 21:36:33.541 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81072025-05-13T21:36:34.216Z[ recovery-image] May 13 21:36:33.559 INFO O| May 13 21:36:33.559 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81082025-05-13T21:36:34.216Z[ recovery-image] May 13 21:36:33.559 INFO O| May 13 21:36:33.559 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81092025-05-13T21:36:34.216Z[ recovery-image] May 13 21:36:33.559 INFO O| May 13 21:36:33.559 INFO STEP 17 (ensure_dir) COMPLETE
81102025-05-13T21:36:34.219Z[ recovery-image] May 13 21:36:33.559 INFO O| May 13 21:36:33.559 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81112025-05-13T21:36:34.254Z[ recovery-image] May 13 21:36:33.599 INFO O| May 13 21:36:33.599 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81122025-05-13T21:36:34.254Z[ recovery-image] May 13 21:36:33.600 INFO O| May 13 21:36:33.599 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81132025-05-13T21:36:34.257Z[ recovery-image] May 13 21:36:33.600 INFO O| May 13 21:36:33.599 INFO ok!
81142025-05-13T21:36:34.257Z[ recovery-image] May 13 21:36:33.600 INFO O| May 13 21:36:33.599 INFO STEP 18 (ensure_symlink) COMPLETE
81152025-05-13T21:36:34.257Z[ recovery-image] May 13 21:36:33.600 INFO O| May 13 21:36:33.599 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81162025-05-13T21:36:34.283Z[ recovery-image] May 13 21:36:33.628 INFO O| May 13 21:36:33.628 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81172025-05-13T21:36:34.283Z[ recovery-image] May 13 21:36:33.628 INFO O| May 13 21:36:33.628 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81182025-05-13T21:36:34.284Z[ recovery-image] May 13 21:36:33.628 INFO O| May 13 21:36:33.628 INFO ok!
81192025-05-13T21:36:34.284Z[ recovery-image] May 13 21:36:33.628 INFO O| May 13 21:36:33.628 INFO STEP 19 (ensure_file) COMPLETE
81202025-05-13T21:36:34.284Z[ recovery-image] May 13 21:36:33.628 INFO O| May 13 21:36:33.628 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81212025-05-13T21:36:34.314Z[ recovery-image] May 13 21:36:33.659 INFO O| May 13 21:36:33.659 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81222025-05-13T21:36:34.314Z[ recovery-image] May 13 21:36:33.659 INFO O| May 13 21:36:33.659 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81232025-05-13T21:36:34.317Z[ recovery-image] May 13 21:36:33.660 INFO O| May 13 21:36:33.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81242025-05-13T21:36:34.317Z[ recovery-image] May 13 21:36:33.660 INFO O| May 13 21:36:33.660 INFO ok!
81252025-05-13T21:36:34.317Z[ recovery-image] May 13 21:36:33.660 INFO O| May 13 21:36:33.660 INFO STEP 20 (ensure_symlink) COMPLETE
81262025-05-13T21:36:34.318Z[ recovery-image] May 13 21:36:33.660 INFO O| May 13 21:36:33.660 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81272025-05-13T21:36:34.335Z[ recovery-image] May 13 21:36:33.680 INFO O| May 13 21:36:33.680 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81282025-05-13T21:36:34.335Z[ recovery-image] May 13 21:36:33.680 INFO O| May 13 21:36:33.680 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81292025-05-13T21:36:34.338Z[ recovery-image] May 13 21:36:33.680 INFO O| May 13 21:36:33.680 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81302025-05-13T21:36:34.338Z[ recovery-image] May 13 21:36:33.680 INFO O| May 13 21:36:33.680 INFO ok!
81312025-05-13T21:36:34.338Z[ recovery-image] May 13 21:36:33.680 INFO O| May 13 21:36:33.680 INFO STEP 21 (ensure_symlink) COMPLETE
81322025-05-13T21:36:34.338Z[ recovery-image] May 13 21:36:33.680 INFO O| May 13 21:36:33.680 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81332025-05-13T21:36:34.366Z[ recovery-image] May 13 21:36:33.711 INFO O| May 13 21:36:33.711 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81342025-05-13T21:36:34.366Z[ recovery-image] May 13 21:36:33.711 INFO O| May 13 21:36:33.711 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81352025-05-13T21:36:34.366Z[ recovery-image] May 13 21:36:33.711 INFO O| May 13 21:36:33.711 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81362025-05-13T21:36:34.369Z[ recovery-image] May 13 21:36:33.711 INFO O| May 13 21:36:33.711 INFO ok!
81372025-05-13T21:36:34.369Z[ recovery-image] May 13 21:36:33.711 INFO O| May 13 21:36:33.711 INFO STEP 22 (ensure_symlink) COMPLETE
81382025-05-13T21:36:34.369Z[ recovery-image] May 13 21:36:33.711 INFO O| May 13 21:36:33.711 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81392025-05-13T21:36:34.429Z[ recovery-image] May 13 21:36:33.771 INFO O| May 13 21:36:33.771 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81402025-05-13T21:36:34.429Z[ recovery-image] May 13 21:36:33.771 INFO O| May 13 21:36:33.771 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81412025-05-13T21:36:34.433Z[ recovery-image] May 13 21:36:33.771 INFO O| May 13 21:36:33.771 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81422025-05-13T21:36:34.433Z[ recovery-image] May 13 21:36:33.771 INFO O| May 13 21:36:33.771 INFO ok!
81432025-05-13T21:36:34.433Z[ recovery-image] May 13 21:36:33.771 INFO O| May 13 21:36:33.771 INFO STEP 23 (ensure_symlink) COMPLETE
81442025-05-13T21:36:34.433Z[ recovery-image] May 13 21:36:33.771 INFO O| May 13 21:36:33.771 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81452025-05-13T21:36:34.484Z[ recovery-image] May 13 21:36:33.829 INFO O| May 13 21:36:33.829 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81462025-05-13T21:36:34.484Z[ recovery-image] May 13 21:36:33.829 INFO O| May 13 21:36:33.829 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 ...
81472025-05-13T21:36:34.487Z[ recovery-image] May 13 21:36:33.829 INFO O| May 13 21:36:33.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81482025-05-13T21:36:34.487Z[ recovery-image] May 13 21:36:33.829 INFO O| May 13 21:36:33.829 INFO ok!
81492025-05-13T21:36:34.487Z[ recovery-image] May 13 21:36:33.829 INFO O| May 13 21:36:33.829 INFO STEP 24 (ensure_file) COMPLETE
81502025-05-13T21:36:34.487Z[ recovery-image] May 13 21:36:33.830 INFO O| May 13 21:36:33.829 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81512025-05-13T21:36:34.506Z[ recovery-image] May 13 21:36:33.852 INFO O| May 13 21:36:33.852 INFO updating shadow file
81522025-05-13T21:36:34.510Z[ recovery-image] May 13 21:36:33.852 INFO O| May 13 21:36:33.852 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81532025-05-13T21:36:34.510Z[ recovery-image] May 13 21:36:33.852 INFO O| May 13 21:36:33.852 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81542025-05-13T21:36:34.510Z[ recovery-image] May 13 21:36:33.853 INFO O| May 13 21:36:33.853 INFO STEP 25 (shadow) COMPLETE
81552025-05-13T21:36:34.511Z[ recovery-image] May 13 21:36:33.853 INFO O| May 13 21:36:33.853 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81562025-05-13T21:36:34.526Z[ recovery-image] May 13 21:36:33.871 INFO O| May 13 21:36:33.871 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81572025-05-13T21:36:34.529Z[ recovery-image] May 13 21:36:33.871 INFO O| May 13 21:36:33.871 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81582025-05-13T21:36:34.529Z[ recovery-image] May 13 21:36:33.872 INFO O| May 13 21:36:33.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81592025-05-13T21:36:34.529Z[ recovery-image] May 13 21:36:33.872 INFO O| May 13 21:36:33.872 INFO ok!
81602025-05-13T21:36:34.529Z[ recovery-image] May 13 21:36:33.872 INFO O| May 13 21:36:33.872 INFO STEP 26 (ensure_file) COMPLETE
81612025-05-13T21:36:34.529Z[ recovery-image] May 13 21:36:33.872 INFO O| May 13 21:36:33.872 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81622025-05-13T21:36:34.544Z[ recovery-image] May 13 21:36:33.889 INFO O| May 13 21:36:33.889 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81632025-05-13T21:36:34.544Z[ recovery-image] May 13 21:36:33.889 INFO O| May 13 21:36:33.889 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81642025-05-13T21:36:34.547Z[ recovery-image] May 13 21:36:33.889 INFO O| May 13 21:36:33.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81652025-05-13T21:36:34.547Z[ recovery-image] May 13 21:36:33.889 INFO O| May 13 21:36:33.889 INFO ok!
81662025-05-13T21:36:34.547Z[ recovery-image] May 13 21:36:33.889 INFO O| May 13 21:36:33.889 INFO STEP 27 (ensure_file) COMPLETE
81672025-05-13T21:36:34.547Z[ recovery-image] May 13 21:36:33.890 INFO O| May 13 21:36:33.889 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81682025-05-13T21:36:34.559Z[ recovery-image] May 13 21:36:33.904 INFO O| May 13 21:36:33.904 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81692025-05-13T21:36:34.559Z[ recovery-image] May 13 21:36:33.904 INFO O| May 13 21:36:33.904 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81702025-05-13T21:36:34.562Z[ recovery-image] May 13 21:36:33.905 INFO O| May 13 21:36:33.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81712025-05-13T21:36:34.562Z[ recovery-image] May 13 21:36:33.905 INFO O| May 13 21:36:33.905 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81722025-05-13T21:36:34.562Z[ recovery-image] May 13 21:36:33.905 INFO O| May 13 21:36:33.905 INFO ok!
81732025-05-13T21:36:34.562Z[ recovery-image] May 13 21:36:33.905 INFO O| May 13 21:36:33.905 INFO STEP 28 (ensure_file) COMPLETE
81742025-05-13T21:36:34.562Z[ recovery-image] May 13 21:36:33.905 INFO O| May 13 21:36:33.905 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81752025-05-13T21:36:34.574Z[ recovery-image] May 13 21:36:33.919 INFO O| May 13 21:36:33.919 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81762025-05-13T21:36:34.574Z[ recovery-image] May 13 21:36:33.919 INFO O| May 13 21:36:33.919 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81772025-05-13T21:36:34.577Z[ recovery-image] May 13 21:36:33.920 INFO O| May 13 21:36:33.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81782025-05-13T21:36:34.577Z[ recovery-image] May 13 21:36:33.920 INFO O| May 13 21:36:33.920 INFO ok!
81792025-05-13T21:36:34.577Z[ recovery-image] May 13 21:36:33.920 INFO O| May 13 21:36:33.920 INFO STEP 29 (ensure_file) COMPLETE
81802025-05-13T21:36:34.577Z[ recovery-image] May 13 21:36:33.920 INFO O| May 13 21:36:33.920 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81812025-05-13T21:36:34.608Z[ recovery-image] May 13 21:36:33.953 INFO O| May 13 21:36:33.953 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81822025-05-13T21:36:34.608Z[ recovery-image] May 13 21:36:33.953 INFO O| May 13 21:36:33.953 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81832025-05-13T21:36:34.612Z[ recovery-image] May 13 21:36:33.954 INFO O| May 13 21:36:33.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81842025-05-13T21:36:34.613Z[ recovery-image] May 13 21:36:33.954 INFO O| May 13 21:36:33.954 INFO ok!
81852025-05-13T21:36:34.613Z[ recovery-image] May 13 21:36:33.954 INFO O| May 13 21:36:33.954 INFO STEP 30 (ensure_file) COMPLETE
81862025-05-13T21:36:34.613Z[ recovery-image] May 13 21:36:33.954 INFO O| May 13 21:36:33.954 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81872025-05-13T21:36:34.648Z[ recovery-image] May 13 21:36:33.993 INFO O| May 13 21:36:33.993 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81882025-05-13T21:36:34.648Z[ recovery-image] May 13 21:36:33.993 INFO O| May 13 21:36:33.993 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81892025-05-13T21:36:34.651Z[ recovery-image] May 13 21:36:33.993 INFO O| May 13 21:36:33.993 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81902025-05-13T21:36:34.651Z[ recovery-image] May 13 21:36:33.993 INFO O| May 13 21:36:33.993 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81912025-05-13T21:36:34.651Z[ recovery-image] May 13 21:36:33.993 INFO O| May 13 21:36:33.993 INFO ok!
81922025-05-13T21:36:34.652Z[ recovery-image] May 13 21:36:33.994 INFO O| May 13 21:36:33.993 INFO STEP 31 (ensure_file) COMPLETE
81932025-05-13T21:36:34.652Z[ recovery-image] May 13 21:36:33.994 INFO O| May 13 21:36:33.993 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81942025-05-13T21:36:34.671Z[ recovery-image] May 13 21:36:34.015 INFO O| May 13 21:36:34.015 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81952025-05-13T21:36:34.671Z[ recovery-image] May 13 21:36:34.015 INFO O| May 13 21:36:34.015 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81962025-05-13T21:36:34.674Z[ recovery-image] May 13 21:36:34.015 INFO O| May 13 21:36:34.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81972025-05-13T21:36:34.674Z[ recovery-image] May 13 21:36:34.015 INFO O| May 13 21:36:34.015 INFO ok!
81982025-05-13T21:36:34.675Z[ recovery-image] May 13 21:36:34.016 INFO O| May 13 21:36:34.015 INFO STEP 32 (ensure_file) COMPLETE
81992025-05-13T21:36:34.675Z[ recovery-image] May 13 21:36:34.016 INFO O| May 13 21:36:34.016 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82002025-05-13T21:36:34.688Z[ recovery-image] May 13 21:36:34.034 INFO O| May 13 21:36:34.034 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82012025-05-13T21:36:34.692Z[ recovery-image] May 13 21:36:34.034 INFO O| May 13 21:36:34.034 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82022025-05-13T21:36:34.692Z[ recovery-image] May 13 21:36:34.034 INFO O| May 13 21:36:34.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82032025-05-13T21:36:34.692Z[ recovery-image] May 13 21:36:34.034 INFO O| May 13 21:36:34.034 INFO ok!
82042025-05-13T21:36:34.692Z[ recovery-image] May 13 21:36:34.034 INFO O| May 13 21:36:34.034 INFO STEP 33 (ensure_file) COMPLETE
82052025-05-13T21:36:34.692Z[ recovery-image] May 13 21:36:34.034 INFO O| May 13 21:36:34.034 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82062025-05-13T21:36:34.713Z[ recovery-image] May 13 21:36:34.058 INFO O| May 13 21:36:34.058 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82072025-05-13T21:36:34.713Z[ recovery-image] May 13 21:36:34.058 INFO O| May 13 21:36:34.058 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82082025-05-13T21:36:34.716Z[ recovery-image] May 13 21:36:34.058 INFO O| May 13 21:36:34.058 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82092025-05-13T21:36:34.716Z[ recovery-image] May 13 21:36:34.059 INFO O| May 13 21:36:34.059 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82102025-05-13T21:36:34.716Z[ recovery-image] May 13 21:36:34.059 INFO O| May 13 21:36:34.059 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82112025-05-13T21:36:34.716Z[ recovery-image] May 13 21:36:34.059 INFO O| May 13 21:36:34.059 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82122025-05-13T21:36:34.716Z[ recovery-image] May 13 21:36:34.059 INFO O| May 13 21:36:34.059 INFO ok!
82132025-05-13T21:36:34.716Z[ recovery-image] May 13 21:36:34.059 INFO O| May 13 21:36:34.059 INFO STEP 34 (ensure_file) COMPLETE
82142025-05-13T21:36:34.717Z[ recovery-image] May 13 21:36:34.059 INFO O| May 13 21:36:34.059 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82152025-05-13T21:36:34.731Z[ recovery-image] May 13 21:36:34.076 INFO O| May 13 21:36:34.076 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82162025-05-13T21:36:34.734Z[ recovery-image] May 13 21:36:34.076 INFO O| May 13 21:36:34.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82172025-05-13T21:36:34.734Z[ recovery-image] May 13 21:36:34.076 INFO O| May 13 21:36:34.076 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82182025-05-13T21:36:34.734Z[ recovery-image] May 13 21:36:34.076 INFO O| May 13 21:36:34.076 INFO STEP 35 (ensure_dir) COMPLETE
82192025-05-13T21:36:34.734Z[ recovery-image] May 13 21:36:34.076 INFO O| May 13 21:36:34.076 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82202025-05-13T21:36:34.757Z[ recovery-image] May 13 21:36:34.102 INFO O| May 13 21:36:34.102 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
82212025-05-13T21:36:34.757Z[ recovery-image] May 13 21:36:34.102 INFO O| May 13 21:36:34.102 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 ...
82222025-05-13T21:36:34.760Z[ recovery-image] May 13 21:36:34.102 INFO O| May 13 21:36:34.102 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
82232025-05-13T21:36:34.760Z[ recovery-image] May 13 21:36:34.102 INFO O| May 13 21:36:34.102 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
82242025-05-13T21:36:34.760Z[ recovery-image] May 13 21:36:34.102 INFO O| May 13 21:36:34.102 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
82252025-05-13T21:36:34.760Z[ recovery-image] May 13 21:36:34.102 INFO O| May 13 21:36:34.102 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
82262025-05-13T21:36:34.760Z[ recovery-image] May 13 21:36:34.102 INFO O| May 13 21:36:34.102 INFO ok!
82272025-05-13T21:36:34.760Z[ recovery-image] May 13 21:36:34.102 INFO O| May 13 21:36:34.102 INFO STEP 36 (ensure_file) COMPLETE
82282025-05-13T21:36:34.760Z[ recovery-image] May 13 21:36:34.102 INFO O| May 13 21:36:34.102 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82292025-05-13T21:36:34.776Z[ recovery-image] May 13 21:36:34.121 INFO O| May 13 21:36:34.121 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82302025-05-13T21:36:34.776Z[ recovery-image] May 13 21:36:34.121 INFO O| May 13 21:36:34.121 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 ...
82312025-05-13T21:36:34.779Z[ recovery-image] May 13 21:36:34.121 INFO O| May 13 21:36:34.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82322025-05-13T21:36:34.780Z[ recovery-image] May 13 21:36:34.121 INFO O| May 13 21:36:34.121 INFO ok!
82332025-05-13T21:36:34.780Z[ recovery-image] May 13 21:36:34.121 INFO O| May 13 21:36:34.121 INFO STEP 37 (ensure_symlink) COMPLETE
82342025-05-13T21:36:34.780Z[ recovery-image] May 13 21:36:34.121 INFO O| May 13 21:36:34.121 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82352025-05-13T21:36:34.801Z[ recovery-image] May 13 21:36:34.146 INFO O| May 13 21:36:34.146 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82362025-05-13T21:36:34.801Z[ recovery-image] May 13 21:36:34.146 INFO O| May 13 21:36:34.146 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82372025-05-13T21:36:34.804Z[ recovery-image] May 13 21:36:34.146 INFO O| May 13 21:36:34.146 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82382025-05-13T21:36:34.804Z[ recovery-image] May 13 21:36:34.146 INFO O| May 13 21:36:34.146 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82392025-05-13T21:36:34.804Z[ recovery-image] May 13 21:36:34.146 INFO O| May 13 21:36:34.146 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82402025-05-13T21:36:34.804Z[ recovery-image] May 13 21:36:34.146 INFO O| May 13 21:36:34.146 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82412025-05-13T21:36:34.804Z[ recovery-image] May 13 21:36:34.146 INFO O| May 13 21:36:34.146 INFO ok!
82422025-05-13T21:36:34.804Z[ recovery-image] May 13 21:36:34.147 INFO O| May 13 21:36:34.147 INFO STEP 38 (ensure_file) COMPLETE
82432025-05-13T21:36:34.804Z[ recovery-image] May 13 21:36:34.147 INFO O| May 13 21:36:34.147 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82442025-05-13T21:36:34.842Z[ recovery-image] May 13 21:36:34.187 INFO O| May 13 21:36:34.187 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82452025-05-13T21:36:34.842Z[ recovery-image] May 13 21:36:34.187 INFO O| May 13 21:36:34.187 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 ...
82462025-05-13T21:36:34.842Z[ recovery-image] May 13 21:36:34.187 INFO O| May 13 21:36:34.187 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
82472025-05-13T21:36:34.845Z[ recovery-image] May 13 21:36:34.187 INFO O| May 13 21:36:34.187 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82482025-05-13T21:36:34.845Z[ recovery-image] May 13 21:36:34.187 INFO O| May 13 21:36:34.187 INFO ok!
82492025-05-13T21:36:34.845Z[ recovery-image] May 13 21:36:34.187 INFO O| May 13 21:36:34.187 INFO STEP 39 (ensure_file) COMPLETE
82502025-05-13T21:36:34.846Z[ recovery-image] May 13 21:36:34.187 INFO O| May 13 21:36:34.187 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82512025-05-13T21:36:34.902Z[ recovery-image] May 13 21:36:34.247 INFO O| May 13 21:36:34.247 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82522025-05-13T21:36:34.902Z[ recovery-image] May 13 21:36:34.247 INFO O| May 13 21:36:34.247 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82532025-05-13T21:36:34.929Z[ recovery-image] May 13 21:36:34.247 INFO O| May 13 21:36:34.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82542025-05-13T21:36:34.929Z[ recovery-image] May 13 21:36:34.247 INFO O| May 13 21:36:34.247 INFO ok!
82552025-05-13T21:36:34.929Z[ recovery-image] May 13 21:36:34.248 INFO O| May 13 21:36:34.247 INFO STEP 40 (ensure_file) COMPLETE
82562025-05-13T21:36:34.929Z[ recovery-image] May 13 21:36:34.248 INFO O| May 13 21:36:34.247 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82572025-05-13T21:36:34.929Z[ recovery-image] May 13 21:36:34.266 INFO O| May 13 21:36:34.266 INFO updating shadow file
82582025-05-13T21:36:34.929Z[ recovery-image] May 13 21:36:34.267 INFO O| May 13 21:36:34.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82592025-05-13T21:36:34.929Z[ recovery-image] May 13 21:36:34.267 INFO O| May 13 21:36:34.267 INFO STEP 41 (shadow) COMPLETE
82602025-05-13T21:36:34.929Z[ recovery-image] May 13 21:36:34.267 INFO O| May 13 21:36:34.267 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82612025-05-13T21:36:34.940Z[ recovery-image] May 13 21:36:34.285 INFO O| May 13 21:36:34.285 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82622025-05-13T21:36:34.943Z[ recovery-image] May 13 21:36:34.285 INFO O| May 13 21:36:34.285 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82632025-05-13T21:36:34.943Z[ recovery-image] May 13 21:36:34.285 INFO O| May 13 21:36:34.285 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82642025-05-13T21:36:34.943Z[ recovery-image] May 13 21:36:34.285 INFO O| May 13 21:36:34.285 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82652025-05-13T21:36:34.943Z[ recovery-image] May 13 21:36:34.285 INFO O| May 13 21:36:34.285 INFO ok!
82662025-05-13T21:36:34.943Z[ recovery-image] May 13 21:36:34.285 INFO O| May 13 21:36:34.285 INFO STEP 42 (ensure_file) COMPLETE
82672025-05-13T21:36:34.943Z[ recovery-image] May 13 21:36:34.285 INFO O| May 13 21:36:34.285 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82682025-05-13T21:36:34.976Z[ recovery-image] May 13 21:36:34.321 INFO O| May 13 21:36:34.321 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82692025-05-13T21:36:34.976Z[ recovery-image] May 13 21:36:34.321 INFO O| May 13 21:36:34.321 INFO STEP 43 (ensure_dir) COMPLETE
82702025-05-13T21:36:34.980Z[ recovery-image] May 13 21:36:34.321 INFO O| May 13 21:36:34.321 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82712025-05-13T21:36:34.994Z[ recovery-image] May 13 21:36:34.339 INFO O| May 13 21:36:34.339 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82722025-05-13T21:36:34.994Z[ recovery-image] May 13 21:36:34.339 INFO O| May 13 21:36:34.339 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82732025-05-13T21:36:34.997Z[ recovery-image] May 13 21:36:34.339 INFO O| May 13 21:36:34.339 INFO STEP 44 (ensure_dir) COMPLETE
82742025-05-13T21:36:34.997Z[ recovery-image] May 13 21:36:34.339 INFO O| May 13 21:36:34.339 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82752025-05-13T21:36:35.011Z[ recovery-image] May 13 21:36:34.357 INFO O| May 13 21:36:34.356 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82762025-05-13T21:36:35.012Z[ recovery-image] May 13 21:36:34.357 INFO O| May 13 21:36:34.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82772025-05-13T21:36:35.015Z[ recovery-image] May 13 21:36:34.357 INFO O| May 13 21:36:34.357 INFO STEP 45 (ensure_dir) COMPLETE
82782025-05-13T21:36:35.015Z[ recovery-image] May 13 21:36:34.357 INFO O| May 13 21:36:34.357 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82792025-05-13T21:36:35.037Z[ recovery-image] May 13 21:36:34.382 INFO O| May 13 21:36:34.382 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82802025-05-13T21:36:35.041Z[ recovery-image] May 13 21:36:34.382 INFO O| May 13 21:36:34.382 INFO copying /tmp/.tmpE4aPjC/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82812025-05-13T21:36:35.141Z[ recovery-image] May 13 21:36:34.486 INFO O| May 13 21:36:34.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82822025-05-13T21:36:35.141Z[ recovery-image] May 13 21:36:34.486 INFO O| May 13 21:36:34.486 INFO ok!
82832025-05-13T21:36:35.145Z[ recovery-image] May 13 21:36:34.486 INFO O| May 13 21:36:34.486 INFO STEP 46 (ensure_file) COMPLETE
82842025-05-13T21:36:35.145Z[ recovery-image] May 13 21:36:34.486 INFO O| May 13 21:36:34.486 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82852025-05-13T21:36:35.177Z[ recovery-image] May 13 21:36:34.522 INFO O| May 13 21:36:34.522 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82862025-05-13T21:36:35.181Z[ recovery-image] May 13 21:36:34.523 INFO O| May 13 21:36:34.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82872025-05-13T21:36:35.181Z[ recovery-image] May 13 21:36:34.523 INFO O| May 13 21:36:34.523 INFO STEP 47 (ensure_dir) COMPLETE
82882025-05-13T21:36:35.181Z[ recovery-image] May 13 21:36:34.523 INFO O| May 13 21:36:34.523 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82892025-05-13T21:36:35.239Z[ recovery-image] May 13 21:36:34.584 INFO O| May 13 21:36:34.584 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82902025-05-13T21:36:35.239Z[ recovery-image] May 13 21:36:34.584 INFO O| May 13 21:36:34.584 INFO copying /tmp/.tmpE4aPjC/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82912025-05-13T21:36:35.239Z[ recovery-image] May 13 21:36:34.584 INFO O| May 13 21:36:34.584 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82922025-05-13T21:36:35.243Z[ recovery-image] May 13 21:36:34.584 INFO O| May 13 21:36:34.584 INFO ok!
82932025-05-13T21:36:35.243Z[ recovery-image] May 13 21:36:34.584 INFO O| May 13 21:36:34.584 INFO STEP 48 (ensure_file) COMPLETE
82942025-05-13T21:36:35.243Z[ recovery-image] May 13 21:36:34.584 INFO O| May 13 21:36:34.584 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82952025-05-13T21:36:35.280Z[ recovery-image] May 13 21:36:34.625 INFO O| May 13 21:36:34.625 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82962025-05-13T21:36:35.280Z[ recovery-image] May 13 21:36:34.625 INFO O| May 13 21:36:34.625 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82972025-05-13T21:36:35.280Z[ recovery-image] May 13 21:36:34.625 INFO O| May 13 21:36:34.625 INFO STEP 49 (ensure_dir) COMPLETE
82982025-05-13T21:36:35.283Z[ recovery-image] May 13 21:36:34.625 INFO O| May 13 21:36:34.625 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82992025-05-13T21:36:35.300Z[ host-image] May 13 21:36:34.646 INFO O| May 13 21:36:34.645 INFO O| Done
83002025-05-13T21:36:35.324Z[ recovery-image] May 13 21:36:34.669 INFO O| May 13 21:36:34.669 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
83012025-05-13T21:36:35.324Z[ recovery-image] May 13 21:36:34.669 INFO O| May 13 21:36:34.669 INFO copying /tmp/.tmpE4aPjC/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83022025-05-13T21:36:37.387Z[ recovery-image] May 13 21:36:36.732 INFO O| May 13 21:36:36.732 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83032025-05-13T21:36:37.388Z[ recovery-image] May 13 21:36:36.732 INFO O| May 13 21:36:36.732 INFO ok!
83042025-05-13T21:36:37.388Z[ recovery-image] May 13 21:36:36.732 INFO O| May 13 21:36:36.732 INFO STEP 50 (ensure_file) COMPLETE
83052025-05-13T21:36:37.391Z[ recovery-image] May 13 21:36:36.732 INFO O| May 13 21:36:36.732 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83062025-05-13T21:36:37.407Z[ recovery-image] May 13 21:36:36.751 INFO O| May 13 21:36:36.751 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83072025-05-13T21:36:37.407Z[ recovery-image] May 13 21:36:36.751 INFO O| May 13 21:36:36.751 INFO copying /tmp/.tmpE4aPjC/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83082025-05-13T21:36:39.889Z[ recovery-image] May 13 21:36:38.713 INFO O| May 13 21:36:38.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83092025-05-13T21:36:39.889Z[ recovery-image] May 13 21:36:38.713 INFO O| May 13 21:36:38.713 INFO ok!
83102025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.713 INFO O| May 13 21:36:38.713 INFO STEP 51 (ensure_file) COMPLETE
83112025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.713 INFO O| May 13 21:36:38.713 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83122025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.732 INFO O| May 13 21:36:38.732 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83132025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.732 INFO O| May 13 21:36:38.732 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83142025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.732 INFO O| May 13 21:36:38.732 INFO STEP 52 (ensure_dir) COMPLETE
83152025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.732 INFO O| May 13 21:36:38.732 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83162025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.768 INFO O| May 13 21:36:38.768 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83172025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.769 INFO O| May 13 21:36:38.769 INFO copying /tmp/.tmpE4aPjC/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 ...
83182025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.769 INFO O| May 13 21:36:38.769 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
83192025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.769 INFO O| May 13 21:36:38.769 INFO ok!
83202025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.769 INFO O| May 13 21:36:38.769 INFO STEP 53 (ensure_file) COMPLETE
83212025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.769 INFO O| May 13 21:36:38.769 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83222025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.787 INFO O| May 13 21:36:38.787 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83232025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.787 INFO O| May 13 21:36:38.787 INFO copying /tmp/.tmpE4aPjC/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 ...
83242025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.787 INFO O| May 13 21:36:38.787 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
83252025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.787 INFO O| May 13 21:36:38.787 INFO ok!
83262025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.787 INFO O| May 13 21:36:38.787 INFO STEP 54 (ensure_file) COMPLETE
83272025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.787 INFO O| May 13 21:36:38.787 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83282025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.820 INFO O| May 13 21:36:38.819 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83292025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.820 INFO O| May 13 21:36:38.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83302025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.820 INFO O| May 13 21:36:38.820 INFO STEP 55 (ensure_dir) COMPLETE
83312025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.820 INFO O| May 13 21:36:38.820 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83322025-05-13T21:36:39.929Z[ recovery-image] May 13 21:36:38.883 INFO O| May 13 21:36:38.883 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83332025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.883 INFO O| May 13 21:36:38.883 INFO copying /tmp/.tmpE4aPjC/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 ...
83342025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.883 INFO O| May 13 21:36:38.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83352025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.884 INFO O| May 13 21:36:38.883 INFO ok!
83362025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.884 INFO O| May 13 21:36:38.884 INFO STEP 56 (ensure_file) COMPLETE
83372025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.884 INFO O| May 13 21:36:38.884 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83382025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.907 INFO O| May 13 21:36:38.907 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83392025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.907 INFO O| May 13 21:36:38.907 INFO copying /tmp/.tmpE4aPjC/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 ...
83402025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.907 INFO O| May 13 21:36:38.907 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
83412025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.907 INFO O| May 13 21:36:38.907 INFO ok!
83422025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.907 INFO O| May 13 21:36:38.907 INFO STEP 57 (ensure_file) COMPLETE
83432025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.907 INFO O| May 13 21:36:38.907 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83442025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.926 INFO O| May 13 21:36:38.926 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83452025-05-13T21:36:39.930Z[ recovery-image] May 13 21:36:38.926 INFO O| May 13 21:36:38.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83462025-05-13T21:36:39.931Z[ recovery-image] May 13 21:36:38.926 INFO O| May 13 21:36:38.926 INFO STEP 58 (ensure_dir) COMPLETE
83472025-05-13T21:36:39.931Z[ recovery-image] May 13 21:36:38.926 INFO O| May 13 21:36:38.926 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83482025-05-13T21:36:39.931Z[ host-image] May 13 21:36:38.940 INFO O| May 13 21:36:38.940 INFO O| Done
83492025-05-13T21:36:39.931Z[ recovery-image] May 13 21:36:38.963 INFO O| May 13 21:36:38.962 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83502025-05-13T21:36:39.931Z[ recovery-image] May 13 21:36:38.963 INFO O| May 13 21:36:38.963 INFO copying /tmp/.tmpE4aPjC/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 ...
83512025-05-13T21:36:39.931Z[ recovery-image] May 13 21:36:38.963 INFO O| May 13 21:36:38.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83522025-05-13T21:36:39.931Z[ recovery-image] May 13 21:36:38.963 INFO O| May 13 21:36:38.963 INFO ok!
83532025-05-13T21:36:39.931Z[ recovery-image] May 13 21:36:38.963 INFO O| May 13 21:36:38.963 INFO STEP 59 (ensure_file) COMPLETE
83542025-05-13T21:36:39.931Z[ recovery-image] May 13 21:36:38.963 INFO O| May 13 21:36:38.963 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83552025-05-13T21:36:39.931Z[ recovery-image] May 13 21:36:38.981 INFO O| May 13 21:36:38.981 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83562025-05-13T21:36:39.931Z[ recovery-image] May 13 21:36:38.982 INFO O| May 13 21:36:38.981 INFO copying /tmp/.tmpE4aPjC/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83572025-05-13T21:36:39.931Z[ recovery-image] May 13 21:36:38.982 INFO O| May 13 21:36:38.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83582025-05-13T21:36:39.931Z[ recovery-image] May 13 21:36:38.982 INFO O| May 13 21:36:38.982 INFO ok!
83592025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:38.982 INFO O| May 13 21:36:38.982 INFO STEP 60 (ensure_file) COMPLETE
83602025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:38.982 INFO O| May 13 21:36:38.982 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83612025-05-13T21:36:39.932Z[ host-image] May 13 21:36:38.987 INFO O| May 13 21:36:38.987 INFO O| Done
83622025-05-13T21:36:39.932Z[ host-image] May 13 21:36:38.987 INFO O| May 13 21:36:38.987 INFO O| Done
83632025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:38.998 INFO O| May 13 21:36:38.998 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83642025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:38.998 INFO O| May 13 21:36:38.998 INFO STEP 61 (ensure_dir) COMPLETE
83652025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:38.998 INFO O| May 13 21:36:38.998 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83662025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.018 INFO O| May 13 21:36:39.018 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83672025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.018 INFO O| May 13 21:36:39.018 INFO STEP 62 (ensure_dir) COMPLETE
83682025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.018 INFO O| May 13 21:36:39.018 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83692025-05-13T21:36:39.932Z[ host-image] May 13 21:36:39.018 INFO O| May 13 21:36:39.018 INFO O| Done
83702025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.058 INFO O| May 13 21:36:39.058 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83712025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.058 INFO O| May 13 21:36:39.058 INFO STEP 63 (ensure_dir) COMPLETE
83722025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.058 INFO O| May 13 21:36:39.058 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83732025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.115 INFO O| May 13 21:36:39.115 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83742025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.115 INFO O| May 13 21:36:39.115 INFO STEP 64 (ensure_dir) COMPLETE
83752025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.115 INFO O| May 13 21:36:39.115 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83762025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.134 INFO O| May 13 21:36:39.133 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83772025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.134 INFO O| May 13 21:36:39.133 INFO copying /tmp/.tmpE4aPjC/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83782025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.134 INFO O| May 13 21:36:39.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83792025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.134 INFO O| May 13 21:36:39.134 INFO ok!
83802025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.134 INFO O| May 13 21:36:39.134 INFO STEP 65 (ensure_file) COMPLETE
83812025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.134 INFO O| May 13 21:36:39.134 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.152 INFO O| May 13 21:36:39.152 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83832025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.152 INFO O| May 13 21:36:39.152 INFO STEP 66 (remove_files) COMPLETE
83842025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.152 INFO O| May 13 21:36:39.152 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83852025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.183 INFO O| May 13 21:36:39.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83862025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.183 INFO O| May 13 21:36:39.183 INFO STEP 67 (remove_files) COMPLETE
83872025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.183 INFO O| May 13 21:36:39.183 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83882025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.202 INFO O| May 13 21:36:39.202 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83892025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.202 INFO O| May 13 21:36:39.202 INFO STEP 68 (remove_files) COMPLETE
83902025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.202 INFO O| May 13 21:36:39.202 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83912025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.222 INFO O| May 13 21:36:39.222 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83922025-05-13T21:36:39.932Z[ recovery-image] May 13 21:36:39.223 INFO O| May 13 21:36:39.222 INFO STEP 69 (remove_files) COMPLETE
83932025-05-13T21:36:39.933Z[ recovery-image] May 13 21:36:39.223 INFO O| May 13 21:36:39.222 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83942025-05-13T21:36:39.946Z[ recovery-image] May 13 21:36:39.242 INFO O| May 13 21:36:39.241 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83952025-05-13T21:36:39.946Z[ recovery-image] May 13 21:36:39.242 INFO O| May 13 21:36:39.242 INFO STEP 70 (remove_files) COMPLETE
83962025-05-13T21:36:39.946Z[ recovery-image] May 13 21:36:39.242 INFO O| May 13 21:36:39.242 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83972025-05-13T21:36:39.946Z[ recovery-image] May 13 21:36:39.275 INFO O| May 13 21:36:39.275 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83982025-05-13T21:36:39.946Z[ recovery-image] May 13 21:36:39.275 INFO O| May 13 21:36:39.275 INFO STEP 71 (remove_files) COMPLETE
83992025-05-13T21:36:39.946Z[ recovery-image] May 13 21:36:39.275 INFO O| May 13 21:36:39.275 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84002025-05-13T21:36:39.951Z[ recovery-image] May 13 21:36:39.296 INFO O| May 13 21:36:39.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
84012025-05-13T21:36:39.951Z[ recovery-image] May 13 21:36:39.296 INFO O| May 13 21:36:39.296 INFO STEP 72 (remove_files) COMPLETE
84022025-05-13T21:36:39.951Z[ recovery-image] May 13 21:36:39.296 INFO O| May 13 21:36:39.296 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84032025-05-13T21:36:39.972Z[ recovery-image] May 13 21:36:39.317 INFO O| May 13 21:36:39.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
84042025-05-13T21:36:39.973Z[ recovery-image] May 13 21:36:39.317 INFO O| May 13 21:36:39.317 INFO STEP 73 (remove_files) COMPLETE
84052025-05-13T21:36:39.976Z[ recovery-image] May 13 21:36:39.317 INFO O| May 13 21:36:39.317 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84062025-05-13T21:36:39.991Z[ recovery-image] May 13 21:36:39.336 INFO O| May 13 21:36:39.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84072025-05-13T21:36:39.991Z[ recovery-image] May 13 21:36:39.336 INFO O| May 13 21:36:39.336 INFO STEP 74 (remove_files) COMPLETE
84082025-05-13T21:36:39.991Z[ recovery-image] May 13 21:36:39.336 INFO O| May 13 21:36:39.336 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84092025-05-13T21:36:40.010Z[ recovery-image] May 13 21:36:39.354 INFO O| May 13 21:36:39.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84102025-05-13T21:36:40.010Z[ recovery-image] May 13 21:36:39.355 INFO O| May 13 21:36:39.355 INFO STEP 75 (remove_files) COMPLETE
84112025-05-13T21:36:40.013Z[ recovery-image] May 13 21:36:39.355 INFO O| May 13 21:36:39.355 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84122025-05-13T21:36:40.032Z[ recovery-image] May 13 21:36:39.376 INFO O| May 13 21:36:39.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84132025-05-13T21:36:40.032Z[ recovery-image] May 13 21:36:39.376 INFO O| May 13 21:36:39.376 INFO STEP 76 (remove_files) COMPLETE
84142025-05-13T21:36:40.032Z[ recovery-image] May 13 21:36:39.376 INFO O| May 13 21:36:39.376 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84152025-05-13T21:36:40.067Z[ recovery-image] May 13 21:36:39.411 INFO O| May 13 21:36:39.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84162025-05-13T21:36:40.067Z[ recovery-image] May 13 21:36:39.411 INFO O| May 13 21:36:39.411 INFO STEP 77 (remove_files) COMPLETE
84172025-05-13T21:36:40.067Z[ recovery-image] May 13 21:36:39.411 INFO O| May 13 21:36:39.411 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84182025-05-13T21:36:40.125Z[ recovery-image] May 13 21:36:39.470 INFO O| May 13 21:36:39.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84192025-05-13T21:36:40.125Z[ recovery-image] May 13 21:36:39.470 INFO O| May 13 21:36:39.470 INFO STEP 78 (remove_files) COMPLETE
84202025-05-13T21:36:40.129Z[ recovery-image] May 13 21:36:39.470 INFO O| May 13 21:36:39.470 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84212025-05-13T21:36:40.145Z[ recovery-image] May 13 21:36:39.489 INFO O| May 13 21:36:39.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84222025-05-13T21:36:40.149Z[ recovery-image] May 13 21:36:39.489 INFO O| May 13 21:36:39.489 INFO STEP 79 (remove_files) COMPLETE
84232025-05-13T21:36:40.149Z[ recovery-image] May 13 21:36:39.489 INFO O| May 13 21:36:39.489 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84242025-05-13T21:36:40.170Z[ recovery-image] May 13 21:36:39.514 INFO O| May 13 21:36:39.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84252025-05-13T21:36:40.170Z[ recovery-image] May 13 21:36:39.514 INFO O| May 13 21:36:39.514 INFO STEP 80 (remove_files) COMPLETE
84262025-05-13T21:36:40.173Z[ recovery-image] May 13 21:36:39.515 INFO O| May 13 21:36:39.514 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84272025-05-13T21:36:40.209Z[ recovery-image] May 13 21:36:39.553 INFO O| May 13 21:36:39.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84282025-05-13T21:36:40.209Z[ recovery-image] May 13 21:36:39.553 INFO O| May 13 21:36:39.553 INFO STEP 81 (remove_files) COMPLETE
84292025-05-13T21:36:40.209Z[ recovery-image] May 13 21:36:39.553 INFO O| May 13 21:36:39.553 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84302025-05-13T21:36:40.232Z[ recovery-image] May 13 21:36:39.576 INFO O| May 13 21:36:39.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84312025-05-13T21:36:40.232Z[ recovery-image] May 13 21:36:39.577 INFO O| May 13 21:36:39.576 INFO STEP 82 (remove_files) COMPLETE
84322025-05-13T21:36:40.235Z[ recovery-image] May 13 21:36:39.577 INFO O| May 13 21:36:39.576 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84332025-05-13T21:36:40.251Z[ recovery-image] May 13 21:36:39.596 INFO O| May 13 21:36:39.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84342025-05-13T21:36:40.251Z[ recovery-image] May 13 21:36:39.596 INFO O| May 13 21:36:39.596 INFO STEP 83 (remove_files) COMPLETE
84352025-05-13T21:36:40.254Z[ recovery-image] May 13 21:36:39.596 INFO O| May 13 21:36:39.596 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84362025-05-13T21:36:40.279Z[ recovery-image] May 13 21:36:39.624 INFO O| May 13 21:36:39.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84372025-05-13T21:36:40.279Z[ recovery-image] May 13 21:36:39.624 INFO O| May 13 21:36:39.624 INFO STEP 84 (remove_files) COMPLETE
84382025-05-13T21:36:40.280Z[ recovery-image] May 13 21:36:39.624 INFO O| May 13 21:36:39.624 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84392025-05-13T21:36:40.302Z[ recovery-image] May 13 21:36:39.647 INFO O| May 13 21:36:39.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84402025-05-13T21:36:40.302Z[ recovery-image] May 13 21:36:39.647 INFO O| May 13 21:36:39.647 INFO STEP 85 (remove_files) COMPLETE
84412025-05-13T21:36:40.302Z[ recovery-image] May 13 21:36:39.647 INFO O| May 13 21:36:39.647 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84422025-05-13T21:36:40.324Z[ recovery-image] May 13 21:36:39.667 INFO O| May 13 21:36:39.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84432025-05-13T21:36:40.324Z[ recovery-image] May 13 21:36:39.667 INFO O| May 13 21:36:39.667 INFO STEP 86 (remove_files) COMPLETE
84442025-05-13T21:36:40.324Z[ recovery-image] May 13 21:36:39.667 INFO O| May 13 21:36:39.667 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84452025-05-13T21:36:40.358Z[ recovery-image] May 13 21:36:39.703 INFO O| May 13 21:36:39.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84462025-05-13T21:36:40.395Z[ recovery-image] May 13 21:36:39.703 INFO O| May 13 21:36:39.703 INFO STEP 87 (remove_files) COMPLETE
84472025-05-13T21:36:40.395Z[ recovery-image] May 13 21:36:39.703 INFO O| May 13 21:36:39.703 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84482025-05-13T21:36:40.395Z[ recovery-image] May 13 21:36:39.723 INFO O| May 13 21:36:39.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84492025-05-13T21:36:40.395Z[ recovery-image] May 13 21:36:39.723 INFO O| May 13 21:36:39.723 INFO STEP 88 (remove_files) COMPLETE
84502025-05-13T21:36:40.395Z[ recovery-image] May 13 21:36:39.724 INFO O| May 13 21:36:39.724 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84512025-05-13T21:36:40.402Z[ recovery-image] May 13 21:36:39.747 INFO O| May 13 21:36:39.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84522025-05-13T21:36:40.402Z[ recovery-image] May 13 21:36:39.747 INFO O| May 13 21:36:39.747 INFO STEP 89 (remove_files) COMPLETE
84532025-05-13T21:36:40.406Z[ recovery-image] May 13 21:36:39.747 INFO O| May 13 21:36:39.747 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84542025-05-13T21:36:40.424Z[ recovery-image] May 13 21:36:39.769 INFO O| May 13 21:36:39.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84552025-05-13T21:36:40.424Z[ recovery-image] May 13 21:36:39.769 INFO O| May 13 21:36:39.769 INFO STEP 90 (remove_files) COMPLETE
84562025-05-13T21:36:40.424Z[ recovery-image] May 13 21:36:39.769 INFO O| May 13 21:36:39.769 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84572025-05-13T21:36:40.443Z[ recovery-image] May 13 21:36:39.788 INFO O| May 13 21:36:39.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84582025-05-13T21:36:40.443Z[ recovery-image] May 13 21:36:39.788 INFO O| May 13 21:36:39.788 INFO STEP 91 (remove_files) COMPLETE
84592025-05-13T21:36:40.446Z[ recovery-image] May 13 21:36:39.788 INFO O| May 13 21:36:39.788 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84602025-05-13T21:36:40.461Z[ recovery-image] May 13 21:36:39.805 INFO O| May 13 21:36:39.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84612025-05-13T21:36:40.461Z[ recovery-image] May 13 21:36:39.805 INFO O| May 13 21:36:39.805 INFO STEP 92 (remove_files) COMPLETE
84622025-05-13T21:36:40.464Z[ recovery-image] May 13 21:36:39.805 INFO O| May 13 21:36:39.805 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84632025-05-13T21:36:40.484Z[ recovery-image] May 13 21:36:39.829 INFO O| May 13 21:36:39.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84642025-05-13T21:36:40.485Z[ recovery-image] May 13 21:36:39.829 INFO O| May 13 21:36:39.829 INFO STEP 93 (remove_files) COMPLETE
84652025-05-13T21:36:40.485Z[ recovery-image] May 13 21:36:39.829 INFO O| May 13 21:36:39.829 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84662025-05-13T21:36:40.504Z[ recovery-image] May 13 21:36:39.849 INFO O| May 13 21:36:39.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84672025-05-13T21:36:40.504Z[ recovery-image] May 13 21:36:39.849 INFO O| May 13 21:36:39.849 INFO STEP 94 (remove_files) COMPLETE
84682025-05-13T21:36:40.504Z[ recovery-image] May 13 21:36:39.849 INFO O| May 13 21:36:39.849 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84692025-05-13T21:36:40.532Z[ recovery-image] May 13 21:36:39.876 INFO O| May 13 21:36:39.876 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84702025-05-13T21:36:40.535Z[ recovery-image] May 13 21:36:39.877 INFO O| May 13 21:36:39.877 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
84712025-05-13T21:36:41.072Z[ host-image] May 13 21:36:40.416 INFO O| May 13 21:36:40.416 INFO STEP 14 (pkg_install) COMPLETE
84722025-05-13T21:36:41.072Z[ host-image] May 13 21:36:40.416 INFO O| May 13 21:36:40.416 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84732025-05-13T21:36:41.076Z[ host-image] May 13 21:36:40.416 INFO O| May 13 21:36:40.416 INFO skip step because feature "mfg" is not enabled
84742025-05-13T21:36:41.076Z[ host-image] May 13 21:36:40.416 INFO O| May 13 21:36:40.416 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84752025-05-13T21:36:41.076Z[ host-image] May 13 21:36:40.416 INFO O| May 13 21:36:40.416 INFO skip step because feature "compliance" is not enabled
84762025-05-13T21:36:41.076Z[ host-image] May 13 21:36:40.416 INFO O| May 13 21:36:40.416 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84772025-05-13T21:36:41.076Z[ host-image] May 13 21:36:40.416 INFO O| May 13 21:36:40.416 INFO skip step because feature "stress" is not enabled
84782025-05-13T21:36:41.076Z[ host-image] May 13 21:36:40.416 INFO O| May 13 21:36:40.416 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84792025-05-13T21:36:41.076Z[ host-image] May 13 21:36:40.416 INFO O| May 13 21:36:40.416 INFO skip step because feature "nfs" is not enabled
84802025-05-13T21:36:41.076Z[ host-image] May 13 21:36:40.416 INFO O| May 13 21:36:40.416 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84812025-05-13T21:36:41.076Z[ host-image] May 13 21:36:40.416 INFO O| May 13 21:36:40.416 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84822025-05-13T21:36:41.219Z[ host-image] May 13 21:36:40.563 INFO O| May 13 21:36:40.563 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
84832025-05-13T21:36:41.389Z[ host-image] May 13 21:36:40.734 INFO O| May 13 21:36:40.734 INFO completed processing gimlet/ramdisk-01-os
84842025-05-13T21:36:41.392Z[ host-image] May 13 21:36:40.736 INFO omicron1 baseline generation...
84852025-05-13T21:36:41.392Z[ host-image] May 13 21:36:40.736 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
84862025-05-13T21:36:42.266Z[ host-image] May 13 21:36:41.610 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23359:20250425T223722Z
84872025-05-13T21:36:51.328Z[ recovery-image] May 13 21:36:50.672 INFO O| May 13 21:36:50.672 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
84882025-05-13T21:36:51.329Z[ recovery-image] May 13 21:36:50.673 INFO O| May 13 21:36:50.672 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84892025-05-13T21:36:51.347Z[ recovery-image] May 13 21:36:50.692 INFO O| May 13 21:36:50.692 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "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_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84902025-05-13T21:36:51.545Z[ recovery-image] May 13 21:36:50.889 INFO O| May 13 21:36:50.889 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
84912025-05-13T21:36:51.662Z[ recovery-image] May 13 21:36:51.006 INFO O| May 13 21:36:51.006 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
84922025-05-13T21:36:51.771Z[ recovery-image] May 13 21:36:51.114 INFO O| May 13 21:36:51.114 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84932025-05-13T21:36:51.771Z[ recovery-image] May 13 21:36:51.114 INFO O| May 13 21:36:51.114 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 ...
84942025-05-13T21:36:51.774Z[ recovery-image] May 13 21:36:51.116 INFO O| May 13 21:36:51.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84952025-05-13T21:36:51.774Z[ recovery-image] May 13 21:36:51.116 INFO O| May 13 21:36:51.116 INFO ok!
84962025-05-13T21:36:51.774Z[ recovery-image] May 13 21:36:51.116 INFO O| May 13 21:36:51.116 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84972025-05-13T21:36:51.774Z[ recovery-image] May 13 21:36:51.117 INFO O| May 13 21:36:51.117 INFO STEP 95 (seed_smf) COMPLETE
84982025-05-13T21:36:51.774Z[ recovery-image] May 13 21:36:51.117 INFO O| May 13 21:36:51.117 INFO steps complete; finalising image!
84992025-05-13T21:36:51.774Z[ recovery-image] May 13 21:36:51.117 INFO O| May 13 21:36:51.117 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
85002025-05-13T21:36:51.838Z[ recovery-image] May 13 21:36:51.181 INFO O| May 13 21:36:51.181 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Tue May 13 21:36:51 2025)
85012025-05-13T21:36:52.045Z[ recovery-image] May 13 21:36:51.390 INFO O| May 13 21:36:51.390 INFO trim TEMPORARY-gimlet-zfs-recovery: (67% trimmed, started at Tue May 13 21:36:51 2025)
85022025-05-13T21:36:52.281Z[ recovery-image] May 13 21:36:51.625 INFO O| May 13 21:36:51.625 INFO temporary pool has 446M used, 1.31G avail, 1.00x compressratio
85032025-05-13T21:36:52.281Z[ recovery-image] May 13 21:36:51.626 INFO O| May 13 21:36:51.625 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
85042025-05-13T21:36:52.557Z[ recovery-image] May 13 21:36:51.901 INFO O| May 13 21:36:51.901 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
85052025-05-13T21:36:52.557Z[ recovery-image] May 13 21:36:51.901 INFO O| May 13 21:36:51.901 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
85062025-05-13T21:36:56.654Z[ recovery-image] May 13 21:36:55.998 INFO O| May 13 21:36:55.998 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85072025-05-13T21:36:56.654Z[ recovery-image] May 13 21:36:55.998 INFO O| May 13 21:36:55.998 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85082025-05-13T21:36:56.654Z[ recovery-image] May 13 21:36:55.998 INFO O| May 13 21:36:55.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85092025-05-13T21:36:56.657Z[ recovery-image] May 13 21:36:55.998 INFO O| May 13 21:36:55.998 INFO completed processing gimlet/zfs-recovery
85102025-05-13T21:36:56.657Z[ recovery-image] May 13 21:36:55.998 INFO O| May 13 21:36:55.998 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85112025-05-13T21:36:57.820Z[ recovery-image] May 13 21:36:57.164 INFO O| May 13 21:36:57.164 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85122025-05-13T21:36:57.931Z[ recovery-image] May 13 21:36:57.275 INFO BUILD STRING "heads/stlouis-0-g361574b73e\n"
85132025-05-13T21:36:57.934Z[ recovery-image] May 13 21:36:57.275 INFO expanded image name: "recovery 368f84f/${os_short_commit} 2025-05-13 20:55" -> "recovery 368f84f/361574b 2025-05-13 20:55"
85142025-05-13T21:36:57.934Z[ recovery-image] May 13 21:36:57.276 INFO output artefacts stored in: "/work/os-recovery"
85152025-05-13T21:36:57.934Z[ recovery-image] May 13 21:36:57.276 INFO collecting git info from project "pinprick"...
85162025-05-13T21:36:57.976Z[ recovery-image] May 13 21:36:57.320 INFO collecting git info from project "pilot"...
85172025-05-13T21:36:58.034Z[ recovery-image] May 13 21:36:57.377 INFO collecting git info from project "bootserver"...
85182025-05-13T21:36:58.052Z[ recovery-image] May 13 21:36:57.396 INFO collecting git info from project "image-builder"...
85192025-05-13T21:36:58.074Z[ recovery-image] May 13 21:36:57.417 INFO collecting git info from project "phbl"...
85202025-05-13T21:36:58.088Z[ recovery-image] May 13 21:36:57.432 INFO collecting git info from project "amd-host-image-builder"...
85212025-05-13T21:36:58.164Z[ recovery-image] May 13 21:36:57.508 INFO collecting git info from project "amd-firmware"...
85222025-05-13T21:36:58.656Z[ recovery-image] May 13 21:36:58.000 INFO collecting git info from project "chelsio-t6-roms"...
85232025-05-13T21:36:58.690Z[ recovery-image] May 13 21:36:58.033 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85242025-05-13T21:36:59.112Z[ recovery-image] May 13 21:36:58.456 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85252025-05-13T21:36:59.496Z[ recovery-image] May 13 21:36:58.840 INFO creating Oxide boot image...
85262025-05-13T21:36:59.497Z[ recovery-image] May 13 21:36:58.840 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 368f84f/361574b 2025-05-13 20:55", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85272025-05-13T21:37:50.900Z[ host-image] May 13 21:37:50.240 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23359:20250425T223755Z
85282025-05-13T21:37:50.900Z[ host-image] May 13 21:37:50.240 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23359:20250425T223755Z
85292025-05-13T21:37:50.904Z[ host-image] May 13 21:37:50.240 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85302025-05-13T21:37:50.905Z[ host-image] May 13 21:37:50.240 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85312025-05-13T21:37:50.905Z[ host-image] May 13 21:37:50.241 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85322025-05-13T21:37:50.905Z[ host-image] May 13 21:37:50.241 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85332025-05-13T21:37:50.905Z[ host-image] May 13 21:37:50.242 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85342025-05-13T21:37:50.905Z[ host-image] May 13 21:37:50.242 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85352025-05-13T21:37:50.909Z[ host-image] May 13 21:37:50.246 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@15.0.0.0:20250513T205610Z
85362025-05-13T21:37:50.909Z[ host-image] May 13 21:37:50.246 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85372025-05-13T21:37:50.909Z[ host-image] May 13 21:37:50.246 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85382025-05-13T21:37:50.909Z[ host-image] May 13 21:37:50.246 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23359:20250425T223755Z
85392025-05-13T21:37:50.913Z[ host-image] May 13 21:37:50.249 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23359:20250425T223756Z
85402025-05-13T21:37:50.913Z[ host-image] May 13 21:37:50.250 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23359:20250425T223756Z
85412025-05-13T21:37:50.913Z[ host-image] May 13 21:37:50.251 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23359:20250425T223756Z
85422025-05-13T21:37:50.913Z[ host-image] May 13 21:37:50.251 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85432025-05-13T21:37:50.913Z[ host-image] May 13 21:37:50.252 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23359:20250425T223756Z
85442025-05-13T21:37:50.914Z[ host-image] May 13 21:37:50.253 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23359:20250425T223757Z
85452025-05-13T21:37:50.914Z[ host-image] May 13 21:37:50.253 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23359:20250425T223757Z
85462025-05-13T21:37:50.914Z[ host-image] May 13 21:37:50.253 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23359:20250425T223757Z
85472025-05-13T21:37:50.914Z[ host-image] May 13 21:37:50.253 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23359:20250425T223758Z
85482025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.254 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23359:20250425T223758Z
85492025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.254 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23359:20250425T223758Z
85502025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.254 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23359:20250425T223758Z
85512025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.254 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23359:20250425T223759Z
85522025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.254 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23359:20250425T223759Z
85532025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.255 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23359:20250425T223800Z
85542025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.255 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23359:20250425T223800Z
85552025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.255 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23359:20250425T223802Z
85562025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.255 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23359:20250425T223803Z
85572025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.255 INFO O| install = pkg://helios-dev/driver/network/opte@0.35.364:20250508T212537Z
85582025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.256 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23359:20250425T223804Z
85592025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.256 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23359:20250425T223806Z
85602025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.256 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23359:20250425T223807Z
85612025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.256 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23359:20250425T223807Z
85622025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.258 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23359:20250425T223809Z
85632025-05-13T21:37:50.924Z[ host-image] May 13 21:37:50.258 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23359:20250425T223809Z
85642025-05-13T21:37:50.932Z[ host-image] May 13 21:37:50.272 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
85652025-05-13T21:37:50.934Z[ host-image] May 13 21:37:50.272 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23359:20250425T223809Z
85662025-05-13T21:37:50.934Z[ host-image] May 13 21:37:50.272 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
85672025-05-13T21:37:50.934Z[ host-image] May 13 21:37:50.272 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85682025-05-13T21:37:50.935Z[ host-image] May 13 21:37:50.273 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85692025-05-13T21:37:50.935Z[ host-image] May 13 21:37:50.274 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23359:20250425T223809Z
85702025-05-13T21:37:50.935Z[ host-image] May 13 21:37:50.274 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85712025-05-13T21:37:50.960Z[ host-image] May 13 21:37:50.300 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85722025-05-13T21:37:50.965Z[ host-image] May 13 21:37:50.301 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85732025-05-13T21:37:50.965Z[ host-image] May 13 21:37:50.302 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85742025-05-13T21:37:50.979Z[ host-image] May 13 21:37:50.319 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85752025-05-13T21:37:50.979Z[ host-image] May 13 21:37:50.319 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85762025-05-13T21:37:50.983Z[ host-image] May 13 21:37:50.320 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85772025-05-13T21:37:50.983Z[ host-image] May 13 21:37:50.321 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85782025-05-13T21:37:50.983Z[ host-image] May 13 21:37:50.322 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85792025-05-13T21:37:50.983Z[ host-image] May 13 21:37:50.322 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85802025-05-13T21:37:51.054Z[ host-image] May 13 21:37:50.392 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
85812025-05-13T21:37:51.059Z[ host-image] May 13 21:37:50.393 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85822025-05-13T21:37:51.060Z[ host-image] May 13 21:37:50.393 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85832025-05-13T21:37:51.060Z[ host-image] May 13 21:37:50.394 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23359:20250425T223811Z
85842025-05-13T21:37:51.060Z[ host-image] May 13 21:37:50.394 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23359:20250425T223817Z
85852025-05-13T21:37:51.060Z[ host-image] May 13 21:37:50.395 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85862025-05-13T21:37:51.060Z[ host-image] May 13 21:37:50.395 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23359:20250425T223817Z
85872025-05-13T21:37:51.060Z[ host-image] May 13 21:37:50.395 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
85882025-05-13T21:37:51.060Z[ host-image] May 13 21:37:50.395 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
85892025-05-13T21:37:51.060Z[ host-image] May 13 21:37:50.396 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
85902025-05-13T21:37:51.060Z[ host-image] May 13 21:37:50.396 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
85912025-05-13T21:37:51.060Z[ host-image] May 13 21:37:50.396 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23359:20250425T223817Z
85922025-05-13T21:37:51.060Z[ host-image] May 13 21:37:50.396 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85932025-05-13T21:37:51.064Z[ host-image] May 13 21:37:50.403 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85942025-05-13T21:37:51.064Z[ host-image] May 13 21:37:50.403 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85952025-05-13T21:37:51.069Z[ host-image] May 13 21:37:50.403 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85962025-05-13T21:37:51.069Z[ host-image] May 13 21:37:50.404 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23359:20250425T223818Z
85972025-05-13T21:37:51.069Z[ host-image] May 13 21:37:50.404 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85982025-05-13T21:37:51.102Z[ host-image] May 13 21:37:50.442 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85992025-05-13T21:37:51.111Z[ host-image] May 13 21:37:50.442 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23359:20250425T223818Z
86002025-05-13T21:37:51.111Z[ host-image] May 13 21:37:50.445 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23359:20250425T223819Z
86012025-05-13T21:37:51.111Z[ host-image] May 13 21:37:50.446 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23359:20250425T223819Z
86022025-05-13T21:37:51.111Z[ host-image] May 13 21:37:50.446 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
86032025-05-13T21:37:51.114Z[ host-image] May 13 21:37:50.447 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23359:20250425T223820Z
86042025-05-13T21:37:51.114Z[ host-image] May 13 21:37:50.448 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23359:20250425T223820Z
86052025-05-13T21:37:51.114Z[ host-image] May 13 21:37:50.448 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23359:20250425T223820Z
86062025-05-13T21:37:51.115Z[ host-image] May 13 21:37:50.449 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23359:20250425T223820Z
86072025-05-13T21:37:51.115Z[ host-image] May 13 21:37:50.454 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86082025-05-13T21:37:51.115Z[ host-image] May 13 21:37:50.455 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23359:20250425T223821Z
86092025-05-13T21:37:51.121Z[ host-image] May 13 21:37:50.455 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23359:20250425T223822Z
86102025-05-13T21:37:51.121Z[ host-image] May 13 21:37:50.456 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86112025-05-13T21:37:51.121Z[ host-image] May 13 21:37:50.456 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23359:20250425T223822Z
86122025-05-13T21:37:51.121Z[ host-image] May 13 21:37:50.456 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23359:20250425T223823Z
86132025-05-13T21:37:51.121Z[ host-image] May 13 21:37:50.456 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23359:20250425T223823Z
86142025-05-13T21:37:51.121Z[ host-image] May 13 21:37:50.457 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23359:20250425T223823Z
86152025-05-13T21:37:51.139Z[ host-image] May 13 21:37:50.480 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23359:20250425T223823Z
86162025-05-13T21:37:51.139Z[ host-image] May 13 21:37:50.480 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86172025-05-13T21:37:51.143Z[ host-image] May 13 21:37:50.483 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23359:20250425T223823Z
86182025-05-13T21:37:51.146Z[ host-image] May 13 21:37:50.485 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23359:20250425T223823Z
86192025-05-13T21:37:51.146Z[ host-image] May 13 21:37:50.485 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23359:20250425T223823Z
86202025-05-13T21:37:51.146Z[ host-image] May 13 21:37:50.486 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23359:20250425T223823Z
86212025-05-13T21:37:51.149Z[ host-image] May 13 21:37:50.487 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23359:20250425T223824Z
86222025-05-13T21:37:51.149Z[ host-image] May 13 21:37:50.487 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23359:20250425T223824Z
86232025-05-13T21:37:51.163Z[ host-image] May 13 21:37:50.503 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23359:20250425T223825Z
86242025-05-13T21:37:51.167Z[ host-image] May 13 21:37:50.504 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23359:20250425T223825Z
86252025-05-13T21:37:51.167Z[ host-image] May 13 21:37:50.504 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23359:20250425T223825Z
86262025-05-13T21:37:51.167Z[ host-image] May 13 21:37:50.506 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23359:20250425T223825Z
86272025-05-13T21:37:51.167Z[ host-image] May 13 21:37:50.506 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23359:20250425T223825Z
86282025-05-13T21:37:51.217Z[ host-image] May 13 21:37:50.557 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23359:20250425T223828Z
86292025-05-13T21:37:51.222Z[ host-image] May 13 21:37:50.557 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23359:20250425T223825Z
86302025-05-13T21:37:51.222Z[ host-image] May 13 21:37:50.557 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23359:20250425T223826Z
86312025-05-13T21:37:51.222Z[ host-image] May 13 21:37:50.558 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86322025-05-13T21:37:51.222Z[ host-image] May 13 21:37:50.558 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86332025-05-13T21:37:51.263Z[ host-image] May 13 21:37:50.602 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23359:20250425T223826Z
86342025-05-13T21:37:51.267Z[ host-image] May 13 21:37:50.602 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86352025-05-13T21:37:51.267Z[ host-image] May 13 21:37:50.602 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23359:20250425T223826Z
86362025-05-13T21:37:51.267Z[ host-image] May 13 21:37:50.602 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23359:20250425T223826Z
86372025-05-13T21:37:51.267Z[ host-image] May 13 21:37:50.604 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23359:20250425T223826Z
86382025-05-13T21:37:51.267Z[ host-image] May 13 21:37:50.605 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86392025-05-13T21:37:51.267Z[ host-image] May 13 21:37:50.606 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86402025-05-13T21:37:51.267Z[ host-image] May 13 21:37:50.606 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23359:20250425T223827Z
86412025-05-13T21:37:51.267Z[ host-image] May 13 21:37:50.606 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23359:20250425T223827Z
86422025-05-13T21:37:51.267Z[ host-image] May 13 21:37:50.607 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23359:20250425T223827Z
86432025-05-13T21:37:51.273Z[ host-image] May 13 21:37:50.607 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23359:20250425T223827Z
86442025-05-13T21:37:51.273Z[ host-image] May 13 21:37:50.608 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23359:20250425T223828Z
86452025-05-13T21:37:51.273Z[ host-image] May 13 21:37:50.608 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23359:20250425T223828Z
86462025-05-13T21:37:51.280Z[ host-image] May 13 21:37:50.618 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86472025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.619 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23359:20250425T223829Z
86482025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.621 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23359:20250425T223829Z
86492025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.622 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250327-2.0.23359:20250425T223829Z
86502025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.622 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23359:20250425T223830Z
86512025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.623 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23359:20250425T223829Z
86522025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.623 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23359:20250425T223830Z
86532025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.623 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86542025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.623 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86552025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.624 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23359:20250425T223832Z
86562025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.624 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23359:20250425T223832Z
86572025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.625 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86582025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.625 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86592025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.625 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86602025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.625 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86612025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.625 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
86622025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.626 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86632025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.628 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86642025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.629 INFO O| tempdir @ "/tmp/.tmpTCLY5f/tmp"
86652025-05-13T21:37:51.289Z[ host-image] May 13 21:37:50.629 INFO O| image root @ "/tmp/.tmpTCLY5f/tmp/root"
86662025-05-13T21:37:51.389Z[ host-image] May 13 21:37:50.629 INFO O| creating image...
86672025-05-13T21:37:52.328Z[ host-image] May 13 21:37:51.668 INFO O| copying publishers...
86682025-05-13T21:38:13.228Z[ recovery-image] May 13 21:38:12.566 INFO O| ok, image written!
86692025-05-13T21:38:13.231Z[ recovery-image] May 13 21:38:12.566 INFO O| ok, boot_image_csum file written!
86702025-05-13T21:38:13.235Z[ recovery-image] May 13 21:38:12.574 INFO creating boot archive (CPIO)...
86712025-05-13T21:38:13.238Z[ recovery-image] May 13 21:38:12.574 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
86722025-05-13T21:38:13.261Z[ recovery-image] May 13 21:38:12.600 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86732025-05-13T21:38:13.263Z[ recovery-image] May 13 21:38:12.600 INFO E| + outfile=/work/os-recovery/cpio
86742025-05-13T21:38:13.266Z[ recovery-image] May 13 21:38:12.600 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86752025-05-13T21:38:13.266Z[ recovery-image] May 13 21:38:12.605 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86762025-05-13T21:38:13.266Z[ recovery-image] May 13 21:38:12.605 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86772025-05-13T21:38:13.317Z[ recovery-image] May 13 21:38:12.656 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86782025-05-13T21:38:13.317Z[ recovery-image] May 13 21:38:12.656 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86792025-05-13T21:38:13.328Z[ recovery-image] May 13 21:38:12.666 INFO creating compressed cpio/unix for nanobl-rs...
86802025-05-13T21:38:13.328Z[ recovery-image] May 13 21:38:12.666 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
86812025-05-13T21:38:13.753Z[ recovery-image] May 13 21:38:13.092 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86822025-05-13T21:38:20.767Z[ recovery-image] May 13 21:38:20.106 INFO creating reset image...
86832025-05-13T21:38:20.767Z[ recovery-image] May 13 21:38:20.106 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
86842025-05-13T21:38:33.863Z[ host-image] May 13 21:38:33.200 INFO O| adding properties...
86852025-05-13T21:38:34.238Z[verify-libraries] Finished `release` profile [optimized] target(s) in 17m 31s
86862025-05-13T21:38:34.646ZMay 13 21:38:33.984 INFO [verify-libraries] process exited with exit status: 0 (1056.709989023s)
86872025-05-13T21:38:35.895Z[ host-image] May 13 21:38:35.233 INFO O| installing packages...
86882025-05-13T21:38:58.485Z[ recovery-image] May 13 21:38:57.820 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')"
86892025-05-13T21:38:58.485Z[ recovery-image] May 13 21:38:57.820 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86902025-05-13T21:38:58.704Z[ recovery-image] May 13 21:38:58.038 INFO E| Updating crates.io index
86912025-05-13T21:38:58.808Z[ recovery-image] May 13 21:38:58.144 INFO E| Downloading crates ...
86922025-05-13T21:38:58.886Z[ recovery-image] May 13 21:38:58.222 INFO E| Downloaded colorchoice v1.0.3
86932025-05-13T21:38:58.889Z[ recovery-image] May 13 21:38:58.225 INFO E| Downloaded clap v4.5.37
86942025-05-13T21:38:58.898Z[ recovery-image] May 13 21:38:58.234 INFO E| Downloaded shared_child v1.0.1
86952025-05-13T21:38:58.901Z[ recovery-image] May 13 21:38:58.235 INFO E| Downloaded os_pipe v1.2.1
86962025-05-13T21:38:58.901Z[ recovery-image] May 13 21:38:58.237 INFO E| Downloaded anstyle-query v1.1.2
86972025-05-13T21:38:58.904Z[ recovery-image] May 13 21:38:58.238 INFO E| Downloaded anstyle-parse v0.2.6
86982025-05-13T21:38:58.904Z[ recovery-image] May 13 21:38:58.240 INFO E| Downloaded duct v0.13.7
86992025-05-13T21:38:58.907Z[ recovery-image] May 13 21:38:58.244 INFO E| Downloaded clap_builder v4.5.37
87002025-05-13T21:38:58.923Z[ recovery-image] May 13 21:38:58.259 INFO E| Downloaded syn v2.0.100
87012025-05-13T21:38:58.971Z[ recovery-image] May 13 21:38:58.305 INFO E| Compiling proc-macro2 v1.0.95
87022025-05-13T21:38:58.971Z[ recovery-image] May 13 21:38:58.305 INFO E| Compiling libc v0.2.172
87032025-05-13T21:38:58.974Z[ recovery-image] May 13 21:38:58.305 INFO E| Compiling unicode-ident v1.0.18
87042025-05-13T21:38:58.974Z[ recovery-image] May 13 21:38:58.305 INFO E| Compiling utf8parse v0.2.2
87052025-05-13T21:38:58.974Z[ recovery-image] May 13 21:38:58.305 INFO E| Compiling colorchoice v1.0.3
87062025-05-13T21:38:58.974Z[ recovery-image] May 13 21:38:58.305 INFO E| Compiling anstyle v1.0.10
87072025-05-13T21:38:58.975Z[ recovery-image] May 13 21:38:58.305 INFO E| Compiling is_terminal_polyfill v1.70.1
87082025-05-13T21:38:58.975Z[ recovery-image] May 13 21:38:58.306 INFO E| Compiling anstyle-query v1.1.2
87092025-05-13T21:38:59.172Z[ recovery-image] May 13 21:38:58.508 INFO E| Compiling anstyle-parse v0.2.6
87102025-05-13T21:38:59.176Z[ recovery-image] May 13 21:38:58.512 INFO E| Compiling heck v0.5.0
87112025-05-13T21:38:59.189Z[ recovery-image] May 13 21:38:58.524 INFO E| Compiling strsim v0.11.1
87122025-05-13T21:38:59.201Z[ recovery-image] May 13 21:38:58.537 INFO E| Compiling clap_lex v0.7.4
87132025-05-13T21:38:59.210Z[ recovery-image] May 13 21:38:58.546 INFO E| Compiling once_cell v1.21.3
87142025-05-13T21:38:59.449Z[ recovery-image] May 13 21:38:58.784 INFO E| Compiling anstream v0.6.18
87152025-05-13T21:38:59.851Z[ recovery-image] May 13 21:38:59.188 INFO E| Compiling clap_builder v4.5.37
87162025-05-13T21:39:00.160Z[ recovery-image] May 13 21:38:59.496 INFO E| Compiling shared_child v1.0.1
87172025-05-13T21:39:00.160Z[ recovery-image] May 13 21:38:59.496 INFO E| Compiling os_pipe v1.2.1
87182025-05-13T21:39:00.342Z[ recovery-image] May 13 21:38:59.678 INFO E| Compiling duct v0.13.7
87192025-05-13T21:39:00.443Z[ recovery-image] May 13 21:38:59.778 INFO E| Compiling quote v1.0.40
87202025-05-13T21:39:00.710Z[ host-image] May 13 21:39:00.046 INFO O| seeding SMF database...
87212025-05-13T21:39:00.727Z[ recovery-image] May 13 21:39:00.063 INFO E| Compiling syn v2.0.100
87222025-05-13T21:39:04.688Z[ recovery-image] May 13 21:39:03.816 INFO E| Compiling clap_derive v4.5.32
87232025-05-13T21:39:06.211Z[ recovery-image] May 13 21:39:05.547 INFO E| Compiling clap v4.5.37
87242025-05-13T21:39:06.276Z[ recovery-image] May 13 21:39:05.612 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87252025-05-13T21:39:07.207Z[ recovery-image] May 13 21:39:06.543 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.65s
87262025-05-13T21:39:07.219Z[ recovery-image] May 13 21:39:06.553 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87272025-05-13T21:39:07.356Z[ recovery-image] May 13 21:39:06.691 INFO E| Downloading crates ...
87282025-05-13T21:39:07.411Z[ recovery-image] May 13 21:39:06.747 INFO E| Downloaded bit_field v0.10.2
87292025-05-13T21:39:07.415Z[ recovery-image] May 13 21:39:06.749 INFO E| Downloaded seq-macro v0.3.6
87302025-05-13T21:39:07.428Z[ recovery-image] May 13 21:39:06.764 INFO E| Downloaded bitstruct_derive v0.1.0
87312025-05-13T21:39:07.431Z[ recovery-image] May 13 21:39:06.765 INFO E| Downloaded bitstruct v0.1.1
87322025-05-13T21:39:07.431Z[ recovery-image] May 13 21:39:06.766 INFO E| Downloaded cpio_reader v0.1.1
87332025-05-13T21:39:07.439Z[ recovery-image] May 13 21:39:06.772 INFO E| Downloaded raw-cpuid v10.7.0
87342025-05-13T21:39:07.566Z[ recovery-image] May 13 21:39:06.902 INFO E| Downloaded x86 v0.52.0
87352025-05-13T21:39:07.614Z[ recovery-image] May 13 21:39:06.950 INFO E| Updating crates.io index
87362025-05-13T21:39:07.671Z[ recovery-image] May 13 21:39:07.006 INFO E| Downloading crates ...
87372025-05-13T21:39:07.714Z[ recovery-image] May 13 21:39:07.050 INFO E| Downloaded rustc-literal-escaper v0.0.2
87382025-05-13T21:39:07.723Z[ recovery-image] May 13 21:39:07.059 INFO E| Downloaded allocator-api2 v0.2.21
87392025-05-13T21:39:07.740Z[ recovery-image] May 13 21:39:07.076 INFO E| Downloaded compiler_builtins v0.1.155
87402025-05-13T21:39:07.765Z[ recovery-image] May 13 21:39:07.100 INFO E| Compiling compiler_builtins v0.1.155
87412025-05-13T21:39:07.765Z[ recovery-image] May 13 21:39:07.100 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)
87422025-05-13T21:39:07.765Z[ recovery-image] May 13 21:39:07.100 INFO E| Compiling proc-macro2 v1.0.95
87432025-05-13T21:39:07.765Z[ recovery-image] May 13 21:39:07.100 INFO E| Compiling unicode-ident v1.0.18
87442025-05-13T21:39:07.768Z[ recovery-image] May 13 21:39:07.101 INFO E| Compiling syn v1.0.109
87452025-05-13T21:39:07.768Z[ recovery-image] May 13 21:39:07.101 INFO E| Compiling x86 v0.52.0
87462025-05-13T21:39:07.768Z[ recovery-image] May 13 21:39:07.101 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87472025-05-13T21:39:07.769Z[ recovery-image] May 13 21:39:07.101 INFO E| Compiling seq-macro v0.3.6
87482025-05-13T21:39:08.955Z[ recovery-image] May 13 21:39:08.290 INFO E| Compiling quote v1.0.40
87492025-05-13T21:39:09.202Z[ host-image] May 13 21:39:08.536 INFO O| configuring SMF profile...
87502025-05-13T21:39:09.206Z[ host-image] May 13 21:39:08.536 INFO O| modifying shadow(5)...
87512025-05-13T21:39:09.206Z[ host-image] May 13 21:39:08.536 INFO O| loading user and group database...
87522025-05-13T21:39:09.206Z[ host-image] May 13 21:39:08.537 INFO O| assessing packaged files...
87532025-05-13T21:39:09.217Z[ recovery-image] May 13 21:39:08.552 INFO E| Compiling syn v2.0.100
87542025-05-13T21:39:11.557Z[ recovery-image] May 13 21:39:10.891 INFO E| Compiling scroll_derive v0.12.1
87552025-05-13T21:39:11.739Z[ host-image] May 13 21:39:11.074 INFO O| creating archive...
87562025-05-13T21:39:11.776Z[ host-image] May 13 21:39:11.110 INFO O| missing from packaging:
87572025-05-13T21:39:11.777Z[ host-image] May 13 21:39:11.110 INFO O| "etc/.pwd.lock"
87582025-05-13T21:39:11.777Z[ host-image] May 13 21:39:11.110 INFO O| "etc/bash"
87592025-05-13T21:39:11.783Z[ host-image] May 13 21:39:11.118 INFO O| "etc/svc/profile/generic.xml"
87602025-05-13T21:39:11.786Z[ host-image] May 13 21:39:11.118 INFO O| "etc/svc/profile/inetd_services.xml"
87612025-05-13T21:39:11.786Z[ host-image] May 13 21:39:11.118 INFO O| "etc/svc/profile/name_service.xml"
87622025-05-13T21:39:11.786Z[ host-image] May 13 21:39:11.118 INFO O| "etc/svc/profile/platform.xml"
87632025-05-13T21:39:11.786Z[ host-image] May 13 21:39:11.118 INFO O| "etc/svc/profile/platform_omicron1.xml"
87642025-05-13T21:39:11.786Z[ host-image] May 13 21:39:11.118 INFO O| "etc/svc/repository.db"
87652025-05-13T21:39:11.792Z[ host-image] May 13 21:39:11.128 INFO O| "opt/ooce/share"
87662025-05-13T21:39:11.797Z[ host-image] May 13 21:39:11.128 INFO O| "opt/ooce/share/man"
87672025-05-13T21:39:11.797Z[ host-image] May 13 21:39:11.128 INFO O| "opt/ooce/share/man/man1"
87682025-05-13T21:39:11.804Z[ host-image] May 13 21:39:11.138 INFO O| finishing archive...
87692025-05-13T21:39:13.584Z[ recovery-image] May 13 21:39:12.919 INFO E| Compiling bitstruct_derive v0.1.0
87702025-05-13T21:39:14.771Z[ host-image] May 13 21:39:14.106 INFO O| creating gzonly manifest...
87712025-05-13T21:39:14.778Z[ host-image] May 13 21:39:14.113 INFO O| ok
87722025-05-13T21:39:14.897Z[ host-image] May 13 21:39:14.232 INFO image builder template: ramdisk-02-trim...
87732025-05-13T21:39:14.897Z[ host-image] May 13 21:39:14.232 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", "-E", "/tmp/.tmpE4aPjC/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
87742025-05-13T21:39:14.922Z[ host-image] May 13 21:39:14.254 INFO O| May 13 21:39:14.254 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87752025-05-13T21:39:14.925Z[ host-image] May 13 21:39:14.258 INFO O| May 13 21:39:14.258 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87762025-05-13T21:39:15.063Z[ host-image] May 13 21:39:14.382 INFO O| May 13 21:39:14.382 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87772025-05-13T21:39:15.118Z[ host-image] May 13 21:39:14.454 INFO O| May 13 21:39:14.454 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87782025-05-13T21:39:15.119Z[ host-image] May 13 21:39:14.454 INFO O| May 13 21:39:14.454 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87792025-05-13T21:39:15.124Z[ host-image] May 13 21:39:14.459 INFO O| May 13 21:39:14.459 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87802025-05-13T21:39:15.127Z[ host-image] May 13 21:39:14.463 INFO O| May 13 21:39:14.463 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87812025-05-13T21:39:15.132Z[ host-image] May 13 21:39:14.468 INFO O| May 13 21:39:14.468 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87822025-05-13T21:39:15.449Z[ host-image] May 13 21:39:14.784 INFO O| May 13 21:39:14.784 INFO rolled back to input snapshot; work may begin
87832025-05-13T21:39:15.449Z[ host-image] May 13 21:39:14.784 INFO O| May 13 21:39:14.784 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87842025-05-13T21:39:15.454Z[ host-image] May 13 21:39:14.789 INFO O| May 13 21:39:14.789 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852025-05-13T21:39:15.463Z[ host-image] May 13 21:39:14.798 INFO O| May 13 21:39:14.798 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87862025-05-13T21:39:15.511Z[ host-image] May 13 21:39:14.846 INFO O| May 13 21:39:14.846 INFO STEP 0 (remove_files) COMPLETE
87872025-05-13T21:39:15.511Z[ host-image] May 13 21:39:14.846 INFO O| May 13 21:39:14.846 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882025-05-13T21:39:15.528Z[ host-image] May 13 21:39:14.859 INFO O| May 13 21:39:14.859 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87892025-05-13T21:39:15.535Z[ host-image] May 13 21:39:14.861 INFO O| May 13 21:39:14.861 INFO STEP 1 (remove_files) COMPLETE
87902025-05-13T21:39:15.535Z[ host-image] May 13 21:39:14.861 INFO O| May 13 21:39:14.861 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912025-05-13T21:39:15.538Z[ host-image] May 13 21:39:14.870 INFO O| May 13 21:39:14.870 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87922025-05-13T21:39:15.549Z[ host-image] May 13 21:39:14.884 INFO O| May 13 21:39:14.884 INFO STEP 2 (remove_files) COMPLETE
87932025-05-13T21:39:15.549Z[ host-image] May 13 21:39:14.884 INFO O| May 13 21:39:14.884 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942025-05-13T21:39:15.561Z[ host-image] May 13 21:39:14.896 INFO O| May 13 21:39:14.896 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87952025-05-13T21:39:15.564Z[ host-image] May 13 21:39:14.897 INFO O| May 13 21:39:14.897 INFO STEP 3 (remove_files) COMPLETE
87962025-05-13T21:39:15.564Z[ host-image] May 13 21:39:14.897 INFO O| May 13 21:39:14.897 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972025-05-13T21:39:15.573Z[ host-image] May 13 21:39:14.909 INFO O| May 13 21:39:14.909 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87982025-05-13T21:39:15.577Z[ host-image] May 13 21:39:14.912 INFO O| May 13 21:39:14.912 INFO STEP 4 (remove_files) COMPLETE
87992025-05-13T21:39:15.577Z[ host-image] May 13 21:39:14.912 INFO O| May 13 21:39:14.912 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002025-05-13T21:39:15.586Z[ host-image] May 13 21:39:14.921 INFO O| May 13 21:39:14.921 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88012025-05-13T21:39:15.589Z[ host-image] May 13 21:39:14.923 INFO O| May 13 21:39:14.923 INFO STEP 5 (remove_files) COMPLETE
88022025-05-13T21:39:15.589Z[ host-image] May 13 21:39:14.923 INFO O| May 13 21:39:14.923 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032025-05-13T21:39:15.597Z[ host-image] May 13 21:39:14.932 INFO O| May 13 21:39:14.932 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88042025-05-13T21:39:15.606Z[ host-image] May 13 21:39:14.942 INFO O| May 13 21:39:14.942 INFO STEP 6 (remove_files) COMPLETE
88052025-05-13T21:39:15.607Z[ host-image] May 13 21:39:14.942 INFO O| May 13 21:39:14.942 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062025-05-13T21:39:15.618Z[ host-image] May 13 21:39:14.953 INFO O| May 13 21:39:14.953 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88072025-05-13T21:39:15.630Z[ host-image] May 13 21:39:14.965 INFO O| May 13 21:39:14.965 INFO STEP 7 (remove_files) COMPLETE
88082025-05-13T21:39:15.630Z[ host-image] May 13 21:39:14.965 INFO O| May 13 21:39:14.965 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092025-05-13T21:39:15.641Z[ host-image] May 13 21:39:14.976 INFO O| May 13 21:39:14.976 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88102025-05-13T21:39:15.709Z[ host-image] May 13 21:39:15.044 INFO O| May 13 21:39:15.044 INFO STEP 8 (remove_files) COMPLETE
88112025-05-13T21:39:15.709Z[ host-image] May 13 21:39:15.044 INFO O| May 13 21:39:15.044 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122025-05-13T21:39:15.719Z[ host-image] May 13 21:39:15.055 INFO O| May 13 21:39:15.054 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88132025-05-13T21:39:15.801Z[ host-image] May 13 21:39:15.136 INFO O| May 13 21:39:15.136 INFO STEP 9 (remove_files) COMPLETE
88142025-05-13T21:39:15.801Z[ host-image] May 13 21:39:15.136 INFO O| May 13 21:39:15.136 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88152025-05-13T21:39:15.811Z[ host-image] May 13 21:39:15.146 INFO O| May 13 21:39:15.146 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88162025-05-13T21:39:15.816Z[ host-image] May 13 21:39:15.150 INFO O| May 13 21:39:15.150 INFO STEP 10 (remove_files) COMPLETE
88172025-05-13T21:39:15.816Z[ host-image] May 13 21:39:15.150 INFO O| May 13 21:39:15.150 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88182025-05-13T21:39:15.824Z[ host-image] May 13 21:39:15.159 INFO O| May 13 21:39:15.159 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88192025-05-13T21:39:15.827Z[ host-image] May 13 21:39:15.160 INFO O| May 13 21:39:15.160 INFO STEP 11 (remove_files) COMPLETE
88202025-05-13T21:39:15.827Z[ host-image] May 13 21:39:15.160 INFO O| May 13 21:39:15.160 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212025-05-13T21:39:15.834Z[ host-image] May 13 21:39:15.169 INFO O| May 13 21:39:15.169 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88222025-05-13T21:39:15.841Z[ host-image] May 13 21:39:15.170 INFO O| May 13 21:39:15.170 INFO STEP 12 (remove_files) COMPLETE
88232025-05-13T21:39:15.841Z[ host-image] May 13 21:39:15.170 INFO O| May 13 21:39:15.170 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242025-05-13T21:39:16.094Z[ host-image] May 13 21:39:15.429 INFO O| May 13 21:39:15.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88252025-05-13T21:39:16.103Z[ host-image] May 13 21:39:15.438 INFO O| May 13 21:39:15.438 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88262025-05-13T21:39:16.106Z[ host-image] May 13 21:39:15.440 INFO O| May 13 21:39:15.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88272025-05-13T21:39:16.111Z[ host-image] May 13 21:39:15.444 INFO O| May 13 21:39:15.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88282025-05-13T21:39:16.212Z[ host-image] May 13 21:39:15.545 INFO O| May 13 21:39:15.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88292025-05-13T21:39:16.212Z[ host-image] May 13 21:39:15.545 INFO O| May 13 21:39:15.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88302025-05-13T21:39:16.215Z[ host-image] May 13 21:39:15.546 INFO O| May 13 21:39:15.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88312025-05-13T21:39:16.215Z[ host-image] May 13 21:39:15.546 INFO O| May 13 21:39:15.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88322025-05-13T21:39:16.215Z[ host-image] May 13 21:39:15.546 INFO O| May 13 21:39:15.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88332025-05-13T21:39:16.216Z[ host-image] May 13 21:39:15.546 INFO O| May 13 21:39:15.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88342025-05-13T21:39:16.216Z[ host-image] May 13 21:39:15.546 INFO O| May 13 21:39:15.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88352025-05-13T21:39:16.216Z[ host-image] May 13 21:39:15.546 INFO O| May 13 21:39:15.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88362025-05-13T21:39:16.216Z[ host-image] May 13 21:39:15.546 INFO O| May 13 21:39:15.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88372025-05-13T21:39:16.216Z[ host-image] May 13 21:39:15.547 INFO O| May 13 21:39:15.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88382025-05-13T21:39:16.216Z[ host-image] May 13 21:39:15.547 INFO O| May 13 21:39:15.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88392025-05-13T21:39:16.216Z[ host-image] May 13 21:39:15.547 INFO O| May 13 21:39:15.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88402025-05-13T21:39:16.216Z[ host-image] May 13 21:39:15.547 INFO O| May 13 21:39:15.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88412025-05-13T21:39:16.216Z[ host-image] May 13 21:39:15.547 INFO O| May 13 21:39:15.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88422025-05-13T21:39:16.216Z[ host-image] May 13 21:39:15.547 INFO O| May 13 21:39:15.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88432025-05-13T21:39:16.216Z[ host-image] May 13 21:39:15.547 INFO O| May 13 21:39:15.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88442025-05-13T21:39:16.223Z[ host-image] May 13 21:39:15.558 INFO O| May 13 21:39:15.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88452025-05-13T21:39:16.226Z[ host-image] May 13 21:39:15.559 INFO O| May 13 21:39:15.559 INFO STEP 13 (remove_files) COMPLETE
88462025-05-13T21:39:16.226Z[ host-image] May 13 21:39:15.559 INFO O| May 13 21:39:15.559 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88472025-05-13T21:39:16.234Z[ host-image] May 13 21:39:15.570 INFO O| May 13 21:39:15.569 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88482025-05-13T21:39:16.237Z[ host-image] May 13 21:39:15.571 INFO O| May 13 21:39:15.571 INFO STEP 14 (remove_files) COMPLETE
88492025-05-13T21:39:16.237Z[ host-image] May 13 21:39:15.571 INFO O| May 13 21:39:15.571 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88502025-05-13T21:39:16.245Z[ host-image] May 13 21:39:15.580 INFO O| May 13 21:39:15.580 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88512025-05-13T21:39:16.251Z[ host-image] May 13 21:39:15.586 INFO O| May 13 21:39:15.586 INFO STEP 15 (remove_files) COMPLETE
88522025-05-13T21:39:16.254Z[ host-image] May 13 21:39:15.586 INFO O| May 13 21:39:15.586 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88532025-05-13T21:39:16.260Z[ host-image] May 13 21:39:15.595 INFO O| May 13 21:39:15.595 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88542025-05-13T21:39:16.263Z[ host-image] May 13 21:39:15.596 INFO O| May 13 21:39:15.596 INFO STEP 16 (remove_files) COMPLETE
88552025-05-13T21:39:16.264Z[ host-image] May 13 21:39:15.596 INFO O| May 13 21:39:15.596 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88562025-05-13T21:39:16.270Z[ host-image] May 13 21:39:15.605 INFO O| May 13 21:39:15.605 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88572025-05-13T21:39:16.273Z[ host-image] May 13 21:39:15.606 INFO O| May 13 21:39:15.606 INFO STEP 17 (remove_files) COMPLETE
88582025-05-13T21:39:16.273Z[ host-image] May 13 21:39:15.606 INFO O| May 13 21:39:15.606 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88592025-05-13T21:39:16.282Z[ host-image] May 13 21:39:15.616 INFO O| May 13 21:39:15.616 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88602025-05-13T21:39:16.282Z[ host-image] May 13 21:39:15.616 INFO O| May 13 21:39:15.616 INFO STEP 18 (remove_files) COMPLETE
88612025-05-13T21:39:16.285Z[ host-image] May 13 21:39:15.616 INFO O| May 13 21:39:15.616 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88622025-05-13T21:39:16.290Z[ host-image] May 13 21:39:15.625 INFO O| May 13 21:39:15.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88632025-05-13T21:39:16.290Z[ host-image] May 13 21:39:15.625 INFO O| May 13 21:39:15.625 INFO STEP 19 (remove_files) COMPLETE
88642025-05-13T21:39:16.293Z[ host-image] May 13 21:39:15.625 INFO O| May 13 21:39:15.625 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88652025-05-13T21:39:16.305Z[ host-image] May 13 21:39:15.634 INFO O| May 13 21:39:15.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88662025-05-13T21:39:16.305Z[ host-image] May 13 21:39:15.634 INFO O| May 13 21:39:15.634 INFO STEP 20 (remove_files) COMPLETE
88672025-05-13T21:39:16.309Z[ host-image] May 13 21:39:15.634 INFO O| May 13 21:39:15.634 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88682025-05-13T21:39:16.309Z[ host-image] May 13 21:39:15.644 INFO O| May 13 21:39:15.644 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88692025-05-13T21:39:16.310Z[ host-image] May 13 21:39:15.644 INFO O| May 13 21:39:15.644 INFO STEP 21 (remove_files) COMPLETE
88702025-05-13T21:39:16.310Z[ host-image] May 13 21:39:15.644 INFO O| May 13 21:39:15.644 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88712025-05-13T21:39:16.320Z[ host-image] May 13 21:39:15.653 INFO O| May 13 21:39:15.653 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88722025-05-13T21:39:16.320Z[ host-image] May 13 21:39:15.653 INFO O| May 13 21:39:15.653 INFO STEP 22 (remove_files) COMPLETE
88732025-05-13T21:39:16.320Z[ host-image] May 13 21:39:15.653 INFO O| May 13 21:39:15.653 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88742025-05-13T21:39:16.327Z[ host-image] May 13 21:39:15.662 INFO O| May 13 21:39:15.662 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88752025-05-13T21:39:16.327Z[ host-image] May 13 21:39:15.662 INFO O| May 13 21:39:15.662 INFO STEP 23 (remove_files) COMPLETE
88762025-05-13T21:39:16.330Z[ host-image] May 13 21:39:15.662 INFO O| May 13 21:39:15.662 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88772025-05-13T21:39:16.336Z[ host-image] May 13 21:39:15.671 INFO O| May 13 21:39:15.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88782025-05-13T21:39:16.338Z[ host-image] May 13 21:39:15.671 INFO O| May 13 21:39:15.671 INFO STEP 24 (remove_files) COMPLETE
88792025-05-13T21:39:16.338Z[ host-image] May 13 21:39:15.671 INFO O| May 13 21:39:15.671 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88802025-05-13T21:39:16.345Z[ host-image] May 13 21:39:15.680 INFO O| May 13 21:39:15.680 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88812025-05-13T21:39:16.348Z[ host-image] May 13 21:39:15.680 INFO O| May 13 21:39:15.680 INFO STEP 25 (remove_files) COMPLETE
88822025-05-13T21:39:16.349Z[ host-image] May 13 21:39:15.680 INFO O| May 13 21:39:15.680 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88832025-05-13T21:39:16.354Z[ host-image] May 13 21:39:15.689 INFO O| May 13 21:39:15.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88842025-05-13T21:39:16.354Z[ host-image] May 13 21:39:15.689 INFO O| May 13 21:39:15.689 INFO STEP 26 (remove_files) COMPLETE
88852025-05-13T21:39:16.357Z[ host-image] May 13 21:39:15.689 INFO O| May 13 21:39:15.689 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88862025-05-13T21:39:16.363Z[ host-image] May 13 21:39:15.698 INFO O| May 13 21:39:15.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88872025-05-13T21:39:16.363Z[ host-image] May 13 21:39:15.698 INFO O| May 13 21:39:15.698 INFO STEP 27 (remove_files) COMPLETE
88882025-05-13T21:39:16.363Z[ host-image] May 13 21:39:15.698 INFO O| May 13 21:39:15.698 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88892025-05-13T21:39:16.372Z[ host-image] May 13 21:39:15.707 INFO O| May 13 21:39:15.707 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88902025-05-13T21:39:16.372Z[ host-image] May 13 21:39:15.708 INFO O| May 13 21:39:15.708 INFO STEP 28 (remove_files) COMPLETE
88912025-05-13T21:39:16.376Z[ host-image] May 13 21:39:15.708 INFO O| May 13 21:39:15.708 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88922025-05-13T21:39:16.381Z[ host-image] May 13 21:39:15.717 INFO O| May 13 21:39:15.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88932025-05-13T21:39:16.381Z[ host-image] May 13 21:39:15.717 INFO O| May 13 21:39:15.717 INFO STEP 29 (remove_files) COMPLETE
88942025-05-13T21:39:16.388Z[ host-image] May 13 21:39:15.717 INFO O| May 13 21:39:15.717 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88952025-05-13T21:39:16.392Z[ host-image] May 13 21:39:15.726 INFO O| May 13 21:39:15.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88962025-05-13T21:39:16.392Z[ host-image] May 13 21:39:15.726 INFO O| May 13 21:39:15.726 INFO STEP 30 (remove_files) COMPLETE
88972025-05-13T21:39:16.392Z[ host-image] May 13 21:39:15.726 INFO O| May 13 21:39:15.726 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88982025-05-13T21:39:16.400Z[ host-image] May 13 21:39:15.735 INFO O| May 13 21:39:15.735 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88992025-05-13T21:39:16.404Z[ host-image] May 13 21:39:15.735 INFO O| May 13 21:39:15.735 INFO STEP 31 (remove_files) COMPLETE
89002025-05-13T21:39:16.404Z[ host-image] May 13 21:39:15.735 INFO O| May 13 21:39:15.735 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89012025-05-13T21:39:16.409Z[ host-image] May 13 21:39:15.744 INFO O| May 13 21:39:15.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89022025-05-13T21:39:16.409Z[ host-image] May 13 21:39:15.744 INFO O| May 13 21:39:15.744 INFO STEP 32 (remove_files) COMPLETE
89032025-05-13T21:39:16.409Z[ host-image] May 13 21:39:15.744 INFO O| May 13 21:39:15.744 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89042025-05-13T21:39:16.419Z[ host-image] May 13 21:39:15.753 INFO O| May 13 21:39:15.753 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89052025-05-13T21:39:16.419Z[ host-image] May 13 21:39:15.753 INFO O| May 13 21:39:15.753 INFO STEP 33 (remove_files) COMPLETE
89062025-05-13T21:39:16.422Z[ host-image] May 13 21:39:15.753 INFO O| May 13 21:39:15.753 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89072025-05-13T21:39:16.427Z[ host-image] May 13 21:39:15.763 INFO O| May 13 21:39:15.763 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89082025-05-13T21:39:16.428Z[ host-image] May 13 21:39:15.763 INFO O| May 13 21:39:15.763 INFO STEP 34 (remove_files) COMPLETE
89092025-05-13T21:39:16.428Z[ host-image] May 13 21:39:15.763 INFO O| May 13 21:39:15.763 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89102025-05-13T21:39:16.437Z[ host-image] May 13 21:39:15.772 INFO O| May 13 21:39:15.772 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89112025-05-13T21:39:16.440Z[ host-image] May 13 21:39:15.772 INFO O| May 13 21:39:15.772 INFO STEP 35 (remove_files) COMPLETE
89122025-05-13T21:39:16.440Z[ host-image] May 13 21:39:15.772 INFO O| May 13 21:39:15.772 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89132025-05-13T21:39:16.446Z[ host-image] May 13 21:39:15.781 INFO O| May 13 21:39:15.781 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89142025-05-13T21:39:16.446Z[ host-image] May 13 21:39:15.781 INFO O| May 13 21:39:15.781 INFO STEP 36 (remove_files) COMPLETE
89152025-05-13T21:39:16.446Z[ host-image] May 13 21:39:15.781 INFO O| May 13 21:39:15.781 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89162025-05-13T21:39:16.455Z[ host-image] May 13 21:39:15.790 INFO O| May 13 21:39:15.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89172025-05-13T21:39:16.455Z[ host-image] May 13 21:39:15.790 INFO O| May 13 21:39:15.790 INFO STEP 37 (remove_files) COMPLETE
89182025-05-13T21:39:16.458Z[ host-image] May 13 21:39:15.790 INFO O| May 13 21:39:15.790 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89192025-05-13T21:39:16.464Z[ host-image] May 13 21:39:15.799 INFO O| May 13 21:39:15.799 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89202025-05-13T21:39:16.464Z[ host-image] May 13 21:39:15.799 INFO O| May 13 21:39:15.799 INFO STEP 38 (remove_files) COMPLETE
89212025-05-13T21:39:16.467Z[ host-image] May 13 21:39:15.799 INFO O| May 13 21:39:15.799 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89222025-05-13T21:39:16.473Z[ host-image] May 13 21:39:15.808 INFO O| May 13 21:39:15.808 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89232025-05-13T21:39:16.473Z[ host-image] May 13 21:39:15.808 INFO O| May 13 21:39:15.808 INFO STEP 39 (remove_files) COMPLETE
89242025-05-13T21:39:16.474Z[ host-image] May 13 21:39:15.808 INFO O| May 13 21:39:15.808 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89252025-05-13T21:39:16.482Z[ host-image] May 13 21:39:15.817 INFO O| May 13 21:39:15.817 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89262025-05-13T21:39:16.482Z[ host-image] May 13 21:39:15.817 INFO O| May 13 21:39:15.817 INFO STEP 40 (remove_files) COMPLETE
89272025-05-13T21:39:16.485Z[ host-image] May 13 21:39:15.817 INFO O| May 13 21:39:15.817 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89282025-05-13T21:39:16.491Z[ host-image] May 13 21:39:15.826 INFO O| May 13 21:39:15.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89292025-05-13T21:39:16.497Z[ host-image] May 13 21:39:15.827 INFO O| May 13 21:39:15.826 INFO STEP 41 (remove_files) COMPLETE
89302025-05-13T21:39:16.497Z[ host-image] May 13 21:39:15.827 INFO O| May 13 21:39:15.826 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89312025-05-13T21:39:16.501Z[ host-image] May 13 21:39:15.836 INFO O| May 13 21:39:15.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89322025-05-13T21:39:16.501Z[ host-image] May 13 21:39:15.836 INFO O| May 13 21:39:15.836 INFO STEP 42 (remove_files) COMPLETE
89332025-05-13T21:39:16.502Z[ host-image] May 13 21:39:15.836 INFO O| May 13 21:39:15.836 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89342025-05-13T21:39:16.512Z[ host-image] May 13 21:39:15.845 INFO O| May 13 21:39:15.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89352025-05-13T21:39:16.512Z[ host-image] May 13 21:39:15.845 INFO O| May 13 21:39:15.845 INFO STEP 43 (remove_files) COMPLETE
89362025-05-13T21:39:16.518Z[ host-image] May 13 21:39:15.845 INFO O| May 13 21:39:15.845 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89372025-05-13T21:39:16.521Z[ host-image] May 13 21:39:15.854 INFO O| May 13 21:39:15.854 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89382025-05-13T21:39:16.522Z[ host-image] May 13 21:39:15.854 INFO O| May 13 21:39:15.854 INFO STEP 44 (remove_files) COMPLETE
89392025-05-13T21:39:16.522Z[ host-image] May 13 21:39:15.854 INFO O| May 13 21:39:15.854 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89402025-05-13T21:39:16.528Z[ host-image] May 13 21:39:15.863 INFO O| May 13 21:39:15.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89412025-05-13T21:39:16.528Z[ host-image] May 13 21:39:15.863 INFO O| May 13 21:39:15.863 INFO STEP 45 (remove_files) COMPLETE
89422025-05-13T21:39:16.532Z[ host-image] May 13 21:39:15.863 INFO O| May 13 21:39:15.863 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89432025-05-13T21:39:16.537Z[ host-image] May 13 21:39:15.873 INFO O| May 13 21:39:15.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89442025-05-13T21:39:16.537Z[ host-image] May 13 21:39:15.873 INFO O| May 13 21:39:15.873 INFO STEP 46 (remove_files) COMPLETE
89452025-05-13T21:39:16.537Z[ host-image] May 13 21:39:15.873 INFO O| May 13 21:39:15.873 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89462025-05-13T21:39:16.546Z[ host-image] May 13 21:39:15.882 INFO O| May 13 21:39:15.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89472025-05-13T21:39:16.546Z[ host-image] May 13 21:39:15.882 INFO O| May 13 21:39:15.882 INFO STEP 47 (remove_files) COMPLETE
89482025-05-13T21:39:16.551Z[ host-image] May 13 21:39:15.882 INFO O| May 13 21:39:15.882 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89492025-05-13T21:39:16.560Z[ host-image] May 13 21:39:15.891 INFO O| May 13 21:39:15.891 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89502025-05-13T21:39:16.565Z[ host-image] May 13 21:39:15.891 INFO O| May 13 21:39:15.891 INFO STEP 48 (remove_files) COMPLETE
89512025-05-13T21:39:16.565Z[ host-image] May 13 21:39:15.891 INFO O| May 13 21:39:15.891 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89522025-05-13T21:39:16.570Z[ host-image] May 13 21:39:15.900 INFO O| May 13 21:39:15.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89532025-05-13T21:39:16.570Z[ host-image] May 13 21:39:15.900 INFO O| May 13 21:39:15.900 INFO STEP 49 (remove_files) COMPLETE
89542025-05-13T21:39:16.570Z[ host-image] May 13 21:39:15.900 INFO O| May 13 21:39:15.900 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89552025-05-13T21:39:16.574Z[ host-image] May 13 21:39:15.909 INFO O| May 13 21:39:15.909 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89562025-05-13T21:39:16.577Z[ host-image] May 13 21:39:15.909 INFO O| May 13 21:39:15.909 INFO STEP 50 (remove_files) COMPLETE
89572025-05-13T21:39:16.578Z[ host-image] May 13 21:39:15.909 INFO O| May 13 21:39:15.909 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89582025-05-13T21:39:16.616Z[ host-image] May 13 21:39:15.918 INFO O| May 13 21:39:15.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89592025-05-13T21:39:16.616Z[ host-image] May 13 21:39:15.919 INFO O| May 13 21:39:15.919 INFO STEP 51 (remove_files) COMPLETE
89602025-05-13T21:39:16.624Z[ host-image] May 13 21:39:15.919 INFO O| May 13 21:39:15.919 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89612025-05-13T21:39:16.624Z[ host-image] May 13 21:39:15.928 INFO O| May 13 21:39:15.928 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89622025-05-13T21:39:16.624Z[ host-image] May 13 21:39:15.928 INFO O| May 13 21:39:15.928 INFO STEP 52 (remove_files) COMPLETE
89632025-05-13T21:39:16.624Z[ host-image] May 13 21:39:15.928 INFO O| May 13 21:39:15.928 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89642025-05-13T21:39:16.624Z[ host-image] May 13 21:39:15.937 INFO O| May 13 21:39:15.937 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89652025-05-13T21:39:16.624Z[ host-image] May 13 21:39:15.937 INFO O| May 13 21:39:15.937 INFO STEP 53 (remove_files) COMPLETE
89662025-05-13T21:39:16.624Z[ host-image] May 13 21:39:15.937 INFO O| May 13 21:39:15.937 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89672025-05-13T21:39:16.624Z[ host-image] May 13 21:39:15.946 INFO O| May 13 21:39:15.946 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89682025-05-13T21:39:16.624Z[ host-image] May 13 21:39:15.946 INFO O| May 13 21:39:15.946 INFO STEP 54 (remove_files) COMPLETE
89692025-05-13T21:39:16.624Z[ host-image] May 13 21:39:15.946 INFO O| May 13 21:39:15.946 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89702025-05-13T21:39:16.630Z[ host-image] May 13 21:39:15.955 INFO O| May 13 21:39:15.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89712025-05-13T21:39:16.630Z[ host-image] May 13 21:39:15.955 INFO O| May 13 21:39:15.955 INFO STEP 55 (remove_files) COMPLETE
89722025-05-13T21:39:16.630Z[ host-image] May 13 21:39:15.955 INFO O| May 13 21:39:15.955 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89732025-05-13T21:39:16.633Z[ host-image] May 13 21:39:15.965 INFO O| May 13 21:39:15.965 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89742025-05-13T21:39:16.633Z[ host-image] May 13 21:39:15.965 INFO O| May 13 21:39:15.965 INFO STEP 56 (remove_files) COMPLETE
89752025-05-13T21:39:16.633Z[ host-image] May 13 21:39:15.965 INFO O| May 13 21:39:15.965 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89762025-05-13T21:39:16.643Z[ host-image] May 13 21:39:15.974 INFO O| May 13 21:39:15.974 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89772025-05-13T21:39:16.643Z[ host-image] May 13 21:39:15.974 INFO O| May 13 21:39:15.974 INFO STEP 57 (remove_files) COMPLETE
89782025-05-13T21:39:16.647Z[ host-image] May 13 21:39:15.974 INFO O| May 13 21:39:15.974 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89792025-05-13T21:39:16.651Z[ host-image] May 13 21:39:15.984 INFO O| May 13 21:39:15.984 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89802025-05-13T21:39:16.651Z[ host-image] May 13 21:39:15.984 INFO O| May 13 21:39:15.984 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89812025-05-13T21:39:16.651Z[ host-image] May 13 21:39:15.984 INFO O| May 13 21:39:15.984 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89822025-05-13T21:39:16.651Z[ host-image] May 13 21:39:15.984 INFO O| May 13 21:39:15.984 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89832025-05-13T21:39:16.651Z[ host-image] May 13 21:39:15.984 INFO O| May 13 21:39:15.984 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89842025-05-13T21:39:16.651Z[ host-image] May 13 21:39:15.984 INFO O| May 13 21:39:15.984 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89852025-05-13T21:39:16.651Z[ host-image] May 13 21:39:15.984 INFO O| May 13 21:39:15.984 INFO ok!
89862025-05-13T21:39:16.651Z[ host-image] May 13 21:39:15.984 INFO O| May 13 21:39:15.984 INFO STEP 58 (ensure_file) COMPLETE
89872025-05-13T21:39:16.651Z[ host-image] May 13 21:39:15.984 INFO O| May 13 21:39:15.984 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89882025-05-13T21:39:16.660Z[ host-image] May 13 21:39:15.994 INFO O| May 13 21:39:15.993 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89892025-05-13T21:39:16.660Z[ host-image] May 13 21:39:15.994 INFO O| May 13 21:39:15.994 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89902025-05-13T21:39:16.664Z[ host-image] May 13 21:39:15.994 INFO O| May 13 21:39:15.994 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89912025-05-13T21:39:16.664Z[ host-image] May 13 21:39:15.994 INFO O| May 13 21:39:15.994 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89922025-05-13T21:39:16.664Z[ host-image] May 13 21:39:15.994 INFO O| May 13 21:39:15.994 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89932025-05-13T21:39:16.664Z[ host-image] May 13 21:39:15.994 INFO O| May 13 21:39:15.994 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89942025-05-13T21:39:16.664Z[ host-image] May 13 21:39:15.994 INFO O| May 13 21:39:15.994 INFO ok!
89952025-05-13T21:39:16.664Z[ host-image] May 13 21:39:15.994 INFO O| May 13 21:39:15.994 INFO STEP 59 (ensure_file) COMPLETE
89962025-05-13T21:39:16.664Z[ host-image] May 13 21:39:15.994 INFO O| May 13 21:39:15.994 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89972025-05-13T21:39:16.669Z[ host-image] May 13 21:39:16.004 INFO O| May 13 21:39:16.004 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89982025-05-13T21:39:16.669Z[ host-image] May 13 21:39:16.004 INFO O| May 13 21:39:16.004 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89992025-05-13T21:39:16.674Z[ host-image] May 13 21:39:16.004 INFO O| May 13 21:39:16.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90002025-05-13T21:39:16.674Z[ host-image] May 13 21:39:16.004 INFO O| May 13 21:39:16.004 INFO ok!
90012025-05-13T21:39:16.674Z[ host-image] May 13 21:39:16.004 INFO O| May 13 21:39:16.004 INFO STEP 60 (ensure_file) COMPLETE
90022025-05-13T21:39:16.674Z[ host-image] May 13 21:39:16.004 INFO O| May 13 21:39:16.004 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032025-05-13T21:39:16.679Z[ host-image] May 13 21:39:16.014 INFO O| May 13 21:39:16.014 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90042025-05-13T21:39:16.679Z[ host-image] May 13 21:39:16.014 INFO O| May 13 21:39:16.014 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90052025-05-13T21:39:16.682Z[ host-image] May 13 21:39:16.014 INFO O| May 13 21:39:16.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90062025-05-13T21:39:16.683Z[ host-image] May 13 21:39:16.014 INFO O| May 13 21:39:16.014 INFO ok!
90072025-05-13T21:39:16.684Z[ host-image] May 13 21:39:16.014 INFO O| May 13 21:39:16.014 INFO STEP 61 (ensure_file) COMPLETE
90082025-05-13T21:39:16.684Z[ host-image] May 13 21:39:16.014 INFO O| May 13 21:39:16.014 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90092025-05-13T21:39:16.689Z[ host-image] May 13 21:39:16.024 INFO O| May 13 21:39:16.024 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90102025-05-13T21:39:16.689Z[ host-image] May 13 21:39:16.024 INFO O| May 13 21:39:16.024 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90112025-05-13T21:39:16.693Z[ host-image] May 13 21:39:16.024 INFO O| May 13 21:39:16.024 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90122025-05-13T21:39:16.693Z[ host-image] May 13 21:39:16.024 INFO O| May 13 21:39:16.024 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90132025-05-13T21:39:16.693Z[ host-image] May 13 21:39:16.024 INFO O| May 13 21:39:16.024 INFO ok!
90142025-05-13T21:39:16.693Z[ host-image] May 13 21:39:16.024 INFO O| May 13 21:39:16.024 INFO STEP 62 (ensure_file) COMPLETE
90152025-05-13T21:39:16.693Z[ host-image] May 13 21:39:16.024 INFO O| May 13 21:39:16.024 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90162025-05-13T21:39:16.698Z[ host-image] May 13 21:39:16.033 INFO O| May 13 21:39:16.033 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90172025-05-13T21:39:16.698Z[ host-image] May 13 21:39:16.033 INFO O| May 13 21:39:16.033 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90182025-05-13T21:39:16.701Z[ host-image] May 13 21:39:16.033 INFO O| May 13 21:39:16.033 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90192025-05-13T21:39:16.701Z[ host-image] May 13 21:39:16.033 INFO O| May 13 21:39:16.033 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90202025-05-13T21:39:16.701Z[ host-image] May 13 21:39:16.034 INFO O| May 13 21:39:16.033 INFO ok!
90212025-05-13T21:39:16.701Z[ host-image] May 13 21:39:16.034 INFO O| May 13 21:39:16.033 INFO STEP 63 (ensure_file) COMPLETE
90222025-05-13T21:39:16.701Z[ host-image] May 13 21:39:16.034 INFO O| May 13 21:39:16.033 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232025-05-13T21:39:16.708Z[ host-image] May 13 21:39:16.043 INFO O| May 13 21:39:16.043 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90242025-05-13T21:39:16.708Z[ host-image] May 13 21:39:16.043 INFO O| May 13 21:39:16.043 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90252025-05-13T21:39:16.711Z[ host-image] May 13 21:39:16.043 INFO O| May 13 21:39:16.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90262025-05-13T21:39:16.711Z[ host-image] May 13 21:39:16.043 INFO O| May 13 21:39:16.043 INFO ok!
90272025-05-13T21:39:16.711Z[ host-image] May 13 21:39:16.043 INFO O| May 13 21:39:16.043 INFO STEP 64 (assemble_files) COMPLETE
90282025-05-13T21:39:16.712Z[ host-image] May 13 21:39:16.043 INFO O| May 13 21:39:16.043 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292025-05-13T21:39:16.720Z[ host-image] May 13 21:39:16.053 INFO O| May 13 21:39:16.053 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90302025-05-13T21:39:16.720Z[ host-image] May 13 21:39:16.053 INFO O| May 13 21:39:16.053 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90312025-05-13T21:39:16.723Z[ host-image] May 13 21:39:16.053 INFO O| May 13 21:39:16.053 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90322025-05-13T21:39:16.723Z[ host-image] May 13 21:39:16.053 INFO O| May 13 21:39:16.053 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90332025-05-13T21:39:16.724Z[ host-image] May 13 21:39:16.053 INFO O| May 13 21:39:16.053 INFO ok!
90342025-05-13T21:39:16.724Z[ host-image] May 13 21:39:16.053 INFO O| May 13 21:39:16.053 INFO STEP 65 (ensure_file) COMPLETE
90352025-05-13T21:39:16.724Z[ host-image] May 13 21:39:16.053 INFO O| May 13 21:39:16.053 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90362025-05-13T21:39:16.728Z[ host-image] May 13 21:39:16.063 INFO O| May 13 21:39:16.062 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90372025-05-13T21:39:16.728Z[ host-image] May 13 21:39:16.063 INFO O| May 13 21:39:16.063 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90382025-05-13T21:39:16.728Z[ host-image] May 13 21:39:16.063 INFO O| May 13 21:39:16.063 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90392025-05-13T21:39:16.728Z[ host-image] May 13 21:39:16.063 INFO O| May 13 21:39:16.063 INFO STEP 66 (ensure_dir) COMPLETE
90402025-05-13T21:39:16.728Z[ host-image] May 13 21:39:16.063 INFO O| May 13 21:39:16.063 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90412025-05-13T21:39:16.737Z[ host-image] May 13 21:39:16.072 INFO O| May 13 21:39:16.072 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90422025-05-13T21:39:16.738Z[ host-image] May 13 21:39:16.072 INFO O| May 13 21:39:16.072 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 ...
90432025-05-13T21:39:16.744Z[ host-image] May 13 21:39:16.079 INFO O| May 13 21:39:16.079 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
90442025-05-13T21:39:16.747Z[ host-image] May 13 21:39:16.079 INFO O| May 13 21:39:16.079 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90452025-05-13T21:39:16.747Z[ host-image] May 13 21:39:16.079 INFO O| May 13 21:39:16.079 INFO ok!
90462025-05-13T21:39:16.747Z[ host-image] May 13 21:39:16.079 INFO O| May 13 21:39:16.079 INFO STEP 67 (ensure_file) COMPLETE
90472025-05-13T21:39:16.747Z[ host-image] May 13 21:39:16.079 INFO O| May 13 21:39:16.079 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90482025-05-13T21:39:16.756Z[ host-image] May 13 21:39:16.091 INFO O| May 13 21:39:16.091 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90492025-05-13T21:39:16.759Z[ host-image] May 13 21:39:16.091 INFO O| May 13 21:39:16.091 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 ...
90502025-05-13T21:39:16.759Z[ host-image] May 13 21:39:16.091 INFO O| May 13 21:39:16.091 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
90512025-05-13T21:39:16.759Z[ host-image] May 13 21:39:16.091 INFO O| May 13 21:39:16.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90522025-05-13T21:39:16.759Z[ host-image] May 13 21:39:16.091 INFO O| May 13 21:39:16.091 INFO ok!
90532025-05-13T21:39:16.759Z[ host-image] May 13 21:39:16.091 INFO O| May 13 21:39:16.091 INFO STEP 68 (ensure_file) COMPLETE
90542025-05-13T21:39:16.759Z[ host-image] May 13 21:39:16.091 INFO O| May 13 21:39:16.091 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90552025-05-13T21:39:16.772Z[ host-image] May 13 21:39:16.106 INFO O| May 13 21:39:16.106 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90562025-05-13T21:39:16.772Z[ host-image] May 13 21:39:16.106 INFO O| May 13 21:39:16.106 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90572025-05-13T21:39:18.836Z[ host-image] May 13 21:39:18.170 INFO O| May 13 21:39:18.170 INFO STEP 69 (pack_tar) COMPLETE
90582025-05-13T21:39:18.836Z[ host-image] May 13 21:39:18.171 INFO O| May 13 21:39:18.170 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90592025-05-13T21:39:18.839Z[ host-image] May 13 21:39:18.171 INFO O| May 13 21:39:18.170 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90602025-05-13T21:39:19.027Z[ host-image] May 13 21:39:18.361 INFO O| May 13 21:39:18.361 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90612025-05-13T21:39:19.126Z[ host-image] May 13 21:39:18.444 INFO O| May 13 21:39:18.444 INFO completed processing gimlet/ramdisk-02-trim
90622025-05-13T21:39:19.134Z[ host-image] May 13 21:39:18.446 INFO image builder template: zfs...
90632025-05-13T21:39:19.134Z[ host-image] May 13 21:39:18.446 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", "-E", "/tmp/.tmpE4aPjC/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.35.364", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "zfs"], pwd: None
90642025-05-13T21:39:19.135Z[ host-image] May 13 21:39:18.459 INFO O| May 13 21:39:18.459 INFO skip include "stress" because feature "stress" is not enabled
90652025-05-13T21:39:19.156Z[ host-image] May 13 21:39:18.491 INFO O| May 13 21:39:18.491 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90662025-05-13T21:39:19.159Z[ host-image] May 13 21:39:18.495 INFO O| May 13 21:39:18.494 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90672025-05-13T21:39:19.245Z[ host-image] May 13 21:39:18.579 INFO O| May 13 21:39:18.579 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90682025-05-13T21:39:19.306Z[ host-image] May 13 21:39:18.641 INFO O| May 13 21:39:18.641 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90692025-05-13T21:39:19.306Z[ host-image] May 13 21:39:18.641 INFO O| May 13 21:39:18.641 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90702025-05-13T21:39:19.310Z[ host-image] May 13 21:39:18.645 INFO O| May 13 21:39:18.645 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90712025-05-13T21:39:19.393Z[ host-image] May 13 21:39:18.728 INFO O| May 13 21:39:18.728 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90722025-05-13T21:39:19.455Z[ host-image] May 13 21:39:18.790 INFO O| May 13 21:39:18.790 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90732025-05-13T21:39:19.463Z[ host-image] May 13 21:39:18.798 INFO O| May 13 21:39:18.798 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90742025-05-13T21:39:19.468Z[ host-image] May 13 21:39:18.803 INFO O| May 13 21:39:18.803 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90752025-05-13T21:39:19.468Z[ host-image] May 13 21:39:18.803 INFO O| May 13 21:39:18.803 INFO no lofi found
90762025-05-13T21:39:19.471Z[ host-image] May 13 21:39:18.803 INFO O| May 13 21:39:18.803 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90772025-05-13T21:39:19.471Z[ host-image] May 13 21:39:18.803 INFO O| May 13 21:39:18.803 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90782025-05-13T21:39:21.667Z[ host-image] May 13 21:39:21.002 INFO O| May 13 21:39:21.002 INFO lofi device = /dev/dsk/c2t1d0p0
90792025-05-13T21:39:21.667Z[ host-image] May 13 21:39:21.002 INFO O| May 13 21:39:21.002 INFO pool device = /dev/dsk/c2t1d0p0
90802025-05-13T21:39:21.671Z[ host-image] May 13 21:39:21.002 INFO O| May 13 21:39:21.002 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"]
90812025-05-13T21:39:21.780Z[ host-image] May 13 21:39:21.115 INFO O| May 13 21:39:21.115 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90822025-05-13T21:39:21.780Z[ host-image] May 13 21:39:21.115 INFO O| May 13 21:39:21.115 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90832025-05-13T21:39:21.804Z[ host-image] May 13 21:39:21.139 INFO O| May 13 21:39:21.139 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90842025-05-13T21:39:21.866Z[ host-image] May 13 21:39:21.201 INFO O| May 13 21:39:21.201 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90852025-05-13T21:39:21.902Z[ host-image] May 13 21:39:21.237 INFO O| May 13 21:39:21.237 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90862025-05-13T21:39:21.916Z[ host-image] May 13 21:39:21.251 INFO O| May 13 21:39:21.251 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90872025-05-13T21:39:21.926Z[ host-image] May 13 21:39:21.261 INFO O| May 13 21:39:21.261 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90882025-05-13T21:39:21.970Z[ host-image] May 13 21:39:21.305 INFO O| May 13 21:39:21.305 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90892025-05-13T21:39:21.970Z[ host-image] May 13 21:39:21.305 INFO O| May 13 21:39:21.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90902025-05-13T21:39:21.973Z[ host-image] May 13 21:39:21.305 INFO O| May 13 21:39:21.305 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90912025-05-13T21:39:21.980Z[ host-image] May 13 21:39:21.315 INFO O| May 13 21:39:21.315 INFO boot environment UUID: d3d25d0c-1574-4527-b3c2-1d5477f764f8
90922025-05-13T21:39:21.980Z[ host-image] May 13 21:39:21.315 INFO O| May 13 21:39:21.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d3d25d0c-1574-4527-b3c2-1d5477f764f8
90932025-05-13T21:39:21.990Z[ host-image] May 13 21:39:21.325 INFO O| May 13 21:39:21.325 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90942025-05-13T21:39:22.003Z[ host-image] May 13 21:39:21.335 INFO O| May 13 21:39:21.334 INFO STEP 0 (create_be) COMPLETE
90952025-05-13T21:39:22.004Z[ host-image] May 13 21:39:21.335 INFO O| May 13 21:39:21.335 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90962025-05-13T21:39:22.014Z[ host-image] May 13 21:39:21.348 INFO O| May 13 21:39:21.348 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90972025-05-13T21:39:27.422Z[ recovery-image] May 13 21:39:26.749 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)
90982025-05-13T21:39:30.672Z[ recovery-image] May 13 21:39:30.006 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)
90992025-05-13T21:39:35.525Z[ recovery-image] May 13 21:39:34.858 INFO E| Compiling bitflags v1.3.2
91002025-05-13T21:39:35.528Z[ recovery-image] May 13 21:39:34.858 INFO E| Compiling plain v0.2.3
91012025-05-13T21:39:35.528Z[ recovery-image] May 13 21:39:34.858 INFO E| Compiling adler2 v2.0.0
91022025-05-13T21:39:35.528Z[ recovery-image] May 13 21:39:34.858 INFO E| Compiling scroll v0.12.0
91032025-05-13T21:39:35.528Z[ recovery-image] May 13 21:39:34.858 INFO E| Compiling bit_field v0.10.2
91042025-05-13T21:39:35.528Z[ recovery-image] May 13 21:39:34.858 INFO E| Compiling log v0.4.27
91052025-05-13T21:39:35.528Z[ recovery-image] May 13 21:39:34.858 INFO E| Compiling bitstruct v0.1.1
91062025-05-13T21:39:35.651Z[ recovery-image] May 13 21:39:34.985 INFO E| Compiling raw-cpuid v10.7.0
91072025-05-13T21:39:35.725Z[ recovery-image] May 13 21:39:34.995 INFO E| Compiling cpio_reader v0.1.1
91082025-05-13T21:39:35.728Z[ recovery-image] May 13 21:39:35.060 INFO E| Compiling static_assertions v1.1.0
91092025-05-13T21:39:36.013Z[ recovery-image] May 13 21:39:35.347 INFO E| Compiling miniz_oxide v0.8.8
91102025-05-13T21:39:36.699Z[ recovery-image] May 13 21:39:36.028 INFO E| Compiling goblin v0.9.3
91112025-05-13T21:39:43.692Z[ host-image] May 13 21:39:43.026 INFO O| May 13 21:39:43.026 INFO STEP 1 (unpack_tar) COMPLETE
91122025-05-13T21:39:43.693Z[ host-image] May 13 21:39:43.026 INFO O| May 13 21:39:43.026 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91132025-05-13T21:39:43.709Z[ host-image] May 13 21:39:43.043 INFO O| May 13 21:39:43.042 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91142025-05-13T21:39:43.840Z[ host-image] May 13 21:39:43.174 INFO O| May 13 21:39:43.174 INFO STEP 2 (devfsadm) COMPLETE
91152025-05-13T21:39:43.841Z[ host-image] May 13 21:39:43.174 INFO O| May 13 21:39:43.174 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91162025-05-13T21:39:43.851Z[ host-image] May 13 21:39:43.184 INFO O| May 13 21:39:43.184 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91172025-05-13T21:39:43.855Z[ host-image] May 13 21:39:43.184 INFO O| May 13 21:39:43.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91182025-05-13T21:39:43.855Z[ host-image] May 13 21:39:43.184 INFO O| May 13 21:39:43.184 INFO STEP 3 (ensure_dir) COMPLETE
91192025-05-13T21:39:43.855Z[ host-image] May 13 21:39:43.184 INFO O| May 13 21:39:43.184 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91202025-05-13T21:39:43.860Z[ host-image] May 13 21:39:43.193 INFO O| May 13 21:39:43.193 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91212025-05-13T21:39:43.864Z[ host-image] May 13 21:39:43.193 INFO O| May 13 21:39:43.193 INFO STEP 4 (ensure_dir) COMPLETE
91222025-05-13T21:39:43.864Z[ host-image] May 13 21:39:43.193 INFO O| May 13 21:39:43.193 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91232025-05-13T21:39:43.868Z[ host-image] May 13 21:39:43.202 INFO O| May 13 21:39:43.202 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91242025-05-13T21:39:43.871Z[ host-image] May 13 21:39:43.202 INFO O| May 13 21:39:43.202 INFO STEP 5 (ensure_dir) COMPLETE
91252025-05-13T21:39:43.871Z[ host-image] May 13 21:39:43.202 INFO O| May 13 21:39:43.202 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91262025-05-13T21:39:43.878Z[ host-image] May 13 21:39:43.211 INFO O| May 13 21:39:43.211 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91272025-05-13T21:39:43.879Z[ host-image] May 13 21:39:43.211 INFO O| May 13 21:39:43.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91282025-05-13T21:39:43.879Z[ host-image] May 13 21:39:43.211 INFO O| May 13 21:39:43.211 INFO STEP 6 (ensure_dir) COMPLETE
91292025-05-13T21:39:43.882Z[ host-image] May 13 21:39:43.211 INFO O| May 13 21:39:43.211 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91302025-05-13T21:39:43.886Z[ host-image] May 13 21:39:43.220 INFO O| May 13 21:39:43.220 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91312025-05-13T21:39:43.887Z[ host-image] May 13 21:39:43.220 INFO O| May 13 21:39:43.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91322025-05-13T21:39:43.890Z[ host-image] May 13 21:39:43.220 INFO O| May 13 21:39:43.220 INFO STEP 7 (ensure_dir) COMPLETE
91332025-05-13T21:39:43.890Z[ host-image] May 13 21:39:43.220 INFO O| May 13 21:39:43.220 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91342025-05-13T21:39:43.896Z[ host-image] May 13 21:39:43.229 INFO O| May 13 21:39:43.229 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91352025-05-13T21:39:43.899Z[ host-image] May 13 21:39:43.229 INFO O| May 13 21:39:43.229 INFO STEP 8 (remove_files) COMPLETE
91362025-05-13T21:39:43.899Z[ host-image] May 13 21:39:43.229 INFO O| May 13 21:39:43.229 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91372025-05-13T21:39:43.905Z[ host-image] May 13 21:39:43.238 INFO O| May 13 21:39:43.238 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91382025-05-13T21:39:43.908Z[ host-image] May 13 21:39:43.239 INFO O| May 13 21:39:43.239 INFO STEP 9 (remove_files) COMPLETE
91392025-05-13T21:39:43.908Z[ host-image] May 13 21:39:43.239 INFO O| May 13 21:39:43.239 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91402025-05-13T21:39:43.917Z[ host-image] May 13 21:39:43.248 INFO O| May 13 21:39:43.248 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91412025-05-13T21:39:43.921Z[ host-image] May 13 21:39:43.249 INFO O| May 13 21:39:43.249 INFO STEP 10 (remove_files) COMPLETE
91422025-05-13T21:39:43.921Z[ host-image] May 13 21:39:43.249 INFO O| May 13 21:39:43.249 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91432025-05-13T21:39:43.924Z[ host-image] May 13 21:39:43.257 INFO O| May 13 21:39:43.257 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91442025-05-13T21:39:43.924Z[ host-image] May 13 21:39:43.257 INFO O| May 13 21:39:43.257 INFO STEP 11 (remove_files) COMPLETE
91452025-05-13T21:39:43.924Z[ host-image] May 13 21:39:43.257 INFO O| May 13 21:39:43.257 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91462025-05-13T21:39:43.933Z[ host-image] May 13 21:39:43.266 INFO O| May 13 21:39:43.266 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91472025-05-13T21:39:43.933Z[ host-image] May 13 21:39:43.266 INFO O| May 13 21:39:43.266 INFO STEP 12 (remove_files) COMPLETE
91482025-05-13T21:39:43.936Z[ host-image] May 13 21:39:43.266 INFO O| May 13 21:39:43.266 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91492025-05-13T21:39:43.942Z[ host-image] May 13 21:39:43.275 INFO O| May 13 21:39:43.275 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91502025-05-13T21:39:43.945Z[ host-image] May 13 21:39:43.275 INFO O| May 13 21:39:43.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91512025-05-13T21:39:43.945Z[ host-image] May 13 21:39:43.275 INFO O| May 13 21:39:43.275 INFO STEP 13 (ensure_dir) COMPLETE
91522025-05-13T21:39:43.945Z[ host-image] May 13 21:39:43.275 INFO O| May 13 21:39:43.275 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91532025-05-13T21:39:43.951Z[ host-image] May 13 21:39:43.284 INFO O| May 13 21:39:43.284 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91542025-05-13T21:39:43.951Z[ host-image] May 13 21:39:43.284 INFO O| May 13 21:39:43.284 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91552025-05-13T21:39:43.954Z[ host-image] May 13 21:39:43.284 INFO O| May 13 21:39:43.284 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91562025-05-13T21:39:43.954Z[ host-image] May 13 21:39:43.284 INFO O| May 13 21:39:43.284 INFO STEP 14 (ensure_dir) COMPLETE
91572025-05-13T21:39:43.954Z[ host-image] May 13 21:39:43.284 INFO O| May 13 21:39:43.284 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91582025-05-13T21:39:43.960Z[ host-image] May 13 21:39:43.293 INFO O| May 13 21:39:43.293 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91592025-05-13T21:39:43.960Z[ host-image] May 13 21:39:43.293 INFO O| May 13 21:39:43.293 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91602025-05-13T21:39:43.960Z[ host-image] May 13 21:39:43.293 INFO O| May 13 21:39:43.293 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91612025-05-13T21:39:43.960Z[ host-image] May 13 21:39:43.293 INFO O| May 13 21:39:43.293 INFO STEP 15 (ensure_dir) COMPLETE
91622025-05-13T21:39:43.960Z[ host-image] May 13 21:39:43.293 INFO O| May 13 21:39:43.293 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91632025-05-13T21:39:43.969Z[ host-image] May 13 21:39:43.303 INFO O| May 13 21:39:43.303 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91642025-05-13T21:39:43.969Z[ host-image] May 13 21:39:43.303 INFO O| May 13 21:39:43.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91652025-05-13T21:39:43.969Z[ host-image] May 13 21:39:43.303 INFO O| May 13 21:39:43.303 INFO STEP 16 (ensure_dir) COMPLETE
91662025-05-13T21:39:43.973Z[ host-image] May 13 21:39:43.303 INFO O| May 13 21:39:43.303 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91672025-05-13T21:39:43.978Z[ host-image] May 13 21:39:43.312 INFO O| May 13 21:39:43.312 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91682025-05-13T21:39:43.978Z[ host-image] May 13 21:39:43.312 INFO O| May 13 21:39:43.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91692025-05-13T21:39:43.982Z[ host-image] May 13 21:39:43.312 INFO O| May 13 21:39:43.312 INFO STEP 17 (ensure_dir) COMPLETE
91702025-05-13T21:39:43.982Z[ host-image] May 13 21:39:43.312 INFO O| May 13 21:39:43.312 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91712025-05-13T21:39:43.989Z[ host-image] May 13 21:39:43.321 INFO O| May 13 21:39:43.321 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91722025-05-13T21:39:43.992Z[ host-image] May 13 21:39:43.321 INFO O| May 13 21:39:43.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91732025-05-13T21:39:43.992Z[ host-image] May 13 21:39:43.321 INFO O| May 13 21:39:43.321 INFO ok!
91742025-05-13T21:39:43.992Z[ host-image] May 13 21:39:43.321 INFO O| May 13 21:39:43.321 INFO STEP 18 (ensure_symlink) COMPLETE
91752025-05-13T21:39:43.992Z[ host-image] May 13 21:39:43.321 INFO O| May 13 21:39:43.321 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91762025-05-13T21:39:43.997Z[ host-image] May 13 21:39:43.330 INFO O| May 13 21:39:43.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91772025-05-13T21:39:43.997Z[ host-image] May 13 21:39:43.330 INFO O| May 13 21:39:43.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91782025-05-13T21:39:44.002Z[ host-image] May 13 21:39:43.330 INFO O| May 13 21:39:43.330 INFO ok!
91792025-05-13T21:39:44.002Z[ host-image] May 13 21:39:43.330 INFO O| May 13 21:39:43.330 INFO STEP 19 (ensure_file) COMPLETE
91802025-05-13T21:39:44.002Z[ host-image] May 13 21:39:43.330 INFO O| May 13 21:39:43.330 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91812025-05-13T21:39:44.006Z[ host-image] May 13 21:39:43.339 INFO O| May 13 21:39:43.339 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91822025-05-13T21:39:44.009Z[ host-image] May 13 21:39:43.339 INFO O| May 13 21:39:43.339 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91832025-05-13T21:39:44.010Z[ host-image] May 13 21:39:43.339 INFO O| May 13 21:39:43.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91842025-05-13T21:39:44.010Z[ host-image] May 13 21:39:43.339 INFO O| May 13 21:39:43.339 INFO ok!
91852025-05-13T21:39:44.010Z[ host-image] May 13 21:39:43.339 INFO O| May 13 21:39:43.339 INFO STEP 20 (ensure_symlink) COMPLETE
91862025-05-13T21:39:44.010Z[ host-image] May 13 21:39:43.339 INFO O| May 13 21:39:43.339 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91872025-05-13T21:39:44.017Z[ host-image] May 13 21:39:43.348 INFO O| May 13 21:39:43.348 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91882025-05-13T21:39:44.017Z[ host-image] May 13 21:39:43.348 INFO O| May 13 21:39:43.348 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91892025-05-13T21:39:44.021Z[ host-image] May 13 21:39:43.349 INFO O| May 13 21:39:43.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91902025-05-13T21:39:44.022Z[ host-image] May 13 21:39:43.349 INFO O| May 13 21:39:43.348 INFO ok!
91912025-05-13T21:39:44.022Z[ host-image] May 13 21:39:43.349 INFO O| May 13 21:39:43.349 INFO STEP 21 (ensure_symlink) COMPLETE
91922025-05-13T21:39:44.022Z[ host-image] May 13 21:39:43.349 INFO O| May 13 21:39:43.349 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91932025-05-13T21:39:44.025Z[ host-image] May 13 21:39:43.358 INFO O| May 13 21:39:43.358 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91942025-05-13T21:39:44.025Z[ host-image] May 13 21:39:43.358 INFO O| May 13 21:39:43.358 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91952025-05-13T21:39:44.025Z[ host-image] May 13 21:39:43.358 INFO O| May 13 21:39:43.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91962025-05-13T21:39:44.025Z[ host-image] May 13 21:39:43.358 INFO O| May 13 21:39:43.358 INFO ok!
91972025-05-13T21:39:44.025Z[ host-image] May 13 21:39:43.358 INFO O| May 13 21:39:43.358 INFO STEP 22 (ensure_symlink) COMPLETE
91982025-05-13T21:39:44.025Z[ host-image] May 13 21:39:43.358 INFO O| May 13 21:39:43.358 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91992025-05-13T21:39:44.034Z[ host-image] May 13 21:39:43.367 INFO O| May 13 21:39:43.367 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92002025-05-13T21:39:44.039Z[ host-image] May 13 21:39:43.367 INFO O| May 13 21:39:43.367 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92012025-05-13T21:39:44.039Z[ host-image] May 13 21:39:43.367 INFO O| May 13 21:39:43.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92022025-05-13T21:39:44.039Z[ host-image] May 13 21:39:43.367 INFO O| May 13 21:39:43.367 INFO ok!
92032025-05-13T21:39:44.039Z[ host-image] May 13 21:39:43.367 INFO O| May 13 21:39:43.367 INFO STEP 23 (ensure_symlink) COMPLETE
92042025-05-13T21:39:44.039Z[ host-image] May 13 21:39:43.367 INFO O| May 13 21:39:43.367 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92052025-05-13T21:39:44.050Z[ host-image] May 13 21:39:43.376 INFO O| May 13 21:39:43.376 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92062025-05-13T21:39:44.050Z[ host-image] May 13 21:39:43.376 INFO O| May 13 21:39:43.376 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92072025-05-13T21:39:44.053Z[ host-image] May 13 21:39:43.376 INFO O| May 13 21:39:43.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92082025-05-13T21:39:44.053Z[ host-image] May 13 21:39:43.376 INFO O| May 13 21:39:43.376 INFO ok!
92092025-05-13T21:39:44.053Z[ host-image] May 13 21:39:43.376 INFO O| May 13 21:39:43.376 INFO STEP 24 (ensure_file) COMPLETE
92102025-05-13T21:39:44.053Z[ host-image] May 13 21:39:43.376 INFO O| May 13 21:39:43.376 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92112025-05-13T21:39:44.053Z[ host-image] May 13 21:39:43.386 INFO O| May 13 21:39:43.386 INFO updating shadow file
92122025-05-13T21:39:44.053Z[ host-image] May 13 21:39:43.386 INFO O| May 13 21:39:43.386 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92132025-05-13T21:39:44.053Z[ host-image] May 13 21:39:43.386 INFO O| May 13 21:39:43.386 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92142025-05-13T21:39:44.053Z[ host-image] May 13 21:39:43.386 INFO O| May 13 21:39:43.386 INFO STEP 25 (shadow) COMPLETE
92152025-05-13T21:39:44.053Z[ host-image] May 13 21:39:43.386 INFO O| May 13 21:39:43.386 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92162025-05-13T21:39:44.064Z[ host-image] May 13 21:39:43.395 INFO O| May 13 21:39:43.395 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92172025-05-13T21:39:44.064Z[ host-image] May 13 21:39:43.395 INFO O| May 13 21:39:43.395 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92182025-05-13T21:39:44.068Z[ host-image] May 13 21:39:43.395 INFO O| May 13 21:39:43.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92192025-05-13T21:39:44.068Z[ host-image] May 13 21:39:43.395 INFO O| May 13 21:39:43.395 INFO ok!
92202025-05-13T21:39:44.068Z[ host-image] May 13 21:39:43.395 INFO O| May 13 21:39:43.395 INFO STEP 26 (ensure_file) COMPLETE
92212025-05-13T21:39:44.068Z[ host-image] May 13 21:39:43.395 INFO O| May 13 21:39:43.395 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92222025-05-13T21:39:44.072Z[ host-image] May 13 21:39:43.404 INFO O| May 13 21:39:43.404 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92232025-05-13T21:39:44.072Z[ host-image] May 13 21:39:43.404 INFO O| May 13 21:39:43.404 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92242025-05-13T21:39:44.072Z[ host-image] May 13 21:39:43.404 INFO O| May 13 21:39:43.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92252025-05-13T21:39:44.072Z[ host-image] May 13 21:39:43.404 INFO O| May 13 21:39:43.404 INFO ok!
92262025-05-13T21:39:44.072Z[ host-image] May 13 21:39:43.404 INFO O| May 13 21:39:43.404 INFO STEP 27 (ensure_file) COMPLETE
92272025-05-13T21:39:44.072Z[ host-image] May 13 21:39:43.404 INFO O| May 13 21:39:43.404 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92282025-05-13T21:39:44.081Z[ host-image] May 13 21:39:43.414 INFO O| May 13 21:39:43.414 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92292025-05-13T21:39:44.081Z[ host-image] May 13 21:39:43.414 INFO O| May 13 21:39:43.414 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92302025-05-13T21:39:44.085Z[ host-image] May 13 21:39:43.414 INFO O| May 13 21:39:43.414 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92312025-05-13T21:39:44.085Z[ host-image] May 13 21:39:43.414 INFO O| May 13 21:39:43.414 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92322025-05-13T21:39:44.085Z[ host-image] May 13 21:39:43.414 INFO O| May 13 21:39:43.414 INFO ok!
92332025-05-13T21:39:44.085Z[ host-image] May 13 21:39:43.414 INFO O| May 13 21:39:43.414 INFO STEP 28 (ensure_file) COMPLETE
92342025-05-13T21:39:44.085Z[ host-image] May 13 21:39:43.414 INFO O| May 13 21:39:43.414 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92352025-05-13T21:39:44.091Z[ host-image] May 13 21:39:43.423 INFO O| May 13 21:39:43.423 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92362025-05-13T21:39:44.095Z[ host-image] May 13 21:39:43.423 INFO O| May 13 21:39:43.423 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92372025-05-13T21:39:44.095Z[ host-image] May 13 21:39:43.423 INFO O| May 13 21:39:43.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92382025-05-13T21:39:44.095Z[ host-image] May 13 21:39:43.423 INFO O| May 13 21:39:43.423 INFO ok!
92392025-05-13T21:39:44.095Z[ host-image] May 13 21:39:43.423 INFO O| May 13 21:39:43.423 INFO STEP 29 (ensure_file) COMPLETE
92402025-05-13T21:39:44.095Z[ host-image] May 13 21:39:43.423 INFO O| May 13 21:39:43.423 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92412025-05-13T21:39:44.100Z[ host-image] May 13 21:39:43.432 INFO O| May 13 21:39:43.432 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92422025-05-13T21:39:44.104Z[ host-image] May 13 21:39:43.432 INFO O| May 13 21:39:43.432 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92432025-05-13T21:39:44.104Z[ host-image] May 13 21:39:43.432 INFO O| May 13 21:39:43.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92442025-05-13T21:39:44.104Z[ host-image] May 13 21:39:43.432 INFO O| May 13 21:39:43.432 INFO ok!
92452025-05-13T21:39:44.104Z[ host-image] May 13 21:39:43.432 INFO O| May 13 21:39:43.432 INFO STEP 30 (ensure_file) COMPLETE
92462025-05-13T21:39:44.105Z[ host-image] May 13 21:39:43.432 INFO O| May 13 21:39:43.432 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92472025-05-13T21:39:44.108Z[ host-image] May 13 21:39:43.442 INFO O| May 13 21:39:43.441 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92482025-05-13T21:39:44.108Z[ host-image] May 13 21:39:43.442 INFO O| May 13 21:39:43.442 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92492025-05-13T21:39:44.112Z[ host-image] May 13 21:39:43.442 INFO O| May 13 21:39:43.442 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92502025-05-13T21:39:44.112Z[ host-image] May 13 21:39:43.442 INFO O| May 13 21:39:43.442 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92512025-05-13T21:39:44.112Z[ host-image] May 13 21:39:43.442 INFO O| May 13 21:39:43.442 INFO ok!
92522025-05-13T21:39:44.112Z[ host-image] May 13 21:39:43.442 INFO O| May 13 21:39:43.442 INFO STEP 31 (ensure_file) COMPLETE
92532025-05-13T21:39:44.112Z[ host-image] May 13 21:39:43.442 INFO O| May 13 21:39:43.442 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92542025-05-13T21:39:44.117Z[ host-image] May 13 21:39:43.451 INFO O| May 13 21:39:43.451 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92552025-05-13T21:39:44.118Z[ host-image] May 13 21:39:43.451 INFO O| May 13 21:39:43.451 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92562025-05-13T21:39:44.121Z[ host-image] May 13 21:39:43.451 INFO O| May 13 21:39:43.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92572025-05-13T21:39:44.121Z[ host-image] May 13 21:39:43.451 INFO O| May 13 21:39:43.451 INFO ok!
92582025-05-13T21:39:44.121Z[ host-image] May 13 21:39:43.451 INFO O| May 13 21:39:43.451 INFO STEP 32 (ensure_file) COMPLETE
92592025-05-13T21:39:44.121Z[ host-image] May 13 21:39:43.451 INFO O| May 13 21:39:43.451 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92602025-05-13T21:39:44.127Z[ host-image] May 13 21:39:43.460 INFO O| May 13 21:39:43.460 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92612025-05-13T21:39:44.127Z[ host-image] May 13 21:39:43.460 INFO O| May 13 21:39:43.460 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92622025-05-13T21:39:44.132Z[ host-image] May 13 21:39:43.461 INFO O| May 13 21:39:43.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92632025-05-13T21:39:44.132Z[ host-image] May 13 21:39:43.461 INFO O| May 13 21:39:43.461 INFO ok!
92642025-05-13T21:39:44.132Z[ host-image] May 13 21:39:43.461 INFO O| May 13 21:39:43.461 INFO STEP 33 (ensure_file) COMPLETE
92652025-05-13T21:39:44.132Z[ host-image] May 13 21:39:43.461 INFO O| May 13 21:39:43.461 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92662025-05-13T21:39:44.136Z[ host-image] May 13 21:39:43.470 INFO O| May 13 21:39:43.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92672025-05-13T21:39:44.136Z[ host-image] May 13 21:39:43.470 INFO O| May 13 21:39:43.470 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92682025-05-13T21:39:44.140Z[ host-image] May 13 21:39:43.470 INFO O| May 13 21:39:43.470 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92692025-05-13T21:39:44.140Z[ host-image] May 13 21:39:43.470 INFO O| May 13 21:39:43.470 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92702025-05-13T21:39:44.140Z[ host-image] May 13 21:39:43.470 INFO O| May 13 21:39:43.470 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92712025-05-13T21:39:44.140Z[ host-image] May 13 21:39:43.470 INFO O| May 13 21:39:43.470 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92722025-05-13T21:39:44.140Z[ host-image] May 13 21:39:43.470 INFO O| May 13 21:39:43.470 INFO ok!
92732025-05-13T21:39:44.140Z[ host-image] May 13 21:39:43.470 INFO O| May 13 21:39:43.470 INFO STEP 34 (ensure_file) COMPLETE
92742025-05-13T21:39:44.140Z[ host-image] May 13 21:39:43.470 INFO O| May 13 21:39:43.470 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92752025-05-13T21:39:44.146Z[ host-image] May 13 21:39:43.479 INFO O| May 13 21:39:43.479 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92762025-05-13T21:39:44.149Z[ host-image] May 13 21:39:43.479 INFO O| May 13 21:39:43.479 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92772025-05-13T21:39:44.149Z[ host-image] May 13 21:39:43.480 INFO O| May 13 21:39:43.479 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92782025-05-13T21:39:44.149Z[ host-image] May 13 21:39:43.480 INFO O| May 13 21:39:43.480 INFO STEP 35 (ensure_dir) COMPLETE
92792025-05-13T21:39:44.149Z[ host-image] May 13 21:39:43.480 INFO O| May 13 21:39:43.480 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92802025-05-13T21:39:44.156Z[ host-image] May 13 21:39:43.489 INFO O| May 13 21:39:43.489 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
92812025-05-13T21:39:44.156Z[ host-image] May 13 21:39:43.489 INFO O| May 13 21:39:43.489 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 ...
92822025-05-13T21:39:44.159Z[ host-image] May 13 21:39:43.489 INFO O| May 13 21:39:43.489 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
92832025-05-13T21:39:44.159Z[ host-image] May 13 21:39:43.489 INFO O| May 13 21:39:43.489 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
92842025-05-13T21:39:44.159Z[ host-image] May 13 21:39:43.489 INFO O| May 13 21:39:43.489 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
92852025-05-13T21:39:44.159Z[ host-image] May 13 21:39:43.489 INFO O| May 13 21:39:43.489 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
92862025-05-13T21:39:44.159Z[ host-image] May 13 21:39:43.489 INFO O| May 13 21:39:43.489 INFO ok!
92872025-05-13T21:39:44.159Z[ host-image] May 13 21:39:43.489 INFO O| May 13 21:39:43.489 INFO STEP 36 (ensure_file) COMPLETE
92882025-05-13T21:39:44.159Z[ host-image] May 13 21:39:43.489 INFO O| May 13 21:39:43.489 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92892025-05-13T21:39:44.165Z[ host-image] May 13 21:39:43.499 INFO O| May 13 21:39:43.498 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92902025-05-13T21:39:44.169Z[ host-image] May 13 21:39:43.499 INFO O| May 13 21:39:43.499 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 ...
92912025-05-13T21:39:44.169Z[ host-image] May 13 21:39:43.499 INFO O| May 13 21:39:43.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92922025-05-13T21:39:44.169Z[ host-image] May 13 21:39:43.499 INFO O| May 13 21:39:43.499 INFO ok!
92932025-05-13T21:39:44.169Z[ host-image] May 13 21:39:43.499 INFO O| May 13 21:39:43.499 INFO STEP 37 (ensure_symlink) COMPLETE
92942025-05-13T21:39:44.169Z[ host-image] May 13 21:39:43.499 INFO O| May 13 21:39:43.499 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92952025-05-13T21:39:44.175Z[ host-image] May 13 21:39:43.508 INFO O| May 13 21:39:43.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92962025-05-13T21:39:44.178Z[ host-image] May 13 21:39:43.508 INFO O| May 13 21:39:43.508 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92972025-05-13T21:39:44.178Z[ host-image] May 13 21:39:43.508 INFO O| May 13 21:39:43.508 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92982025-05-13T21:39:44.178Z[ host-image] May 13 21:39:43.508 INFO O| May 13 21:39:43.508 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92992025-05-13T21:39:44.178Z[ host-image] May 13 21:39:43.508 INFO O| May 13 21:39:43.508 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93002025-05-13T21:39:44.179Z[ host-image] May 13 21:39:43.508 INFO O| May 13 21:39:43.508 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93012025-05-13T21:39:44.179Z[ host-image] May 13 21:39:43.508 INFO O| May 13 21:39:43.508 INFO ok!
93022025-05-13T21:39:44.179Z[ host-image] May 13 21:39:43.508 INFO O| May 13 21:39:43.508 INFO STEP 38 (ensure_file) COMPLETE
93032025-05-13T21:39:44.179Z[ host-image] May 13 21:39:43.508 INFO O| May 13 21:39:43.508 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93042025-05-13T21:39:44.184Z[ host-image] May 13 21:39:43.517 INFO O| May 13 21:39:43.517 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93052025-05-13T21:39:44.184Z[ host-image] May 13 21:39:43.517 INFO O| May 13 21:39:43.517 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 ...
93062025-05-13T21:39:44.187Z[ host-image] May 13 21:39:43.517 INFO O| May 13 21:39:43.517 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
93072025-05-13T21:39:44.187Z[ host-image] May 13 21:39:43.517 INFO O| May 13 21:39:43.517 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93082025-05-13T21:39:44.187Z[ host-image] May 13 21:39:43.517 INFO O| May 13 21:39:43.517 INFO ok!
93092025-05-13T21:39:44.187Z[ host-image] May 13 21:39:43.517 INFO O| May 13 21:39:43.517 INFO STEP 39 (ensure_file) COMPLETE
93102025-05-13T21:39:44.187Z[ host-image] May 13 21:39:43.517 INFO O| May 13 21:39:43.517 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93112025-05-13T21:39:44.193Z[ host-image] May 13 21:39:43.526 INFO O| May 13 21:39:43.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93122025-05-13T21:39:44.193Z[ host-image] May 13 21:39:43.526 INFO O| May 13 21:39:43.526 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93132025-05-13T21:39:44.196Z[ host-image] May 13 21:39:43.526 INFO O| May 13 21:39:43.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93142025-05-13T21:39:44.196Z[ host-image] May 13 21:39:43.526 INFO O| May 13 21:39:43.526 INFO ok!
93152025-05-13T21:39:44.196Z[ host-image] May 13 21:39:43.526 INFO O| May 13 21:39:43.526 INFO STEP 40 (ensure_file) COMPLETE
93162025-05-13T21:39:44.196Z[ host-image] May 13 21:39:43.526 INFO O| May 13 21:39:43.526 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93172025-05-13T21:39:44.202Z[ host-image] May 13 21:39:43.535 INFO O| May 13 21:39:43.535 INFO updating shadow file
93182025-05-13T21:39:44.205Z[ host-image] May 13 21:39:43.536 INFO O| May 13 21:39:43.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93192025-05-13T21:39:44.205Z[ host-image] May 13 21:39:43.536 INFO O| May 13 21:39:43.536 INFO STEP 41 (shadow) COMPLETE
93202025-05-13T21:39:44.205Z[ host-image] May 13 21:39:43.536 INFO O| May 13 21:39:43.536 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93212025-05-13T21:39:44.211Z[ host-image] May 13 21:39:43.545 INFO O| May 13 21:39:43.545 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93222025-05-13T21:39:44.211Z[ host-image] May 13 21:39:43.545 INFO O| May 13 21:39:43.545 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93232025-05-13T21:39:44.215Z[ host-image] May 13 21:39:43.545 INFO O| May 13 21:39:43.545 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93242025-05-13T21:39:44.215Z[ host-image] May 13 21:39:43.545 INFO O| May 13 21:39:43.545 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93252025-05-13T21:39:44.215Z[ host-image] May 13 21:39:43.545 INFO O| May 13 21:39:43.545 INFO ok!
93262025-05-13T21:39:44.215Z[ host-image] May 13 21:39:43.545 INFO O| May 13 21:39:43.545 INFO STEP 42 (ensure_file) COMPLETE
93272025-05-13T21:39:44.215Z[ host-image] May 13 21:39:43.545 INFO O| May 13 21:39:43.545 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93282025-05-13T21:39:44.215Z[ host-image] May 13 21:39:43.545 INFO O| May 13 21:39:43.545 INFO skip step because feature "mfg" is not enabled
93292025-05-13T21:39:44.215Z[ host-image] May 13 21:39:43.545 INFO O| May 13 21:39:43.545 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93302025-05-13T21:39:44.215Z[ host-image] May 13 21:39:43.545 INFO O| May 13 21:39:43.545 INFO skip step because feature "mfg" is not enabled
93312025-05-13T21:39:44.215Z[ host-image] May 13 21:39:43.545 INFO O| May 13 21:39:43.545 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93322025-05-13T21:39:44.222Z[ host-image] May 13 21:39:43.555 INFO O| May 13 21:39:43.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93332025-05-13T21:39:44.226Z[ host-image] May 13 21:39:43.555 INFO O| May 13 21:39:43.555 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93342025-05-13T21:39:44.420Z[ recovery-image] May 13 21:39:43.753 INFO E| Finished `release` profile [optimized] target(s) in 37.18s
93352025-05-13T21:39:44.442Z[ recovery-image] May 13 21:39:43.775 INFO building host image...
93362025-05-13T21:39:44.445Z[ recovery-image] May 13 21:39:43.776 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")
93372025-05-13T21:39:44.813Z[ host-image] May 13 21:39:44.146 INFO O| May 13 21:39:44.146 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93382025-05-13T21:39:44.813Z[ host-image] May 13 21:39:44.146 INFO O| May 13 21:39:44.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93392025-05-13T21:39:44.817Z[ host-image] May 13 21:39:44.146 INFO O| May 13 21:39:44.146 INFO ok!
93402025-05-13T21:39:44.817Z[ host-image] May 13 21:39:44.146 INFO O| May 13 21:39:44.146 INFO STEP 45 (ensure_file) COMPLETE
93412025-05-13T21:39:44.817Z[ host-image] May 13 21:39:44.146 INFO O| May 13 21:39:44.146 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93422025-05-13T21:39:44.825Z[ host-image] May 13 21:39:44.158 INFO O| May 13 21:39:44.158 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93432025-05-13T21:39:44.828Z[ host-image] May 13 21:39:44.158 INFO O| May 13 21:39:44.158 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93442025-05-13T21:39:44.828Z[ host-image] May 13 21:39:44.158 INFO O| May 13 21:39:44.158 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93452025-05-13T21:39:44.828Z[ host-image] May 13 21:39:44.158 INFO O| May 13 21:39:44.158 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93462025-05-13T21:39:44.828Z[ host-image] May 13 21:39:44.158 INFO O| May 13 21:39:44.158 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93472025-05-13T21:39:44.828Z[ host-image] May 13 21:39:44.158 INFO O| May 13 21:39:44.158 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93482025-05-13T21:39:44.828Z[ host-image] May 13 21:39:44.158 INFO O| May 13 21:39:44.158 INFO ok!
93492025-05-13T21:39:44.828Z[ host-image] May 13 21:39:44.158 INFO O| May 13 21:39:44.158 INFO STEP 46 (ensure_file) COMPLETE
93502025-05-13T21:39:44.828Z[ host-image] May 13 21:39:44.158 INFO O| May 13 21:39:44.158 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93512025-05-13T21:39:44.835Z[ host-image] May 13 21:39:44.168 INFO O| May 13 21:39:44.168 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93522025-05-13T21:39:44.835Z[ host-image] May 13 21:39:44.168 INFO O| May 13 21:39:44.168 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 ...
93532025-05-13T21:39:44.839Z[ host-image] May 13 21:39:44.168 INFO O| May 13 21:39:44.168 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
93542025-05-13T21:39:44.840Z[ host-image] May 13 21:39:44.168 INFO O| May 13 21:39:44.168 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93552025-05-13T21:39:44.840Z[ host-image] May 13 21:39:44.168 INFO O| May 13 21:39:44.168 INFO ok!
93562025-05-13T21:39:44.840Z[ host-image] May 13 21:39:44.168 INFO O| May 13 21:39:44.168 INFO STEP 47 (ensure_file) COMPLETE
93572025-05-13T21:39:44.840Z[ host-image] May 13 21:39:44.169 INFO O| May 13 21:39:44.168 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93582025-05-13T21:39:44.845Z[ host-image] May 13 21:39:44.178 INFO O| May 13 21:39:44.178 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93592025-05-13T21:39:44.845Z[ host-image] May 13 21:39:44.178 INFO O| May 13 21:39:44.178 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93602025-05-13T21:39:44.848Z[ host-image] May 13 21:39:44.178 INFO O| May 13 21:39:44.178 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93612025-05-13T21:39:44.848Z[ host-image] May 13 21:39:44.178 INFO O| May 13 21:39:44.178 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93622025-05-13T21:39:44.848Z[ host-image] May 13 21:39:44.178 INFO O| May 13 21:39:44.178 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93632025-05-13T21:39:44.848Z[ host-image] May 13 21:39:44.178 INFO O| May 13 21:39:44.178 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93642025-05-13T21:39:44.848Z[ host-image] May 13 21:39:44.178 INFO O| May 13 21:39:44.178 INFO ok!
93652025-05-13T21:39:44.848Z[ host-image] May 13 21:39:44.178 INFO O| May 13 21:39:44.178 INFO STEP 48 (ensure_file) COMPLETE
93662025-05-13T21:39:44.848Z[ host-image] May 13 21:39:44.178 INFO O| May 13 21:39:44.178 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93672025-05-13T21:39:44.857Z[ host-image] May 13 21:39:44.189 INFO O| May 13 21:39:44.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93682025-05-13T21:39:44.857Z[ host-image] May 13 21:39:44.189 INFO O| May 13 21:39:44.189 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 ...
93692025-05-13T21:39:44.860Z[ host-image] May 13 21:39:44.189 INFO O| May 13 21:39:44.189 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
93702025-05-13T21:39:44.860Z[ host-image] May 13 21:39:44.189 INFO O| May 13 21:39:44.189 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93712025-05-13T21:39:44.861Z[ host-image] May 13 21:39:44.189 INFO O| May 13 21:39:44.189 INFO ok!
93722025-05-13T21:39:44.861Z[ host-image] May 13 21:39:44.189 INFO O| May 13 21:39:44.189 INFO STEP 49 (ensure_file) COMPLETE
93732025-05-13T21:39:44.861Z[ host-image] May 13 21:39:44.189 INFO O| May 13 21:39:44.189 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93742025-05-13T21:39:44.865Z[ host-image] May 13 21:39:44.199 INFO O| May 13 21:39:44.199 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93752025-05-13T21:39:44.868Z[ host-image] May 13 21:39:44.199 INFO O| May 13 21:39:44.199 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93762025-05-13T21:39:44.868Z[ host-image] May 13 21:39:44.199 INFO O| May 13 21:39:44.199 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93772025-05-13T21:39:44.868Z[ host-image] May 13 21:39:44.199 INFO O| May 13 21:39:44.199 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93782025-05-13T21:39:44.868Z[ host-image] May 13 21:39:44.199 INFO O| May 13 21:39:44.199 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93792025-05-13T21:39:44.868Z[ host-image] May 13 21:39:44.199 INFO O| May 13 21:39:44.199 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93802025-05-13T21:39:44.868Z[ host-image] May 13 21:39:44.199 INFO O| May 13 21:39:44.199 INFO ok!
93812025-05-13T21:39:44.868Z[ host-image] May 13 21:39:44.199 INFO O| May 13 21:39:44.199 INFO STEP 50 (ensure_file) COMPLETE
93822025-05-13T21:39:44.868Z[ host-image] May 13 21:39:44.199 INFO O| May 13 21:39:44.199 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93832025-05-13T21:39:44.875Z[ host-image] May 13 21:39:44.208 INFO O| May 13 21:39:44.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93842025-05-13T21:39:44.878Z[ host-image] May 13 21:39:44.208 INFO O| May 13 21:39:44.208 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 ...
93852025-05-13T21:39:44.878Z[ host-image] May 13 21:39:44.208 INFO O| May 13 21:39:44.208 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
93862025-05-13T21:39:44.878Z[ host-image] May 13 21:39:44.208 INFO O| May 13 21:39:44.208 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93872025-05-13T21:39:44.878Z[ host-image] May 13 21:39:44.208 INFO O| May 13 21:39:44.208 INFO ok!
93882025-05-13T21:39:44.878Z[ host-image] May 13 21:39:44.208 INFO O| May 13 21:39:44.208 INFO STEP 51 (ensure_file) COMPLETE
93892025-05-13T21:39:44.878Z[ host-image] May 13 21:39:44.208 INFO O| May 13 21:39:44.208 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93902025-05-13T21:39:44.885Z[ host-image] May 13 21:39:44.218 INFO O| May 13 21:39:44.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93912025-05-13T21:39:44.885Z[ host-image] May 13 21:39:44.219 INFO O| May 13 21:39:44.218 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 ...
93922025-05-13T21:39:44.888Z[ host-image] May 13 21:39:44.219 INFO O| May 13 21:39:44.219 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
93932025-05-13T21:39:44.888Z[ host-image] May 13 21:39:44.219 INFO O| May 13 21:39:44.219 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93942025-05-13T21:39:44.888Z[ host-image] May 13 21:39:44.219 INFO O| May 13 21:39:44.219 INFO ok!
93952025-05-13T21:39:44.888Z[ host-image] May 13 21:39:44.219 INFO O| May 13 21:39:44.219 INFO STEP 52 (ensure_file) COMPLETE
93962025-05-13T21:39:44.888Z[ host-image] May 13 21:39:44.219 INFO O| May 13 21:39:44.219 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93972025-05-13T21:39:44.895Z[ host-image] May 13 21:39:44.228 INFO O| May 13 21:39:44.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93982025-05-13T21:39:44.895Z[ host-image] May 13 21:39:44.228 INFO O| May 13 21:39:44.228 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 ...
93992025-05-13T21:39:44.898Z[ host-image] May 13 21:39:44.228 INFO O| May 13 21:39:44.228 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
94002025-05-13T21:39:44.898Z[ host-image] May 13 21:39:44.228 INFO O| May 13 21:39:44.228 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94012025-05-13T21:39:44.898Z[ host-image] May 13 21:39:44.228 INFO O| May 13 21:39:44.228 INFO ok!
94022025-05-13T21:39:44.898Z[ host-image] May 13 21:39:44.228 INFO O| May 13 21:39:44.228 INFO STEP 53 (ensure_file) COMPLETE
94032025-05-13T21:39:44.898Z[ host-image] May 13 21:39:44.228 INFO O| May 13 21:39:44.228 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042025-05-13T21:39:44.905Z[ host-image] May 13 21:39:44.239 INFO O| May 13 21:39:44.239 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94052025-05-13T21:39:44.908Z[ host-image] May 13 21:39:44.239 INFO O| May 13 21:39:44.239 INFO STEP 54 (ensure_dir) COMPLETE
94062025-05-13T21:39:44.908Z[ host-image] May 13 21:39:44.239 INFO O| May 13 21:39:44.239 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072025-05-13T21:39:44.915Z[ host-image] May 13 21:39:44.248 INFO O| May 13 21:39:44.248 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94082025-05-13T21:39:44.915Z[ host-image] May 13 21:39:44.248 INFO O| May 13 21:39:44.248 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94092025-05-13T21:39:44.918Z[ host-image] May 13 21:39:44.248 INFO O| May 13 21:39:44.248 INFO STEP 55 (ensure_dir) COMPLETE
94102025-05-13T21:39:44.918Z[ host-image] May 13 21:39:44.248 INFO O| May 13 21:39:44.248 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112025-05-13T21:39:44.924Z[ host-image] May 13 21:39:44.258 INFO O| May 13 21:39:44.258 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94122025-05-13T21:39:44.927Z[ host-image] May 13 21:39:44.258 INFO O| May 13 21:39:44.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94132025-05-13T21:39:44.927Z[ host-image] May 13 21:39:44.258 INFO O| May 13 21:39:44.258 INFO STEP 56 (ensure_dir) COMPLETE
94142025-05-13T21:39:44.927Z[ host-image] May 13 21:39:44.258 INFO O| May 13 21:39:44.258 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152025-05-13T21:39:44.935Z[ host-image] May 13 21:39:44.269 INFO O| May 13 21:39:44.269 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94162025-05-13T21:39:44.935Z[ host-image] May 13 21:39:44.269 INFO O| May 13 21:39:44.269 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94172025-05-13T21:39:45.105Z[ recovery-image] May 13 21:39:44.438 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
94182025-05-13T21:39:46.101Z[ host-image] May 13 21:39:45.435 INFO O| May 13 21:39:45.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94192025-05-13T21:39:46.101Z[ host-image] May 13 21:39:45.435 INFO O| May 13 21:39:45.434 INFO ok!
94202025-05-13T21:39:46.101Z[ host-image] May 13 21:39:45.435 INFO O| May 13 21:39:45.434 INFO STEP 57 (ensure_file) COMPLETE
94212025-05-13T21:39:46.105Z[ host-image] May 13 21:39:45.435 INFO O| May 13 21:39:45.434 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222025-05-13T21:39:46.112Z[ host-image] May 13 21:39:45.446 INFO O| May 13 21:39:45.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94232025-05-13T21:39:46.112Z[ host-image] May 13 21:39:45.446 INFO O| May 13 21:39:45.446 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94242025-05-13T21:39:47.083Z[ recovery-image] May 13 21:39:46.416 INFO image complete! materials are in "/work/os-recovery"
94252025-05-13T21:39:47.088Z[ recovery-image]
94262025-05-13T21:39:47.091Z[ recovery-image] real 18:48.269586415
94272025-05-13T21:39:47.091Z[ recovery-image] user 12:36.179889080
94282025-05-13T21:39:47.091Z[ recovery-image] sys 1:22.694686226
94292025-05-13T21:39:47.091Z[ recovery-image] trap 0.724137609
94302025-05-13T21:39:47.091Z[ recovery-image] tflt 0.421373243
94312025-05-13T21:39:47.091Z[ recovery-image] dflt 1.388492343
94322025-05-13T21:39:47.091Z[ recovery-image] kflt 0.008617632
94332025-05-13T21:39:47.091Z[ recovery-image] lock 33:50.023254698
94342025-05-13T21:39:47.091Z[ recovery-image] slp 1:48:29.735778458
94352025-05-13T21:39:47.091Z[ recovery-image] lat 4:51.049026785
94362025-05-13T21:39:47.091Z[ recovery-image] stop 4.427521212
94372025-05-13T21:39:47.091ZMay 13 21:39:46.422 INFO [recovery-image] process exited with exit status: 0 (1128.380141547s)
94382025-05-13T21:39:47.148Z[ host-image] May 13 21:39:46.482 INFO O| May 13 21:39:46.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94392025-05-13T21:39:47.148Z[ host-image] May 13 21:39:46.482 INFO O| May 13 21:39:46.482 INFO ok!
94402025-05-13T21:39:47.152Z[ host-image] May 13 21:39:46.482 INFO O| May 13 21:39:46.482 INFO STEP 58 (ensure_file) COMPLETE
94412025-05-13T21:39:47.152Z[ host-image] May 13 21:39:46.482 INFO O| May 13 21:39:46.482 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422025-05-13T21:39:47.159Z[ host-image] May 13 21:39:46.492 INFO O| May 13 21:39:46.492 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94432025-05-13T21:39:47.159Z[ host-image] May 13 21:39:46.492 INFO O| May 13 21:39:46.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94442025-05-13T21:39:47.162Z[ host-image] May 13 21:39:46.492 INFO O| May 13 21:39:46.492 INFO STEP 59 (ensure_dir) COMPLETE
94452025-05-13T21:39:47.162Z[ host-image] May 13 21:39:46.492 INFO O| May 13 21:39:46.492 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462025-05-13T21:39:47.168Z[ host-image] May 13 21:39:46.501 INFO O| May 13 21:39:46.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94472025-05-13T21:39:47.168Z[ host-image] May 13 21:39:46.501 INFO O| May 13 21:39:46.501 INFO copying /tmp/.tmpE4aPjC/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 ...
94482025-05-13T21:39:47.171Z[ host-image] May 13 21:39:46.501 INFO O| May 13 21:39:46.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94492025-05-13T21:39:47.171Z[ host-image] May 13 21:39:46.501 INFO O| May 13 21:39:46.501 INFO ok!
94502025-05-13T21:39:47.171Z[ host-image] May 13 21:39:46.501 INFO O| May 13 21:39:46.501 INFO STEP 60 (ensure_file) COMPLETE
94512025-05-13T21:39:47.171Z[ host-image] May 13 21:39:46.501 INFO O| May 13 21:39:46.501 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522025-05-13T21:39:47.177Z[ host-image] May 13 21:39:46.510 INFO O| May 13 21:39:46.510 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94532025-05-13T21:39:47.177Z[ host-image] May 13 21:39:46.510 INFO O| May 13 21:39:46.510 INFO copying /tmp/.tmpE4aPjC/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 ...
94542025-05-13T21:39:47.180Z[ host-image] May 13 21:39:46.511 INFO O| May 13 21:39:46.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94552025-05-13T21:39:47.180Z[ host-image] May 13 21:39:46.511 INFO O| May 13 21:39:46.511 INFO ok!
94562025-05-13T21:39:47.180Z[ host-image] May 13 21:39:46.511 INFO O| May 13 21:39:46.511 INFO STEP 61 (ensure_file) COMPLETE
94572025-05-13T21:39:47.180Z[ host-image] May 13 21:39:46.511 INFO O| May 13 21:39:46.511 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582025-05-13T21:39:47.187Z[ host-image] May 13 21:39:46.520 INFO O| May 13 21:39:46.520 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94592025-05-13T21:39:47.189Z[ host-image] May 13 21:39:46.520 INFO O| May 13 21:39:46.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94602025-05-13T21:39:47.190Z[ host-image] May 13 21:39:46.520 INFO O| May 13 21:39:46.520 INFO STEP 62 (ensure_dir) COMPLETE
94612025-05-13T21:39:47.190Z[ host-image] May 13 21:39:46.520 INFO O| May 13 21:39:46.520 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622025-05-13T21:39:47.196Z[ host-image] May 13 21:39:46.529 INFO O| May 13 21:39:46.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94632025-05-13T21:39:47.196Z[ host-image] May 13 21:39:46.529 INFO O| May 13 21:39:46.529 INFO copying /tmp/.tmpE4aPjC/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 ...
94642025-05-13T21:39:47.199Z[ host-image] May 13 21:39:46.529 INFO O| May 13 21:39:46.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94652025-05-13T21:39:47.199Z[ host-image] May 13 21:39:46.529 INFO O| May 13 21:39:46.529 INFO ok!
94662025-05-13T21:39:47.199Z[ host-image] May 13 21:39:46.529 INFO O| May 13 21:39:46.529 INFO STEP 63 (ensure_file) COMPLETE
94672025-05-13T21:39:47.199Z[ host-image] May 13 21:39:46.529 INFO O| May 13 21:39:46.529 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682025-05-13T21:39:47.205Z[ host-image] May 13 21:39:46.538 INFO O| May 13 21:39:46.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94692025-05-13T21:39:47.205Z[ host-image] May 13 21:39:46.538 INFO O| May 13 21:39:46.538 INFO copying /tmp/.tmpE4aPjC/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 ...
94702025-05-13T21:39:47.208Z[ host-image] May 13 21:39:46.538 INFO O| May 13 21:39:46.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94712025-05-13T21:39:47.208Z[ host-image] May 13 21:39:46.538 INFO O| May 13 21:39:46.538 INFO ok!
94722025-05-13T21:39:47.208Z[ host-image] May 13 21:39:46.538 INFO O| May 13 21:39:46.538 INFO STEP 64 (ensure_file) COMPLETE
94732025-05-13T21:39:47.208Z[ host-image] May 13 21:39:46.538 INFO O| May 13 21:39:46.538 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742025-05-13T21:39:47.216Z[ host-image] May 13 21:39:46.549 INFO O| May 13 21:39:46.549 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94752025-05-13T21:39:47.216Z[ host-image] May 13 21:39:46.549 INFO O| May 13 21:39:46.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94762025-05-13T21:39:47.216Z[ host-image] May 13 21:39:46.549 INFO O| May 13 21:39:46.549 INFO STEP 65 (ensure_dir) COMPLETE
94772025-05-13T21:39:47.219Z[ host-image] May 13 21:39:46.549 INFO O| May 13 21:39:46.549 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782025-05-13T21:39:47.225Z[ host-image] May 13 21:39:46.559 INFO O| May 13 21:39:46.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94792025-05-13T21:39:47.229Z[ host-image] May 13 21:39:46.559 INFO O| May 13 21:39:46.559 INFO copying /tmp/.tmpE4aPjC/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 ...
94802025-05-13T21:39:47.229Z[ host-image] May 13 21:39:46.559 INFO O| May 13 21:39:46.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94812025-05-13T21:39:47.229Z[ host-image] May 13 21:39:46.559 INFO O| May 13 21:39:46.559 INFO ok!
94822025-05-13T21:39:47.229Z[ host-image] May 13 21:39:46.559 INFO O| May 13 21:39:46.559 INFO STEP 66 (ensure_file) COMPLETE
94832025-05-13T21:39:47.229Z[ host-image] May 13 21:39:46.559 INFO O| May 13 21:39:46.559 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94842025-05-13T21:39:47.234Z[ host-image] May 13 21:39:46.568 INFO O| May 13 21:39:46.568 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94852025-05-13T21:39:47.234Z[ host-image] May 13 21:39:46.568 INFO O| May 13 21:39:46.568 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94862025-05-13T21:39:47.234Z[ host-image] May 13 21:39:46.568 INFO O| May 13 21:39:46.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94872025-05-13T21:39:47.237Z[ host-image] May 13 21:39:46.568 INFO O| May 13 21:39:46.568 INFO ok!
94882025-05-13T21:39:47.237Z[ host-image] May 13 21:39:46.568 INFO O| May 13 21:39:46.568 INFO STEP 67 (ensure_file) COMPLETE
94892025-05-13T21:39:47.237Z[ host-image] May 13 21:39:46.568 INFO O| May 13 21:39:46.568 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94902025-05-13T21:39:47.243Z[ host-image] May 13 21:39:46.577 INFO O| May 13 21:39:46.577 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94912025-05-13T21:39:47.243Z[ host-image] May 13 21:39:46.577 INFO O| May 13 21:39:46.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94922025-05-13T21:39:47.246Z[ host-image] May 13 21:39:46.577 INFO O| May 13 21:39:46.577 INFO STEP 68 (ensure_dir) COMPLETE
94932025-05-13T21:39:47.246Z[ host-image] May 13 21:39:46.577 INFO O| May 13 21:39:46.577 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942025-05-13T21:39:47.252Z[ host-image] May 13 21:39:46.586 INFO O| May 13 21:39:46.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94952025-05-13T21:39:47.252Z[ host-image] May 13 21:39:46.586 INFO O| May 13 21:39:46.586 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94962025-05-13T21:39:47.737Z[ host-image] May 13 21:39:47.068 INFO O| May 13 21:39:47.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94972025-05-13T21:39:47.737Z[ host-image] May 13 21:39:47.068 INFO O| May 13 21:39:47.068 INFO ok!
94982025-05-13T21:39:47.737Z[ host-image] May 13 21:39:47.068 INFO O| May 13 21:39:47.068 INFO STEP 69 (ensure_file) COMPLETE
94992025-05-13T21:39:47.741Z[ host-image] May 13 21:39:47.068 INFO O| May 13 21:39:47.068 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002025-05-13T21:39:47.746Z[ host-image] May 13 21:39:47.079 INFO O| May 13 21:39:47.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95012025-05-13T21:39:47.746Z[ host-image] May 13 21:39:47.079 INFO O| May 13 21:39:47.079 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95022025-05-13T21:39:49.981Z[ host-image] May 13 21:39:49.313 INFO O| May 13 21:39:49.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95032025-05-13T21:39:49.981Z[ host-image] May 13 21:39:49.314 INFO O| May 13 21:39:49.313 INFO ok!
95042025-05-13T21:39:49.984Z[ host-image] May 13 21:39:49.314 INFO O| May 13 21:39:49.313 INFO STEP 70 (ensure_file) COMPLETE
95052025-05-13T21:39:49.984Z[ host-image] May 13 21:39:49.314 INFO O| May 13 21:39:49.313 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062025-05-13T21:39:49.991Z[ host-image] May 13 21:39:49.324 INFO O| May 13 21:39:49.324 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95072025-05-13T21:39:49.994Z[ host-image] May 13 21:39:49.324 INFO O| May 13 21:39:49.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95082025-05-13T21:39:49.994Z[ host-image] May 13 21:39:49.324 INFO O| May 13 21:39:49.324 INFO STEP 71 (ensure_dir) COMPLETE
95092025-05-13T21:39:49.994Z[ host-image] May 13 21:39:49.324 INFO O| May 13 21:39:49.324 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102025-05-13T21:39:50.001Z[ host-image] May 13 21:39:49.334 INFO O| May 13 21:39:49.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95112025-05-13T21:39:50.001Z[ host-image] May 13 21:39:49.334 INFO O| May 13 21:39:49.334 INFO copying /tmp/.tmpE4aPjC/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 ...
95122025-05-13T21:39:50.004Z[ host-image] May 13 21:39:49.334 INFO O| May 13 21:39:49.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95132025-05-13T21:39:50.004Z[ host-image] May 13 21:39:49.334 INFO O| May 13 21:39:49.334 INFO ok!
95142025-05-13T21:39:50.004Z[ host-image] May 13 21:39:49.334 INFO O| May 13 21:39:49.334 INFO STEP 72 (ensure_file) COMPLETE
95152025-05-13T21:39:50.004Z[ host-image] May 13 21:39:49.334 INFO O| May 13 21:39:49.334 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162025-05-13T21:39:50.010Z[ host-image] May 13 21:39:49.343 INFO O| May 13 21:39:49.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95172025-05-13T21:39:50.010Z[ host-image] May 13 21:39:49.343 INFO O| May 13 21:39:49.343 INFO copying /tmp/.tmpE4aPjC/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 ...
95182025-05-13T21:39:50.014Z[ host-image] May 13 21:39:49.343 INFO O| May 13 21:39:49.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95192025-05-13T21:39:50.014Z[ host-image] May 13 21:39:49.343 INFO O| May 13 21:39:49.343 INFO ok!
95202025-05-13T21:39:50.014Z[ host-image] May 13 21:39:49.343 INFO O| May 13 21:39:49.343 INFO STEP 73 (ensure_file) COMPLETE
95212025-05-13T21:39:50.015Z[ host-image] May 13 21:39:49.343 INFO O| May 13 21:39:49.343 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222025-05-13T21:39:50.020Z[ host-image] May 13 21:39:49.352 INFO O| May 13 21:39:49.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95232025-05-13T21:39:50.024Z[ host-image] May 13 21:39:49.353 INFO O| May 13 21:39:49.352 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95242025-05-13T21:39:50.024Z[ host-image] May 13 21:39:49.353 INFO O| May 13 21:39:49.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95252025-05-13T21:39:50.024Z[ host-image] May 13 21:39:49.353 INFO O| May 13 21:39:49.353 INFO ok!
95262025-05-13T21:39:50.024Z[ host-image] May 13 21:39:49.353 INFO O| May 13 21:39:49.353 INFO STEP 74 (ensure_file) COMPLETE
95272025-05-13T21:39:50.024Z[ host-image] May 13 21:39:49.353 INFO O| May 13 21:39:49.353 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282025-05-13T21:39:50.029Z[ host-image] May 13 21:39:49.362 INFO O| May 13 21:39:49.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95292025-05-13T21:39:50.033Z[ host-image] May 13 21:39:49.362 INFO O| May 13 21:39:49.362 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95302025-05-13T21:39:50.033Z[ host-image] May 13 21:39:49.362 INFO O| May 13 21:39:49.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95312025-05-13T21:39:50.033Z[ host-image] May 13 21:39:49.362 INFO O| May 13 21:39:49.362 INFO ok!
95322025-05-13T21:39:50.033Z[ host-image] May 13 21:39:49.362 INFO O| May 13 21:39:49.362 INFO STEP 75 (ensure_file) COMPLETE
95332025-05-13T21:39:50.033Z[ host-image] May 13 21:39:49.362 INFO O| May 13 21:39:49.362 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342025-05-13T21:39:50.038Z[ host-image] May 13 21:39:49.371 INFO O| May 13 21:39:49.371 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95352025-05-13T21:39:50.038Z[ host-image] May 13 21:39:49.371 INFO O| May 13 21:39:49.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95362025-05-13T21:39:50.042Z[ host-image] May 13 21:39:49.371 INFO O| May 13 21:39:49.371 INFO STEP 76 (ensure_dir) COMPLETE
95372025-05-13T21:39:50.042Z[ host-image] May 13 21:39:49.371 INFO O| May 13 21:39:49.371 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382025-05-13T21:39:50.048Z[ host-image] May 13 21:39:49.381 INFO O| May 13 21:39:49.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95392025-05-13T21:39:50.048Z[ host-image] May 13 21:39:49.381 INFO O| May 13 21:39:49.381 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95402025-05-13T21:39:50.051Z[ host-image] May 13 21:39:49.384 INFO O| May 13 21:39:49.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95412025-05-13T21:39:50.051Z[ host-image] May 13 21:39:49.384 INFO O| May 13 21:39:49.384 INFO ok!
95422025-05-13T21:39:50.054Z[ host-image] May 13 21:39:49.384 INFO O| May 13 21:39:49.384 INFO STEP 77 (ensure_file) COMPLETE
95432025-05-13T21:39:50.054Z[ host-image] May 13 21:39:49.384 INFO O| May 13 21:39:49.384 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442025-05-13T21:39:50.060Z[ host-image] May 13 21:39:49.393 INFO O| May 13 21:39:49.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95452025-05-13T21:39:50.060Z[ host-image] May 13 21:39:49.393 INFO O| May 13 21:39:49.393 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95462025-05-13T21:39:50.063Z[ host-image] May 13 21:39:49.393 INFO O| May 13 21:39:49.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95472025-05-13T21:39:50.063Z[ host-image] May 13 21:39:49.393 INFO O| May 13 21:39:49.393 INFO ok!
95482025-05-13T21:39:50.063Z[ host-image] May 13 21:39:49.393 INFO O| May 13 21:39:49.393 INFO STEP 78 (ensure_file) COMPLETE
95492025-05-13T21:39:50.063Z[ host-image] May 13 21:39:49.393 INFO O| May 13 21:39:49.393 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502025-05-13T21:39:50.069Z[ host-image] May 13 21:39:49.402 INFO O| May 13 21:39:49.402 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95512025-05-13T21:39:50.069Z[ host-image] May 13 21:39:49.403 INFO O| May 13 21:39:49.402 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95522025-05-13T21:39:50.672Z[ host-image] May 13 21:39:50.005 INFO O| May 13 21:39:50.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95532025-05-13T21:39:50.673Z[ host-image] May 13 21:39:50.005 INFO O| May 13 21:39:50.005 INFO ok!
95542025-05-13T21:39:50.673Z[ host-image] May 13 21:39:50.005 INFO O| May 13 21:39:50.005 INFO STEP 79 (ensure_file) COMPLETE
95552025-05-13T21:39:50.676Z[ host-image] May 13 21:39:50.005 INFO O| May 13 21:39:50.005 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562025-05-13T21:39:50.684Z[ host-image] May 13 21:39:50.016 INFO O| May 13 21:39:50.016 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95572025-05-13T21:39:50.687Z[ host-image] May 13 21:39:50.016 INFO O| May 13 21:39:50.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95582025-05-13T21:39:50.687Z[ host-image] May 13 21:39:50.016 INFO O| May 13 21:39:50.016 INFO STEP 80 (ensure_dir) COMPLETE
95592025-05-13T21:39:50.687Z[ host-image] May 13 21:39:50.016 INFO O| May 13 21:39:50.016 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602025-05-13T21:39:50.692Z[ host-image] May 13 21:39:50.025 INFO O| May 13 21:39:50.025 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95612025-05-13T21:39:50.692Z[ host-image] May 13 21:39:50.025 INFO O| May 13 21:39:50.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95622025-05-13T21:39:50.692Z[ host-image] May 13 21:39:50.025 INFO O| May 13 21:39:50.025 INFO STEP 81 (ensure_dir) COMPLETE
95632025-05-13T21:39:50.695Z[ host-image] May 13 21:39:50.025 INFO O| May 13 21:39:50.025 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642025-05-13T21:39:50.701Z[ host-image] May 13 21:39:50.034 INFO O| May 13 21:39:50.034 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95652025-05-13T21:39:50.704Z[ host-image] May 13 21:39:50.034 INFO O| May 13 21:39:50.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95662025-05-13T21:39:50.704Z[ host-image] May 13 21:39:50.034 INFO O| May 13 21:39:50.034 INFO STEP 82 (ensure_dir) COMPLETE
95672025-05-13T21:39:50.704Z[ host-image] May 13 21:39:50.034 INFO O| May 13 21:39:50.034 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95682025-05-13T21:39:50.710Z[ host-image] May 13 21:39:50.044 INFO O| May 13 21:39:50.043 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95692025-05-13T21:39:50.710Z[ host-image] May 13 21:39:50.044 INFO O| May 13 21:39:50.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95702025-05-13T21:39:50.714Z[ host-image] May 13 21:39:50.044 INFO O| May 13 21:39:50.044 INFO STEP 83 (ensure_dir) COMPLETE
95712025-05-13T21:39:50.714Z[ host-image] May 13 21:39:50.044 INFO O| May 13 21:39:50.044 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722025-05-13T21:39:50.719Z[ host-image] May 13 21:39:50.053 INFO O| May 13 21:39:50.053 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95732025-05-13T21:39:50.720Z[ host-image] May 13 21:39:50.053 INFO O| May 13 21:39:50.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95742025-05-13T21:39:50.723Z[ host-image] May 13 21:39:50.053 INFO O| May 13 21:39:50.053 INFO STEP 84 (ensure_dir) COMPLETE
95752025-05-13T21:39:50.723Z[ host-image] May 13 21:39:50.053 INFO O| May 13 21:39:50.053 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762025-05-13T21:39:50.729Z[ host-image] May 13 21:39:50.062 INFO O| May 13 21:39:50.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95772025-05-13T21:39:50.729Z[ host-image] May 13 21:39:50.062 INFO O| May 13 21:39:50.062 INFO copying /tmp/.tmpE4aPjC/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 ...
95782025-05-13T21:39:50.732Z[ host-image] May 13 21:39:50.062 INFO O| May 13 21:39:50.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95792025-05-13T21:39:50.732Z[ host-image] May 13 21:39:50.062 INFO O| May 13 21:39:50.062 INFO ok!
95802025-05-13T21:39:50.732Z[ host-image] May 13 21:39:50.062 INFO O| May 13 21:39:50.062 INFO STEP 85 (ensure_file) COMPLETE
95812025-05-13T21:39:50.732Z[ host-image] May 13 21:39:50.062 INFO O| May 13 21:39:50.062 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822025-05-13T21:39:50.739Z[ host-image] May 13 21:39:50.071 INFO O| May 13 21:39:50.071 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95832025-05-13T21:39:50.739Z[ host-image] May 13 21:39:50.071 INFO O| May 13 21:39:50.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95842025-05-13T21:39:50.742Z[ host-image] May 13 21:39:50.071 INFO O| May 13 21:39:50.071 INFO STEP 86 (ensure_dir) COMPLETE
95852025-05-13T21:39:50.742Z[ host-image] May 13 21:39:50.071 INFO O| May 13 21:39:50.071 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862025-05-13T21:39:50.747Z[ host-image] May 13 21:39:50.080 INFO O| May 13 21:39:50.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95872025-05-13T21:39:50.747Z[ host-image] May 13 21:39:50.080 INFO O| May 13 21:39:50.080 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95882025-05-13T21:39:50.751Z[ host-image] May 13 21:39:50.080 INFO O| May 13 21:39:50.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95892025-05-13T21:39:50.751Z[ host-image] May 13 21:39:50.080 INFO O| May 13 21:39:50.080 INFO ok!
95902025-05-13T21:39:50.751Z[ host-image] May 13 21:39:50.080 INFO O| May 13 21:39:50.080 INFO STEP 87 (ensure_file) COMPLETE
95912025-05-13T21:39:50.751Z[ host-image] May 13 21:39:50.081 INFO O| May 13 21:39:50.080 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922025-05-13T21:39:50.757Z[ host-image] May 13 21:39:50.090 INFO O| May 13 21:39:50.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95932025-05-13T21:39:50.757Z[ host-image] May 13 21:39:50.090 INFO O| May 13 21:39:50.090 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95942025-05-13T21:39:51.005Z[ host-image] May 13 21:39:50.338 INFO O| May 13 21:39:50.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95952025-05-13T21:39:51.005Z[ host-image] May 13 21:39:50.338 INFO O| May 13 21:39:50.338 INFO ok!
95962025-05-13T21:39:51.009Z[ host-image] May 13 21:39:50.338 INFO O| May 13 21:39:50.338 INFO STEP 88 (ensure_file) COMPLETE
95972025-05-13T21:39:51.009Z[ host-image] May 13 21:39:50.338 INFO O| May 13 21:39:50.338 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982025-05-13T21:39:51.015Z[ host-image] May 13 21:39:50.348 INFO O| May 13 21:39:50.348 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95992025-05-13T21:39:51.018Z[ host-image] May 13 21:39:50.348 INFO O| May 13 21:39:50.348 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96002025-05-13T21:39:51.518Z[ host-image] May 13 21:39:50.850 INFO O| May 13 21:39:50.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96012025-05-13T21:39:51.518Z[ host-image] May 13 21:39:50.850 INFO O| May 13 21:39:50.850 INFO ok!
96022025-05-13T21:39:51.521Z[ host-image] May 13 21:39:50.850 INFO O| May 13 21:39:50.850 INFO STEP 89 (ensure_file) COMPLETE
96032025-05-13T21:39:51.521Z[ host-image] May 13 21:39:50.850 INFO O| May 13 21:39:50.850 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042025-05-13T21:39:51.528Z[ host-image] May 13 21:39:50.861 INFO O| May 13 21:39:50.861 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96052025-05-13T21:39:51.528Z[ host-image] May 13 21:39:50.861 INFO O| May 13 21:39:50.861 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96062025-05-13T21:39:51.528Z[ host-image] May 13 21:39:50.861 INFO O| May 13 21:39:50.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96072025-05-13T21:39:51.531Z[ host-image] May 13 21:39:50.861 INFO O| May 13 21:39:50.861 INFO ok!
96082025-05-13T21:39:51.532Z[ host-image] May 13 21:39:50.861 INFO O| May 13 21:39:50.861 INFO STEP 90 (ensure_file) COMPLETE
96092025-05-13T21:39:51.532Z[ host-image] May 13 21:39:50.861 INFO O| May 13 21:39:50.861 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102025-05-13T21:39:51.540Z[ host-image] May 13 21:39:50.871 INFO O| May 13 21:39:50.871 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96112025-05-13T21:39:51.543Z[ host-image] May 13 21:39:50.871 INFO O| May 13 21:39:50.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96122025-05-13T21:39:51.543Z[ host-image] May 13 21:39:50.871 INFO O| May 13 21:39:50.871 INFO STEP 91 (ensure_dir) COMPLETE
96132025-05-13T21:39:51.543Z[ host-image] May 13 21:39:50.871 INFO O| May 13 21:39:50.871 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96142025-05-13T21:39:51.547Z[ host-image] May 13 21:39:50.880 INFO O| May 13 21:39:50.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96152025-05-13T21:39:51.547Z[ host-image] May 13 21:39:50.880 INFO O| May 13 21:39:50.880 INFO copying /tmp/.tmpE4aPjC/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 ...
96162025-05-13T21:39:51.550Z[ host-image] May 13 21:39:50.880 INFO O| May 13 21:39:50.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96172025-05-13T21:39:51.550Z[ host-image] May 13 21:39:50.880 INFO O| May 13 21:39:50.880 INFO ok!
96182025-05-13T21:39:51.550Z[ host-image] May 13 21:39:50.880 INFO O| May 13 21:39:50.880 INFO STEP 92 (ensure_file) COMPLETE
96192025-05-13T21:39:51.550Z[ host-image] May 13 21:39:50.880 INFO O| May 13 21:39:50.880 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96202025-05-13T21:39:51.556Z[ host-image] May 13 21:39:50.889 INFO O| May 13 21:39:50.889 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96212025-05-13T21:39:51.556Z[ host-image] May 13 21:39:50.889 INFO O| May 13 21:39:50.889 INFO copying /tmp/.tmpE4aPjC/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 ...
96222025-05-13T21:39:51.560Z[ host-image] May 13 21:39:50.889 INFO O| May 13 21:39:50.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96232025-05-13T21:39:51.560Z[ host-image] May 13 21:39:50.889 INFO O| May 13 21:39:50.889 INFO ok!
96242025-05-13T21:39:51.560Z[ host-image] May 13 21:39:50.889 INFO O| May 13 21:39:50.889 INFO STEP 93 (ensure_file) COMPLETE
96252025-05-13T21:39:51.560Z[ host-image] May 13 21:39:50.889 INFO O| May 13 21:39:50.889 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262025-05-13T21:39:51.566Z[ host-image] May 13 21:39:50.899 INFO O| May 13 21:39:50.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96272025-05-13T21:39:51.569Z[ host-image] May 13 21:39:50.899 INFO O| May 13 21:39:50.899 INFO copying /tmp/.tmpE4aPjC/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 ...
96282025-05-13T21:39:51.569Z[ host-image] May 13 21:39:50.899 INFO O| May 13 21:39:50.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96292025-05-13T21:39:51.569Z[ host-image] May 13 21:39:50.899 INFO O| May 13 21:39:50.899 INFO ok!
96302025-05-13T21:39:51.569Z[ host-image] May 13 21:39:50.899 INFO O| May 13 21:39:50.899 INFO STEP 94 (ensure_file) COMPLETE
96312025-05-13T21:39:51.569Z[ host-image] May 13 21:39:50.899 INFO O| May 13 21:39:50.899 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96322025-05-13T21:39:51.575Z[ host-image] May 13 21:39:50.908 INFO O| May 13 21:39:50.908 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96332025-05-13T21:39:51.575Z[ host-image] May 13 21:39:50.908 INFO O| May 13 21:39:50.908 INFO copying /tmp/.tmpE4aPjC/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 ...
96342025-05-13T21:39:51.575Z[ host-image] May 13 21:39:50.908 INFO O| May 13 21:39:50.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96352025-05-13T21:39:51.575Z[ host-image] May 13 21:39:50.908 INFO O| May 13 21:39:50.908 INFO ok!
96362025-05-13T21:39:51.579Z[ host-image] May 13 21:39:50.908 INFO O| May 13 21:39:50.908 INFO STEP 95 (ensure_file) COMPLETE
96372025-05-13T21:39:51.579Z[ host-image] May 13 21:39:50.908 INFO O| May 13 21:39:50.908 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96382025-05-13T21:39:51.584Z[ host-image] May 13 21:39:50.917 INFO O| May 13 21:39:50.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96392025-05-13T21:39:51.584Z[ host-image] May 13 21:39:50.917 INFO O| May 13 21:39:50.917 INFO copying /tmp/.tmpE4aPjC/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 ...
96402025-05-13T21:39:51.587Z[ host-image] May 13 21:39:50.917 INFO O| May 13 21:39:50.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96412025-05-13T21:39:51.588Z[ host-image] May 13 21:39:50.917 INFO O| May 13 21:39:50.917 INFO ok!
96422025-05-13T21:39:51.588Z[ host-image] May 13 21:39:50.917 INFO O| May 13 21:39:50.917 INFO STEP 96 (ensure_file) COMPLETE
96432025-05-13T21:39:51.588Z[ host-image] May 13 21:39:50.917 INFO O| May 13 21:39:50.917 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96442025-05-13T21:39:51.593Z[ host-image] May 13 21:39:50.926 INFO O| May 13 21:39:50.926 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
96452025-05-13T21:39:51.597Z[ host-image] May 13 21:39:50.926 INFO O| May 13 21:39:50.926 INFO copying /tmp/.tmpE4aPjC/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 ...
96462025-05-13T21:39:51.597Z[ host-image] May 13 21:39:50.927 INFO O| May 13 21:39:50.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
96472025-05-13T21:39:51.597Z[ host-image] May 13 21:39:50.927 INFO O| May 13 21:39:50.927 INFO ok!
96482025-05-13T21:39:51.597Z[ host-image] May 13 21:39:50.927 INFO O| May 13 21:39:50.927 INFO STEP 97 (ensure_file) COMPLETE
96492025-05-13T21:39:51.597Z[ host-image] May 13 21:39:50.927 INFO O| May 13 21:39:50.927 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96502025-05-13T21:39:51.603Z[ host-image] May 13 21:39:50.936 INFO O| May 13 21:39:50.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96512025-05-13T21:39:51.603Z[ host-image] May 13 21:39:50.936 INFO O| May 13 21:39:50.936 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96522025-05-13T21:39:51.607Z[ host-image] May 13 21:39:50.936 INFO O| May 13 21:39:50.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96532025-05-13T21:39:51.607Z[ host-image] May 13 21:39:50.936 INFO O| May 13 21:39:50.936 INFO ok!
96542025-05-13T21:39:51.607Z[ host-image] May 13 21:39:50.936 INFO O| May 13 21:39:50.936 INFO STEP 98 (ensure_file) COMPLETE
96552025-05-13T21:39:51.607Z[ host-image] May 13 21:39:50.936 INFO O| May 13 21:39:50.936 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96562025-05-13T21:39:51.614Z[ host-image] May 13 21:39:50.945 INFO O| May 13 21:39:50.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96572025-05-13T21:39:51.614Z[ host-image] May 13 21:39:50.945 INFO O| May 13 21:39:50.945 INFO copying /tmp/.tmpE4aPjC/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 ...
96582025-05-13T21:39:51.661Z[ host-image] May 13 21:39:50.945 INFO O| May 13 21:39:50.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96592025-05-13T21:39:51.661Z[ host-image] May 13 21:39:50.945 INFO O| May 13 21:39:50.945 INFO ok!
96602025-05-13T21:39:51.661Z[ host-image] May 13 21:39:50.945 INFO O| May 13 21:39:50.945 INFO STEP 99 (ensure_file) COMPLETE
96612025-05-13T21:39:51.661Z[ host-image] May 13 21:39:50.945 INFO O| May 13 21:39:50.945 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96622025-05-13T21:39:51.661Z[ host-image] May 13 21:39:50.954 INFO O| May 13 21:39:50.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96632025-05-13T21:39:51.661Z[ host-image] May 13 21:39:50.954 INFO O| May 13 21:39:50.954 INFO copying /tmp/.tmpE4aPjC/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 ...
96642025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.954 INFO O| May 13 21:39:50.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96652025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.954 INFO O| May 13 21:39:50.954 INFO ok!
96662025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.954 INFO O| May 13 21:39:50.954 INFO STEP 100 (ensure_file) COMPLETE
96672025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.954 INFO O| May 13 21:39:50.954 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96682025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.963 INFO O| May 13 21:39:50.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96692025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.963 INFO O| May 13 21:39:50.963 INFO copying /tmp/.tmpE4aPjC/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 ...
96702025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.963 INFO O| May 13 21:39:50.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96712025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.963 INFO O| May 13 21:39:50.963 INFO ok!
96722025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.963 INFO O| May 13 21:39:50.963 INFO STEP 101 (ensure_file) COMPLETE
96732025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.963 INFO O| May 13 21:39:50.963 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96742025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.972 INFO O| May 13 21:39:50.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96752025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.972 INFO O| May 13 21:39:50.972 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96762025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.972 INFO O| May 13 21:39:50.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96772025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.972 INFO O| May 13 21:39:50.972 INFO ok!
96782025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.972 INFO O| May 13 21:39:50.972 INFO STEP 102 (ensure_file) COMPLETE
96792025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.972 INFO O| May 13 21:39:50.972 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.981 INFO O| May 13 21:39:50.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96812025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.981 INFO O| May 13 21:39:50.981 INFO copying /tmp/.tmpE4aPjC/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 ...
96822025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.981 INFO O| May 13 21:39:50.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96832025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.981 INFO O| May 13 21:39:50.981 INFO ok!
96842025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.981 INFO O| May 13 21:39:50.981 INFO STEP 103 (ensure_file) COMPLETE
96852025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.981 INFO O| May 13 21:39:50.981 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.990 INFO O| May 13 21:39:50.990 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96872025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.990 INFO O| May 13 21:39:50.990 INFO copying /tmp/.tmpE4aPjC/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 ...
96882025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.990 INFO O| May 13 21:39:50.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96892025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.990 INFO O| May 13 21:39:50.990 INFO ok!
96902025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.990 INFO O| May 13 21:39:50.990 INFO STEP 104 (ensure_file) COMPLETE
96912025-05-13T21:39:51.662Z[ host-image] May 13 21:39:50.990 INFO O| May 13 21:39:50.990 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922025-05-13T21:39:51.668Z[ host-image] May 13 21:39:50.999 INFO O| May 13 21:39:50.999 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96932025-05-13T21:39:51.668Z[ host-image] May 13 21:39:50.999 INFO O| May 13 21:39:50.999 INFO copying /tmp/.tmpE4aPjC/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 ...
96942025-05-13T21:39:51.671Z[ host-image] May 13 21:39:50.999 INFO O| May 13 21:39:50.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96952025-05-13T21:39:51.671Z[ host-image] May 13 21:39:50.999 INFO O| May 13 21:39:50.999 INFO ok!
96962025-05-13T21:39:51.671Z[ host-image] May 13 21:39:50.999 INFO O| May 13 21:39:50.999 INFO STEP 105 (ensure_file) COMPLETE
96972025-05-13T21:39:51.671Z[ host-image] May 13 21:39:50.999 INFO O| May 13 21:39:50.999 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982025-05-13T21:39:51.678Z[ host-image] May 13 21:39:51.010 INFO O| May 13 21:39:51.010 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96992025-05-13T21:39:51.678Z[ host-image] May 13 21:39:51.010 INFO O| May 13 21:39:51.010 INFO copying /tmp/.tmpE4aPjC/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 ...
97002025-05-13T21:39:51.681Z[ host-image] May 13 21:39:51.010 INFO O| May 13 21:39:51.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97012025-05-13T21:39:51.681Z[ host-image] May 13 21:39:51.010 INFO O| May 13 21:39:51.010 INFO ok!
97022025-05-13T21:39:51.681Z[ host-image] May 13 21:39:51.010 INFO O| May 13 21:39:51.010 INFO STEP 106 (ensure_file) COMPLETE
97032025-05-13T21:39:51.681Z[ host-image] May 13 21:39:51.010 INFO O| May 13 21:39:51.010 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042025-05-13T21:39:51.687Z[ host-image] May 13 21:39:51.019 INFO O| May 13 21:39:51.019 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97052025-05-13T21:39:51.691Z[ host-image] May 13 21:39:51.019 INFO O| May 13 21:39:51.019 INFO copying /tmp/.tmpE4aPjC/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 ...
97062025-05-13T21:39:51.691Z[ host-image] May 13 21:39:51.019 INFO O| May 13 21:39:51.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97072025-05-13T21:39:51.691Z[ host-image] May 13 21:39:51.019 INFO O| May 13 21:39:51.019 INFO ok!
97082025-05-13T21:39:51.691Z[ host-image] May 13 21:39:51.019 INFO O| May 13 21:39:51.019 INFO STEP 107 (ensure_file) COMPLETE
97092025-05-13T21:39:51.691Z[ host-image] May 13 21:39:51.019 INFO O| May 13 21:39:51.019 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102025-05-13T21:39:51.695Z[ host-image] May 13 21:39:51.028 INFO O| May 13 21:39:51.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97112025-05-13T21:39:51.698Z[ host-image] May 13 21:39:51.028 INFO O| May 13 21:39:51.028 INFO copying /tmp/.tmpE4aPjC/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 ...
97122025-05-13T21:39:51.698Z[ host-image] May 13 21:39:51.028 INFO O| May 13 21:39:51.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97132025-05-13T21:39:51.698Z[ host-image] May 13 21:39:51.028 INFO O| May 13 21:39:51.028 INFO ok!
97142025-05-13T21:39:51.698Z[ host-image] May 13 21:39:51.028 INFO O| May 13 21:39:51.028 INFO STEP 108 (ensure_file) COMPLETE
97152025-05-13T21:39:51.698Z[ host-image] May 13 21:39:51.029 INFO O| May 13 21:39:51.028 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97162025-05-13T21:39:51.704Z[ host-image] May 13 21:39:51.037 INFO O| May 13 21:39:51.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97172025-05-13T21:39:51.704Z[ host-image] May 13 21:39:51.037 INFO O| May 13 21:39:51.037 INFO copying /tmp/.tmpE4aPjC/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 ...
97182025-05-13T21:39:51.707Z[ host-image] May 13 21:39:51.038 INFO O| May 13 21:39:51.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97192025-05-13T21:39:51.707Z[ host-image] May 13 21:39:51.038 INFO O| May 13 21:39:51.038 INFO ok!
97202025-05-13T21:39:51.707Z[ host-image] May 13 21:39:51.038 INFO O| May 13 21:39:51.038 INFO STEP 109 (ensure_file) COMPLETE
97212025-05-13T21:39:51.707Z[ host-image] May 13 21:39:51.038 INFO O| May 13 21:39:51.038 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222025-05-13T21:39:51.714Z[ host-image] May 13 21:39:51.047 INFO O| May 13 21:39:51.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97232025-05-13T21:39:51.714Z[ host-image] May 13 21:39:51.047 INFO O| May 13 21:39:51.047 INFO copying /tmp/.tmpE4aPjC/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 ...
97242025-05-13T21:39:51.717Z[ host-image] May 13 21:39:51.047 INFO O| May 13 21:39:51.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97252025-05-13T21:39:51.717Z[ host-image] May 13 21:39:51.047 INFO O| May 13 21:39:51.047 INFO ok!
97262025-05-13T21:39:51.717Z[ host-image] May 13 21:39:51.047 INFO O| May 13 21:39:51.047 INFO STEP 110 (ensure_file) COMPLETE
97272025-05-13T21:39:51.717Z[ host-image] May 13 21:39:51.047 INFO O| May 13 21:39:51.047 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282025-05-13T21:39:51.723Z[ host-image] May 13 21:39:51.056 INFO O| May 13 21:39:51.056 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97292025-05-13T21:39:51.723Z[ host-image] May 13 21:39:51.056 INFO O| May 13 21:39:51.056 INFO copying /tmp/.tmpE4aPjC/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 ...
97302025-05-13T21:39:51.727Z[ host-image] May 13 21:39:51.056 INFO O| May 13 21:39:51.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97312025-05-13T21:39:51.727Z[ host-image] May 13 21:39:51.056 INFO O| May 13 21:39:51.056 INFO ok!
97322025-05-13T21:39:51.727Z[ host-image] May 13 21:39:51.056 INFO O| May 13 21:39:51.056 INFO STEP 111 (ensure_file) COMPLETE
97332025-05-13T21:39:51.727Z[ host-image] May 13 21:39:51.056 INFO O| May 13 21:39:51.056 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342025-05-13T21:39:51.732Z[ host-image] May 13 21:39:51.065 INFO O| May 13 21:39:51.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97352025-05-13T21:39:51.735Z[ host-image] May 13 21:39:51.065 INFO O| May 13 21:39:51.065 INFO copying /tmp/.tmpE4aPjC/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 ...
97362025-05-13T21:39:51.735Z[ host-image] May 13 21:39:51.065 INFO O| May 13 21:39:51.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97372025-05-13T21:39:51.735Z[ host-image] May 13 21:39:51.065 INFO O| May 13 21:39:51.065 INFO ok!
97382025-05-13T21:39:51.735Z[ host-image] May 13 21:39:51.065 INFO O| May 13 21:39:51.065 INFO STEP 112 (ensure_file) COMPLETE
97392025-05-13T21:39:51.735Z[ host-image] May 13 21:39:51.065 INFO O| May 13 21:39:51.065 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402025-05-13T21:39:51.741Z[ host-image] May 13 21:39:51.074 INFO O| May 13 21:39:51.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
97412025-05-13T21:39:51.741Z[ host-image] May 13 21:39:51.074 INFO O| May 13 21:39:51.074 INFO copying /tmp/.tmpE4aPjC/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 ...
97422025-05-13T21:39:51.741Z[ host-image] May 13 21:39:51.074 INFO O| May 13 21:39:51.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
97432025-05-13T21:39:51.744Z[ host-image] May 13 21:39:51.074 INFO O| May 13 21:39:51.074 INFO ok!
97442025-05-13T21:39:51.744Z[ host-image] May 13 21:39:51.074 INFO O| May 13 21:39:51.074 INFO STEP 113 (ensure_file) COMPLETE
97452025-05-13T21:39:51.744Z[ host-image] May 13 21:39:51.074 INFO O| May 13 21:39:51.074 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462025-05-13T21:39:51.750Z[ host-image] May 13 21:39:51.083 INFO O| May 13 21:39:51.083 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
97472025-05-13T21:39:51.750Z[ host-image] May 13 21:39:51.083 INFO O| May 13 21:39:51.083 INFO copying /tmp/.tmpE4aPjC/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 ...
97482025-05-13T21:39:51.753Z[ host-image] May 13 21:39:51.083 INFO O| May 13 21:39:51.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
97492025-05-13T21:39:51.753Z[ host-image] May 13 21:39:51.083 INFO O| May 13 21:39:51.083 INFO ok!
97502025-05-13T21:39:51.753Z[ host-image] May 13 21:39:51.083 INFO O| May 13 21:39:51.083 INFO STEP 114 (ensure_file) COMPLETE
97512025-05-13T21:39:51.753Z[ host-image] May 13 21:39:51.083 INFO O| May 13 21:39:51.083 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522025-05-13T21:39:51.759Z[ host-image] May 13 21:39:51.092 INFO O| May 13 21:39:51.092 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97532025-05-13T21:39:51.759Z[ host-image] May 13 21:39:51.092 INFO O| May 13 21:39:51.092 INFO copying /tmp/.tmpE4aPjC/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 ...
97542025-05-13T21:39:51.763Z[ host-image] May 13 21:39:51.092 INFO O| May 13 21:39:51.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97552025-05-13T21:39:51.763Z[ host-image] May 13 21:39:51.092 INFO O| May 13 21:39:51.092 INFO ok!
97562025-05-13T21:39:51.763Z[ host-image] May 13 21:39:51.092 INFO O| May 13 21:39:51.092 INFO STEP 115 (ensure_file) COMPLETE
97572025-05-13T21:39:51.764Z[ host-image] May 13 21:39:51.092 INFO O| May 13 21:39:51.092 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582025-05-13T21:39:51.769Z[ host-image] May 13 21:39:51.101 INFO O| May 13 21:39:51.101 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97592025-05-13T21:39:51.773Z[ host-image] May 13 21:39:51.101 INFO O| May 13 21:39:51.101 INFO copying /tmp/.tmpE4aPjC/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 ...
97602025-05-13T21:39:51.773Z[ host-image] May 13 21:39:51.101 INFO O| May 13 21:39:51.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97612025-05-13T21:39:51.773Z[ host-image] May 13 21:39:51.101 INFO O| May 13 21:39:51.101 INFO ok!
97622025-05-13T21:39:51.773Z[ host-image] May 13 21:39:51.101 INFO O| May 13 21:39:51.101 INFO STEP 116 (ensure_file) COMPLETE
97632025-05-13T21:39:51.773Z[ host-image] May 13 21:39:51.101 INFO O| May 13 21:39:51.101 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642025-05-13T21:39:51.780Z[ host-image] May 13 21:39:51.110 INFO O| May 13 21:39:51.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97652025-05-13T21:39:51.780Z[ host-image] May 13 21:39:51.110 INFO O| May 13 21:39:51.110 INFO copying /tmp/.tmpE4aPjC/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 ...
97662025-05-13T21:39:51.780Z[ host-image] May 13 21:39:51.111 INFO O| May 13 21:39:51.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97672025-05-13T21:39:51.780Z[ host-image] May 13 21:39:51.111 INFO O| May 13 21:39:51.110 INFO ok!
97682025-05-13T21:39:51.780Z[ host-image] May 13 21:39:51.111 INFO O| May 13 21:39:51.111 INFO STEP 117 (ensure_file) COMPLETE
97692025-05-13T21:39:51.780Z[ host-image] May 13 21:39:51.111 INFO O| May 13 21:39:51.111 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97702025-05-13T21:39:51.786Z[ host-image] May 13 21:39:51.119 INFO O| May 13 21:39:51.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97712025-05-13T21:39:51.786Z[ host-image] May 13 21:39:51.119 INFO O| May 13 21:39:51.119 INFO copying /tmp/.tmpE4aPjC/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 ...
97722025-05-13T21:39:51.786Z[ host-image] May 13 21:39:51.120 INFO O| May 13 21:39:51.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97732025-05-13T21:39:51.790Z[ host-image] May 13 21:39:51.120 INFO O| May 13 21:39:51.120 INFO ok!
97742025-05-13T21:39:51.790Z[ host-image] May 13 21:39:51.120 INFO O| May 13 21:39:51.120 INFO STEP 118 (ensure_file) COMPLETE
97752025-05-13T21:39:51.790Z[ host-image] May 13 21:39:51.120 INFO O| May 13 21:39:51.120 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97762025-05-13T21:39:51.795Z[ host-image] May 13 21:39:51.129 INFO O| May 13 21:39:51.128 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97772025-05-13T21:39:51.798Z[ host-image] May 13 21:39:51.129 INFO O| May 13 21:39:51.128 INFO copying /tmp/.tmpE4aPjC/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 ...
97782025-05-13T21:39:51.799Z[ host-image] May 13 21:39:51.129 INFO O| May 13 21:39:51.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97792025-05-13T21:39:51.799Z[ host-image] May 13 21:39:51.129 INFO O| May 13 21:39:51.129 INFO ok!
97802025-05-13T21:39:51.799Z[ host-image] May 13 21:39:51.129 INFO O| May 13 21:39:51.129 INFO STEP 119 (ensure_file) COMPLETE
97812025-05-13T21:39:51.799Z[ host-image] May 13 21:39:51.129 INFO O| May 13 21:39:51.129 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97822025-05-13T21:39:51.805Z[ host-image] May 13 21:39:51.138 INFO O| May 13 21:39:51.138 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97832025-05-13T21:39:51.805Z[ host-image] May 13 21:39:51.138 INFO O| May 13 21:39:51.138 INFO copying /tmp/.tmpE4aPjC/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 ...
97842025-05-13T21:39:51.808Z[ host-image] May 13 21:39:51.138 INFO O| May 13 21:39:51.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97852025-05-13T21:39:51.808Z[ host-image] May 13 21:39:51.138 INFO O| May 13 21:39:51.138 INFO ok!
97862025-05-13T21:39:51.808Z[ host-image] May 13 21:39:51.138 INFO O| May 13 21:39:51.138 INFO STEP 120 (ensure_file) COMPLETE
97872025-05-13T21:39:51.808Z[ host-image] May 13 21:39:51.138 INFO O| May 13 21:39:51.138 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97882025-05-13T21:39:51.814Z[ host-image] May 13 21:39:51.147 INFO O| May 13 21:39:51.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97892025-05-13T21:39:51.814Z[ host-image] May 13 21:39:51.147 INFO O| May 13 21:39:51.147 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97902025-05-13T21:39:51.817Z[ host-image] May 13 21:39:51.147 INFO O| May 13 21:39:51.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97912025-05-13T21:39:51.817Z[ host-image] May 13 21:39:51.147 INFO O| May 13 21:39:51.147 INFO ok!
97922025-05-13T21:39:51.817Z[ host-image] May 13 21:39:51.147 INFO O| May 13 21:39:51.147 INFO STEP 121 (ensure_file) COMPLETE
97932025-05-13T21:39:51.817Z[ host-image] May 13 21:39:51.147 INFO O| May 13 21:39:51.147 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97942025-05-13T21:39:51.823Z[ host-image] May 13 21:39:51.156 INFO O| May 13 21:39:51.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97952025-05-13T21:39:51.826Z[ host-image] May 13 21:39:51.156 INFO O| May 13 21:39:51.156 INFO copying /tmp/.tmpE4aPjC/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 ...
97962025-05-13T21:39:51.826Z[ host-image] May 13 21:39:51.156 INFO O| May 13 21:39:51.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97972025-05-13T21:39:51.826Z[ host-image] May 13 21:39:51.156 INFO O| May 13 21:39:51.156 INFO ok!
97982025-05-13T21:39:51.826Z[ host-image] May 13 21:39:51.156 INFO O| May 13 21:39:51.156 INFO STEP 122 (ensure_file) COMPLETE
97992025-05-13T21:39:51.826Z[ host-image] May 13 21:39:51.156 INFO O| May 13 21:39:51.156 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98002025-05-13T21:39:51.832Z[ host-image] May 13 21:39:51.165 INFO O| May 13 21:39:51.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98012025-05-13T21:39:51.832Z[ host-image] May 13 21:39:51.165 INFO O| May 13 21:39:51.165 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98022025-05-13T21:39:51.835Z[ host-image] May 13 21:39:51.165 INFO O| May 13 21:39:51.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98032025-05-13T21:39:51.835Z[ host-image] May 13 21:39:51.165 INFO O| May 13 21:39:51.165 INFO ok!
98042025-05-13T21:39:51.835Z[ host-image] May 13 21:39:51.165 INFO O| May 13 21:39:51.165 INFO STEP 123 (ensure_file) COMPLETE
98052025-05-13T21:39:51.835Z[ host-image] May 13 21:39:51.165 INFO O| May 13 21:39:51.165 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98062025-05-13T21:39:51.841Z[ host-image] May 13 21:39:51.174 INFO O| May 13 21:39:51.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98072025-05-13T21:39:51.844Z[ host-image] May 13 21:39:51.174 INFO O| May 13 21:39:51.174 INFO copying /tmp/.tmpE4aPjC/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98082025-05-13T21:39:55.003Z[ host-image] May 13 21:39:54.334 INFO O| May 13 21:39:54.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98092025-05-13T21:39:55.003Z[ host-image] May 13 21:39:54.334 INFO O| May 13 21:39:54.334 INFO ok!
98102025-05-13T21:39:55.007Z[ host-image] May 13 21:39:54.334 INFO O| May 13 21:39:54.334 INFO STEP 124 (ensure_file) COMPLETE
98112025-05-13T21:39:55.007Z[ host-image] May 13 21:39:54.334 INFO O| May 13 21:39:54.334 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98122025-05-13T21:39:55.013Z[ host-image] May 13 21:39:54.344 INFO O| May 13 21:39:54.344 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98132025-05-13T21:39:55.016Z[ host-image] May 13 21:39:54.345 INFO O| May 13 21:39:54.344 INFO STEP 125 (ensure_dir) COMPLETE
98142025-05-13T21:39:55.016Z[ host-image] May 13 21:39:54.345 INFO O| May 13 21:39:54.344 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152025-05-13T21:39:55.022Z[ host-image] May 13 21:39:54.354 INFO O| May 13 21:39:54.354 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98162025-05-13T21:39:55.022Z[ host-image] May 13 21:39:54.354 INFO O| May 13 21:39:54.354 INFO STEP 126 (ensure_dir) COMPLETE
98172025-05-13T21:39:55.025Z[ host-image] May 13 21:39:54.354 INFO O| May 13 21:39:54.354 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98182025-05-13T21:39:55.031Z[ host-image] May 13 21:39:54.363 INFO O| May 13 21:39:54.363 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98192025-05-13T21:39:55.031Z[ host-image] May 13 21:39:54.363 INFO O| May 13 21:39:54.363 INFO STEP 127 (ensure_dir) COMPLETE
98202025-05-13T21:39:55.035Z[ host-image] May 13 21:39:54.363 INFO O| May 13 21:39:54.363 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98212025-05-13T21:39:55.041Z[ host-image] May 13 21:39:54.372 INFO O| May 13 21:39:54.372 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98222025-05-13T21:39:55.044Z[ host-image] May 13 21:39:54.372 INFO O| May 13 21:39:54.372 INFO STEP 128 (ensure_dir) COMPLETE
98232025-05-13T21:39:55.044Z[ host-image] May 13 21:39:54.372 INFO O| May 13 21:39:54.372 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98242025-05-13T21:39:55.050Z[ host-image] May 13 21:39:54.381 INFO O| May 13 21:39:54.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98252025-05-13T21:39:55.050Z[ host-image] May 13 21:39:54.381 INFO O| May 13 21:39:54.381 INFO copying /tmp/.tmpE4aPjC/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 ...
98262025-05-13T21:39:55.053Z[ host-image] May 13 21:39:54.381 INFO O| May 13 21:39:54.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98272025-05-13T21:39:55.053Z[ host-image] May 13 21:39:54.381 INFO O| May 13 21:39:54.381 INFO ok!
98282025-05-13T21:39:55.053Z[ host-image] May 13 21:39:54.381 INFO O| May 13 21:39:54.381 INFO STEP 129 (ensure_file) COMPLETE
98292025-05-13T21:39:55.053Z[ host-image] May 13 21:39:54.381 INFO O| May 13 21:39:54.381 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98302025-05-13T21:39:55.058Z[ host-image] May 13 21:39:54.390 INFO O| May 13 21:39:54.390 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98312025-05-13T21:39:55.058Z[ host-image] May 13 21:39:54.391 INFO O| May 13 21:39:54.390 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98322025-05-13T21:39:55.061Z[ host-image] May 13 21:39:54.391 INFO O| May 13 21:39:54.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98332025-05-13T21:39:55.061Z[ host-image] May 13 21:39:54.391 INFO O| May 13 21:39:54.391 INFO STEP 130 (ensure_dir) COMPLETE
98342025-05-13T21:39:55.061Z[ host-image] May 13 21:39:54.391 INFO O| May 13 21:39:54.391 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352025-05-13T21:39:55.074Z[ host-image] May 13 21:39:54.400 INFO O| May 13 21:39:54.400 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98362025-05-13T21:39:55.074Z[ host-image] May 13 21:39:54.400 INFO O| May 13 21:39:54.400 INFO copying /tmp/.tmpE4aPjC/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98372025-05-13T21:39:55.074Z[ host-image] May 13 21:39:54.400 INFO O| May 13 21:39:54.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98382025-05-13T21:39:55.074Z[ host-image] May 13 21:39:54.400 INFO O| May 13 21:39:54.400 INFO ok!
98392025-05-13T21:39:55.074Z[ host-image] May 13 21:39:54.400 INFO O| May 13 21:39:54.400 INFO STEP 131 (ensure_file) COMPLETE
98402025-05-13T21:39:55.074Z[ host-image] May 13 21:39:54.400 INFO O| May 13 21:39:54.400 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98412025-05-13T21:39:55.077Z[ host-image] May 13 21:39:54.409 INFO O| May 13 21:39:54.409 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98422025-05-13T21:39:55.077Z[ host-image] May 13 21:39:54.409 INFO O| May 13 21:39:54.409 INFO STEP 132 (remove_files) COMPLETE
98432025-05-13T21:39:55.077Z[ host-image] May 13 21:39:54.409 INFO O| May 13 21:39:54.409 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98442025-05-13T21:39:55.085Z[ host-image] May 13 21:39:54.418 INFO O| May 13 21:39:54.418 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98452025-05-13T21:39:55.088Z[ host-image] May 13 21:39:54.418 INFO O| May 13 21:39:54.418 INFO STEP 133 (remove_files) COMPLETE
98462025-05-13T21:39:55.088Z[ host-image] May 13 21:39:54.418 INFO O| May 13 21:39:54.418 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98472025-05-13T21:39:55.094Z[ host-image] May 13 21:39:54.427 INFO O| May 13 21:39:54.427 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98482025-05-13T21:39:55.097Z[ host-image] May 13 21:39:54.427 INFO O| May 13 21:39:54.427 INFO STEP 134 (remove_files) COMPLETE
98492025-05-13T21:39:55.097Z[ host-image] May 13 21:39:54.427 INFO O| May 13 21:39:54.427 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98502025-05-13T21:39:55.104Z[ host-image] May 13 21:39:54.437 INFO O| May 13 21:39:54.437 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98512025-05-13T21:39:55.107Z[ host-image] May 13 21:39:54.437 INFO O| May 13 21:39:54.437 INFO STEP 135 (remove_files) COMPLETE
98522025-05-13T21:39:55.107Z[ host-image] May 13 21:39:54.437 INFO O| May 13 21:39:54.437 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98532025-05-13T21:39:55.113Z[ host-image] May 13 21:39:54.446 INFO O| May 13 21:39:54.446 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98542025-05-13T21:39:55.116Z[ host-image] May 13 21:39:54.446 INFO O| May 13 21:39:54.446 INFO STEP 136 (remove_files) COMPLETE
98552025-05-13T21:39:55.116Z[ host-image] May 13 21:39:54.446 INFO O| May 13 21:39:54.446 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98562025-05-13T21:39:55.122Z[ host-image] May 13 21:39:54.455 INFO O| May 13 21:39:54.455 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98572025-05-13T21:39:55.122Z[ host-image] May 13 21:39:54.455 INFO O| May 13 21:39:54.455 INFO STEP 137 (remove_files) COMPLETE
98582025-05-13T21:39:55.122Z[ host-image] May 13 21:39:54.455 INFO O| May 13 21:39:54.455 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98592025-05-13T21:39:55.132Z[ host-image] May 13 21:39:54.464 INFO O| May 13 21:39:54.464 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98602025-05-13T21:39:55.132Z[ host-image] May 13 21:39:54.465 INFO O| May 13 21:39:54.464 INFO STEP 138 (remove_files) COMPLETE
98612025-05-13T21:39:55.135Z[ host-image] May 13 21:39:54.465 INFO O| May 13 21:39:54.465 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98622025-05-13T21:39:55.141Z[ host-image] May 13 21:39:54.474 INFO O| May 13 21:39:54.474 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98632025-05-13T21:39:55.141Z[ host-image] May 13 21:39:54.474 INFO O| May 13 21:39:54.474 INFO STEP 139 (remove_files) COMPLETE
98642025-05-13T21:39:55.141Z[ host-image] May 13 21:39:54.474 INFO O| May 13 21:39:54.474 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98652025-05-13T21:39:55.150Z[ host-image] May 13 21:39:54.483 INFO O| May 13 21:39:54.483 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98662025-05-13T21:39:55.153Z[ host-image] May 13 21:39:54.483 INFO O| May 13 21:39:54.483 INFO STEP 140 (remove_files) COMPLETE
98672025-05-13T21:39:55.153Z[ host-image] May 13 21:39:54.483 INFO O| May 13 21:39:54.483 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98682025-05-13T21:39:55.159Z[ host-image] May 13 21:39:54.492 INFO O| May 13 21:39:54.492 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98692025-05-13T21:39:55.159Z[ host-image] May 13 21:39:54.492 INFO O| May 13 21:39:54.492 INFO STEP 141 (remove_files) COMPLETE
98702025-05-13T21:39:55.159Z[ host-image] May 13 21:39:54.492 INFO O| May 13 21:39:54.492 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98712025-05-13T21:39:55.168Z[ host-image] May 13 21:39:54.501 INFO O| May 13 21:39:54.501 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98722025-05-13T21:39:55.171Z[ host-image] May 13 21:39:54.501 INFO O| May 13 21:39:54.501 INFO STEP 142 (remove_files) COMPLETE
98732025-05-13T21:39:55.171Z[ host-image] May 13 21:39:54.501 INFO O| May 13 21:39:54.501 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98742025-05-13T21:39:55.177Z[ host-image] May 13 21:39:54.510 INFO O| May 13 21:39:54.510 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98752025-05-13T21:39:55.179Z[ host-image] May 13 21:39:54.510 INFO O| May 13 21:39:54.510 INFO STEP 143 (remove_files) COMPLETE
98762025-05-13T21:39:55.179Z[ host-image] May 13 21:39:54.510 INFO O| May 13 21:39:54.510 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98772025-05-13T21:39:55.187Z[ host-image] May 13 21:39:54.520 INFO O| May 13 21:39:54.520 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98782025-05-13T21:39:55.187Z[ host-image] May 13 21:39:54.520 INFO O| May 13 21:39:54.520 INFO STEP 144 (remove_files) COMPLETE
98792025-05-13T21:39:55.190Z[ host-image] May 13 21:39:54.520 INFO O| May 13 21:39:54.520 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98802025-05-13T21:39:55.196Z[ host-image] May 13 21:39:54.529 INFO O| May 13 21:39:54.529 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98812025-05-13T21:39:55.196Z[ host-image] May 13 21:39:54.529 INFO O| May 13 21:39:54.529 INFO STEP 145 (remove_files) COMPLETE
98822025-05-13T21:39:55.199Z[ host-image] May 13 21:39:54.529 INFO O| May 13 21:39:54.529 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98832025-05-13T21:39:55.205Z[ host-image] May 13 21:39:54.538 INFO O| May 13 21:39:54.538 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98842025-05-13T21:39:55.205Z[ host-image] May 13 21:39:54.538 INFO O| May 13 21:39:54.538 INFO STEP 146 (remove_files) COMPLETE
98852025-05-13T21:39:55.208Z[ host-image] May 13 21:39:54.538 INFO O| May 13 21:39:54.538 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98862025-05-13T21:39:55.214Z[ host-image] May 13 21:39:54.547 INFO O| May 13 21:39:54.547 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98872025-05-13T21:39:55.214Z[ host-image] May 13 21:39:54.547 INFO O| May 13 21:39:54.547 INFO STEP 147 (remove_files) COMPLETE
98882025-05-13T21:39:55.217Z[ host-image] May 13 21:39:54.547 INFO O| May 13 21:39:54.547 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98892025-05-13T21:39:55.223Z[ host-image] May 13 21:39:54.556 INFO O| May 13 21:39:54.556 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98902025-05-13T21:39:55.226Z[ host-image] May 13 21:39:54.556 INFO O| May 13 21:39:54.556 INFO STEP 148 (remove_files) COMPLETE
98912025-05-13T21:39:55.226Z[ host-image] May 13 21:39:54.556 INFO O| May 13 21:39:54.556 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98922025-05-13T21:39:55.232Z[ host-image] May 13 21:39:54.565 INFO O| May 13 21:39:54.565 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98932025-05-13T21:39:55.232Z[ host-image] May 13 21:39:54.565 INFO O| May 13 21:39:54.565 INFO STEP 149 (remove_files) COMPLETE
98942025-05-13T21:39:55.235Z[ host-image] May 13 21:39:54.565 INFO O| May 13 21:39:54.565 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98952025-05-13T21:39:55.242Z[ host-image] May 13 21:39:54.574 INFO O| May 13 21:39:54.574 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98962025-05-13T21:39:55.245Z[ host-image] May 13 21:39:54.574 INFO O| May 13 21:39:54.574 INFO STEP 150 (remove_files) COMPLETE
98972025-05-13T21:39:55.245Z[ host-image] May 13 21:39:54.574 INFO O| May 13 21:39:54.574 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98982025-05-13T21:39:55.251Z[ host-image] May 13 21:39:54.584 INFO O| May 13 21:39:54.583 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98992025-05-13T21:39:55.251Z[ host-image] May 13 21:39:54.584 INFO O| May 13 21:39:54.584 INFO STEP 151 (remove_files) COMPLETE
99002025-05-13T21:39:55.254Z[ host-image] May 13 21:39:54.584 INFO O| May 13 21:39:54.584 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99012025-05-13T21:39:55.260Z[ host-image] May 13 21:39:54.593 INFO O| May 13 21:39:54.593 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99022025-05-13T21:39:55.260Z[ host-image] May 13 21:39:54.593 INFO O| May 13 21:39:54.593 INFO STEP 152 (remove_files) COMPLETE
99032025-05-13T21:39:55.264Z[ host-image] May 13 21:39:54.593 INFO O| May 13 21:39:54.593 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99042025-05-13T21:39:55.269Z[ host-image] May 13 21:39:54.602 INFO O| May 13 21:39:54.602 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99052025-05-13T21:39:55.269Z[ host-image] May 13 21:39:54.602 INFO O| May 13 21:39:54.602 INFO STEP 153 (remove_files) COMPLETE
99062025-05-13T21:39:55.272Z[ host-image] May 13 21:39:54.602 INFO O| May 13 21:39:54.602 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99072025-05-13T21:39:55.279Z[ host-image] May 13 21:39:54.611 INFO O| May 13 21:39:54.611 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99082025-05-13T21:39:55.280Z[ host-image] May 13 21:39:54.611 INFO O| May 13 21:39:54.611 INFO STEP 154 (remove_files) COMPLETE
99092025-05-13T21:39:55.282Z[ host-image] May 13 21:39:54.611 INFO O| May 13 21:39:54.611 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99102025-05-13T21:39:55.287Z[ host-image] May 13 21:39:54.620 INFO O| May 13 21:39:54.620 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99112025-05-13T21:39:55.287Z[ host-image] May 13 21:39:54.620 INFO O| May 13 21:39:54.620 INFO STEP 155 (remove_files) COMPLETE
99122025-05-13T21:39:55.288Z[ host-image] May 13 21:39:54.620 INFO O| May 13 21:39:54.620 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99132025-05-13T21:39:55.297Z[ host-image] May 13 21:39:54.629 INFO O| May 13 21:39:54.629 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99142025-05-13T21:39:55.297Z[ host-image] May 13 21:39:54.629 INFO O| May 13 21:39:54.629 INFO STEP 156 (remove_files) COMPLETE
99152025-05-13T21:39:55.299Z[ host-image] May 13 21:39:54.630 INFO O| May 13 21:39:54.629 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99162025-05-13T21:39:55.306Z[ host-image] May 13 21:39:54.639 INFO O| May 13 21:39:54.639 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99172025-05-13T21:39:55.306Z[ host-image] May 13 21:39:54.639 INFO O| May 13 21:39:54.639 INFO STEP 157 (remove_files) COMPLETE
99182025-05-13T21:39:55.310Z[ host-image] May 13 21:39:54.639 INFO O| May 13 21:39:54.639 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99192025-05-13T21:39:55.315Z[ host-image] May 13 21:39:54.648 INFO O| May 13 21:39:54.648 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99202025-05-13T21:39:55.315Z[ host-image] May 13 21:39:54.648 INFO O| May 13 21:39:54.648 INFO STEP 158 (remove_files) COMPLETE
99212025-05-13T21:39:55.318Z[ host-image] May 13 21:39:54.648 INFO O| May 13 21:39:54.648 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99222025-05-13T21:39:55.324Z[ host-image] May 13 21:39:54.657 INFO O| May 13 21:39:54.657 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99232025-05-13T21:39:55.324Z[ host-image] May 13 21:39:54.657 INFO O| May 13 21:39:54.657 INFO STEP 159 (remove_files) COMPLETE
99242025-05-13T21:39:55.324Z[ host-image] May 13 21:39:54.657 INFO O| May 13 21:39:54.657 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99252025-05-13T21:39:55.334Z[ host-image] May 13 21:39:54.666 INFO O| May 13 21:39:54.666 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99262025-05-13T21:39:55.336Z[ host-image] May 13 21:39:54.666 INFO O| May 13 21:39:54.666 INFO STEP 160 (remove_files) COMPLETE
99272025-05-13T21:39:55.337Z[ host-image] May 13 21:39:54.666 INFO O| May 13 21:39:54.666 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99282025-05-13T21:39:55.348Z[ host-image] May 13 21:39:54.680 INFO O| May 13 21:39:54.680 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99292025-05-13T21:39:55.351Z[ host-image] May 13 21:39:54.680 INFO O| May 13 21:39:54.680 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
99302025-05-13T21:40:03.964Z[ host-image] May 13 21:40:03.296 INFO O| May 13 21:40:03.296 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
99312025-05-13T21:40:03.965Z[ host-image] May 13 21:40:03.296 INFO O| May 13 21:40:03.296 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99322025-05-13T21:40:03.979Z[ host-image] May 13 21:40:03.311 INFO O| May 13 21:40:03.311 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "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"}
99332025-05-13T21:40:04.122Z[ host-image] May 13 21:40:03.454 INFO O| May 13 21:40:03.454 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
99342025-05-13T21:40:04.195Z[ host-image] May 13 21:40:03.527 INFO O| May 13 21:40:03.527 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
99352025-05-13T21:40:04.272Z[ host-image] May 13 21:40:03.604 INFO O| May 13 21:40:03.604 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99362025-05-13T21:40:04.272Z[ host-image] May 13 21:40:03.604 INFO O| May 13 21:40:03.604 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99372025-05-13T21:40:04.275Z[ host-image] May 13 21:40:03.605 INFO O| May 13 21:40:03.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99382025-05-13T21:40:04.275Z[ host-image] May 13 21:40:03.606 INFO O| May 13 21:40:03.605 INFO ok!
99392025-05-13T21:40:04.275Z[ host-image] May 13 21:40:03.606 INFO O| May 13 21:40:03.605 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99402025-05-13T21:40:04.275Z[ host-image] May 13 21:40:03.606 INFO O| May 13 21:40:03.606 INFO STEP 161 (seed_smf) COMPLETE
99412025-05-13T21:40:04.275Z[ host-image] May 13 21:40:03.606 INFO O| May 13 21:40:03.606 INFO steps complete; finalising image!
99422025-05-13T21:40:04.275Z[ host-image] May 13 21:40:03.606 INFO O| May 13 21:40:03.606 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99432025-05-13T21:40:04.416Z[ host-image] May 13 21:40:03.748 INFO O| May 13 21:40:03.748 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue May 13 21:40:03 2025)
99442025-05-13T21:40:04.636Z[ host-image] May 13 21:40:03.967 INFO O| May 13 21:40:03.967 INFO temporary pool has 715M used, 117M avail, 1.87x compressratio
99452025-05-13T21:40:04.636Z[ host-image] May 13 21:40:03.967 INFO O| May 13 21:40:03.967 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99462025-05-13T21:40:04.907Z[ host-image] May 13 21:40:04.240 INFO O| May 13 21:40:04.239 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99472025-05-13T21:40:04.907Z[ host-image] May 13 21:40:04.240 INFO O| May 13 21:40:04.240 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99482025-05-13T21:40:05.833Z[ host-image] May 13 21:40:05.165 INFO O| May 13 21:40:05.165 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99492025-05-13T21:40:05.833Z[ host-image] May 13 21:40:05.165 INFO O| May 13 21:40:05.165 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99502025-05-13T21:40:05.837Z[ host-image] May 13 21:40:05.165 INFO O| May 13 21:40:05.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99512025-05-13T21:40:05.837Z[ host-image] May 13 21:40:05.165 INFO O| May 13 21:40:05.165 INFO completed processing gimlet/zfs
99522025-05-13T21:40:05.837Z[ host-image] May 13 21:40:05.165 INFO O| May 13 21:40:05.165 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99532025-05-13T21:40:14.709Z[ host-image] May 13 21:40:14.041 INFO O| May 13 21:40:14.040 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99542025-05-13T21:40:14.799Z[ host-image] May 13 21:40:14.130 INFO BUILD STRING "heads/stlouis-0-g361574b73e\n"
99552025-05-13T21:40:14.800Z[ host-image] May 13 21:40:14.130 INFO expanded image name: "ci 368f84f/${os_short_commit} 2025-05-13 20:55" -> "ci 368f84f/361574b 2025-05-13 20:55"
99562025-05-13T21:40:14.804Z[ host-image] May 13 21:40:14.130 INFO output artefacts stored in: "/work/os-host"
99572025-05-13T21:40:14.804Z[ host-image] May 13 21:40:14.130 INFO collecting git info from project "pinprick"...
99582025-05-13T21:40:14.804Z[ host-image] May 13 21:40:14.135 INFO collecting git info from project "pilot"...
99592025-05-13T21:40:14.809Z[ host-image] May 13 21:40:14.140 INFO collecting git info from project "bootserver"...
99602025-05-13T21:40:14.813Z[ host-image] May 13 21:40:14.145 INFO collecting git info from project "image-builder"...
99612025-05-13T21:40:14.817Z[ host-image] May 13 21:40:14.149 INFO collecting git info from project "phbl"...
99622025-05-13T21:40:14.821Z[ host-image] May 13 21:40:14.153 INFO collecting git info from project "amd-host-image-builder"...
99632025-05-13T21:40:14.826Z[ host-image] May 13 21:40:14.158 INFO collecting git info from project "amd-firmware"...
99642025-05-13T21:40:14.836Z[ host-image] May 13 21:40:14.167 INFO collecting git info from project "chelsio-t6-roms"...
99652025-05-13T21:40:14.840Z[ host-image] May 13 21:40:14.171 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99662025-05-13T21:40:15.198Z[ host-image] May 13 21:40:14.529 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99672025-05-13T21:40:15.536Z[ host-image] May 13 21:40:14.867 INFO creating Oxide boot image...
99682025-05-13T21:40:15.536Z[ host-image] May 13 21:40:14.867 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 368f84f/361574b 2025-05-13 20:55", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99692025-05-13T21:40:16.463Z[ host-image] May 13 21:40:15.794 INFO O| ok, image written!
99702025-05-13T21:40:16.463Z[ host-image] May 13 21:40:15.794 INFO O| ok, boot_image_csum file written!
99712025-05-13T21:40:16.467Z[ host-image] May 13 21:40:15.797 INFO creating boot archive (CPIO)...
99722025-05-13T21:40:16.467Z[ host-image] May 13 21:40:15.797 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
99732025-05-13T21:40:16.473Z[ host-image] May 13 21:40:15.804 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99742025-05-13T21:40:16.473Z[ host-image] May 13 21:40:15.804 INFO E| + outfile=/work/os-host/cpio
99752025-05-13T21:40:16.473Z[ host-image] May 13 21:40:15.804 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99762025-05-13T21:40:16.476Z[ host-image] May 13 21:40:15.806 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99772025-05-13T21:40:16.476Z[ host-image] May 13 21:40:15.806 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99782025-05-13T21:40:16.511Z[ host-image] May 13 21:40:15.842 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99792025-05-13T21:40:16.514Z[ host-image] May 13 21:40:15.842 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99802025-05-13T21:40:16.519Z[ host-image] May 13 21:40:15.850 INFO creating compressed cpio/unix for nanobl-rs...
99812025-05-13T21:40:16.519Z[ host-image] May 13 21:40:15.850 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
99822025-05-13T21:40:16.817Z[ host-image] May 13 21:40:16.148 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99832025-05-13T21:40:21.128Z[ host-image] May 13 21:40:20.458 INFO creating reset image...
99842025-05-13T21:40:21.128Z[ host-image] May 13 21:40:20.459 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
99852025-05-13T21:40:21.188Z[ host-image] May 13 21:40:20.519 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')"
99862025-05-13T21:40:21.189Z[ host-image] May 13 21:40:20.519 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99872025-05-13T21:40:21.289Z[ host-image] May 13 21:40:20.620 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
99882025-05-13T21:40:21.293Z[ host-image] May 13 21:40:20.621 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99892025-05-13T21:40:21.411Z[ host-image] May 13 21:40:20.742 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99902025-05-13T21:40:23.074Z[ host-image] May 13 21:40:22.405 INFO E| Finished `release` profile [optimized] target(s) in 1.77s
99912025-05-13T21:40:23.087Z[ host-image] May 13 21:40:22.417 INFO building host image...
99922025-05-13T21:40:23.090Z[ host-image] May 13 21:40:22.417 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")
99932025-05-13T21:40:23.537Z[ host-image] May 13 21:40:22.868 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99942025-05-13T21:41:12.069Z[ host-image] May 13 21:41:11.390 INFO image complete! materials are in "/work/os-host"
99952025-05-13T21:41:12.072Z[ host-image]
99962025-05-13T21:41:12.072Z[ host-image] real 20:50.129048514
99972025-05-13T21:41:12.072Z[ host-image] user 12:29.086618897
99982025-05-13T21:41:12.072Z[ host-image] sys 1:15.533941334
99992025-05-13T21:41:12.072Z[ host-image] trap 0.735997748
100002025-05-13T21:41:12.072Z[ host-image] tflt 0.144468539
100012025-05-13T21:41:12.072Z[ host-image] dflt 0.045949948
100022025-05-13T21:41:12.072Z[ host-image] kflt 0.090207466
100032025-05-13T21:41:12.072Z[ host-image] lock 33.990854214
100042025-05-13T21:41:12.072Z[ host-image] slp 1:58:38.732243153
100052025-05-13T21:41:12.072Z[ host-image] lat 4:02.373617270
100062025-05-13T21:41:12.072ZMay 13 21:41:11.393 INFO [host-image] process exited with exit status: 0 (1250.148110402s)
100072025-05-13T21:41:12.072Z[ host-image] stop 0.572732325
100082025-05-13T21:41:12.072ZMay 13 21:41:11.393 INFO [tuf-repo] running task
100092025-05-13T21:41:24.117ZMay 13 21:41:23.443 INFO assembling repository in `/tmp/tufaceouswnkggS`, component: OmicronRepoAssembler
100102025-05-13T21:41:29.957ZMay 13 21:41:29.282 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100112025-05-13T21:41:30.359ZMay 13 21:41:29.685 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100122025-05-13T21:41:46.526ZMay 13 21:41:45.830 INFO [tuf-repo] task succeeded (34.437513716s)
100132025-05-13T21:41:46.526ZMay 13 21:41:45.830 INFO all jobs completed in 2780.333907313s
100142025-05-13T21:41:47.347Zprocess exited: duration 3392555 ms, exit code 0
 
100152025-05-13T21:41:47.397Zfound 41 output files
100162025-05-13T21:41:47.397Zuploading: /work/manifest.toml (13599 bytes)
100172025-05-13T21:41:48.508Zuploaded: /work/manifest.toml
100182025-05-13T21:41:48.508Zuploading: /work/repo.zip (2471065059 bytes)
100192025-05-13T21:42:40.653Zuploaded: /work/repo.zip
100202025-05-13T21:42:40.653Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100212025-05-13T21:42:41.705Zuploaded: /work/repo.zip.sha256.txt
100222025-05-13T21:42:41.705Zuploading: /work/helios.json (584 bytes)
100232025-05-13T21:42:42.721Zuploaded: /work/helios.json
100242025-05-13T21:42:42.721Zuploading: /work/incorporation.p5m (98901 bytes)
100252025-05-13T21:42:43.743Zuploaded: /work/incorporation.p5m
100262025-05-13T21:42:43.743Zuploading: /work/incorporation.p5p (112640 bytes)
100272025-05-13T21:42:44.763Zuploaded: /work/incorporation.p5p
100282025-05-13T21:42:44.763Zuploading: /work/helios-incorp.log (526 bytes)
100292025-05-13T21:42:45.775Zuploaded: /work/helios-incorp.log
100302025-05-13T21:42:45.775Zuploading: /work/helios-setup.log (62348 bytes)
100312025-05-13T21:42:46.789Zuploaded: /work/helios-setup.log
100322025-05-13T21:42:46.789Zuploading: /work/host-image.log (201835 bytes)
100332025-05-13T21:42:47.846Zuploaded: /work/host-image.log
100342025-05-13T21:42:47.846Zuploading: /work/host-package.log (28245 bytes)
100352025-05-13T21:42:48.886Zuploaded: /work/host-package.log
100362025-05-13T21:42:48.886Zuploading: /work/host-target.log (101 bytes)
100372025-05-13T21:42:49.919Zuploaded: /work/host-target.log
100382025-05-13T21:42:49.919Zuploading: /work/incorp-create.log (0 bytes)
100392025-05-13T21:42:50.931Zuploaded: /work/incorp-create.log
100402025-05-13T21:42:50.932Zuploading: /work/incorp-fmt.log (0 bytes)
100412025-05-13T21:42:51.947Zuploaded: /work/incorp-fmt.log
100422025-05-13T21:42:51.947Zuploading: /work/incorp-pkgsend.log (108 bytes)
100432025-05-13T21:42:52.964Zuploaded: /work/incorp-pkgsend.log
100442025-05-13T21:42:52.964Zuploading: /work/incorp-publisher.log (0 bytes)
100452025-05-13T21:42:53.981Zuploaded: /work/incorp-publisher.log
100462025-05-13T21:42:53.981Zuploading: /work/omicron-package.log (8553 bytes)
100472025-05-13T21:42:54.986Zuploaded: /work/omicron-package.log
100482025-05-13T21:42:54.986Zuploading: /work/recovery-image.log (579086 bytes)
100492025-05-13T21:42:56.120Zuploaded: /work/recovery-image.log
100502025-05-13T21:42:56.120Zuploading: /work/recovery-package.log (1685 bytes)
100512025-05-13T21:42:57.255Zuploaded: /work/recovery-package.log
100522025-05-13T21:42:57.255Zuploading: /work/recovery-target.log (98 bytes)
100532025-05-13T21:42:58.294Zuploaded: /work/recovery-target.log
100542025-05-13T21:42:58.294Zuploading: /work/stamp-clickhouse.log (117 bytes)
100552025-05-13T21:42:59.318Zuploaded: /work/stamp-clickhouse.log
100562025-05-13T21:42:59.319Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100572025-05-13T21:43:00.343Zuploaded: /work/stamp-clickhouse_keeper.log
100582025-05-13T21:43:00.343Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
100592025-05-13T21:43:01.399Zuploaded: /work/stamp-clickhouse_server.log
100602025-05-13T21:43:01.399Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100612025-05-13T21:43:02.432Zuploaded: /work/stamp-cockroachdb.log
100622025-05-13T21:43:02.432Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100632025-05-13T21:43:03.466Zuploaded: /work/stamp-crucible-dtrace.log
100642025-05-13T21:43:03.466Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100652025-05-13T21:43:04.504Zuploaded: /work/stamp-crucible-pantry-zone.log
100662025-05-13T21:43:04.504Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100672025-05-13T21:43:07.064Zuploaded: /work/stamp-crucible-zone.log
100682025-05-13T21:43:07.106Zuploading: /work/stamp-external-dns.log (119 bytes)
100692025-05-13T21:43:08.147Zuploaded: /work/stamp-external-dns.log
100702025-05-13T21:43:08.147Zuploading: /work/stamp-installinator.log (103 bytes)
100712025-05-13T21:43:09.166Zuploaded: /work/stamp-installinator.log
100722025-05-13T21:43:09.166Zuploading: /work/stamp-internal-dns.log (119 bytes)
100732025-05-13T21:43:10.178Zuploaded: /work/stamp-internal-dns.log
100742025-05-13T21:43:10.179Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100752025-05-13T21:43:11.201Zuploaded: /work/stamp-mg-ddm-gz.log
100762025-05-13T21:43:11.201Zuploading: /work/stamp-nexus.log (112 bytes)
100772025-05-13T21:43:12.223Zuploaded: /work/stamp-nexus.log
100782025-05-13T21:43:12.223Zuploading: /work/stamp-ntp.log (110 bytes)
100792025-05-13T21:43:13.265Zuploaded: /work/stamp-ntp.log
100802025-05-13T21:43:13.266Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100812025-05-13T21:43:14.283Zuploaded: /work/stamp-omicron-sled-agent.log
100822025-05-13T21:43:14.283Zuploading: /work/stamp-overlay.log (114 bytes)
100832025-05-13T21:43:15.342Zuploaded: /work/stamp-overlay.log
100842025-05-13T21:43:15.343Zuploading: /work/stamp-oximeter.log (115 bytes)
100852025-05-13T21:43:16.652Zuploaded: /work/stamp-oximeter.log
100862025-05-13T21:43:16.653Zuploading: /work/stamp-oxlog.log (109 bytes)
100872025-05-13T21:43:17.872Zuploaded: /work/stamp-oxlog.log
100882025-05-13T21:43:17.872Zuploading: /work/stamp-probe.log (112 bytes)
100892025-05-13T21:43:18.959Zuploaded: /work/stamp-probe.log
100902025-05-13T21:43:18.959Zuploading: /work/stamp-propolis-server.log (122 bytes)
100912025-05-13T21:43:23.297Zuploaded: /work/stamp-propolis-server.log
100922025-05-13T21:43:23.297Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100932025-05-13T21:43:24.408Zuploaded: /work/stamp-pumpkind-gz.log
100942025-05-13T21:43:24.408Zuploading: /work/stamp-switch-asic.log (118 bytes)
100952025-05-13T21:43:25.424Zuploaded: /work/stamp-switch-asic.log
100962025-05-13T21:43:25.432Zuploading: /work/verify-libraries.log (7073 bytes)
100972025-05-13T21:43:26.445Zuploaded: /work/verify-libraries.log