01JN63XVPN2PMQK8F1NHG5DJB1: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JN63YG5HKY7Y1NX2DR9DQRHA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T11:10:18.231Zjob assigned to worker 01JN63XW15JFV2W1PBX0M3P511 [factory aws, i-0ba1ee46d698d1229] (queued for 49 s)
 
22025-02-28T11:10:26.342Zstarting task 0: "setup"
32025-02-28T11:10:26.349Z++ uname -s
42025-02-28T11:10:26.352Z+ kern=SunOS
52025-02-28T11:10:26.352Z+ build_user=build
62025-02-28T11:10:26.352Z+ build_uid=12345
72025-02-28T11:10:26.352Z+ work_dir=/work
82025-02-28T11:10:26.352Z+ input_dir=/input
92025-02-28T11:10:26.352Z+ [[ 0 == 12345 ]]
102025-02-28T11:10:26.352Z+ case "$kern" in
112025-02-28T11:10:26.352Z+ groupadd -g 12345 build
122025-02-28T11:10:26.354Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T11:10:28.362Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T11:10:28.478Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T11:10:28.480Z+ home_fs=zfs
162025-02-28T11:10:28.480Z+ [[ zfs == autofs ]]
172025-02-28T11:10:28.481Z+ mkdir -p /home/build
182025-02-28T11:10:28.483Z+ chown build:build /home/build /work
192025-02-28T11:10:30.484Z+ chmod 0700 /home/build /work
202025-02-28T11:10:30.489Zprocess exited: duration 4144 ms, exit code 0
 
212025-02-28T11:10:30.494Zstarting task 1: "rust-toolchain"
222025-02-28T11:10:30.500Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T11:10:30.500Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-28T11:10:30.500Z * rust toolchain channel = "1.85.0"
252025-02-28T11:10:30.500Z * rust toolchain profile = "default"
262025-02-28T11:10:30.500Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T11:10:30.500Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T11:10:30.504Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T11:10:30.504Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T11:10:30.623Zinfo: downloading installer
312025-02-28T11:10:31.988Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T11:10:31.988Zwarning: /opt/ooce/bin
332025-02-28T11:10:31.988Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T11:10:31.988Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T11:10:31.988Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T11:10:31.988Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T11:10:31.988Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T11:10:31.988Zerror: cannot install while Rust is installed
392025-02-28T11:10:31.988Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T11:10:32.015Zinfo: profile set to 'default'
412025-02-28T11:10:32.015Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T11:10:32.018Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T11:10:32.177Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T11:10:32.177Zinfo: downloading component 'cargo'
452025-02-28T11:10:33.041Zinfo: downloading component 'clippy'
462025-02-28T11:10:33.375Zinfo: downloading component 'rust-docs'
472025-02-28T11:10:34.697Zinfo: downloading component 'rust-std'
482025-02-28T11:10:36.642Zinfo: downloading component 'rustc'
492025-02-28T11:10:43.344Zinfo: downloading component 'rustfmt'
502025-02-28T11:10:43.595Zinfo: installing component 'cargo'
512025-02-28T11:10:44.428Zinfo: installing component 'clippy'
522025-02-28T11:10:44.809Zinfo: installing component 'rust-docs'
532025-02-28T11:10:46.539Zinfo: installing component 'rust-std'
542025-02-28T11:10:48.424Zinfo: installing component 'rustc'
552025-02-28T11:10:54.429Zinfo: installing component 'rustfmt'
562025-02-28T11:10:54.766Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T11:10:54.766Z
582025-02-28T11:10:55.137Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T11:10:55.137Z
602025-02-28T11:10:55.140Z
612025-02-28T11:10:55.140ZRust is installed now. Great!
622025-02-28T11:10:55.140Z
632025-02-28T11:10:55.140ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T11:10:55.140Zenvironment variable. This has not been done automatically.
652025-02-28T11:10:55.140Z
662025-02-28T11:10:55.140ZTo configure your current shell, you need to source
672025-02-28T11:10:55.140Zthe corresponding env file under $HOME/.cargo.
682025-02-28T11:10:55.140Z
692025-02-28T11:10:55.140ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T11:10:55.140Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T11:10:55.140Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T11:10:55.215Z+ rustup --version
732025-02-28T11:10:55.222Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T11:10:55.222Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T11:10:55.301Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T11:10:55.304Z+ cargo --version
772025-02-28T11:10:55.360Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T11:10:55.363Z+ rustc --version
792025-02-28T11:10:55.424Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T11:10:55.427Zprocess exited: duration 24928 ms, exit code 0
 
812025-02-28T11:10:55.432Zstarting task 2: "authentication"
822025-02-28T11:10:55.455Zprocess exited: duration 22 ms, exit code 0
 
832025-02-28T11:10:55.461Zstarting task 3: "clone repository"
842025-02-28T11:10:55.466Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T11:10:55.469Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T11:10:55.808ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T11:11:03.330Z+ cd /work/oxidecomputer/omicron
882025-02-28T11:11:03.330Z+ git fetch origin 35c1f9807c582f33259c4910c3ae5c36fb89f33d
892025-02-28T11:11:03.680ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T11:11:03.680Z * branch 35c1f9807c582f33259c4910c3ae5c36fb89f33d -> FETCH_HEAD
912025-02-28T11:11:03.692Z+ [[ -n renovate/serde_with-3.x ]]
922025-02-28T11:11:03.695Z++ git branch --show-current
932025-02-28T11:11:03.698Z+ current=main
942025-02-28T11:11:03.698Z+ [[ main != renovate/serde_with-3.x ]]
952025-02-28T11:11:03.698Z+ git branch -f renovate/serde_with-3.x 35c1f9807c582f33259c4910c3ae5c36fb89f33d
962025-02-28T11:11:03.701Z+ git checkout -f renovate/serde_with-3.x
972025-02-28T11:11:03.888ZSwitched to branch 'renovate/serde_with-3.x'
982025-02-28T11:11:03.891Z+ git reset --hard 35c1f9807c582f33259c4910c3ae5c36fb89f33d
992025-02-28T11:11:03.905ZHEAD is now at 35c1f9807 Update Rust crate serde_with to 3.12.0
1002025-02-28T11:11:03.908Zprocess exited: duration 8443 ms, exit code 0
 
1012025-02-28T11:11:03.914Zstarting task 4: "build"
1022025-02-28T11:11:03.919Z+ source .github/buildomat/ci-env.sh
1032025-02-28T11:11:03.922Z++ export CARGO_TERM_COLOR=always
1042025-02-28T11:11:03.922Z++ CARGO_TERM_COLOR=always
1052025-02-28T11:11:03.922Z+ cargo --version
1062025-02-28T11:11:03.971Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-28T11:11:03.974Z+ rustc --version
1082025-02-28T11:11:04.037Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-28T11:11:04.040Z+ cargo tree --locked
1102025-02-28T11:11:04.275Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-28T11:11:04.544Z Updating crates.io index
1122025-02-28T11:11:04.657Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-28T11:11:05.161Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-28T11:11:05.449Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-28T11:11:05.771Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-28T11:11:06.701Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-28T11:11:08.418Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-28T11:11:09.159Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-28T11:11:10.258Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-28T11:11:10.545Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-28T11:11:10.871Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-28T11:11:11.433Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232025-02-28T11:11:11.921Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1242025-02-28T11:11:12.225Z Updating git repository `https://github.com/oxidecomputer/propolis`
1252025-02-28T11:11:12.702Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1262025-02-28T11:11:13.317Z Updating git repository `https://github.com/oxidecomputer/tofino`
1272025-02-28T11:11:13.574Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1282025-02-28T11:11:13.796Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1292025-02-28T11:11:14.054Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1302025-02-28T11:11:14.389Z Updating git repository `https://github.com/oxidecomputer/lldp`
1312025-02-28T11:11:14.716Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1322025-02-28T11:11:15.004Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332025-02-28T11:11:15.305Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342025-02-28T11:11:15.737Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1352025-02-28T11:11:16.008Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362025-02-28T11:11:16.523Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372025-02-28T11:11:16.813Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1382025-02-28T11:11:17.165Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1392025-02-28T11:11:17.604Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1402025-02-28T11:11:17.889Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412025-02-28T11:11:18.123Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422025-02-28T11:11:18.416Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432025-02-28T11:11:19.835Z Downloading crates ...
1442025-02-28T11:11:19.922Z Downloaded adler2 v2.0.0
1452025-02-28T11:11:19.928Z Downloaded async-stream-impl v0.3.6
1462025-02-28T11:11:19.931Z Downloaded aead v0.5.2
1472025-02-28T11:11:19.949Z Downloaded async-object-pool v0.1.5
1482025-02-28T11:11:19.952Z Downloaded escape8259 v0.5.3
1492025-02-28T11:11:19.960Z Downloaded foreign-types-macros v0.2.3
1502025-02-28T11:11:19.963Z Downloaded foreign-types v0.5.0
1512025-02-28T11:11:19.963Z Downloaded event-listener v2.5.3
1522025-02-28T11:11:19.966Z Downloaded fatfs v0.3.6
1532025-02-28T11:11:19.969Z Downloaded foreign-types-shared v0.1.1
1542025-02-28T11:11:19.972Z Downloaded addr2line v0.24.2
1552025-02-28T11:11:19.972Z Downloaded event-listener v5.3.1
1562025-02-28T11:11:19.974Z Downloaded event-listener-strategy v0.5.2
1572025-02-28T11:11:19.977Z Downloaded errno v0.3.9
1582025-02-28T11:11:19.977Z Downloaded chacha20poly1305 v0.10.1
1592025-02-28T11:11:19.980Z Downloaded anstyle-parse v0.2.5
1602025-02-28T11:11:19.982Z Downloaded fixedbitset v0.5.7
1612025-02-28T11:11:19.982Z Downloaded expectorate v1.1.0
1622025-02-28T11:11:19.986Z Downloaded cfg_aliases v0.2.1
1632025-02-28T11:11:19.987Z Downloaded cfg_aliases v0.1.1
1642025-02-28T11:11:19.987Z Downloaded atomicwrites v0.4.4
1652025-02-28T11:11:19.989Z Downloaded ascii-canvas v3.0.0
1662025-02-28T11:11:19.989Z Downloaded async-channel v1.9.0
1672025-02-28T11:11:19.993Z Downloaded atomic-waker v1.1.2
1682025-02-28T11:11:19.995Z Downloaded async-attributes v1.1.2
1692025-02-28T11:11:19.995Z Downloaded anes v0.1.6
1702025-02-28T11:11:19.998Z Downloaded async-signal v0.2.10
1712025-02-28T11:11:20.001Z Downloaded async-recursion v1.1.1
1722025-02-28T11:11:20.004Z Downloaded block-buffer v0.10.4
1732025-02-28T11:11:20.004Z Downloaded bit-set v0.8.0
1742025-02-28T11:11:20.006Z Downloaded bcrypt-pbkdf v0.10.0
1752025-02-28T11:11:20.006Z Downloaded base16ct v0.2.0
1762025-02-28T11:11:20.009Z Downloaded foreign-types-shared v0.3.1
1772025-02-28T11:11:20.009Z Downloaded bit-vec v0.6.3
1782025-02-28T11:11:20.012Z Downloaded arrayref v0.3.9
1792025-02-28T11:11:20.012Z Downloaded bytecount v0.6.8
1802025-02-28T11:11:20.015Z Downloaded autocfg v1.4.0
1812025-02-28T11:11:20.017Z Downloaded bit-set v0.5.3
1822025-02-28T11:11:20.017Z Downloaded assert_matches v1.5.0
1832025-02-28T11:11:20.017Z Downloaded array-init v0.0.4
1842025-02-28T11:11:20.020Z Downloaded async-stream v0.3.6
1852025-02-28T11:11:20.023Z Downloaded hmac v0.12.1
1862025-02-28T11:11:20.023Z Downloaded fxhash v0.2.1
1872025-02-28T11:11:20.025Z Downloaded cargo_metadata v0.18.1
1882025-02-28T11:11:20.026Z Downloaded futures-util v0.3.31
1892025-02-28T11:11:20.038Z Downloaded getrandom v0.3.1
1902025-02-28T11:11:20.041Z Downloaded h2 v0.4.6
1912025-02-28T11:11:20.045Z Downloaded cfg-if v1.0.0
1922025-02-28T11:11:20.048Z Downloaded http-range v0.1.5
1932025-02-28T11:11:20.048Z Downloaded fallible-iterator v0.2.0
1942025-02-28T11:11:20.051Z Downloaded async-global-executor v2.4.1
1952025-02-28T11:11:20.053Z Downloaded cargo-platform v0.1.8
1962025-02-28T11:11:20.053Z Downloaded bitfield v0.14.0
1972025-02-28T11:11:20.053Z Downloaded highway v1.3.0
1982025-02-28T11:11:20.056Z Downloaded atty v0.2.14
1992025-02-28T11:11:20.060Z Downloaded headers v0.4.0
2002025-02-28T11:11:20.063Z Downloaded path-slash v0.1.5
2012025-02-28T11:11:20.065Z Downloaded http v1.2.0
2022025-02-28T11:11:20.068Z Downloaded buf-list v1.0.3
2032025-02-28T11:11:20.070Z Downloaded camino v1.1.9
2042025-02-28T11:11:20.073Z Downloaded bzip2 v0.4.4
2052025-02-28T11:11:20.075Z Downloaded blocking v1.6.1
2062025-02-28T11:11:20.078Z Downloaded byteorder v1.5.0
2072025-02-28T11:11:20.078Z Downloaded bit-vec v0.8.0
2082025-02-28T11:11:20.080Z Downloaded base64ct v1.6.0
2092025-02-28T11:11:20.083Z Downloaded globset v0.4.15
2102025-02-28T11:11:20.086Z Downloaded float-ord v0.3.2
2112025-02-28T11:11:20.086Z Downloaded pretty-hex v0.4.1
2122025-02-28T11:11:20.088Z Downloaded async-lock v3.4.0
2132025-02-28T11:11:20.089Z Downloaded async-io v2.3.4
2142025-02-28T11:11:20.091Z Downloaded http-body v1.0.1
2152025-02-28T11:11:20.094Z Downloaded headers-core v0.3.0
2162025-02-28T11:11:20.094Z Downloaded guppy-workspace-hack v0.1.0
2172025-02-28T11:11:20.094Z Downloaded anyhow v1.0.96
2182025-02-28T11:11:20.098Z Downloaded foreign-types v0.3.2
2192025-02-28T11:11:20.100Z Downloaded num-iter v0.1.45
2202025-02-28T11:11:20.100Z Downloaded env_filter v0.1.2
2212025-02-28T11:11:20.103Z Downloaded blowfish v0.9.1
2222025-02-28T11:11:20.106Z Downloaded bcs v0.1.6
2232025-02-28T11:11:20.106Z Downloaded async-bb8-diesel v0.2.1
2242025-02-28T11:11:20.108Z Downloaded hubpack_derive v0.1.1
2252025-02-28T11:11:20.108Z Downloaded blake2 v0.10.6
2262025-02-28T11:11:20.111Z Downloaded num_enum_derive v0.5.11
2272025-02-28T11:11:20.114Z Downloaded anstyle-query v1.1.1
2282025-02-28T11:11:20.114Z Downloaded heck v0.3.3
2292025-02-28T11:11:20.118Z Downloaded hash32 v0.3.1
2302025-02-28T11:11:20.118Z Downloaded home v0.5.9
2312025-02-28T11:11:20.120Z Downloaded cbc v0.1.2
2322025-02-28T11:11:20.120Z Downloaded cast v0.3.0
2332025-02-28T11:11:20.120Z Downloaded hex-literal v0.4.1
2342025-02-28T11:11:20.123Z Downloaded glob v0.3.2
2352025-02-28T11:11:20.123Z Downloaded ghash v0.5.1
2362025-02-28T11:11:20.126Z Downloaded openssl-macros v0.1.1
2372025-02-28T11:11:20.126Z Downloaded getrandom v0.2.15
2382025-02-28T11:11:20.129Z Downloaded gethostname v0.5.0
2392025-02-28T11:11:20.129Z Downloaded scroll_derive v0.12.0
2402025-02-28T11:11:20.132Z Downloaded pin-utils v0.1.0
2412025-02-28T11:11:20.132Z Downloaded float-cmp v0.10.0
2422025-02-28T11:11:20.135Z Downloaded swrite v0.1.0
2432025-02-28T11:11:20.135Z Downloaded sync-ptr v0.1.1
2442025-02-28T11:11:20.135Z Downloaded http-body-util v0.1.2
2452025-02-28T11:11:20.139Z Downloaded ff v0.13.0
2462025-02-28T11:11:20.139Z Downloaded psl-types v2.0.11
2472025-02-28T11:11:20.142Z Downloaded progenitor-macro v0.9.1
2482025-02-28T11:11:20.142Z Downloaded fastrand v2.1.1
2492025-02-28T11:11:20.142Z Downloaded hostname v0.3.1
2502025-02-28T11:11:20.145Z Downloaded heck v0.5.0
2512025-02-28T11:11:20.145Z Downloaded hash32 v0.2.1
2522025-02-28T11:11:20.148Z Downloaded tinyvec_macros v0.1.1
2532025-02-28T11:11:20.148Z Downloaded time-core v0.1.2
2542025-02-28T11:11:20.148Z Downloaded cfg-expr v0.18.0
2552025-02-28T11:11:20.151Z Downloaded hex v0.4.3
2562025-02-28T11:11:20.154Z Downloaded progenitor v0.8.0
2572025-02-28T11:11:20.155Z Downloaded fs-err v2.11.0
2582025-02-28T11:11:20.158Z Downloaded rand_core v0.6.4
2592025-02-28T11:11:20.158Z Downloaded heck v0.4.1
2602025-02-28T11:11:20.160Z Downloaded hubpack v0.1.2
2612025-02-28T11:11:20.160Z Downloaded httpdate v1.0.3
2622025-02-28T11:11:20.163Z Downloaded futures-sink v0.3.31
2632025-02-28T11:11:20.163Z Downloaded futures-macro v0.3.31
2642025-02-28T11:11:20.163Z Downloaded rustls-pemfile v1.0.4
2652025-02-28T11:11:20.167Z Downloaded humantime v2.1.0
2662025-02-28T11:11:20.170Z Downloaded rustfmt-wrapper v0.2.1
2672025-02-28T11:11:20.170Z Downloaded futures-io v0.3.31
2682025-02-28T11:11:20.170Z Downloaded futures-executor v0.3.31
2692025-02-28T11:11:20.173Z Downloaded futures-core v0.3.31
2702025-02-28T11:11:20.173Z Downloaded fragile v2.0.0
2712025-02-28T11:11:20.175Z Downloaded form_urlencoded v1.2.1
2722025-02-28T11:11:20.175Z Downloaded arc-swap v1.7.1
2732025-02-28T11:11:20.178Z Downloaded path-tree v0.8.1
2742025-02-28T11:11:20.181Z Downloaded parking v2.2.1
2752025-02-28T11:11:20.183Z Downloaded cargo_metadata v0.19.1
2762025-02-28T11:11:20.183Z Downloaded olpc-cjson v0.1.4
2772025-02-28T11:11:20.186Z Downloaded pest_generator v2.7.14
2782025-02-28T11:11:20.186Z Downloaded cobs v0.2.3
2792025-02-28T11:11:20.189Z Downloaded pathdiff v0.2.3
2802025-02-28T11:11:20.189Z Downloaded fnv v1.0.7
2812025-02-28T11:11:20.189Z Downloaded group v0.13.0
2822025-02-28T11:11:20.192Z Downloaded base64 v0.13.1
2832025-02-28T11:11:20.195Z Downloaded signal-hook-tokio v0.3.1
2842025-02-28T11:11:20.195Z Downloaded sec1 v0.7.3
2852025-02-28T11:11:20.198Z Downloaded hostname v0.4.0
2862025-02-28T11:11:20.201Z Downloaded pin-project-lite v0.2.14
2872025-02-28T11:11:20.204Z Downloaded zone_cfg_derive v0.3.0
2882025-02-28T11:11:20.207Z Downloaded zone_cfg_derive v0.1.2
2892025-02-28T11:11:20.208Z Downloaded sqlparser_derive v0.2.2
2902025-02-28T11:11:20.208Z Downloaded slog-term v2.9.1
2912025-02-28T11:11:20.211Z Downloaded crucible-workspace-hack v0.1.0
2922025-02-28T11:11:20.211Z Downloaded strum_macros v0.25.3
2932025-02-28T11:11:20.213Z Downloaded endian-type v0.1.2
2942025-02-28T11:11:20.213Z Downloaded ssh-encoding v0.2.0
2952025-02-28T11:11:20.213Z Downloaded smallvec v0.6.14
2962025-02-28T11:11:20.216Z Downloaded piper v0.2.4
2972025-02-28T11:11:20.216Z Downloaded signal-hook-registry v1.4.2
2982025-02-28T11:11:20.219Z Downloaded futures-lite v2.3.0
2992025-02-28T11:11:20.222Z Downloaded hyper-rustls v0.26.0
3002025-02-28T11:11:20.225Z Downloaded supports-color v3.0.2
3012025-02-28T11:11:20.225Z Downloaded rand_core v0.9.2
3022025-02-28T11:11:20.227Z Downloaded bitflags v2.6.0
3032025-02-28T11:11:20.230Z Downloaded subtle v2.6.1
3042025-02-28T11:11:20.230Z Downloaded ssh-cipher v0.2.0
3052025-02-28T11:11:20.233Z Downloaded rustls-native-certs v0.7.3
3062025-02-28T11:11:20.235Z Downloaded typify-macro v0.3.0
3072025-02-28T11:11:20.235Z Downloaded typify-macro v0.2.0
3082025-02-28T11:11:20.235Z Downloaded scrypt v0.11.0
3092025-02-28T11:11:20.238Z Downloaded nodrop v0.1.14
3102025-02-28T11:11:20.238Z Downloaded newtype_derive v0.1.6
3112025-02-28T11:11:20.241Z Downloaded md5 v0.7.0
3122025-02-28T11:11:20.241Z Downloaded newline-converter v0.3.0
3132025-02-28T11:11:20.244Z Downloaded new_debug_unreachable v1.0.6
3142025-02-28T11:11:20.244Z Downloaded utf8parse v0.2.2
3152025-02-28T11:11:20.244Z Downloaded salsa20 v0.10.2
3162025-02-28T11:11:20.248Z Downloaded crc v3.2.1
3172025-02-28T11:11:20.251Z Downloaded cmake v0.1.51
3182025-02-28T11:11:20.251Z Downloaded serde_with_macros v3.12.0
3192025-02-28T11:11:20.253Z Downloaded base64 v0.22.1
3202025-02-28T11:11:20.256Z Downloaded httparse v1.9.5
3212025-02-28T11:11:20.259Z Downloaded md-5 v0.10.6
3222025-02-28T11:11:20.259Z Downloaded backtrace v0.3.74
3232025-02-28T11:11:20.264Z Downloaded hickory-client v0.24.4
3242025-02-28T11:11:20.267Z Downloaded peg-runtime v0.8.3
3252025-02-28T11:11:20.270Z Downloaded proc-macro2 v1.0.93
3262025-02-28T11:11:20.272Z Downloaded displaydoc v0.2.5
3272025-02-28T11:11:20.275Z Downloaded signal-hook-mio v0.2.4
3282025-02-28T11:11:20.275Z Downloaded criterion-plot v0.5.0
3292025-02-28T11:11:20.278Z Downloaded hyper-rustls v0.27.3
3302025-02-28T11:11:20.280Z Downloaded ena v0.14.3
3312025-02-28T11:11:20.283Z Downloaded embedded-io v0.6.1
3322025-02-28T11:11:20.283Z Downloaded embedded-io v0.4.0
3332025-02-28T11:11:20.285Z Downloaded impl-trait-for-tuples v0.2.2
3342025-02-28T11:11:20.288Z Downloaded idna_adapter v1.2.0
3352025-02-28T11:11:20.288Z Downloaded predicates-tree v1.0.11
3362025-02-28T11:11:20.291Z Downloaded half v2.4.1
3372025-02-28T11:11:20.293Z Downloaded curve25519-dalek-derive v0.1.1
3382025-02-28T11:11:20.293Z Downloaded zone v0.3.0
3392025-02-28T11:11:20.293Z Downloaded xz2 v0.1.7
3402025-02-28T11:11:20.296Z Downloaded pkcs5 v0.7.1
3412025-02-28T11:11:20.299Z Downloaded sha1 v0.10.6
3422025-02-28T11:11:20.302Z Downloaded unicode-xid v0.2.6
3432025-02-28T11:11:20.305Z Downloaded serde-big-array v0.5.1
3442025-02-28T11:11:20.305Z Downloaded papergrid v0.14.0
3452025-02-28T11:11:20.308Z Downloaded linked-hash-map v0.5.6
3462025-02-28T11:11:20.311Z Downloaded value-bag v1.9.0
3472025-02-28T11:11:20.314Z Downloaded bumpalo v3.16.0
3482025-02-28T11:11:20.316Z Downloaded nibble_vec v0.1.0
3492025-02-28T11:11:20.319Z Downloaded yasna v0.5.2
3502025-02-28T11:11:20.319Z Downloaded linear-map v1.2.0
3512025-02-28T11:11:20.322Z Downloaded take_mut v0.2.2
3522025-02-28T11:11:20.322Z Downloaded derive_builder_core v0.20.2
3532025-02-28T11:11:20.324Z Downloaded tower-service v0.3.3
3542025-02-28T11:11:20.327Z Downloaded newtype-uuid v1.2.1
3552025-02-28T11:11:20.327Z Downloaded maybe-uninit v2.0.0
3562025-02-28T11:11:20.327Z Downloaded packed_struct_codegen v0.10.1
3572025-02-28T11:11:20.330Z Downloaded packed_struct v0.10.1
3582025-02-28T11:11:20.330Z Downloaded signal-hook v0.3.17
3592025-02-28T11:11:20.333Z Downloaded percent-encoding v2.3.1
3602025-02-28T11:11:20.336Z Downloaded peg v0.8.4
3612025-02-28T11:11:20.338Z Downloaded want v0.3.1
3622025-02-28T11:11:20.341Z Downloaded progenitor-macro v0.8.0
3632025-02-28T11:11:20.341Z Downloaded ipnet v2.11.0
3642025-02-28T11:11:20.353Z Downloaded usdt-attr-macro v0.5.0
3652025-02-28T11:11:20.353Z Downloaded predicates-core v1.0.8
3662025-02-28T11:11:20.353Z Downloaded strum_macros v0.26.4
3672025-02-28T11:11:20.353Z Downloaded rand_xorshift v0.3.0
3682025-02-28T11:11:20.353Z Downloaded daft v0.1.1
3692025-02-28T11:11:20.353Z Downloaded rustversion v1.0.17
3702025-02-28T11:11:20.353Z Downloaded fancy-regex v0.13.0
3712025-02-28T11:11:20.357Z Downloaded tokio-stream v0.1.17
3722025-02-28T11:11:20.360Z Downloaded cstr-argument v0.1.2
3732025-02-28T11:11:20.362Z Downloaded rustc-hash v2.1.1
3742025-02-28T11:11:20.362Z Downloaded rustc-hash v1.1.0
3752025-02-28T11:11:20.365Z Downloaded doc-comment v0.3.3
3762025-02-28T11:11:20.365Z Downloaded ucd-trie v0.1.7
3772025-02-28T11:11:20.368Z Downloaded sha2 v0.10.8
3782025-02-28T11:11:20.370Z Downloaded scheduled-thread-pool v0.2.7
3792025-02-28T11:11:20.370Z Downloaded same-file v1.0.6
3802025-02-28T11:11:20.371Z Downloaded toml v0.8.20
3812025-02-28T11:11:20.374Z Downloaded tap v1.0.1
3822025-02-28T11:11:20.377Z Downloaded spki v0.7.3
3832025-02-28T11:11:20.379Z Downloaded slog-scope v4.4.0
3842025-02-28T11:11:20.379Z Downloaded serde_repr v0.1.19
3852025-02-28T11:11:20.382Z Downloaded uzers v0.12.1
3862025-02-28T11:11:20.385Z Downloaded bytes v1.10.0
3872025-02-28T11:11:20.387Z Downloaded thread-id v4.2.2
3882025-02-28T11:11:20.390Z Downloaded thiserror-impl-no-std v2.0.2
3892025-02-28T11:11:20.390Z Downloaded thiserror-impl v2.0.11
3902025-02-28T11:11:20.395Z Downloaded deranged v0.3.11
3912025-02-28T11:11:20.395Z Downloaded num-conv v0.1.0
3922025-02-28T11:11:20.395Z Downloaded aes v0.8.4
3932025-02-28T11:11:20.400Z Downloaded peg-macros v0.8.4
3942025-02-28T11:11:20.404Z Downloaded unarray v0.1.4
3952025-02-28T11:11:20.405Z Downloaded pest_derive v2.7.14
3962025-02-28T11:11:20.405Z Downloaded plain v0.2.3
3972025-02-28T11:11:20.405Z Downloaded tui-tree-widget v0.23.0
3982025-02-28T11:11:20.408Z Downloaded pem-rfc7468 v0.7.0
3992025-02-28T11:11:20.408Z Downloaded cc v1.2.15
4002025-02-28T11:11:20.411Z Downloaded convert_case v0.4.0
4012025-02-28T11:11:20.413Z Downloaded hashbrown v0.12.3
4022025-02-28T11:11:20.416Z Downloaded constant_time_eq v0.3.1
4032025-02-28T11:11:20.419Z Downloaded heapless v0.8.0
4042025-02-28T11:11:20.421Z Downloaded russh-cryptovec v0.7.3
4052025-02-28T11:11:20.421Z Downloaded pem v3.0.5
4062025-02-28T11:11:20.424Z Downloaded proc-macro-error2 v2.0.1
4072025-02-28T11:11:20.427Z Downloaded zerovec-derive v0.10.3
4082025-02-28T11:11:20.430Z Downloaded crypto-common v0.1.6
4092025-02-28T11:11:20.430Z Downloaded flate2 v1.1.0
4102025-02-28T11:11:20.435Z Downloaded inout v0.1.3
4112025-02-28T11:11:20.437Z Downloaded dyn-clone v1.0.18
4122025-02-28T11:11:20.437Z Downloaded mime v0.3.17
4132025-02-28T11:11:20.440Z Downloaded kv-log-macro v1.0.7
4142025-02-28T11:11:20.440Z Downloaded instability v0.3.2
4152025-02-28T11:11:20.443Z Downloaded ed25519 v2.2.3
4162025-02-28T11:11:20.443Z Downloaded uuid v1.15.1
4172025-02-28T11:11:20.446Z Downloaded memoffset v0.9.1
4182025-02-28T11:11:20.449Z Downloaded thiserror v2.0.11
4192025-02-28T11:11:20.452Z Downloaded spin v0.9.8
4202025-02-28T11:11:20.455Z Downloaded slog-envlogger v2.2.0
4212025-02-28T11:11:20.458Z Downloaded libloading v0.8.5
4222025-02-28T11:11:20.460Z Downloaded memmap v0.7.0
4232025-02-28T11:11:20.460Z Downloaded try-lock v0.2.5
4242025-02-28T11:11:20.463Z Downloaded unicase v2.7.0
4252025-02-28T11:11:20.463Z Downloaded num-complex v0.4.6
4262025-02-28T11:11:20.466Z Downloaded tungstenite v0.23.0
4272025-02-28T11:11:20.469Z Downloaded snafu-derive v0.8.5
4282025-02-28T11:11:20.471Z Downloaded pbkdf2 v0.11.0
4292025-02-28T11:11:20.477Z Downloaded zerofrom v0.1.4
4302025-02-28T11:11:20.477Z Downloaded progenitor v0.9.1
4312025-02-28T11:11:20.477Z Downloaded vsss-rs v3.3.4
4322025-02-28T11:11:20.480Z Downloaded walkdir v2.5.0
4332025-02-28T11:11:20.480Z Downloaded elliptic-curve v0.13.8
4342025-02-28T11:11:20.483Z Downloaded dtrace-parser v0.2.0
4352025-02-28T11:11:20.485Z Downloaded crunchy v0.2.2
4362025-02-28T11:11:20.486Z Downloaded ciborium-ll v0.2.2
4372025-02-28T11:11:20.486Z Downloaded waitgroup v0.1.2
4382025-02-28T11:11:20.488Z Downloaded hickory-server v0.24.4
4392025-02-28T11:11:20.492Z Downloaded ref-cast v1.0.23
4402025-02-28T11:11:20.495Z Downloaded rtoolbox v0.0.2
4412025-02-28T11:11:20.497Z Downloaded csv-core v0.1.11
4422025-02-28T11:11:20.500Z Downloaded r2d2 v0.8.10
4432025-02-28T11:11:20.500Z Downloaded ppv-lite86 v0.2.20
4442025-02-28T11:11:20.503Z Downloaded powerfmt v0.2.0
4452025-02-28T11:11:20.503Z Downloaded tokio-tungstenite v0.23.1
4462025-02-28T11:11:20.506Z Downloaded quick-error v1.2.3
4472025-02-28T11:11:20.508Z Downloaded is_ci v1.2.0
4482025-02-28T11:11:20.508Z Downloaded serde_urlencoded v0.7.1
4492025-02-28T11:11:20.511Z Downloaded serde_tokenstream v0.2.2
4502025-02-28T11:11:20.511Z Downloaded serde_spanned v0.6.8
4512025-02-28T11:11:20.514Z Downloaded yansi v1.0.1
4522025-02-28T11:11:20.514Z Downloaded hashbrown v0.13.2
4532025-02-28T11:11:20.519Z Downloaded ecdsa v0.16.9
4542025-02-28T11:11:20.522Z Downloaded rust-argon2 v2.1.0
4552025-02-28T11:11:20.522Z Downloaded indoc v2.0.5
4562025-02-28T11:11:20.524Z Downloaded slog-bunyan v2.5.0
4572025-02-28T11:11:20.527Z Downloaded papergrid v0.11.0
4582025-02-28T11:11:20.532Z Downloaded lalrpop-util v0.19.12
4592025-02-28T11:11:20.535Z Downloaded wait-timeout v0.2.0
4602025-02-28T11:11:20.535Z Downloaded indent_write v2.2.0
4612025-02-28T11:11:20.535Z Downloaded indoc v1.0.9
4622025-02-28T11:11:20.537Z Downloaded target-triple v0.1.3
4632025-02-28T11:11:20.537Z Downloaded document-features v0.2.10
4642025-02-28T11:11:20.540Z Downloaded clap v4.5.31
4652025-02-28T11:11:20.547Z Downloaded progenitor-client v0.9.1
4662025-02-28T11:11:20.549Z Downloaded hashbrown v0.15.1
4672025-02-28T11:11:20.553Z Downloaded progenitor-client v0.8.0
4682025-02-28T11:11:20.555Z Downloaded quote v1.0.38
4692025-02-28T11:11:20.558Z Downloaded rstest_macros v0.23.0
4702025-02-28T11:11:20.560Z Downloaded num-bigint-dig v0.8.4
4712025-02-28T11:11:20.564Z Downloaded pretty-hex v0.2.1
4722025-02-28T11:11:20.567Z Downloaded memmap2 v0.9.5
4732025-02-28T11:11:20.570Z Downloaded postgres-types v0.2.9
4742025-02-28T11:11:20.572Z Downloaded equivalent v1.0.1
4752025-02-28T11:11:20.572Z Downloaded concurrent-queue v2.5.0
4762025-02-28T11:11:20.576Z Downloaded socket2 v0.5.8
4772025-02-28T11:11:20.576Z Downloaded is_terminal_polyfill v1.70.1
4782025-02-28T11:11:20.578Z Downloaded crossbeam-deque v0.8.5
4792025-02-28T11:11:20.578Z Downloaded sigpipe v0.1.3
4802025-02-28T11:11:20.581Z Downloaded serde_yaml v0.9.34+deprecated
4812025-02-28T11:11:20.583Z Downloaded strum_macros v0.24.3
4822025-02-28T11:11:20.586Z Downloaded tinytemplate v1.2.1
4832025-02-28T11:11:20.586Z Downloaded serde_derive_internals v0.29.1
4842025-02-28T11:11:20.589Z Downloaded toml_edit v0.19.15
4852025-02-28T11:11:20.603Z Downloaded tower-layer v0.3.3
4862025-02-28T11:11:20.605Z Downloaded slog-async v2.8.0
4872025-02-28T11:11:20.605Z Downloaded x509-cert v0.2.5
4882025-02-28T11:11:20.611Z Downloaded managed v0.8.0
4892025-02-28T11:11:20.614Z Downloaded toolchain_find v0.4.0
4902025-02-28T11:11:20.616Z Downloaded ctr v0.9.2
4912025-02-28T11:11:20.616Z Downloaded tokio-rustls v0.25.0
4922025-02-28T11:11:20.619Z Downloaded tokio-rustls v0.24.1
4932025-02-28T11:11:20.622Z Downloaded test-strategy v0.4.0
4942025-02-28T11:11:20.624Z Downloaded rpassword v7.3.1
4952025-02-28T11:11:20.627Z Downloaded phf_generator v0.11.2
4962025-02-28T11:11:20.627Z Downloaded phf_codegen v0.11.2
4972025-02-28T11:11:20.627Z Downloaded phf v0.11.2
4982025-02-28T11:11:20.630Z Downloaded zip v0.6.6
4992025-02-28T11:11:20.633Z Downloaded paste v1.0.15
5002025-02-28T11:11:20.635Z Downloaded daft-derive v0.1.1
5012025-02-28T11:11:20.639Z Downloaded console v0.15.10
5022025-02-28T11:11:20.642Z Downloaded strip-ansi-escapes v0.2.0
5032025-02-28T11:11:20.645Z Downloaded ron v0.7.1
5042025-02-28T11:11:20.648Z Downloaded ident_case v1.0.1
5052025-02-28T11:11:20.651Z Downloaded icu_provider_macros v1.5.0
5062025-02-28T11:11:20.651Z Downloaded stable_deref_trait v1.2.0
5072025-02-28T11:11:20.651Z Downloaded simd-adler32 v0.3.7
5082025-02-28T11:11:20.654Z Downloaded semver v0.1.20
5092025-02-28T11:11:20.654Z Downloaded secrecy v0.8.0
5102025-02-28T11:11:20.656Z Downloaded guppy v0.17.17
5112025-02-28T11:11:20.662Z Downloaded snafu v0.8.5
5122025-02-28T11:11:20.666Z Downloaded structmeta v0.3.0
5132025-02-28T11:11:20.669Z Downloaded aho-corasick v1.1.3
5142025-02-28T11:11:20.673Z Downloaded oso-derive v0.27.3
5152025-02-28T11:11:20.676Z Downloaded hashbrown v0.14.5
5162025-02-28T11:11:20.679Z Downloaded slog-stdlog v4.1.1
5172025-02-28T11:11:20.681Z Downloaded topological-sort v0.2.2
5182025-02-28T11:11:20.684Z Downloaded zone v0.1.8
5192025-02-28T11:11:20.684Z Downloaded utf8_iter v1.0.4
5202025-02-28T11:11:20.684Z Downloaded utf16_iter v1.0.5
5212025-02-28T11:11:20.688Z Downloaded utf-8 v0.7.6
5222025-02-28T11:11:20.688Z Downloaded tinystr v0.7.6
5232025-02-28T11:11:20.691Z Downloaded scopeguard v1.2.0
5242025-02-28T11:11:20.691Z Downloaded env_logger v0.11.5
5252025-02-28T11:11:20.694Z Downloaded icu_properties v1.5.1
5262025-02-28T11:11:20.696Z Downloaded icu_normalizer_data v1.5.0
5272025-02-28T11:11:20.696Z Downloaded diesel_derives v2.2.3
5282025-02-28T11:11:20.701Z Downloaded ed25519-dalek v2.1.1
5292025-02-28T11:11:20.703Z Downloaded crypto-bigint v0.5.5
5302025-02-28T11:11:20.710Z Downloaded write16 v1.0.0
5312025-02-28T11:11:20.712Z Downloaded hyper-tls v0.6.0
5322025-02-28T11:11:20.712Z Downloaded crc-catalog v2.4.0
5332025-02-28T11:11:20.715Z Downloaded predicates v3.1.3
5342025-02-28T11:11:20.717Z Downloaded dof v0.3.0
5352025-02-28T11:11:20.717Z Downloaded schemars v0.8.22
5362025-02-28T11:11:20.728Z Downloaded mockall v0.13.1
5372025-02-28T11:11:20.731Z Downloaded aes-gcm v0.10.3
5382025-02-28T11:11:20.733Z Downloaded typify v0.3.0
5392025-02-28T11:11:20.736Z Downloaded term v0.7.0
5402025-02-28T11:11:20.739Z Downloaded indexmap v1.9.3
5412025-02-28T11:11:20.742Z Downloaded downcast v0.11.0
5422025-02-28T11:11:20.745Z Downloaded partial-io v0.5.4
5432025-02-28T11:11:20.748Z Downloaded parse-display-derive v0.10.0
5442025-02-28T11:11:20.748Z Downloaded parse-display v0.10.0
5452025-02-28T11:11:20.750Z Downloaded termtree v0.4.1
5462025-02-28T11:11:20.750Z Downloaded ciborium-io v0.2.2
5472025-02-28T11:11:20.750Z Downloaded nanorand v0.7.0
5482025-02-28T11:11:20.753Z Downloaded proc-macro-error-attr v1.0.4
5492025-02-28T11:11:20.755Z Downloaded tokio-rustls v0.26.0
5502025-02-28T11:11:20.758Z Downloaded multimap v0.10.0
5512025-02-28T11:11:20.758Z Downloaded tempfile v3.13.0
5522025-02-28T11:11:20.762Z Downloaded resolv-conf v0.7.0
5532025-02-28T11:11:20.764Z Downloaded openssl-probe v0.1.5
5542025-02-28T11:11:20.764Z Downloaded number_prefix v0.4.0
5552025-02-28T11:11:20.764Z Downloaded parking_lot v0.12.3
5562025-02-28T11:11:20.767Z Downloaded textwrap v0.16.1
5572025-02-28T11:11:20.770Z Downloaded crossbeam-utils v0.8.20
5582025-02-28T11:11:20.773Z Downloaded crossbeam-epoch v0.9.18
5592025-02-28T11:11:20.776Z Downloaded similar-asserts v1.6.1
5602025-02-28T11:11:20.776Z Downloaded match_cfg v0.1.0
5612025-02-28T11:11:20.779Z Downloaded crc32fast v1.4.2
5622025-02-28T11:11:20.779Z Downloaded clap_derive v4.5.28
5632025-02-28T11:11:20.781Z Downloaded progenitor-impl v0.9.1
5642025-02-28T11:11:20.784Z Downloaded serde-hex v0.1.0
5652025-02-28T11:11:20.787Z Downloaded smawk v0.3.2
5662025-02-28T11:11:20.787Z Downloaded radium v0.7.0
5672025-02-28T11:11:20.789Z Downloaded darling v0.20.10
5682025-02-28T11:11:20.792Z Downloaded tabled_derive v0.7.0
5692025-02-28T11:11:20.795Z Downloaded chrono-tz-build v0.4.0
5702025-02-28T11:11:20.795Z Downloaded untrusted v0.9.0
5712025-02-28T11:11:20.795Z Downloaded untrusted v0.7.1
5722025-02-28T11:11:20.797Z Downloaded static_assertions v1.1.0
5732025-02-28T11:11:20.798Z Downloaded is-terminal v0.4.13
5742025-02-28T11:11:20.800Z Downloaded mime_guess v2.0.5
5752025-02-28T11:11:20.803Z Downloaded aws-lc-rs v1.12.4
5762025-02-28T11:11:20.810Z Downloaded thiserror v1.0.69
5772025-02-28T11:11:20.814Z Downloaded dirs-sys-next v0.1.2
5782025-02-28T11:11:20.817Z Downloaded difflib v0.4.0
5792025-02-28T11:11:20.817Z Downloaded yoke-derive v0.7.4
5802025-02-28T11:11:20.820Z Downloaded sync_wrapper v1.0.1
5812025-02-28T11:11:20.820Z Downloaded password-hash v0.4.2
5822025-02-28T11:11:20.822Z Downloaded lock_api v0.4.12
5832025-02-28T11:11:20.822Z Downloaded miniz_oxide v0.8.5
5842025-02-28T11:11:20.825Z Downloaded hyper v1.6.0
5852025-02-28T11:11:20.831Z Downloaded opaque-debug v0.3.1
5862025-02-28T11:11:20.834Z Downloaded vergen v8.3.2
5872025-02-28T11:11:20.836Z Downloaded oorandom v11.1.4
5882025-02-28T11:11:20.836Z Downloaded num_enum v0.5.11
5892025-02-28T11:11:20.840Z Downloaded num_cpus v1.16.0
5902025-02-28T11:11:20.843Z Downloaded strsim v0.11.1
5912025-02-28T11:11:20.846Z Downloaded ref-cast-impl v1.0.23
5922025-02-28T11:11:20.846Z Downloaded crossterm v0.28.1
5932025-02-28T11:11:20.852Z Downloaded toml_edit v0.22.24
5942025-02-28T11:11:20.872Z Downloaded nested v0.1.1
5952025-02-28T11:11:20.875Z Downloaded goblin v0.8.2
5962025-02-28T11:11:20.879Z Downloaded sqlformat v0.2.6
5972025-02-28T11:11:20.881Z Downloaded ciborium v0.2.2
5982025-02-28T11:11:20.884Z Downloaded synstructure v0.13.1
5992025-02-28T11:11:20.886Z Downloaded litrs v0.4.1
6002025-02-28T11:11:20.889Z Downloaded shell-words v1.1.0
6012025-02-28T11:11:20.889Z Downloaded rustc_version v0.1.7
6022025-02-28T11:11:20.889Z Downloaded env_logger v0.10.2
6032025-02-28T11:11:20.892Z Downloaded der_derive v0.7.3
6042025-02-28T11:11:20.894Z Downloaded mockall_derive v0.13.1
6052025-02-28T11:11:20.897Z Downloaded crc-any v2.5.0
6062025-02-28T11:11:20.897Z Downloaded maplit v1.0.2
6072025-02-28T11:11:20.899Z Downloaded openssl-sys v0.9.106
6082025-02-28T11:11:20.903Z Downloaded once_cell v1.20.3
6092025-02-28T11:11:20.906Z Downloaded tokio-postgres v0.7.13
6102025-02-28T11:11:20.911Z Downloaded phf_shared v0.10.0
6112025-02-28T11:11:20.913Z Downloaded instant v0.1.13
6122025-02-28T11:11:20.913Z Downloaded dunce v1.0.5
6132025-02-28T11:11:20.916Z Downloaded darling_core v0.20.10
6142025-02-28T11:11:20.919Z Downloaded either v1.14.0
6152025-02-28T11:11:20.921Z Downloaded zeroize v1.8.1
6162025-02-28T11:11:20.921Z Downloaded rsa v0.9.6
6172025-02-28T11:11:20.926Z Downloaded num-derive v0.4.2
6182025-02-28T11:11:20.928Z Downloaded libtest-mimic v0.7.3
6192025-02-28T11:11:20.931Z Downloaded libsw-core v0.3.1
6202025-02-28T11:11:20.934Z Downloaded crossbeam-channel v0.5.13
6212025-02-28T11:11:20.936Z Downloaded diesel_table_macro_syntax v0.2.0
6222025-02-28T11:11:20.939Z Downloaded signature v2.2.0
6232025-02-28T11:11:20.939Z Downloaded plotters-backend v0.3.7
6242025-02-28T11:11:20.942Z Downloaded phf_shared v0.11.2
6252025-02-28T11:11:20.942Z Downloaded pest v2.7.14
6262025-02-28T11:11:20.945Z Downloaded slab v0.4.9
6272025-02-28T11:11:20.948Z Downloaded siphasher v0.3.11
6282025-02-28T11:11:20.948Z Downloaded itertools v0.13.0
6292025-02-28T11:11:20.955Z Downloaded normalize-line-endings v0.3.0
6302025-02-28T11:11:20.957Z Downloaded proc-macro-error-attr2 v2.0.0
6312025-02-28T11:11:20.957Z Downloaded precomputed-hash v0.1.1
6322025-02-28T11:11:20.957Z Downloaded num-integer v0.1.46
6332025-02-28T11:11:20.960Z Downloaded zerocopy-derive v0.7.35
6342025-02-28T11:11:20.963Z Downloaded schemars_derive v0.8.22
6352025-02-28T11:11:20.966Z Downloaded dropshot_endpoint v0.12.0
6362025-02-28T11:11:20.969Z Downloaded quinn-udp v0.5.5
6372025-02-28T11:11:20.969Z Downloaded omicron-zone-package v0.12.0
6382025-02-28T11:11:20.972Z Downloaded dsl_auto_type v0.1.2
6392025-02-28T11:11:20.974Z Downloaded rustls-pki-types v1.10.0
6402025-02-28T11:11:20.977Z Downloaded zerovec v0.10.4
6412025-02-28T11:11:20.982Z Downloaded serde_derive v1.0.218
6422025-02-28T11:11:20.984Z Downloaded zeroize_derive v1.4.2
6432025-02-28T11:11:20.987Z Downloaded serde_regex v1.1.0
6442025-02-28T11:11:20.989Z Downloaded itertools v0.14.0
6452025-02-28T11:11:20.993Z Downloaded zerocopy-derive v0.8.10
6462025-02-28T11:11:20.999Z Downloaded proptest v1.6.0
6472025-02-28T11:11:21.008Z Downloaded cipher v0.4.4
6482025-02-28T11:11:21.010Z Downloaded icu_locid_transform v1.5.0
6492025-02-28T11:11:21.013Z Downloaded tokio-macros v2.5.0
6502025-02-28T11:11:21.016Z Downloaded git2 v0.19.0
6512025-02-28T11:11:21.021Z Downloaded proc-macro-crate v1.3.1
6522025-02-28T11:11:21.024Z Downloaded num-rational v0.4.2
6532025-02-28T11:11:21.024Z Downloaded primeorder v0.13.6
6542025-02-28T11:11:21.027Z Downloaded stringprep v0.1.5
6552025-02-28T11:11:21.029Z Downloaded unicode-properties v0.1.3
6562025-02-28T11:11:21.029Z Downloaded cpufeatures v0.2.14
6572025-02-28T11:11:21.032Z Downloaded rfc6979 v0.4.0
6582025-02-28T11:11:21.032Z Downloaded pretty_assertions v1.4.1
6592025-02-28T11:11:21.035Z Downloaded sqlparser v0.45.0
6602025-02-28T11:11:21.040Z Downloaded time-macros v0.2.18
6612025-02-28T11:11:21.042Z Downloaded darling_macro v0.20.10
6622025-02-28T11:11:21.042Z Downloaded rustc_version v0.4.1
6632025-02-28T11:11:21.045Z Downloaded parse-zoneinfo v0.3.1
6642025-02-28T11:11:21.049Z Downloaded zerocopy v0.7.35
6652025-02-28T11:11:21.060Z Downloaded macaddr v1.0.1
6662025-02-28T11:11:21.063Z Downloaded postcard v1.0.10
6672025-02-28T11:11:21.066Z Downloaded datatest-stable v0.2.9
6682025-02-28T11:11:21.069Z Downloaded stringmetrics v2.2.2
6692025-02-28T11:11:21.069Z Downloaded string_cache v0.8.7
6702025-02-28T11:11:21.071Z Downloaded icu_locid v1.5.0
6712025-02-28T11:11:21.074Z Downloaded colorchoice v1.0.2
6722025-02-28T11:11:21.077Z Downloaded threadpool v1.8.1
6732025-02-28T11:11:21.077Z Downloaded writeable v0.5.5
6742025-02-28T11:11:21.080Z Downloaded ipnetwork v0.21.1
6752025-02-28T11:11:21.082Z Downloaded libsw v3.4.0
6762025-02-28T11:11:21.082Z Downloaded io-lifetimes v1.0.11
6772025-02-28T11:11:21.085Z Downloaded p521 v0.13.3
6782025-02-28T11:11:21.088Z Downloaded tokio-tungstenite v0.24.0
6792025-02-28T11:11:21.090Z Downloaded debug-ignore v1.0.5
6802025-02-28T11:11:21.093Z Downloaded proc-macro-error v1.0.4
6812025-02-28T11:11:21.095Z Downloaded tokio-tungstenite v0.21.0
6822025-02-28T11:11:21.098Z Downloaded unicode-truncate v1.1.0
6832025-02-28T11:11:21.098Z Downloaded plotters-svg v0.3.7
6842025-02-28T11:11:21.101Z Downloaded kstat-rs v0.2.4
6852025-02-28T11:11:21.101Z Downloaded memchr v2.7.4
6862025-02-28T11:11:21.104Z Downloaded password-hash v0.5.0
6872025-02-28T11:11:21.107Z Downloaded num v0.4.3
6882025-02-28T11:11:21.109Z Downloaded cookie_store v0.21.1
6892025-02-28T11:11:21.109Z Downloaded const_format_proc_macros v0.2.34
6902025-02-28T11:11:21.112Z Downloaded num-bigint v0.4.6
6912025-02-28T11:11:21.116Z Downloaded zerocopy v0.6.6
6922025-02-28T11:11:21.118Z Downloaded nu-ansi-term v0.50.1
6932025-02-28T11:11:21.121Z Downloaded async-std v1.13.0
6942025-02-28T11:11:21.138Z Downloaded lru-cache v0.1.2
6952025-02-28T11:11:21.141Z Downloaded lru v0.12.5
6962025-02-28T11:11:21.141Z Downloaded defmt-macros v0.3.9
6972025-02-28T11:11:21.143Z Downloaded defmt v0.3.8
6982025-02-28T11:11:21.146Z Downloaded data-encoding v2.6.0
6992025-02-28T11:11:21.148Z Downloaded similar v2.6.0
7002025-02-28T11:11:21.151Z Downloaded thread_local v1.1.8
7012025-02-28T11:11:21.154Z Downloaded zopfli v0.8.1
7022025-02-28T11:11:21.156Z Downloaded pin-project v1.1.6
7032025-02-28T11:11:21.165Z Downloaded usdt-macro v0.5.0
7042025-02-28T11:11:21.168Z Downloaded usdt v0.5.0
7052025-02-28T11:11:21.168Z Downloaded serde_plain v1.0.2
7062025-02-28T11:11:21.171Z Downloaded postgres-protocol v0.6.8
7072025-02-28T11:11:21.171Z Downloaded owo-colors v4.2.0
7082025-02-28T11:11:21.173Z Downloaded reedline v0.35.0
7092025-02-28T11:11:21.180Z Downloaded tiny-keccak v2.0.2
7102025-02-28T11:11:21.182Z Downloaded pkg-config v0.3.31
7112025-02-28T11:11:21.185Z Downloaded lockfree-object-pool v0.1.6
7122025-02-28T11:11:21.185Z Downloaded rand_chacha v0.9.0
7132025-02-28T11:11:21.188Z Downloaded enum-as-inner v0.6.1
7142025-02-28T11:11:21.188Z Downloaded tls_codec v0.4.1
7152025-02-28T11:11:21.193Z Downloaded which v4.4.2
7162025-02-28T11:11:21.193Z Downloaded tough v0.19.0
7172025-02-28T11:11:21.198Z Downloaded pin-project-internal v1.1.6
7182025-02-28T11:11:21.201Z Downloaded smf v0.2.3
7192025-02-28T11:11:21.204Z Downloaded native-tls v0.2.12
7202025-02-28T11:11:21.204Z Downloaded syn v1.0.109
7212025-02-28T11:11:21.213Z Downloaded derive_builder_macro v0.20.2
7222025-02-28T11:11:21.216Z Downloaded icu_normalizer v1.5.0
7232025-02-28T11:11:21.219Z Downloaded vte v0.11.1
7242025-02-28T11:11:21.219Z Downloaded tls_codec_derive v0.4.1
7252025-02-28T11:11:21.221Z Downloaded tower v0.5.2
7262025-02-28T11:11:21.228Z Downloaded itoa v1.0.11
7272025-02-28T11:11:21.231Z Downloaded slog-json v2.6.1
7282025-02-28T11:11:21.231Z Downloaded icu_provider v1.5.0
7292025-02-28T11:11:21.234Z Downloaded serde_path_to_error v0.1.16
7302025-02-28T11:11:21.236Z Downloaded rand_chacha v0.3.1
7312025-02-28T11:11:21.236Z Downloaded parking_lot_core v0.9.10
7322025-02-28T11:11:21.239Z Downloaded whoami v1.5.2
7332025-02-28T11:11:21.241Z Downloaded vcpkg v0.2.15
7342025-02-28T11:11:21.274Z Downloaded polyval v0.6.2
7352025-02-28T11:11:21.277Z Downloaded defmt-parser v0.3.4
7362025-02-28T11:11:21.277Z Downloaded rcgen v0.12.1
7372025-02-28T11:11:21.280Z Downloaded diff v0.1.13
7382025-02-28T11:11:21.283Z Downloaded toml v0.7.8
7392025-02-28T11:11:21.286Z Downloaded slog v2.7.0
7402025-02-28T11:11:21.288Z Downloaded gimli v0.31.1
7412025-02-28T11:11:21.295Z Downloaded parking_lot_core v0.8.6
7422025-02-28T11:11:21.297Z Downloaded semver v1.0.25
7432025-02-28T11:11:21.300Z Downloaded keccak v0.1.5
7442025-02-28T11:11:21.300Z Downloaded typenum v1.17.0
7452025-02-28T11:11:21.303Z Downloaded rusty-fork v0.3.0
7462025-02-28T11:11:21.306Z Downloaded tracing v0.1.40
7472025-02-28T11:11:21.308Z Downloaded icu_locid_transform_data v1.5.0
7482025-02-28T11:11:21.311Z Downloaded unicode-ident v1.0.14
7492025-02-28T11:11:21.314Z Downloaded serde v1.0.218
7502025-02-28T11:11:21.316Z Downloaded criterion v0.5.1
7512025-02-28T11:11:21.322Z Downloaded litemap v0.7.3
7522025-02-28T11:11:21.324Z Downloaded tracing-attributes v0.1.27
7532025-02-28T11:11:21.327Z Downloaded oso v0.27.3
7542025-02-28T11:11:21.330Z Downloaded colored v2.2.0
7552025-02-28T11:11:21.332Z Downloaded twox-hash v2.1.0
7562025-02-28T11:11:21.336Z Downloaded prettyplease v0.2.29
7572025-02-28T11:11:21.338Z Downloaded jobserver v0.1.32
7582025-02-28T11:11:21.341Z Downloaded rand_seeder v0.3.0
7592025-02-28T11:11:21.341Z Downloaded pkcs8 v0.10.2
7602025-02-28T11:11:21.345Z Downloaded unicode-segmentation v1.12.0
7612025-02-28T11:11:21.347Z Downloaded unicode-bidi v0.3.17
7622025-02-28T11:11:21.350Z Downloaded libxml v0.3.3
7632025-02-28T11:11:21.356Z Downloaded ryu v1.0.18
7642025-02-28T11:11:21.359Z Downloaded indicatif v0.17.11
7652025-02-28T11:11:21.361Z Downloaded indexmap v2.7.1
7662025-02-28T11:11:21.364Z Downloaded des v0.8.1
7672025-02-28T11:11:21.367Z Downloaded rustls-pemfile v2.2.0
7682025-02-28T11:11:21.370Z Downloaded log v0.4.22
7692025-02-28T11:11:21.370Z Downloaded zip v2.1.3
7702025-02-28T11:11:21.373Z Downloaded iana-time-zone v0.1.61
7712025-02-28T11:11:21.377Z Downloaded radix_trie v0.2.1
7722025-02-28T11:11:21.380Z Downloaded clang-sys v1.8.1
7732025-02-28T11:11:21.383Z Downloaded openssl v0.10.71
7742025-02-28T11:11:21.391Z Downloaded hyper-util v0.1.10
7752025-02-28T11:11:21.395Z Downloaded unicode-normalization v0.1.24
7762025-02-28T11:11:21.399Z Downloaded steno v0.4.1
7772025-02-28T11:11:21.402Z Downloaded clap_builder v4.5.31
7782025-02-28T11:11:21.408Z Downloaded url v2.5.3
7792025-02-28T11:11:21.411Z Downloaded tracing-core v0.1.32
7802025-02-28T11:11:21.414Z Downloaded derive_more v0.99.19
7812025-02-28T11:11:21.418Z Downloaded const-oid v0.9.6
7822025-02-28T11:11:21.420Z Downloaded const_format v0.2.34
7832025-02-28T11:11:21.424Z Downloaded tungstenite v0.21.0
7842025-02-28T11:11:21.427Z Downloaded time v0.3.36
7852025-02-28T11:11:21.433Z Downloaded zerocopy v0.8.10
7862025-02-28T11:11:21.455Z Downloaded polling v3.7.3
7872025-02-28T11:11:21.458Z Downloaded tokio-util v0.7.13
7882025-02-28T11:11:21.465Z Downloaded serde_with v3.12.0
7892025-02-28T11:11:21.472Z Downloaded regex-syntax v0.6.29
7902025-02-28T11:11:21.480Z Downloaded icu_collections v1.5.0
7912025-02-28T11:11:21.485Z Downloaded der v0.7.9
7922025-02-28T11:11:21.489Z Downloaded plotters v0.3.7
7932025-02-28T11:11:21.497Z Downloaded syn v2.0.98
7942025-02-28T11:11:21.513Z Downloaded reqwest v0.12.12
7952025-02-28T11:11:21.517Z Downloaded ssh-key v0.6.6
7962025-02-28T11:11:21.524Z Downloaded rand v0.9.0
7972025-02-28T11:11:21.527Z Downloaded typed-path v0.9.3
7982025-02-28T11:11:21.532Z Downloaded salty v0.3.0
7992025-02-28T11:11:21.538Z Downloaded regress v0.9.1
8002025-02-28T11:11:21.547Z Downloaded lalrpop v0.19.12
8012025-02-28T11:11:21.556Z Downloaded itertools v0.10.5
8022025-02-28T11:11:21.595Z Downloaded idna v1.0.3
8032025-02-28T11:11:21.595Z Downloaded chrono v0.4.40
8042025-02-28T11:11:21.595Z Downloaded winnow v0.5.40
8052025-02-28T11:11:21.604Z Downloaded portable-atomic v1.9.0
8062025-02-28T11:11:21.614Z Downloaded regex v1.11.1
8072025-02-28T11:11:21.629Z Downloaded smoltcp v0.11.0
8082025-02-28T11:11:21.641Z Downloaded nix v0.29.0
8092025-02-28T11:11:21.651Z Downloaded quinn-proto v0.11.8
8102025-02-28T11:11:21.658Z Downloaded hickory-proto v0.24.4
8112025-02-28T11:11:21.673Z Downloaded serde_json v1.0.139
8122025-02-28T11:11:21.681Z Downloaded chrono-tz v0.10.1
8132025-02-28T11:11:21.689Z Downloaded typify-impl v0.3.0
8142025-02-28T11:11:21.705Z Downloaded rayon v1.10.0
8152025-02-28T11:11:21.714Z Downloaded object v0.36.5
8162025-02-28T11:11:21.725Z Downloaded openapiv3 v2.0.0
8172025-02-28T11:11:21.736Z Downloaded ratatui v0.29.0
8182025-02-28T11:11:21.755Z Downloaded bzip2-sys v0.1.11+1.0.8
8192025-02-28T11:11:21.767Z Downloaded rustyline v14.0.0
8202025-02-28T11:11:21.772Z Downloaded tabled v0.15.0
8212025-02-28T11:11:21.787Z Downloaded tabled v0.18.0
8222025-02-28T11:11:21.804Z Downloaded regex-syntax v0.8.5
8232025-02-28T11:11:21.812Z Downloaded nix v0.28.0
8242025-02-28T11:11:21.824Z Downloaded smoltcp v0.9.1
8252025-02-28T11:11:21.836Z Downloaded polar-core v0.27.3
8262025-02-28T11:11:21.844Z Downloaded rustix v0.37.28
8272025-02-28T11:11:21.865Z Downloaded diesel v2.2.7
8282025-02-28T11:11:21.883Z Downloaded rustls v0.23.19
8292025-02-28T11:11:21.895Z Downloaded rustls v0.22.4
8302025-02-28T11:11:21.908Z Downloaded rustls v0.21.12
8312025-02-28T11:11:21.920Z Downloaded rustix v0.38.37
8322025-02-28T11:11:21.943Z Downloaded dropshot v0.16.0
8332025-02-28T11:11:21.965Z Downloaded lzma-sys v0.1.20
8342025-02-28T11:11:21.994Z Downloaded nom v7.1.3
8352025-02-28T11:11:21.999Z Downloaded unicode-width v0.1.14
8362025-02-28T11:11:22.005Z Downloaded bstr v1.10.0
8372025-02-28T11:11:22.016Z Downloaded petname v2.0.2
8382025-02-28T11:11:22.022Z Downloaded icu_properties_data v1.5.0
8392025-02-28T11:11:22.033Z Downloaded p384 v0.13.0
8402025-02-28T11:11:22.039Z Downloaded object v0.30.4
8412025-02-28T11:11:22.049Z Downloaded sled v0.34.7
8422025-02-28T11:11:22.060Z Downloaded zerocopy-derive v0.6.6
8432025-02-28T11:11:22.069Z Downloaded typify-impl v0.2.0
8442025-02-28T11:11:22.084Z Downloaded tokio v1.43.0
8452025-02-28T11:11:22.122Z Downloaded regex-automata v0.4.8
8462025-02-28T11:11:22.141Z Downloaded nix v0.27.1
8472025-02-28T11:11:22.153Z Downloaded dropshot v0.12.0
8482025-02-28T11:11:22.172Z Downloaded curve25519-dalek v4.1.3
8492025-02-28T11:11:22.180Z Downloaded petgraph v0.6.5
8502025-02-28T11:11:22.198Z Downloaded regress v0.10.1
8512025-02-28T11:11:22.205Z Downloaded petgraph v0.7.1
8522025-02-28T11:11:22.223Z Downloaded libc v0.2.170
8532025-02-28T11:11:22.248Z Downloaded winnow v0.6.20
8542025-02-28T11:11:22.256Z Downloaded libz-sys v1.1.20
8552025-02-28T11:11:22.276Z Downloaded webpki-roots v0.26.6
8562025-02-28T11:11:22.280Z Downloaded itertools v0.12.1
8572025-02-28T11:11:22.287Z Downloaded sha3 v0.10.8
8582025-02-28T11:11:22.291Z Downloaded csv v1.3.1
8592025-02-28T11:11:22.310Z Downloaded winnow v0.7.3
8602025-02-28T11:11:22.319Z Downloaded rustls-webpki v0.101.7
8612025-02-28T11:11:22.333Z Downloaded rustls-webpki v0.102.8
8622025-02-28T11:11:22.352Z Downloaded unicode-width v0.2.0
8632025-02-28T11:11:22.357Z Downloaded quick-xml v0.37.2
8642025-02-28T11:11:22.363Z Downloaded unicode-linebreak v0.1.5
8652025-02-28T11:11:22.365Z Downloaded ron v0.8.1
8662025-02-28T11:11:22.368Z Downloaded rayon-core v1.12.1
8672025-02-28T11:11:22.372Z Downloaded quinn v0.11.5
8682025-02-28T11:11:22.375Z Downloaded num-traits v0.2.19
8692025-02-28T11:11:22.378Z Downloaded rand v0.8.5
8702025-02-28T11:11:22.382Z Downloaded russh v0.45.0
8712025-02-28T11:11:22.387Z Downloaded yoke v0.7.4
8722025-02-28T11:11:22.390Z Downloaded oxnet v0.1.1
8732025-02-28T11:11:22.393Z Downloaded minimal-lexical v0.2.1
8742025-02-28T11:11:22.396Z Downloaded version_check v0.9.5
8752025-02-28T11:11:22.399Z Downloaded dropshot_endpoint v0.16.0
8762025-02-28T11:11:22.401Z Downloaded bindgen v0.71.1
8772025-02-28T11:11:22.407Z Downloaded internet-checksum v0.2.1
8782025-02-28T11:11:22.410Z Downloaded wyz v0.5.1
8792025-02-28T11:11:22.410Z Downloaded mio v1.0.2
8802025-02-28T11:11:22.414Z Downloaded bindgen v0.69.5
8812025-02-28T11:11:22.422Z Downloaded bitvec v1.0.1
8822025-02-28T11:11:22.436Z Downloaded libm v0.2.8
8832025-02-28T11:11:22.443Z Downloaded relative-path v1.9.3
8842025-02-28T11:11:22.447Z Downloaded p256 v0.13.2
8852025-02-28T11:11:22.449Z Downloaded unicode_categories v0.1.1
8862025-02-28T11:11:22.450Z Downloaded httpmock v0.8.0-alpha.1
8872025-02-28T11:11:22.467Z Downloaded ring v0.17.11
8882025-02-28T11:11:22.509Z Downloaded encoding_rs v0.8.34
8892025-02-28T11:11:22.529Z Downloaded strum v0.26.3
8902025-02-28T11:11:22.532Z Downloaded display-error-chain v0.2.2
8912025-02-28T11:11:22.532Z Downloaded dirs-next v2.0.0
8922025-02-28T11:11:22.534Z Downloaded digest v0.10.7
8932025-02-28T11:11:22.534Z Downloaded tabled_derive v0.10.0
8942025-02-28T11:11:22.537Z Downloaded target-lexicon v0.13.2
8952025-02-28T11:11:22.537Z Downloaded termtree v0.5.1
8962025-02-28T11:11:22.540Z Downloaded termios v0.3.3
8972025-02-28T11:11:22.540Z Downloaded terminal_size v0.4.0
8982025-02-28T11:11:22.542Z Downloaded terminal_size v0.2.6
8992025-02-28T11:11:22.542Z Downloaded termcolor v1.4.1
9002025-02-28T11:11:22.545Z Downloaded blake3 v1.5.4
9012025-02-28T11:11:22.550Z Downloaded hkdf v0.12.4
9022025-02-28T11:11:22.553Z Downloaded samael v0.0.18
9032025-02-28T11:11:22.559Z Downloaded russh-keys v0.45.0
9042025-02-28T11:11:22.562Z Downloaded rstest v0.23.0
9052025-02-28T11:11:22.566Z Downloaded progenitor-impl v0.8.0
9062025-02-28T11:11:22.570Z Downloaded compact_str v0.8.0
9072025-02-28T11:11:22.577Z Downloaded libgit2-sys v0.17.0+1.8.1
9082025-02-28T11:11:22.643Z Downloaded target-spec v3.4.2
9092025-02-28T11:11:22.646Z Downloaded slog-dtrace v0.3.0
9102025-02-28T11:11:22.648Z Downloaded unsafe-libyaml v0.2.11
9112025-02-28T11:11:22.651Z Downloaded structmeta-derive v0.3.0
9122025-02-28T11:11:22.651Z Downloaded lazycell v1.3.0
9132025-02-28T11:11:22.652Z Downloaded lazy_static v1.5.0
9142025-02-28T11:11:22.654Z Downloaded typify v0.2.0
9152025-02-28T11:11:22.657Z Downloaded parking_lot v0.11.2
9162025-02-28T11:11:22.657Z Downloaded tar v0.4.44
9172025-02-28T11:11:22.659Z Downloaded qorb v0.2.1
9182025-02-28T11:11:22.663Z Downloaded publicsuffix v2.3.0
9192025-02-28T11:11:22.666Z Downloaded poly1305 v0.8.0
9202025-02-28T11:11:22.669Z Downloaded cookie v0.18.1
9212025-02-28T11:11:22.671Z Downloaded num_threads v0.1.7
9222025-02-28T11:11:22.674Z Downloaded zerofrom-derive v0.1.4
9232025-02-28T11:11:22.674Z Downloaded vte_generate_state_changes v0.1.2
9242025-02-28T11:11:22.674Z Downloaded universal-hash v0.5.1
9252025-02-28T11:11:22.676Z Downloaded tokio-native-tls v0.3.1
9262025-02-28T11:11:22.677Z Downloaded trybuild v1.0.103
9272025-02-28T11:11:22.681Z Downloaded diesel-dtrace v0.4.2
9282025-02-28T11:11:22.683Z Downloaded thiserror-impl v1.0.69
9292025-02-28T11:11:22.683Z Downloaded tabwriter v1.4.0
9302025-02-28T11:11:22.686Z Downloaded multer v3.1.0
9312025-02-28T11:11:22.689Z Downloaded derive-where v1.2.7
9322025-02-28T11:11:22.692Z Downloaded tungstenite v0.24.0
9332025-02-28T11:11:22.694Z Downloaded tinyvec v1.8.0
9342025-02-28T11:11:22.697Z Downloaded subprocess v0.2.9
9352025-02-28T11:11:22.699Z Downloaded rand_distr v0.4.3
9362025-02-28T11:11:22.702Z Downloaded hickory-resolver v0.24.4
9372025-02-28T11:11:22.704Z Downloaded pbkdf2 v0.12.2
9382025-02-28T11:11:22.707Z Downloaded derive_builder v0.20.2
9392025-02-28T11:11:22.710Z Downloaded flume v0.11.1
9402025-02-28T11:11:22.713Z Downloaded usdt-impl v0.5.0
9412025-02-28T11:11:22.716Z Downloaded libefi-sys v0.1.0
9422025-02-28T11:11:22.716Z Downloaded pkcs1 v0.7.5
9432025-02-28T11:11:22.719Z Downloaded pest_meta v2.7.14
9442025-02-28T11:11:22.721Z Downloaded xattr v1.3.1
9452025-02-28T11:11:22.722Z Downloaded futures v0.3.31
9462025-02-28T11:11:22.726Z Downloaded fs_extra v1.3.0
9472025-02-28T11:11:22.728Z Downloaded base64 v0.21.7
9482025-02-28T11:11:22.732Z Downloaded scroll v0.12.0
9492025-02-28T11:11:22.734Z Downloaded clap_lex v0.7.4
9502025-02-28T11:11:22.735Z Downloaded smallvec v1.14.0
9512025-02-28T11:11:22.737Z Downloaded sct v0.7.1
9522025-02-28T11:11:22.740Z Downloaded cancel-safe-futures v0.1.5
9532025-02-28T11:11:22.743Z Downloaded rustc-demangle v0.1.24
9542025-02-28T11:11:22.746Z Downloaded toml_datetime v0.6.8
9552025-02-28T11:11:22.746Z Downloaded httptest v0.16.3
9562025-02-28T11:11:22.748Z Downloaded shlex v1.3.0
9572025-02-28T11:11:22.748Z Downloaded thiserror-no-std v2.0.2
9582025-02-28T11:11:22.751Z Downloaded hyper-staticfile v0.10.1
9592025-02-28T11:11:22.754Z Downloaded futures-task v0.3.31
9602025-02-28T11:11:22.757Z Downloaded futures-channel v0.3.31
9612025-02-28T11:11:22.757Z Downloaded flagset v0.4.6
9622025-02-28T11:11:22.761Z Downloaded funty v2.0.0
9632025-02-28T11:11:22.761Z Downloaded foldhash v0.1.3
9642025-02-28T11:11:22.761Z Downloaded fixedbitset v0.4.2
9652025-02-28T11:11:22.764Z Downloaded filetime v0.2.25
9662025-02-28T11:11:22.764Z Downloaded fd-lock v4.0.2
9672025-02-28T11:11:22.767Z Downloaded proc-macro-crate v3.2.0
9682025-02-28T11:11:22.767Z Downloaded parse-size v1.1.0
9692025-02-28T11:11:22.767Z Downloaded arrayvec v0.7.6
9702025-02-28T11:11:22.769Z Downloaded allocator-api2 v0.2.18
9712025-02-28T11:11:22.772Z Downloaded ahash v0.8.11
9722025-02-28T11:11:22.774Z Downloaded async-task v4.7.1
9732025-02-28T11:11:22.777Z Downloaded async-process v2.3.0
9742025-02-28T11:11:22.780Z Downloaded blake2b_simd v1.0.2
9752025-02-28T11:11:22.780Z Downloaded backoff v0.4.0
9762025-02-28T11:11:22.783Z Downloaded heapless v0.7.17
9772025-02-28T11:11:22.785Z Downloaded camino-tempfile v1.1.1
9782025-02-28T11:11:22.788Z Downloaded async-trait v0.1.86
9792025-02-28T11:11:22.791Z Downloaded assert_cmd v2.0.16
9802025-02-28T11:11:22.793Z Downloaded generic-array v0.14.7
9812025-02-28T11:11:22.793Z Downloaded chacha20 v0.9.1
9822025-02-28T11:11:22.796Z Downloaded cexpr v0.6.0
9832025-02-28T11:11:22.796Z Downloaded async-channel v2.3.1
9842025-02-28T11:11:22.798Z Downloaded assert-json-diff v2.0.2
9852025-02-28T11:11:22.798Z Downloaded approx v0.5.1
9862025-02-28T11:11:22.801Z Downloaded castaway v0.2.3
9872025-02-28T11:11:22.801Z Downloaded bitfield-struct v0.6.2
9882025-02-28T11:11:22.804Z Downloaded bb8 v0.8.5
9892025-02-28T11:11:22.804Z Downloaded cassowary v0.3.0
9902025-02-28T11:11:22.807Z Downloaded anstyle v1.0.10
9912025-02-28T11:11:22.807Z Downloaded bitflags v1.3.2
9922025-02-28T11:11:22.809Z Downloaded async-executor v1.13.1
9932025-02-28T11:11:22.812Z Downloaded argon2 v0.5.3
9942025-02-28T11:11:22.815Z Downloaded anstream v0.6.15
9952025-02-28T11:11:22.815Z Downloaded futures-timer v3.0.3
9962025-02-28T11:11:22.818Z Downloaded block-padding v0.3.3
9972025-02-28T11:11:23.175Z Downloaded aws-lc-sys v0.26.0
9982025-02-28T11:11:23.657Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9992025-02-28T11:11:25.800Zpkg list: illegal option -- F
10002025-02-28T11:11:25.800ZUsage:
10012025-02-28T11:11:25.804Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
10022025-02-28T11:11:25.804Z [pkg_fmri_pattern ...]
10032025-02-28T11:11:26.674Zpkg list: illegal option -- F
10042025-02-28T11:11:26.674ZUsage:
10052025-02-28T11:11:26.677Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
10062025-02-28T11:11:26.677Z [pkg_fmri_pattern ...]
10072025-02-28T11:11:37.919Z Startup: Refreshing catalog 'helios-dev' ... Done
10082025-02-28T11:11:42.275Z Startup: Caching catalogs ... Done
10092025-02-28T11:11:55.474ZPlanning: Solver setup ... Done (12.262s)
10102025-02-28T11:11:55.607ZPlanning: Running solver ... Done (0.156s)
10112025-02-28T11:11:55.791ZPlanning: Finding local manifests ... Done (0.073s)
10122025-02-28T11:11:55.823ZPlanning: Fetching manifests: 0/7 0% complete
10132025-02-28T11:11:56.109ZPlanning: Fetching manifests: 7/7 100% complete
10142025-02-28T11:11:56.408ZPlanning: Package planning ... Done (0.243s)
10152025-02-28T11:11:56.496ZPlanning: Merging actions ... Done (0.057s)
10162025-02-28T11:11:56.791ZPlanning: Checking for conflicting actions ... Done (0.376s)
10172025-02-28T11:11:59.730ZPlanning: Consolidating action changes ... Done (2.944s)
10182025-02-28T11:12:00.150ZPlanning: Evaluating mediators ... Done (0.421s)
10192025-02-28T11:12:00.231ZPlanning: Planning completed in 17.86 seconds
10202025-02-28T11:12:00.246Z Packages to install: 4
10212025-02-28T11:12:00.246Z Packages to update: 3
10222025-02-28T11:12:00.249Z Mediators to change: 2
10232025-02-28T11:12:00.249Z Services to change: 1
10242025-02-28T11:12:00.249Z Estimated space available: 155.37 GB
10252025-02-28T11:12:00.249ZEstimated space to be consumed: 1.66 GB
10262025-02-28T11:12:00.249Z Create boot environment: No
10272025-02-28T11:12:00.249ZCreate backup boot environment: Yes
10282025-02-28T11:12:00.249Z Rebuild boot archive: No
10292025-02-28T11:12:00.249Z
10302025-02-28T11:12:00.249ZChanged mediators:
10312025-02-28T11:12:00.249Z mediator clang:
10322025-02-28T11:12:00.249Z version: None -> 15 (system default)
10332025-02-28T11:12:00.249Z
10342025-02-28T11:12:00.249Z mediator llvm:
10352025-02-28T11:12:00.249Z version: 14 (system default) -> 15 (system default)
10362025-02-28T11:12:00.249Z
10372025-02-28T11:12:00.250ZChanged packages:
10382025-02-28T11:12:00.250Zhelios-dev
10392025-02-28T11:12:00.250Z developer/build-essential
10402025-02-28T11:12:00.250Z None -> 11-2.0
10412025-02-28T11:12:00.250Z library/libxmlsec1
10422025-02-28T11:12:00.250Z None -> 1.2.35-2.0
10432025-02-28T11:12:00.250Z ooce/developer/clang-15
10442025-02-28T11:12:00.250Z None -> 15.0.7-2.0
10452025-02-28T11:12:00.250Z ooce/developer/llvm-15
10462025-02-28T11:12:00.250Z None -> 15.0.7-2.0
10472025-02-28T11:12:00.250Z package/pkg
10482025-02-28T11:12:00.250Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10492025-02-28T11:12:00.250Z system/library/g++-runtime
10502025-02-28T11:12:00.250Z 13-2.0 -> 14-2.0
10512025-02-28T11:12:00.250Z system/library/gcc-runtime
10522025-02-28T11:12:00.250Z 13-2.0 -> 14-2.0
10532025-02-28T11:12:00.250Z
10542025-02-28T11:12:00.250ZServices:
10552025-02-28T11:12:00.250Z restart_fmri:
10562025-02-28T11:12:00.250Z svc:/system/update-man-index:default
10572025-02-28T11:12:00.250Z
10582025-02-28T11:12:00.250ZEditable files to change:
10592025-02-28T11:12:00.250Z Update:
10602025-02-28T11:12:00.250Z usr/share/lib/pkg/web/config.shtml
10612025-02-28T11:12:00.402Z
10622025-02-28T11:12:00.402ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10632025-02-28T11:12:06.532ZDownload: 210/4301 items 1.3/225.4MB 0% complete (366k/s)
10642025-02-28T11:12:13.347ZDownload: 213/4301 items 1.3/225.4MB 0% complete (344k/s)
10652025-02-28T11:12:18.359ZDownload: 784/4301 items 18.5/225.4MB 8% complete (3.5M/s)
10662025-02-28T11:12:23.568ZDownload: 1210/4301 items 85.2/225.4MB 37% complete (8.5M/s)
10672025-02-28T11:12:29.058ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (10.2M/s)
10682025-02-28T11:12:34.065ZDownload: 2769/4301 items 120.9/225.4MB 53% complete (2.9M/s)
10692025-02-28T11:12:39.066ZDownload: 3098/4301 items 133.2/225.4MB 59% complete (1.3M/s)
10702025-02-28T11:12:44.067ZDownload: 3249/4301 items 203.1/225.4MB 90% complete (8.2M/s)
10712025-02-28T11:12:50.115ZDownload: 3286/4301 items 212.1/225.4MB 94% complete (8.9M/s)
10722025-02-28T11:12:55.197ZDownload: 4197/4301 items 220.5/225.4MB 97% complete (1.2M/s)
10732025-02-28T11:13:00.801ZDownload: 4282/4301 items 221.3/225.4MB 98% complete (920k/s)
10742025-02-28T11:13:27.903ZDownload: 4299/4301 items 225.4/225.4MB 99% complete
10752025-02-28T11:13:27.910ZDownload: Completed 225.42 MB in 87.49 seconds (2.6M/s)
10762025-02-28T11:13:29.910Z Actions: 1/5122 actions (Removing old actions)
10772025-02-28T11:13:29.930Z Actions: 194/5122 actions (Installing new actions)
10782025-02-28T11:13:34.613Z Actions: 4267/5122 actions (Updating modified actions)
10792025-02-28T11:13:34.963Z Actions: Completed 5122 actions in 5.05 seconds.
10802025-02-28T11:13:35.378Z Done (0.408s)
10812025-02-28T11:13:35.381Z Done (0.001s)
10822025-02-28T11:13:35.998Z Done (0.618s)
10832025-02-28T11:13:40.370Z Done (4.137s)
10842025-02-28T11:13:40.524Z Done (0.090s)
10852025-02-28T11:13:40.526Z Done (0.000s)
10862025-02-28T11:13:40.684Z Done (0.000s)
10872025-02-28T11:13:41.387ZPlanning: Evaluating mediator changes ... Done
10882025-02-28T11:13:41.547ZPlanning: Checking for conflicting actions ... Done
10892025-02-28T11:13:41.549ZPlanning: Consolidating action changes ... Done
10902025-02-28T11:13:41.815ZPlanning: Evaluating mediators ... Done
10912025-02-28T11:13:41.817ZPlanning: Planning completed in 0.43 seconds
10922025-02-28T11:13:41.856Z Mediators to change: 2
10932025-02-28T11:13:41.856Z Create boot environment: No
10942025-02-28T11:13:41.859ZCreate backup boot environment: No
10952025-02-28T11:13:41.954Z Done
10962025-02-28T11:13:41.954Z Done
10972025-02-28T11:13:42.374Z Done
10982025-02-28T11:13:45.937Z Done
10992025-02-28T11:13:46.026Z Done
11002025-02-28T11:13:46.028Z Done
11012025-02-28T11:13:46.161Z Done
11022025-02-28T11:13:46.778ZPlanning: Evaluating mediator changes ... Done
11032025-02-28T11:13:46.781ZPlanning: Merging actions ... Done
11042025-02-28T11:13:46.966ZPlanning: Checking for conflicting actions ... Done
11052025-02-28T11:13:46.968ZPlanning: Consolidating action changes ... Done
11062025-02-28T11:13:47.230ZPlanning: Evaluating mediators ... Done
11072025-02-28T11:13:47.285ZPlanning: Planning completed in 0.75 seconds
11082025-02-28T11:13:47.325Z Packages to change: 1
11092025-02-28T11:13:47.325Z Mediators to change: 1
11102025-02-28T11:13:47.328Z Services to change: 1
11112025-02-28T11:13:47.328Z Create boot environment: No
11122025-02-28T11:13:47.328ZCreate backup boot environment: Yes
11132025-02-28T11:13:49.498Z Actions: 1/6 actions (Updating modified actions)
11142025-02-28T11:13:49.501Z Actions: Completed 6 actions in 0.00 seconds.
11152025-02-28T11:13:49.501Z Done
11162025-02-28T11:13:49.501Z Done
11172025-02-28T11:13:49.622Z Done
11182025-02-28T11:13:53.275Z Done
11192025-02-28T11:13:53.369Z Done
11202025-02-28T11:13:53.372Z Done
11212025-02-28T11:13:53.510Z Done
11222025-02-28T11:13:53.953ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11232025-02-28T11:13:53.953Zclang system 15 system
11242025-02-28T11:13:53.953Zcsh system system illumos
11252025-02-28T11:13:53.953Zctags system system illumos
11262025-02-28T11:13:53.953Zgcc vendor 12 vendor
11272025-02-28T11:13:53.953Zgcc system 10 system
11282025-02-28T11:13:53.954Zgcc system 7 system
11292025-02-28T11:13:53.954Zgo system 1.20 system
11302025-02-28T11:13:53.954Zgo system 1.19 system
11312025-02-28T11:13:53.954Zllvm system 15 system
11322025-02-28T11:13:53.954Zllvm system 14 system
11332025-02-28T11:13:53.954Zmariadb system 10.6 system
11342025-02-28T11:13:53.954Zmta vendor vendor dma
11352025-02-28T11:13:53.954Zopenjdk system 17 system
11362025-02-28T11:13:53.954Zopenjdk system 11 system
11372025-02-28T11:13:53.954Zopenjdk system 1.8 system
11382025-02-28T11:13:53.954Zopenssl vendor 3 vendor
11392025-02-28T11:13:53.954Zperl system 5.36 system
11402025-02-28T11:13:53.954Zpostgresql system 15 system
11412025-02-28T11:13:53.954Zpostgresql system 13 system
11422025-02-28T11:13:53.954Zpython vendor 3 vendor
11432025-02-28T11:13:53.954Zpython system 2 system
11442025-02-28T11:13:53.954Zpython3 system 3.11 system
11452025-02-28T11:13:53.954Zruby system 3.0 system
11462025-02-28T11:13:53.954Zwords vendor vendor american-english
11472025-02-28T11:13:53.954Zwords system system australian-english
11482025-02-28T11:13:53.954Zwords system system british-english
11492025-02-28T11:13:53.955Zwords system system canadian-english
11502025-02-28T11:13:53.955Zwords system system french
11512025-02-28T11:13:53.955Zwords system system italian
11522025-02-28T11:13:53.955Zwords system system ngerman
11532025-02-28T11:13:53.955Zwords system system ogerman
11542025-02-28T11:13:53.955Zwords system system spanish
11552025-02-28T11:13:54.287ZPUBLISHER TYPE STATUS P LOCATION
11562025-02-28T11:13:54.287Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11572025-02-28T11:13:57.338ZFMRI IFO
11582025-02-28T11:13:57.338Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11592025-02-28T11:13:57.338Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11602025-02-28T11:13:57.338Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11612025-02-28T11:13:57.338Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11622025-02-28T11:13:57.338Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11632025-02-28T11:13:57.338Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11642025-02-28T11:13:57.338Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11652025-02-28T11:13:57.338Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11662025-02-28T11:13:57.338Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11672025-02-28T11:13:57.338Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11682025-02-28T11:13:57.338Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11692025-02-28T11:13:57.338Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11702025-02-28T11:13:57.338Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11712025-02-28T11:13:57.338Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11722025-02-28T11:13:57.338Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11732025-02-28T11:13:58.449Z Downloading crates ...
11742025-02-28T11:13:58.542Z Downloaded cargo_toml v0.21.0
11752025-02-28T11:13:58.690Z Compiling proc-macro2 v1.0.93
11762025-02-28T11:13:58.693Z Compiling unicode-ident v1.0.14
11772025-02-28T11:13:58.693Z Compiling version_check v0.9.5
11782025-02-28T11:13:58.693Z Compiling libc v0.2.170
11792025-02-28T11:13:58.693Z Compiling serde v1.0.218
11802025-02-28T11:13:58.693Z Compiling memchr v2.7.4
11812025-02-28T11:13:58.693Z Compiling thiserror v1.0.69
11822025-02-28T11:13:58.713Z Compiling ucd-trie v0.1.7
11832025-02-28T11:13:58.960Z Compiling ryu v1.0.18
11842025-02-28T11:13:59.236Z Compiling itoa v1.0.11
11852025-02-28T11:13:59.272Z Compiling once_cell v1.20.3
11862025-02-28T11:13:59.412Z Compiling byteorder v1.5.0
11872025-02-28T11:13:59.666Z Compiling rustix v0.38.37
11882025-02-28T11:13:59.835Z Compiling serde_json v1.0.139
11892025-02-28T11:13:59.842Z Compiling bitflags v2.6.0
11902025-02-28T11:14:00.118Z Compiling proc-macro-error-attr v1.0.4
11912025-02-28T11:14:00.189Z Compiling usdt-impl v0.5.0
11922025-02-28T11:14:00.217Z Compiling io-lifetimes v1.0.11
11932025-02-28T11:14:00.247Z Compiling syn v1.0.109
11942025-02-28T11:14:00.456Z Compiling proc-macro-error v1.0.4
11952025-02-28T11:14:00.494Z Compiling camino v1.1.9
11962025-02-28T11:14:00.685Z Compiling quote v1.0.38
11972025-02-28T11:14:00.744Z Compiling errno v0.3.9
11982025-02-28T11:14:00.860Z Compiling hashbrown v0.15.1
11992025-02-28T11:14:00.961Z Compiling thread-id v4.2.2
12002025-02-28T11:14:00.984Z Compiling utf8parse v0.2.2
12012025-02-28T11:14:01.058Z Compiling syn v2.0.98
12022025-02-28T11:14:01.069Z Compiling log v0.4.22
12032025-02-28T11:14:01.141Z Compiling equivalent v1.0.1
12042025-02-28T11:14:01.226Z Compiling plain v0.2.3
12052025-02-28T11:14:01.257Z Compiling rustix v0.37.28
12062025-02-28T11:14:01.385Z Compiling anstyle-parse v0.2.5
12072025-02-28T11:14:01.702Z Compiling colorchoice v1.0.2
12082025-02-28T11:14:01.866Z Compiling indexmap v2.7.1
12092025-02-28T11:14:01.915Z Compiling pretty-hex v0.4.1
12102025-02-28T11:14:01.960Z Compiling autocfg v1.4.0
12112025-02-28T11:14:02.129Z Compiling anstyle-query v1.1.1
12122025-02-28T11:14:02.143Z Compiling semver v1.0.25
12132025-02-28T11:14:02.199Z Compiling is_terminal_polyfill v1.70.1
12142025-02-28T11:14:02.298Z Compiling anstyle v1.0.10
12152025-02-28T11:14:02.334Z Compiling unicode-width v0.1.14
12162025-02-28T11:14:02.624Z Compiling bitflags v1.3.2
12172025-02-28T11:14:02.669Z Compiling thiserror v2.0.11
12182025-02-28T11:14:02.727Z Compiling winnow v0.7.3
12192025-02-28T11:14:02.855Z Compiling terminal_size v0.4.0
12202025-02-28T11:14:02.910Z Compiling fs-err v2.11.0
12212025-02-28T11:14:03.180Z Compiling anstream v0.6.15
12222025-02-28T11:14:03.443Z Compiling anyhow v1.0.96
12232025-02-28T11:14:03.534Z Compiling bytecount v0.6.8
12242025-02-28T11:14:03.661Z Compiling fnv v1.0.7
12252025-02-28T11:14:03.744Z Compiling heck v0.4.1
12262025-02-28T11:14:03.802Z Compiling clap_lex v0.7.4
12272025-02-28T11:14:04.069Z Compiling strsim v0.11.1
12282025-02-28T11:14:04.170Z Compiling cfg-if v1.0.0
12292025-02-28T11:14:04.231Z Compiling heck v0.5.0
12302025-02-28T11:14:04.277Z Compiling fastrand v2.1.1
12312025-02-28T11:14:04.343Z Compiling terminal_size v0.2.6
12322025-02-28T11:14:04.534Z Compiling clap_builder v4.5.31
12332025-02-28T11:14:04.710Z Compiling tempfile v3.13.0
12342025-02-28T11:14:04.752Z Compiling papergrid v0.11.0
12352025-02-28T11:14:04.954Z Compiling memmap v0.7.0
12362025-02-28T11:14:05.107Z Compiling unicode-linebreak v0.1.5
12372025-02-28T11:14:05.246Z Compiling smawk v0.3.2
12382025-02-28T11:14:05.571Z Compiling textwrap v0.16.1
12392025-02-28T11:14:05.996Z Compiling swrite v0.1.0
12402025-02-28T11:14:06.413Z Compiling tabled_derive v0.7.0
12412025-02-28T11:14:07.871Z Compiling serde_derive v1.0.218
12422025-02-28T11:14:07.872Z Compiling thiserror-impl v1.0.69
12432025-02-28T11:14:07.875Z Compiling zerocopy-derive v0.7.35
12442025-02-28T11:14:07.875Z Compiling scroll_derive v0.12.0
12452025-02-28T11:14:07.875Z Compiling thiserror-impl v2.0.11
12462025-02-28T11:14:07.875Z Compiling clap_derive v4.5.28
12472025-02-28T11:14:07.944Z Compiling tabled v0.15.0
12482025-02-28T11:14:09.267Z Compiling scroll v0.12.0
12492025-02-28T11:14:09.806Z Compiling goblin v0.8.2
12502025-02-28T11:14:09.866Z Compiling zerocopy v0.7.35
12512025-02-28T11:14:10.963Z Compiling pest v2.7.14
12522025-02-28T11:14:12.118Z Compiling clap v4.5.31
12532025-02-28T11:14:13.117Z Compiling pest_meta v2.7.14
12542025-02-28T11:14:14.077Z Compiling pest_generator v2.7.14
12552025-02-28T11:14:15.533Z Compiling pest_derive v2.7.14
12562025-02-28T11:14:16.076Z Compiling dtrace-parser v0.2.0
12572025-02-28T11:14:16.887Z Compiling serde_tokenstream v0.2.2
12582025-02-28T11:14:17.026Z Compiling serde_spanned v0.6.8
12592025-02-28T11:14:17.026Z Compiling toml_datetime v0.6.8
12602025-02-28T11:14:17.288Z Compiling cargo-platform v0.1.8
12612025-02-28T11:14:17.342Z Compiling toml_edit v0.22.24
12622025-02-28T11:14:17.362Z Compiling macaddr v1.0.1
12632025-02-28T11:14:17.605Z Compiling camino-tempfile v1.1.1
12642025-02-28T11:14:18.209Z Compiling dof v0.3.0
12652025-02-28T11:14:18.453Z Compiling cargo_metadata v0.19.1
12662025-02-28T11:14:19.573Z Compiling usdt-attr-macro v0.5.0
12672025-02-28T11:14:19.573Z Compiling usdt-macro v0.5.0
12682025-02-28T11:14:20.057Z Compiling toml v0.8.20
12692025-02-28T11:14:20.675Z Compiling usdt v0.5.0
12702025-02-28T11:14:20.886Z Compiling cargo_toml v0.21.0
12712025-02-28T11:14:23.445Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12722025-02-28T11:14:26.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.70s
12732025-02-28T11:14:26.672Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12742025-02-28T11:14:27.558Z Compiling serde v1.0.218
12752025-02-28T11:14:27.561Z Compiling value-bag v1.9.0
12762025-02-28T11:14:27.561Z Compiling lock_api v0.4.12
12772025-02-28T11:14:27.561Z Compiling scopeguard v1.2.0
12782025-02-28T11:14:27.561Z Compiling typenum v1.17.0
12792025-02-28T11:14:27.561Z Compiling generic-array v0.14.7
12802025-02-28T11:14:27.693Z Compiling syn v2.0.98
12812025-02-28T11:14:27.706Z Compiling getrandom v0.2.15
12822025-02-28T11:14:27.835Z Compiling shlex v1.3.0
12832025-02-28T11:14:28.106Z Compiling log v0.4.22
12842025-02-28T11:14:28.162Z Compiling rand_core v0.6.4
12852025-02-28T11:14:28.224Z Compiling subtle v2.6.1
12862025-02-28T11:14:28.243Z Compiling jobserver v0.1.32
12872025-02-28T11:14:28.262Z Compiling smallvec v1.14.0
12882025-02-28T11:14:28.568Z Compiling const-oid v0.9.6
12892025-02-28T11:14:28.591Z Compiling pin-project-lite v0.2.14
12902025-02-28T11:14:28.684Z Compiling cc v1.2.15
12912025-02-28T11:14:28.711Z Compiling rustix v0.38.37
12922025-02-28T11:14:28.723Z Compiling parking_lot_core v0.9.10
12932025-02-28T11:14:28.895Z Compiling futures-core v0.3.31
12942025-02-28T11:14:29.073Z Compiling spin v0.9.8
12952025-02-28T11:14:29.150Z Compiling signal-hook-registry v1.4.2
12962025-02-28T11:14:29.446Z Compiling mio v1.0.2
12972025-02-28T11:14:29.547Z Compiling parking_lot v0.12.3
12982025-02-28T11:14:29.751Z Compiling aho-corasick v1.1.3
12992025-02-28T11:14:29.814Z Compiling either v1.14.0
13002025-02-28T11:14:29.950Z Compiling stable_deref_trait v1.2.0
13012025-02-28T11:14:30.071Z Compiling regex-syntax v0.8.5
13022025-02-28T11:14:30.226Z Compiling cpufeatures v0.2.14
13032025-02-28T11:14:30.333Z Compiling futures-sink v0.3.31
13042025-02-28T11:14:30.354Z Compiling socket2 v0.5.8
13052025-02-28T11:14:30.398Z Compiling slab v0.4.9
13062025-02-28T11:14:30.441Z Compiling glob v0.3.2
13072025-02-28T11:14:30.491Z Compiling prettyplease v0.2.29
13082025-02-28T11:14:30.843Z Compiling lazy_static v1.5.0
13092025-02-28T11:14:30.990Z Compiling minimal-lexical v0.2.1
13102025-02-28T11:14:31.176Z Compiling serde_json v1.0.139
13112025-02-28T11:14:31.232Z Compiling futures-channel v0.3.31
13122025-02-28T11:14:31.258Z Compiling clang-sys v1.8.1
13132025-02-28T11:14:31.461Z Compiling nom v7.1.3
13142025-02-28T11:14:31.537Z Compiling libloading v0.8.5
13152025-02-28T11:14:31.621Z Compiling home v0.5.9
13162025-02-28T11:14:31.835Z Compiling bindgen v0.69.5
13172025-02-28T11:14:31.918Z Compiling futures-task v0.3.31
13182025-02-28T11:14:31.982Z Compiling futures-io v0.3.31
13192025-02-28T11:14:32.217Z Compiling pin-utils v0.1.0
13202025-02-28T11:14:32.329Z Compiling itertools v0.12.1
13212025-02-28T11:14:32.457Z Compiling lazycell v1.3.0
13222025-02-28T11:14:32.623Z Compiling libm v0.2.8
13232025-02-28T11:14:32.694Z Compiling rustc-hash v1.1.0
13242025-02-28T11:14:32.843Z Compiling allocator-api2 v0.2.18
13252025-02-28T11:14:32.961Z Compiling foldhash v0.1.3
13262025-02-28T11:14:33.272Z Compiling cmake v0.1.51
13272025-02-28T11:14:33.613Z Compiling regex-automata v0.4.8
13282025-02-28T11:14:34.146Z Compiling hashbrown v0.15.1
13292025-02-28T11:14:34.173Z Compiling num-traits v0.2.19
13302025-02-28T11:14:34.496Z Compiling cexpr v0.6.0
13312025-02-28T11:14:34.713Z Compiling pkg-config v0.3.31
13322025-02-28T11:14:35.165Z Compiling synstructure v0.13.1
13332025-02-28T11:14:35.882Z Compiling fs_extra v1.3.0
13342025-02-28T11:14:35.974Z Compiling dunce v1.0.5
13352025-02-28T11:14:36.289Z Compiling getrandom v0.3.1
13362025-02-28T11:14:36.416Z Compiling litemap v0.7.3
13372025-02-28T11:14:36.490Z Compiling writeable v0.5.5
13382025-02-28T11:14:36.772Z Compiling ring v0.17.11
13392025-02-28T11:14:37.005Z Compiling paste v1.0.15
13402025-02-28T11:14:37.025Z Compiling base64ct v1.6.0
13412025-02-28T11:14:37.565Z Compiling pem-rfc7468 v0.7.0
13422025-02-28T11:14:38.136Z Compiling flagset v0.4.6
13432025-02-28T11:14:38.193Z Compiling httparse v1.9.5
13442025-02-28T11:14:38.218Z Compiling icu_locid_transform_data v1.5.0
13452025-02-28T11:14:38.313Z Compiling aws-lc-rs v1.12.4
13462025-02-28T11:14:38.687Z Compiling tracing-core v0.1.32
13472025-02-28T11:14:38.813Z Compiling regex v1.11.1
13482025-02-28T11:14:39.203Z Compiling crossbeam-utils v0.8.20
13492025-02-28T11:14:39.340Z Compiling rustls-pki-types v1.10.0
13502025-02-28T11:14:39.766Z Compiling icu_properties_data v1.5.0
13512025-02-28T11:14:39.806Z Compiling percent-encoding v2.3.1
13522025-02-28T11:14:39.856Z Compiling serde_derive v1.0.218
13532025-02-28T11:14:39.889Z Compiling zeroize_derive v1.4.2
13542025-02-28T11:14:40.073Z Compiling zerocopy-derive v0.7.35
13552025-02-28T11:14:40.210Z Compiling tokio-macros v2.5.0
13562025-02-28T11:14:40.416Z Compiling zerofrom-derive v0.1.4
13572025-02-28T11:14:41.333Z Compiling zeroize v1.8.1
13582025-02-28T11:14:41.642Z Compiling yoke-derive v0.7.4
13592025-02-28T11:14:41.955Z Compiling zerocopy v0.7.35
13602025-02-28T11:14:42.330Z Compiling futures-macro v0.3.31
13612025-02-28T11:14:42.761Z Compiling crypto-common v0.1.6
13622025-02-28T11:14:43.193Z Compiling block-buffer v0.10.4
13632025-02-28T11:14:43.392Z Compiling digest v0.10.7
13642025-02-28T11:14:43.412Z Compiling zerovec-derive v0.10.3
13652025-02-28T11:14:43.728Z Compiling zerofrom v0.1.4
13662025-02-28T11:14:43.773Z Compiling thiserror-impl v1.0.69
13672025-02-28T11:14:44.036Z Compiling hmac v0.12.1
13682025-02-28T11:14:44.221Z Compiling displaydoc v0.2.5
13692025-02-28T11:14:44.221Z Compiling futures-util v0.3.31
13702025-02-28T11:14:47.951Z Compiling block-padding v0.3.3
13712025-02-28T11:14:47.954Z Compiling yoke v0.7.4
13722025-02-28T11:14:48.222Z Compiling inout v0.1.3
13732025-02-28T11:14:48.222Z Compiling ppv-lite86 v0.2.20
13742025-02-28T11:14:48.222Z Compiling cipher v0.4.4
13752025-02-28T11:14:48.222Z Compiling sha2 v0.10.8
13762025-02-28T11:14:48.222Z Compiling icu_provider_macros v1.5.0
13772025-02-28T11:14:48.222Z Compiling der_derive v0.7.3
13782025-02-28T11:14:48.222Z Compiling tracing-attributes v0.1.27
13792025-02-28T11:14:48.223Z Compiling zerovec v0.10.4
13802025-02-28T11:14:48.223Z Compiling salsa20 v0.10.2
13812025-02-28T11:14:48.267Z Compiling thiserror v1.0.69
13822025-02-28T11:14:48.268Z Compiling pbkdf2 v0.12.2
13832025-02-28T11:14:48.268Z Compiling pest v2.7.14
13842025-02-28T11:14:48.268Z Compiling powerfmt v0.2.0
13852025-02-28T11:14:48.268Z Compiling icu_normalizer_data v1.5.0
13862025-02-28T11:14:48.268Z Compiling vcpkg v0.2.15
13872025-02-28T11:14:48.268Z Compiling tinystr v0.7.6
13882025-02-28T11:14:48.268Z Compiling der v0.7.9
13892025-02-28T11:14:48.268Z Compiling icu_locid v1.5.0
13902025-02-28T11:14:48.659Z Compiling icu_collections v1.5.0
13912025-02-28T11:14:48.675Z Compiling tracing v0.1.40
13922025-02-28T11:14:48.976Z Compiling untrusted v0.7.1
13932025-02-28T11:14:49.170Z Compiling icu_provider v1.5.0
13942025-02-28T11:14:49.189Z Compiling utf16_iter v1.0.5
13952025-02-28T11:14:49.230Z Compiling time-core v0.1.2
13962025-02-28T11:14:49.464Z Compiling num-conv v0.1.0
13972025-02-28T11:14:49.557Z Compiling utf8_iter v1.0.4
13982025-02-28T11:14:49.687Z Compiling spki v0.7.3
13992025-02-28T11:14:49.691Z Compiling write16 v1.0.0
14002025-02-28T11:14:49.721Z Compiling untrusted v0.9.0
14012025-02-28T11:14:49.853Z Compiling icu_locid_transform v1.5.0
14022025-02-28T11:14:49.870Z Compiling time-macros v0.2.18
14032025-02-28T11:14:49.886Z Compiling pest_meta v2.7.14
14042025-02-28T11:14:50.052Z Compiling openssl-sys v0.9.106
14052025-02-28T11:14:50.112Z Compiling deranged v0.3.11
14062025-02-28T11:14:50.654Z Compiling scrypt v0.11.0
14072025-02-28T11:14:51.137Z Compiling icu_properties v1.5.1
14082025-02-28T11:14:51.311Z Compiling cbc v0.1.2
14092025-02-28T11:14:51.403Z Compiling aes v0.8.4
14102025-02-28T11:14:51.529Z Compiling scroll_derive v0.12.0
14112025-02-28T11:14:52.111Z Compiling bitflags v2.6.0
14122025-02-28T11:14:52.266Z Compiling bytes v1.10.0
14132025-02-28T11:14:52.851Z Compiling semver v1.0.25
14142025-02-28T11:14:53.572Z Compiling tokio v1.43.0
14152025-02-28T11:14:53.635Z Compiling indexmap v2.7.1
14162025-02-28T11:14:54.036Z Compiling http v1.2.0
14172025-02-28T11:14:54.189Z Compiling rustc_version v0.4.1
14182025-02-28T11:14:54.923Z Compiling icu_normalizer v1.5.0
14192025-02-28T11:14:54.968Z Compiling atomic-waker v1.1.2
14202025-02-28T11:14:55.207Z Compiling tinyvec_macros v0.1.1
14212025-02-28T11:14:55.285Z Compiling num_threads v0.1.7
14222025-02-28T11:14:55.342Z Compiling tinyvec v1.8.0
14232025-02-28T11:14:55.418Z Compiling time v0.3.36
14242025-02-28T11:14:55.511Z Compiling http-body v1.0.1
14252025-02-28T11:14:55.652Z Compiling scroll v0.12.0
14262025-02-28T11:14:55.755Z Compiling idna_adapter v1.2.0
14272025-02-28T11:14:56.008Z Compiling pkcs5 v0.7.1
14282025-02-28T11:14:56.174Z Compiling which v4.4.2
14292025-02-28T11:14:56.179Z Compiling pest_generator v2.7.14
14302025-02-28T11:14:56.829Z Compiling rand_chacha v0.3.1
14312025-02-28T11:14:56.851Z Compiling form_urlencoded v1.2.1
14322025-02-28T11:14:57.063Z Compiling zerocopy v0.8.10
14332025-02-28T11:14:57.084Z Compiling try-lock v0.2.5
14342025-02-28T11:14:57.137Z Compiling slog v2.7.0
14352025-02-28T11:14:57.229Z Compiling want v0.3.1
14362025-02-28T11:14:57.524Z Compiling rand v0.8.5
14372025-02-28T11:14:57.730Z Compiling goblin v0.8.2
14382025-02-28T11:14:57.949Z Compiling pest_derive v2.7.14
14392025-02-28T11:14:57.991Z Compiling pkcs8 v0.10.2
14402025-02-28T11:14:58.521Z Compiling idna v1.0.3
14412025-02-28T11:14:58.760Z Compiling uuid v1.15.1
14422025-02-28T11:14:59.149Z Compiling zerocopy-derive v0.8.10
14432025-02-28T11:14:59.506Z Compiling iana-time-zone v0.1.61
14442025-02-28T11:14:59.857Z Compiling tower-service v0.3.3
14452025-02-28T11:14:59.875Z Compiling httpdate v1.0.3
14462025-02-28T11:14:59.993Z Compiling chrono v0.4.40
14472025-02-28T11:15:00.078Z Compiling dtrace-parser v0.2.0
14482025-02-28T11:15:00.309Z Compiling serde_spanned v0.6.8
14492025-02-28T11:15:00.570Z Compiling toml_datetime v0.6.8
14502025-02-28T11:15:01.027Z Compiling serde_tokenstream v0.2.2
14512025-02-28T11:15:01.104Z Compiling match_cfg v0.1.0
14522025-02-28T11:15:01.223Z Compiling base64 v0.22.1
14532025-02-28T11:15:01.577Z Compiling tokio-util v0.7.13
14542025-02-28T11:15:01.819Z Compiling rustversion v1.0.17
14552025-02-28T11:15:01.855Z Compiling openssl v0.10.71
14562025-02-28T11:15:02.269Z Compiling adler2 v2.0.0
14572025-02-28T11:15:02.474Z Compiling h2 v0.4.6
14582025-02-28T11:15:02.496Z Compiling foreign-types-shared v0.1.1
14592025-02-28T11:15:05.660Z Compiling foreign-types v0.3.2
14602025-02-28T11:15:05.661Z Compiling miniz_oxide v0.8.5
14612025-02-28T11:15:05.661Z Compiling hostname v0.3.1
14622025-02-28T11:15:05.661Z Compiling url v2.5.3
14632025-02-28T11:15:05.661Z Compiling dof v0.3.0
14642025-02-28T11:15:05.661Z Compiling openssl-macros v0.1.1
14652025-02-28T11:15:05.661Z Compiling rand_core v0.9.2
14662025-02-28T11:15:05.661Z Compiling async-trait v0.1.86
14672025-02-28T11:15:05.661Z Compiling usdt-impl v0.5.0
14682025-02-28T11:15:05.661Z Compiling serde_derive_internals v0.29.1
14692025-02-28T11:15:06.825Z Compiling dirs-sys-next v0.1.2
14702025-02-28T11:15:06.998Z Compiling rustls v0.23.19
14712025-02-28T11:15:07.092Z Compiling schemars v0.8.22
14722025-02-28T11:15:07.092Z Compiling data-encoding v2.6.0
14732025-02-28T11:15:07.092Z Compiling native-tls v0.2.12
14742025-02-28T11:15:07.092Z Compiling siphasher v0.3.11
14752025-02-28T11:15:07.092Z Compiling syn v1.0.109
14762025-02-28T11:15:07.092Z Compiling rustls v0.22.4
14772025-02-28T11:15:07.192Z Compiling dirs-next v2.0.0
14782025-02-28T11:15:07.300Z Compiling rand_chacha v0.9.0
14792025-02-28T11:15:07.460Z Compiling schemars_derive v0.8.22
14802025-02-28T11:15:07.550Z Compiling unicode-normalization v0.1.24
14812025-02-28T11:15:08.449Z Compiling http-body-util v0.1.2
14822025-02-28T11:15:08.622Z Compiling crossbeam-epoch v0.9.18
14832025-02-28T11:15:08.660Z Compiling heapless v0.7.17
14842025-02-28T11:15:08.920Z Compiling signature v2.2.0
14852025-02-28T11:15:09.126Z Compiling sha1 v0.10.6
14862025-02-28T11:15:09.216Z Compiling bzip2-sys v0.1.11+1.0.8
14872025-02-28T11:15:09.294Z Compiling thread_local v1.1.8
14882025-02-28T11:15:09.314Z Compiling multer v3.1.0
14892025-02-28T11:15:09.570Z Compiling hyper v1.6.0
14902025-02-28T11:15:09.619Z Compiling cookie v0.18.1
14912025-02-28T11:15:09.702Z Compiling encoding_rs v0.8.34
14922025-02-28T11:15:09.779Z Compiling ipnet v2.11.0
14932025-02-28T11:15:09.945Z Compiling mime v0.3.17
14942025-02-28T11:15:10.401Z Compiling gimli v0.31.1
14952025-02-28T11:15:10.444Z Compiling dyn-clone v1.0.18
14962025-02-28T11:15:10.677Z Compiling signal-hook v0.3.17
14972025-02-28T11:15:10.834Z Compiling rayon-core v1.12.1
14982025-02-28T11:15:10.969Z Compiling slog-async v2.8.0
14992025-02-28T11:15:11.118Z Compiling openssl-probe v0.1.5
15002025-02-28T11:15:11.441Z Compiling unicode-bidi v0.3.17
15012025-02-28T11:15:11.480Z Compiling unicode-properties v0.1.3
15022025-02-28T11:15:11.890Z Compiling hyper-util v0.1.10
15032025-02-28T11:15:12.318Z Compiling stringprep v0.1.5
15042025-02-28T11:15:13.347Z Compiling toml_edit v0.22.24
15052025-02-28T11:15:13.925Z Compiling crossbeam-deque v0.8.5
15062025-02-28T11:15:14.257Z Compiling rand v0.9.0
15072025-02-28T11:15:14.700Z Compiling addr2line v0.24.2
15082025-02-28T11:15:15.016Z Compiling term v0.7.0
15092025-02-28T11:15:15.353Z Compiling usdt-macro v0.5.0
15102025-02-28T11:15:15.399Z Compiling usdt-attr-macro v0.5.0
15112025-02-28T11:15:15.840Z Compiling slog-json v2.6.1
15122025-02-28T11:15:16.038Z Compiling serde_urlencoded v0.7.1
15132025-02-28T11:15:16.197Z Compiling crossbeam-channel v0.5.13
15142025-02-28T11:15:16.241Z Compiling curve25519-dalek v4.1.3
15152025-02-28T11:15:16.535Z Compiling futures-executor v0.3.31
15162025-02-28T11:15:16.777Z Compiling enum-as-inner v0.6.1
15172025-02-28T11:15:16.920Z Compiling md-5 v0.10.6
15182025-02-28T11:15:16.923Z Compiling rustls-pemfile v2.2.0
15192025-02-28T11:15:17.000Z Compiling async-stream-impl v0.3.6
15202025-02-28T11:15:17.107Z Compiling num-integer v0.1.46
15212025-02-28T11:15:17.227Z Compiling hash32 v0.2.1
15222025-02-28T11:15:17.258Z Compiling ff v0.13.0
15232025-02-28T11:15:17.499Z Compiling is-terminal v0.4.13
15242025-02-28T11:15:17.588Z Compiling object v0.36.5
15252025-02-28T11:15:17.636Z Compiling memoffset v0.9.1
15262025-02-28T11:15:17.816Z Compiling dropshot v0.12.0
15272025-02-28T11:15:17.836Z Compiling psl-types v2.0.11
15282025-02-28T11:15:17.961Z Compiling smoltcp v0.9.1
15292025-02-28T11:15:18.038Z Compiling fallible-iterator v0.2.0
15302025-02-28T11:15:18.134Z Compiling anyhow v1.0.96
15312025-02-28T11:15:18.223Z Compiling rustc-demangle v0.1.24
15322025-02-28T11:15:18.689Z Compiling cfg_aliases v0.2.1
15332025-02-28T11:15:18.711Z Compiling base16ct v0.2.0
15342025-02-28T11:15:18.793Z Compiling num-bigint-dig v0.8.4
15352025-02-28T11:15:18.813Z Compiling litrs v0.4.1
15362025-02-28T11:15:19.021Z Compiling quick-error v1.2.3
15372025-02-28T11:15:19.105Z Compiling linked-hash-map v0.5.6
15382025-02-28T11:15:19.150Z Compiling portable-atomic v1.9.0
15392025-02-28T11:15:19.171Z Compiling utf-8 v0.7.6
15402025-02-28T11:15:19.438Z Compiling take_mut v0.2.2
15412025-02-28T11:15:19.488Z Compiling lru-cache v0.1.2
15422025-02-28T11:15:19.700Z Compiling tungstenite v0.24.0
15432025-02-28T11:15:19.862Z Compiling document-features v0.2.10
15442025-02-28T11:15:20.173Z Compiling resolv-conf v0.7.0
15452025-02-28T11:15:20.430Z Compiling sec1 v0.7.3
15462025-02-28T11:15:20.620Z Compiling nix v0.29.0
15472025-02-28T11:15:20.992Z Compiling postgres-protocol v0.6.8
15482025-02-28T11:15:21.017Z Compiling async-stream v0.3.6
15492025-02-28T11:15:21.291Z Compiling publicsuffix v2.3.0
15502025-02-28T11:15:21.472Z Compiling hickory-proto v0.24.4
15512025-02-28T11:15:21.500Z Compiling slog-term v2.9.1
15522025-02-28T11:15:21.588Z Compiling usdt v0.5.0
15532025-02-28T11:15:21.611Z Compiling num-iter v0.1.45
15542025-02-28T11:15:22.056Z Compiling group v0.13.0
15552025-02-28T11:15:22.272Z Compiling futures v0.3.31
15562025-02-28T11:15:22.373Z Compiling toml v0.8.20
15572025-02-28T11:15:22.396Z Compiling slog-bunyan v2.5.0
15582025-02-28T11:15:23.766Z Compiling tokio-native-tls v0.3.1
15592025-02-28T11:15:23.820Z Compiling camino v1.1.9
15602025-02-28T11:15:24.059Z Compiling backtrace v0.3.74
15612025-02-28T11:15:24.170Z Compiling phf_shared v0.11.2
15622025-02-28T11:15:24.540Z Compiling dropshot_endpoint v0.12.0
15632025-02-28T11:15:24.580Z Compiling terminal_size v0.4.0
15642025-02-28T11:15:24.641Z Compiling waitgroup v0.1.2
15652025-02-28T11:15:24.678Z Compiling openapiv3 v2.0.0
15662025-02-28T11:15:24.813Z Compiling serde_path_to_error v0.1.16
15672025-02-28T11:15:24.861Z Compiling hkdf v0.12.4
15682025-02-28T11:15:25.134Z Compiling crypto-bigint v0.5.5
15692025-02-28T11:15:25.595Z Compiling webpki-roots v0.26.6
15702025-02-28T11:15:25.818Z Compiling curve25519-dalek-derive v0.1.1
15712025-02-28T11:15:26.810Z Compiling hubpack_derive v0.1.1
15722025-02-28T11:15:26.919Z Compiling zerocopy-derive v0.6.6
15732025-02-28T11:15:27.245Z Compiling sync_wrapper v1.0.1
15742025-02-28T11:15:27.413Z Compiling hostname v0.4.0
15752025-02-28T11:15:27.620Z Compiling fs-err v2.11.0
15762025-02-28T11:15:27.675Z Compiling ahash v0.8.11
15772025-02-28T11:15:27.933Z Compiling crc32fast v1.4.2
15782025-02-28T11:15:28.030Z Compiling winnow v0.5.40
15792025-02-28T11:15:28.260Z Compiling newtype-uuid v1.2.1
15802025-02-28T11:15:28.568Z Compiling managed v0.8.0
15812025-02-28T11:15:28.638Z Compiling unicode-width v0.2.0
15822025-02-28T11:15:28.665Z Compiling debug-ignore v1.0.5
15832025-02-28T11:15:28.821Z Compiling tower-layer v0.3.3
15842025-02-28T11:15:28.824Z Compiling clap_builder v4.5.31
15852025-02-28T11:15:29.130Z Compiling tower v0.5.2
15862025-02-28T11:15:29.172Z Compiling console v0.15.10
15872025-02-28T11:15:29.948Z Compiling zerocopy v0.6.6
15882025-02-28T11:15:30.237Z Compiling flate2 v1.1.0
15892025-02-28T11:15:30.506Z Compiling strum_macros v0.25.3
15902025-02-28T11:15:30.751Z Compiling elliptic-curve v0.13.8
15912025-02-28T11:15:30.972Z Compiling hubpack v0.1.2
15922025-02-28T11:15:31.134Z Compiling hickory-resolver v0.24.4
15932025-02-28T11:15:31.402Z Compiling toml_edit v0.19.15
15942025-02-28T11:15:31.533Z Compiling phf v0.11.2
15952025-02-28T11:15:31.806Z Compiling signal-hook-mio v0.2.4
15962025-02-28T11:15:31.992Z Compiling hyper-tls v0.6.0
15972025-02-28T11:15:32.263Z Compiling rayon v1.10.0
15982025-02-28T11:15:32.408Z Compiling cookie_store v0.21.1
15992025-02-28T11:15:33.902Z Compiling bzip2 v0.4.4
16002025-02-28T11:15:34.296Z Compiling postgres-types v0.2.9
16012025-02-28T11:15:35.763Z Compiling tokio-tungstenite v0.24.0
16022025-02-28T11:15:36.489Z Compiling ed25519 v2.2.3
16032025-02-28T11:15:36.602Z Compiling phf_shared v0.10.0
16042025-02-28T11:15:36.633Z Compiling tokio-stream v0.1.17
16052025-02-28T11:15:36.968Z Compiling pkcs1 v0.7.5
16062025-02-28T11:15:37.502Z Compiling serde-big-array v0.5.1
16072025-02-28T11:15:37.568Z Compiling clap_derive v4.5.28
16082025-02-28T11:15:37.747Z Compiling rfc6979 v0.4.0
16092025-02-28T11:15:37.864Z Compiling serde_repr v0.1.19
16102025-02-28T11:15:37.940Z Compiling derive-where v1.2.7
16112025-02-28T11:15:38.165Z Compiling float-cmp v0.10.0
16122025-02-28T11:15:38.347Z Compiling bstr v1.10.0
16132025-02-28T11:15:38.419Z Compiling whoami v1.5.2
16142025-02-28T11:15:38.994Z Compiling precomputed-hash v0.1.1
16152025-02-28T11:15:39.013Z Compiling bit-vec v0.6.3
16162025-02-28T11:15:39.035Z Compiling new_debug_unreachable v1.0.6
16172025-02-28T11:15:39.132Z Compiling number_prefix v0.4.0
16182025-02-28T11:15:39.152Z Compiling static_assertions v1.1.0
16192025-02-28T11:15:39.268Z Compiling normalize-line-endings v0.3.0
16202025-02-28T11:15:39.374Z Compiling predicates-core v1.0.8
16212025-02-28T11:15:39.417Z Compiling unicode-segmentation v1.12.0
16222025-02-28T11:15:39.421Z Compiling fixedbitset v0.4.2
16232025-02-28T11:15:39.689Z Compiling difflib v0.4.0
16242025-02-28T11:15:39.853Z Compiling petgraph v0.6.5
16252025-02-28T11:15:39.873Z Compiling bit-set v0.5.3
16262025-02-28T11:15:40.146Z Compiling predicates v3.1.3
16272025-02-28T11:15:40.288Z Compiling similar v2.6.0
16282025-02-28T11:15:40.989Z Compiling indicatif v0.17.11
16292025-02-28T11:15:41.095Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16302025-02-28T11:15:41.631Z Compiling string_cache v0.8.7
16312025-02-28T11:15:42.008Z Compiling clap v4.5.31
16322025-02-28T11:15:42.049Z Compiling tokio-postgres v0.7.13
16332025-02-28T11:15:42.136Z Compiling ecdsa v0.16.9
16342025-02-28T11:15:42.306Z Compiling rsa v0.9.6
16352025-02-28T11:15:42.916Z Compiling ed25519-dalek v2.1.1
16362025-02-28T11:15:43.429Z Compiling toml v0.7.8
16372025-02-28T11:15:44.232Z Compiling zip v0.6.6
16382025-02-28T11:15:44.905Z Compiling crossterm v0.28.1
16392025-02-28T11:15:46.065Z Compiling hex v0.4.3
16402025-02-28T11:15:46.166Z Compiling x509-cert v0.2.5
16412025-02-28T11:15:46.675Z Compiling itertools v0.10.5
16422025-02-28T11:15:47.331Z Compiling unicode-xid v0.2.6
16432025-02-28T11:15:47.484Z Compiling lalrpop-util v0.19.12
16442025-02-28T11:15:47.528Z Compiling peg-runtime v0.8.3
16452025-02-28T11:15:47.838Z Compiling strum_macros v0.26.4
16462025-02-28T11:15:47.857Z Compiling xattr v1.3.1
16472025-02-28T11:15:48.027Z Compiling filetime v0.2.25
16482025-02-28T11:15:48.330Z Compiling tar v0.4.44
16492025-02-28T11:15:52.224Z Compiling strum v0.26.3
16502025-02-28T11:15:54.846Z Compiling aws-lc-sys v0.26.0
16512025-02-28T11:16:24.668Z Compiling rustls-webpki v0.102.8
16522025-02-28T11:16:27.812Z Compiling tokio-rustls v0.25.0
16532025-02-28T11:16:29.474Z Compiling tokio-rustls v0.26.0
16542025-02-28T11:16:29.842Z Compiling hyper-rustls v0.27.3
16552025-02-28T11:16:30.171Z Compiling reqwest v0.12.12
16562025-02-28T11:16:31.492Z Compiling qorb v0.2.1
16572025-02-28T11:16:34.490Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16582025-02-28T11:16:34.755Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16592025-02-28T11:16:39.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
16602025-02-28T11:16:39.538Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16612025-02-28T11:16:39.585ZFeb 28 11:16:38.970 INFO Starting download, target: Clickhouse
16622025-02-28T11:16:39.585ZFeb 28 11:16:38.970 INFO Starting download, target: Cockroach
16632025-02-28T11:16:39.588ZFeb 28 11:16:38.970 INFO Starting download, target: Console
16642025-02-28T11:16:39.588ZFeb 28 11:16:38.971 INFO Starting download, target: DendriteOpenapi
16652025-02-28T11:16:39.588ZFeb 28 11:16:38.971 INFO Starting download, target: DendriteStub
16662025-02-28T11:16:39.588ZFeb 28 11:16:38.971 INFO Starting download, target: MaghemiteMgd
16672025-02-28T11:16:39.588ZFeb 28 11:16:38.971 INFO Starting download, target: TransceiverControl
16682025-02-28T11:16:39.588ZFeb 28 11:16:38.971 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16692025-02-28T11:16:39.588ZFeb 28 11:16:38.971 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16702025-02-28T11:16:39.588ZFeb 28 11:16:38.972 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16712025-02-28T11:16:39.588ZFeb 28 11:16:38.972 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16722025-02-28T11:16:39.588ZFeb 28 11:16:38.972 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16732025-02-28T11:16:39.588ZFeb 28 11:16:38.972 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16742025-02-28T11:16:39.588ZFeb 28 11:16:38.972 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16752025-02-28T11:16:39.802ZFeb 28 11:16:39.164 INFO Download complete, target: DendriteOpenapi
16762025-02-28T11:16:40.087ZFeb 28 11:16:39.470 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16772025-02-28T11:16:40.274ZFeb 28 11:16:39.648 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16782025-02-28T11:16:40.291ZFeb 28 11:16:39.671 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16792025-02-28T11:16:40.432ZFeb 28 11:16:39.813 INFO Download complete, target: Console
16802025-02-28T11:16:40.684ZFeb 28 11:16:40.068 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16812025-02-28T11:16:40.722ZFeb 28 11:16:40.107 INFO Download complete, target: TransceiverControl
16822025-02-28T11:16:41.377ZFeb 28 11:16:40.762 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16832025-02-28T11:16:41.377ZFeb 28 11:16:40.762 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16842025-02-28T11:16:41.452ZFeb 28 11:16:40.837 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16852025-02-28T11:16:42.842ZFeb 28 11:16:42.227 INFO Download complete, target: DendriteStub
16862025-02-28T11:16:43.284ZFeb 28 11:16:42.669 INFO Download complete, target: MaghemiteMgd
16872025-02-28T11:16:47.894ZFeb 28 11:16:47.278 INFO Checking that binary works, target: Cockroach
16882025-02-28T11:16:48.053ZFeb 28 11:16:47.436 INFO Download complete, target: Cockroach
16892025-02-28T11:16:52.044ZFeb 28 11:16:51.428 INFO Checking that binary works, target: Clickhouse
16902025-02-28T11:16:52.148ZFeb 28 11:16:51.532 INFO Download complete, target: Clickhouse
16912025-02-28T11:16:52.156ZAll prerequisites installed successfully
16922025-02-28T11:16:52.159Z
16932025-02-28T11:16:52.159Zreal 5:28.440258479
16942025-02-28T11:16:52.159Zuser 15:32.048983612
16952025-02-28T11:16:52.159Zsys 2:04.838348883
16962025-02-28T11:16:52.159Ztrap 0.519117493
16972025-02-28T11:16:52.159Ztflt 1.823477718
16982025-02-28T11:16:52.159Zdflt 2.187543360
16992025-02-28T11:16:52.159Zkflt 0.023665404
17002025-02-28T11:16:52.159Zlock 27:14.147692259
17012025-02-28T11:16:52.159Zslp 57:36.473696421
17022025-02-28T11:16:52.159Zlat 59.581362720
17032025-02-28T11:16:52.159Zstop 2:24.267386687
17042025-02-28T11:16:52.159Z+ source ./tools/include/force-git-over-https.sh
17052025-02-28T11:16:52.159Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17062025-02-28T11:16:52.159Z++ (( i = 0 ))
17072025-02-28T11:16:52.159Z++ (( i < 5 ))
17082025-02-28T11:16:52.160Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17092025-02-28T11:16:52.162Z++ (( i++ ))
17102025-02-28T11:16:52.163Z++ (( i < 5 ))
17112025-02-28T11:16:52.163Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17122025-02-28T11:16:52.166Z++ (( i++ ))
17132025-02-28T11:16:52.166Z++ (( i < 5 ))
17142025-02-28T11:16:52.166Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17152025-02-28T11:16:52.169Z++ (( i++ ))
17162025-02-28T11:16:52.169Z++ (( i < 5 ))
17172025-02-28T11:16:52.169Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17182025-02-28T11:16:52.171Z++ (( i++ ))
17192025-02-28T11:16:52.171Z++ (( i < 5 ))
17202025-02-28T11:16:52.172Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17212025-02-28T11:16:52.174Z++ (( i++ ))
17222025-02-28T11:16:52.174Z++ (( i < 5 ))
17232025-02-28T11:16:52.174Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17242025-02-28T11:16:52.174Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17252025-02-28T11:16:52.174Z+ rc=0
17262025-02-28T11:16:52.174Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17272025-02-28T11:17:27.543Z+ case $rc in
17282025-02-28T11:17:27.543Z+ pfexec zfs create -p rpool/images/build/host
17292025-02-28T11:17:27.771Z+ pfexec zfs create -p rpool/images/build/recovery
17302025-02-28T11:17:27.855Z+ cargo xtask releng --output-dir /work
17312025-02-28T11:17:28.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17322025-02-28T11:17:28.528Z Running `target/debug/xtask releng --output-dir /work`
17332025-02-28T11:17:29.392Z Compiling proc-macro2 v1.0.93
17342025-02-28T11:17:29.392Z Compiling unicode-ident v1.0.14
17352025-02-28T11:17:29.392Z Compiling libc v0.2.170
17362025-02-28T11:17:29.395Z Compiling serde v1.0.218
17372025-02-28T11:17:29.395Z Compiling autocfg v1.4.0
17382025-02-28T11:17:29.396Z Compiling version_check v0.9.5
17392025-02-28T11:17:29.396Z Compiling cfg-if v1.0.0
17402025-02-28T11:17:29.711Z Compiling memchr v2.7.4
17412025-02-28T11:17:29.767Z Compiling typenum v1.17.0
17422025-02-28T11:17:29.767Z Compiling shlex v1.3.0
17432025-02-28T11:17:30.174Z Compiling generic-array v0.14.7
17442025-02-28T11:17:30.212Z Compiling value-bag v1.9.0
17452025-02-28T11:17:30.237Z Compiling scopeguard v1.2.0
17462025-02-28T11:17:30.394Z Compiling lock_api v0.4.12
17472025-02-28T11:17:30.636Z Compiling log v0.4.22
17482025-02-28T11:17:30.735Z Compiling parking_lot_core v0.9.10
17492025-02-28T11:17:30.952Z Compiling rustix v0.38.37
17502025-02-28T11:17:31.151Z Compiling serde_json v1.0.139
17512025-02-28T11:17:31.311Z Compiling libm v0.2.8
17522025-02-28T11:17:31.411Z Compiling quote v1.0.38
17532025-02-28T11:17:31.494Z Compiling num-traits v0.2.19
17542025-02-28T11:17:31.566Z Compiling jobserver v0.1.32
17552025-02-28T11:17:31.665Z Compiling getrandom v0.2.15
17562025-02-28T11:17:31.816Z Compiling syn v2.0.98
17572025-02-28T11:17:31.838Z Compiling once_cell v1.20.3
17582025-02-28T11:17:31.975Z Compiling cc v1.2.15
17592025-02-28T11:17:31.999Z Compiling slab v0.4.9
17602025-02-28T11:17:32.148Z Compiling semver v1.0.25
17612025-02-28T11:17:32.241Z Compiling itoa v1.0.11
17622025-02-28T11:17:32.295Z Compiling aho-corasick v1.1.3
17632025-02-28T11:17:32.376Z Compiling regex-syntax v0.8.5
17642025-02-28T11:17:32.503Z Compiling thiserror v1.0.69
17652025-02-28T11:17:32.867Z Compiling spin v0.9.8
17662025-02-28T11:17:33.120Z Compiling byteorder v1.5.0
17672025-02-28T11:17:33.325Z Compiling errno v0.3.9
17682025-02-28T11:17:33.384Z Compiling getrandom v0.3.1
17692025-02-28T11:17:33.676Z Compiling either v1.14.0
17702025-02-28T11:17:33.786Z Compiling glob v0.3.2
17712025-02-28T11:17:33.859Z Compiling rand_core v0.6.4
17722025-02-28T11:17:34.131Z Compiling prettyplease v0.2.29
17732025-02-28T11:17:34.306Z Compiling subtle v2.6.1
17742025-02-28T11:17:34.430Z Compiling lazy_static v1.5.0
17752025-02-28T11:17:34.541Z Compiling clang-sys v1.8.1
17762025-02-28T11:17:34.572Z Compiling minimal-lexical v0.2.1
17772025-02-28T11:17:34.999Z Compiling nom v7.1.3
17782025-02-28T11:17:35.022Z Compiling libloading v0.8.5
17792025-02-28T11:17:35.269Z Compiling bindgen v0.69.5
17802025-02-28T11:17:35.368Z Compiling home v0.5.9
17812025-02-28T11:17:35.401Z Compiling smallvec v1.14.0
17822025-02-28T11:17:35.923Z Compiling itertools v0.12.1
17832025-02-28T11:17:36.197Z Compiling regex-automata v0.4.8
17842025-02-28T11:17:36.581Z Compiling lazycell v1.3.0
17852025-02-28T11:17:36.784Z Compiling rustc-hash v1.1.0
17862025-02-28T11:17:37.109Z Compiling cmake v0.1.51
17872025-02-28T11:17:37.991Z Compiling dunce v1.0.5
17882025-02-28T11:17:38.207Z Compiling cexpr v0.6.0
17892025-02-28T11:17:38.308Z Compiling pkg-config v0.3.31
17902025-02-28T11:17:38.411Z Compiling fs_extra v1.3.0
17912025-02-28T11:17:38.462Z Compiling ring v0.17.11
17922025-02-28T11:17:38.984Z Compiling paste v1.0.15
17932025-02-28T11:17:39.469Z Compiling synstructure v0.13.1
17942025-02-28T11:17:39.607Z Compiling ryu v1.0.18
17952025-02-28T11:17:39.610Z Compiling heck v0.5.0
17962025-02-28T11:17:40.118Z Compiling httparse v1.9.5
17972025-02-28T11:17:40.219Z Compiling pin-project-lite v0.2.14
17982025-02-28T11:17:40.386Z Compiling aws-lc-rs v1.12.4
17992025-02-28T11:17:40.820Z Compiling const-oid v0.9.6
18002025-02-28T11:17:40.983Z Compiling allocator-api2 v0.2.18
18012025-02-28T11:17:41.055Z Compiling futures-core v0.3.31
18022025-02-28T11:17:41.785Z Compiling regex v1.11.1
18032025-02-28T11:17:42.125Z Compiling signal-hook-registry v1.4.2
18042025-02-28T11:17:42.899Z Compiling parking_lot v0.12.3
18052025-02-28T11:17:43.019Z Compiling mio v1.0.2
18062025-02-28T11:17:43.554Z Compiling serde_derive v1.0.218
18072025-02-28T11:17:43.712Z Compiling zeroize_derive v1.4.2
18082025-02-28T11:17:43.787Z Compiling zerocopy-derive v0.7.35
18092025-02-28T11:17:44.308Z Compiling tokio-macros v2.5.0
18102025-02-28T11:17:44.727Z Compiling zerofrom-derive v0.1.4
18112025-02-28T11:17:45.019Z Compiling thiserror-impl v1.0.69
18122025-02-28T11:17:45.188Z Compiling yoke-derive v0.7.4
18132025-02-28T11:17:45.220Z Compiling zeroize v1.8.1
18142025-02-28T11:17:45.774Z Compiling futures-macro v0.3.31
18152025-02-28T11:17:45.913Z Compiling zerovec-derive v0.10.3
18162025-02-28T11:17:45.994Z Compiling displaydoc v0.2.5
18172025-02-28T11:17:46.046Z Compiling zerocopy v0.7.35
18182025-02-28T11:17:47.659Z Compiling icu_provider_macros v1.5.0
18192025-02-28T11:17:47.901Z Compiling tracing-attributes v0.1.27
18202025-02-28T11:17:48.015Z Compiling der_derive v0.7.3
18212025-02-28T11:17:48.588Z Compiling time-core v0.1.2
18222025-02-28T11:17:48.765Z Compiling crypto-common v0.1.6
18232025-02-28T11:17:48.810Z Compiling block-buffer v0.10.4
18242025-02-28T11:17:48.875Z Compiling num-conv v0.1.0
18252025-02-28T11:17:49.091Z Compiling digest v0.10.7
18262025-02-28T11:17:49.283Z Compiling time-macros v0.2.18
18272025-02-28T11:17:49.370Z Compiling vcpkg v0.2.15
18282025-02-28T11:17:49.420Z Compiling schemars v0.8.22
18292025-02-28T11:17:49.547Z Compiling crossbeam-utils v0.8.20
18302025-02-28T11:17:49.862Z Compiling serde_derive_internals v0.29.1
18312025-02-28T11:17:49.964Z Compiling socket2 v0.5.8
18322025-02-28T11:17:50.860Z Compiling openssl-sys v0.9.106
18332025-02-28T11:17:51.844Z Compiling schemars_derive v0.8.22
18342025-02-28T11:17:52.243Z Compiling futures-sink v0.3.31
18352025-02-28T11:17:52.285Z Compiling fnv v1.0.7
18362025-02-28T11:17:53.317Z Compiling ahash v0.8.11
18372025-02-28T11:17:53.394Z Compiling stable_deref_trait v1.2.0
18382025-02-28T11:17:53.895Z Compiling foldhash v0.1.3
18392025-02-28T11:17:53.952Z Compiling cpufeatures v0.2.14
18402025-02-28T11:17:54.014Z Compiling equivalent v1.0.1
18412025-02-28T11:17:54.311Z Compiling hashbrown v0.15.1
18422025-02-28T11:17:54.671Z Compiling slog v2.7.0
18432025-02-28T11:17:54.781Z Compiling futures-channel v0.3.31
18442025-02-28T11:17:54.894Z Compiling zerofrom v0.1.4
18452025-02-28T11:17:55.240Z Compiling pin-utils v0.1.0
18462025-02-28T11:17:55.367Z Compiling futures-task v0.3.31
18472025-02-28T11:17:55.400Z Compiling futures-io v0.3.31
18482025-02-28T11:17:55.486Z Compiling yoke v0.7.4
18492025-02-28T11:17:55.690Z Compiling futures-util v0.3.31
18502025-02-28T11:17:55.865Z Compiling openssl v0.10.71
18512025-02-28T11:17:55.962Z Compiling bitflags v2.6.0
18522025-02-28T11:17:56.026Z Compiling bytes v1.10.0
18532025-02-28T11:17:56.351Z Compiling indexmap v2.7.1
18542025-02-28T11:17:57.488Z Compiling tokio v1.43.0
18552025-02-28T11:17:59.192Z Compiling serde_tokenstream v0.2.2
18562025-02-28T11:17:59.436Z Compiling http v1.2.0
18572025-02-28T11:17:59.832Z Compiling zerovec v0.10.4
18582025-02-28T11:17:59.955Z Compiling scroll_derive v0.12.0
18592025-02-28T11:18:01.196Z Compiling which v4.4.2
18602025-02-28T11:18:02.149Z Compiling ucd-trie v0.1.7
18612025-02-28T11:18:02.453Z Compiling pest v2.7.14
18622025-02-28T11:18:03.952Z Compiling rustc_version v0.4.1
18632025-02-28T11:18:04.708Z Compiling uuid v1.15.1
18642025-02-28T11:18:05.544Z Compiling hmac v0.12.1
18652025-02-28T11:18:05.708Z Compiling openssl-macros v0.1.1
18662025-02-28T11:18:05.800Z Compiling native-tls v0.2.12
18672025-02-28T11:18:05.851Z Compiling iana-time-zone v0.1.61
18682025-02-28T11:18:06.195Z Compiling zerocopy v0.8.10
18692025-02-28T11:18:06.238Z Compiling rustls v0.23.19
18702025-02-28T11:18:06.609Z Compiling chrono v0.4.40
18712025-02-28T11:18:06.652Z Compiling pest_meta v2.7.14
18722025-02-28T11:18:07.014Z Compiling tinystr v0.7.6
18732025-02-28T11:18:07.243Z Compiling block-padding v0.3.3
18742025-02-28T11:18:07.465Z Compiling writeable v0.5.5
18752025-02-28T11:18:07.560Z Compiling litemap v0.7.3
18762025-02-28T11:18:08.255Z Compiling pest_generator v2.7.14
18772025-02-28T11:18:08.705Z Compiling icu_locid v1.5.0
18782025-02-28T11:18:08.743Z Compiling inout v0.1.3
18792025-02-28T11:18:09.615Z Compiling ppv-lite86 v0.2.20
18802025-02-28T11:18:10.032Z Compiling zerocopy-derive v0.8.10
18812025-02-28T11:18:10.380Z Compiling cookie v0.18.1
18822025-02-28T11:18:11.231Z Compiling pest_derive v2.7.14
18832025-02-28T11:18:12.282Z Compiling icu_provider v1.5.0
18842025-02-28T11:18:12.696Z Compiling cipher v0.4.4
18852025-02-28T11:18:13.217Z Compiling sha2 v0.10.8
18862025-02-28T11:18:13.780Z Compiling async-trait v0.1.86
18872025-02-28T11:18:14.287Z Compiling tracing-core v0.1.32
18882025-02-28T11:18:14.429Z Compiling aws-lc-sys v0.26.0
18892025-02-28T11:18:14.666Z Compiling usdt-impl v0.5.0
18902025-02-28T11:18:15.104Z Compiling percent-encoding v2.3.1
18912025-02-28T11:18:15.777Z Compiling rustls-pki-types v1.10.0
18922025-02-28T11:18:16.132Z Compiling dyn-clone v1.0.18
18932025-02-28T11:18:16.337Z Compiling base64ct v1.6.0
18942025-02-28T11:18:16.435Z Compiling icu_locid_transform_data v1.5.0
18952025-02-28T11:18:16.564Z Compiling icu_locid_transform v1.5.0
18962025-02-28T11:18:16.914Z Compiling pem-rfc7468 v0.7.0
18972025-02-28T11:18:17.725Z Compiling tracing v0.1.40
18982025-02-28T11:18:19.575Z Compiling tokio-util v0.7.13
18992025-02-28T11:18:19.856Z Compiling icu_collections v1.5.0
19002025-02-28T11:18:20.431Z Compiling scroll v0.12.0
19012025-02-28T11:18:22.506Z Compiling untrusted v0.9.0
19022025-02-28T11:18:22.691Z Compiling untrusted v0.7.1
19032025-02-28T11:18:22.712Z Compiling syn v1.0.109
19042025-02-28T11:18:22.833Z Compiling camino v1.1.9
19052025-02-28T11:18:22.895Z Compiling plain v0.2.3
19062025-02-28T11:18:23.115Z Compiling flagset v0.4.6
19072025-02-28T11:18:23.230Z Compiling icu_properties_data v1.5.0
19082025-02-28T11:18:23.339Z Compiling powerfmt v0.2.0
19092025-02-28T11:18:23.367Z Compiling der v0.7.9
19102025-02-28T11:18:23.486Z Compiling icu_properties v1.5.1
19112025-02-28T11:18:23.830Z Compiling deranged v0.3.11
19122025-02-28T11:18:25.647Z Compiling goblin v0.8.2
19132025-02-28T11:18:29.727Z Compiling icu_normalizer_data v1.5.0
19142025-02-28T11:18:29.796Z Compiling rayon-core v1.12.1
19152025-02-28T11:18:29.912Z Compiling num_threads v0.1.7
19162025-02-28T11:18:30.068Z Compiling utf16_iter v1.0.5
19172025-02-28T11:18:30.277Z Compiling utf8_iter v1.0.4
19182025-02-28T11:18:30.462Z Compiling litrs v0.4.1
19192025-02-28T11:18:30.604Z Compiling pretty-hex v0.4.1
19202025-02-28T11:18:30.676Z Compiling atomic-waker v1.1.2
19212025-02-28T11:18:30.872Z Compiling rustls v0.22.4
19222025-02-28T11:18:30.924Z Compiling write16 v1.0.0
19232025-02-28T11:18:31.493Z Compiling document-features v0.2.10
19242025-02-28T11:18:31.686Z Compiling time v0.3.36
19252025-02-28T11:18:31.762Z Compiling icu_normalizer v1.5.0
19262025-02-28T11:18:32.643Z Compiling dof v0.3.0
19272025-02-28T11:18:35.557Z Compiling spki v0.7.3
19282025-02-28T11:18:35.738Z Compiling form_urlencoded v1.2.1
19292025-02-28T11:18:36.206Z Compiling salsa20 v0.10.2
19302025-02-28T11:18:36.407Z Compiling dtrace-parser v0.2.0
19312025-02-28T11:18:36.854Z Compiling pbkdf2 v0.12.2
19322025-02-28T11:18:37.149Z Compiling http-body v1.0.1
19332025-02-28T11:18:37.568Z Compiling bzip2-sys v0.1.11+1.0.8
19342025-02-28T11:18:37.639Z Compiling thread-id v4.2.2
19352025-02-28T11:18:38.347Z Compiling try-lock v0.2.5
19362025-02-28T11:18:38.661Z Compiling want v0.3.1
19372025-02-28T11:18:40.843Z Compiling scrypt v0.11.0
19382025-02-28T11:18:41.359Z Compiling idna_adapter v1.2.0
19392025-02-28T11:18:41.479Z Compiling h2 v0.4.6
19402025-02-28T11:18:41.638Z Compiling cbc v0.1.2
19412025-02-28T11:18:41.722Z Compiling aes v0.8.4
19422025-02-28T11:18:42.587Z Compiling multer v3.1.0
19432025-02-28T11:18:43.159Z Compiling slog-async v2.8.0
19442025-02-28T11:18:43.432Z Compiling tower-service v0.3.3
19452025-02-28T11:18:43.617Z Compiling tinyvec_macros v0.1.1
19462025-02-28T11:18:43.640Z Compiling base64 v0.22.1
19472025-02-28T11:18:43.751Z Compiling httpdate v1.0.3
19482025-02-28T11:18:43.777Z Compiling tinyvec v1.8.0
19492025-02-28T11:18:45.014Z Compiling pkcs5 v0.7.1
19502025-02-28T11:18:46.767Z Compiling idna v1.0.3
19512025-02-28T11:18:49.993Z Compiling rand_chacha v0.3.1
19522025-02-28T11:18:50.974Z Compiling hyper v1.6.0
19532025-02-28T11:18:52.395Z Compiling heapless v0.7.17
19542025-02-28T11:18:53.111Z Compiling zerocopy-derive v0.6.6
19552025-02-28T11:18:53.679Z Compiling anyhow v1.0.96
19562025-02-28T11:18:53.780Z Compiling signal-hook v0.3.17
19572025-02-28T11:18:54.228Z Compiling num-bigint-dig v0.8.4
19582025-02-28T11:18:54.907Z Compiling hyper-util v0.1.10
19592025-02-28T11:18:57.006Z Compiling rand v0.8.5
19602025-02-28T11:18:58.855Z Compiling pkcs8 v0.10.2
19612025-02-28T11:18:59.481Z Compiling usdt-attr-macro v0.5.0
19622025-02-28T11:19:00.184Z Compiling usdt-macro v0.5.0
19632025-02-28T11:19:01.030Z Compiling async-stream-impl v0.3.6
19642025-02-28T11:19:01.106Z Compiling rustversion v1.0.17
19652025-02-28T11:19:01.526Z Compiling strsim v0.11.1
19662025-02-28T11:19:01.988Z Compiling foreign-types-shared v0.1.1
19672025-02-28T11:19:02.176Z Compiling foreign-types v0.3.2
19682025-02-28T11:19:02.902Z Compiling url v2.5.3
19692025-02-28T11:19:03.323Z Compiling http-body-util v0.1.2
19702025-02-28T11:19:05.196Z Compiling curve25519-dalek v4.1.3
19712025-02-28T11:19:05.650Z Compiling openapiv3 v2.0.0
19722025-02-28T11:19:05.703Z Compiling toml_datetime v0.6.8
19732025-02-28T11:19:06.155Z Compiling serde_spanned v0.6.8
19742025-02-28T11:19:06.575Z Compiling enum-as-inner v0.6.1
19752025-02-28T11:19:07.869Z Compiling memoffset v0.9.1
19762025-02-28T11:19:08.346Z Compiling dropshot v0.12.0
19772025-02-28T11:19:08.769Z Compiling encoding_rs v0.8.34
19782025-02-28T11:19:09.192Z Compiling newtype-uuid v1.2.1
19792025-02-28T11:19:09.710Z Compiling mime v0.3.17
19802025-02-28T11:19:09.786Z Compiling portable-atomic v1.9.0
19812025-02-28T11:19:10.599Z Compiling match_cfg v0.1.0
19822025-02-28T11:19:10.722Z Compiling adler2 v2.0.0
19832025-02-28T11:19:10.813Z Compiling smoltcp v0.9.1
19842025-02-28T11:19:10.978Z Compiling miniz_oxide v0.8.5
19852025-02-28T11:19:11.431Z Compiling hostname v0.3.1
19862025-02-28T11:19:13.481Z Compiling rand_core v0.9.2
19872025-02-28T11:19:23.150Z Compiling serde_urlencoded v0.7.1
19882025-02-28T11:19:23.770Z Compiling rustls-pemfile v2.2.0
19892025-02-28T11:19:23.804Z Compiling clap_derive v4.5.28
19902025-02-28T11:19:24.499Z Compiling dirs-sys-next v0.1.2
19912025-02-28T11:19:25.425Z Compiling data-encoding v2.6.0
19922025-02-28T11:19:26.961Z Compiling ipnet v2.11.0
19932025-02-28T11:19:27.263Z Compiling openssl-probe v0.1.5
19942025-02-28T11:19:27.941Z Compiling cfg_aliases v0.2.1
19952025-02-28T11:19:28.068Z Compiling siphasher v0.3.11
19962025-02-28T11:19:28.497Z Compiling nix v0.29.0
19972025-02-28T11:19:29.775Z Compiling dirs-next v2.0.0
19982025-02-28T11:19:30.169Z Compiling rand_chacha v0.9.0
19992025-02-28T11:19:32.575Z Compiling hubpack_derive v0.1.1
20002025-02-28T11:19:33.144Z Compiling unicode-normalization v0.1.24
20012025-02-28T11:19:33.460Z Compiling crossbeam-epoch v0.9.18
20022025-02-28T11:19:34.229Z Compiling dropshot_endpoint v0.12.0
20032025-02-28T11:19:34.638Z Compiling rustls-webpki v0.102.8
20042025-02-28T11:19:35.120Z Compiling sha1 v0.10.6
20052025-02-28T11:19:35.468Z Compiling signature v2.2.0
20062025-02-28T11:19:35.630Z Compiling curve25519-dalek-derive v0.1.1
20072025-02-28T11:19:35.792Z Compiling thread_local v1.1.8
20082025-02-28T11:19:36.353Z Compiling fs-err v2.11.0
20092025-02-28T11:19:36.750Z Compiling gimli v0.31.1
20102025-02-28T11:19:37.466Z Compiling psl-types v2.0.11
20112025-02-28T11:19:37.810Z Compiling winnow v0.7.3
20122025-02-28T11:19:37.985Z Compiling unicode-properties v0.1.3
20132025-02-28T11:19:38.344Z Compiling unicode-bidi v0.3.17
20142025-02-28T11:19:38.585Z Compiling utf8parse v0.2.2
20152025-02-28T11:19:39.692Z Compiling anstyle v1.0.10
20162025-02-28T11:19:39.905Z Compiling stringprep v0.1.5
20172025-02-28T11:19:40.206Z Compiling anstyle-parse v0.2.5
20182025-02-28T11:19:40.529Z Compiling publicsuffix v2.3.0
20192025-02-28T11:19:41.582Z Compiling addr2line v0.24.2
20202025-02-28T11:19:41.752Z Compiling toml_edit v0.22.24
20212025-02-28T11:19:42.286Z Compiling crossbeam-deque v0.8.5
20222025-02-28T11:19:42.650Z Compiling rand v0.9.0
20232025-02-28T11:19:43.825Z Compiling term v0.7.0
20242025-02-28T11:19:43.923Z Compiling tokio-native-tls v0.3.1
20252025-02-28T11:19:44.244Z Compiling slog-json v2.6.1
20262025-02-28T11:19:45.085Z Compiling crossbeam-channel v0.5.13
20272025-02-28T11:19:46.459Z Compiling webpki-roots v0.26.6
20282025-02-28T11:19:46.683Z Compiling futures-executor v0.3.31
20292025-02-28T11:19:46.740Z Compiling num-integer v0.1.46
20302025-02-28T11:19:47.129Z Compiling md-5 v0.10.6
20312025-02-28T11:19:47.399Z Compiling sync_wrapper v1.0.1
20322025-02-28T11:19:47.434Z Compiling ff v0.13.0
20332025-02-28T11:19:47.587Z Compiling hash32 v0.2.1
20342025-02-28T11:19:47.726Z Compiling is-terminal v0.4.13
20352025-02-28T11:19:47.885Z Compiling memmap v0.7.0
20362025-02-28T11:19:47.923Z Compiling object v0.36.5
20372025-02-28T11:19:47.957Z Compiling take_mut v0.2.2
20382025-02-28T11:19:48.145Z Compiling linked-hash-map v0.5.6
20392025-02-28T11:19:48.201Z Compiling colorchoice v1.0.2
20402025-02-28T11:19:48.381Z Compiling fallible-iterator v0.2.0
20412025-02-28T11:19:48.404Z Compiling quick-error v1.2.3
20422025-02-28T11:19:48.472Z Compiling rustc-demangle v0.1.24
20432025-02-28T11:19:48.560Z Compiling is_terminal_polyfill v1.70.1
20442025-02-28T11:19:48.708Z Compiling heck v0.4.1
20452025-02-28T11:19:49.050Z Compiling anstyle-query v1.1.1
20462025-02-28T11:19:49.082Z Compiling tower-layer v0.3.3
20472025-02-28T11:19:49.246Z Compiling utf-8 v0.7.6
20482025-02-28T11:19:49.448Z Compiling base16ct v0.2.0
20492025-02-28T11:19:49.479Z Compiling tungstenite v0.24.0
20502025-02-28T11:19:49.550Z Compiling tower v0.5.2
20512025-02-28T11:19:49.755Z Compiling sec1 v0.7.3
20522025-02-28T11:19:50.499Z Compiling anstream v0.6.15
20532025-02-28T11:19:50.596Z Compiling strum_macros v0.25.3
20542025-02-28T11:19:51.072Z Compiling postgres-protocol v0.6.8
20552025-02-28T11:19:51.203Z Compiling resolv-conf v0.7.0
20562025-02-28T11:19:51.832Z Compiling lru-cache v0.1.2
20572025-02-28T11:19:52.152Z Compiling usdt v0.5.0
20582025-02-28T11:19:52.586Z Compiling slog-term v2.9.1
20592025-02-28T11:19:52.947Z Compiling group v0.13.0
20602025-02-28T11:19:53.278Z Compiling tokio-rustls v0.26.0
20612025-02-28T11:19:53.404Z Compiling num-iter v0.1.45
20622025-02-28T11:19:53.590Z Compiling futures v0.3.31
20632025-02-28T11:19:53.896Z Compiling tokio-rustls v0.25.0
20642025-02-28T11:19:54.322Z Compiling toml v0.8.20
20652025-02-28T11:19:54.446Z Compiling backtrace v0.3.74
20662025-02-28T11:19:55.208Z Compiling slog-bunyan v2.5.0
20672025-02-28T11:19:55.286Z Compiling hyper-tls v0.6.0
20682025-02-28T11:19:55.417Z Compiling cookie_store v0.21.1
20692025-02-28T11:19:55.612Z Compiling hickory-proto v0.24.4
20702025-02-28T11:19:55.694Z Compiling phf_shared v0.11.2
20712025-02-28T11:19:56.211Z Compiling async-stream v0.3.6
20722025-02-28T11:19:56.423Z Compiling waitgroup v0.1.2
20732025-02-28T11:19:56.645Z Compiling hashbrown v0.14.5
20742025-02-28T11:19:56.692Z Compiling hkdf v0.12.4
20752025-02-28T11:19:56.772Z Compiling terminal_size v0.4.0
20762025-02-28T11:19:56.947Z Compiling serde_path_to_error v0.1.16
20772025-02-28T11:19:57.181Z Compiling crypto-bigint v0.5.5
20782025-02-28T11:19:57.357Z Compiling serde_repr v0.1.19
20792025-02-28T11:19:57.674Z Compiling derive-where v1.2.7
20802025-02-28T11:19:57.992Z Compiling hostname v0.4.0
20812025-02-28T11:19:58.223Z Compiling crc32fast v1.4.2
20822025-02-28T11:19:58.747Z Compiling clap_lex v0.7.4
20832025-02-28T11:19:59.088Z Compiling winnow v0.5.40
20842025-02-28T11:19:59.519Z Compiling managed v0.8.0
20852025-02-28T11:19:59.700Z Compiling bitflags v1.3.2
20862025-02-28T11:20:00.132Z Compiling unicode-width v0.2.0
20872025-02-28T11:20:00.501Z Compiling debug-ignore v1.0.5
20882025-02-28T11:20:00.716Z Compiling console v0.15.10
20892025-02-28T11:20:01.078Z Compiling hickory-resolver v0.24.4
20902025-02-28T11:20:02.468Z Compiling toml_edit v0.19.15
20912025-02-28T11:20:04.398Z Compiling elliptic-curve v0.13.8
20922025-02-28T11:20:05.858Z Compiling clap_builder v4.5.31
20932025-02-28T11:20:06.360Z Compiling flate2 v1.1.0
20942025-02-28T11:20:06.951Z Compiling regress v0.10.1
20952025-02-28T11:20:09.034Z Compiling hyper-rustls v0.27.3
20962025-02-28T11:20:11.351Z Compiling phf v0.11.2
20972025-02-28T11:20:11.670Z Compiling signal-hook-mio v0.2.4
20982025-02-28T11:20:11.858Z Compiling rayon v1.10.0
20992025-02-28T11:20:11.988Z Compiling bzip2 v0.4.4
21002025-02-28T11:20:11.991Z Compiling postgres-types v0.2.9
21012025-02-28T11:20:12.028Z Compiling tokio-tungstenite v0.24.0
21022025-02-28T11:20:12.210Z Compiling ed25519 v2.2.3
21032025-02-28T11:20:12.360Z Compiling hubpack v0.1.2
21042025-02-28T11:20:12.566Z Compiling phf_shared v0.10.0
21052025-02-28T11:20:12.775Z Compiling pkcs1 v0.7.5
21062025-02-28T11:20:13.165Z Compiling zerocopy v0.6.6
21072025-02-28T11:20:13.185Z Compiling tokio-stream v0.1.17
21082025-02-28T11:20:13.671Z Compiling rfc6979 v0.4.0
21092025-02-28T11:20:13.993Z Compiling serde-big-array v0.5.1
21102025-02-28T11:20:14.069Z Compiling float-cmp v0.10.0
21112025-02-28T11:20:14.232Z Compiling bstr v1.10.0
21122025-02-28T11:20:14.429Z Compiling number_prefix v0.4.0
21132025-02-28T11:20:14.800Z Compiling whoami v1.5.2
21142025-02-28T11:20:14.822Z Compiling fixedbitset v0.4.2
21152025-02-28T11:20:15.281Z Compiling difflib v0.4.0
21162025-02-28T11:20:15.339Z Compiling precomputed-hash v0.1.1
21172025-02-28T11:20:15.426Z Compiling predicates-core v1.0.8
21182025-02-28T11:20:15.634Z Compiling unicode-segmentation v1.12.0
21192025-02-28T11:20:15.970Z Compiling static_assertions v1.1.0
21202025-02-28T11:20:15.992Z Compiling bit-vec v0.6.3
21212025-02-28T11:20:16.310Z Compiling new_debug_unreachable v1.0.6
21222025-02-28T11:20:16.377Z Compiling normalize-line-endings v0.3.0
21232025-02-28T11:20:16.425Z Compiling string_cache v0.8.7
21242025-02-28T11:20:16.471Z Compiling bit-set v0.5.3
21252025-02-28T11:20:16.531Z Compiling predicates v3.1.3
21262025-02-28T11:20:16.765Z Compiling similar v2.6.0
21272025-02-28T11:20:17.455Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21282025-02-28T11:20:19.473Z Compiling indicatif v0.17.11
21292025-02-28T11:20:21.142Z Compiling petgraph v0.6.5
21302025-02-28T11:20:21.182Z Compiling tokio-postgres v0.7.13
21312025-02-28T11:20:21.886Z Compiling qorb v0.2.1
21322025-02-28T11:20:22.092Z Compiling ecdsa v0.16.9
21332025-02-28T11:20:23.362Z Compiling rsa v0.9.6
21342025-02-28T11:20:23.868Z Compiling reqwest v0.12.12
21352025-02-28T11:20:24.465Z Compiling ed25519-dalek v2.1.1
21362025-02-28T11:20:24.570Z Compiling zip v0.6.6
21372025-02-28T11:20:24.987Z Compiling crossterm v0.28.1
21382025-02-28T11:20:25.658Z Compiling typify-impl v0.2.0
21392025-02-28T11:20:26.204Z Compiling clap v4.5.31
21402025-02-28T11:20:26.344Z Compiling toml v0.7.8
21412025-02-28T11:20:28.489Z Compiling x509-cert v0.2.5
21422025-02-28T11:20:30.003Z Compiling hex v0.4.3
21432025-02-28T11:20:32.455Z Compiling itertools v0.10.5
21442025-02-28T11:20:33.246Z Compiling lalrpop-util v0.19.12
21452025-02-28T11:20:33.619Z Compiling peg-runtime v0.8.3
21462025-02-28T11:20:35.428Z Compiling unicode-xid v0.2.6
21472025-02-28T11:20:35.626Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21482025-02-28T11:20:37.072Z Compiling typify-macro v0.2.0
21492025-02-28T11:21:06.144Z Compiling radium v0.7.0
21502025-02-28T11:21:13.034Z Compiling tap v1.0.1
21512025-02-28T11:21:13.872Z Compiling ident_case v1.0.1
21522025-02-28T11:21:14.246Z Compiling thiserror v2.0.11
21532025-02-28T11:21:14.627Z Compiling maybe-uninit v2.0.0
21542025-02-28T11:21:16.794Z Compiling darling_core v0.20.10
21552025-02-28T11:21:17.650Z Compiling wyz v0.5.1
21562025-02-28T11:21:24.751Z Compiling typify v0.2.0
21572025-02-28T11:21:27.224Z Compiling thiserror-impl v2.0.11
21582025-02-28T11:21:27.353Z Compiling packed_struct v0.10.1
21592025-02-28T11:21:27.356Z Compiling unsafe-libyaml v0.2.11
21602025-02-28T11:21:29.063Z Compiling funty v2.0.0
21612025-02-28T11:21:33.765Z Compiling bitvec v1.0.1
21622025-02-28T11:21:36.973Z Compiling serde_yaml v0.9.34+deprecated
21632025-02-28T11:21:44.490Z Compiling progenitor-impl v0.8.0
21642025-02-28T11:21:44.513Z Compiling darling_macro v0.20.10
21652025-02-28T11:21:46.715Z Compiling ipnetwork v0.21.1
21662025-02-28T11:21:47.743Z Compiling packed_struct_codegen v0.10.1
21672025-02-28T11:21:48.366Z Compiling structmeta-derive v0.3.0
21682025-02-28T11:21:49.011Z Compiling indexmap v1.9.3
21692025-02-28T11:21:49.823Z Compiling fastrand v2.1.1
21702025-02-28T11:21:50.058Z Compiling crc-catalog v2.4.0
21712025-02-28T11:21:50.240Z Compiling nodrop v0.1.14
21722025-02-28T11:21:50.363Z Compiling tempfile v3.13.0
21732025-02-28T11:21:50.415Z Compiling array-init v0.0.4
21742025-02-28T11:21:50.647Z Compiling crc v3.2.1
21752025-02-28T11:21:50.695Z Compiling structmeta v0.3.0
21762025-02-28T11:21:51.089Z Compiling progenitor-macro v0.8.0
21772025-02-28T11:21:51.510Z Compiling oxnet v0.1.1
21782025-02-28T11:21:52.005Z Compiling darling v0.20.10
21792025-02-28T11:21:52.144Z Compiling smallvec v0.6.14
21802025-02-28T11:21:52.708Z Compiling progenitor-client v0.8.0
21812025-02-28T11:21:52.738Z Compiling xattr v1.3.1
21822025-02-28T11:21:53.111Z Compiling daft-derive v0.1.1
21832025-02-28T11:21:53.638Z Compiling pin-project-internal v1.1.6
21842025-02-28T11:21:54.544Z Compiling filetime v0.2.25
21852025-02-28T11:21:54.921Z Compiling dropshot v0.16.0
21862025-02-28T11:21:55.137Z Compiling same-file v1.0.6
21872025-02-28T11:21:55.281Z Compiling base64 v0.21.7
21882025-02-28T11:21:55.363Z Compiling hashbrown v0.12.3
21892025-02-28T11:21:55.467Z Compiling termcolor v1.4.1
21902025-02-28T11:21:56.135Z Compiling bitfield v0.14.0
21912025-02-28T11:21:56.397Z Compiling pin-project v1.1.6
21922025-02-28T11:21:56.453Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21932025-02-28T11:21:56.471Z Compiling env_logger v0.10.2
21942025-02-28T11:21:56.619Z Compiling ron v0.8.1
21952025-02-28T11:21:57.604Z Compiling walkdir v2.5.0
21962025-02-28T11:21:59.265Z Compiling tar v0.4.44
21972025-02-28T11:21:59.476Z Compiling daft v0.1.1
21982025-02-28T11:22:00.109Z Compiling serde-hex v0.1.0
21992025-02-28T11:22:01.443Z Compiling progenitor v0.8.0
22002025-02-28T11:22:01.681Z Compiling serde_with_macros v3.12.0
22012025-02-28T11:22:02.492Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22022025-02-28T11:22:02.849Z Compiling parse-display-derive v0.10.0
22032025-02-28T11:22:03.986Z Compiling strum_macros v0.26.4
22042025-02-28T11:22:05.053Z Compiling hashbrown v0.13.2
22052025-02-28T11:22:05.140Z Compiling dropshot_endpoint v0.16.0
22062025-02-28T11:22:06.344Z Compiling snafu-derive v0.8.5
22072025-02-28T11:22:06.373Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082025-02-28T11:22:07.141Z Compiling blake3 v1.5.4
22092025-02-28T11:22:07.761Z Compiling instant v0.1.13
22102025-02-28T11:22:07.978Z Compiling bumpalo v3.16.0
22112025-02-28T11:22:08.036Z Compiling lockfree-object-pool v0.1.6
22122025-02-28T11:22:08.364Z Compiling buf-list v1.0.3
22132025-02-28T11:22:08.592Z Compiling zip v2.1.3
22142025-02-28T11:22:08.858Z Compiling crc-any v2.5.0
22152025-02-28T11:22:08.947Z Compiling simd-adler32 v0.3.7
22162025-02-28T11:22:09.777Z Compiling zopfli v0.8.1
22172025-02-28T11:22:10.225Z Compiling strum v0.26.3
22182025-02-28T11:22:10.457Z Compiling backoff v0.4.0
22192025-02-28T11:22:10.485Z Compiling snafu v0.8.5
22202025-02-28T11:22:11.069Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22212025-02-28T11:22:11.672Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222025-02-28T11:22:11.714Z Compiling parse-display v0.10.0
22232025-02-28T11:22:11.766Z Compiling object v0.30.4
22242025-02-28T11:22:13.552Z Compiling serde_with v3.12.0
22252025-02-28T11:22:13.920Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22262025-02-28T11:22:15.417Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22272025-02-28T11:22:17.750Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22282025-02-28T11:22:18.505Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22292025-02-28T11:22:19.020Z Compiling camino-tempfile v1.1.1
22302025-02-28T11:22:19.250Z Compiling globset v0.4.15
22312025-02-28T11:22:19.802Z Compiling regress v0.9.1
22322025-02-28T11:22:23.768Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22332025-02-28T11:22:23.994Z Compiling progenitor-client v0.9.1
22342025-02-28T11:22:24.956Z Compiling olpc-cjson v0.1.4
22352025-02-28T11:22:25.207Z Compiling pem v3.0.5
22362025-02-28T11:22:25.233Z Compiling cargo-platform v0.1.8
22372025-02-28T11:22:25.276Z Compiling serde_plain v1.0.2
22382025-02-28T11:22:25.825Z Compiling macaddr v1.0.1
22392025-02-28T11:22:26.337Z Compiling async-recursion v1.1.1
22402025-02-28T11:22:26.449Z Compiling memmap2 v0.9.5
22412025-02-28T11:22:26.668Z Compiling constant_time_eq v0.3.1
22422025-02-28T11:22:26.869Z Compiling typed-path v0.9.3
22432025-02-28T11:22:27.012Z Compiling path-slash v0.1.5
22442025-02-28T11:22:27.263Z Compiling arrayvec v0.7.6
22452025-02-28T11:22:27.699Z Compiling arrayref v0.3.9
22462025-02-28T11:22:27.739Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22472025-02-28T11:22:28.349Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22482025-02-28T11:22:28.848Z Compiling cargo_metadata v0.19.1
22492025-02-28T11:22:29.755Z Compiling tough v0.19.0
22502025-02-28T11:22:33.785Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22512025-02-28T11:22:33.985Z Compiling itertools v0.14.0
22522025-02-28T11:22:34.231Z Compiling topological-sort v0.2.2
22532025-02-28T11:22:34.271Z Compiling parse-size v1.1.0
22542025-02-28T11:22:34.517Z Compiling omicron-zone-package v0.12.0
22552025-02-28T11:22:34.592Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22562025-02-28T11:22:37.452Z Compiling shell-words v1.1.0
22572025-02-28T11:22:42.540Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22582025-02-28T11:22:53.690Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22592025-02-28T11:23:07.560Z Finished `release` profile [optimized] target(s) in 5m 39s
22602025-02-28T11:23:07.737Z Running `target/release/omicron-releng --output-dir /work`
22612025-02-28T11:23:07.785ZFeb 28 11:23:07.104 DEBG changing working directory to /work/oxidecomputer/omicron
22622025-02-28T11:23:07.904ZFeb 28 11:23:07.223 DEBG running: git rev-parse HEAD
22632025-02-28T11:23:07.911ZFeb 28 11:23:07.230 DEBG process exited with exit status: 0 (6.735665ms)
22642025-02-28T11:23:07.911ZFeb 28 11:23:07.230 INFO version: 13.0.0-0.ci+git35c1f9807c5
22652025-02-28T11:23:07.953ZFeb 28 11:23:07.272 INFO cloning helios to /work/oxidecomputer/helios
22662025-02-28T11:23:07.953ZFeb 28 11:23:07.272 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22672025-02-28T11:23:07.958ZCloning into '/work/oxidecomputer/helios'...
22682025-02-28T11:23:08.407ZFeb 28 11:23:07.726 DEBG process exited with exit status: 0 (453.495665ms)
22692025-02-28T11:23:08.407ZFeb 28 11:23:07.726 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22702025-02-28T11:23:09.316ZFeb 28 11:23:08.634 DEBG process exited with exit status: 0 (908.175292ms)
22712025-02-28T11:23:09.316ZFeb 28 11:23:08.634 DEBG running: zfs list rpool/images/build/host
22722025-02-28T11:23:09.322ZNAME USED AVAIL REFER MOUNTPOINT
22732025-02-28T11:23:09.322Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22742025-02-28T11:23:09.325ZFeb 28 11:23:08.642 DEBG process exited with exit status: 0 (7.457731ms)
22752025-02-28T11:23:09.325ZFeb 28 11:23:08.642 DEBG running: zfs list rpool/images/build/recovery
22762025-02-28T11:23:09.329ZNAME USED AVAIL REFER MOUNTPOINT
22772025-02-28T11:23:09.329Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22782025-02-28T11:23:09.331ZFeb 28 11:23:08.648 DEBG process exited with exit status: 0 (6.811996ms)
22792025-02-28T11:23:09.331ZFeb 28 11:23:08.649 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22802025-02-28T11:23:09.338Z# branch.oid 873badbd0b076bec558c882d9d377855dcb48038
22812025-02-28T11:23:09.339Z# branch.head master
22822025-02-28T11:23:09.339Z# branch.upstream origin/master
22832025-02-28T11:23:09.339Z# branch.ab +0 -0
22842025-02-28T11:23:09.341ZFeb 28 11:23:08.658 DEBG process exited with exit status: 0 (8.290784ms)
22852025-02-28T11:23:09.341ZFeb 28 11:23:08.658 INFO [hubris-production] running task
22862025-02-28T11:23:09.341ZFeb 28 11:23:08.659 INFO [hubris-staging] running task
22872025-02-28T11:23:09.341ZFeb 28 11:23:08.659 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22882025-02-28T11:23:09.344ZFeb 28 11:23:08.662 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22892025-02-28T11:23:09.415Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22902025-02-28T11:23:09.849Z[ omicron-package] Blocking waiting for file lock on package cache
22912025-02-28T11:23:10.353Z[ omicron-package] Blocking waiting for file lock on package cache
22922025-02-28T11:23:11.174ZFeb 28 11:23:10.493 INFO [hubris-production] task succeeded (1.834889163s)
22932025-02-28T11:23:11.433Z[ omicron-package] Compiling ring v0.17.11
22942025-02-28T11:23:11.725Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22952025-02-28T11:23:11.725Z[ omicron-package] Compiling itertools v0.13.0
22962025-02-28T11:23:11.728Z[ omicron-package] Compiling heapless v0.8.0
22972025-02-28T11:23:11.728Z[ omicron-package] Compiling hash32 v0.3.1
22982025-02-28T11:23:11.728Z[ omicron-package] Compiling smoltcp v0.11.0
22992025-02-28T11:23:11.728Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23002025-02-28T11:23:13.057Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23012025-02-28T11:23:13.150Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23022025-02-28T11:23:13.348Z[ omicron-package] Compiling cobs v0.2.3
23032025-02-28T11:23:13.957Z[ omicron-package] Compiling num_enum_derive v0.5.11
23042025-02-28T11:23:14.023Z[ omicron-package] Compiling postcard v1.0.10
23052025-02-28T11:23:14.072Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23062025-02-28T11:23:14.399Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23072025-02-28T11:23:15.213Z[ omicron-package] Compiling proc-macro-error v1.0.4
23082025-02-28T11:23:15.509Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23092025-02-28T11:23:15.904Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23102025-02-28T11:23:16.052Z[ omicron-package] Compiling unicode-width v0.1.14
23112025-02-28T11:23:17.050Z[ omicron-package] Compiling foreign-types v0.5.0
23122025-02-28T11:23:17.227Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23132025-02-28T11:23:17.388Z[ omicron-package] Compiling tabwriter v1.4.0
23142025-02-28T11:23:18.258Z[ omicron-package] Compiling num_enum v0.5.11
23152025-02-28T11:23:18.400Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162025-02-28T11:23:18.813Z[ omicron-package] Compiling cstr-argument v0.1.2
23172025-02-28T11:23:19.264Z[ omicron-package] Compiling rustls v0.23.19
23182025-02-28T11:23:19.327Z[ omicron-package] Compiling rustls v0.22.4
23192025-02-28T11:23:19.519Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23202025-02-28T11:23:19.701Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
23212025-02-28T11:23:19.854Z[ omicron-package] Compiling pretty-hex v0.2.1
23222025-02-28T11:23:19.992Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23232025-02-28T11:23:20.548Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23242025-02-28T11:23:20.981Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252025-02-28T11:23:21.336Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23262025-02-28T11:23:21.529Z[ omicron-package] Compiling colored v2.2.0
23272025-02-28T11:23:21.762Z[ omicron-package] Compiling winnow v0.6.20
23282025-02-28T11:23:22.144Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23292025-02-28T11:23:23.041Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23302025-02-28T11:23:23.741Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23312025-02-28T11:23:23.814Z[ omicron-package] Compiling rustls-webpki v0.102.8
23322025-02-28T11:23:24.387Z[ omicron-package] Compiling num-derive v0.4.2
23332025-02-28T11:23:25.336Z[ omicron-package] Compiling sigpipe v0.1.3
23342025-02-28T11:23:26.359Z[ omicron-package] Compiling libefi-sys v0.1.0
23352025-02-28T11:23:26.909Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23362025-02-28T11:23:27.604Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23372025-02-28T11:23:27.736Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
23382025-02-28T11:23:28.500Z[ omicron-package] Compiling zone v0.3.0
23392025-02-28T11:23:28.710Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23402025-02-28T11:23:28.831Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23412025-02-28T11:23:29.845Z[ omicron-package] Compiling smf v0.2.3
23422025-02-28T11:23:29.953Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23432025-02-28T11:23:30.780Z[ omicron-package] Compiling bitfield-struct v0.6.2
23442025-02-28T11:23:32.556Z[ omicron-package] Compiling tokio-rustls v0.25.0
23452025-02-28T11:23:32.728Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23462025-02-28T11:23:33.151Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472025-02-28T11:23:33.422Z[ omicron-package] Compiling dropshot v0.12.0
23482025-02-28T11:23:33.955Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23492025-02-28T11:23:34.152Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502025-02-28T11:23:34.371Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512025-02-28T11:23:35.327Z[ omicron-package] Compiling tokio-rustls v0.26.0
23522025-02-28T11:23:35.866Z[ omicron-package] Compiling hyper-rustls v0.27.3
23532025-02-28T11:23:36.155Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23542025-02-28T11:23:36.611Z[ omicron-package] Compiling reqwest v0.12.12
23552025-02-28T11:23:40.123Z[ omicron-package] Compiling qorb v0.2.1
23562025-02-28T11:23:41.698Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23572025-02-28T11:23:41.761Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23582025-02-28T11:23:42.330Z[ omicron-package] Compiling gethostname v0.5.0
23592025-02-28T11:23:42.665ZFeb 28 11:23:41.974 INFO [hubris-staging] task succeeded (33.315020232s)
23602025-02-28T11:23:42.668Z[ omicron-package] Compiling fixedbitset v0.5.7
23612025-02-28T11:23:42.911Z[ omicron-package] Compiling indent_write v2.2.0
23622025-02-28T11:23:44.304Z[ omicron-package] Compiling petgraph v0.7.1
23632025-02-28T11:23:46.378Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23642025-02-28T11:23:47.184Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23652025-02-28T11:23:47.301Z[ omicron-package] Compiling dropshot v0.16.0
23662025-02-28T11:23:52.890Z[ helios-setup] Feb 28 11:23:52.201 INFO helios repository root is: /work/oxidecomputer/helios
23672025-02-28T11:23:52.918Z[ helios-setup] Feb 28 11:23:52.203 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23682025-02-28T11:23:52.918Z[ helios-setup] Feb 28 11:23:52.203 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23692025-02-28T11:23:52.918Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23702025-02-28T11:23:52.918Z[ helios-setup] Feb 28 11:23:52.204 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
23712025-02-28T11:23:52.921Z[ helios-setup] Feb 28 11:23:52.204 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23722025-02-28T11:23:54.146Z[ helios-setup] Feb 28 11:23:53.457 INFO clone ok!, project: pilot
23732025-02-28T11:23:54.148Z[ helios-setup] Feb 28 11:23:53.457 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
23742025-02-28T11:23:54.148Z[ helios-setup] Feb 28 11:23:53.457 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23752025-02-28T11:23:54.151Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23762025-02-28T11:23:54.817Z[ helios-setup] Feb 28 11:23:54.128 INFO clone ok!, project: phbl
23772025-02-28T11:23:54.820Z[ helios-setup] Feb 28 11:23:54.129 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
23782025-02-28T11:23:54.820Z[ helios-setup] Feb 28 11:23:54.129 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23792025-02-28T11:23:54.822Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23802025-02-28T11:23:55.631Z[ helios-setup] Feb 28 11:23:54.937 INFO clone ok!, project: pinprick
23812025-02-28T11:23:55.635Z[ helios-setup] Feb 28 11:23:54.938 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23822025-02-28T11:23:55.635Z[ helios-setup] Feb 28 11:23:54.938 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
23832025-02-28T11:23:55.635Z[ helios-setup] Feb 28 11:23:54.938 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
23842025-02-28T11:23:55.635Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23852025-02-28T11:23:56.992Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23862025-02-28T11:23:57.005Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23872025-02-28T11:23:57.465Z[ omicron-package] Compiling progenitor-client v0.8.0
23882025-02-28T11:23:58.473Z[ omicron-package] Compiling progenitor v0.8.0
23892025-02-28T11:23:58.871Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23902025-02-28T11:24:06.121Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23912025-02-28T11:24:06.136Z[ helios-setup] Feb 28 11:24:05.445 INFO clone ok!, project: amd-host-image-builder
23922025-02-28T11:24:06.138Z[ helios-setup] Feb 28 11:24:05.445 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
23932025-02-28T11:24:06.138Z[ helios-setup] Feb 28 11:24:05.445 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23942025-02-28T11:24:06.141Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23952025-02-28T11:24:07.070Z[ helios-setup] Feb 28 11:24:06.379 INFO clone ok!, project: image-builder
23962025-02-28T11:24:07.074Z[ helios-setup] Feb 28 11:24:06.379 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
23972025-02-28T11:24:07.074Z[ helios-setup] Feb 28 11:24:06.379 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23982025-02-28T11:24:07.076Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23992025-02-28T11:24:09.737Z[ omicron-package] Compiling progenitor-client v0.9.1
24002025-02-28T11:24:10.747Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012025-02-28T11:24:11.953Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24022025-02-28T11:24:14.232Z[ omicron-package] Compiling omicron-zone-package v0.12.0
24032025-02-28T11:24:16.393Z[ helios-setup] Feb 28 11:24:15.700 INFO clone ok!, project: amd-firmware
24042025-02-28T11:24:16.395Z[ helios-setup] Feb 28 11:24:15.700 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
24052025-02-28T11:24:16.395Z[ helios-setup] Feb 28 11:24:15.701 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
24062025-02-28T11:24:16.398Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
24072025-02-28T11:24:17.159Z[ helios-setup] Feb 28 11:24:16.466 INFO clone ok!, project: bootserver
24082025-02-28T11:24:17.162Z[ helios-setup] Feb 28 11:24:16.466 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
24092025-02-28T11:24:17.162Z[ helios-setup] Feb 28 11:24:16.467 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
24102025-02-28T11:24:17.165Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
24112025-02-28T11:24:18.221Z[ helios-setup] Feb 28 11:24:17.528 INFO clone ok!, project: chelsio-t6-roms
24122025-02-28T11:24:18.223Z[ helios-setup] Feb 28 11:24:17.528 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24132025-02-28T11:24:19.035Z[ helios-setup] Feb 28 11:24:18.342 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24142025-02-28T11:24:19.632Z[ helios-setup] Feb 28 11:24:18.939 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24152025-02-28T11:24:19.632Z[ helios-setup] Feb 28 11:24:18.939 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24162025-02-28T11:24:20.137Z[ helios-setup] Feb 28 11:24:19.444 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24172025-02-28T11:24:20.684Z[ helios-setup] Feb 28 11:24:19.990 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24182025-02-28T11:24:20.684Z[ helios-setup] Feb 28 11:24:19.991 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24192025-02-28T11:24:21.219Z[ helios-setup] Feb 28 11:24:20.525 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24202025-02-28T11:24:21.572Z[ helios-setup] Feb 28 11:24:20.879 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24212025-02-28T11:24:21.575Z[ helios-setup] Feb 28 11:24:20.879 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24222025-02-28T11:24:21.575Z[ helios-setup] Feb 28 11:24:20.879 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24232025-02-28T11:24:21.575Z[ helios-setup] Feb 28 11:24:20.879 INFO ok!
24242025-02-28T11:24:21.575Z[ helios-setup] Feb 28 11:24:20.879 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24252025-02-28T11:24:21.575Z[ helios-setup] Feb 28 11:24:20.879 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24262025-02-28T11:24:21.575Z[ helios-setup] Feb 28 11:24:20.879 INFO ok!
24272025-02-28T11:24:21.575Z[ helios-setup] Feb 28 11:24:20.879 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24282025-02-28T11:24:21.575Z[ helios-setup] Feb 28 11:24:20.879 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24292025-02-28T11:24:21.575Z[ helios-setup] Feb 28 11:24:20.879 INFO ok!
24302025-02-28T11:24:21.575Z[ helios-setup] Feb 28 11:24:20.879 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24312025-02-28T11:24:21.575Z[ helios-setup] Feb 28 11:24:20.879 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24322025-02-28T11:24:21.717Z[ helios-setup] Feb 28 11:24:21.024 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24332025-02-28T11:24:22.228Z[ helios-setup] Feb 28 11:24:21.534 INFO E| From https://github.com/oxidecomputer/progenitor
24342025-02-28T11:24:22.230Z[ helios-setup] Feb 28 11:24:21.534 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24352025-02-28T11:24:22.295Z[ helios-setup] Feb 28 11:24:21.601 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24362025-02-28T11:24:22.567Z[ helios-setup] Feb 28 11:24:21.874 INFO E| From https://github.com/jclulow/hiercmd
24372025-02-28T11:24:22.567Z[ helios-setup] Feb 28 11:24:21.874 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24382025-02-28T11:24:22.579Z[ helios-setup] Feb 28 11:24:21.886 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24392025-02-28T11:24:22.880Z[ helios-setup] Feb 28 11:24:22.186 INFO E| From https://github.com/jclulow/network-interface
24402025-02-28T11:24:22.880Z[ helios-setup] Feb 28 11:24:22.186 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24412025-02-28T11:24:22.894Z[ helios-setup] Feb 28 11:24:22.201 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24422025-02-28T11:24:23.230Z[ helios-setup] Feb 28 11:24:22.536 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24432025-02-28T11:24:23.230Z[ helios-setup] Feb 28 11:24:22.536 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24442025-02-28T11:24:23.250Z[ helios-setup] Feb 28 11:24:22.557 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24452025-02-28T11:24:23.858Z[ helios-setup] Feb 28 11:24:23.164 INFO E| From https://github.com/oxidecomputer/facade
24462025-02-28T11:24:23.858Z[ helios-setup] Feb 28 11:24:23.164 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24472025-02-28T11:24:23.902Z[ helios-setup] Feb 28 11:24:23.208 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24482025-02-28T11:24:24.781Z[ helios-setup] Feb 28 11:24:24.087 INFO E| From https://github.com/oxidecomputer/dropshot
24492025-02-28T11:24:24.781Z[ helios-setup] Feb 28 11:24:24.087 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24502025-02-28T11:24:24.822Z[ helios-setup] Feb 28 11:24:24.128 INFO E| Updating crates.io index
24512025-02-28T11:24:24.974Z[ helios-setup] Feb 28 11:24:24.280 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24522025-02-28T11:24:25.468Z[ helios-setup] Feb 28 11:24:24.774 INFO E| From https://github.com/oxidecomputer/typify
24532025-02-28T11:24:25.468Z[ helios-setup] Feb 28 11:24:24.774 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24542025-02-28T11:24:25.743Z[ helios-setup] Feb 28 11:24:25.049 INFO E| Downloading crates ...
24552025-02-28T11:24:25.873Z[ helios-setup] Feb 28 11:24:25.178 INFO E| Downloaded anstyle v0.3.5
24562025-02-28T11:24:25.886Z[ helios-setup] Feb 28 11:24:25.192 INFO E| Downloaded ahash v0.7.6
24572025-02-28T11:24:25.894Z[ helios-setup] Feb 28 11:24:25.199 INFO E| Downloaded ahash v0.8.3
24582025-02-28T11:24:25.910Z[ helios-setup] Feb 28 11:24:25.216 INFO E| Downloaded serde_spanned v0.6.1
24592025-02-28T11:24:25.913Z[ helios-setup] Feb 28 11:24:25.218 INFO E| Downloaded bytes v1.4.0
24602025-02-28T11:24:25.920Z[ helios-setup] Feb 28 11:24:25.226 INFO E| Downloaded chrono v0.4.24
24612025-02-28T11:24:25.932Z[ helios-setup] Feb 28 11:24:25.238 INFO E| Downloaded want v0.3.0
24622025-02-28T11:24:25.936Z[ helios-setup] Feb 28 11:24:25.239 INFO E| Downloaded async-stream-impl v0.3.5
24632025-02-28T11:24:25.936Z[ helios-setup] Feb 28 11:24:25.240 INFO E| Downloaded anstream v0.2.6
24642025-02-28T11:24:25.939Z[ helios-setup] Feb 28 11:24:25.244 INFO E| Downloaded fastrand v1.9.0
24652025-02-28T11:24:25.966Z[ helios-setup] Feb 28 11:24:25.272 INFO E| Downloaded slog-async v2.7.0
24662025-02-28T11:24:25.969Z[ helios-setup] Feb 28 11:24:25.275 INFO E| Downloaded semver v0.11.0
24672025-02-28T11:24:25.971Z[ helios-setup] Feb 28 11:24:25.277 INFO E| Downloaded rustfmt-wrapper v0.2.0
24682025-02-28T11:24:25.975Z[ helios-setup] Feb 28 11:24:25.281 INFO E| Downloaded strsim v0.10.0
24692025-02-28T11:24:25.978Z[ helios-setup] Feb 28 11:24:25.284 INFO E| Downloaded anstyle-parse v0.1.1
24702025-02-28T11:24:25.981Z[ helios-setup] Feb 28 11:24:25.287 INFO E| Downloaded slab v0.4.7
24712025-02-28T11:24:25.984Z[ helios-setup] Feb 28 11:24:25.290 INFO E| Downloaded const-random-macro v0.1.15
24722025-02-28T11:24:25.987Z[ helios-setup] Feb 28 11:24:25.292 INFO E| Downloaded smawk v0.3.1
24732025-02-28T11:24:25.990Z[ helios-setup] Feb 28 11:24:25.295 INFO E| Downloaded unicode-width v0.1.10
24742025-02-28T11:24:25.993Z[ helios-setup] Feb 28 11:24:25.299 INFO E| Downloaded const-random v0.1.15
24752025-02-28T11:24:25.996Z[ helios-setup] Feb 28 11:24:25.301 INFO E| Downloaded concolor-query v0.3.3
24762025-02-28T11:24:25.999Z[ helios-setup] Feb 28 11:24:25.303 INFO E| Downloaded toml_datetime v0.6.1
24772025-02-28T11:24:26.001Z[ helios-setup] Feb 28 11:24:25.305 INFO E| Downloaded futures-sink v0.3.28
24782025-02-28T11:24:26.001Z[ helios-setup] Feb 28 11:24:25.307 INFO E| Downloaded clap v4.2.1
24792025-02-28T11:24:26.015Z[ helios-setup] Feb 28 11:24:25.321 INFO E| Downloaded thiserror-impl v1.0.38
24802025-02-28T11:24:26.018Z[ helios-setup] Feb 28 11:24:25.324 INFO E| Downloaded clap_lex v0.4.1
24812025-02-28T11:24:26.022Z[ helios-setup] Feb 28 11:24:25.325 INFO E| Downloaded clap_derive v4.2.0
24822025-02-28T11:24:26.024Z[ helios-setup] Feb 28 11:24:25.328 INFO E| Downloaded smallvec v1.10.0
24832025-02-28T11:24:26.027Z[ helios-setup] Feb 28 11:24:25.332 INFO E| Downloaded tempfile v3.5.0
24842025-02-28T11:24:26.030Z[ helios-setup] Feb 28 11:24:25.336 INFO E| Downloaded smartstring v1.0.1
24852025-02-28T11:24:26.035Z[ helios-setup] Feb 28 11:24:25.341 INFO E| Downloaded project-root v0.2.2
24862025-02-28T11:24:26.037Z[ helios-setup] Feb 28 11:24:25.342 INFO E| Downloaded http-body v0.4.5
24872025-02-28T11:24:26.040Z[ helios-setup] Feb 28 11:24:25.345 INFO E| Downloaded crossbeam-deque v0.8.2
24882025-02-28T11:24:26.042Z[ helios-setup] Feb 28 11:24:25.347 INFO E| Downloaded rhai_codegen v1.5.0
24892025-02-28T11:24:26.056Z[ helios-setup] Feb 28 11:24:25.361 INFO E| Downloaded tokio-tungstenite v0.18.0
24902025-02-28T11:24:26.059Z[ helios-setup] Feb 28 11:24:25.365 INFO E| Downloaded futures-task v0.3.28
24912025-02-28T11:24:26.062Z[ helios-setup] Feb 28 11:24:25.367 INFO E| Downloaded built v0.6.0
24922025-02-28T11:24:26.064Z[ helios-setup] Feb 28 11:24:25.369 INFO E| Downloaded serde_tokenstream v0.2.0
24932025-02-28T11:24:26.070Z[ helios-setup] Feb 28 11:24:25.375 INFO E| Downloaded semver-parser v0.10.2
24942025-02-28T11:24:26.075Z[ helios-setup] Feb 28 11:24:25.381 INFO E| Downloaded ucd-trie v0.1.5
24952025-02-28T11:24:26.077Z[ helios-setup] Feb 28 11:24:25.384 INFO E| Downloaded ppv-lite86 v0.2.17
24962025-02-28T11:24:26.080Z[ helios-setup] Feb 28 11:24:25.386 INFO E| Downloaded tungstenite v0.18.0
24972025-02-28T11:24:26.085Z[ helios-setup] Feb 28 11:24:25.391 INFO E| Downloaded walkdir v2.3.3
24982025-02-28T11:24:26.089Z[ helios-setup] Feb 28 11:24:25.394 INFO E| Downloaded uuid v1.3.0
24992025-02-28T11:24:26.167Z[ helios-setup] Feb 28 11:24:25.473 INFO E| Downloaded url v2.3.1
25002025-02-28T11:24:26.172Z[ helios-setup] Feb 28 11:24:25.478 INFO E| Downloaded crossbeam-utils v0.8.14
25012025-02-28T11:24:26.176Z[ helios-setup] Feb 28 11:24:25.482 INFO E| Downloaded unsafe-libyaml v0.2.8
25022025-02-28T11:24:26.183Z[ helios-setup] Feb 28 11:24:25.487 INFO E| Downloaded futures-io v0.3.28
25032025-02-28T11:24:26.185Z[ helios-setup] Feb 28 11:24:25.489 INFO E| Downloaded serde_derive v1.0.204
25042025-02-28T11:24:26.188Z[ helios-setup] Feb 28 11:24:25.494 INFO E| Downloaded toml v0.5.11
25052025-02-28T11:24:26.192Z[ helios-setup] Feb 28 11:24:25.498 INFO E| Downloaded unicode-linebreak v0.1.4
25062025-02-28T11:24:26.195Z[ helios-setup] Feb 28 11:24:25.501 INFO E| Downloaded unicode-bidi v0.3.13
25072025-02-28T11:24:26.199Z[ helios-setup] Feb 28 11:24:25.505 INFO E| Downloaded tracing v0.1.37
25082025-02-28T11:24:26.207Z[ helios-setup] Feb 28 11:24:25.513 INFO E| Downloaded toml_edit v0.19.8
25092025-02-28T11:24:26.237Z[ helios-setup] Feb 28 11:24:25.543 INFO E| Downloaded tokio-util v0.7.7
25102025-02-28T11:24:26.247Z[ helios-setup] Feb 28 11:24:25.553 INFO E| Downloaded futures v0.3.28
25112025-02-28T11:24:26.254Z[ helios-setup] Feb 28 11:24:25.560 INFO E| Downloaded num-traits v0.2.15
25122025-02-28T11:24:26.259Z[ helios-setup] Feb 28 11:24:25.565 INFO E| Downloaded winnow v0.4.1
25132025-02-28T11:24:26.273Z[ helios-setup] Feb 28 11:24:25.579 INFO E| Downloaded serde_json v1.0.95
25142025-02-28T11:24:26.292Z[ helios-setup] Feb 28 11:24:25.597 INFO E| Downloaded pest v2.5.7
25152025-02-28T11:24:26.301Z[ helios-setup] Feb 28 11:24:25.607 INFO E| Downloaded reqwest v0.11.16
25162025-02-28T11:24:26.314Z[ helios-setup] Feb 28 11:24:25.620 INFO E| Downloaded http v0.2.9
25172025-02-28T11:24:26.321Z[ helios-setup] Feb 28 11:24:25.626 INFO E| Downloaded crossbeam-channel v0.5.6
25182025-02-28T11:24:26.327Z[ helios-setup] Feb 28 11:24:25.633 INFO E| Downloaded regex v1.7.3
25192025-02-28T11:24:26.342Z[ helios-setup] Feb 28 11:24:25.647 INFO E| Downloaded syn v1.0.107
25202025-02-28T11:24:26.359Z[ helios-setup] Feb 28 11:24:25.665 INFO E| Downloaded syn v2.0.72
25212025-02-28T11:24:26.378Z[ helios-setup] Feb 28 11:24:25.683 INFO E| Downloaded rustix v0.37.3
25222025-02-28T11:24:26.478Z[ helios-setup] Feb 28 11:24:25.783 INFO E| Downloaded hyper v0.14.25
25232025-02-28T11:24:26.490Z[ helios-setup] Feb 28 11:24:25.796 INFO E| Downloaded rhai v1.14.0
25242025-02-28T11:24:26.511Z[ helios-setup] Feb 28 11:24:25.816 INFO E| Downloaded regress v0.5.0
25252025-02-28T11:24:26.589Z[ helios-setup] Feb 28 11:24:25.895 INFO E| Downloaded idna v0.3.0
25262025-02-28T11:24:26.600Z[ helios-setup] Feb 28 11:24:25.905 INFO E| Downloaded rustls v0.21.0
25272025-02-28T11:24:26.618Z[ helios-setup] Feb 28 11:24:25.923 INFO E| Downloaded rayon v1.6.1
25282025-02-28T11:24:26.632Z[ helios-setup] Feb 28 11:24:25.938 INFO E| Downloaded h2 v0.3.16
25292025-02-28T11:24:26.643Z[ helios-setup] Feb 28 11:24:25.949 INFO E| Downloaded git2 v0.16.1
25302025-02-28T11:24:26.656Z[ helios-setup] Feb 28 11:24:25.962 INFO E| Downloaded openapiv3 v1.0.2
25312025-02-28T11:24:26.676Z[ helios-setup] Feb 28 11:24:25.982 INFO E| Downloaded futures-util v0.3.28
25322025-02-28T11:24:26.699Z[ helios-setup] Feb 28 11:24:26.005 INFO E| Downloaded rayon-core v1.10.2
25332025-02-28T11:24:26.705Z[ helios-setup] Feb 28 11:24:26.011 INFO E| Downloaded mio v0.8.5
25342025-02-28T11:24:26.715Z[ helios-setup] Feb 28 11:24:26.020 INFO E| Downloaded unicode-normalization v0.1.22
25352025-02-28T11:24:26.723Z[ helios-setup] Feb 28 11:24:26.026 INFO E| Downloaded memchr v2.5.0
25362025-02-28T11:24:26.727Z[ helios-setup] Feb 28 11:24:26.033 INFO E| Downloaded flate2 v1.0.25
25372025-02-28T11:24:26.735Z[ helios-setup] Feb 28 11:24:26.041 INFO E| Downloaded proc-macro2 v1.0.86
25382025-02-28T11:24:26.741Z[ helios-setup] Feb 28 11:24:26.045 INFO E| Downloaded serde_yaml v0.9.21
25392025-02-28T11:24:26.745Z[ helios-setup] Feb 28 11:24:26.051 INFO E| Downloaded serde v1.0.204
25402025-02-28T11:24:26.751Z[ helios-setup] Feb 28 11:24:26.057 INFO E| Downloaded quote v1.0.36
25412025-02-28T11:24:26.755Z[ helios-setup] Feb 28 11:24:26.061 INFO E| Downloaded parking_lot v0.12.1
25422025-02-28T11:24:26.759Z[ helios-setup] Feb 28 11:24:26.065 INFO E| Downloaded pin-project-lite v0.2.9
25432025-02-28T11:24:26.766Z[ helios-setup] Feb 28 11:24:26.072 INFO E| Downloaded tokio v1.27.0
25442025-02-28T11:24:26.818Z[ helios-setup] Feb 28 11:24:26.124 INFO E| Downloaded parking_lot_core v0.9.6
25452025-02-28T11:24:26.821Z[ helios-setup] Feb 28 11:24:26.127 INFO E| Downloaded once_cell v1.17.0
25462025-02-28T11:24:26.825Z[ helios-setup] Feb 28 11:24:26.131 INFO E| Downloaded num_enum_derive v0.5.7
25472025-02-28T11:24:26.828Z[ helios-setup] Feb 28 11:24:26.132 INFO E| Downloaded lock_api v0.4.9
25482025-02-28T11:24:26.831Z[ helios-setup] Feb 28 11:24:26.134 INFO E| Downloaded getrandom v0.2.8
25492025-02-28T11:24:26.833Z[ helios-setup] Feb 28 11:24:26.138 INFO E| Downloaded async-trait v0.1.68
25502025-02-28T11:24:26.838Z[ helios-setup] Feb 28 11:24:26.144 INFO E| Downloaded libc v0.2.139
25512025-02-28T11:24:26.876Z[ helios-setup] Feb 28 11:24:26.181 INFO E| Downloaded unicode-ident v1.0.8
25522025-02-28T11:24:26.880Z[ helios-setup] Feb 28 11:24:26.186 INFO E| Downloaded tracing-core v0.1.30
25532025-02-28T11:24:26.885Z[ helios-setup] Feb 28 11:24:26.190 INFO E| Downloaded proc-macro-crate v1.2.1
25542025-02-28T11:24:26.887Z[ helios-setup] Feb 28 11:24:26.192 INFO E| Downloaded num-integer v0.1.45
25552025-02-28T11:24:26.890Z[ helios-setup] Feb 28 11:24:26.195 INFO E| Downloaded miniz_oxide v0.6.2
25562025-02-28T11:24:26.892Z[ helios-setup] Feb 28 11:24:26.198 INFO E| Downloaded log v0.4.17
25572025-02-28T11:24:26.896Z[ helios-setup] Feb 28 11:24:26.202 INFO E| Downloaded io-lifetimes v1.0.10
25582025-02-28T11:24:26.900Z[ helios-setup] Feb 28 11:24:26.206 INFO E| Downloaded httparse v1.8.0
25592025-02-28T11:24:26.903Z[ helios-setup] Feb 28 11:24:26.209 INFO E| Downloaded home v0.5.4
25602025-02-28T11:24:26.907Z[ helios-setup] Feb 28 11:24:26.211 INFO E| Downloaded futures-macro v0.3.28
25612025-02-28T11:24:26.909Z[ helios-setup] Feb 28 11:24:26.213 INFO E| Downloaded toml v0.7.3
25622025-02-28T11:24:26.912Z[ helios-setup] Feb 28 11:24:26.218 INFO E| Downloaded schemars_derive v0.8.12
25632025-02-28T11:24:26.915Z[ helios-setup] Feb 28 11:24:26.221 INFO E| Downloaded utf8parse v0.2.1
25642025-02-28T11:24:26.918Z[ helios-setup] Feb 28 11:24:26.222 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25652025-02-28T11:24:26.920Z[ helios-setup] Feb 28 11:24:26.226 INFO E| Downloaded rustls-webpki v0.100.1
25662025-02-28T11:24:26.928Z[ helios-setup] Feb 28 11:24:26.234 INFO E| Downloaded pkg-config v0.3.26
25672025-02-28T11:24:26.930Z[ helios-setup] Feb 28 11:24:26.236 INFO E| Downloaded jobserver v0.1.26
25682025-02-28T11:24:26.933Z[ helios-setup] Feb 28 11:24:26.239 INFO E| Downloaded typenum v1.16.0
25692025-02-28T11:24:26.938Z[ helios-setup] Feb 28 11:24:26.244 INFO E| Downloaded tinyvec v1.6.0
25702025-02-28T11:24:26.942Z[ helios-setup] Feb 28 11:24:26.248 INFO E| Downloaded textwrap v0.16.0
25712025-02-28T11:24:26.946Z[ helios-setup] Feb 28 11:24:26.252 INFO E| Downloaded socket2 v0.4.9
25722025-02-28T11:24:26.949Z[ helios-setup] Feb 28 11:24:26.255 INFO E| Downloaded percent-encoding v2.2.0
25732025-02-28T11:24:26.961Z[ helios-setup] Feb 28 11:24:26.267 INFO E| Downloaded semver v1.0.17
25742025-02-28T11:24:26.965Z[ helios-setup] Feb 28 11:24:26.271 INFO E| Downloaded schemars v0.8.12
25752025-02-28T11:24:26.984Z[ helios-setup] Feb 28 11:24:26.289 INFO E| Downloaded ryu v1.0.13
25762025-02-28T11:24:26.988Z[ helios-setup] Feb 28 11:24:26.294 INFO E| Downloaded is-terminal v0.4.7
25772025-02-28T11:24:26.991Z[ helios-setup] Feb 28 11:24:26.296 INFO E| Downloaded iana-time-zone v0.1.56
25782025-02-28T11:24:26.993Z[ helios-setup] Feb 28 11:24:26.299 INFO E| Downloaded httpdate v1.0.2
25792025-02-28T11:24:26.997Z[ helios-setup] Feb 28 11:24:26.301 INFO E| Downloaded base64 v0.21.0
25802025-02-28T11:24:27.001Z[ helios-setup] Feb 28 11:24:26.307 INFO E| Downloaded paste v1.0.12
25812025-02-28T11:24:27.005Z[ helios-setup] Feb 28 11:24:26.311 INFO E| Downloaded num_enum v0.5.7
25822025-02-28T11:24:27.010Z[ helios-setup] Feb 28 11:24:26.316 INFO E| Downloaded num_cpus v1.15.0
25832025-02-28T11:24:27.014Z[ helios-setup] Feb 28 11:24:26.320 INFO E| Downloaded memoffset v0.7.1
25842025-02-28T11:24:27.016Z[ helios-setup] Feb 28 11:24:26.321 INFO E| Downloaded lazy_static v1.4.0
25852025-02-28T11:24:27.019Z[ helios-setup] Feb 28 11:24:26.323 INFO E| Downloaded itoa v1.0.6
25862025-02-28T11:24:27.021Z[ helios-setup] Feb 28 11:24:26.325 INFO E| Downloaded ipnet v2.7.2
25872025-02-28T11:24:27.024Z[ helios-setup] Feb 28 11:24:26.328 INFO E| Downloaded generic-array v0.14.6
25882025-02-28T11:24:27.026Z[ helios-setup] Feb 28 11:24:26.330 INFO E| Downloaded block-buffer v0.10.3
25892025-02-28T11:24:27.026Z[ helios-setup] Feb 28 11:24:26.332 INFO E| Downloaded autocfg v1.1.0
25902025-02-28T11:24:27.029Z[ helios-setup] Feb 28 11:24:26.334 INFO E| Downloaded tokio-rustls v0.24.0
25912025-02-28T11:24:27.032Z[ helios-setup] Feb 28 11:24:26.337 INFO E| Downloaded tokio-macros v2.0.0
25922025-02-28T11:24:27.034Z[ helios-setup] Feb 28 11:24:26.339 INFO E| Downloaded time v0.1.45
25932025-02-28T11:24:27.037Z[ helios-setup] Feb 28 11:24:26.341 INFO E| Downloaded cpufeatures v0.2.5
25942025-02-28T11:24:27.039Z[ helios-setup] Feb 28 11:24:26.343 INFO E| Downloaded serde_derive_internals v0.26.0
25952025-02-28T11:24:27.042Z[ helios-setup] Feb 28 11:24:26.346 INFO E| Downloaded sct v0.7.0
25962025-02-28T11:24:27.046Z[ helios-setup] Feb 28 11:24:26.352 INFO E| Downloaded futures-executor v0.3.28
25972025-02-28T11:24:27.049Z[ helios-setup] Feb 28 11:24:26.354 INFO E| Downloaded futures-core v0.3.28
25982025-02-28T11:24:27.052Z[ helios-setup] Feb 28 11:24:26.356 INFO E| Downloaded form_urlencoded v1.1.0
25992025-02-28T11:24:27.052Z[ helios-setup] Feb 28 11:24:26.357 INFO E| Downloaded errno v0.3.1
26002025-02-28T11:24:27.054Z[ helios-setup] Feb 28 11:24:26.359 INFO E| Downloaded encoding_rs v0.8.32
26012025-02-28T11:24:27.088Z[ helios-setup] Feb 28 11:24:26.393 INFO E| Downloaded dyn-clone v1.0.11
26022025-02-28T11:24:27.090Z[ helios-setup] Feb 28 11:24:26.396 INFO E| Downloaded digest v0.10.6
26032025-02-28T11:24:27.093Z[ helios-setup] Feb 28 11:24:26.399 INFO E| Downloaded thiserror v1.0.38
26042025-02-28T11:24:27.099Z[ helios-setup] Feb 28 11:24:26.405 INFO E| Downloaded spin v0.5.2
26052025-02-28T11:24:27.102Z[ helios-setup] Feb 28 11:24:26.407 INFO E| Downloaded serde_path_to_error v0.1.11
26062025-02-28T11:24:27.104Z[ helios-setup] Feb 28 11:24:26.409 INFO E| Downloaded slog-bunyan v2.4.0
26072025-02-28T11:24:27.107Z[ helios-setup] Feb 28 11:24:26.411 INFO E| Downloaded sha2 v0.10.6
26082025-02-28T11:24:27.110Z[ helios-setup] Feb 28 11:24:26.414 INFO E| Downloaded either v1.8.0
26092025-02-28T11:24:27.112Z[ helios-setup] Feb 28 11:24:26.416 INFO E| Downloaded crossbeam-epoch v0.9.13
26102025-02-28T11:24:27.115Z[ helios-setup] Feb 28 11:24:26.420 INFO E| Downloaded camino v1.1.4
26112025-02-28T11:24:27.118Z[ helios-setup] Feb 28 11:24:26.423 INFO E| Downloaded clap_builder v4.2.1
26122025-02-28T11:24:27.127Z[ helios-setup] Feb 28 11:24:26.433 INFO E| Downloaded aho-corasick v0.7.20
26132025-02-28T11:24:27.134Z[ helios-setup] Feb 28 11:24:26.439 INFO E| Downloaded signal-hook-registry v1.4.0
26142025-02-28T11:24:27.136Z[ helios-setup] Feb 28 11:24:26.441 INFO E| Downloaded sha1 v0.10.5
26152025-02-28T11:24:27.139Z[ helios-setup] Feb 28 11:24:26.443 INFO E| Downloaded scopeguard v1.1.0
26162025-02-28T11:24:27.142Z[ helios-setup] Feb 28 11:24:26.445 INFO E| Downloaded rustls-pemfile v1.0.2
26172025-02-28T11:24:27.145Z[ helios-setup] Feb 28 11:24:26.448 INFO E| Downloaded futures-channel v0.3.28
26182025-02-28T11:24:27.149Z[ helios-setup] Feb 28 11:24:26.451 INFO E| Downloaded concolor-override v1.0.0
26192025-02-28T11:24:27.149Z[ helios-setup] Feb 28 11:24:26.453 INFO E| Downloaded byteorder v1.4.3
26202025-02-28T11:24:27.151Z[ helios-setup] Feb 28 11:24:26.455 INFO E| Downloaded bincode v1.3.3
26212025-02-28T11:24:27.154Z[ helios-setup] Feb 28 11:24:26.459 INFO E| Downloaded anyhow v1.0.68
26222025-02-28T11:24:27.159Z[ helios-setup] Feb 28 11:24:26.465 INFO E| Downloaded try-lock v0.2.4
26232025-02-28T11:24:27.161Z[ helios-setup] Feb 28 11:24:26.466 INFO E| Downloaded tower-service v0.3.2
26242025-02-28T11:24:27.164Z[ helios-setup] Feb 28 11:24:26.468 INFO E| Downloaded toolchain_find v0.2.0
26252025-02-28T11:24:27.164Z[ helios-setup] Feb 28 11:24:26.469 INFO E| Downloaded cc v1.0.78
26262025-02-28T11:24:27.167Z[ helios-setup] Feb 28 11:24:26.473 INFO E| Downloaded async-stream v0.3.5
26272025-02-28T11:24:27.170Z[ helios-setup] Feb 28 11:24:26.476 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26282025-02-28T11:24:27.261Z[ helios-setup] Feb 28 11:24:26.565 INFO E| Downloaded cargo-lock v8.0.3
26292025-02-28T11:24:27.328Z[ helios-setup] Feb 28 11:24:26.634 INFO E| Downloaded libz-sys v1.1.8
26302025-02-28T11:24:27.670Z[ helios-setup] Feb 28 11:24:26.976 INFO E| Downloaded ring v0.16.20
26312025-02-28T11:24:27.746Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26322025-02-28T11:24:28.093Z[ helios-setup] Feb 28 11:24:27.398 INFO E| Compiling proc-macro2 v1.0.86
26332025-02-28T11:24:28.096Z[ helios-setup] Feb 28 11:24:27.399 INFO E| Compiling libc v0.2.139
26342025-02-28T11:24:28.096Z[ helios-setup] Feb 28 11:24:27.399 INFO E| Compiling unicode-ident v1.0.8
26352025-02-28T11:24:28.096Z[ helios-setup] Feb 28 11:24:27.399 INFO E| Compiling autocfg v1.1.0
26362025-02-28T11:24:28.096Z[ helios-setup] Feb 28 11:24:27.399 INFO E| Compiling cfg-if v1.0.0
26372025-02-28T11:24:28.096Z[ helios-setup] Feb 28 11:24:27.399 INFO E| Compiling version_check v0.9.4
26382025-02-28T11:24:28.096Z[ helios-setup] Feb 28 11:24:27.399 INFO E| Compiling serde v1.0.204
26392025-02-28T11:24:28.096Z[ helios-setup] Feb 28 11:24:27.399 INFO E| Compiling syn v1.0.107
26402025-02-28T11:24:28.775Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412025-02-28T11:24:29.524Z[ helios-setup] Feb 28 11:24:28.829 INFO E| Compiling memchr v2.5.0
26422025-02-28T11:24:29.987Z[ helios-setup] Feb 28 11:24:29.292 INFO E| Compiling once_cell v1.17.0
26432025-02-28T11:24:30.037Z[ helios-setup] Feb 28 11:24:29.342 INFO E| Compiling log v0.4.17
26442025-02-28T11:24:30.040Z[ helios-setup] Feb 28 11:24:29.343 INFO E| Compiling thiserror v1.0.38
26452025-02-28T11:24:30.800Z[ helios-setup] Feb 28 11:24:30.105 INFO E| Compiling serde_json v1.0.95
26462025-02-28T11:24:31.254Z[ helios-setup] Feb 28 11:24:30.559 INFO E| Compiling itoa v1.0.6
26472025-02-28T11:24:31.470Z[ helios-setup] Feb 28 11:24:30.774 INFO E| Compiling quote v1.0.36
26482025-02-28T11:24:31.879Z[ helios-setup] Feb 28 11:24:31.184 INFO E| Compiling jobserver v0.1.26
26492025-02-28T11:24:31.901Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26502025-02-28T11:24:31.970Z[ helios-setup] Feb 28 11:24:31.275 INFO E| Compiling getrandom v0.2.8
26512025-02-28T11:24:32.332Z[ helios-setup] Feb 28 11:24:31.637 INFO E| Compiling syn v2.0.72
26522025-02-28T11:24:32.683Z[ helios-setup] Feb 28 11:24:31.988 INFO E| Compiling cc v1.0.78
26532025-02-28T11:24:32.840Z[ helios-setup] Feb 28 11:24:32.144 INFO E| Compiling pin-project-lite v0.2.9
26542025-02-28T11:24:32.923Z[ helios-setup] Feb 28 11:24:32.228 INFO E| Compiling scopeguard v1.1.0
26552025-02-28T11:24:32.988Z[ helios-setup] Feb 28 11:24:32.293 INFO E| Compiling indexmap v1.9.3
26562025-02-28T11:24:33.285Z[ helios-setup] Feb 28 11:24:32.382 INFO E| Compiling futures-core v0.3.28
26572025-02-28T11:24:33.349Z[ helios-setup] Feb 28 11:24:32.639 INFO E| Compiling bytes v1.4.0
26582025-02-28T11:24:33.462Z[ helios-setup] Feb 28 11:24:32.766 INFO E| Compiling num-integer v0.1.45
26592025-02-28T11:24:34.072Z[ helios-setup] Feb 28 11:24:33.377 INFO E| Compiling ryu v1.0.13
26602025-02-28T11:24:35.655Z[ helios-setup] Feb 28 11:24:34.959 INFO E| Compiling lock_api v0.4.9
26612025-02-28T11:24:35.806Z[ helios-setup] Feb 28 11:24:35.110 INFO E| Compiling parking_lot_core v0.9.6
26622025-02-28T11:24:36.082Z[ helios-setup] Feb 28 11:24:35.386 INFO E| Compiling bitflags v1.3.2
26632025-02-28T11:24:36.154Z[ helios-setup] Feb 28 11:24:35.458 INFO E| Compiling typenum v1.16.0
26642025-02-28T11:24:36.322Z[ helios-setup] Feb 28 11:24:35.626 INFO E| Compiling num_cpus v1.15.0
26652025-02-28T11:24:36.647Z[ helios-setup] Feb 28 11:24:35.951 INFO E| Compiling slab v0.4.7
26662025-02-28T11:24:36.743Z[ helios-setup] Feb 28 11:24:36.047 INFO E| Compiling generic-array v0.14.6
26672025-02-28T11:24:36.824Z[ helios-setup] Feb 28 11:24:36.128 INFO E| Compiling futures-task v0.3.28
26682025-02-28T11:24:36.899Z[ helios-setup] Feb 28 11:24:36.199 INFO E| Compiling futures-channel v0.3.28
26692025-02-28T11:24:37.176Z[ helios-setup] Feb 28 11:24:36.480 INFO E| Compiling futures-sink v0.3.28
26702025-02-28T11:24:37.856Z[ helios-setup] Feb 28 11:24:37.160 INFO E| Compiling tokio v1.27.0
26712025-02-28T11:24:38.150Z[ helios-setup] Feb 28 11:24:37.453 INFO E| Compiling futures-util v0.3.28
26722025-02-28T11:24:38.814Z[ helios-setup] Feb 28 11:24:38.117 INFO E| Compiling mio v0.8.5
26732025-02-28T11:24:38.982Z[ helios-setup] Feb 28 11:24:38.286 INFO E| Compiling socket2 v0.4.9
26742025-02-28T11:24:39.450Z[ helios-setup] Feb 28 11:24:38.753 INFO E| Compiling signal-hook-registry v1.4.0
26752025-02-28T11:24:39.653Z[ helios-setup] Feb 28 11:24:38.952 INFO E| Compiling schemars v0.8.12
26762025-02-28T11:24:39.807Z[ helios-setup] Feb 28 11:24:39.110 INFO E| Compiling futures-io v0.3.28
26772025-02-28T11:24:40.226Z[ helios-setup] Feb 28 11:24:39.530 INFO E| Compiling pin-utils v0.1.0
26782025-02-28T11:24:40.374Z[ helios-setup] Feb 28 11:24:39.678 INFO E| Compiling num-traits v0.2.15
26792025-02-28T11:24:40.404Z[ helios-setup] Feb 28 11:24:39.707 INFO E| Compiling ahash v0.7.6
26802025-02-28T11:24:41.126Z[ helios-setup] Feb 28 11:24:40.429 INFO E| Compiling crunchy v0.2.2
26812025-02-28T11:24:41.577Z[ helios-setup] Feb 28 11:24:40.880 INFO E| Compiling io-lifetimes v1.0.10
26822025-02-28T11:24:41.874Z[ helios-setup] Feb 28 11:24:41.177 INFO E| Compiling serde_derive_internals v0.26.0
26832025-02-28T11:24:42.763Z[ helios-setup] Feb 28 11:24:42.066 INFO E| Compiling ahash v0.8.3
26842025-02-28T11:24:42.867Z[ helios-setup] Feb 28 11:24:42.170 INFO E| Compiling hashbrown v0.12.3
26852025-02-28T11:24:43.519Z[ helios-setup] Feb 28 11:24:42.808 INFO E| Compiling crypto-common v0.1.6
26862025-02-28T11:24:43.562Z[ helios-setup] Feb 28 11:24:42.865 INFO E| Compiling block-buffer v0.10.3
26872025-02-28T11:24:43.843Z[ helios-setup] Feb 28 11:24:43.146 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26882025-02-28T11:24:43.870Z[ helios-setup] Feb 28 11:24:43.173 INFO E| Compiling tiny-keccak v2.0.2
26892025-02-28T11:24:43.943Z[ helios-setup] Feb 28 11:24:43.246 INFO E| Compiling crossbeam-utils v0.8.14
26902025-02-28T11:24:44.236Z[ helios-setup] Feb 28 11:24:43.538 INFO E| Compiling rustix v0.37.3
26912025-02-28T11:24:44.652Z[ helios-setup] Feb 28 11:24:43.946 INFO E| Compiling slog v2.7.0
26922025-02-28T11:24:44.914Z[ helios-setup] Feb 28 11:24:44.217 INFO E| Compiling digest v0.10.6
26932025-02-28T11:24:45.317Z[ helios-setup] Feb 28 11:24:44.619 INFO E| Compiling errno v0.3.1
26942025-02-28T11:24:45.456Z[ helios-setup] Feb 28 11:24:44.758 INFO E| Compiling anyhow v1.0.68
26952025-02-28T11:24:45.483Z[ helios-setup] Feb 28 11:24:44.785 INFO E| Compiling fnv v1.0.7
26962025-02-28T11:24:45.641Z[ helios-setup] Feb 28 11:24:44.944 INFO E| Compiling pkg-config v0.3.26
26972025-02-28T11:24:45.695Z[ helios-setup] Feb 28 11:24:44.997 INFO E| Compiling cpufeatures v0.2.5
26982025-02-28T11:24:45.761Z[ helios-setup] Feb 28 11:24:45.060 INFO E| Compiling unicode-width v0.1.10
26992025-02-28T11:24:45.824Z[ helios-setup] Feb 28 11:24:45.127 INFO E| Compiling http v0.2.9
27002025-02-28T11:24:46.845Z[ helios-setup] Feb 28 11:24:46.147 INFO E| Compiling thiserror-impl v1.0.38
27012025-02-28T11:24:46.883Z[ helios-setup] Feb 28 11:24:46.185 INFO E| Compiling schemars_derive v0.8.12
27022025-02-28T11:24:47.621Z[ helios-setup] Feb 28 11:24:46.924 INFO E| Compiling aho-corasick v0.7.20
27032025-02-28T11:24:47.847Z[ helios-setup] Feb 28 11:24:47.149 INFO E| Compiling serde_derive v1.0.204
27042025-02-28T11:24:49.045Z[ helios-setup] Feb 28 11:24:48.347 INFO E| Compiling futures-macro v0.3.28
27052025-02-28T11:24:49.643Z[ helios-setup] Feb 28 11:24:48.945 INFO E| Compiling tokio-macros v2.0.0
27062025-02-28T11:24:49.677Z[ helios-setup] Feb 28 11:24:48.979 INFO E| Compiling heck v0.4.1
27072025-02-28T11:24:50.275Z[ helios-setup] Feb 28 11:24:49.577 INFO E| Compiling tinyvec_macros v0.1.1
27082025-02-28T11:24:50.368Z[ helios-setup] Feb 28 11:24:49.670 INFO E| Compiling httparse v1.8.0
27092025-02-28T11:24:50.438Z[ helios-setup] Feb 28 11:24:49.739 INFO E| Compiling percent-encoding v2.2.0
27102025-02-28T11:24:50.503Z[ helios-setup] Feb 28 11:24:49.805 INFO E| Compiling regex-syntax v0.6.29
27112025-02-28T11:24:50.745Z[ helios-setup] Feb 28 11:24:50.046 INFO E| Compiling tinyvec v1.6.0
27122025-02-28T11:24:51.194Z[ helios-setup] Feb 28 11:24:50.496 INFO E| Compiling form_urlencoded v1.1.0
27132025-02-28T11:24:51.323Z[ helios-setup] Feb 28 11:24:50.625 INFO E| Compiling const-random-macro v0.1.15
27142025-02-28T11:24:52.059Z[ helios-setup] Feb 28 11:24:51.361 INFO E| Compiling hashbrown v0.13.2
27152025-02-28T11:24:52.343Z[ helios-setup] Feb 28 11:24:51.644 INFO E| Compiling chrono v0.4.24
27162025-02-28T11:24:53.691Z[ helios-setup] Feb 28 11:24:52.992 INFO E| Compiling libz-sys v1.1.8
27172025-02-28T11:24:54.633Z[ helios-setup] Feb 28 11:24:53.934 INFO E| Compiling getopts v0.2.21
27182025-02-28T11:24:54.897Z[ helios-setup] Feb 28 11:24:54.198 INFO E| Compiling memoffset v0.7.1
27192025-02-28T11:24:55.550Z[ helios-setup] Feb 28 11:24:54.850 INFO E| Compiling num-conv v0.1.0
27202025-02-28T11:24:55.837Z[ helios-setup] Feb 28 11:24:55.138 INFO E| Compiling dyn-clone v1.0.11
27212025-02-28T11:24:56.174Z[ helios-setup] Feb 28 11:24:55.475 INFO E| Compiling regex v1.7.3
27222025-02-28T11:24:56.360Z[ helios-setup] Feb 28 11:24:55.659 INFO E| Compiling uuid v1.3.0
27232025-02-28T11:24:56.437Z[ helios-setup] Feb 28 11:24:55.737 INFO E| Compiling time-core v0.1.2
27242025-02-28T11:24:56.437Z[ helios-setup] Feb 28 11:24:55.737 INFO E| Compiling powerfmt v0.2.0
27252025-02-28T11:24:56.852Z[ helios-setup] Feb 28 11:24:56.153 INFO E| Compiling time-macros v0.2.18
27262025-02-28T11:24:57.557Z[ helios-setup] Feb 28 11:24:56.858 INFO E| Compiling deranged v0.3.11
27272025-02-28T11:24:58.168Z[ helios-setup] Feb 28 11:24:57.468 INFO E| Compiling unicode-normalization v0.1.22
27282025-02-28T11:24:58.313Z[ helios-setup] Feb 28 11:24:57.614 INFO E| Compiling regress v0.5.0
27292025-02-28T11:25:01.081Z[ helios-setup] Feb 28 11:25:00.380 INFO E| Compiling const-random v0.1.15
27302025-02-28T11:25:01.752Z[ helios-setup] Feb 28 11:25:01.052 INFO E| Compiling tracing-core v0.1.30
27312025-02-28T11:25:02.110Z[ helios-setup] Feb 28 11:25:01.410 INFO E| Compiling crossbeam-epoch v0.9.13
27322025-02-28T11:25:02.690Z[ helios-setup] Feb 28 11:25:01.989 INFO E| Compiling unicode-bidi v0.3.13
27332025-02-28T11:25:03.165Z[ helios-setup] Feb 28 11:25:02.464 INFO E| Compiling ucd-trie v0.1.5
27342025-02-28T11:25:03.603Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 54s
27352025-02-28T11:25:03.605Z[ helios-setup] Feb 28 11:25:02.903 INFO E| Compiling num_threads v0.1.6
27362025-02-28T11:25:03.753Z[ helios-setup] Feb 28 11:25:03.053 INFO E| Compiling time v0.3.36
27372025-02-28T11:25:03.970Z[ helios-setup] Feb 28 11:25:03.270 INFO E| Compiling idna v0.3.0
27382025-02-28T11:25:04.005Z[ omicron-package]
27392025-02-28T11:25:04.005Z[ omicron-package] real 1:54.572991641
27402025-02-28T11:25:04.005Z[ omicron-package] user 9:04.737027619
27412025-02-28T11:25:04.008Z[ omicron-package] sys 31.091094482
27422025-02-28T11:25:04.008Z[ omicron-package] trap 1.061339142
27432025-02-28T11:25:04.008Z[ omicron-package] tflt 0.588566449
27442025-02-28T11:25:04.008Z[ omicron-package] dflt 1.307040799
27452025-02-28T11:25:04.008Z[ omicron-package] kflt 0.000034265
27462025-02-28T11:25:04.008Z[ omicron-package] lock 20:05.402979993
27472025-02-28T11:25:04.008Z[ omicron-package] slp 30:52.849250039
27482025-02-28T11:25:04.008Z[ omicron-package] lat 4:03.689209600
27492025-02-28T11:25:04.008Z[ omicron-package] stop 1:14.933967100
27502025-02-28T11:25:04.008ZFeb 28 11:25:03.306 INFO [omicron-package] process exited with exit status: 0 (114.646674495s)
27512025-02-28T11:25:04.008ZFeb 28 11:25:03.306 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27522025-02-28T11:25:04.104Z[ helios-setup] Feb 28 11:25:03.346 INFO E| Compiling pest v2.5.7
27532025-02-28T11:25:04.121ZFeb 28 11:25:03.420 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27542025-02-28T11:25:04.153Z[ host-target] Created new build target 'host' and set it as active
27552025-02-28T11:25:04.153Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27562025-02-28T11:25:04.155Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27572025-02-28T11:25:04.155Z[ recovery-target] Created new build target 'recovery' and set it as active
27582025-02-28T11:25:04.159ZFeb 28 11:25:03.458 INFO [recovery-target] process exited with exit status: 0 (38.261052ms)
27592025-02-28T11:25:04.163ZFeb 28 11:25:03.463 INFO [host-target] process exited with exit status: 0 (156.595572ms)
27602025-02-28T11:25:04.166ZFeb 28 11:25:03.463 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27612025-02-28T11:25:04.195Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27622025-02-28T11:25:05.595Z[ helios-setup] Feb 28 11:25:04.894 INFO E| Compiling toml v0.5.11
27632025-02-28T11:25:05.849Z[ helios-setup] Feb 28 11:25:05.148 INFO E| Compiling smallvec v1.10.0
27642025-02-28T11:25:06.545Z[ host-package] Compiling ring v0.17.11
27652025-02-28T11:25:06.565Z[ host-package] Compiling thiserror v2.0.11
27662025-02-28T11:25:06.899Z[ host-package] Compiling typify-impl v0.3.0
27672025-02-28T11:25:06.933Z[ host-package] Compiling convert_case v0.4.0
27682025-02-28T11:25:06.933Z[ host-package] Compiling newline-converter v0.3.0
27692025-02-28T11:25:06.936Z[ host-package] Compiling password-hash v0.5.0
27702025-02-28T11:25:06.936Z[ host-package] Compiling blake2 v0.10.6
27712025-02-28T11:25:07.111Z[ helios-setup] Feb 28 11:25:06.410 INFO E| Compiling parking_lot v0.12.1
27722025-02-28T11:25:07.739Z[ host-package] Compiling expectorate v1.1.0
27732025-02-28T11:25:08.876Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27742025-02-28T11:25:09.152Z[ host-package] Compiling derive_more v0.99.19
27752025-02-28T11:25:09.611Z[ host-package] Compiling argon2 v0.5.3
27762025-02-28T11:25:09.889Z[ helios-setup] Feb 28 11:25:09.187 INFO E| Compiling serde_tokenstream v0.2.0
27772025-02-28T11:25:10.753Z[ host-package] Compiling atomicwrites v0.4.4
27782025-02-28T11:25:11.154Z[ helios-setup] Feb 28 11:25:10.452 INFO E| Compiling tracing v0.1.37
27792025-02-28T11:25:11.558Z[ host-package] Compiling owo-colors v4.2.0
27802025-02-28T11:25:11.899Z[ host-package] Compiling cancel-safe-futures v0.1.5
27812025-02-28T11:25:12.653Z[ host-package] Compiling num-rational v0.4.2
27822025-02-28T11:25:13.037Z[ host-package] Compiling libsw-core v0.3.1
27832025-02-28T11:25:13.332Z[ helios-setup] Feb 28 11:25:12.630 INFO E| Compiling crossbeam-channel v0.5.6
27842025-02-28T11:25:13.488Z[ host-package] Compiling num-complex v0.4.6
27852025-02-28T11:25:13.571Z[ helios-setup] Feb 28 11:25:12.869 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27862025-02-28T11:25:13.601Z[ helios-setup] Feb 28 11:25:12.899 INFO E| Compiling dirs-sys-next v0.1.2
27872025-02-28T11:25:13.814Z[ host-package] Compiling libsw v3.4.0
27882025-02-28T11:25:14.593Z[ host-package] Compiling rustls v0.23.19
27892025-02-28T11:25:14.690Z[ host-package] Compiling rustls v0.22.4
27902025-02-28T11:25:15.783Z[ helios-setup] Feb 28 11:25:15.080 INFO E| Compiling time v0.1.45
27912025-02-28T11:25:15.869Z[ host-package] Compiling num v0.4.3
27922025-02-28T11:25:15.931Z[ helios-setup] Feb 28 11:25:15.228 INFO E| Compiling iana-time-zone v0.1.56
27932025-02-28T11:25:16.559Z[ host-package] Compiling float-ord v0.3.2
27942025-02-28T11:25:16.608Z[ helios-setup] Feb 28 11:25:15.905 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27952025-02-28T11:25:16.885Z[ host-package] Compiling linear-map v1.2.0
27962025-02-28T11:25:17.674Z[ helios-setup] Feb 28 11:25:16.971 INFO E| Compiling crc32fast v1.3.2
27972025-02-28T11:25:17.741Z[ host-package] Compiling swrite v0.1.0
27982025-02-28T11:25:18.170Z[ host-package] Compiling highway v1.3.0
27992025-02-28T11:25:18.170Z[ helios-setup] Feb 28 11:25:17.466 INFO E| Compiling semver v1.0.17
28002025-02-28T11:25:18.339Z[ host-package] Compiling tungstenite v0.21.0
28012025-02-28T11:25:19.148Z[ host-package] Compiling semver v0.1.20
28022025-02-28T11:25:19.599Z[ helios-setup] Feb 28 11:25:18.896 INFO E| Compiling dirs-next v2.0.0
28032025-02-28T11:25:20.054Z[ host-package] Compiling rustls-webpki v0.102.8
28042025-02-28T11:25:20.854Z[ helios-setup] Feb 28 11:25:20.150 INFO E| Compiling url v2.3.1
28052025-02-28T11:25:21.601Z[ host-package] Compiling tokio-tungstenite v0.21.0
28062025-02-28T11:25:21.874Z[ host-package] Compiling rustc_version v0.1.7
28072025-02-28T11:25:22.163Z[ host-package] Compiling ipnetwork v0.21.1
28082025-02-28T11:25:22.582Z[ helios-setup] Feb 28 11:25:21.878 INFO E| Compiling proc-macro-crate v1.2.1
28092025-02-28T11:25:23.550Z[ host-package] Compiling newtype_derive v0.1.6
28102025-02-28T11:25:23.569Z[ helios-setup] Feb 28 11:25:22.866 INFO E| Compiling semver-parser v0.10.2
28112025-02-28T11:25:24.127Z[ host-package] Compiling oxnet v0.1.1
28122025-02-28T11:25:24.176Z[ helios-setup] Feb 28 11:25:23.472 INFO E| Compiling futures-executor v0.3.28
28132025-02-28T11:25:24.210Z[ host-package] Compiling humantime v2.1.0
28142025-02-28T11:25:24.494Z[ helios-setup] Feb 28 11:25:23.790 INFO E| Compiling tokio-util v0.7.7
28152025-02-28T11:25:26.120Z[ host-package] Compiling daft v0.1.1
28162025-02-28T11:25:26.693Z[ host-package] Compiling typify-macro v0.3.0
28172025-02-28T11:25:26.751Z[ helios-setup] Feb 28 11:25:26.047 INFO E| Compiling thread_local v1.1.7
28182025-02-28T11:25:26.855Z[ host-package] Compiling dropshot v0.16.0
28192025-02-28T11:25:27.064Z[ host-package] Compiling instant v0.1.13
28202025-02-28T11:25:27.128Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28212025-02-28T11:25:27.135Z[ host-package] Compiling steno v0.4.1
28222025-02-28T11:25:27.159Z[ helios-setup] Feb 28 11:25:26.455 INFO E| Compiling same-file v1.0.6
28232025-02-28T11:25:27.307Z[ helios-setup] Feb 28 11:25:26.594 INFO E| Compiling try-lock v0.2.4
28242025-02-28T11:25:27.750Z[ helios-setup] Feb 28 11:25:27.026 INFO E| Compiling rayon-core v1.10.2
28252025-02-28T11:25:27.753Z[ host-package] Compiling backoff v0.4.0
28262025-02-28T11:25:27.877Z[ helios-setup] Feb 28 11:25:27.172 INFO E| Compiling adler v1.0.2
28272025-02-28T11:25:28.109Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28282025-02-28T11:25:28.243Z[ helios-setup] Feb 28 11:25:27.538 INFO E| Compiling want v0.3.0
28292025-02-28T11:25:28.409Z[ helios-setup] Feb 28 11:25:27.704 INFO E| Compiling miniz_oxide v0.6.2
28302025-02-28T11:25:28.613Z[ host-package] Compiling parse-display v0.10.0
28312025-02-28T11:25:28.949Z[ helios-setup] Feb 28 11:25:28.243 INFO E| Compiling walkdir v2.3.3
28322025-02-28T11:25:29.544Z[ helios-setup] Feb 28 11:25:28.839 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28332025-02-28T11:25:30.038Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28342025-02-28T11:25:30.786Z[ host-package] Compiling strum v0.26.3
28352025-02-28T11:25:31.575Z[ host-package] Compiling serde_with v3.12.0
28362025-02-28T11:25:31.596Z[ helios-setup] Feb 28 11:25:30.886 INFO E| Compiling h2 v0.3.16
28372025-02-28T11:25:32.083Z[ helios-setup] Feb 28 11:25:31.377 INFO E| Compiling semver v0.11.0
28382025-02-28T11:25:32.203Z[ helios-setup] Feb 28 11:25:31.497 INFO E| Compiling futures v0.3.28
28392025-02-28T11:25:32.505Z[ helios-setup] Feb 28 11:25:31.800 INFO E| Compiling num_enum_derive v0.5.7
28402025-02-28T11:25:32.551Z[ host-package] Compiling tokio-rustls v0.25.0
28412025-02-28T11:25:33.464Z[ helios-setup] Feb 28 11:25:32.756 INFO E| Compiling crossbeam-deque v0.8.2
28422025-02-28T11:25:33.656Z[ host-package] Compiling dropshot v0.12.0
28432025-02-28T11:25:34.374Z[ helios-setup] Feb 28 11:25:33.668 INFO E| Compiling term v0.7.0
28442025-02-28T11:25:35.173Z[ host-package] Compiling typify v0.3.0
28452025-02-28T11:25:37.765Z[ helios-setup] Feb 28 11:25:37.058 INFO E| Compiling http-body v0.4.5
28462025-02-28T11:25:37.869Z[ host-package] Compiling tokio-rustls v0.26.0
28472025-02-28T11:25:38.975Z[ helios-setup] Feb 28 11:25:38.268 INFO E| Compiling sha2 v0.10.6
28482025-02-28T11:25:38.999Z[ host-package] Compiling hyper-rustls v0.27.3
28492025-02-28T11:25:39.221Z[ helios-setup] Feb 28 11:25:38.514 INFO E| Compiling ring v0.16.20
28502025-02-28T11:25:40.452Z[ host-package] Compiling reqwest v0.12.12
28512025-02-28T11:25:41.876Z[ helios-setup] Feb 28 11:25:41.169 INFO E| Compiling rand_core v0.6.4
28522025-02-28T11:25:42.731Z[ helios-setup] Feb 28 11:25:42.024 INFO E| Compiling atty v0.2.14
28532025-02-28T11:25:43.380Z[ helios-setup] Feb 28 11:25:42.671 INFO E| Compiling lazy_static v1.4.0
28542025-02-28T11:25:43.856Z[ helios-setup] Feb 28 11:25:43.149 INFO E| Compiling ppv-lite86 v0.2.17
28552025-02-28T11:25:45.375Z[ helios-setup] Feb 28 11:25:44.668 INFO E| Compiling utf8parse v0.2.1
28562025-02-28T11:25:45.724Z[ helios-setup] Feb 28 11:25:45.015 INFO E| Compiling fastrand v1.9.0
28572025-02-28T11:25:46.615Z[ helios-setup] Feb 28 11:25:45.908 INFO E| Compiling home v0.5.4
28582025-02-28T11:25:46.729Z[ helios-setup] Feb 28 11:25:46.020 INFO E| Compiling base64 v0.21.0
28592025-02-28T11:25:46.923Z[ helios-setup] Feb 28 11:25:46.215 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28602025-02-28T11:25:47.172Z[ host-package] Compiling qorb v0.2.1
28612025-02-28T11:25:47.252Z[ helios-setup] Feb 28 11:25:46.544 INFO E| Compiling tower-service v0.3.2
28622025-02-28T11:25:47.638Z[ helios-setup] Feb 28 11:25:46.929 INFO E| Compiling httpdate v1.0.2
28632025-02-28T11:25:47.959Z[ helios-setup] Feb 28 11:25:47.250 INFO E| Compiling toolchain_find v0.2.0
28642025-02-28T11:25:48.038Z[ host-package] Compiling progenitor-impl v0.9.1
28652025-02-28T11:25:48.867Z[ helios-setup] Feb 28 11:25:48.157 INFO E| Compiling hyper v0.14.25
28662025-02-28T11:25:49.365Z[ helios-setup] Feb 28 11:25:48.657 INFO E| Compiling tempfile v3.5.0
28672025-02-28T11:25:50.824Z[ helios-setup] Feb 28 11:25:50.115 INFO E| Compiling anstyle-parse v0.1.1
28682025-02-28T11:25:51.732Z[ helios-setup] Feb 28 11:25:51.023 INFO E| Compiling rand_chacha v0.3.1
28692025-02-28T11:25:52.810Z[ helios-setup] Feb 28 11:25:52.101 INFO E| Compiling slog-term v2.9.0
28702025-02-28T11:25:58.588Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712025-02-28T11:25:59.950Z[ helios-setup] Feb 28 11:25:59.239 INFO E| Compiling cargo-lock v8.0.3
28722025-02-28T11:26:01.092Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732025-02-28T11:26:01.168Z[ helios-setup] Feb 28 11:26:00.458 INFO E| Compiling num_enum v0.5.7
28742025-02-28T11:26:01.823Z[ helios-setup] Feb 28 11:26:01.112 INFO E| Compiling flate2 v1.0.25
28752025-02-28T11:26:08.627Z[ helios-setup] Feb 28 11:26:07.916 INFO E| Compiling serde_urlencoded v0.7.1
28762025-02-28T11:26:09.465Z[ host-package] Compiling progenitor-client v0.9.1
28772025-02-28T11:26:09.625Z[ helios-setup] Feb 28 11:26:08.913 INFO E| Compiling is-terminal v0.4.7
28782025-02-28T11:26:09.883Z[ helios-setup] Feb 28 11:26:09.171 INFO E| Compiling sha1 v0.10.5
28792025-02-28T11:26:10.085Z[ helios-setup] Feb 28 11:26:09.373 INFO E| Compiling anstyle v0.3.5
28802025-02-28T11:26:11.522Z[ helios-setup] Feb 28 11:26:10.810 INFO E| Compiling either v1.8.0
28812025-02-28T11:26:12.060Z[ host-package] Compiling progenitor-client v0.8.0
28822025-02-28T11:26:12.370Z[ helios-setup] Feb 28 11:26:11.657 INFO E| Compiling concolor-override v1.0.0
28832025-02-28T11:26:12.988Z[ helios-setup] Feb 28 11:26:12.275 INFO E| Compiling concolor-query v0.3.3
28842025-02-28T11:26:13.544Z[ helios-setup] Feb 28 11:26:12.832 INFO E| Compiling anstream v0.2.6
28852025-02-28T11:26:16.529Z[ helios-setup] Feb 28 11:26:15.816 INFO E| Compiling rayon v1.6.1
28862025-02-28T11:26:17.176Z[ helios-setup] Feb 28 11:26:16.462 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28872025-02-28T11:26:17.532Z[ helios-setup] Feb 28 11:26:16.818 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28882025-02-28T11:26:17.762Z[ helios-setup] Feb 28 11:26:17.049 INFO E| Compiling rand v0.8.5
28892025-02-28T11:26:19.877Z[ helios-setup] Feb 28 11:26:19.163 INFO E| Compiling rustfmt-wrapper v0.2.0
28902025-02-28T11:26:21.176Z[ helios-setup] Feb 28 11:26:20.462 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28912025-02-28T11:26:22.067Z[ helios-setup] Feb 28 11:26:21.353 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28922025-02-28T11:26:22.250Z[ helios-setup] Feb 28 11:26:21.536 INFO E| Compiling openapiv3 v1.0.2
28932025-02-28T11:26:23.364Z[ helios-setup] Feb 28 11:26:22.650 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28942025-02-28T11:26:24.916Z[ helios-setup] Feb 28 11:26:24.201 INFO E| Compiling encoding_rs v0.8.32
28952025-02-28T11:26:26.718Z[ helios-setup] Feb 28 11:26:26.003 INFO E| Compiling untrusted v0.7.1
28962025-02-28T11:26:27.068Z[ helios-setup] Feb 28 11:26:26.353 INFO E| Compiling base64 v0.13.1
28972025-02-28T11:26:28.760Z[ helios-setup] Feb 28 11:26:28.045 INFO E| Compiling byteorder v1.4.3
28982025-02-28T11:26:28.800Z[ helios-setup] Feb 28 11:26:28.082 INFO E| Compiling utf-8 v0.7.6
28992025-02-28T11:26:28.884Z[ helios-setup] Feb 28 11:26:28.168 INFO E| Compiling project-root v0.2.2
29002025-02-28T11:26:29.555Z[ helios-setup] Feb 28 11:26:28.839 INFO E| Compiling unsafe-libyaml v0.2.8
29012025-02-28T11:26:29.864Z[ helios-setup] Feb 28 11:26:29.148 INFO E| Compiling ipnet v2.7.2
29022025-02-28T11:26:29.912Z[ helios-setup] Feb 28 11:26:29.197 INFO E| Compiling clap_lex v0.4.1
29032025-02-28T11:26:30.106Z[ helios-setup] Feb 28 11:26:29.390 INFO E| Compiling strsim v0.10.0
29042025-02-28T11:26:31.664Z[ helios-setup] Feb 28 11:26:30.948 INFO E| Compiling spin v0.5.2
29052025-02-28T11:26:32.541Z[ helios-setup] Feb 28 11:26:31.825 INFO E| Compiling mime v0.3.17
29062025-02-28T11:26:33.509Z[ helios-setup] Feb 28 11:26:32.793 INFO E| Compiling reqwest v0.11.16
29072025-02-28T11:26:34.646Z[ helios-setup] Feb 28 11:26:33.930 INFO E| Compiling serde_yaml v0.9.21
29082025-02-28T11:26:34.719Z[ helios-setup] Feb 28 11:26:34.003 INFO E| Compiling clap_builder v4.2.1
29092025-02-28T11:26:35.461Z[ helios-setup] Feb 28 11:26:34.745 INFO E| Compiling tungstenite v0.18.0
29102025-02-28T11:26:41.127Z[ helios-setup] Feb 28 11:26:40.410 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29112025-02-28T11:26:44.037Z[ host-package] Compiling progenitor v0.8.0
29122025-02-28T11:26:44.753Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29132025-02-28T11:26:45.239Z[ helios-setup] Feb 28 11:26:44.520 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29142025-02-28T11:26:47.547Z[ helios-setup] Feb 28 11:26:46.829 INFO E| Compiling clap_derive v4.2.0
29152025-02-28T11:26:50.510Z[ helios-setup] Feb 28 11:26:49.791 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29162025-02-28T11:26:56.006Z[ helios-setup] Feb 28 11:26:55.286 INFO E| Compiling clap v4.2.1
29172025-02-28T11:27:01.259Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29182025-02-28T11:27:05.652Z[ host-package] Compiling progenitor-macro v0.9.1
29192025-02-28T11:27:06.695Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29202025-02-28T11:27:11.754Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29212025-02-28T11:27:12.208Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29222025-02-28T11:27:13.595Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29232025-02-28T11:27:14.343Z[ helios-setup] Feb 28 11:27:13.620 INFO E| Compiling tokio-tungstenite v0.18.0
29242025-02-28T11:27:15.912Z[ helios-setup] Feb 28 11:27:15.189 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29252025-02-28T11:27:17.700Z[ helios-setup] Feb 28 11:27:16.976 INFO E| Compiling smartstring v1.0.1
29262025-02-28T11:27:17.940Z[ helios-setup] Feb 28 11:27:17.217 INFO E| Compiling rustls v0.21.0
29272025-02-28T11:27:19.144Z[ helios-setup] Feb 28 11:27:18.420 INFO E| Compiling rustls-webpki v0.100.1
29282025-02-28T11:27:20.029Z[ host-package] Compiling regress v0.9.1
29292025-02-28T11:27:20.051Z[ helios-setup] Feb 28 11:27:19.327 INFO E| Compiling sct v0.7.0
29302025-02-28T11:27:21.036Z[ helios-setup] Feb 28 11:27:20.312 INFO E| Compiling serde_spanned v0.6.1
29312025-02-28T11:27:21.889Z[ helios-setup] Feb 28 11:27:21.165 INFO E| Compiling toml_datetime v0.6.1
29322025-02-28T11:27:22.892Z[ helios-setup] Feb 28 11:27:22.168 INFO E| Compiling slog-async v2.7.0
29332025-02-28T11:27:23.164Z[ helios-setup] Feb 28 11:27:22.440 INFO E| Compiling camino v1.1.4
29342025-02-28T11:27:24.604Z[ helios-setup] Feb 28 11:27:23.880 INFO E| Compiling paste v1.0.12
29352025-02-28T11:27:24.664Z[ helios-setup] Feb 28 11:27:23.940 INFO E| Compiling async-trait v0.1.68
29362025-02-28T11:27:25.001Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29372025-02-28T11:27:25.287Z[ host-package] Compiling progenitor v0.9.1
29382025-02-28T11:27:25.827Z[ helios-setup] Feb 28 11:27:25.102 INFO E| Compiling match_cfg v0.1.0
29392025-02-28T11:27:25.910Z[ helios-setup] Feb 28 11:27:25.185 INFO E| Compiling static_assertions v1.1.0
29402025-02-28T11:27:25.920Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29412025-02-28T11:27:26.038Z[ helios-setup] Feb 28 11:27:25.314 INFO E| Compiling winnow v0.4.1
29422025-02-28T11:27:26.712Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29432025-02-28T11:27:27.596Z[ helios-setup] Feb 28 11:27:26.871 INFO E| Compiling hostname v0.3.1
29442025-02-28T11:27:28.293Z[ host-package] Compiling macaddr v1.0.1
29452025-02-28T11:27:28.469Z[ helios-setup] Feb 28 11:27:27.744 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29462025-02-28T11:27:29.087Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29472025-02-28T11:27:29.704Z[ helios-setup] Feb 28 11:27:28.979 INFO E| Compiling slog-json v2.6.1
29482025-02-28T11:27:30.258Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29492025-02-28T11:27:30.477Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29502025-02-28T11:27:30.783Z[ helios-setup] Feb 28 11:27:30.057 INFO E| Compiling bincode v1.3.3
29512025-02-28T11:27:31.102Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29522025-02-28T11:27:33.092Z[ helios-setup] Feb 28 11:27:32.366 INFO E| Compiling unicode-linebreak v0.1.4
29532025-02-28T11:27:33.572Z[ helios-setup] Feb 28 11:27:32.846 INFO E| Compiling toml_edit v0.19.8
29542025-02-28T11:27:34.177Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29552025-02-28T11:27:38.046Z[ helios-setup] Feb 28 11:27:37.319 INFO E| Compiling async-stream-impl v0.3.5
29562025-02-28T11:27:40.473Z[ helios-setup] Feb 28 11:27:39.745 INFO E| Compiling rhai_codegen v1.5.0
29572025-02-28T11:27:42.205Z[ helios-setup] Feb 28 11:27:41.477 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29582025-02-28T11:27:43.259Z[ helios-setup] Feb 28 11:27:42.532 INFO E| Compiling take_mut v0.2.2
29592025-02-28T11:27:44.856Z[ helios-setup] Feb 28 11:27:44.128 INFO E| Compiling toml v0.7.3
29602025-02-28T11:27:45.376Z[ helios-setup] Feb 28 11:27:44.648 INFO E| Compiling rhai v1.14.0
29612025-02-28T11:27:49.096Z[ helios-setup] Feb 28 11:27:48.339 INFO E| Compiling async-stream v0.3.5
29622025-02-28T11:27:50.223Z[ helios-setup] Feb 28 11:27:49.494 INFO E| Compiling tokio-rustls v0.24.0
29632025-02-28T11:27:51.239Z[ helios-setup] Feb 28 11:27:50.510 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29642025-02-28T11:27:51.686Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652025-02-28T11:27:52.549Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29662025-02-28T11:27:55.866Z[ helios-setup] Feb 28 11:27:55.136 INFO E| Compiling slog-bunyan v2.4.0
29672025-02-28T11:27:56.253Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29682025-02-28T11:27:58.927Z[ host-package] Compiling slog-dtrace v0.3.0
29692025-02-28T11:28:00.270Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29702025-02-28T11:28:00.298Z[ helios-setup] Feb 28 11:27:59.567 INFO E| Compiling rustls-pemfile v1.0.2
29712025-02-28T11:28:00.612Z[ helios-setup] Feb 28 11:27:59.881 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29722025-02-28T11:28:01.750Z[ helios-setup] Feb 28 11:28:01.019 INFO E| Compiling serde_path_to_error v0.1.11
29732025-02-28T11:28:02.391Z[ helios-setup] Feb 28 11:28:01.660 INFO E| Compiling terminal_size v0.2.6
29742025-02-28T11:28:02.960Z[ helios-setup] Feb 28 11:28:02.229 INFO E| Compiling smawk v0.3.1
29752025-02-28T11:28:03.522Z[ helios-setup] Feb 28 11:28:02.789 INFO E| Compiling textwrap v0.16.0
29762025-02-28T11:28:03.780Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29772025-02-28T11:28:03.808Z[ helios-setup] Feb 28 11:28:03.077 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
29782025-02-28T11:28:11.412Z[ host-package] Compiling prettyplease v0.2.29
29792025-02-28T11:28:13.446Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29802025-02-28T11:28:19.782Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29812025-02-28T11:28:21.993Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29822025-02-28T11:28:22.700Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29832025-02-28T11:28:25.086Z[ host-package] Compiling half v2.4.1
29842025-02-28T11:28:26.500Z[ host-package] Compiling ciborium-io v0.2.2
29852025-02-28T11:28:26.731Z[ host-package] Compiling ciborium-ll v0.2.2
29862025-02-28T11:28:26.857Z[ host-package] Compiling bytecount v0.6.8
29872025-02-28T11:28:27.416Z[ helios-setup] Feb 28 11:28:26.680 INFO E| Compiling git2 v0.16.1
29882025-02-28T11:28:27.551Z[ host-package] Compiling ciborium v0.2.2
29892025-02-28T11:28:27.675Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29902025-02-28T11:28:29.006Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29912025-02-28T11:28:29.565Z[ host-package] Compiling display-error-chain v0.2.2
29922025-02-28T11:28:29.879Z[ host-package] Compiling const_format_proc_macros v0.2.34
29932025-02-28T11:28:30.349Z[ host-package] Compiling fastrand v2.1.1
29942025-02-28T11:28:30.968Z[ host-package] Compiling keccak v0.1.5
29952025-02-28T11:28:31.982Z[ host-package] Compiling same-file v1.0.6
29962025-02-28T11:28:32.277Z[ host-package] Compiling maplit v1.0.2
29972025-02-28T11:28:32.280Z[ helios-setup] Feb 28 11:28:31.542 INFO E| Compiling built v0.6.0
29982025-02-28T11:28:32.316Z[ host-package] Compiling crunchy v0.2.2
29992025-02-28T11:28:32.547Z[ host-package] Compiling walkdir v2.5.0
30002025-02-28T11:28:33.186Z[ host-package] Compiling const_format v0.2.34
30012025-02-28T11:28:33.752Z[ host-package] Compiling sha3 v0.10.8
30022025-02-28T11:28:33.832Z[ helios-setup] Feb 28 11:28:33.096 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30032025-02-28T11:28:34.818Z[ host-package] Compiling tempfile v3.13.0
30042025-02-28T11:28:35.012Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30052025-02-28T11:28:35.100Z[ host-package] Compiling tiny-keccak v2.0.2
30062025-02-28T11:28:35.562Z[ helios-setup] Feb 28 11:28:34.825 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30072025-02-28T11:28:35.615Z[ host-package] Compiling blake3 v1.5.4
30082025-02-28T11:28:35.896Z[ host-package] Compiling dsl_auto_type v0.1.2
30092025-02-28T11:28:36.301Z[ helios-setup] Feb 28 11:28:35.564 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30102025-02-28T11:28:36.387Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30112025-02-28T11:28:37.318Z[ host-package] Compiling xattr v1.3.1
30122025-02-28T11:28:37.713Z[ host-package] Compiling filetime v0.2.25
30132025-02-28T11:28:37.911Z[ host-package] Compiling memmap2 v0.9.5
30142025-02-28T11:28:38.153Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
30152025-02-28T11:28:38.398Z[ host-package] Compiling arrayvec v0.7.6
30162025-02-28T11:28:38.485Z[ host-package] Compiling constant_time_eq v0.3.1
30172025-02-28T11:28:38.731Z[ host-package] Compiling arrayref v0.3.9
30182025-02-28T11:28:38.896Z[ host-package] Compiling diesel_derives v2.2.3
30192025-02-28T11:28:39.028Z[ host-package] Compiling tar v0.4.44
30202025-02-28T11:28:40.859Z[ host-package] Compiling r2d2 v0.8.10
30212025-02-28T11:28:41.905Z[ host-package] Compiling camino-tempfile v1.1.1
30222025-02-28T11:28:42.081Z[ host-package] Compiling toolchain_find v0.4.0
30232025-02-28T11:28:42.528Z[ host-package] Compiling phf_generator v0.11.2
30242025-02-28T11:28:42.731Z[ host-package] Compiling ascii-canvas v3.0.0
30252025-02-28T11:28:42.855Z[ host-package] Compiling secrecy v0.8.0
30262025-02-28T11:28:42.923Z[ host-package] Compiling ena v0.14.3
30272025-02-28T11:28:43.343Z[ host-package] Compiling regex-syntax v0.6.29
30282025-02-28T11:28:43.543Z[ host-package] Compiling diff v0.1.13
30292025-02-28T11:28:43.893Z[ host-package] Compiling topological-sort v0.2.2
30302025-02-28T11:28:44.534Z[ host-package] Compiling bindgen v0.71.1
30312025-02-28T11:28:44.845Z[ host-package] Compiling omicron-zone-package v0.12.0
30322025-02-28T11:28:45.340Z[ host-package] Compiling phf_codegen v0.11.2
30332025-02-28T11:28:45.624Z[ host-package] Compiling rustfmt-wrapper v0.2.1
30342025-02-28T11:28:45.931Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30352025-02-28T11:28:46.920Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30362025-02-28T11:28:47.052Z[ host-package] Compiling universal-hash v0.5.1
30372025-02-28T11:28:47.509Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
30382025-02-28T11:28:47.581Z[ host-package] Compiling parse-zoneinfo v0.3.1
30392025-02-28T11:28:48.102Z[ host-package] Compiling opaque-debug v0.3.1
30402025-02-28T11:28:48.249Z[ host-package] Compiling ref-cast v1.0.23
30412025-02-28T11:28:48.923Z[ host-package] Compiling lalrpop v0.19.12
30422025-02-28T11:28:49.114Z[ host-package] Compiling rustc-hash v2.1.1
30432025-02-28T11:28:50.224Z[ host-package] Compiling thiserror-no-std v2.0.2
30442025-02-28T11:28:50.374Z[ host-package] Compiling chrono-tz-build v0.4.0
30452025-02-28T11:28:50.421Z[ host-package] Compiling poly1305 v0.8.0
30462025-02-28T11:28:51.131Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30472025-02-28T11:28:51.440Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30482025-02-28T11:28:51.883Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30492025-02-28T11:28:52.264Z[ host-package] Compiling derive_builder_core v0.20.2
30502025-02-28T11:28:52.420Z[ host-package] Compiling chacha20 v0.9.1
30512025-02-28T11:28:52.949Z[ host-package] Compiling headers-core v0.3.0
30522025-02-28T11:28:53.215Z[ host-package] Compiling aead v0.5.2
30532025-02-28T11:28:53.585Z[ host-package] Compiling diesel v2.2.7
30542025-02-28T11:28:53.628Z[ host-package] Compiling libxml v0.3.3
30552025-02-28T11:28:54.127Z[ host-package] Compiling ref-cast-impl v1.0.23
30562025-02-28T11:28:54.491Z[ host-package] Compiling vte_generate_state_changes v0.1.2
30572025-02-28T11:28:55.181Z[ host-package] Compiling arc-swap v1.7.1
30582025-02-28T11:28:55.389Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30592025-02-28T11:28:55.887Z[ host-package] Compiling slog-scope v4.4.0
30602025-02-28T11:28:56.288Z[ host-package] Compiling vte v0.11.1
30612025-02-28T11:28:56.817Z[ host-package] Compiling derive_builder_macro v0.20.2
30622025-02-28T11:28:57.897Z[ host-package] Compiling chacha20poly1305 v0.10.1
30632025-02-28T11:28:58.013Z[ host-package] Compiling headers v0.4.0
30642025-02-28T11:28:58.344Z[ host-package] Compiling chrono-tz v0.10.1
30652025-02-28T11:28:59.080Z[ host-package] Compiling vsss-rs v3.3.4
30662025-02-28T11:29:02.070Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30672025-02-28T11:29:02.953Z[ helios-setup] Feb 28 11:29:02.211 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30682025-02-28T11:29:03.348Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30692025-02-28T11:29:03.390Z[ host-package] Compiling samael v0.0.18
30702025-02-28T11:29:03.513Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30712025-02-28T11:29:05.403Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30722025-02-28T11:29:05.519Z[ host-package] Compiling strum_macros v0.24.3
30732025-02-28T11:29:05.921Z[ host-package] Compiling unicase v2.7.0
30742025-02-28T11:29:06.055Z[ helios-setup] Feb 28 11:29:05.312 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30752025-02-28T11:29:06.520Z[ host-package] Compiling indoc v1.0.9
30762025-02-28T11:29:17.139Z[ host-package] Compiling polar-core v0.27.3
30772025-02-28T11:29:25.482Z[ host-package] Compiling strip-ansi-escapes v0.2.0
30782025-02-28T11:29:26.996Z[ host-package] Compiling derive_builder v0.20.2
30792025-02-28T11:29:27.658Z[ host-package] Compiling slog-stdlog v4.1.1
30802025-02-28T11:29:30.264Z[ host-package] Compiling papergrid v0.11.0
30812025-02-28T11:29:30.320Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30822025-02-28T11:29:31.513Z[ host-package] Compiling tabled_derive v0.7.0
30832025-02-28T11:29:36.041Z[ host-package] Compiling fd-lock v4.0.2
30842025-02-28T11:29:36.814Z[ host-package] Compiling peg-macros v0.8.4
30852025-02-28T11:29:39.862Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30862025-02-28T11:29:41.359Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
30872025-02-28T11:29:41.828Z[ host-package] Compiling oso-derive v0.27.3
30882025-02-28T11:29:42.972Z[ host-package] Compiling quick-xml v0.37.2
30892025-02-28T11:29:44.188Z[ helios-setup] Feb 28 11:29:43.439 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30902025-02-28T11:29:47.542Z[ host-package] Compiling diesel-dtrace v0.4.2
30912025-02-28T11:29:47.932Z[ host-package] Compiling nu-ansi-term v0.50.1
30922025-02-28T11:29:49.172Z[ host-package] Compiling reedline v0.35.0
30932025-02-28T11:29:49.520Z[ host-package] Compiling peg v0.8.4
30942025-02-28T11:29:49.987Z[ host-package] Compiling tabled v0.15.0
30952025-02-28T11:30:05.371Z[ host-package] Compiling oso v0.27.3
30962025-02-28T11:30:21.605Z[ host-package] Compiling slog-envlogger v2.2.0
30972025-02-28T11:30:28.299Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30982025-02-28T11:30:31.520Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30992025-02-28T11:30:33.823Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31002025-02-28T11:30:34.053Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31012025-02-28T11:30:34.257Z[ host-package] Compiling bb8 v0.8.5
31022025-02-28T11:30:35.112Z[ host-package] Compiling bcs v0.1.6
31032025-02-28T11:30:35.994Z[ host-package] Compiling fxhash v0.2.1
31042025-02-28T11:30:36.311Z[ host-package] Compiling libz-sys v1.1.20
31052025-02-28T11:30:37.260Z[ host-package] Compiling termtree v0.5.1
31062025-02-28T11:30:37.972Z[ host-package] Compiling async-bb8-diesel v0.2.1
31072025-02-28T11:30:38.372Z[ helios-setup] Feb 28 11:30:37.615 INFO E| Finished `release` profile [optimized] target(s) in 6m 16s
31082025-02-28T11:30:38.511Z[ helios-setup] Feb 28 11:30:37.753 INFO building project "pilot" ok (376 seconds)
31092025-02-28T11:30:38.514Z[ helios-setup] Feb 28 11:30:37.754 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31102025-02-28T11:30:38.514Z[ helios-setup] Feb 28 11:30:37.754 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31112025-02-28T11:30:38.789Z[ helios-setup] Feb 28 11:30:38.031 INFO E| Downloading crates ...
31122025-02-28T11:30:38.901Z[ helios-setup] Feb 28 11:30:38.143 INFO E| Downloaded miniz_oxide v0.7.2
31132025-02-28T11:30:38.959Z[ helios-setup] Feb 28 11:30:38.201 INFO E| Compiling adler v1.0.2
31142025-02-28T11:30:39.136Z[ helios-setup] Feb 28 11:30:38.378 INFO E| Compiling miniz_oxide v0.7.2
31152025-02-28T11:30:40.170Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31162025-02-28T11:30:40.211Z[ host-package] Compiling kstat-rs v0.2.4
31172025-02-28T11:30:41.261Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31182025-02-28T11:30:41.317Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31192025-02-28T11:30:41.704Z[ helios-setup] Feb 28 11:30:40.945 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31202025-02-28T11:30:42.184Z[ host-package] Compiling proc-macro-error2 v2.0.1
31212025-02-28T11:30:42.657Z[ helios-setup] Feb 28 11:30:41.899 INFO E| Finished `release` profile [optimized] target(s) in 4.04s
31222025-02-28T11:30:42.667Z[ helios-setup] Feb 28 11:30:41.909 INFO building project "pinprick" ok (4 seconds)
31232025-02-28T11:30:42.668Z[ helios-setup] Feb 28 11:30:41.909 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31242025-02-28T11:30:42.670Z[ helios-setup] Feb 28 11:30:41.909 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31252025-02-28T11:30:42.677Z[ helios-setup] Feb 28 11:30:41.919 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
31262025-02-28T11:30:42.888Z[ helios-setup] Feb 28 11:30:42.130 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
31272025-02-28T11:30:42.888Z[ helios-setup] Feb 28 11:30:42.130 INFO E| info: downloading component 'cargo'
31282025-02-28T11:30:44.066Z[ helios-setup] Feb 28 11:30:43.307 INFO E| info: downloading component 'clippy'
31292025-02-28T11:30:44.217Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31302025-02-28T11:30:44.330Z[ helios-setup] Feb 28 11:30:43.571 INFO E| info: downloading component 'rust-docs'
31312025-02-28T11:30:45.452Z[ helios-setup] Feb 28 11:30:44.694 INFO E| info: downloading component 'rust-src'
31322025-02-28T11:30:45.538Z[ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
31332025-02-28T11:30:45.640Z[ helios-setup] Feb 28 11:30:44.881 INFO E| info: downloading component 'rust-std'
31342025-02-28T11:30:46.128Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
31352025-02-28T11:30:46.951Z[ host-package] Compiling nanorand v0.7.0
31362025-02-28T11:30:47.421Z[ helios-setup] Feb 28 11:30:46.662 INFO E| info: downloading component 'rustc'
31372025-02-28T11:30:47.702Z[ host-package] Compiling parking_lot_core v0.8.6
31382025-02-28T11:30:48.227Z[ host-package] Compiling flume v0.11.1
31392025-02-28T11:30:52.104Z[ helios-setup] Feb 28 11:30:51.344 INFO E| info: downloading component 'rustfmt'
31402025-02-28T11:30:52.340Z[ helios-setup] Feb 28 11:30:51.580 INFO E| info: installing component 'cargo'
31412025-02-28T11:30:53.597Z[ helios-setup] Feb 28 11:30:52.836 INFO E| info: installing component 'clippy'
31422025-02-28T11:30:54.049Z[ helios-setup] Feb 28 11:30:53.288 INFO E| info: installing component 'rust-docs'
31432025-02-28T11:30:57.715Z[ host-package] Compiling mime_guess v2.0.5
31442025-02-28T11:30:58.567Z[ helios-setup] Feb 28 11:30:57.804 INFO E| info: installing component 'rust-src'
31452025-02-28T11:30:59.050Z[ host-package] Compiling tabled_derive v0.10.0
31462025-02-28T11:30:59.309Z[ helios-setup] Feb 28 11:30:58.548 INFO E| info: installing component 'rust-std'
31472025-02-28T11:31:01.875Z[ helios-setup] Feb 28 11:31:01.112 INFO E| info: installing component 'rustc'
31482025-02-28T11:31:02.344Z[ host-package] Compiling papergrid v0.14.0
31492025-02-28T11:31:02.769Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31502025-02-28T11:31:07.900Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31512025-02-28T11:31:08.021Z[ helios-setup] Feb 28 11:31:07.257 INFO E| info: installing component 'rustfmt'
31522025-02-28T11:31:08.814Z[ helios-setup] Feb 28 11:31:08.050 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31532025-02-28T11:31:09.680Z[ helios-setup] Feb 28 11:31:08.917 INFO E| From https://github.com/oxidecomputer/amd-apcb
31542025-02-28T11:31:09.680Z[ helios-setup] Feb 28 11:31:08.917 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
31552025-02-28T11:31:09.681Z[ helios-setup] Feb 28 11:31:08.917 INFO E| * [new tag] v0.4.5 -> v0.4.5
31562025-02-28T11:31:09.717Z[ helios-setup] Feb 28 11:31:08.954 INFO E| * [new tag] v0.1.3 -> v0.1.3
31572025-02-28T11:31:09.723Z[ helios-setup] Feb 28 11:31:08.954 INFO E| * [new tag] v0.1.4 -> v0.1.4
31582025-02-28T11:31:09.723Z[ helios-setup] Feb 28 11:31:08.954 INFO E| * [new tag] v0.1.5 -> v0.1.5
31592025-02-28T11:31:09.724Z[ helios-setup] Feb 28 11:31:08.955 INFO E| * [new tag] v0.2.0 -> v0.2.0
31602025-02-28T11:31:09.724Z[ helios-setup] Feb 28 11:31:08.955 INFO E| * [new tag] v0.3.0 -> v0.3.0
31612025-02-28T11:31:09.724Z[ helios-setup] Feb 28 11:31:08.955 INFO E| * [new tag] v0.3.1 -> v0.3.1
31622025-02-28T11:31:09.724Z[ helios-setup] Feb 28 11:31:08.955 INFO E| * [new tag] v0.3.2 -> v0.3.2
31632025-02-28T11:31:09.724Z[ helios-setup] Feb 28 11:31:08.956 INFO E| * [new tag] v0.3.3 -> v0.3.3
31642025-02-28T11:31:09.724Z[ helios-setup] Feb 28 11:31:08.956 INFO E| * [new tag] v0.4.0 -> v0.4.0
31652025-02-28T11:31:09.724Z[ helios-setup] Feb 28 11:31:08.956 INFO E| * [new tag] v0.4.1 -> v0.4.1
31662025-02-28T11:31:09.724Z[ helios-setup] Feb 28 11:31:08.956 INFO E| * [new tag] v0.4.2 -> v0.4.2
31672025-02-28T11:31:09.724Z[ helios-setup] Feb 28 11:31:08.957 INFO E| * [new tag] v0.4.3 -> v0.4.3
31682025-02-28T11:31:09.724Z[ helios-setup] Feb 28 11:31:08.957 INFO E| * [new tag] v0.4.4 -> v0.4.4
31692025-02-28T11:31:09.797Z[ helios-setup] Feb 28 11:31:09.034 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
31702025-02-28T11:31:10.706Z[ helios-setup] Feb 28 11:31:09.943 INFO E| From https://github.com/oxidecomputer/amd-efs
31712025-02-28T11:31:10.706Z[ helios-setup] Feb 28 11:31:09.943 INFO E| * [new branch] empty -> origin/empty
31722025-02-28T11:31:10.706Z[ helios-setup] Feb 28 11:31:09.943 INFO E| * [new branch] issue-99 -> origin/issue-99
31732025-02-28T11:31:10.709Z[ helios-setup] Feb 28 11:31:09.943 INFO E| * [new branch] main -> origin/main
31742025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.943 INFO E| * [new branch] review -> origin/review
31752025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.943 INFO E| * [new ref] -> origin/HEAD
31762025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.944 INFO E| * [new tag] v0.2.0 -> v0.2.0
31772025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.944 INFO E| * [new tag] v0.2.1 -> v0.2.1
31782025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.944 INFO E| * [new tag] v0.2.2 -> v0.2.2
31792025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.944 INFO E| * [new tag] v0.2.3 -> v0.2.3
31802025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.944 INFO E| * [new tag] v0.2.4 -> v0.2.4
31812025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.944 INFO E| * [new tag] v0.2.5 -> v0.2.5
31822025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.945 INFO E| * [new tag] v0.2.6 -> v0.2.6
31832025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.945 INFO E| * [new tag] v0.2.7 -> v0.2.7
31842025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.945 INFO E| * [new tag] v0.3.0 -> v0.3.0
31852025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.945 INFO E| * [new tag] v0.3.1 -> v0.3.1
31862025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.945 INFO E| * [new tag] v0.4.0 -> v0.4.0
31872025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.945 INFO E| * [new tag] v0.4.1 -> v0.4.1
31882025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.945 INFO E| * [new tag] v0.4.2 -> v0.4.2
31892025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.946 INFO E| * [new tag] v0.4.3 -> v0.4.3
31902025-02-28T11:31:10.710Z[ helios-setup] Feb 28 11:31:09.946 INFO E| * [new tag] v0.4.4 -> v0.4.4
31912025-02-28T11:31:10.732Z[ helios-setup] Feb 28 11:31:09.969 INFO E| Updating crates.io index
31922025-02-28T11:31:11.051Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31932025-02-28T11:31:11.216Z[ helios-setup] Feb 28 11:31:10.453 INFO E| Downloading crates ...
31942025-02-28T11:31:11.323Z[ helios-setup] Feb 28 11:31:10.559 INFO E| Downloaded bitflags v1.3.2
31952025-02-28T11:31:11.329Z[ helios-setup] Feb 28 11:31:10.565 INFO E| Downloaded atty v0.2.14
31962025-02-28T11:31:11.332Z[ helios-setup] Feb 28 11:31:10.568 INFO E| Downloaded parse_int v0.6.0
31972025-02-28T11:31:11.335Z[ helios-setup] Feb 28 11:31:10.569 INFO E| Downloaded ansi_term v0.12.1
31982025-02-28T11:31:11.364Z[ helios-setup] Feb 28 11:31:10.601 INFO E| Downloaded unic-char-range v0.9.0
31992025-02-28T11:31:11.367Z[ helios-setup] Feb 28 11:31:10.603 INFO E| Downloaded unic-char-property v0.9.0
32002025-02-28T11:31:11.370Z[ helios-setup] Feb 28 11:31:10.605 INFO E| Downloaded strum v0.23.0
32012025-02-28T11:31:11.371Z[ helios-setup] Feb 28 11:31:10.606 INFO E| Downloaded memoffset v0.5.6
32022025-02-28T11:31:11.374Z[ helios-setup] Feb 28 11:31:10.608 INFO E| Downloaded unic-ucd-version v0.9.0
32032025-02-28T11:31:11.374Z[ helios-setup] Feb 28 11:31:10.610 INFO E| Downloaded fletcher v0.1.0
32042025-02-28T11:31:11.377Z[ helios-setup] Feb 28 11:31:10.612 INFO E| Downloaded scroll_derive v0.10.5
32052025-02-28T11:31:11.380Z[ helios-setup] Feb 28 11:31:10.614 INFO E| Downloaded block-buffer v0.10.4
32062025-02-28T11:31:11.380Z[ helios-setup] Feb 28 11:31:10.616 INFO E| Downloaded unic-common v0.9.0
32072025-02-28T11:31:11.383Z[ helios-setup] Feb 28 11:31:10.617 INFO E| Downloaded autocfg v1.4.0
32082025-02-28T11:31:11.386Z[ helios-setup] Feb 28 11:31:10.620 INFO E| Downloaded version_check v0.9.5
32092025-02-28T11:31:11.386Z[ helios-setup] Feb 28 11:31:10.622 INFO E| Downloaded dyn-clone v1.0.17
32102025-02-28T11:31:11.390Z[ helios-setup] Feb 28 11:31:10.624 INFO E| Downloaded digest v0.10.7
32112025-02-28T11:31:11.392Z[ helios-setup] Feb 28 11:31:10.626 INFO E| Downloaded lazy_static v1.5.0
32122025-02-28T11:31:11.393Z[ helios-setup] Feb 28 11:31:10.628 INFO E| Downloaded heck v0.3.3
32132025-02-28T11:31:11.396Z[ helios-setup] Feb 28 11:31:10.630 INFO E| Downloaded generic-array v0.14.7
32142025-02-28T11:31:11.396Z[ helios-setup] Feb 28 11:31:10.632 INFO E| Downloaded num-derive v0.4.2
32152025-02-28T11:31:11.399Z[ helios-setup] Feb 28 11:31:10.635 INFO E| Downloaded plain v0.2.3
32162025-02-28T11:31:11.402Z[ helios-setup] Feb 28 11:31:10.636 INFO E| Downloaded cpufeatures v0.2.16
32172025-02-28T11:31:11.402Z[ helios-setup] Feb 28 11:31:10.638 INFO E| Downloaded modular-bitfield-impl v0.11.2
32182025-02-28T11:31:11.406Z[ helios-setup] Feb 28 11:31:10.640 INFO E| Downloaded structopt-derive v0.4.18
32192025-02-28T11:31:11.406Z[ helios-setup] Feb 28 11:31:10.642 INFO E| Downloaded static_assertions v1.1.0
32202025-02-28T11:31:11.409Z[ helios-setup] Feb 28 11:31:10.644 INFO E| Downloaded rustc_version v0.2.3
32212025-02-28T11:31:11.409Z[ helios-setup] Feb 28 11:31:10.645 INFO E| Downloaded semver v0.9.0
32222025-02-28T11:31:11.412Z[ helios-setup] Feb 28 11:31:10.647 INFO E| Downloaded thiserror-impl v1.0.69
32232025-02-28T11:31:11.412Z[ helios-setup] Feb 28 11:31:10.649 INFO E| Downloaded rustversion v1.0.19
32242025-02-28T11:31:11.416Z[ helios-setup] Feb 28 11:31:10.652 INFO E| Downloaded strsim v0.8.0
32252025-02-28T11:31:11.419Z[ helios-setup] Feb 28 11:31:10.654 INFO E| Downloaded unic-ucd-ident v0.9.0
32262025-02-28T11:31:11.422Z[ helios-setup] Feb 28 11:31:10.656 INFO E| Downloaded proc-macro-crate v0.1.5
32272025-02-28T11:31:11.423Z[ helios-setup] Feb 28 11:31:10.657 INFO E| Downloaded thiserror v1.0.69
32282025-02-28T11:31:11.428Z[ helios-setup] Feb 28 11:31:10.665 INFO E| Downloaded pest_generator v2.7.15
32292025-02-28T11:31:11.431Z[ helios-setup] Feb 28 11:31:10.667 INFO E| Downloaded paste v1.0.15
32302025-02-28T11:31:11.435Z[ helios-setup] Feb 28 11:31:10.671 INFO E| Downloaded semver-parser v0.7.0
32312025-02-28T11:31:11.439Z[ helios-setup] Feb 28 11:31:10.672 INFO E| Downloaded itoa v1.0.14
32322025-02-28T11:31:11.439Z[ helios-setup] Feb 28 11:31:10.674 INFO E| Downloaded textwrap v0.11.0
32332025-02-28T11:31:11.442Z[ helios-setup] Feb 28 11:31:10.677 INFO E| Downloaded pre-proc-macro v0.2.1
32342025-02-28T11:31:11.445Z[ helios-setup] Feb 28 11:31:10.679 INFO E| Downloaded vec_map v0.8.2
32352025-02-28T11:31:11.445Z[ helios-setup] Feb 28 11:31:10.681 INFO E| Downloaded scroll v0.10.2
32362025-02-28T11:31:11.448Z[ helios-setup] Feb 28 11:31:10.683 INFO E| Downloaded thiserror-impl v2.0.11
32372025-02-28T11:31:11.451Z[ helios-setup] Feb 28 11:31:10.686 INFO E| Downloaded thiserror v2.0.11
32382025-02-28T11:31:11.458Z[ helios-setup] Feb 28 11:31:10.694 INFO E| Downloaded quote v1.0.38
32392025-02-28T11:31:11.461Z[ helios-setup] Feb 28 11:31:10.698 INFO E| Downloaded serde_derive_internals v0.29.1
32402025-02-28T11:31:11.464Z[ helios-setup] Feb 28 11:31:10.700 INFO E| Downloaded strum_macros v0.23.1
32412025-02-28T11:31:11.467Z[ helios-setup] Feb 28 11:31:10.703 INFO E| Downloaded ryu v1.0.18
32422025-02-28T11:31:11.471Z[ helios-setup] Feb 28 11:31:10.707 INFO E| Downloaded ucd-trie v0.1.7
32432025-02-28T11:31:11.474Z[ helios-setup] Feb 28 11:31:10.710 INFO E| Downloaded unicode-ident v1.0.14
32442025-02-28T11:31:11.477Z[ helios-setup] Feb 28 11:31:10.714 INFO E| Downloaded zerocopy v0.6.6
32452025-02-28T11:31:11.482Z[ helios-setup] Feb 28 11:31:10.718 INFO E| Downloaded typenum v1.17.0
32462025-02-28T11:31:11.486Z[ helios-setup] Feb 28 11:31:10.723 INFO E| Downloaded schemars v0.8.21
32472025-02-28T11:31:11.508Z[ helios-setup] Feb 28 11:31:10.744 INFO E| Downloaded toml v0.5.11
32482025-02-28T11:31:11.512Z[ helios-setup] Feb 28 11:31:10.748 INFO E| Downloaded serde_derive v1.0.217
32492025-02-28T11:31:11.517Z[ helios-setup] Feb 28 11:31:10.753 INFO E| Downloaded memchr v2.7.4
32502025-02-28T11:31:11.527Z[ helios-setup] Feb 28 11:31:10.764 INFO E| Downloaded unicode-segmentation v1.12.0
32512025-02-28T11:31:11.533Z[ helios-setup] Feb 28 11:31:10.769 INFO E| Downloaded serde v1.0.217
32522025-02-28T11:31:11.539Z[ helios-setup] Feb 28 11:31:10.776 INFO E| Downloaded proc-macro2 v1.0.93
32532025-02-28T11:31:11.544Z[ helios-setup] Feb 28 11:31:10.781 INFO E| Downloaded structopt v0.3.26
32542025-02-28T11:31:11.572Z[ helios-setup] Feb 28 11:31:10.808 INFO E| Downloaded serde_json v1.0.135
32552025-02-28T11:31:11.582Z[ helios-setup] Feb 28 11:31:10.818 INFO E| Downloaded pest v2.7.15
32562025-02-28T11:31:11.589Z[ helios-setup] Feb 28 11:31:10.826 INFO E| Downloaded clap v2.34.0
32572025-02-28T11:31:11.599Z[ helios-setup] Feb 28 11:31:10.836 INFO E| Downloaded syn v1.0.109
32582025-02-28T11:31:11.615Z[ helios-setup] Feb 28 11:31:10.852 INFO E| Downloaded unicode-width v0.1.14
32592025-02-28T11:31:11.624Z[ helios-setup] Feb 28 11:31:10.860 INFO E| Downloaded syn v2.0.96
32602025-02-28T11:31:11.642Z[ helios-setup] Feb 28 11:31:10.879 INFO E| Downloaded goblin v0.4.3
32612025-02-28T11:31:11.650Z[ helios-setup] Feb 28 11:31:10.887 INFO E| Downloaded proc-macro-error v1.0.4
32622025-02-28T11:31:11.655Z[ helios-setup] Feb 28 11:31:10.892 INFO E| Downloaded zerocopy-derive v0.6.6
32632025-02-28T11:31:11.670Z[ helios-setup] Feb 28 11:31:10.906 INFO E| Downloaded libc v0.2.169
32642025-02-28T11:31:11.707Z[ helios-setup] Feb 28 11:31:10.944 INFO E| Downloaded log v0.4.22
32652025-02-28T11:31:11.710Z[ helios-setup] Feb 28 11:31:10.947 INFO E| Downloaded pest_meta v2.7.15
32662025-02-28T11:31:11.713Z[ helios-setup] Feb 28 11:31:10.950 INFO E| Downloaded pest_derive v2.7.15
32672025-02-28T11:31:11.716Z[ helios-setup] Feb 28 11:31:10.953 INFO E| Downloaded num-traits v0.2.19
32682025-02-28T11:31:11.720Z[ helios-setup] Feb 28 11:31:10.957 INFO E| Downloaded modular-bitfield v0.11.2
32692025-02-28T11:31:11.735Z[ helios-setup] Feb 28 11:31:10.972 INFO E| Downloaded four-cc v0.3.0
32702025-02-28T11:31:11.738Z[ helios-setup] Feb 28 11:31:10.974 INFO E| Downloaded sha2 v0.10.8
32712025-02-28T11:31:11.744Z[ helios-setup] Feb 28 11:31:10.977 INFO E| Downloaded once_cell v1.20.2
32722025-02-28T11:31:11.744Z[ helios-setup] Feb 28 11:31:10.981 INFO E| Downloaded cfg-if v1.0.0
32732025-02-28T11:31:11.747Z[ helios-setup] Feb 28 11:31:10.982 INFO E| Downloaded schemars_derive v0.8.21
32742025-02-28T11:31:11.750Z[ helios-setup] Feb 28 11:31:10.984 INFO E| Downloaded pre v0.2.1
32752025-02-28T11:31:11.750Z[ helios-setup] Feb 28 11:31:10.986 INFO E| Downloaded byteorder v1.5.0
32762025-02-28T11:31:11.752Z[ helios-setup] Feb 28 11:31:10.988 INFO E| Downloaded crypto-common v0.1.6
32772025-02-28T11:31:11.752Z[ helios-setup] Feb 28 11:31:10.989 INFO E| Downloaded cfg-if v0.1.10
32782025-02-28T11:31:11.755Z[ helios-setup] Feb 28 11:31:10.991 INFO E| Downloaded bytesize v1.3.0
32792025-02-28T11:31:11.758Z[ helios-setup] Feb 28 11:31:10.992 INFO E| Downloaded proc-macro-error-attr v1.0.4
32802025-02-28T11:31:11.758Z[ helios-setup] Feb 28 11:31:10.994 INFO E| Downloaded json5 v0.4.1
32812025-02-28T11:31:11.898Z[ helios-setup] Feb 28 11:31:11.135 INFO E| Compiling proc-macro2 v1.0.93
32822025-02-28T11:31:11.898Z[ helios-setup] Feb 28 11:31:11.135 INFO E| Compiling unicode-ident v1.0.14
32832025-02-28T11:31:11.901Z[ helios-setup] Feb 28 11:31:11.135 INFO E| Compiling syn v1.0.109
32842025-02-28T11:31:11.901Z[ helios-setup] Feb 28 11:31:11.135 INFO E| Compiling version_check v0.9.5
32852025-02-28T11:31:11.901Z[ helios-setup] Feb 28 11:31:11.135 INFO E| Compiling memchr v2.7.4
32862025-02-28T11:31:11.910Z[ helios-setup] Feb 28 11:31:11.147 INFO E| Compiling semver-parser v0.7.0
32872025-02-28T11:31:11.913Z[ helios-setup] Feb 28 11:31:11.147 INFO E| Compiling autocfg v1.4.0
32882025-02-28T11:31:11.913Z[ helios-setup] Feb 28 11:31:11.147 INFO E| Compiling serde v1.0.217
32892025-02-28T11:31:13.109Z[ helios-setup] Feb 28 11:31:12.344 INFO E| Compiling proc-macro-error-attr v1.0.4
32902025-02-28T11:31:13.163Z[ helios-setup] Feb 28 11:31:12.397 INFO E| Compiling semver v0.9.0
32912025-02-28T11:31:13.230Z[ helios-setup] Feb 28 11:31:12.466 INFO E| Compiling proc-macro-error v1.0.4
32922025-02-28T11:31:13.427Z[ helios-setup] Feb 28 11:31:12.663 INFO E| Compiling serde_json v1.0.135
32932025-02-28T11:31:13.792Z[ helios-setup] Feb 28 11:31:13.028 INFO E| Compiling rustc_version v0.2.3
32942025-02-28T11:31:13.864Z[ helios-setup] Feb 28 11:31:13.100 INFO E| Compiling thiserror v2.0.11
32952025-02-28T11:31:13.980Z[ helios-setup] Feb 28 11:31:13.216 INFO E| Compiling num-traits v0.2.19
32962025-02-28T11:31:14.328Z[ helios-setup] Feb 28 11:31:13.564 INFO E| Compiling itoa v1.0.14
32972025-02-28T11:31:14.349Z[ helios-setup] Feb 28 11:31:13.585 INFO E| Compiling schemars v0.8.21
32982025-02-28T11:31:14.624Z[ helios-setup] Feb 28 11:31:13.860 INFO E| Compiling unicode-segmentation v1.12.0
32992025-02-28T11:31:14.734Z[ helios-setup] Feb 28 11:31:13.970 INFO E| Compiling ryu v1.0.18
33002025-02-28T11:31:14.941Z[ helios-setup] Feb 28 11:31:14.177 INFO E| Compiling quote v1.0.38
33012025-02-28T11:31:15.211Z[ helios-setup] Feb 28 11:31:14.447 INFO E| Compiling pre-proc-macro v0.2.1
33022025-02-28T11:31:15.584Z[ helios-setup] Feb 28 11:31:14.820 INFO E| Compiling memoffset v0.5.6
33032025-02-28T11:31:15.779Z[ helios-setup] Feb 28 11:31:15.014 INFO E| Compiling syn v2.0.96
33042025-02-28T11:31:16.272Z[ helios-setup] Feb 28 11:31:15.508 INFO E| Compiling heck v0.3.3
33052025-02-28T11:31:16.344Z[ helios-setup] Feb 28 11:31:15.580 INFO E| Compiling lazy_static v1.5.0
33062025-02-28T11:31:16.413Z[ helios-setup] Feb 28 11:31:15.649 INFO E| Compiling ucd-trie v0.1.7
33072025-02-28T11:31:16.537Z[ helios-setup] Feb 28 11:31:15.772 INFO E| Compiling dyn-clone v1.0.17
33082025-02-28T11:31:16.676Z[ helios-setup] Feb 28 11:31:15.912 INFO E| Compiling libc v0.2.169
33092025-02-28T11:31:16.889Z[ helios-setup] Feb 28 11:31:16.124 INFO E| Compiling paste v1.0.15
33102025-02-28T11:31:16.968Z[ helios-setup] Feb 28 11:31:16.203 INFO E| Compiling rustversion v1.0.19
33112025-02-28T11:31:17.852Z[ helios-setup] Feb 28 11:31:17.088 INFO E| Compiling thiserror v1.0.69
33122025-02-28T11:31:18.350Z[ helios-setup] Feb 28 11:31:17.586 INFO E| Compiling pre v0.2.1
33132025-02-28T11:31:18.392Z[ helios-setup] Feb 28 11:31:17.628 INFO E| Compiling cfg-if v0.1.10
33142025-02-28T11:31:18.485Z[ helios-setup] Feb 28 11:31:17.720 INFO E| Compiling static_assertions v1.1.0
33152025-02-28T11:31:18.554Z[ helios-setup] Feb 28 11:31:17.790 INFO E| Compiling byteorder v1.5.0
33162025-02-28T11:31:18.584Z[ helios-setup] Feb 28 11:31:17.819 INFO E| Compiling once_cell v1.20.2
33172025-02-28T11:31:18.796Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33182025-02-28T11:31:19.912Z[ helios-setup] Feb 28 11:31:19.147 INFO E| Compiling unicode-width v0.1.14
33192025-02-28T11:31:21.067Z[ helios-setup] Feb 28 11:31:20.302 INFO E| Compiling textwrap v0.11.0
33202025-02-28T11:31:21.461Z[ helios-setup] Feb 28 11:31:20.696 INFO E| Compiling atty v0.2.14
33212025-02-28T11:31:21.829Z[ helios-setup] Feb 28 11:31:21.064 INFO E| Compiling vec_map v0.8.2
33222025-02-28T11:31:21.910Z[ helios-setup] Feb 28 11:31:21.145 INFO E| Compiling bitflags v1.3.2
33232025-02-28T11:31:21.998Z[ helios-setup] Feb 28 11:31:21.233 INFO E| Compiling ansi_term v0.12.1
33242025-02-28T11:31:22.253Z[ helios-setup] Feb 28 11:31:21.488 INFO E| Compiling parse_int v0.6.0
33252025-02-28T11:31:22.286Z[ helios-setup] Feb 28 11:31:21.521 INFO E| Compiling fletcher v0.1.0
33262025-02-28T11:31:22.366Z[ helios-setup] Feb 28 11:31:21.601 INFO E| Compiling unic-common v0.9.0
33272025-02-28T11:31:22.587Z[ helios-setup] Feb 28 11:31:21.821 INFO E| Compiling unic-char-range v0.9.0
33282025-02-28T11:31:22.587Z[ helios-setup] Feb 28 11:31:21.821 INFO E| Compiling strum v0.23.0
33292025-02-28T11:31:22.604Z[ helios-setup] Feb 28 11:31:21.839 INFO E| Compiling strsim v0.8.0
33302025-02-28T11:31:22.792Z[ helios-setup] Feb 28 11:31:22.027 INFO E| Compiling unic-char-property v0.9.0
33312025-02-28T11:31:22.805Z[ helios-setup] Feb 28 11:31:22.039 INFO E| Compiling unic-ucd-version v0.9.0
33322025-02-28T11:31:22.872Z[ helios-setup] Feb 28 11:31:22.107 INFO E| Compiling log v0.4.22
33332025-02-28T11:31:22.953Z[ helios-setup] Feb 28 11:31:22.186 INFO E| Compiling clap v2.34.0
33342025-02-28T11:31:23.163Z[ helios-setup] Feb 28 11:31:22.397 INFO E| Compiling plain v0.2.3
33352025-02-28T11:31:23.339Z[ helios-setup] Feb 28 11:31:22.572 INFO E| Compiling unic-ucd-ident v0.9.0
33362025-02-28T11:31:23.561Z[ helios-setup] Feb 28 11:31:22.795 INFO E| Compiling bytesize v1.3.0
33372025-02-28T11:31:24.579Z[ helios-setup] Feb 28 11:31:23.813 INFO E| Compiling serde_derive_internals v0.29.1
33382025-02-28T11:31:24.596Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33392025-02-28T11:31:24.665Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33402025-02-28T11:31:25.402Z[ host-package] Compiling tabled v0.18.0
33412025-02-28T11:31:25.872Z[ helios-setup] Feb 28 11:31:25.104 INFO E| Compiling toml v0.5.11
33422025-02-28T11:31:28.653Z[ helios-setup] Feb 28 11:31:27.887 INFO E| Compiling proc-macro-crate v0.1.5
33432025-02-28T11:31:30.409Z[ helios-setup] Feb 28 11:31:29.642 INFO E| Compiling serde_derive v1.0.217
33442025-02-28T11:31:30.477Z[ helios-setup] Feb 28 11:31:29.710 INFO E| Compiling thiserror-impl v2.0.11
33452025-02-28T11:31:30.623Z[ helios-setup] Feb 28 11:31:29.857 INFO E| Compiling schemars_derive v0.8.21
33462025-02-28T11:31:31.201Z[ helios-setup] Feb 28 11:31:30.434 INFO E| Compiling zerocopy-derive v0.6.6
33472025-02-28T11:31:31.275Z[ helios-setup] Feb 28 11:31:30.508 INFO E| Compiling thiserror-impl v1.0.69
33482025-02-28T11:31:32.571Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33492025-02-28T11:31:34.034Z[ helios-setup] Feb 28 11:31:33.267 INFO E| Compiling num-derive v0.4.2
33502025-02-28T11:31:34.765Z[ helios-setup] Feb 28 11:31:33.998 INFO E| Compiling zerocopy v0.6.6
33512025-02-28T11:31:36.364Z[ helios-setup] Feb 28 11:31:35.595 INFO E| Compiling pest v2.7.15
33522025-02-28T11:31:36.885Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33532025-02-28T11:31:38.441Z[ helios-setup] Feb 28 11:31:37.673 INFO E| Compiling modular-bitfield-impl v0.11.2
33542025-02-28T11:31:38.917Z[ helios-setup] Feb 28 11:31:38.149 INFO E| Compiling strum_macros v0.23.1
33552025-02-28T11:31:40.838Z[ helios-setup] Feb 28 11:31:40.069 INFO E| Compiling scroll_derive v0.10.5
33562025-02-28T11:31:41.535Z[ helios-setup] Feb 28 11:31:40.767 INFO E| Compiling pest_meta v2.7.15
33572025-02-28T11:31:41.569Z[ helios-setup] Feb 28 11:31:40.801 INFO E| Compiling structopt-derive v0.4.18
33582025-02-28T11:31:43.461Z[ host-package] Compiling itertools v0.13.0
33592025-02-28T11:31:44.015Z[ helios-setup] Feb 28 11:31:43.246 INFO E| Compiling modular-bitfield v0.11.2
33602025-02-28T11:31:44.435Z[ helios-setup] Feb 28 11:31:43.666 INFO E| Compiling pest_generator v2.7.15
33612025-02-28T11:31:44.618Z[ helios-setup] Feb 28 11:31:43.849 INFO E| Compiling scroll v0.10.2
33622025-02-28T11:31:45.927Z[ helios-setup] Feb 28 11:31:45.158 INFO E| Compiling goblin v0.4.3
33632025-02-28T11:31:47.293Z[ helios-setup] Feb 28 11:31:46.523 INFO E| Compiling structopt v0.3.26
33642025-02-28T11:31:47.666Z[ host-package] Compiling vergen v8.3.2
33652025-02-28T11:31:48.297Z[ helios-setup] Feb 28 11:31:47.527 INFO E| Compiling pest_derive v2.7.15
33662025-02-28T11:31:48.379Z[ host-package] Compiling castaway v0.2.3
33672025-02-28T11:31:48.734Z[ host-package] Compiling nibble_vec v0.1.0
33682025-02-28T11:31:49.131Z[ host-package] Compiling cargo-platform v0.1.8
33692025-02-28T11:31:49.765Z[ host-package] Compiling atty v0.2.14
33702025-02-28T11:31:49.901Z[ host-package] Compiling io-lifetimes v1.0.11
33712025-02-28T11:31:50.030Z[ host-package] Compiling salty v0.3.0
33722025-02-28T11:31:50.615Z[ host-package] Compiling http-range v0.1.5
33732025-02-28T11:31:50.728Z[ host-package] Compiling endian-type v0.1.2
33742025-02-28T11:31:51.081Z[ host-package] Compiling radix_trie v0.2.1
33752025-02-28T11:31:51.418Z[ host-package] Compiling tough v0.19.0
33762025-02-28T11:31:51.913Z[ host-package] Compiling git2 v0.19.0
33772025-02-28T11:31:51.937Z[ host-package] Compiling cargo_metadata v0.18.1
33782025-02-28T11:31:52.244Z[ host-package] Compiling unicode-truncate v1.1.0
33792025-02-28T11:31:52.707Z[ host-package] Compiling compact_str v0.8.0
33802025-02-28T11:31:53.720Z[ helios-setup] Feb 28 11:31:52.949 INFO E| Compiling json5 v0.4.1
33812025-02-28T11:31:55.902Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33822025-02-28T11:31:58.362Z[ host-package] Compiling parking_lot v0.11.2
33832025-02-28T11:31:59.730Z[ helios-setup] Feb 28 11:31:58.958 INFO E| Compiling four-cc v0.3.0
33842025-02-28T11:31:59.731Z[ helios-setup] Feb 28 11:31:58.958 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
33852025-02-28T11:32:00.029Z[ helios-setup] Feb 28 11:31:59.257 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
33862025-02-28T11:32:03.606Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33872025-02-28T11:32:03.653Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
33882025-02-28T11:32:03.976Z[ host-package] Compiling lru v0.12.5
33892025-02-28T11:32:04.467Z[ host-package] Compiling rand_seeder v0.3.0
33902025-02-28T11:32:05.055Z[ host-package] Compiling lzma-sys v0.1.20
33912025-02-28T11:32:06.075Z[ host-package] Compiling instability v0.3.2
33922025-02-28T11:32:06.404Z[ host-package] Compiling rustix v0.37.28
33932025-02-28T11:32:07.210Z[ host-package] Compiling rustls v0.21.12
33942025-02-28T11:32:07.252Z[ host-package] Compiling cassowary v0.3.0
33952025-02-28T11:32:07.697Z[ host-package] Compiling indoc v2.0.5
33962025-02-28T11:32:08.951Z[ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33972025-02-28T11:32:09.437Z[ host-package] Compiling ratatui v0.29.0
33982025-02-28T11:32:10.776Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33992025-02-28T11:32:11.052Z[ host-package] Compiling hyper-staticfile v0.10.1
34002025-02-28T11:32:13.827Z[ host-package] Compiling sled v0.34.7
34012025-02-28T11:32:15.132Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34022025-02-28T11:32:30.534Z[ host-package] Compiling hickory-client v0.24.4
34032025-02-28T11:32:34.266Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34042025-02-28T11:32:35.391Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34052025-02-28T11:32:35.721Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34062025-02-28T11:32:35.786Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34072025-02-28T11:32:36.286Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
34082025-02-28T11:32:38.069Z[ host-package] Compiling rustls-webpki v0.101.7
34092025-02-28T11:32:41.219Z[ host-package] Compiling sct v0.7.1
34102025-02-28T11:32:41.738Z[ host-package] Compiling hickory-server v0.24.4
34112025-02-28T11:32:42.443Z[ host-package] Compiling primeorder v0.13.6
34122025-02-28T11:32:42.884Z[ host-package] Compiling heck v0.3.3
34132025-02-28T11:32:43.087Z[ host-package] Compiling env_filter v0.1.2
34142025-02-28T11:32:43.280Z[ host-package] Compiling csv-core v0.1.11
34152025-02-28T11:32:44.304Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34162025-02-28T11:32:44.506Z[ host-package] Compiling csv v1.3.1
34172025-02-28T11:32:44.793Z[ host-package] Compiling env_logger v0.11.5
34182025-02-28T11:32:44.850Z[ host-package] Compiling zone_cfg_derive v0.1.2
34192025-02-28T11:32:45.296Z[ helios-setup] Feb 28 11:32:44.516 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34202025-02-28T11:32:46.629Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34212025-02-28T11:32:46.666Z[ host-package] Compiling p384 v0.13.0
34222025-02-28T11:32:53.322Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34232025-02-28T11:32:53.867Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34242025-02-28T11:32:54.893Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
34252025-02-28T11:32:55.234Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34262025-02-28T11:32:56.500Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34272025-02-28T11:32:56.972Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34282025-02-28T11:32:57.443Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34292025-02-28T11:32:57.857Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34302025-02-28T11:32:58.316Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34312025-02-28T11:32:58.455Z[ host-package] Compiling nix v0.27.1
34322025-02-28T11:32:58.719Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34332025-02-28T11:32:59.874Z[ host-package] Compiling tungstenite v0.23.0
34342025-02-28T11:33:01.820Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
34352025-02-28T11:33:02.242Z[ helios-setup] Feb 28 11:33:01.460 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34362025-02-28T11:33:02.292Z[ host-package] Compiling base64 v0.13.1
34372025-02-28T11:33:03.211Z[ host-package] Compiling ron v0.7.1
34382025-02-28T11:33:03.307Z[ host-package] Compiling tokio-tungstenite v0.23.1
34392025-02-28T11:33:04.029Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34402025-02-28T11:33:05.157Z[ host-package] Compiling xz2 v0.1.7
34412025-02-28T11:33:06.056Z[ host-package] Compiling terminal_size v0.2.6
34422025-02-28T11:33:06.340Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34432025-02-28T11:33:08.817Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34442025-02-28T11:33:12.083Z[ host-package] Compiling tokio-rustls v0.24.1
34452025-02-28T11:33:12.687Z[ host-package] Compiling zone v0.1.8
34462025-02-28T11:33:15.678Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34472025-02-28T11:33:15.790Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34482025-02-28T11:33:15.794Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34492025-02-28T11:33:16.331Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34502025-02-28T11:33:16.385Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34512025-02-28T11:33:16.753Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34522025-02-28T11:33:19.780Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532025-02-28T11:33:24.729Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34542025-02-28T11:33:25.285Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34552025-02-28T11:33:25.520Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34562025-02-28T11:33:27.388Z[ host-package] Compiling rustls-pemfile v1.0.4
34572025-02-28T11:33:27.493Z[ host-package] Compiling signal-hook-tokio v0.3.1
34582025-02-28T11:33:27.860Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34592025-02-28T11:33:28.393Z[ host-package] Compiling twox-hash v2.1.0
34602025-02-28T11:33:29.835Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34612025-02-28T11:33:30.027Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34622025-02-28T11:33:32.171Z[ host-package] Compiling yasna v0.5.2
34632025-02-28T11:33:33.611Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
34642025-02-28T11:33:33.875Z[ host-package] Compiling is_ci v1.2.0
34652025-02-28T11:33:34.608Z[ host-package] Compiling unicode-linebreak v0.1.5
34662025-02-28T11:33:35.797Z[ host-package] Compiling smawk v0.3.2
34672025-02-28T11:33:36.227Z[ host-package] Compiling glob v0.3.2
34682025-02-28T11:33:36.706Z[ host-package] Compiling textwrap v0.16.1
34692025-02-28T11:33:36.932Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34702025-02-28T11:33:38.924Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
34712025-02-28T11:33:39.017Z[ host-package] Compiling supports-color v3.0.2
34722025-02-28T11:33:39.292Z[ host-package] Compiling rcgen v0.12.1
34732025-02-28T11:33:39.752Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34742025-02-28T11:33:43.454Z[ helios-setup] Feb 28 11:33:42.664 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 34s
34752025-02-28T11:33:43.548Z[ helios-setup] Feb 28 11:33:42.759 INFO building project "amd-host-image-builder" ok (180 seconds)
34762025-02-28T11:33:43.551Z[ helios-setup] Feb 28 11:33:42.759 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34772025-02-28T11:33:43.551Z[ helios-setup] Feb 28 11:33:42.759 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34782025-02-28T11:33:43.820Z[ helios-setup] Feb 28 11:33:43.031 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34792025-02-28T11:33:44.227Z[ helios-setup] Feb 28 11:33:43.437 INFO E| From https://github.com/jclulow/rust-jmclib
34802025-02-28T11:33:44.227Z[ helios-setup] Feb 28 11:33:43.437 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34812025-02-28T11:33:44.245Z[ helios-setup] Feb 28 11:33:43.455 INFO E| Updating crates.io index
34822025-02-28T11:33:44.393Z[ helios-setup] Feb 28 11:33:43.603 INFO E| Downloading crates ...
34832025-02-28T11:33:44.574Z[ helios-setup] Feb 28 11:33:43.785 INFO E| Downloaded libdevinfo-sys v1.0.0
34842025-02-28T11:33:44.577Z[ helios-setup] Feb 28 11:33:43.786 INFO E| Downloaded block-buffer v0.9.0
34852025-02-28T11:33:44.609Z[ helios-setup] Feb 28 11:33:43.819 INFO E| Downloaded sha-1 v0.9.8
34862025-02-28T11:33:44.612Z[ helios-setup] Feb 28 11:33:43.823 INFO E| Downloaded fastrand v2.0.0
34872025-02-28T11:33:44.614Z[ helios-setup] Feb 28 11:33:43.825 INFO E| Downloaded digest v0.9.0
34882025-02-28T11:33:44.617Z[ helios-setup] Feb 28 11:33:43.827 INFO E| Downloaded cpufeatures v0.2.9
34892025-02-28T11:33:44.620Z[ helios-setup] Feb 28 11:33:43.829 INFO E| Downloaded serde_derive v1.0.193
34902025-02-28T11:33:44.624Z[ helios-setup] Feb 28 11:33:43.834 INFO E| Downloaded uuid v0.8.2
34912025-02-28T11:33:44.629Z[ helios-setup] Feb 28 11:33:43.840 INFO E| Downloaded tempfile v3.7.0
34922025-02-28T11:33:44.633Z[ helios-setup] Feb 28 11:33:43.844 INFO E| Downloaded bitflags v2.3.3
34932025-02-28T11:33:44.638Z[ helios-setup] Feb 28 11:33:43.848 INFO E| Downloaded unicode-ident v1.0.11
34942025-02-28T11:33:44.642Z[ helios-setup] Feb 28 11:33:43.853 INFO E| Downloaded proc-macro2 v1.0.66
34952025-02-28T11:33:44.647Z[ helios-setup] Feb 28 11:33:43.858 INFO E| Downloaded serde v1.0.193
34962025-02-28T11:33:44.653Z[ helios-setup] Feb 28 11:33:43.863 INFO E| Downloaded anyhow v1.0.72
34972025-02-28T11:33:44.659Z[ helios-setup] Feb 28 11:33:43.869 INFO E| Downloaded quote v1.0.31
34982025-02-28T11:33:44.664Z[ helios-setup] Feb 28 11:33:43.875 INFO E| Downloaded getrandom v0.2.10
34992025-02-28T11:33:44.669Z[ helios-setup] Feb 28 11:33:43.880 INFO E| Downloaded serde_json v1.0.103
35002025-02-28T11:33:44.680Z[ helios-setup] Feb 28 11:33:43.891 INFO E| Downloaded once_cell v1.18.0
35012025-02-28T11:33:44.684Z[ helios-setup] Feb 28 11:33:43.895 INFO E| Downloaded md-5 v0.9.1
35022025-02-28T11:33:44.687Z[ helios-setup] Feb 28 11:33:43.898 INFO E| Downloaded syn v2.0.32
35032025-02-28T11:33:44.703Z[ helios-setup] Feb 28 11:33:43.914 INFO E| Downloaded rustix v0.38.4
35042025-02-28T11:33:44.764Z[ helios-setup] Feb 28 11:33:43.975 INFO E| Downloaded libc v0.2.147
35052025-02-28T11:33:44.897Z[ helios-setup] Feb 28 11:33:44.108 INFO E| Compiling libc v0.2.147
35062025-02-28T11:33:44.904Z[ helios-setup] Feb 28 11:33:44.108 INFO E| Compiling proc-macro2 v1.0.66
35072025-02-28T11:33:44.904Z[ helios-setup] Feb 28 11:33:44.108 INFO E| Compiling unicode-ident v1.0.11
35082025-02-28T11:33:44.904Z[ helios-setup] Feb 28 11:33:44.108 INFO E| Compiling cfg-if v1.0.0
35092025-02-28T11:33:44.904Z[ helios-setup] Feb 28 11:33:44.109 INFO E| Compiling typenum v1.16.0
35102025-02-28T11:33:44.904Z[ helios-setup] Feb 28 11:33:44.109 INFO E| Compiling version_check v0.9.4
35112025-02-28T11:33:44.904Z[ helios-setup] Feb 28 11:33:44.109 INFO E| Compiling serde v1.0.193
35122025-02-28T11:33:44.905Z[ helios-setup] Feb 28 11:33:44.109 INFO E| Compiling time-core v0.1.2
35132025-02-28T11:33:45.347Z[ helios-setup] Feb 28 11:33:44.557 INFO E| Compiling slog v2.7.0
35142025-02-28T11:33:45.448Z[ helios-setup] Feb 28 11:33:44.658 INFO E| Compiling itoa v1.0.9
35152025-02-28T11:33:45.485Z[ helios-setup] Feb 28 11:33:44.695 INFO E| Compiling rustix v0.38.4
35162025-02-28T11:33:45.966Z[ helios-setup] Feb 28 11:33:45.176 INFO E| Compiling num-conv v0.1.0
35172025-02-28T11:33:46.127Z[ helios-setup] Feb 28 11:33:45.338 INFO E| Compiling generic-array v0.14.7
35182025-02-28T11:33:46.377Z[ helios-setup] Feb 28 11:33:45.587 INFO E| Compiling powerfmt v0.2.0
35192025-02-28T11:33:46.387Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35202025-02-28T11:33:46.390Z[ helios-setup] Feb 28 11:33:45.599 INFO E| Compiling time-macros v0.2.18
35212025-02-28T11:33:46.655Z[ helios-setup] Feb 28 11:33:45.866 INFO E| Compiling bitflags v2.3.3
35222025-02-28T11:33:46.964Z[ helios-setup] Feb 28 11:33:46.174 INFO E| Compiling deranged v0.3.11
35232025-02-28T11:33:47.265Z[ helios-setup] Feb 28 11:33:46.475 INFO E| Compiling once_cell v1.18.0
35242025-02-28T11:33:47.581Z[ helios-setup] Feb 28 11:33:46.791 INFO E| Compiling num_threads v0.1.6
35252025-02-28T11:33:47.766Z[ helios-setup] Feb 28 11:33:46.976 INFO E| Compiling serde_json v1.0.103
35262025-02-28T11:33:48.066Z[ helios-setup] Feb 28 11:33:47.275 INFO E| Compiling thread_local v1.1.7
35272025-02-28T11:33:48.876Z[ helios-setup] Feb 28 11:33:48.086 INFO E| Compiling quote v1.0.31
35282025-02-28T11:33:48.963Z[ helios-setup] Feb 28 11:33:48.173 INFO E| Compiling dirs-sys-next v0.1.2
35292025-02-28T11:33:48.978Z[ helios-setup] Feb 28 11:33:48.187 INFO E| Compiling errno v0.3.1
35302025-02-28T11:33:49.019Z[ helios-setup] Feb 28 11:33:48.229 INFO E| Compiling atty v0.2.14
35312025-02-28T11:33:49.407Z[ helios-setup] Feb 28 11:33:48.617 INFO E| Compiling dirs-next v2.0.0
35322025-02-28T11:33:49.520Z[ helios-setup] Feb 28 11:33:48.730 INFO E| Compiling syn v2.0.32
35332025-02-28T11:33:49.947Z[ helios-setup] Feb 28 11:33:49.157 INFO E| Compiling term v0.7.0
35342025-02-28T11:33:50.006Z[ helios-setup] Feb 28 11:33:49.216 INFO E| Compiling opaque-debug v0.3.0
35352025-02-28T11:33:50.084Z[ helios-setup] Feb 28 11:33:49.294 INFO E| Compiling fastrand v2.0.0
35362025-02-28T11:33:50.107Z[ helios-setup] Feb 28 11:33:49.317 INFO E| Compiling anyhow v1.0.72
35372025-02-28T11:33:50.452Z[ helios-setup] Feb 28 11:33:49.662 INFO E| Compiling getrandom v0.2.10
35382025-02-28T11:33:50.783Z[ helios-setup] Feb 28 11:33:49.992 INFO E| Compiling block-buffer v0.9.0
35392025-02-28T11:33:50.967Z[ helios-setup] Feb 28 11:33:50.176 INFO E| Compiling digest v0.9.0
35402025-02-28T11:33:50.993Z[ helios-setup] Feb 28 11:33:50.202 INFO E| Compiling same-file v1.0.6
35412025-02-28T11:33:51.031Z[ helios-setup] Feb 28 11:33:50.240 INFO E| Compiling ryu v1.0.15
35422025-02-28T11:33:51.366Z[ helios-setup] Feb 28 11:33:50.574 INFO E| Compiling unicode-width v0.1.10
35432025-02-28T11:33:51.521Z[ helios-setup] Feb 28 11:33:50.731 INFO E| Compiling time v0.3.36
35442025-02-28T11:33:51.698Z[ helios-setup] Feb 28 11:33:50.907 INFO E| Compiling cpufeatures v0.2.9
35452025-02-28T11:33:51.822Z[ helios-setup] Feb 28 11:33:51.031 INFO E| Compiling sha-1 v0.9.8
35462025-02-28T11:33:51.940Z[ helios-setup] Feb 28 11:33:51.150 INFO E| Compiling getopts v0.2.21
35472025-02-28T11:33:51.956Z[ helios-setup] Feb 28 11:33:51.166 INFO E| Compiling walkdir v2.3.3
35482025-02-28T11:33:52.957Z[ helios-setup] Feb 28 11:33:52.165 INFO E| Compiling tempfile v3.7.0
35492025-02-28T11:33:53.233Z[ helios-setup] Feb 28 11:33:52.442 INFO E| Compiling md-5 v0.9.1
35502025-02-28T11:33:53.582Z[ helios-setup] Feb 28 11:33:52.791 INFO E| Compiling glob v0.3.1
35512025-02-28T11:33:53.649Z[ helios-setup] Feb 28 11:33:52.858 INFO E| Compiling libdevinfo-sys v1.0.0
35522025-02-28T11:33:54.298Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35532025-02-28T11:33:55.430Z[ helios-setup] Feb 28 11:33:54.639 INFO E| Compiling slog-term v2.9.0
35542025-02-28T11:33:56.305Z[ helios-setup] Feb 28 11:33:55.514 INFO E| Compiling serde_derive v1.0.193
35552025-02-28T11:34:01.899Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35562025-02-28T11:34:02.812Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35572025-02-28T11:34:06.757Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35582025-02-28T11:34:09.103Z[ helios-setup] Feb 28 11:34:08.309 INFO E| Compiling toml v0.5.11
35592025-02-28T11:34:09.103Z[ helios-setup] Feb 28 11:34:08.309 INFO E| Compiling uuid v0.8.2
35602025-02-28T11:34:11.196Z[ helios-setup] Feb 28 11:34:10.402 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35612025-02-28T11:34:13.390Z[ helios-setup] Feb 28 11:34:12.596 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35622025-02-28T11:34:22.261Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35632025-02-28T11:34:23.374Z[ helios-setup] Feb 28 11:34:22.578 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.70s
35642025-02-28T11:34:23.409Z[ helios-setup] Feb 28 11:34:22.613 INFO building project "image-builder" ok (39 seconds)
35652025-02-28T11:34:23.409Z[ helios-setup] Feb 28 11:34:22.613 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35662025-02-28T11:34:23.412Z[ helios-setup] Feb 28 11:34:22.613 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35672025-02-28T11:34:23.680Z[ helios-setup] Feb 28 11:34:22.883 INFO E| Downloading crates ...
35682025-02-28T11:34:23.821Z[ helios-setup] Feb 28 11:34:23.025 INFO E| Downloaded typenum v1.15.0
35692025-02-28T11:34:23.826Z[ helios-setup] Feb 28 11:34:23.030 INFO E| Downloaded digest v0.10.3
35702025-02-28T11:34:23.828Z[ helios-setup] Feb 28 11:34:23.032 INFO E| Downloaded anyhow v1.0.62
35712025-02-28T11:34:23.834Z[ helios-setup] Feb 28 11:34:23.038 INFO E| Downloaded sha2 v0.10.5
35722025-02-28T11:34:23.900Z[ helios-setup] Feb 28 11:34:23.104 INFO E| Downloaded bytes v1.2.1
35732025-02-28T11:34:23.965Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35742025-02-28T11:34:24.010Z[ helios-setup] Feb 28 11:34:23.214 INFO E| Compiling typenum v1.15.0
35752025-02-28T11:34:24.010Z[ helios-setup] Feb 28 11:34:23.214 INFO E| Compiling version_check v0.9.4
35762025-02-28T11:34:24.012Z[ helios-setup] Feb 28 11:34:23.214 INFO E| Compiling cfg-if v1.0.0
35772025-02-28T11:34:24.013Z[ helios-setup] Feb 28 11:34:23.214 INFO E| Compiling crc32fast v1.3.2
35782025-02-28T11:34:24.013Z[ helios-setup] Feb 28 11:34:23.214 INFO E| Compiling anyhow v1.0.62
35792025-02-28T11:34:24.013Z[ helios-setup] Feb 28 11:34:23.214 INFO E| Compiling adler v1.0.2
35802025-02-28T11:34:24.015Z[ helios-setup] Feb 28 11:34:23.219 INFO E| Compiling unicode-width v0.1.10
35812025-02-28T11:34:24.018Z[ helios-setup] Feb 28 11:34:23.220 INFO E| Compiling cpufeatures v0.2.5
35822025-02-28T11:34:24.132Z[ helios-setup] Feb 28 11:34:23.334 INFO E| Compiling bytes v1.2.1
35832025-02-28T11:34:24.275Z[ helios-setup] Feb 28 11:34:23.479 INFO E| Compiling miniz_oxide v0.6.2
35842025-02-28T11:34:24.546Z[ helios-setup] Feb 28 11:34:23.750 INFO E| Compiling getopts v0.2.21
35852025-02-28T11:34:24.645Z[ helios-setup] Feb 28 11:34:23.849 INFO E| Compiling bitflags v1.3.2
35862025-02-28T11:34:25.218Z[ helios-setup] Feb 28 11:34:24.422 INFO E| Compiling generic-array v0.14.6
35872025-02-28T11:34:26.143Z[ helios-setup] Feb 28 11:34:25.347 INFO E| Compiling flate2 v1.0.25
35882025-02-28T11:34:28.864Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35892025-02-28T11:34:29.354Z[ helios-setup] Feb 28 11:34:28.557 INFO E| Compiling crypto-common v0.1.6
35902025-02-28T11:34:29.354Z[ helios-setup] Feb 28 11:34:28.557 INFO E| Compiling block-buffer v0.10.3
35912025-02-28T11:34:29.606Z[ helios-setup] Feb 28 11:34:28.808 INFO E| Compiling digest v0.10.3
35922025-02-28T11:34:30.021Z[ helios-setup] Feb 28 11:34:29.224 INFO E| Compiling sha2 v0.10.5
35932025-02-28T11:34:30.574Z[ helios-setup] Feb 28 11:34:29.776 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35942025-02-28T11:34:35.481Z[ helios-setup] Feb 28 11:34:34.682 INFO E| Finished `release` profile [optimized] target(s) in 11.97s
35952025-02-28T11:34:35.497Z[ helios-setup] Feb 28 11:34:34.699 INFO building project "bootserver" ok (12 seconds)
35962025-02-28T11:34:35.500Z[ helios-setup] rm -f helios-build
35972025-02-28T11:34:35.502Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35982025-02-28T11:34:35.506Z[ helios-setup]
35992025-02-28T11:34:35.508Z[ helios-setup] Setup complete! ./helios-build is now available.
36002025-02-28T11:34:35.511Z[ helios-setup]
36012025-02-28T11:34:35.511Z[ helios-setup]
36022025-02-28T11:34:35.511Z[ helios-setup] real 11:26.043812819
36032025-02-28T11:34:35.511Z[ helios-setup] user 28:10.052701937
36042025-02-28T11:34:35.511Z[ helios-setup] sys 2:44.338107022
36052025-02-28T11:34:35.511Z[ helios-setup] trap 1.671860293
36062025-02-28T11:34:35.511Z[ helios-setup] tflt 5.909601486
36072025-02-28T11:34:35.511Z[ helios-setup] dflt 18.761207784
36082025-02-28T11:34:35.511Z[ helios-setup] kflt 0.000249006
36092025-02-28T11:34:35.511Z[ helios-setup] lock 1:54:10.630705947
36102025-02-28T11:34:35.511Z[ helios-setup] slp 3:25:20.980241856
36112025-02-28T11:34:35.511Z[ helios-setup] lat 29:56.439450437
36122025-02-28T11:34:35.511Z[ helios-setup] stop 4:14.387628165
36132025-02-28T11:34:35.511ZFeb 28 11:34:34.712 INFO [helios-setup] process exited with exit status: 0 (686.049664547s)
36142025-02-28T11:34:35.511ZFeb 28 11:34:34.712 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
36152025-02-28T11:34:35.536Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
36162025-02-28T11:34:35.759Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
36172025-02-28T11:34:35.759Z[ phbl-toolchain] info: downloading component 'cargo'
36182025-02-28T11:34:37.158Z[ phbl-toolchain] info: downloading component 'clippy'
36192025-02-28T11:34:37.501Z[ phbl-toolchain] info: downloading component 'llvm-tools'
36202025-02-28T11:34:37.799Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36212025-02-28T11:34:42.174Z[ phbl-toolchain] info: downloading component 'miri'
36222025-02-28T11:34:42.380Z[ phbl-toolchain] info: downloading component 'rust-docs'
36232025-02-28T11:34:42.848Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36242025-02-28T11:34:43.977Z[ phbl-toolchain] info: downloading component 'rust-src'
36252025-02-28T11:34:44.196Z[ phbl-toolchain] info: downloading component 'rust-std'
36262025-02-28T11:34:45.181Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36272025-02-28T11:34:45.766Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36282025-02-28T11:34:46.208Z[ phbl-toolchain] info: downloading component 'rustc'
36292025-02-28T11:34:50.669Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36302025-02-28T11:34:53.806Z[ phbl-toolchain] info: downloading component 'rustfmt'
36312025-02-28T11:34:54.064Z[ phbl-toolchain] info: installing component 'cargo'
36322025-02-28T11:34:54.690Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
36332025-02-28T11:34:55.359Z[ phbl-toolchain] info: installing component 'clippy'
36342025-02-28T11:34:55.930Z[ phbl-toolchain] info: installing component 'llvm-tools'
36352025-02-28T11:34:56.318Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36362025-02-28T11:34:58.368Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36372025-02-28T11:34:58.928Z[ host-package] Compiling fatfs v0.3.6
36382025-02-28T11:34:59.379Z[ host-package] Compiling rtoolbox v0.0.2
36392025-02-28T11:35:00.032Z[ host-package] Compiling subprocess v0.2.9
36402025-02-28T11:35:01.406Z[ host-package] Compiling assert_matches v1.5.0
36412025-02-28T11:35:01.549Z[ phbl-toolchain] info: installing component 'miri'
36422025-02-28T11:35:01.870Z[ phbl-toolchain] info: installing component 'rust-docs'
36432025-02-28T11:35:01.895Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36442025-02-28T11:35:02.846Z[ host-package] Compiling rpassword v7.3.1
36452025-02-28T11:35:03.495Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36462025-02-28T11:35:05.333Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36472025-02-28T11:35:08.740Z[ phbl-toolchain] info: installing component 'rust-src'
36482025-02-28T11:35:09.488Z[ phbl-toolchain] info: installing component 'rust-std'
36492025-02-28T11:35:11.174Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36502025-02-28T11:35:11.748Z[ phbl-toolchain] info: installing component 'rustc'
36512025-02-28T11:35:14.110Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36522025-02-28T11:35:19.092Z[ host-package] Compiling tui-tree-widget v0.23.0
36532025-02-28T11:35:19.766Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36542025-02-28T11:35:20.707Z[ phbl-toolchain] info: installing component 'rustfmt'
36552025-02-28T11:35:21.494Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
36562025-02-28T11:35:21.497ZFeb 28 11:35:20.691 INFO [phbl-toolchain] process exited with exit status: 0 (45.979186333s)
36572025-02-28T11:35:32.942Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36582025-02-28T11:35:33.320Z[ host-package] Compiling uzers v0.12.1
36592025-02-28T11:35:36.225Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36602025-02-28T11:35:36.409Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36612025-02-28T11:35:38.268Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36622025-02-28T11:35:53.300Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36632025-02-28T11:36:03.883Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36642025-02-28T11:36:05.082Z[ host-package] Compiling multimap v0.10.0
36652025-02-28T11:38:19.384Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36662025-02-28T11:45:17.136Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 12s
36672025-02-28T11:46:28.803ZFeb 28 11:46:27.884 INFO [host-package] process exited with exit status: 0 (1284.42079472s)
36682025-02-28T11:46:28.806ZFeb 28 11:46:27.884 INFO [host-stamp] running task
36692025-02-28T11:46:28.806ZFeb 28 11:46:27.885 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36702025-02-28T11:46:28.806ZFeb 28 11:46:27.885 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 13.0.0-0.ci+git35c1f9807c5
36712025-02-28T11:46:28.820ZFeb 28 11:46:27.901 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 13.0.0-0.ci+git35c1f9807c5
36722025-02-28T11:46:28.826Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36732025-02-28T11:46:28.829ZFeb 28 11:46:27.908 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 13.0.0-0.ci+git35c1f9807c5
36742025-02-28T11:46:28.834Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36752025-02-28T11:46:28.837Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36762025-02-28T11:46:28.837ZFeb 28 11:46:27.917 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 13.0.0-0.ci+git35c1f9807c5
36772025-02-28T11:46:28.847Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36782025-02-28T11:46:28.850ZFeb 28 11:46:27.928 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 13.0.0-0.ci+git35c1f9807c5
36792025-02-28T11:46:28.855Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36802025-02-28T11:46:28.860ZFeb 28 11:46:27.939 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 13.0.0-0.ci+git35c1f9807c5
36812025-02-28T11:46:28.868Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36822025-02-28T11:46:28.871Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36832025-02-28T11:46:28.874Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36842025-02-28T11:46:28.874ZFeb 28 11:46:27.953 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 13.0.0-0.ci+git35c1f9807c5
36852025-02-28T11:46:28.889Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36862025-02-28T11:46:28.893ZFeb 28 11:46:27.970 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 13.0.0-0.ci+git35c1f9807c5
36872025-02-28T11:46:28.900Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36882025-02-28T11:46:28.906Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36892025-02-28T11:46:28.909ZFeb 28 11:46:27.987 INFO [stamp-overlay] process exited with exit status: 0 (78.719017ms)
36902025-02-28T11:46:28.909ZFeb 28 11:46:27.987 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (69.51377ms)
36912025-02-28T11:46:28.909ZFeb 28 11:46:27.987 INFO [stamp-oxlog] process exited with exit status: 0 (48.420138ms)
36922025-02-28T11:46:28.919Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36932025-02-28T11:46:28.931Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36942025-02-28T11:46:28.934ZFeb 28 11:46:28.015 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (129.93211ms)
36952025-02-28T11:46:29.116Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36962025-02-28T11:46:29.120ZFeb 28 11:46:28.199 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (227.091478ms)
36972025-02-28T11:46:29.303Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36982025-02-28T11:46:29.307ZFeb 28 11:46:28.387 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (459.305958ms)
36992025-02-28T11:46:30.106Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
37002025-02-28T11:46:30.109ZFeb 28 11:46:29.189 INFO [stamp-propolis-server] process exited with exit status: 0 (1.288592332s)
37012025-02-28T11:46:30.125Z[recovery-package] Compiling newtype-uuid v1.2.1
37022025-02-28T11:46:30.680Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
37032025-02-28T11:46:31.002Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37042025-02-28T11:46:31.006Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
37052025-02-28T11:46:31.006Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
37062025-02-28T11:46:31.049Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
37072025-02-28T11:46:31.696Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
37082025-02-28T11:46:39.364Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
37092025-02-28T11:46:39.367ZFeb 28 11:46:38.446 INFO [stamp-switch-asic] process exited with exit status: 0 (10.492784493s)
37102025-02-28T11:46:39.370ZFeb 28 11:46:38.446 INFO [host-stamp] task succeeded (10.562493149s)
37112025-02-28T11:46:39.370ZFeb 28 11:46:38.446 INFO [host-proto] running task
37122025-02-28T11:46:39.881ZFeb 28 11:46:38.960 INFO [host-proto] task succeeded (513.148254ms)
37132025-02-28T11:46:39.881ZFeb 28 11:46:38.960 INFO [host-profile] running task
37142025-02-28T11:46:39.884ZFeb 28 11:46:38.960 INFO [host-profile] task succeeded (244.102µs)
37152025-02-28T11:46:39.884ZFeb 28 11:46:38.960 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.334' -P /tmp/.tmpX0wZ8Q/proto/host/root -N 'ci 35c1f98/${os_short_commit} 2025-02-28 11:23' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37162025-02-28T11:46:39.901Z[ host-image] Feb 28 11:46:38.979 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37172025-02-28T11:46:39.904Z[ host-image] Feb 28 11:46:38.979 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37182025-02-28T11:46:39.916Z[ host-image] Feb 28 11:46:38.995 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpX0wZ8Q/proto/host/root"
37192025-02-28T11:46:39.916Z[ host-image] Feb 28 11:46:38.995 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37202025-02-28T11:46:39.924Z[ host-image] Feb 28 11:46:38.995 INFO image builder template: ramdisk-01-os...
37212025-02-28T11:46:39.924Z[ host-image] Feb 28 11:46:38.995 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpX0wZ8Q/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37222025-02-28T11:46:39.939Z[ host-image] Feb 28 11:46:39.017 INFO O| Feb 28 11:46:39.017 INFO CREATE DATASET: rpool/images/build/host/output
37232025-02-28T11:46:40.028Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37242025-02-28T11:46:40.032Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37252025-02-28T11:46:40.032Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37262025-02-28T11:46:40.032Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37272025-02-28T11:46:40.251Z[ host-image] Feb 28 11:46:39.329 INFO O| Feb 28 11:46:39.329 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37282025-02-28T11:46:40.258Z[ host-image] Feb 28 11:46:39.337 INFO O| Feb 28 11:46:39.337 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37292025-02-28T11:46:40.550Z[ host-image] Feb 28 11:46:39.628 INFO O| Feb 28 11:46:39.628 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
37302025-02-28T11:46:40.690Z[ host-image] Feb 28 11:46:39.768 INFO O| Feb 28 11:46:39.768 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37312025-02-28T11:46:40.700Z[ host-image] Feb 28 11:46:39.768 INFO O| Feb 28 11:46:39.768 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
37322025-02-28T11:46:40.700Z[ host-image] Feb 28 11:46:39.768 INFO O| Feb 28 11:46:39.768 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
37332025-02-28T11:46:40.700Z[ host-image] Feb 28 11:46:39.768 INFO O| Feb 28 11:46:39.768 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
37342025-02-28T11:46:40.716Z[ host-image] Feb 28 11:46:39.794 INFO O| Feb 28 11:46:39.794 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
37352025-02-28T11:46:41.080Z[ host-image] Feb 28 11:46:40.158 INFO O| Feb 28 11:46:40.158 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37362025-02-28T11:46:41.096Z[ host-image] Feb 28 11:46:40.175 INFO O| Feb 28 11:46:40.175 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
37372025-02-28T11:46:41.889Z[ host-image] Feb 28 11:46:40.967 INFO O| Feb 28 11:46:40.967 INFO O| Caching catalogs ... Done
37382025-02-28T11:46:42.019Z[ host-image] Feb 28 11:46:41.098 INFO O| Feb 28 11:46:41.097 INFO STEP 0 (pkg_image_create) COMPLETE
37392025-02-28T11:46:42.020Z[ host-image] Feb 28 11:46:41.098 INFO O| Feb 28 11:46:41.098 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37402025-02-28T11:46:42.020Z[ host-image] Feb 28 11:46:41.098 INFO O| Feb 28 11:46:41.098 INFO skip step because feature "repo_redist" is not enabled
37412025-02-28T11:46:42.024Z[ host-image] Feb 28 11:46:41.098 INFO O| Feb 28 11:46:41.098 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37422025-02-28T11:46:42.043Z[ host-image] Feb 28 11:46:41.121 INFO O| Feb 28 11:46:41.121 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
37432025-02-28T11:46:42.776Z[ host-image] Feb 28 11:46:41.853 INFO O| Feb 28 11:46:41.853 INFO STEP 2 (pkg_set_publisher) COMPLETE
37442025-02-28T11:46:42.776Z[ host-image] Feb 28 11:46:41.853 INFO O| Feb 28 11:46:41.853 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37452025-02-28T11:46:42.793Z[ host-image] Feb 28 11:46:41.871 INFO O| Feb 28 11:46:41.871 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
37462025-02-28T11:46:43.361Z[ host-image] Feb 28 11:46:42.438 INFO O| Feb 28 11:46:42.437 INFO STEP 3 (pkg_set_publisher) COMPLETE
37472025-02-28T11:46:43.361Z[ host-image] Feb 28 11:46:42.438 INFO O| Feb 28 11:46:42.437 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37482025-02-28T11:46:43.361Z[ host-image] Feb 28 11:46:42.438 INFO O| Feb 28 11:46:42.438 INFO skip step because feature "repo_redist" is not enabled
37492025-02-28T11:46:43.376Z[ host-image] Feb 28 11:46:42.438 INFO O| Feb 28 11:46:42.438 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37502025-02-28T11:46:43.984Z[ host-image] Feb 28 11:46:43.053 INFO O| Feb 28 11:46:43.053 INFO variant opensolaris.zone is already global
37512025-02-28T11:46:43.984Z[ host-image] Feb 28 11:46:43.053 INFO O| Feb 28 11:46:43.053 INFO STEP 5 (pkg_change_variant) COMPLETE
37522025-02-28T11:46:43.988Z[ host-image] Feb 28 11:46:43.053 INFO O| Feb 28 11:46:43.053 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37532025-02-28T11:46:44.645Z[ host-image] Feb 28 11:46:43.723 INFO O| Feb 28 11:46:43.723 INFO variant opensolaris.imagetype is full; changing to partial
37542025-02-28T11:46:44.645Z[ host-image] Feb 28 11:46:43.723 INFO O| Feb 28 11:46:43.723 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37552025-02-28T11:46:45.118Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37562025-02-28T11:46:47.730Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37572025-02-28T11:46:49.991Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37582025-02-28T11:46:50.825Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37592025-02-28T11:46:51.620Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37602025-02-28T11:46:54.349Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37612025-02-28T11:46:56.635Z[ host-image] Feb 28 11:46:55.710 INFO O| Feb 28 11:46:55.710 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37622025-02-28T11:46:56.959Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37632025-02-28T11:47:02.643Z[ host-image] Feb 28 11:47:01.718 INFO O| Feb 28 11:47:01.718 INFO O| Startup: Caching catalogs ... Done
37642025-02-28T11:47:02.719Z[ host-image] Feb 28 11:47:01.793 INFO O| Feb 28 11:47:01.793 INFO O| Planning: Planning completed in 0.00 seconds
37652025-02-28T11:47:02.722Z[ host-image] Feb 28 11:47:01.794 INFO O| Feb 28 11:47:01.794 INFO O| Planning: Consolidating action changes ... Done
37662025-02-28T11:47:02.722Z[ host-image] Feb 28 11:47:01.794 INFO O| Feb 28 11:47:01.794 INFO O| Planning: Evaluating mediators ... Done
37672025-02-28T11:47:02.722Z[ host-image] Feb 28 11:47:01.794 INFO O| Feb 28 11:47:01.794 INFO O| Planning: Planning completed in 0.00 seconds
37682025-02-28T11:47:02.722Z[ host-image] Feb 28 11:47:01.795 INFO O| Feb 28 11:47:01.794 INFO O| Variants/Facets to change: 1
37692025-02-28T11:47:02.738Z[ host-image] Feb 28 11:47:01.813 INFO O| Feb 28 11:47:01.813 INFO O| Done
37702025-02-28T11:47:02.738Z[ host-image] Feb 28 11:47:01.813 INFO O| Feb 28 11:47:01.813 INFO O| Done
37712025-02-28T11:47:03.310Z[ host-image] Feb 28 11:47:02.384 INFO O| Feb 28 11:47:02.384 INFO O| Done
37722025-02-28T11:47:03.357Z[ host-image] Feb 28 11:47:02.432 INFO O| Feb 28 11:47:02.432 INFO O| Done
37732025-02-28T11:47:03.360Z[ host-image] Feb 28 11:47:02.433 INFO O| Feb 28 11:47:02.433 INFO O| Done
37742025-02-28T11:47:03.360Z[ host-image] Feb 28 11:47:02.433 INFO O| Feb 28 11:47:02.433 INFO O| Done
37752025-02-28T11:47:03.360Z[ host-image] Feb 28 11:47:02.434 INFO O| Feb 28 11:47:02.434 INFO O| Done
37762025-02-28T11:47:03.800Z[ host-image] Feb 28 11:47:02.875 INFO O| Feb 28 11:47:02.875 INFO STEP 6 (pkg_change_variant) COMPLETE
37772025-02-28T11:47:03.800Z[ host-image] Feb 28 11:47:02.875 INFO O| Feb 28 11:47:02.875 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37782025-02-28T11:47:03.803Z[ host-image] Feb 28 11:47:02.875 INFO O| Feb 28 11:47:02.875 INFO skip step because feature "debug_variant" is not enabled
37792025-02-28T11:47:03.803Z[ host-image] Feb 28 11:47:02.875 INFO O| Feb 28 11:47:02.875 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37802025-02-28T11:47:04.201Z[ host-image] Feb 28 11:47:03.276 INFO O| Feb 28 11:47:03.275 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37812025-02-28T11:47:05.083Z[ host-image] Feb 28 11:47:04.157 INFO O| Feb 28 11:47:04.157 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37822025-02-28T11:47:05.086Z[ host-image] Feb 28 11:47:04.159 INFO O| Feb 28 11:47:04.159 INFO O| Planning: Planning completed in 0.00 seconds
37832025-02-28T11:47:05.086Z[ host-image] Feb 28 11:47:04.159 INFO O| Feb 28 11:47:04.159 INFO O| Planning: Consolidating action changes ... Done
37842025-02-28T11:47:05.086Z[ host-image] Feb 28 11:47:04.160 INFO O| Feb 28 11:47:04.160 INFO O| Planning: Evaluating mediators ... Done
37852025-02-28T11:47:05.086Z[ host-image] Feb 28 11:47:04.160 INFO O| Feb 28 11:47:04.160 INFO O| Planning: Planning completed in 0.00 seconds
37862025-02-28T11:47:05.089Z[ host-image] Feb 28 11:47:04.160 INFO O| Feb 28 11:47:04.160 INFO O| Variants/Facets to change: 1
37872025-02-28T11:47:05.161Z[ host-image] Feb 28 11:47:04.236 INFO O| Feb 28 11:47:04.236 INFO O| Done
37882025-02-28T11:47:05.162Z[ host-image] Feb 28 11:47:04.236 INFO O| Feb 28 11:47:04.236 INFO O| Done
37892025-02-28T11:47:05.934Z[ host-image] Feb 28 11:47:05.008 INFO O| Feb 28 11:47:05.008 INFO O| Done
37902025-02-28T11:47:06.037Z[ host-image] Feb 28 11:47:05.111 INFO O| Feb 28 11:47:05.111 INFO O| Done
37912025-02-28T11:47:06.040Z[ host-image] Feb 28 11:47:05.112 INFO O| Feb 28 11:47:05.112 INFO O| Done
37922025-02-28T11:47:06.040Z[ host-image] Feb 28 11:47:05.112 INFO O| Feb 28 11:47:05.112 INFO O| Done
37932025-02-28T11:47:06.040Z[ host-image] Feb 28 11:47:05.114 INFO O| Feb 28 11:47:05.113 INFO O| Done
37942025-02-28T11:47:06.130Z[ host-image] Feb 28 11:47:05.204 INFO O| Feb 28 11:47:05.204 INFO STEP 8 (pkg_change_facet) COMPLETE
37952025-02-28T11:47:06.130Z[ host-image] Feb 28 11:47:05.204 INFO O| Feb 28 11:47:05.204 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37962025-02-28T11:47:06.133Z[ host-image] Feb 28 11:47:05.204 INFO O| Feb 28 11:47:05.204 INFO skip step because feature "recovery" is not enabled
37972025-02-28T11:47:06.133Z[ host-image] Feb 28 11:47:05.204 INFO O| Feb 28 11:47:05.204 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982025-02-28T11:47:06.133Z[ host-image] Feb 28 11:47:05.204 INFO O| Feb 28 11:47:05.204 INFO skip step because feature "recovery" is not enabled
37992025-02-28T11:47:06.133Z[ host-image] Feb 28 11:47:05.204 INFO O| Feb 28 11:47:05.204 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38002025-02-28T11:47:06.147Z[ host-image] Feb 28 11:47:05.221 INFO O| Feb 28 11:47:05.221 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
38012025-02-28T11:47:07.118Z[ host-image] Feb 28 11:47:06.191 INFO O| Feb 28 11:47:06.191 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38022025-02-28T11:47:14.710Z[recovery-package] Finished `release` profile [optimized] target(s) in 45.66s
38032025-02-28T11:47:16.300ZFeb 28 11:47:15.372 INFO [recovery-package] process exited with exit status: 0 (47.486845916s)
38042025-02-28T11:47:16.300ZFeb 28 11:47:15.372 INFO [recovery-stamp] running task
38052025-02-28T11:47:16.303ZFeb 28 11:47:15.372 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
38062025-02-28T11:47:16.304ZFeb 28 11:47:15.372 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git35c1f9807c5
38072025-02-28T11:47:16.323ZFeb 28 11:47:15.395 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 13.0.0-0.ci+git35c1f9807c5
38082025-02-28T11:47:16.336Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
38092025-02-28T11:47:16.347Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
38102025-02-28T11:47:16.420Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
38112025-02-28T11:47:16.423ZFeb 28 11:47:15.495 INFO [stamp-installinator] process exited with exit status: 0 (123.021745ms)
38122025-02-28T11:47:16.471Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
38132025-02-28T11:47:16.475ZFeb 28 11:47:15.548 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (152.628715ms)
38142025-02-28T11:47:16.478ZFeb 28 11:47:15.548 INFO [recovery-stamp] task succeeded (175.936598ms)
38152025-02-28T11:47:16.478ZFeb 28 11:47:15.548 INFO [recovery-proto] running task
38162025-02-28T11:47:16.479ZFeb 28 11:47:15.548 INFO [tuf-stamp] running task
38172025-02-28T11:47:16.479ZFeb 28 11:47:15.549 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 13.0.0-0.ci+git35c1f9807c5
38182025-02-28T11:47:16.490ZFeb 28 11:47:15.562 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 13.0.0-0.ci+git35c1f9807c5
38192025-02-28T11:47:16.502Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
38202025-02-28T11:47:16.505ZFeb 28 11:47:15.575 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 13.0.0-0.ci+git35c1f9807c5
38212025-02-28T11:47:16.514Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38222025-02-28T11:47:16.519ZFeb 28 11:47:15.591 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 13.0.0-0.ci+git35c1f9807c5
38232025-02-28T11:47:16.534Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38242025-02-28T11:47:16.537ZFeb 28 11:47:15.607 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 13.0.0-0.ci+git35c1f9807c5
38252025-02-28T11:47:16.565Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38262025-02-28T11:47:16.568ZFeb 28 11:47:15.637 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 13.0.0-0.ci+git35c1f9807c5
38272025-02-28T11:47:16.613Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
38282025-02-28T11:47:16.616Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
38292025-02-28T11:47:16.616ZFeb 28 11:47:15.686 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 13.0.0-0.ci+git35c1f9807c5
38302025-02-28T11:47:16.647ZFeb 28 11:47:15.719 INFO [recovery-proto] task succeeded (171.077885ms)
38312025-02-28T11:47:16.650ZFeb 28 11:47:15.719[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
38322025-02-28T11:47:16.650Z INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.334' -P /tmp/.tmpX0wZ8Q/proto/recovery/root -N 'recovery 35c1f98/${os_short_commit} 2025-02-28 11:23' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38332025-02-28T11:47:16.650ZFeb 28 11:47:15.719 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 13.0.0-0.ci+git35c1f9807c5
38342025-02-28T11:47:16.676Z[ recovery-image] Feb 28 11:47:15.746 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38352025-02-28T11:47:16.679Z[ recovery-image] Feb 28 11:47:15.747 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
38362025-02-28T11:47:16.765Z[ recovery-image] Feb 28 11:47:15.775 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpX0wZ8Q/proto/recovery/root"
38372025-02-28T11:47:16.769Z[ recovery-image] Feb 28 11:47:15.775 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
38382025-02-28T11:47:16.769Z[ recovery-image] Feb 28 11:47:15.775 INFO image builder template: ramdisk-01-os...
38392025-02-28T11:47:16.769Z[ recovery-image] Feb 28 11:47:15.775 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpX0wZ8Q/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38402025-02-28T11:47:16.769Z[ recovery-image] Feb 28 11:47:15.809 INFO O| Feb 28 11:47:15.809 INFO CREATE DATASET: rpool/images/build/recovery/output
38412025-02-28T11:47:16.777Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
38422025-02-28T11:47:16.780ZFeb 28 11:47:15.849 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 13.0.0-0.ci+git35c1f9807c5
38432025-02-28T11:47:16.840Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38442025-02-28T11:47:16.895ZFeb 28 11:47:15.967 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 13.0.0-0.ci+git35c1f9807c5
38452025-02-28T11:47:16.939Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
38462025-02-28T11:47:16.942ZFeb 28 11:47:16.011 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 13.0.0-0.ci+git35c1f9807c5
38472025-02-28T11:47:17.012Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
38482025-02-28T11:47:17.048ZFeb 28 11:47:16.120 INFO [stamp-probe] process exited with exit status: 0 (570.881096ms)
38492025-02-28T11:47:17.052Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
38502025-02-28T11:47:17.066Z[ recovery-image] Feb 28 11:47:16.138 INFO O| Feb 28 11:47:16.138 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38512025-02-28T11:47:17.072Z[ recovery-image] Feb 28 11:47:16.145 INFO O| Feb 28 11:47:16.145 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38522025-02-28T11:47:17.425Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
38532025-02-28T11:47:17.439Z[ recovery-image] Feb 28 11:47:16.511 INFO O| Feb 28 11:47:16.511 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
38542025-02-28T11:47:17.481Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
38552025-02-28T11:47:17.548Z[ recovery-image] Feb 28 11:47:16.620 INFO O| Feb 28 11:47:16.620 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38562025-02-28T11:47:17.548Z[ recovery-image] Feb 28 11:47:16.620 INFO O| Feb 28 11:47:16.620 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38572025-02-28T11:47:17.551Z[ recovery-image] Feb 28 11:47:16.620 INFO O| Feb 28 11:47:16.620 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38582025-02-28T11:47:17.551Z[ recovery-image] Feb 28 11:47:16.620 INFO O| Feb 28 11:47:16.620 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38592025-02-28T11:47:17.609Z[ recovery-image] Feb 28 11:47:16.681 INFO O| Feb 28 11:47:16.681 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38602025-02-28T11:47:17.806Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
38612025-02-28T11:47:17.869ZFeb 28 11:47:16.941 INFO [stamp-ntp] process exited with exit status: 0 (1.091875375s)
38622025-02-28T11:47:18.131Z[ recovery-image] Feb 28 11:47:17.203 INFO O| Feb 28 11:47:17.203 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38632025-02-28T11:47:18.146Z[ recovery-image] Feb 28 11:47:17.218 INFO O| Feb 28 11:47:17.218 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
38642025-02-28T11:47:18.195Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
38652025-02-28T11:47:18.233ZFeb 28 11:47:17.305 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.713496669s)
38662025-02-28T11:47:18.502Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
38672025-02-28T11:47:18.547ZFeb 28 11:47:17.619 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.043698151s)
38682025-02-28T11:47:18.904Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
38692025-02-28T11:47:18.966ZFeb 28 11:47:18.038 INFO [stamp-internal-dns] process exited with exit status: 0 (2.475884949s)
38702025-02-28T11:47:19.020Z[ recovery-image] Feb 28 11:47:18.085 INFO O| Feb 28 11:47:18.085 INFO O| Caching catalogs ... Done
38712025-02-28T11:47:19.138Z[ recovery-image] Feb 28 11:47:18.209 INFO O| Feb 28 11:47:18.209 INFO STEP 0 (pkg_image_create) COMPLETE
38722025-02-28T11:47:19.138Z[ recovery-image] Feb 28 11:47:18.209 INFO O| Feb 28 11:47:18.209 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38732025-02-28T11:47:19.138Z[ recovery-image] Feb 28 11:47:18.209 INFO O| Feb 28 11:47:18.209 INFO skip step because feature "repo_redist" is not enabled
38742025-02-28T11:47:19.141Z[ recovery-image] Feb 28 11:47:18.209 INFO O| Feb 28 11:47:18.209 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38752025-02-28T11:47:19.153Z[ recovery-image] Feb 28 11:47:18.224 INFO O| Feb 28 11:47:18.224 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
38762025-02-28T11:47:19.249Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
38772025-02-28T11:47:19.260ZFeb 28 11:47:18.332 INFO [stamp-external-dns] process exited with exit status: 0 (2.612507568s)
38782025-02-28T11:47:19.352Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
38792025-02-28T11:47:19.357ZFeb 28 11:47:18.428 INFO [stamp-oximeter] process exited with exit status: 0 (2.79116295s)
38802025-02-28T11:47:19.638Z[ recovery-image] Feb 28 11:47:18.709 INFO O| Feb 28 11:47:18.709 INFO STEP 2 (pkg_set_publisher) COMPLETE
38812025-02-28T11:47:19.638Z[ recovery-image] Feb 28 11:47:18.709 INFO O| Feb 28 11:47:18.709 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38822025-02-28T11:47:19.652Z[ recovery-image] Feb 28 11:47:18.724 INFO O| Feb 28 11:47:18.724 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
38832025-02-28T11:47:20.110Z[ recovery-image] Feb 28 11:47:19.181 INFO O| Feb 28 11:47:19.181 INFO STEP 3 (pkg_set_publisher) COMPLETE
38842025-02-28T11:47:20.110Z[ recovery-image] Feb 28 11:47:19.181 INFO O| Feb 28 11:47:19.181 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38852025-02-28T11:47:20.110Z[ recovery-image] Feb 28 11:47:19.181 INFO O| Feb 28 11:47:19.181 INFO skip step because feature "repo_redist" is not enabled
38862025-02-28T11:47:20.113Z[ recovery-image] Feb 28 11:47:19.181 INFO O| Feb 28 11:47:19.181 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38872025-02-28T11:47:20.584Z[ recovery-image] Feb 28 11:47:19.656 INFO O| Feb 28 11:47:19.656 INFO variant opensolaris.zone is already global
38882025-02-28T11:47:20.585Z[ recovery-image] Feb 28 11:47:19.656 INFO O| Feb 28 11:47:19.656 INFO STEP 5 (pkg_change_variant) COMPLETE
38892025-02-28T11:47:20.585Z[ recovery-image] Feb 28 11:47:19.656 INFO O| Feb 28 11:47:19.656 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38902025-02-28T11:47:20.976Z[ recovery-image] Feb 28 11:47:20.047 INFO O| Feb 28 11:47:20.047 INFO variant opensolaris.imagetype is full; changing to partial
38912025-02-28T11:47:20.976Z[ recovery-image] Feb 28 11:47:20.047 INFO O| Feb 28 11:47:20.047 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38922025-02-28T11:47:21.635Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38932025-02-28T11:47:21.638ZFeb 28 11:47:20.709 INFO [stamp-nexus] process exited with exit status: 0 (4.742506153s)
38942025-02-28T11:47:21.842Z[verify-libraries] Compiling ring v0.17.11
38952025-02-28T11:47:22.125Z[verify-libraries] Compiling home v0.5.9
38962025-02-28T11:47:22.151Z[verify-libraries] Compiling cfg_aliases v0.1.1
38972025-02-28T11:47:22.155Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38982025-02-28T11:47:22.158Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38992025-02-28T11:47:22.158Z[verify-libraries] Compiling unicode_categories v0.1.1
39002025-02-28T11:47:22.265Z[verify-libraries] Compiling polyval v0.6.2
39012025-02-28T11:47:22.480Z[verify-libraries] Compiling ctr v0.9.2
39022025-02-28T11:47:22.551Z[verify-libraries] Compiling nix v0.28.0
39032025-02-28T11:47:22.947Z[verify-libraries] Compiling sqlformat v0.2.6
39042025-02-28T11:47:23.161Z[verify-libraries] Compiling ghash v0.5.1
39052025-02-28T11:47:23.269Z[verify-libraries] Compiling ssh-encoding v0.2.0
39062025-02-28T11:47:23.387Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
39072025-02-28T11:47:23.392ZFeb 28 11:47:22.463 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.451414597s)
39082025-02-28T11:47:23.713Z[verify-libraries] Compiling sqlparser v0.45.0
39092025-02-28T11:47:23.818Z[verify-libraries] Compiling aes-gcm v0.10.3
39102025-02-28T11:47:23.865Z[verify-libraries] Compiling blowfish v0.9.1
39112025-02-28T11:47:24.261Z[verify-libraries] Compiling ssh-cipher v0.2.0
39122025-02-28T11:47:24.512Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
39132025-02-28T11:47:24.725Z[verify-libraries] Compiling password-hash v0.4.2
39142025-02-28T11:47:25.283Z[verify-libraries] Compiling ssh-key v0.6.6
39152025-02-28T11:47:27.301Z[verify-libraries] Compiling pbkdf2 v0.11.0
39162025-02-28T11:47:28.054Z[verify-libraries] Compiling rustyline v14.0.0
39172025-02-28T11:47:29.403Z[verify-libraries] Compiling rustls v0.23.19
39182025-02-28T11:47:29.461Z[verify-libraries] Compiling rustls v0.22.4
39192025-02-28T11:47:29.525Z[verify-libraries] Compiling p521 v0.13.3
39202025-02-28T11:47:31.191Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
39212025-02-28T11:47:31.219ZFeb 28 11:47:30.289 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.681878033s)
39222025-02-28T11:47:31.412Z[verify-libraries] Compiling p256 v0.13.2
39232025-02-28T11:47:31.751Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
39242025-02-28T11:47:31.796ZFeb 28 11:47:30.866 INFO [stamp-clickhouse] process exited with exit status: 0 (15.180413619s)
39252025-02-28T11:47:31.796ZFeb 28 11:47:30.866 INFO [tuf-stamp] task succeeded (15.31822331s)
39262025-02-28T11:47:33.750Z[verify-libraries] Compiling rustls-webpki v0.102.8
39272025-02-28T11:47:34.333Z[verify-libraries] Compiling russh-cryptovec v0.7.3
39282025-02-28T11:47:34.880Z[verify-libraries] Compiling md5 v0.7.0
39292025-02-28T11:47:35.126Z[ recovery-image] Feb 28 11:47:34.195 INFO O| Feb 28 11:47:34.195 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39302025-02-28T11:47:38.049Z[verify-libraries] Compiling rustls v0.21.12
39312025-02-28T11:47:38.118Z[verify-libraries] Compiling russh-keys v0.45.0
39322025-02-28T11:47:43.416Z[verify-libraries] Compiling tokio-rustls v0.25.0
39332025-02-28T11:47:44.035Z[verify-libraries] Compiling tokio-rustls v0.26.0
39342025-02-28T11:47:44.288Z[ recovery-image] Feb 28 11:47:43.356 INFO O| Feb 28 11:47:43.355 INFO O| Startup: Caching catalogs ... Done
39352025-02-28T11:47:44.446Z[ recovery-image] Feb 28 11:47:43.513 INFO O| Feb 28 11:47:43.513 INFO O| Planning: Planning completed in 0.00 seconds
39362025-02-28T11:47:44.449Z[ recovery-image] Feb 28 11:47:43.514 INFO O| Feb 28 11:47:43.514 INFO O| Planning: Consolidating action changes ... Done
39372025-02-28T11:47:44.449Z[ recovery-image] Feb 28 11:47:43.514 INFO O| Feb 28 11:47:43.514 INFO O| Planning: Evaluating mediators ... Done
39382025-02-28T11:47:44.449Z[ recovery-image] Feb 28 11:47:43.515 INFO O| Feb 28 11:47:43.515 INFO O| Planning: Planning completed in 0.00 seconds
39392025-02-28T11:47:44.449Z[ recovery-image] Feb 28 11:47:43.515 INFO O| Feb 28 11:47:43.515 INFO O| Variants/Facets to change: 1
39402025-02-28T11:47:44.537Z[ recovery-image] Feb 28 11:47:43.605 INFO O| Feb 28 11:47:43.605 INFO O| Done
39412025-02-28T11:47:44.537Z[ recovery-image] Feb 28 11:47:43.605 INFO O| Feb 28 11:47:43.605 INFO O| Done
39422025-02-28T11:47:44.833Z[verify-libraries] Compiling hyper-rustls v0.27.3
39432025-02-28T11:47:45.210Z[verify-libraries] Compiling dropshot v0.12.0
39442025-02-28T11:47:45.673Z[ recovery-image] Feb 28 11:47:44.740 INFO O| Feb 28 11:47:44.740 INFO O| Done
39452025-02-28T11:47:45.739Z[verify-libraries] Compiling reqwest v0.12.12
39462025-02-28T11:47:45.753Z[ recovery-image] Feb 28 11:47:44.821 INFO O| Feb 28 11:47:44.821 INFO O| Done
39472025-02-28T11:47:45.756Z[ recovery-image] Feb 28 11:47:44.823 INFO O| Feb 28 11:47:44.823 INFO O| Done
39482025-02-28T11:47:45.756Z[ recovery-image] Feb 28 11:47:44.823 INFO O| Feb 28 11:47:44.823 INFO O| Done
39492025-02-28T11:47:45.759Z[ recovery-image] Feb 28 11:47:44.826 INFO O| Feb 28 11:47:44.826 INFO O| Done
39502025-02-28T11:47:46.600Z[ recovery-image] Feb 28 11:47:45.667 INFO O| Feb 28 11:47:45.667 INFO STEP 6 (pkg_change_variant) COMPLETE
39512025-02-28T11:47:46.600Z[ recovery-image] Feb 28 11:47:45.667 INFO O| Feb 28 11:47:45.667 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39522025-02-28T11:47:46.600Z[ recovery-image] Feb 28 11:47:45.667 INFO O| Feb 28 11:47:45.667 INFO skip step because feature "debug_variant" is not enabled
39532025-02-28T11:47:46.600Z[ recovery-image] Feb 28 11:47:45.667 INFO O| Feb 28 11:47:45.667 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39542025-02-28T11:47:47.257Z[ recovery-image] Feb 28 11:47:46.324 INFO O| Feb 28 11:47:46.324 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39552025-02-28T11:47:48.331Z[ recovery-image] Feb 28 11:47:47.398 INFO O| Feb 28 11:47:47.398 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39562025-02-28T11:47:48.358Z[ recovery-image] Feb 28 11:47:47.425 INFO O| Feb 28 11:47:47.425 INFO O| Planning: Planning completed in 0.03 seconds
39572025-02-28T11:47:48.361Z[ recovery-image] Feb 28 11:47:47.426 INFO O| Feb 28 11:47:47.426 INFO O| Planning: Consolidating action changes ... Done
39582025-02-28T11:47:48.361Z[ recovery-image] Feb 28 11:47:47.426 INFO O| Feb 28 11:47:47.426 INFO O| Planning: Evaluating mediators ... Done
39592025-02-28T11:47:48.361Z[ recovery-image] Feb 28 11:47:47.427 INFO O| Feb 28 11:47:47.427 INFO O| Planning: Planning completed in 0.03 seconds
39602025-02-28T11:47:48.361Z[ recovery-image] Feb 28 11:47:47.427 INFO O| Feb 28 11:47:47.427 INFO O| Variants/Facets to change: 1
39612025-02-28T11:47:48.465Z[ recovery-image] Feb 28 11:47:47.532 INFO O| Feb 28 11:47:47.532 INFO O| Done
39622025-02-28T11:47:48.465Z[ recovery-image] Feb 28 11:47:47.532 INFO O| Feb 28 11:47:47.532 INFO O| Done
39632025-02-28T11:47:49.465Z[ recovery-image] Feb 28 11:47:48.532 INFO O| Feb 28 11:47:48.532 INFO O| Done
39642025-02-28T11:47:49.552Z[ recovery-image] Feb 28 11:47:48.618 INFO O| Feb 28 11:47:48.618 INFO O| Done
39652025-02-28T11:47:49.555Z[ recovery-image] Feb 28 11:47:48.619 INFO O| Feb 28 11:47:48.619 INFO O| Done
39662025-02-28T11:47:49.555Z[ recovery-image] Feb 28 11:47:48.619 INFO O| Feb 28 11:47:48.619 INFO O| Done
39672025-02-28T11:47:49.555Z[ recovery-image] Feb 28 11:47:48.621 INFO O| Feb 28 11:47:48.621 INFO O| Done
39682025-02-28T11:47:49.647Z[ recovery-image] Feb 28 11:47:48.714 INFO O| Feb 28 11:47:48.714 INFO STEP 8 (pkg_change_facet) COMPLETE
39692025-02-28T11:47:49.647Z[ recovery-image] Feb 28 11:47:48.714 INFO O| Feb 28 11:47:48.714 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39702025-02-28T11:47:49.795Z[verify-libraries] Compiling dropshot v0.16.0
39712025-02-28T11:47:50.001Z[verify-libraries] Compiling rcgen v0.12.1
39722025-02-28T11:47:50.364Z[ recovery-image] Feb 28 11:47:49.430 INFO O| Feb 28 11:47:49.430 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39732025-02-28T11:47:51.382Z[ recovery-image] Feb 28 11:47:50.448 INFO O| Feb 28 11:47:50.448 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39742025-02-28T11:47:51.385Z[ recovery-image] Feb 28 11:47:50.450 INFO O| Feb 28 11:47:50.450 INFO O| Planning: Planning completed in 0.00 seconds
39752025-02-28T11:47:51.385Z[ recovery-image] Feb 28 11:47:50.451 INFO O| Feb 28 11:47:50.451 INFO O| Planning: Consolidating action changes ... Done
39762025-02-28T11:47:51.385Z[ recovery-image] Feb 28 11:47:50.451 INFO O| Feb 28 11:47:50.451 INFO O| Planning: Evaluating mediators ... Done
39772025-02-28T11:47:51.387Z[ recovery-image] Feb 28 11:47:50.451 INFO O| Feb 28 11:47:50.451 INFO O| Planning: Planning completed in 0.00 seconds
39782025-02-28T11:47:51.387Z[ recovery-image] Feb 28 11:47:50.452 INFO O| Feb 28 11:47:50.452 INFO O| Variants/Facets to change: 1
39792025-02-28T11:47:51.481Z[ recovery-image] Feb 28 11:47:50.547 INFO O| Feb 28 11:47:50.547 INFO O| Done
39802025-02-28T11:47:51.481Z[ recovery-image] Feb 28 11:47:50.547 INFO O| Feb 28 11:47:50.547 INFO O| Done
39812025-02-28T11:47:52.480Z[ recovery-image] Feb 28 11:47:51.546 INFO O| Feb 28 11:47:51.545 INFO O| Done
39822025-02-28T11:47:52.571Z[ recovery-image] Feb 28 11:47:51.637 INFO O| Feb 28 11:47:51.637 INFO O| Done
39832025-02-28T11:47:52.574Z[ recovery-image] Feb 28 11:47:51.638 INFO O| Feb 28 11:47:51.638 INFO O| Done
39842025-02-28T11:47:52.574Z[ recovery-image] Feb 28 11:47:51.638 INFO O| Feb 28 11:47:51.638 INFO O| Done
39852025-02-28T11:47:52.574Z[ recovery-image] Feb 28 11:47:51.640 INFO O| Feb 28 11:47:51.640 INFO O| Done
39862025-02-28T11:47:52.680Z[ recovery-image] Feb 28 11:47:51.746 INFO O| Feb 28 11:47:51.746 INFO STEP 9 (pkg_change_facet) COMPLETE
39872025-02-28T11:47:52.680Z[ recovery-image] Feb 28 11:47:51.746 INFO O| Feb 28 11:47:51.746 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39882025-02-28T11:47:53.361Z[ recovery-image] Feb 28 11:47:52.427 INFO O| Feb 28 11:47:52.427 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39892025-02-28T11:47:54.473Z[ recovery-image] Feb 28 11:47:53.539 INFO O| Feb 28 11:47:53.539 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39902025-02-28T11:47:54.476Z[ recovery-image] Feb 28 11:47:53.541 INFO O| Feb 28 11:47:53.541 INFO O| Planning: Planning completed in 0.00 seconds
39912025-02-28T11:47:54.476Z[ recovery-image] Feb 28 11:47:53.542 INFO O| Feb 28 11:47:53.542 INFO O| Planning: Consolidating action changes ... Done
39922025-02-28T11:47:54.476Z[ recovery-image] Feb 28 11:47:53.542 INFO O| Feb 28 11:47:53.542 INFO O| Planning: Evaluating mediators ... Done
39932025-02-28T11:47:54.479Z[ recovery-image] Feb 28 11:47:53.542 INFO O| Feb 28 11:47:53.542 INFO O| Planning: Planning completed in 0.00 seconds
39942025-02-28T11:47:54.479Z[ recovery-image] Feb 28 11:47:53.543 INFO O| Feb 28 11:47:53.543 INFO O| Variants/Facets to change: 1
39952025-02-28T11:47:54.549Z[ recovery-image] Feb 28 11:47:53.615 INFO O| Feb 28 11:47:53.615 INFO O| Done
39962025-02-28T11:47:54.550Z[ recovery-image] Feb 28 11:47:53.615 INFO O| Feb 28 11:47:53.615 INFO O| Done
39972025-02-28T11:47:54.879Z[verify-libraries] Compiling qorb v0.2.1
39982025-02-28T11:47:55.474Z[ recovery-image] Feb 28 11:47:54.540 INFO O| Feb 28 11:47:54.540 INFO O| Done
39992025-02-28T11:47:55.586Z[ recovery-image] Feb 28 11:47:54.651 INFO O| Feb 28 11:47:54.651 INFO O| Done
40002025-02-28T11:47:55.588Z[ recovery-image] Feb 28 11:47:54.653 INFO O| Feb 28 11:47:54.653 INFO O| Done
40012025-02-28T11:47:55.588Z[ recovery-image] Feb 28 11:47:54.653 INFO O| Feb 28 11:47:54.653 INFO O| Done
40022025-02-28T11:47:55.591Z[ recovery-image] Feb 28 11:47:54.655 INFO O| Feb 28 11:47:54.655 INFO O| Done
40032025-02-28T11:47:55.694Z[ recovery-image] Feb 28 11:47:54.760 INFO O| Feb 28 11:47:54.760 INFO STEP 10 (pkg_change_facet) COMPLETE
40042025-02-28T11:47:55.694Z[ recovery-image] Feb 28 11:47:54.760 INFO O| Feb 28 11:47:54.760 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40052025-02-28T11:47:55.715Z[ recovery-image] Feb 28 11:47:54.781 INFO O| Feb 28 11:47:54.780 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
40062025-02-28T11:47:56.932Z[ recovery-image] Feb 28 11:47:55.997 INFO O| Feb 28 11:47:55.997 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40072025-02-28T11:48:01.443Z[verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40082025-02-28T11:48:02.398Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40092025-02-28T11:48:03.581Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
40102025-02-28T11:48:03.634Z[verify-libraries] Compiling progenitor-client v0.9.1
40112025-02-28T11:48:03.909Z[verify-libraries] Compiling progenitor-client v0.8.0
40122025-02-28T11:48:05.762Z[verify-libraries] Compiling progenitor v0.8.0
40132025-02-28T11:48:06.068Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
40142025-02-28T11:48:06.288Z[verify-libraries] Compiling progenitor v0.9.1
40152025-02-28T11:48:06.652Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
40162025-02-28T11:48:13.256Z[ host-image] Feb 28 11:48:12.319 INFO O| Feb 28 11:48:12.319 INFO O| Planning: Solver setup ... Done
40172025-02-28T11:48:28.590Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40182025-02-28T11:48:33.869Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40192025-02-28T11:48:36.168Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40202025-02-28T11:48:37.048Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40212025-02-28T11:48:37.770Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
40222025-02-28T11:48:43.024Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
40232025-02-28T11:48:44.467Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40242025-02-28T11:48:45.751Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40252025-02-28T11:48:52.335Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40262025-02-28T11:48:53.477Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
40272025-02-28T11:48:55.959Z[verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
40282025-02-28T11:48:59.413Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40292025-02-28T11:48:59.416Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
40302025-02-28T11:49:01.510Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
40312025-02-28T11:49:05.479Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40322025-02-28T11:49:10.593Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40332025-02-28T11:49:11.696Z[ recovery-image] Feb 28 11:49:10.748 INFO O| Feb 28 11:49:10.748 INFO O| Planning: Solver setup ... Done
40342025-02-28T11:49:14.387Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
40352025-02-28T11:49:15.963Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40362025-02-28T11:49:17.316Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
40372025-02-28T11:49:19.014Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
40382025-02-28T11:49:20.871Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
40392025-02-28T11:49:22.545Z[verify-libraries] Compiling omicron-zone-package v0.12.0
40402025-02-28T11:49:22.940Z[verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40412025-02-28T11:49:23.035Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40422025-02-28T11:49:26.794Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40432025-02-28T11:49:28.551Z[verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
40442025-02-28T11:49:29.898Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40452025-02-28T11:49:35.304Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40462025-02-28T11:49:36.566Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40472025-02-28T11:49:41.060Z[verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
40482025-02-28T11:49:41.201Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
40492025-02-28T11:49:42.136Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
40502025-02-28T11:49:42.403Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40512025-02-28T11:49:43.813Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40522025-02-28T11:49:44.149Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
40532025-02-28T11:49:46.735Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40542025-02-28T11:49:47.232Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40552025-02-28T11:49:47.891Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40562025-02-28T11:49:51.022Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40572025-02-28T11:49:54.395Z[ host-image] Feb 28 11:49:53.440 INFO O| Feb 28 11:49:53.440 INFO O| Planning: Running solver ... Done
40582025-02-28T11:49:55.098Z[ host-image] Feb 28 11:49:54.144 INFO O| Feb 28 11:49:54.144 INFO O| Planning: Finding local manifests ... Done
40592025-02-28T11:49:55.118Z[ host-image] Feb 28 11:49:54.163 INFO O| Feb 28 11:49:54.163 INFO O| Planning: Fetching manifests: 0/124 0% complete
40602025-02-28T11:50:00.176Z[ host-image] Feb 28 11:49:59.220 INFO O| Feb 28 11:49:59.220 INFO O| Planning: Fetching manifests: 124/124 100% complete
40612025-02-28T11:50:01.566Z[ host-image] Feb 28 11:50:00.610 INFO O| Feb 28 11:50:00.610 INFO O| Planning: Package planning ... Done
40622025-02-28T11:50:03.506Z[ host-image] Feb 28 11:50:02.549 INFO O| Feb 28 11:50:02.549 INFO O| Planning: Merging actions ... Done
40632025-02-28T11:50:03.821Z[ host-image] Feb 28 11:50:02.865 INFO O| Feb 28 11:50:02.865 INFO O| Planning: Checking for conflicting actions ... Done
40642025-02-28T11:50:04.105Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40652025-02-28T11:50:04.277Z[ host-image] Feb 28 11:50:03.321 INFO O| Feb 28 11:50:03.321 INFO O| Planning: Consolidating action changes ... Done
40662025-02-28T11:50:05.070Z[ host-image] Feb 28 11:50:04.114 INFO O| Feb 28 11:50:04.113 INFO O| Planning: Evaluating mediators ... Done
40672025-02-28T11:50:06.285Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40682025-02-28T11:50:09.589Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
40692025-02-28T11:50:11.563Z[ host-image] Feb 28 11:50:10.605 INFO O| Feb 28 11:50:10.605 INFO O| Planning: Planning completed in 184.41 seconds
40702025-02-28T11:50:11.570Z[ host-image] Feb 28 11:50:10.613 INFO O| Feb 28 11:50:10.613 INFO O| Packages to install: 124
40712025-02-28T11:50:11.573Z[ host-image] Feb 28 11:50:10.613 INFO O| Feb 28 11:50:10.613 INFO O| Mediators to change: 4
40722025-02-28T11:50:11.573Z[ host-image] Feb 28 11:50:10.613 INFO O| Feb 28 11:50:10.613 INFO O| Services to change: 6
40732025-02-28T11:50:11.785Z[ host-image] Feb 28 11:50:10.827 INFO O| Feb 28 11:50:10.827 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete
40742025-02-28T11:50:16.808Z[ host-image] Feb 28 11:50:15.849 INFO O| Feb 28 11:50:15.849 INFO O| Download: 1074/22863 items 5.9/199.8MB 2% complete (1.3M/s)
40752025-02-28T11:50:21.827Z[ host-image] Feb 28 11:50:20.867 INFO O| Feb 28 11:50:20.867 INFO O| Download: 1772/22863 items 11.9/199.8MB 5% complete (1.2M/s)
40762025-02-28T11:50:24.551Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40772025-02-28T11:50:26.836Z[ host-image] Feb 28 11:50:25.876 INFO O| Feb 28 11:50:25.876 INFO O| Download: 2343/22863 items 27.5/199.8MB 13% complete (2.1M/s)
40782025-02-28T11:50:31.875Z[ host-image] Feb 28 11:50:30.914 INFO O| Feb 28 11:50:30.914 INFO O| Download: 3486/22863 items 35.5/199.8MB 17% complete (2.4M/s)
40792025-02-28T11:50:34.741Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40802025-02-28T11:50:35.314Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
40812025-02-28T11:50:36.876Z[ host-image] Feb 28 11:50:35.914 INFO O| Feb 28 11:50:35.914 INFO O| Download: 4566/22863 items 41.9/199.8MB 20% complete (1.5M/s)
40822025-02-28T11:50:37.070Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40832025-02-28T11:50:37.171Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40842025-02-28T11:50:37.807Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40852025-02-28T11:50:38.294Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
40862025-02-28T11:50:39.358Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40872025-02-28T11:50:39.634Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40882025-02-28T11:50:39.846Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40892025-02-28T11:50:40.770Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
40902025-02-28T11:50:40.967Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40912025-02-28T11:50:41.890Z[ host-image] Feb 28 11:50:40.927 INFO O| Feb 28 11:50:40.927 INFO O| Download: 5198/22863 items 46.1/199.8MB 23% complete (1.1M/s)
40922025-02-28T11:50:42.463Z[verify-libraries] Compiling tough v0.19.0
40932025-02-28T11:50:43.248Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
40942025-02-28T11:50:44.717Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40952025-02-28T11:50:46.913Z[ host-image] Feb 28 11:50:45.949 INFO O| Feb 28 11:50:45.949 INFO O| Download: 6478/22863 items 46.8/199.8MB 23% complete (501k/s)
40962025-02-28T11:50:49.885Z[ recovery-image] Feb 28 11:50:48.921 INFO O| Feb 28 11:50:48.920 INFO O| Planning: Running solver ... Done
40972025-02-28T11:50:50.521Z[ recovery-image] Feb 28 11:50:49.557 INFO O| Feb 28 11:50:49.557 INFO O| Planning: Finding local manifests ... Done
40982025-02-28T11:50:50.538Z[ recovery-image] Feb 28 11:50:49.574 INFO O| Feb 28 11:50:49.574 INFO O| Planning: Fetching manifests: 0/124 0% complete
40992025-02-28T11:50:51.919Z[ host-image] Feb 28 11:50:50.955 INFO O| Feb 28 11:50:50.955 INFO O| Download: 7425/22863 items 57.7/199.8MB 28% complete (1.2M/s)
41002025-02-28T11:50:52.449Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
41012025-02-28T11:50:55.403Z[ recovery-image] Feb 28 11:50:54.438 INFO O| Feb 28 11:50:54.438 INFO O| Planning: Fetching manifests: 124/124 100% complete
41022025-02-28T11:50:56.647Z[ recovery-image] Feb 28 11:50:55.682 INFO O| Feb 28 11:50:55.682 INFO O| Planning: Package planning ... Done
41032025-02-28T11:50:56.979Z[ host-image] Feb 28 11:50:56.013 INFO O| Feb 28 11:50:56.013 INFO O| Download: 8334/22863 items 65.4/199.8MB 32% complete (1.7M/s)
41042025-02-28T11:50:57.456Z[ recovery-image] Feb 28 11:50:56.491 INFO O| Feb 28 11:50:56.491 INFO O| Planning: Merging actions ... Done
41052025-02-28T11:50:57.634Z[ recovery-image] Feb 28 11:50:56.669 INFO O| Feb 28 11:50:56.669 INFO O| Planning: Checking for conflicting actions ... Done
41062025-02-28T11:50:57.765Z[ recovery-image] Feb 28 11:50:56.800 INFO O| Feb 28 11:50:56.799 INFO O| Planning: Consolidating action changes ... Done
41072025-02-28T11:50:57.915Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
41082025-02-28T11:50:58.166Z[ recovery-image] Feb 28 11:50:57.200 INFO O| Feb 28 11:50:57.200 INFO O| Planning: Evaluating mediators ... Done
41092025-02-28T11:51:01.982Z[ host-image] Feb 28 11:51:01.016 INFO O| Feb 28 11:51:01.016 INFO O| Download: 9369/22863 items 80.5/199.8MB 40% complete (2.2M/s)
41102025-02-28T11:51:02.592Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41112025-02-28T11:51:04.227Z[ recovery-image] Feb 28 11:51:03.261 INFO O| Feb 28 11:51:03.261 INFO O| Planning: Planning completed in 187.26 seconds
41122025-02-28T11:51:04.234Z[ recovery-image] Feb 28 11:51:03.268 INFO O| Feb 28 11:51:03.268 INFO O| Packages to install: 124
41132025-02-28T11:51:04.234Z[ recovery-image] Feb 28 11:51:03.268 INFO O| Feb 28 11:51:03.268 INFO O| Mediators to change: 4
41142025-02-28T11:51:04.237Z[ recovery-image] Feb 28 11:51:03.268 INFO O| Feb 28 11:51:03.268 INFO O| Services to change: 5
41152025-02-28T11:51:04.318Z[ recovery-image] Feb 28 11:51:03.352 INFO O| Feb 28 11:51:03.352 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete
41162025-02-28T11:51:05.009Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41172025-02-28T11:51:05.220Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41182025-02-28T11:51:06.986Z[ host-image] Feb 28 11:51:06.019 INFO O| Feb 28 11:51:06.019 INFO O| Download: 10134/22863 items 84.3/199.8MB 42% complete (2.0M/s)
41192025-02-28T11:51:09.321Z[ recovery-image] Feb 28 11:51:08.353 INFO O| Feb 28 11:51:08.353 INFO O| Download: 991/15934 items 7.7/176.5MB 4% complete (1.6M/s)
41202025-02-28T11:51:10.341Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41212025-02-28T11:51:10.588Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
41222025-02-28T11:51:11.987Z[ host-image] Feb 28 11:51:11.019 INFO O| Feb 28 11:51:11.019 INFO O| Download: 10650/22863 items 89.1/199.8MB 44% complete (929k/s)
41232025-02-28T11:51:12.718Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41242025-02-28T11:51:12.922Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41252025-02-28T11:51:14.467Z[ recovery-image] Feb 28 11:51:13.499 INFO O| Feb 28 11:51:13.499 INFO O| Download: 1163/15934 items 10.1/176.5MB 5% complete (1.3M/s)
41262025-02-28T11:51:15.685Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
41272025-02-28T11:51:17.168Z[ host-image] Feb 28 11:51:16.199 INFO O| Feb 28 11:51:16.199 INFO O| Download: 11193/22863 items 92.9/199.8MB 46% complete (865k/s)
41282025-02-28T11:51:17.422Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
41292025-02-28T11:51:18.893Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
41302025-02-28T11:51:19.251Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
41312025-02-28T11:51:19.492Z[ recovery-image] Feb 28 11:51:18.519 INFO O| Feb 28 11:51:18.519 INFO O| Download: 1566/15934 items 23.2/176.5MB 13% complete (1.5M/s)
41322025-02-28T11:51:19.516Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41332025-02-28T11:51:22.175Z[ host-image] Feb 28 11:51:21.205 INFO O| Feb 28 11:51:21.205 INFO O| Download: 11550/22863 items 96.4/199.8MB 48% complete (727k/s)
41342025-02-28T11:51:24.498Z[ recovery-image] Feb 28 11:51:23.528 INFO O| Feb 28 11:51:23.528 INFO O| Download: 2157/15934 items 31.1/176.5MB 17% complete (2.1M/s)
41352025-02-28T11:51:26.716Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41362025-02-28T11:51:27.239Z[ host-image] Feb 28 11:51:26.268 INFO O| Feb 28 11:51:26.268 INFO O| Download: 12174/22863 items 101.2/199.8MB 50% complete (877k/s)
41372025-02-28T11:51:28.411Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41382025-02-28T11:51:29.034Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41392025-02-28T11:51:29.510Z[ recovery-image] Feb 28 11:51:28.539 INFO O| Feb 28 11:51:28.539 INFO O| Download: 3302/15934 items 37.9/176.5MB 21% complete (1.5M/s)
41402025-02-28T11:51:32.242Z[ host-image] Feb 28 11:51:31.271 INFO O| Feb 28 11:51:31.270 INFO O| Download: 12475/22863 items 109.7/199.8MB 54% complete (1.3M/s)
41412025-02-28T11:51:32.520Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41422025-02-28T11:51:34.547Z[ recovery-image] Feb 28 11:51:33.575 INFO O| Feb 28 11:51:33.575 INFO O| Download: 3832/15934 items 42.1/176.5MB 23% complete (1.1M/s)
41432025-02-28T11:51:37.271Z[ host-image] Feb 28 11:51:36.299 INFO O| Feb 28 11:51:36.299 INFO O| Download: 13388/22863 items 110.1/199.8MB 55% complete (918k/s)
41442025-02-28T11:51:37.495Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41452025-02-28T11:51:37.953Z[verify-libraries] Compiling sct v0.7.1
41462025-02-28T11:51:38.484Z[verify-libraries] Compiling rustls-webpki v0.101.7
41472025-02-28T11:51:40.074Z[ recovery-image] Feb 28 11:51:39.102 INFO O| Feb 28 11:51:39.101 INFO O| Download: 4855/15934 items 43.2/176.5MB 24% complete (592k/s)
41482025-02-28T11:51:42.273Z[ host-image] Feb 28 11:51:41.300 INFO O| Feb 28 11:51:41.300 INFO O| Download: 14283/22863 items 110.8/199.8MB 55% complete (115k/s)
41492025-02-28T11:51:42.407Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41502025-02-28T11:51:43.021Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41512025-02-28T11:51:45.403Z[ recovery-image] Feb 28 11:51:44.430 INFO O| Feb 28 11:51:44.430 INFO O| Download: 5769/15934 items 45.5/176.5MB 25% complete (263k/s)
41522025-02-28T11:51:47.278Z[ host-image] Feb 28 11:51:46.304 INFO O| Feb 28 11:51:46.304 INFO O| Download: 14624/22863 items 117.1/199.8MB 58% complete (692k/s)
41532025-02-28T11:51:50.794Z[ recovery-image] Feb 28 11:51:49.819 INFO O| Feb 28 11:51:49.819 INFO O| Download: 6085/15934 items 54.3/176.5MB 30% complete (1.1M/s)
41542025-02-28T11:51:52.295Z[ host-image] Feb 28 11:51:51.320 INFO O| Feb 28 11:51:51.320 INFO O| Download: 15644/22863 items 124.1/199.8MB 62% complete (1.3M/s)
41552025-02-28T11:51:55.795Z[ recovery-image] Feb 28 11:51:54.820 INFO O| Feb 28 11:51:54.819 INFO O| Download: 6584/15934 items 64.1/176.5MB 36% complete (1.8M/s)
41562025-02-28T11:51:57.306Z[ host-image] Feb 28 11:51:56.330 INFO O| Feb 28 11:51:56.330 INFO O| Download: 16482/22863 items 135.8/199.8MB 67% complete (1.9M/s)
41572025-02-28T11:52:00.800Z[ recovery-image] Feb 28 11:51:59.824 INFO O| Feb 28 11:51:59.824 INFO O| Download: 7564/15934 items 73.7/176.5MB 41% complete (2.0M/s)
41582025-02-28T11:52:03.083Z[ host-image] Feb 28 11:52:02.106 INFO O| Feb 28 11:52:02.106 INFO O| Download: 16964/22863 items 141.9/199.8MB 71% complete (2.2M/s)
41592025-02-28T11:52:05.809Z[ recovery-image] Feb 28 11:52:04.832 INFO O| Feb 28 11:52:04.832 INFO O| Download: 8041/15934 items 78.7/176.5MB 44% complete (1.4M/s)
41602025-02-28T11:52:08.084Z[ host-image] Feb 28 11:52:07.106 INFO O| Feb 28 11:52:07.106 INFO O| Download: 17968/22863 items 150.4/199.8MB 75% complete (1.1M/s)
41612025-02-28T11:52:10.883Z[ recovery-image] Feb 28 11:52:09.906 INFO O| Feb 28 11:52:09.905 INFO O| Download: 8888/15934 items 91.7/176.5MB 51% complete (1.8M/s)
41622025-02-28T11:52:11.520Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41632025-02-28T11:52:13.096Z[ host-image] Feb 28 11:52:12.117 INFO O| Feb 28 11:52:12.117 INFO O| Download: 18773/22863 items 165.4/199.8MB 82% complete (2.4M/s)
41642025-02-28T11:52:13.525Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41652025-02-28T11:52:15.901Z[ recovery-image] Feb 28 11:52:14.922 INFO O| Feb 28 11:52:14.922 INFO O| Download: 9068/15934 items 92.9/176.5MB 52% complete (1.4M/s)
41662025-02-28T11:52:18.101Z[ host-image] Feb 28 11:52:17.122 INFO O| Feb 28 11:52:17.122 INFO O| Download: 19784/22863 items 169.5/199.8MB 84% complete (1.9M/s)
41672025-02-28T11:52:20.614Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41682025-02-28T11:52:20.932Z[ recovery-image] Feb 28 11:52:19.952 INFO O| Feb 28 11:52:19.952 INFO O| Download: 10076/15934 items 93.3/176.5MB 52% complete (164k/s)
41692025-02-28T11:52:21.857Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41702025-02-28T11:52:23.103Z[ host-image] Feb 28 11:52:22.123 INFO O| Feb 28 11:52:22.122 INFO O| Download: 20465/22863 items 171.8/199.8MB 85% complete (679k/s)
41712025-02-28T11:52:25.361Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41722025-02-28T11:52:25.936Z[ recovery-image] Feb 28 11:52:24.956 INFO O| Feb 28 11:52:24.956 INFO O| Download: 10904/15934 items 94.0/176.5MB 53% complete (117k/s)
41732025-02-28T11:52:28.193Z[ host-image] Feb 28 11:52:27.212 INFO O| Feb 28 11:52:27.212 INFO O| Download: 21055/22863 items 179.0/199.8MB 89% complete (985k/s)
41742025-02-28T11:52:30.784Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41752025-02-28T11:52:30.943Z[ recovery-image] Feb 28 11:52:29.962 INFO O| Feb 28 11:52:29.962 INFO O| Download: 11287/15934 items 100.4/176.5MB 56% complete (712k/s)
41762025-02-28T11:52:31.165Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41772025-02-28T11:52:31.556Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41782025-02-28T11:52:32.087Z[verify-libraries] Compiling tokio-rustls v0.24.1
41792025-02-28T11:52:32.606Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41802025-02-28T11:52:33.196Z[ host-image] Feb 28 11:52:32.214 INFO O| Feb 28 11:52:32.214 INFO O| Download: 21781/22863 items 183.8/199.8MB 91% complete (1.2M/s)
41812025-02-28T11:52:33.328Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41822025-02-28T11:52:34.591Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
41832025-02-28T11:52:35.996Z[ recovery-image] Feb 28 11:52:35.014 INFO O| Feb 28 11:52:35.014 INFO O| Download: 11991/15934 items 128.2/176.5MB 72% complete (3.4M/s)
41842025-02-28T11:52:36.457Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41852025-02-28T11:52:36.642Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41862025-02-28T11:52:37.064Z[verify-libraries] Compiling num-bigint v0.4.6
41872025-02-28T11:52:38.239Z[ host-image] Feb 28 11:52:37.256 INFO O| Feb 28 11:52:37.256 INFO O| Download: 22176/22863 items 197.0/199.8MB 98% complete (1.6M/s)
41882025-02-28T11:52:39.448Z[verify-libraries] Compiling des v0.8.1
41892025-02-28T11:52:39.991Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41902025-02-28T11:52:40.874Z[verify-libraries] Compiling hex-literal v0.4.1
41912025-02-28T11:52:41.017Z[ recovery-image] Feb 28 11:52:40.033 INFO O| Feb 28 11:52:40.033 INFO O| Download: 12694/15934 items 142.3/176.5MB 80% complete (4.2M/s)
41922025-02-28T11:52:41.137Z[verify-libraries] Compiling russh v0.45.0
41932025-02-28T11:52:41.297Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41942025-02-28T11:52:41.320Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
41952025-02-28T11:52:42.375Z[ host-image] Feb 28 11:52:41.392 INFO O| Feb 28 11:52:41.391 INFO O| Download: Completed 199.77 MB in 150.56 seconds (1.3M/s)
41962025-02-28T11:52:43.983Z[ host-image] Feb 28 11:52:42.999 INFO O| Feb 28 11:52:42.999 INFO O| Actions: 1/49570 actions (Installing new actions)
41972025-02-28T11:52:46.320Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
41982025-02-28T11:52:46.526Z[ recovery-image] Feb 28 11:52:45.542 INFO O| Feb 28 11:52:45.542 INFO O| Download: 13644/15934 items 147.0/176.5MB 83% complete (1.9M/s)
41992025-02-28T11:52:48.984Z[ host-image] Feb 28 11:52:47.999 INFO O| Feb 28 11:52:47.999 INFO O| Actions: 9994/49570 actions (Installing new actions)
42002025-02-28T11:52:51.201Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42012025-02-28T11:52:51.542Z[ recovery-image] Feb 28 11:52:50.557 INFO O| Feb 28 11:52:50.557 INFO O| Download: 14705/15934 items 150.6/176.5MB 85% complete (731k/s)
42022025-02-28T11:52:53.985Z[ host-image] Feb 28 11:52:52.999 INFO O| Feb 28 11:52:52.999 INFO O| Actions: 16695/49570 actions (Installing new actions)
42032025-02-28T11:52:54.226Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42042025-02-28T11:52:56.543Z[ recovery-image] Feb 28 11:52:55.557 INFO O| Feb 28 11:52:55.557 INFO O| Download: 15341/15934 items 161.1/176.5MB 91% complete (1.4M/s)
42052025-02-28T11:52:58.071Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42062025-02-28T11:52:58.986Z[ host-image] Feb 28 11:52:57.999 INFO O| Feb 28 11:52:57.999 INFO O| Actions: 23375/49570 actions (Installing new actions)
42072025-02-28T11:53:01.572Z[ recovery-image] Feb 28 11:53:00.585 INFO O| Feb 28 11:53:00.585 INFO O| Download: 15782/15934 items 174.6/176.5MB 98% complete (2.4M/s)
42082025-02-28T11:53:02.433Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42092025-02-28T11:53:03.150Z[ recovery-image] Feb 28 11:53:02.163 INFO O| Feb 28 11:53:02.163 INFO O| Download: Completed 176.48 MB in 118.81 seconds (1.5M/s)
42102025-02-28T11:53:03.987Z[ host-image] Feb 28 11:53:03.000 INFO O| Feb 28 11:53:02.999 INFO O| Actions: 47610/49570 actions (Installing new actions)
42112025-02-28T11:53:05.400Z[ host-image] Feb 28 11:53:04.413 INFO O| Feb 28 11:53:04.413 INFO O| Actions: Completed 49570 actions in 21.40 seconds.
42122025-02-28T11:53:06.120Z[ recovery-image] Feb 28 11:53:05.132 INFO O| Feb 28 11:53:05.132 INFO O| Actions: 1/25107 actions (Installing new actions)
42132025-02-28T11:53:06.204Z[ host-image] Feb 28 11:53:05.216 INFO O| Feb 28 11:53:05.216 INFO O| Done
42142025-02-28T11:53:06.206Z[ host-image] Feb 28 11:53:05.217 INFO O| Feb 28 11:53:05.216 INFO O| Done
42152025-02-28T11:53:06.916Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42162025-02-28T11:53:08.244Z[ host-image] Feb 28 11:53:07.256 INFO O| Feb 28 11:53:07.256 INFO O| Done
42172025-02-28T11:53:10.107Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42182025-02-28T11:53:10.848Z[ host-image] Feb 28 11:53:09.860 INFO O| Feb 28 11:53:09.860 INFO O| Done
42192025-02-28T11:53:10.885Z[ host-image] Feb 28 11:53:09.897 INFO O| Feb 28 11:53:09.897 INFO O| Done
42202025-02-28T11:53:11.120Z[ recovery-image] Feb 28 11:53:10.132 INFO O| Feb 28 11:53:10.132 INFO O| Actions: 8882/25107 actions (Installing new actions)
42212025-02-28T11:53:16.122Z[ recovery-image] Feb 28 11:53:15.133 INFO O| Feb 28 11:53:15.133 INFO O| Actions: 14684/25107 actions (Installing new actions)
42222025-02-28T11:53:19.395Z[ host-image] Feb 28 11:53:18.405 INFO O| Feb 28 11:53:18.405 INFO O| Done
42232025-02-28T11:53:20.401Z[ host-image] Feb 28 11:53:19.411 INFO O| Feb 28 11:53:19.411 INFO O| Done
42242025-02-28T11:53:21.264Z[ recovery-image] Feb 28 11:53:20.274 INFO O| Feb 28 11:53:20.274 INFO O| Actions: 24648/25107 actions (Installing new actions)
42252025-02-28T11:53:21.268Z[ host-image] Feb 28 11:53:20.278 INFO O| Feb 28 11:53:20.278 INFO STEP 11 (pkg_install) COMPLETE
42262025-02-28T11:53:21.268Z[ host-image] Feb 28 11:53:20.278 INFO O| Feb 28 11:53:20.278 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42272025-02-28T11:53:21.294Z[ host-image] Feb 28 11:53:20.304 INFO O| Feb 28 11:53:20.304 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"]
42282025-02-28T11:53:21.737Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42292025-02-28T11:53:21.917Z[ recovery-image] Feb 28 11:53:20.927 INFO O| Feb 28 11:53:20.927 INFO O| Actions: Completed 25107 actions in 15.79 seconds.
42302025-02-28T11:53:22.899Z[ recovery-image] Feb 28 11:53:21.909 INFO O| Feb 28 11:53:21.909 INFO O| Done
42312025-02-28T11:53:22.899Z[ recovery-image] Feb 28 11:53:21.909 INFO O| Feb 28 11:53:21.909 INFO O| Done
42322025-02-28T11:53:24.464Z[ host-image] Feb 28 11:53:23.474 INFO O| Feb 28 11:53:23.474 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42332025-02-28T11:53:25.587Z[ recovery-image] Feb 28 11:53:24.596 INFO O| Feb 28 11:53:24.596 INFO O| Done
42342025-02-28T11:53:27.571Z[ recovery-image] Feb 28 11:53:26.580 INFO O| Feb 28 11:53:26.580 INFO O| Done
42352025-02-28T11:53:27.595Z[ recovery-image] Feb 28 11:53:26.604 INFO O| Feb 28 11:53:26.604 INFO O| Done
42362025-02-28T11:53:30.301Z[ host-image] Feb 28 11:53:29.309 INFO O| Feb 28 11:53:29.309 INFO O| Planning: Solver setup ... Done
42372025-02-28T11:53:30.309Z[ host-image] Feb 28 11:53:29.317 INFO O| Feb 28 11:53:29.317 INFO O| Planning: Running solver ... Done
42382025-02-28T11:53:30.414Z[ host-image] Feb 28 11:53:29.422 INFO O| Feb 28 11:53:29.422 INFO O| Planning: Finding local manifests ... Done
42392025-02-28T11:53:30.417Z[ host-image] Feb 28 11:53:29.425 INFO O| Feb 28 11:53:29.425 INFO O| Planning: Fetching manifests: 0/5 0% complete
42402025-02-28T11:53:30.722Z[ host-image] Feb 28 11:53:29.731 INFO O| Feb 28 11:53:29.730 INFO O| Planning: Fetching manifests: 5/5 100% complete
42412025-02-28T11:53:30.762Z[ host-image] Feb 28 11:53:29.771 INFO O| Feb 28 11:53:29.771 INFO O| Planning: Package planning ... Done
42422025-02-28T11:53:30.769Z[ host-image] Feb 28 11:53:29.778 INFO O| Feb 28 11:53:29.778 INFO O| Planning: Merging actions ... Done
42432025-02-28T11:53:30.957Z[ host-image] Feb 28 11:53:29.965 INFO O| Feb 28 11:53:29.965 INFO O| Planning: Checking for conflicting actions ... Done
42442025-02-28T11:53:30.959Z[ host-image] Feb 28 11:53:29.967 INFO O| Feb 28 11:53:29.967 INFO O| Planning: Consolidating action changes ... Done
42452025-02-28T11:53:31.470Z[ host-image] Feb 28 11:53:30.479 INFO O| Feb 28 11:53:30.479 INFO O| Planning: Evaluating mediators ... Done
42462025-02-28T11:53:31.476Z[ host-image] Feb 28 11:53:30.485 INFO O| Feb 28 11:53:30.485 INFO O| Planning: Planning completed in 7.01 seconds
42472025-02-28T11:53:31.476Z[ host-image] Feb 28 11:53:30.485 INFO O| Feb 28 11:53:30.485 INFO O| Packages to install: 5
42482025-02-28T11:53:31.476Z[ host-image] Feb 28 11:53:30.485 INFO O| Feb 28 11:53:30.485 INFO O| Services to change: 2
42492025-02-28T11:53:31.506Z[ host-image] Feb 28 11:53:30.515 INFO O| Feb 28 11:53:30.514 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
42502025-02-28T11:53:33.003Z[ host-image] Feb 28 11:53:32.011 INFO O| Feb 28 11:53:32.011 INFO O| Download: Completed 1.46 MB in 1.50 seconds (996k/s)
42512025-02-28T11:53:33.031Z[ recovery-image] Feb 28 11:53:32.039 INFO O| Feb 28 11:53:32.039 INFO O| Done
42522025-02-28T11:53:33.171Z[ host-image] Feb 28 11:53:32.179 INFO O| Feb 28 11:53:32.179 INFO O| Actions: 1/306 actions (Installing new actions)
42532025-02-28T11:53:33.367Z[ host-image] Feb 28 11:53:32.375 INFO O| Feb 28 11:53:32.375 INFO O| Actions: Completed 306 actions in 0.20 seconds.
42542025-02-28T11:53:33.811Z[ recovery-image] Feb 28 11:53:32.819 INFO O| Feb 28 11:53:32.819 INFO O| Done
42552025-02-28T11:53:34.030Z[ host-image] Feb 28 11:53:33.038 INFO O| Feb 28 11:53:33.038 INFO O| Done
42562025-02-28T11:53:34.030Z[ host-image] Feb 28 11:53:33.038 INFO O| Feb 28 11:53:33.038 INFO O| Done
42572025-02-28T11:53:34.418Z[ recovery-image] Feb 28 11:53:33.425 INFO O| Feb 28 11:53:33.425 INFO STEP 11 (pkg_install) COMPLETE
42582025-02-28T11:53:34.418Z[ recovery-image] Feb 28 11:53:33.425 INFO O| Feb 28 11:53:33.425 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42592025-02-28T11:53:34.418Z[ recovery-image] Feb 28 11:53:33.425 INFO O| Feb 28 11:53:33.425 INFO skip step because feature "recovery" is enabled
42602025-02-28T11:53:34.420Z[ recovery-image] Feb 28 11:53:33.425 INFO O| Feb 28 11:53:33.425 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42612025-02-28T11:53:34.420Z[ recovery-image] Feb 28 11:53:33.425 INFO O| Feb 28 11:53:33.425 INFO skip step because feature "omicron1" is not enabled
42622025-02-28T11:53:34.421Z[ recovery-image] Feb 28 11:53:33.426 INFO O| Feb 28 11:53:33.425 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42632025-02-28T11:53:34.437Z[ recovery-image] Feb 28 11:53:33.445 INFO O| Feb 28 11:53:33.445 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
42642025-02-28T11:53:35.387Z[ host-image] Feb 28 11:53:34.394 INFO O| Feb 28 11:53:34.394 INFO O| Done
42652025-02-28T11:53:35.488Z[ recovery-image] Feb 28 11:53:34.496 INFO O| Feb 28 11:53:34.496 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42662025-02-28T11:53:35.596Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42672025-02-28T11:53:38.208Z[ host-image] Feb 28 11:53:37.215 INFO O| Feb 28 11:53:37.215 INFO O| Done
42682025-02-28T11:53:38.290Z[ host-image] Feb 28 11:53:37.297 INFO O| Feb 28 11:53:37.296 INFO O| Done
42692025-02-28T11:53:38.292Z[ host-image] Feb 28 11:53:37.297 INFO O| Feb 28 11:53:37.297 INFO O| Done
42702025-02-28T11:53:38.338Z[ host-image] Feb 28 11:53:37.345 INFO O| Feb 28 11:53:37.329 INFO O| Done
42712025-02-28T11:53:38.555Z[ host-image] Feb 28 11:53:37.562 INFO O| Feb 28 11:53:37.562 INFO STEP 12 (pkg_install) COMPLETE
42722025-02-28T11:53:38.555Z[ host-image] Feb 28 11:53:37.563 INFO O| Feb 28 11:53:37.562 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42732025-02-28T11:53:38.575Z[ host-image] Feb 28 11:53:37.582 INFO O| Feb 28 11:53:37.582 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42742025-02-28T11:53:39.748Z[ host-image] Feb 28 11:53:38.755 INFO O| Feb 28 11:53:38.755 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42752025-02-28T11:53:40.154Z[ recovery-image] Feb 28 11:53:39.161 INFO O| Feb 28 11:53:39.161 INFO O| Planning: Solver setup ... Done
42762025-02-28T11:53:40.161Z[ recovery-image] Feb 28 11:53:39.168 INFO O| Feb 28 11:53:39.168 INFO O| Planning: Running solver ... Done
42772025-02-28T11:53:40.265Z[ recovery-image] Feb 28 11:53:39.272 INFO O| Feb 28 11:53:39.272 INFO O| Planning: Finding local manifests ... Done
42782025-02-28T11:53:40.268Z[ recovery-image] Feb 28 11:53:39.273 INFO O| Feb 28 11:53:39.273 INFO O| Planning: Fetching manifests: 0/1 0% complete
42792025-02-28T11:53:40.429Z[ recovery-image] Feb 28 11:53:39.436 INFO O| Feb 28 11:53:39.436 INFO O| Planning: Fetching manifests: 1/1 100% complete
42802025-02-28T11:53:40.461Z[ recovery-image] Feb 28 11:53:39.468 INFO O| Feb 28 11:53:39.468 INFO O| Planning: Package planning ... Done
42812025-02-28T11:53:40.464Z[ recovery-image] Feb 28 11:53:39.468 INFO O| Feb 28 11:53:39.468 INFO O| Planning: Merging actions ... Done
42822025-02-28T11:53:40.518Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42832025-02-28T11:53:40.523Z[ recovery-image] Feb 28 11:53:39.530 INFO O| Feb 28 11:53:39.530 INFO O| Planning: Checking for conflicting actions ... Done
42842025-02-28T11:53:40.526Z[ recovery-image] Feb 28 11:53:39.531 INFO O| Feb 28 11:53:39.531 INFO O| Planning: Consolidating action changes ... Done
42852025-02-28T11:53:40.871Z[ recovery-image] Feb 28 11:53:39.877 INFO O| Feb 28 11:53:39.877 INFO O| Planning: Evaluating mediators ... Done
42862025-02-28T11:53:40.874Z[ recovery-image] Feb 28 11:53:39.878 INFO O| Feb 28 11:53:39.878 INFO O| Planning: Planning completed in 5.38 seconds
42872025-02-28T11:53:40.874Z[ recovery-image] Feb 28 11:53:39.880 INFO O| Feb 28 11:53:39.880 INFO O| Packages to install: 1
42882025-02-28T11:53:40.895Z[ recovery-image] Feb 28 11:53:39.902 INFO O| Feb 28 11:53:39.902 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
42892025-02-28T11:53:41.792Z[ recovery-image] Feb 28 11:53:40.799 INFO O| Feb 28 11:53:40.799 INFO O| Download: Completed 10.27 MB in 0.90 seconds (11.5M/s)
42902025-02-28T11:53:41.947Z[ recovery-image] Feb 28 11:53:40.954 INFO O| Feb 28 11:53:40.954 INFO O| Actions: 1/22 actions (Installing new actions)
42912025-02-28T11:53:42.420Z[ recovery-image] Feb 28 11:53:41.426 INFO O| Feb 28 11:53:41.426 INFO O| Actions: Completed 22 actions in 0.47 seconds.
42922025-02-28T11:53:43.251Z[ recovery-image] Feb 28 11:53:42.257 INFO O| Feb 28 11:53:42.257 INFO O| Done
42932025-02-28T11:53:43.251Z[ recovery-image] Feb 28 11:53:42.257 INFO O| Feb 28 11:53:42.257 INFO O| Done
42942025-02-28T11:53:44.155Z[ host-image] Feb 28 11:53:43.161 INFO O| Feb 28 11:53:43.161 INFO O| Planning: Solver setup ... Done
42952025-02-28T11:53:44.163Z[ host-image] Feb 28 11:53:43.169 INFO O| Feb 28 11:53:43.169 INFO O| Planning: Running solver ... Done
42962025-02-28T11:53:44.271Z[ host-image] Feb 28 11:53:43.277 INFO O| Feb 28 11:53:43.277 INFO O| Planning: Finding local manifests ... Done
42972025-02-28T11:53:44.274Z[ host-image] Feb 28 11:53:43.279 INFO O| Feb 28 11:53:43.279 INFO O| Planning: Fetching manifests: 0/6 0% complete
42982025-02-28T11:53:44.727Z[ host-image] Feb 28 11:53:43.734 INFO O| Feb 28 11:53:43.733 INFO O| Planning: Fetching manifests: 6/6 100% complete
42992025-02-28T11:53:44.787Z[ host-image] Feb 28 11:53:43.794 INFO O| Feb 28 11:53:43.793 INFO O| Planning: Package planning ... Done
43002025-02-28T11:53:44.825Z[ recovery-image] Feb 28 11:53:43.831 INFO O| Feb 28 11:53:43.831 INFO O| Done
43012025-02-28T11:53:44.853Z[ host-image] Feb 28 11:53:43.859 INFO O| Feb 28 11:53:43.859 INFO O| Planning: Merging actions ... Done
43022025-02-28T11:53:45.041Z[ host-image] Feb 28 11:53:44.047 INFO O| Feb 28 11:53:44.047 INFO O| Planning: Checking for conflicting actions ... Done
43032025-02-28T11:53:45.049Z[ host-image] Feb 28 11:53:44.055 INFO O| Feb 28 11:53:44.055 INFO O| Planning: Consolidating action changes ... Done
43042025-02-28T11:53:45.469Z[ host-image] Feb 28 11:53:44.475 INFO O| Feb 28 11:53:44.475 INFO O| Planning: Evaluating mediators ... Done
43052025-02-28T11:53:45.475Z[ host-image] Feb 28 11:53:44.481 INFO O| Feb 28 11:53:44.481 INFO O| Planning: Planning completed in 5.73 seconds
43062025-02-28T11:53:45.478Z[ host-image] Feb 28 11:53:44.484 INFO O| Feb 28 11:53:44.484 INFO O| Packages to install: 6
43072025-02-28T11:53:45.478Z[ host-image] Feb 28 11:53:44.484 INFO O| Feb 28 11:53:44.484 INFO O| Mediators to change: 1
43082025-02-28T11:53:45.478Z[ host-image] Feb 28 11:53:44.484 INFO O| Feb 28 11:53:44.484 INFO O| Services to change: 1
43092025-02-28T11:53:45.515Z[ host-image] Feb 28 11:53:44.521 INFO O| Feb 28 11:53:44.521 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43102025-02-28T11:53:46.939Z[ recovery-image] Feb 28 11:53:45.945 INFO O| Feb 28 11:53:45.945 INFO O| Done
43112025-02-28T11:53:46.981Z[ recovery-image] Feb 28 11:53:45.987 INFO O| Feb 28 11:53:45.987 INFO O| Done
43122025-02-28T11:53:46.981Z[ recovery-image] Feb 28 11:53:45.987 INFO O| Feb 28 11:53:45.987 INFO O| Done
43132025-02-28T11:53:46.999Z[ recovery-image] Feb 28 11:53:46.005 INFO O| Feb 28 11:53:46.005 INFO O| Done
43142025-02-28T11:53:47.163Z[ recovery-image] Feb 28 11:53:46.169 INFO O| Feb 28 11:53:46.169 INFO STEP 14 (pkg_install) COMPLETE
43152025-02-28T11:53:47.163Z[ recovery-image] Feb 28 11:53:46.169 INFO O| Feb 28 11:53:46.169 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43162025-02-28T11:53:47.163Z[ recovery-image] Feb 28 11:53:46.169 INFO O| Feb 28 11:53:46.169 INFO skip step because feature "mfg" is not enabled
43172025-02-28T11:53:47.166Z[ recovery-image] Feb 28 11:53:46.169 INFO O| Feb 28 11:53:46.169 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43182025-02-28T11:53:47.166Z[ recovery-image] Feb 28 11:53:46.169 INFO O| Feb 28 11:53:46.169 INFO skip step because feature "compliance" is not enabled
43192025-02-28T11:53:47.166Z[ recovery-image] Feb 28 11:53:46.169 INFO O| Feb 28 11:53:46.169 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43202025-02-28T11:53:47.166Z[ recovery-image] Feb 28 11:53:46.169 INFO O| Feb 28 11:53:46.169 INFO skip step because feature "stress" is not enabled
43212025-02-28T11:53:47.166Z[ recovery-image] Feb 28 11:53:46.169 INFO O| Feb 28 11:53:46.169 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43222025-02-28T11:53:47.167Z[ recovery-image] Feb 28 11:53:46.169 INFO O| Feb 28 11:53:46.169 INFO skip step because feature "nfs" is not enabled
43232025-02-28T11:53:47.167Z[ recovery-image] Feb 28 11:53:46.169 INFO O| Feb 28 11:53:46.169 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43242025-02-28T11:53:47.167Z[ recovery-image] Feb 28 11:53:46.169 INFO O| Feb 28 11:53:46.169 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43252025-02-28T11:53:47.298Z[ recovery-image] Feb 28 11:53:46.303 INFO O| Feb 28 11:53:46.303 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
43262025-02-28T11:53:47.418Z[ recovery-image] Feb 28 11:53:46.423 INFO O| Feb 28 11:53:46.423 INFO completed processing gimlet/ramdisk-01-os
43272025-02-28T11:53:47.422Z[ recovery-image] Feb 28 11:53:46.427 INFO image builder template: ramdisk-02-trim...
43282025-02-28T11:53:47.422Z[ recovery-image] Feb 28 11:53:46.427 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpX0wZ8Q/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None
43292025-02-28T11:53:47.465Z[ recovery-image] Feb 28 11:53:46.471 INFO O| Feb 28 11:53:46.470 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43302025-02-28T11:53:47.475Z[ recovery-image] Feb 28 11:53:46.480 INFO O| Feb 28 11:53:46.480 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43312025-02-28T11:53:47.653Z[ recovery-image] Feb 28 11:53:46.658 INFO O| Feb 28 11:53:46.658 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
43322025-02-28T11:53:47.772Z[ recovery-image] Feb 28 11:53:46.777 INFO O| Feb 28 11:53:46.777 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43332025-02-28T11:53:47.775Z[ recovery-image] Feb 28 11:53:46.778 INFO O| Feb 28 11:53:46.778 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43342025-02-28T11:53:47.782Z[ recovery-image] Feb 28 11:53:46.788 INFO O| Feb 28 11:53:46.788 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43352025-02-28T11:53:47.793Z[ recovery-image] Feb 28 11:53:46.798 INFO O| Feb 28 11:53:46.798 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43362025-02-28T11:53:47.801Z[ recovery-image] Feb 28 11:53:46.807 INFO O| Feb 28 11:53:46.807 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43372025-02-28T11:53:47.910Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
43382025-02-28T11:53:48.472Z[ recovery-image] Feb 28 11:53:47.477 INFO O| Feb 28 11:53:47.477 INFO rolled back to input snapshot; work may begin
43392025-02-28T11:53:48.472Z[ recovery-image] Feb 28 11:53:47.477 INFO O| Feb 28 11:53:47.477 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43402025-02-28T11:53:48.481Z[ recovery-image] Feb 28 11:53:47.487 INFO O| Feb 28 11:53:47.486 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43412025-02-28T11:53:48.500Z[ recovery-image] Feb 28 11:53:47.506 INFO O| Feb 28 11:53:47.506 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
43422025-02-28T11:53:48.572Z[ recovery-image] Feb 28 11:53:47.577 INFO O| Feb 28 11:53:47.577 INFO STEP 0 (remove_files) COMPLETE
43432025-02-28T11:53:48.573Z[ recovery-image] Feb 28 11:53:47.577 INFO O| Feb 28 11:53:47.577 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43442025-02-28T11:53:48.650Z[ recovery-image] Feb 28 11:53:47.656 INFO O| Feb 28 11:53:47.656 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
43452025-02-28T11:53:48.653Z[ recovery-image] Feb 28 11:53:47.659 INFO O| Feb 28 11:53:47.659 INFO STEP 1 (remove_files) COMPLETE
43462025-02-28T11:53:48.656Z[ recovery-image] Feb 28 11:53:47.659 INFO O| Feb 28 11:53:47.659 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43472025-02-28T11:53:48.713Z[ recovery-image] Feb 28 11:53:47.718 INFO O| Feb 28 11:53:47.718 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
43482025-02-28T11:53:48.755Z[ recovery-image] Feb 28 11:53:47.760 INFO O| Feb 28 11:53:47.760 INFO STEP 2 (remove_files) COMPLETE
43492025-02-28T11:53:48.755Z[ recovery-image] Feb 28 11:53:47.760 INFO O| Feb 28 11:53:47.760 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43502025-02-28T11:53:48.774Z[ recovery-image] Feb 28 11:53:47.780 INFO O| Feb 28 11:53:47.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
43512025-02-28T11:53:48.777Z[ recovery-image] Feb 28 11:53:47.782 INFO O| Feb 28 11:53:47.782 INFO STEP 3 (remove_files) COMPLETE
43522025-02-28T11:53:48.777Z[ recovery-image] Feb 28 11:53:47.782 INFO O| Feb 28 11:53:47.782 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43532025-02-28T11:53:48.795Z[ recovery-image] Feb 28 11:53:47.801 INFO O| Feb 28 11:53:47.800 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
43542025-02-28T11:53:48.801Z[ recovery-image] Feb 28 11:53:47.806 INFO O| Feb 28 11:53:47.806 INFO STEP 4 (remove_files) COMPLETE
43552025-02-28T11:53:48.801Z[ recovery-image] Feb 28 11:53:47.806 INFO O| Feb 28 11:53:47.806 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43562025-02-28T11:53:48.821Z[ recovery-image] Feb 28 11:53:47.826 INFO O| Feb 28 11:53:47.826 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
43572025-02-28T11:53:48.823Z[ recovery-image] Feb 28 11:53:47.826 INFO O| Feb 28 11:53:47.826 INFO STEP 5 (remove_files) COMPLETE
43582025-02-28T11:53:48.823Z[ recovery-image] Feb 28 11:53:47.826 INFO O| Feb 28 11:53:47.826 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43592025-02-28T11:53:48.842Z[ recovery-image] Feb 28 11:53:47.848 INFO O| Feb 28 11:53:47.848 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
43602025-02-28T11:53:48.858Z[ recovery-image] Feb 28 11:53:47.863 INFO O| Feb 28 11:53:47.863 INFO STEP 6 (remove_files) COMPLETE
43612025-02-28T11:53:48.858Z[ recovery-image] Feb 28 11:53:47.863 INFO O| Feb 28 11:53:47.863 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43622025-02-28T11:53:48.858Z[ recovery-image] Feb 28 11:53:47.863 INFO O| Feb 28 11:53:47.863 INFO skip step because feature "recovery" is enabled
43632025-02-28T11:53:48.860Z[ recovery-image] Feb 28 11:53:47.863 INFO O| Feb 28 11:53:47.863 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43642025-02-28T11:53:48.860Z[ recovery-image] Feb 28 11:53:47.863 INFO O| Feb 28 11:53:47.863 INFO skip step because feature "recovery" is enabled
43652025-02-28T11:53:48.860Z[ recovery-image] Feb 28 11:53:47.863 INFO O| Feb 28 11:53:47.863 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43662025-02-28T11:53:48.860Z[ recovery-image] Feb 28 11:53:47.863 INFO O| Feb 28 11:53:47.863 INFO skip step because feature "recovery" is enabled
43672025-02-28T11:53:48.861Z[ recovery-image] Feb 28 11:53:47.864 INFO O| Feb 28 11:53:47.863 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43682025-02-28T11:53:48.899Z[ recovery-image] Feb 28 11:53:47.904 INFO O| Feb 28 11:53:47.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
43692025-02-28T11:53:48.904Z[ recovery-image] Feb 28 11:53:47.909 INFO O| Feb 28 11:53:47.909 INFO STEP 10 (remove_files) COMPLETE
43702025-02-28T11:53:48.904Z[ recovery-image] Feb 28 11:53:47.909 INFO O| Feb 28 11:53:47.909 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43712025-02-28T11:53:48.961Z[ recovery-image] Feb 28 11:53:47.966 INFO O| Feb 28 11:53:47.966 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
43722025-02-28T11:53:48.991Z[ recovery-image] Feb 28 11:53:47.997 INFO O| Feb 28 11:53:47.997 INFO STEP 11 (remove_files) COMPLETE
43732025-02-28T11:53:48.991Z[ recovery-image] Feb 28 11:53:47.997 INFO O| Feb 28 11:53:47.997 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43742025-02-28T11:53:49.016Z[ recovery-image] Feb 28 11:53:48.022 INFO O| Feb 28 11:53:48.022 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
43752025-02-28T11:53:49.019Z[ recovery-image] Feb 28 11:53:48.024 INFO O| Feb 28 11:53:48.024 INFO STEP 12 (remove_files) COMPLETE
43762025-02-28T11:53:49.019Z[ recovery-image] Feb 28 11:53:48.024 INFO O| Feb 28 11:53:48.024 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43772025-02-28T11:53:49.041Z[ recovery-image] Feb 28 11:53:48.046 INFO O| Feb 28 11:53:48.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
43782025-02-28T11:53:49.158Z[ recovery-image] Feb 28 11:53:48.164 INFO O| Feb 28 11:53:48.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
43792025-02-28T11:53:49.239Z[ recovery-image] Feb 28 11:53:48.244 INFO O| Feb 28 11:53:48.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
43802025-02-28T11:53:49.242Z[ recovery-image] Feb 28 11:53:48.246 INFO O| Feb 28 11:53:48.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
43812025-02-28T11:53:49.244Z[ recovery-image] Feb 28 11:53:48.250 INFO O| Feb 28 11:53:48.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
43822025-02-28T11:53:49.470Z[ recovery-image] Feb 28 11:53:48.475 INFO O| Feb 28 11:53:48.475 INFO STEP 13 (remove_files) COMPLETE
43832025-02-28T11:53:49.470Z[ recovery-image] Feb 28 11:53:48.475 INFO O| Feb 28 11:53:48.475 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43842025-02-28T11:53:49.511Z[ recovery-image] Feb 28 11:53:48.517 INFO O| Feb 28 11:53:48.517 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
43852025-02-28T11:53:49.514Z[ recovery-image] Feb 28 11:53:48.519 INFO O| Feb 28 11:53:48.519 INFO STEP 14 (remove_files) COMPLETE
43862025-02-28T11:53:49.514Z[ recovery-image] Feb 28 11:53:48.519 INFO O| Feb 28 11:53:48.519 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43872025-02-28T11:53:49.589Z[ recovery-image] Feb 28 11:53:48.594 INFO O| Feb 28 11:53:48.594 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
43882025-02-28T11:53:49.598Z[ recovery-image] Feb 28 11:53:48.603 INFO O| Feb 28 11:53:48.603 INFO STEP 15 (remove_files) COMPLETE
43892025-02-28T11:53:49.598Z[ recovery-image] Feb 28 11:53:48.603 INFO O| Feb 28 11:53:48.603 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43902025-02-28T11:53:49.658Z[ recovery-image] Feb 28 11:53:48.663 INFO O| Feb 28 11:53:48.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
43912025-02-28T11:53:49.661Z[ recovery-image] Feb 28 11:53:48.664 INFO O| Feb 28 11:53:48.664 INFO STEP 16 (remove_files) COMPLETE
43922025-02-28T11:53:49.661Z[ recovery-image] Feb 28 11:53:48.664 INFO O| Feb 28 11:53:48.664 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43932025-02-28T11:53:49.679Z[ recovery-image] Feb 28 11:53:48.684 INFO O| Feb 28 11:53:48.684 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
43942025-02-28T11:53:49.682Z[ recovery-image] Feb 28 11:53:48.686 INFO O| Feb 28 11:53:48.686 INFO STEP 17 (remove_files) COMPLETE
43952025-02-28T11:53:49.682Z[ recovery-image] Feb 28 11:53:48.686 INFO O| Feb 28 11:53:48.686 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43962025-02-28T11:53:49.703Z[ recovery-image] Feb 28 11:53:48.708 INFO O| Feb 28 11:53:48.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
43972025-02-28T11:53:49.703Z[ recovery-image] Feb 28 11:53:48.708 INFO O| Feb 28 11:53:48.708 INFO STEP 18 (remove_files) COMPLETE
43982025-02-28T11:53:49.705Z[ recovery-image] Feb 28 11:53:48.709 INFO O| Feb 28 11:53:48.708 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43992025-02-28T11:53:49.724Z[ recovery-image] Feb 28 11:53:48.729 INFO O| Feb 28 11:53:48.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
44002025-02-28T11:53:49.724Z[ recovery-image] Feb 28 11:53:48.729 INFO O| Feb 28 11:53:48.729 INFO STEP 19 (remove_files) COMPLETE
44012025-02-28T11:53:49.726Z[ recovery-image] Feb 28 11:53:48.729 INFO O| Feb 28 11:53:48.729 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44022025-02-28T11:53:49.744Z[ recovery-image] Feb 28 11:53:48.749 INFO O| Feb 28 11:53:48.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
44032025-02-28T11:53:49.744Z[ recovery-image] Feb 28 11:53:48.749 INFO O| Feb 28 11:53:48.749 INFO STEP 20 (remove_files) COMPLETE
44042025-02-28T11:53:49.747Z[ recovery-image] Feb 28 11:53:48.750 INFO O| Feb 28 11:53:48.749 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44052025-02-28T11:53:49.764Z[ recovery-image] Feb 28 11:53:48.769 INFO O| Feb 28 11:53:48.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
44062025-02-28T11:53:49.764Z[ recovery-image] Feb 28 11:53:48.769 INFO O| Feb 28 11:53:48.769 INFO STEP 21 (remove_files) COMPLETE
44072025-02-28T11:53:49.767Z[ recovery-image] Feb 28 11:53:48.769 INFO O| Feb 28 11:53:48.769 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44082025-02-28T11:53:49.833Z[ recovery-image] Feb 28 11:53:48.838 INFO O| Feb 28 11:53:48.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
44092025-02-28T11:53:49.833Z[ recovery-image] Feb 28 11:53:48.838 INFO O| Feb 28 11:53:48.838 INFO STEP 22 (remove_files) COMPLETE
44102025-02-28T11:53:49.836Z[ recovery-image] Feb 28 11:53:48.838 INFO O| Feb 28 11:53:48.838 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44112025-02-28T11:53:49.870Z[ recovery-image] Feb 28 11:53:48.875 INFO O| Feb 28 11:53:48.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
44122025-02-28T11:53:49.870Z[ recovery-image] Feb 28 11:53:48.875 INFO O| Feb 28 11:53:48.875 INFO STEP 23 (remove_files) COMPLETE
44132025-02-28T11:53:49.872Z[ recovery-image] Feb 28 11:53:48.875 INFO O| Feb 28 11:53:48.875 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44142025-02-28T11:53:49.890Z[ recovery-image] Feb 28 11:53:48.895 INFO O| Feb 28 11:53:48.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
44152025-02-28T11:53:49.892Z[ recovery-image] Feb 28 11:53:48.895 INFO O| Feb 28 11:53:48.895 INFO STEP 24 (remove_files) COMPLETE
44162025-02-28T11:53:49.892Z[ recovery-image] Feb 28 11:53:48.895 INFO O| Feb 28 11:53:48.895 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44172025-02-28T11:53:49.909Z[ recovery-image] Feb 28 11:53:48.915 INFO O| Feb 28 11:53:48.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
44182025-02-28T11:53:49.910Z[ recovery-image] Feb 28 11:53:48.915 INFO O| Feb 28 11:53:48.915 INFO STEP 25 (remove_files) COMPLETE
44192025-02-28T11:53:49.910Z[ recovery-image] Feb 28 11:53:48.915 INFO O| Feb 28 11:53:48.915 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44202025-02-28T11:53:49.929Z[ recovery-image] Feb 28 11:53:48.934 INFO O| Feb 28 11:53:48.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
44212025-02-28T11:53:49.929Z[ recovery-image] Feb 28 11:53:48.934 INFO O| Feb 28 11:53:48.934 INFO STEP 26 (remove_files) COMPLETE
44222025-02-28T11:53:49.931Z[ recovery-image] Feb 28 11:53:48.934 INFO O| Feb 28 11:53:48.934 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44232025-02-28T11:53:49.949Z[ recovery-image] Feb 28 11:53:48.954 INFO O| Feb 28 11:53:48.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
44242025-02-28T11:53:49.949Z[ recovery-image] Feb 28 11:53:48.954 INFO O| Feb 28 11:53:48.954 INFO STEP 27 (remove_files) COMPLETE
44252025-02-28T11:53:49.951Z[ recovery-image] Feb 28 11:53:48.954 INFO O| Feb 28 11:53:48.954 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44262025-02-28T11:53:49.968Z[ recovery-image] Feb 28 11:53:48.973 INFO O| Feb 28 11:53:48.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
44272025-02-28T11:53:49.968Z[ recovery-image] Feb 28 11:53:48.974 INFO O| Feb 28 11:53:48.973 INFO STEP 28 (remove_files) COMPLETE
44282025-02-28T11:53:49.968Z[ recovery-image] Feb 28 11:53:48.974 INFO O| Feb 28 11:53:48.973 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44292025-02-28T11:53:50.008Z[ recovery-image] Feb 28 11:53:49.013 INFO O| Feb 28 11:53:49.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
44302025-02-28T11:53:50.010Z[ recovery-image] Feb 28 11:53:49.013 INFO O| Feb 28 11:53:49.013 INFO STEP 29 (remove_files) COMPLETE
44312025-02-28T11:53:50.010Z[ recovery-image] Feb 28 11:53:49.013 INFO O| Feb 28 11:53:49.013 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44322025-02-28T11:53:50.028Z[ recovery-image] Feb 28 11:53:49.033 INFO O| Feb 28 11:53:49.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
44332025-02-28T11:53:50.028Z[ recovery-image] Feb 28 11:53:49.033 INFO O| Feb 28 11:53:49.033 INFO STEP 30 (remove_files) COMPLETE
44342025-02-28T11:53:50.031Z[ recovery-image] Feb 28 11:53:49.033 INFO O| Feb 28 11:53:49.033 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44352025-02-28T11:53:50.048Z[ recovery-image] Feb 28 11:53:49.053 INFO O| Feb 28 11:53:49.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
44362025-02-28T11:53:50.049Z[ recovery-image] Feb 28 11:53:49.053 INFO O| Feb 28 11:53:49.053 INFO STEP 31 (remove_files) COMPLETE
44372025-02-28T11:53:50.049Z[ recovery-image] Feb 28 11:53:49.053 INFO O| Feb 28 11:53:49.053 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44382025-02-28T11:53:50.111Z[ recovery-image] Feb 28 11:53:49.116 INFO O| Feb 28 11:53:49.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
44392025-02-28T11:53:50.111Z[ recovery-image] Feb 28 11:53:49.116 INFO O| Feb 28 11:53:49.116 INFO STEP 32 (remove_files) COMPLETE
44402025-02-28T11:53:50.111Z[ recovery-image] Feb 28 11:53:49.116 INFO O| Feb 28 11:53:49.116 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44412025-02-28T11:53:50.142Z[ recovery-image] Feb 28 11:53:49.147 INFO O| Feb 28 11:53:49.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
44422025-02-28T11:53:50.142Z[ recovery-image] Feb 28 11:53:49.147 INFO O| Feb 28 11:53:49.147 INFO STEP 33 (remove_files) COMPLETE
44432025-02-28T11:53:50.142Z[ recovery-image] Feb 28 11:53:49.147 INFO O| Feb 28 11:53:49.147 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44442025-02-28T11:53:50.174Z[ recovery-image] Feb 28 11:53:49.178 INFO O| Feb 28 11:53:49.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
44452025-02-28T11:53:50.174Z[ recovery-image] Feb 28 11:53:49.179 INFO O| Feb 28 11:53:49.179 INFO STEP 34 (remove_files) COMPLETE
44462025-02-28T11:53:50.174Z[ recovery-image] Feb 28 11:53:49.179 INFO O| Feb 28 11:53:49.179 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44472025-02-28T11:53:50.299Z[ recovery-image] Feb 28 11:53:49.304 INFO O| Feb 28 11:53:49.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
44482025-02-28T11:53:50.302Z[ recovery-image] Feb 28 11:53:49.305 INFO O| Feb 28 11:53:49.304 INFO STEP 35 (remove_files) COMPLETE
44492025-02-28T11:53:50.302Z[ recovery-image] Feb 28 11:53:49.305 INFO O| Feb 28 11:53:49.305 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44502025-02-28T11:53:50.318Z[ recovery-image] Feb 28 11:53:49.323 INFO O| Feb 28 11:53:49.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
44512025-02-28T11:53:50.318Z[ recovery-image] Feb 28 11:53:49.323 INFO O| Feb 28 11:53:49.323 INFO STEP 36 (remove_files) COMPLETE
44522025-02-28T11:53:50.318Z[ recovery-image] Feb 28 11:53:49.323 INFO O| Feb 28 11:53:49.323 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44532025-02-28T11:53:50.356Z[ recovery-image] Feb 28 11:53:49.361 INFO O| Feb 28 11:53:49.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
44542025-02-28T11:53:50.357Z[ recovery-image] Feb 28 11:53:49.362 INFO O| Feb 28 11:53:49.362 INFO STEP 37 (remove_files) COMPLETE
44552025-02-28T11:53:50.359Z[ recovery-image] Feb 28 11:53:49.362 INFO O| Feb 28 11:53:49.362 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44562025-02-28T11:53:50.375Z[ recovery-image] Feb 28 11:53:49.380 INFO O| Feb 28 11:53:49.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
44572025-02-28T11:53:50.375Z[ recovery-image] Feb 28 11:53:49.380 INFO O| Feb 28 11:53:49.380 INFO STEP 38 (remove_files) COMPLETE
44582025-02-28T11:53:50.375Z[ recovery-image] Feb 28 11:53:49.380 INFO O| Feb 28 11:53:49.380 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44592025-02-28T11:53:50.393Z[ recovery-image] Feb 28 11:53:49.398 INFO O| Feb 28 11:53:49.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
44602025-02-28T11:53:50.393Z[ recovery-image] Feb 28 11:53:49.398 INFO O| Feb 28 11:53:49.398 INFO STEP 39 (remove_files) COMPLETE
44612025-02-28T11:53:50.396Z[ recovery-image] Feb 28 11:53:49.398 INFO O| Feb 28 11:53:49.398 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44622025-02-28T11:53:50.410Z[ recovery-image] Feb 28 11:53:49.415 INFO O| Feb 28 11:53:49.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
44632025-02-28T11:53:50.410Z[ recovery-image] Feb 28 11:53:49.415 INFO O| Feb 28 11:53:49.415 INFO STEP 40 (remove_files) COMPLETE
44642025-02-28T11:53:50.410Z[ recovery-image] Feb 28 11:53:49.415 INFO O| Feb 28 11:53:49.415 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44652025-02-28T11:53:50.427Z[ recovery-image] Feb 28 11:53:49.432 INFO O| Feb 28 11:53:49.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
44662025-02-28T11:53:50.427Z[ recovery-image] Feb 28 11:53:49.432 INFO O| Feb 28 11:53:49.432 INFO STEP 41 (remove_files) COMPLETE
44672025-02-28T11:53:50.430Z[ recovery-image] Feb 28 11:53:49.432 INFO O| Feb 28 11:53:49.432 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44682025-02-28T11:53:50.445Z[ recovery-image] Feb 28 11:53:49.451 INFO O| Feb 28 11:53:49.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
44692025-02-28T11:53:50.448Z[ recovery-image] Feb 28 11:53:49.451 INFO O| Feb 28 11:53:49.451 INFO STEP 42 (remove_files) COMPLETE
44702025-02-28T11:53:50.448Z[ recovery-image] Feb 28 11:53:49.451 INFO O| Feb 28 11:53:49.451 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44712025-02-28T11:53:50.529Z[ recovery-image] Feb 28 11:53:49.535 INFO O| Feb 28 11:53:49.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
44722025-02-28T11:53:50.529Z[ recovery-image] Feb 28 11:53:49.535 INFO O| Feb 28 11:53:49.535 INFO STEP 43 (remove_files) COMPLETE
44732025-02-28T11:53:50.529Z[ recovery-image] Feb 28 11:53:49.535 INFO O| Feb 28 11:53:49.535 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44742025-02-28T11:53:50.549Z[ recovery-image] Feb 28 11:53:49.554 INFO O| Feb 28 11:53:49.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
44752025-02-28T11:53:50.552Z[ recovery-image] Feb 28 11:53:49.554 INFO O| Feb 28 11:53:49.554 INFO STEP 44 (remove_files) COMPLETE
44762025-02-28T11:53:50.552Z[ recovery-image] Feb 28 11:53:49.554 INFO O| Feb 28 11:53:49.554 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44772025-02-28T11:53:50.555Z[ host-image] Feb 28 11:53:49.560 INFO O| Feb 28 11:53:49.560 INFO O| Download: 1111/1140 items 6.5/8.4MB 77% complete (1.2M/s)
44782025-02-28T11:53:50.568Z[ recovery-image] Feb 28 11:53:49.573 INFO O| Feb 28 11:53:49.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
44792025-02-28T11:53:50.568Z[ recovery-image] Feb 28 11:53:49.573 INFO O| Feb 28 11:53:49.573 INFO STEP 45 (remove_files) COMPLETE
44802025-02-28T11:53:50.568Z[ recovery-image] Feb 28 11:53:49.574 INFO O| Feb 28 11:53:49.573 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44812025-02-28T11:53:50.586Z[ recovery-image] Feb 28 11:53:49.591 INFO O| Feb 28 11:53:49.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
44822025-02-28T11:53:50.587Z[ recovery-image] Feb 28 11:53:49.591 INFO O| Feb 28 11:53:49.591 INFO STEP 46 (remove_files) COMPLETE
44832025-02-28T11:53:50.587Z[ recovery-image] Feb 28 11:53:49.591 INFO O| Feb 28 11:53:49.591 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44842025-02-28T11:53:50.604Z[ recovery-image] Feb 28 11:53:49.609 INFO O| Feb 28 11:53:49.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
44852025-02-28T11:53:50.604Z[ recovery-image] Feb 28 11:53:49.609 INFO O| Feb 28 11:53:49.609 INFO STEP 47 (remove_files) COMPLETE
44862025-02-28T11:53:50.605Z[ recovery-image] Feb 28 11:53:49.609 INFO O| Feb 28 11:53:49.609 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44872025-02-28T11:53:50.624Z[ recovery-image] Feb 28 11:53:49.629 INFO O| Feb 28 11:53:49.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
44882025-02-28T11:53:50.624Z[ recovery-image] Feb 28 11:53:49.629 INFO O| Feb 28 11:53:49.629 INFO STEP 48 (remove_files) COMPLETE
44892025-02-28T11:53:50.624Z[ recovery-image] Feb 28 11:53:49.629 INFO O| Feb 28 11:53:49.629 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44902025-02-28T11:53:50.662Z[ recovery-image] Feb 28 11:53:49.667 INFO O| Feb 28 11:53:49.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
44912025-02-28T11:53:50.664Z[ recovery-image] Feb 28 11:53:49.667 INFO O| Feb 28 11:53:49.667 INFO STEP 49 (remove_files) COMPLETE
44922025-02-28T11:53:50.664Z[ recovery-image] Feb 28 11:53:49.667 INFO O| Feb 28 11:53:49.667 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44932025-02-28T11:53:50.682Z[ recovery-image] Feb 28 11:53:49.687 INFO O| Feb 28 11:53:49.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
44942025-02-28T11:53:50.685Z[ recovery-image] Feb 28 11:53:49.688 INFO O| Feb 28 11:53:49.687 INFO STEP 50 (remove_files) COMPLETE
44952025-02-28T11:53:50.685Z[ recovery-image] Feb 28 11:53:49.688 INFO O| Feb 28 11:53:49.688 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44962025-02-28T11:53:50.700Z[ recovery-image] Feb 28 11:53:49.706 INFO O| Feb 28 11:53:49.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
44972025-02-28T11:53:50.700Z[ recovery-image] Feb 28 11:53:49.706 INFO O| Feb 28 11:53:49.706 INFO STEP 51 (remove_files) COMPLETE
44982025-02-28T11:53:50.700Z[ recovery-image] Feb 28 11:53:49.706 INFO O| Feb 28 11:53:49.706 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44992025-02-28T11:53:50.736Z[ recovery-image] Feb 28 11:53:49.741 INFO O| Feb 28 11:53:49.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
45002025-02-28T11:53:50.736Z[ recovery-image] Feb 28 11:53:49.741 INFO O| Feb 28 11:53:49.741 INFO STEP 52 (remove_files) COMPLETE
45012025-02-28T11:53:50.736Z[ recovery-image] Feb 28 11:53:49.741 INFO O| Feb 28 11:53:49.741 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45022025-02-28T11:53:50.757Z[ recovery-image] Feb 28 11:53:49.762 INFO O| Feb 28 11:53:49.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
45032025-02-28T11:53:50.757Z[ recovery-image] Feb 28 11:53:49.762 INFO O| Feb 28 11:53:49.762 INFO STEP 53 (remove_files) COMPLETE
45042025-02-28T11:53:50.757Z[ recovery-image] Feb 28 11:53:49.762 INFO O| Feb 28 11:53:49.762 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45052025-02-28T11:53:50.776Z[ recovery-image] Feb 28 11:53:49.781 INFO O| Feb 28 11:53:49.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
45062025-02-28T11:53:50.776Z[ recovery-image] Feb 28 11:53:49.782 INFO O| Feb 28 11:53:49.782 INFO STEP 54 (remove_files) COMPLETE
45072025-02-28T11:53:50.779Z[ recovery-image] Feb 28 11:53:49.782 INFO O| Feb 28 11:53:49.782 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45082025-02-28T11:53:50.796Z[ recovery-image] Feb 28 11:53:49.800 INFO O| Feb 28 11:53:49.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
45092025-02-28T11:53:50.796Z[ recovery-image] Feb 28 11:53:49.800 INFO O| Feb 28 11:53:49.800 INFO STEP 55 (remove_files) COMPLETE
45102025-02-28T11:53:50.796Z[ recovery-image] Feb 28 11:53:49.801 INFO O| Feb 28 11:53:49.800 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45112025-02-28T11:53:50.814Z[ recovery-image] Feb 28 11:53:49.819 INFO O| Feb 28 11:53:49.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
45122025-02-28T11:53:50.814Z[ recovery-image] Feb 28 11:53:49.819 INFO O| Feb 28 11:53:49.819 INFO STEP 56 (remove_files) COMPLETE
45132025-02-28T11:53:50.814Z[ recovery-image] Feb 28 11:53:49.819 INFO O| Feb 28 11:53:49.819 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45142025-02-28T11:53:50.910Z[ recovery-image] Feb 28 11:53:49.915 INFO O| Feb 28 11:53:49.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
45152025-02-28T11:53:50.913Z[ recovery-image] Feb 28 11:53:49.915 INFO O| Feb 28 11:53:49.915 INFO STEP 57 (remove_files) COMPLETE
45162025-02-28T11:53:50.913Z[ recovery-image] Feb 28 11:53:49.915 INFO O| Feb 28 11:53:49.915 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45172025-02-28T11:53:50.913Z[verify-libraries] Compiling petname v2.0.2
45182025-02-28T11:53:50.932Z[ recovery-image] Feb 28 11:53:49.937 INFO O| Feb 28 11:53:49.936 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
45192025-02-28T11:53:50.932Z[ recovery-image] Feb 28 11:53:49.937 INFO O| Feb 28 11:53:49.936 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
45202025-02-28T11:53:50.935Z[ recovery-image] Feb 28 11:53:49.937 INFO O| Feb 28 11:53:49.936 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45212025-02-28T11:53:50.935Z[ recovery-image] Feb 28 11:53:49.937 INFO O| Feb 28 11:53:49.936 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45222025-02-28T11:53:50.935Z[ recovery-image] Feb 28 11:53:49.937 INFO O| Feb 28 11:53:49.936 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45232025-02-28T11:53:50.935Z[ recovery-image] Feb 28 11:53:49.937 INFO O| Feb 28 11:53:49.936 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45242025-02-28T11:53:50.935Z[ recovery-image] Feb 28 11:53:49.937 INFO O| Feb 28 11:53:49.936 INFO ok!
45252025-02-28T11:53:50.935Z[ recovery-image] Feb 28 11:53:49.937 INFO O| Feb 28 11:53:49.936 INFO STEP 58 (ensure_file) COMPLETE
45262025-02-28T11:53:50.935Z[ recovery-image] Feb 28 11:53:49.937 INFO O| Feb 28 11:53:49.936 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45272025-02-28T11:53:50.950Z[ recovery-image] Feb 28 11:53:49.955 INFO O| Feb 28 11:53:49.955 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
45282025-02-28T11:53:50.950Z[ recovery-image] Feb 28 11:53:49.955 INFO O| Feb 28 11:53:49.955 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
45292025-02-28T11:53:50.953Z[ recovery-image] Feb 28 11:53:49.955 INFO O| Feb 28 11:53:49.955 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45302025-02-28T11:53:50.953Z[ recovery-image] Feb 28 11:53:49.955 INFO O| Feb 28 11:53:49.955 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45312025-02-28T11:53:50.953Z[ recovery-image] Feb 28 11:53:49.955 INFO O| Feb 28 11:53:49.955 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45322025-02-28T11:53:50.953Z[ recovery-image] Feb 28 11:53:49.955 INFO O| Feb 28 11:53:49.955 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45332025-02-28T11:53:50.953Z[ recovery-image] Feb 28 11:53:49.955 INFO O| Feb 28 11:53:49.955 INFO ok!
45342025-02-28T11:53:50.953Z[ recovery-image] Feb 28 11:53:49.955 INFO O| Feb 28 11:53:49.955 INFO STEP 59 (ensure_file) COMPLETE
45352025-02-28T11:53:50.953Z[ recovery-image] Feb 28 11:53:49.955 INFO O| Feb 28 11:53:49.955 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45362025-02-28T11:53:50.969Z[ recovery-image] Feb 28 11:53:49.974 INFO O| Feb 28 11:53:49.974 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
45372025-02-28T11:53:50.973Z[ recovery-image] Feb 28 11:53:49.974 INFO O| Feb 28 11:53:49.974 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
45382025-02-28T11:53:50.973Z[ recovery-image] Feb 28 11:53:49.974 INFO O| Feb 28 11:53:49.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
45392025-02-28T11:53:50.975Z[ recovery-image] Feb 28 11:53:49.974 INFO O| Feb 28 11:53:49.974 INFO ok!
45402025-02-28T11:53:50.976Z[ recovery-image] Feb 28 11:53:49.974 INFO O| Feb 28 11:53:49.974 INFO STEP 60 (ensure_file) COMPLETE
45412025-02-28T11:53:50.976Z[ recovery-image] Feb 28 11:53:49.974 INFO O| Feb 28 11:53:49.974 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45422025-02-28T11:53:51.021Z[ recovery-image] Feb 28 11:53:50.026 INFO O| Feb 28 11:53:50.026 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
45432025-02-28T11:53:51.021Z[ recovery-image] Feb 28 11:53:50.026 INFO O| Feb 28 11:53:50.026 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
45442025-02-28T11:53:51.023Z[ recovery-image] Feb 28 11:53:50.026 INFO O| Feb 28 11:53:50.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
45452025-02-28T11:53:51.023Z[ recovery-image] Feb 28 11:53:50.026 INFO O| Feb 28 11:53:50.026 INFO ok!
45462025-02-28T11:53:51.023Z[ recovery-image] Feb 28 11:53:50.026 INFO O| Feb 28 11:53:50.026 INFO STEP 61 (ensure_file) COMPLETE
45472025-02-28T11:53:51.023Z[ recovery-image] Feb 28 11:53:50.026 INFO O| Feb 28 11:53:50.026 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45482025-02-28T11:53:51.040Z[ recovery-image] Feb 28 11:53:50.045 INFO O| Feb 28 11:53:50.045 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
45492025-02-28T11:53:51.040Z[ recovery-image] Feb 28 11:53:50.045 INFO O| Feb 28 11:53:50.045 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
45502025-02-28T11:53:51.043Z[ recovery-image] Feb 28 11:53:50.045 INFO O| Feb 28 11:53:50.045 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45512025-02-28T11:53:51.043Z[ recovery-image] Feb 28 11:53:50.045 INFO O| Feb 28 11:53:50.045 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45522025-02-28T11:53:51.043Z[ recovery-image] Feb 28 11:53:50.045 INFO O| Feb 28 11:53:50.045 INFO ok!
45532025-02-28T11:53:51.043Z[ recovery-image] Feb 28 11:53:50.045 INFO O| Feb 28 11:53:50.045 INFO STEP 62 (ensure_file) COMPLETE
45542025-02-28T11:53:51.043Z[ recovery-image] Feb 28 11:53:50.045 INFO O| Feb 28 11:53:50.045 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45552025-02-28T11:53:51.060Z[ recovery-image] Feb 28 11:53:50.065 INFO O| Feb 28 11:53:50.065 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
45562025-02-28T11:53:51.060Z[ recovery-image] Feb 28 11:53:50.065 INFO O| Feb 28 11:53:50.065 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
45572025-02-28T11:53:51.060Z[ recovery-image] Feb 28 11:53:50.065 INFO O| Feb 28 11:53:50.065 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45582025-02-28T11:53:51.062Z[ recovery-image] Feb 28 11:53:50.065 INFO O| Feb 28 11:53:50.065 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45592025-02-28T11:53:51.063Z[ recovery-image] Feb 28 11:53:50.065 INFO O| Feb 28 11:53:50.065 INFO ok!
45602025-02-28T11:53:51.063Z[ recovery-image] Feb 28 11:53:50.065 INFO O| Feb 28 11:53:50.065 INFO STEP 63 (ensure_file) COMPLETE
45612025-02-28T11:53:51.063Z[ recovery-image] Feb 28 11:53:50.065 INFO O| Feb 28 11:53:50.065 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45622025-02-28T11:53:51.080Z[ recovery-image] Feb 28 11:53:50.085 INFO O| Feb 28 11:53:50.085 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
45632025-02-28T11:53:51.080Z[ recovery-image] Feb 28 11:53:50.085 INFO O| Feb 28 11:53:50.085 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
45642025-02-28T11:53:51.083Z[ recovery-image] Feb 28 11:53:50.085 INFO O| Feb 28 11:53:50.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
45652025-02-28T11:53:51.083Z[ recovery-image] Feb 28 11:53:50.085 INFO O| Feb 28 11:53:50.085 INFO ok!
45662025-02-28T11:53:51.083Z[ recovery-image] Feb 28 11:53:50.085 INFO O| Feb 28 11:53:50.085 INFO STEP 64 (assemble_files) COMPLETE
45672025-02-28T11:53:51.083Z[ recovery-image] Feb 28 11:53:50.085 INFO O| Feb 28 11:53:50.085 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45682025-02-28T11:53:51.132Z[ recovery-image] Feb 28 11:53:50.136 INFO O| Feb 28 11:53:50.136 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
45692025-02-28T11:53:51.132Z[ recovery-image] Feb 28 11:53:50.136 INFO O| Feb 28 11:53:50.136 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
45702025-02-28T11:53:51.132Z[ recovery-image] Feb 28 11:53:50.136 INFO O| Feb 28 11:53:50.136 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45712025-02-28T11:53:51.132Z[ recovery-image] Feb 28 11:53:50.137 INFO O| Feb 28 11:53:50.136 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45722025-02-28T11:53:51.135Z[ recovery-image] Feb 28 11:53:50.137 INFO O| Feb 28 11:53:50.137 INFO ok!
45732025-02-28T11:53:51.135Z[ recovery-image] Feb 28 11:53:50.137 INFO O| Feb 28 11:53:50.137 INFO STEP 65 (ensure_file) COMPLETE
45742025-02-28T11:53:51.135Z[ recovery-image] Feb 28 11:53:50.137 INFO O| Feb 28 11:53:50.137 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45752025-02-28T11:53:51.135Z[ recovery-image] Feb 28 11:53:50.137 INFO O| Feb 28 11:53:50.137 INFO skip step because feature "omicron1" is not enabled
45762025-02-28T11:53:51.135Z[ recovery-image] Feb 28 11:53:50.137 INFO O| Feb 28 11:53:50.137 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45772025-02-28T11:53:51.135Z[ recovery-image] Feb 28 11:53:50.137 INFO O| Feb 28 11:53:50.137 INFO skip step because feature "omicron1" is not enabled
45782025-02-28T11:53:51.135Z[ recovery-image] Feb 28 11:53:50.137 INFO O| Feb 28 11:53:50.137 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45792025-02-28T11:53:51.135Z[ recovery-image] Feb 28 11:53:50.137 INFO O| Feb 28 11:53:50.137 INFO skip step because feature "omicron1" is not enabled
45802025-02-28T11:53:51.135Z[ recovery-image] Feb 28 11:53:50.137 INFO O| Feb 28 11:53:50.137 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45812025-02-28T11:53:51.144Z[ host-image] Feb 28 11:53:50.149 INFO O| Feb 28 11:53:50.149 INFO O| Download: Completed 8.42 MB in 5.63 seconds (1.5M/s)
45822025-02-28T11:53:51.192Z[ recovery-image] Feb 28 11:53:50.197 INFO O| Feb 28 11:53:50.197 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
45832025-02-28T11:53:51.192Z[ recovery-image] Feb 28 11:53:50.197 INFO O| Feb 28 11:53:50.197 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
45842025-02-28T11:53:51.300Z[ host-image] Feb 28 11:53:50.305 INFO O| Feb 28 11:53:50.305 INFO O| Actions: 1/1361 actions (Installing new actions)
45852025-02-28T11:53:51.996Z[ host-image] Feb 28 11:53:51.001 INFO O| Feb 28 11:53:51.000 INFO O| Actions: Completed 1361 actions in 0.70 seconds.
45862025-02-28T11:53:52.611Z[ host-image] Feb 28 11:53:51.615 INFO O| Feb 28 11:53:51.615 INFO O| Done
45872025-02-28T11:53:52.611Z[ host-image] Feb 28 11:53:51.615 INFO O| Feb 28 11:53:51.615 INFO O| Done
45882025-02-28T11:53:52.932Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45892025-02-28T11:53:54.041Z[ host-image] Feb 28 11:53:53.045 INFO O| Feb 28 11:53:53.045 INFO O| Done
45902025-02-28T11:53:54.138Z[ recovery-image] Feb 28 11:53:53.142 INFO O| Feb 28 11:53:53.142 INFO STEP 69 (pack_tar) COMPLETE
45912025-02-28T11:53:54.138Z[ recovery-image] Feb 28 11:53:53.143 INFO O| Feb 28 11:53:53.142 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45922025-02-28T11:53:54.141Z[ recovery-image] Feb 28 11:53:53.143 INFO O| Feb 28 11:53:53.142 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45932025-02-28T11:53:54.239Z[verify-libraries] Compiling internet-checksum v0.2.1
45942025-02-28T11:53:54.389Z[ recovery-image] Feb 28 11:53:53.394 INFO O| Feb 28 11:53:53.394 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
45952025-02-28T11:53:54.507Z[ recovery-image] Feb 28 11:53:53.511 INFO O| Feb 28 11:53:53.511 INFO completed processing gimlet/ramdisk-02-trim
45962025-02-28T11:53:54.510Z[ recovery-image] Feb 28 11:53:53.515 INFO image builder template: ramdisk-03-recovery-trim...
45972025-02-28T11:53:54.510Z[ recovery-image] Feb 28 11:53:53.515 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpX0wZ8Q/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-03-recovery-trim"], pwd: None
45982025-02-28T11:53:54.694Z[ recovery-image] Feb 28 11:53:53.698 INFO O| Feb 28 11:53:53.698 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45992025-02-28T11:53:54.718Z[ recovery-image] Feb 28 11:53:53.722 INFO O| Feb 28 11:53:53.722 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
46002025-02-28T11:53:54.919Z[ recovery-image] Feb 28 11:53:53.923 INFO O| Feb 28 11:53:53.923 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
46012025-02-28T11:53:55.103Z[ recovery-image] Feb 28 11:53:54.108 INFO O| Feb 28 11:53:54.107 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
46022025-02-28T11:53:55.106Z[ recovery-image] Feb 28 11:53:54.108 INFO O| Feb 28 11:53:54.108 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
46032025-02-28T11:53:55.119Z[ recovery-image] Feb 28 11:53:54.124 INFO O| Feb 28 11:53:54.124 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
46042025-02-28T11:53:55.127Z[ recovery-image] Feb 28 11:53:54.132 INFO O| Feb 28 11:53:54.132 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
46052025-02-28T11:53:55.138Z[ recovery-image] Feb 28 11:53:54.142 INFO O| Feb 28 11:53:54.142 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
46062025-02-28T11:53:55.800Z[ recovery-image] Feb 28 11:53:54.804 INFO O| Feb 28 11:53:54.804 INFO rolled back to input snapshot; work may begin
46072025-02-28T11:53:55.800Z[ recovery-image] Feb 28 11:53:54.804 INFO O| Feb 28 11:53:54.804 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
46082025-02-28T11:53:55.810Z[ recovery-image] Feb 28 11:53:54.814 INFO O| Feb 28 11:53:54.814 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-02-28T11:53:55.874Z[ recovery-image] Feb 28 11:53:54.878 INFO O| Feb 28 11:53:54.878 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
46102025-02-28T11:53:55.933Z[ recovery-image] Feb 28 11:53:54.937 INFO O| Feb 28 11:53:54.937 INFO STEP 0 (remove_files) COMPLETE
46112025-02-28T11:53:55.933Z[ recovery-image] Feb 28 11:53:54.937 INFO O| Feb 28 11:53:54.937 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122025-02-28T11:53:55.956Z[ recovery-image] Feb 28 11:53:54.960 INFO O| Feb 28 11:53:54.960 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
46132025-02-28T11:53:56.218Z[ recovery-image] Feb 28 11:53:55.221 INFO O| Feb 28 11:53:55.221 INFO STEP 1 (remove_files) COMPLETE
46142025-02-28T11:53:56.218Z[ recovery-image] Feb 28 11:53:55.221 INFO O| Feb 28 11:53:55.221 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-02-28T11:53:56.294Z[ recovery-image] Feb 28 11:53:55.298 INFO O| Feb 28 11:53:55.298 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
46162025-02-28T11:53:56.367Z[ recovery-image] Feb 28 11:53:55.371 INFO O| Feb 28 11:53:55.371 INFO STEP 2 (remove_files) COMPLETE
46172025-02-28T11:53:56.367Z[ recovery-image] Feb 28 11:53:55.371 INFO O| Feb 28 11:53:55.371 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182025-02-28T11:53:56.387Z[ recovery-image] Feb 28 11:53:55.391 INFO O| Feb 28 11:53:55.391 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
46192025-02-28T11:53:56.611Z[ recovery-image] Feb 28 11:53:55.615 INFO O| Feb 28 11:53:55.615 INFO STEP 3 (remove_files) COMPLETE
46202025-02-28T11:53:56.611Z[ recovery-image] Feb 28 11:53:55.615 INFO O| Feb 28 11:53:55.615 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212025-02-28T11:53:56.647Z[ recovery-image] Feb 28 11:53:55.651 INFO O| Feb 28 11:53:55.650 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
46222025-02-28T11:53:56.856Z[ host-image] Feb 28 11:53:55.860 INFO O| Feb 28 11:53:55.860 INFO O| Done
46232025-02-28T11:53:56.900Z[ host-image] Feb 28 11:53:55.904 INFO O| Feb 28 11:53:55.904 INFO O| Done
46242025-02-28T11:53:56.903Z[ host-image] Feb 28 11:53:55.905 INFO O| Feb 28 11:53:55.905 INFO O| Done
46252025-02-28T11:53:56.962Z[ host-image] Feb 28 11:53:55.966 INFO O| Feb 28 11:53:55.966 INFO O| Done
46262025-02-28T11:53:57.056Z[ recovery-image] Feb 28 11:53:56.060 INFO O| Feb 28 11:53:56.060 INFO STEP 4 (remove_files) COMPLETE
46272025-02-28T11:53:57.056Z[ recovery-image] Feb 28 11:53:56.060 INFO O| Feb 28 11:53:56.060 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282025-02-28T11:53:57.079Z[ recovery-image] Feb 28 11:53:56.083 INFO O| Feb 28 11:53:56.083 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
46292025-02-28T11:53:57.118Z[ recovery-image] Feb 28 11:53:56.122 INFO O| Feb 28 11:53:56.122 INFO STEP 5 (remove_files) COMPLETE
46302025-02-28T11:53:57.118Z[ recovery-image] Feb 28 11:53:56.122 INFO O| Feb 28 11:53:56.122 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312025-02-28T11:53:57.159Z[ host-image] Feb 28 11:53:56.163 INFO O| Feb 28 11:53:56.163 INFO STEP 13 (pkg_install) COMPLETE
46322025-02-28T11:53:57.159Z[ host-image] Feb 28 11:53:56.163 INFO O| Feb 28 11:53:56.163 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
46332025-02-28T11:53:57.169Z[ recovery-image] Feb 28 11:53:56.173 INFO O| Feb 28 11:53:56.173 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
46342025-02-28T11:53:57.171Z[ recovery-image] Feb 28 11:53:56.175 INFO O| Feb 28 11:53:56.175 INFO STEP 6 (remove_files) COMPLETE
46352025-02-28T11:53:57.171Z[ recovery-image] Feb 28 11:53:56.175 INFO O| Feb 28 11:53:56.175 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362025-02-28T11:53:57.179Z[ host-image] Feb 28 11:53:56.183 INFO O| Feb 28 11:53:56.183 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
46372025-02-28T11:53:57.188Z[ recovery-image] Feb 28 11:53:56.192 INFO O| Feb 28 11:53:56.192 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
46382025-02-28T11:53:57.194Z[ recovery-image] Feb 28 11:53:56.198 INFO O| Feb 28 11:53:56.198 INFO STEP 7 (remove_files) COMPLETE
46392025-02-28T11:53:57.195Z[ recovery-image] Feb 28 11:53:56.198 INFO O| Feb 28 11:53:56.198 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402025-02-28T11:53:57.223Z[ recovery-image] Feb 28 11:53:56.227 INFO O| Feb 28 11:53:56.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
46412025-02-28T11:53:57.249Z[ recovery-image] Feb 28 11:53:56.252 INFO O| Feb 28 11:53:56.252 INFO STEP 8 (remove_files) COMPLETE
46422025-02-28T11:53:57.249Z[ recovery-image] Feb 28 11:53:56.252 INFO O| Feb 28 11:53:56.252 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432025-02-28T11:53:57.281Z[ recovery-image] Feb 28 11:53:56.285 INFO O| Feb 28 11:53:56.285 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
46442025-02-28T11:53:57.298Z[ recovery-image] Feb 28 11:53:56.301 INFO O| Feb 28 11:53:56.301 INFO STEP 9 (remove_files) COMPLETE
46452025-02-28T11:53:57.298Z[ recovery-image] Feb 28 11:53:56.301 INFO O| Feb 28 11:53:56.301 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462025-02-28T11:53:57.347Z[ recovery-image] Feb 28 11:53:56.351 INFO O| Feb 28 11:53:56.350 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
46472025-02-28T11:53:58.152Z[ recovery-image] Feb 28 11:53:57.156 INFO O| Feb 28 11:53:57.156 INFO STEP 10 (remove_files) COMPLETE
46482025-02-28T11:53:58.152Z[ recovery-image] Feb 28 11:53:57.156 INFO O| Feb 28 11:53:57.156 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492025-02-28T11:53:58.183Z[ recovery-image] Feb 28 11:53:57.187 INFO O| Feb 28 11:53:57.187 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
46502025-02-28T11:53:58.202Z[ recovery-image] Feb 28 11:53:57.205 INFO O| Feb 28 11:53:57.205 INFO STEP 11 (remove_files) COMPLETE
46512025-02-28T11:53:58.202Z[ recovery-image] Feb 28 11:53:57.206 INFO O| Feb 28 11:53:57.205 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522025-02-28T11:53:58.257Z[ host-image] Feb 28 11:53:57.261 INFO O| Feb 28 11:53:57.261 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46532025-02-28T11:53:58.277Z[ recovery-image] Feb 28 11:53:57.281 INFO O| Feb 28 11:53:57.281 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
46542025-02-28T11:53:58.320Z[ recovery-image] Feb 28 11:53:57.324 INFO O| Feb 28 11:53:57.324 INFO STEP 12 (remove_files) COMPLETE
46552025-02-28T11:53:58.320Z[ recovery-image] Feb 28 11:53:57.324 INFO O| Feb 28 11:53:57.324 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562025-02-28T11:53:58.343Z[ recovery-image] Feb 28 11:53:57.347 INFO O| Feb 28 11:53:57.347 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
46572025-02-28T11:53:58.346Z[ recovery-image] Feb 28 11:53:57.348 INFO O| Feb 28 11:53:57.348 INFO STEP 13 (remove_files) COMPLETE
46582025-02-28T11:53:58.346Z[ recovery-image] Feb 28 11:53:57.348 INFO O| Feb 28 11:53:57.348 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592025-02-28T11:53:58.464Z[ recovery-image] Feb 28 11:53:57.468 INFO O| Feb 28 11:53:57.468 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
46602025-02-28T11:53:58.486Z[ recovery-image] Feb 28 11:53:57.489 INFO O| Feb 28 11:53:57.489 INFO STEP 14 (remove_files) COMPLETE
46612025-02-28T11:53:58.486Z[ recovery-image] Feb 28 11:53:57.490 INFO O| Feb 28 11:53:57.489 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622025-02-28T11:53:58.509Z[ recovery-image] Feb 28 11:53:57.513 INFO O| Feb 28 11:53:57.513 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
46632025-02-28T11:53:58.838Z[ recovery-image] Feb 28 11:53:57.842 INFO O| Feb 28 11:53:57.842 INFO STEP 15 (remove_files) COMPLETE
46642025-02-28T11:53:58.838Z[ recovery-image] Feb 28 11:53:57.842 INFO O| Feb 28 11:53:57.842 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652025-02-28T11:53:58.878Z[ recovery-image] Feb 28 11:53:57.881 INFO O| Feb 28 11:53:57.881 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
46662025-02-28T11:53:58.880Z[ recovery-image] Feb 28 11:53:57.882 INFO O| Feb 28 11:53:57.882 INFO STEP 16 (remove_files) COMPLETE
46672025-02-28T11:53:58.880Z[ recovery-image] Feb 28 11:53:57.882 INFO O| Feb 28 11:53:57.882 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682025-02-28T11:53:58.918Z[ recovery-image] Feb 28 11:53:57.922 INFO O| Feb 28 11:53:57.922 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
46692025-02-28T11:53:58.918Z[ recovery-image] Feb 28 11:53:57.922 INFO O| Feb 28 11:53:57.922 INFO STEP 17 (remove_files) COMPLETE
46702025-02-28T11:53:58.921Z[ recovery-image] Feb 28 11:53:57.922 INFO O| Feb 28 11:53:57.922 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712025-02-28T11:53:58.948Z[ recovery-image] Feb 28 11:53:57.952 INFO O| Feb 28 11:53:57.952 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
46722025-02-28T11:53:59.183Z[ recovery-image] Feb 28 11:53:58.186 INFO O| Feb 28 11:53:58.186 INFO STEP 18 (remove_files) COMPLETE
46732025-02-28T11:53:59.183Z[ recovery-image] Feb 28 11:53:58.186 INFO O| Feb 28 11:53:58.186 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742025-02-28T11:53:59.243Z[ recovery-image] Feb 28 11:53:58.247 INFO O| Feb 28 11:53:58.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
46752025-02-28T11:53:59.264Z[ recovery-image] Feb 28 11:53:58.267 INFO O| Feb 28 11:53:58.267 INFO STEP 19 (remove_files) COMPLETE
46762025-02-28T11:53:59.264Z[ recovery-image] Feb 28 11:53:58.267 INFO O| Feb 28 11:53:58.267 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772025-02-28T11:53:59.297Z[ recovery-image] Feb 28 11:53:58.300 INFO O| Feb 28 11:53:58.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
46782025-02-28T11:53:59.317Z[ recovery-image] Feb 28 11:53:58.321 INFO O| Feb 28 11:53:58.321 INFO STEP 20 (remove_files) COMPLETE
46792025-02-28T11:53:59.317Z[ recovery-image] Feb 28 11:53:58.321 INFO O| Feb 28 11:53:58.321 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802025-02-28T11:53:59.341Z[ recovery-image] Feb 28 11:53:58.344 INFO O| Feb 28 11:53:58.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
46812025-02-28T11:53:59.384Z[ recovery-image] Feb 28 11:53:58.388 INFO O| Feb 28 11:53:58.388 INFO STEP 21 (remove_files) COMPLETE
46822025-02-28T11:53:59.384Z[ recovery-image] Feb 28 11:53:58.388 INFO O| Feb 28 11:53:58.388 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832025-02-28T11:53:59.411Z[ recovery-image] Feb 28 11:53:58.414 INFO O| Feb 28 11:53:58.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
46842025-02-28T11:53:59.411Z[ recovery-image] Feb 28 11:53:58.414 INFO O| Feb 28 11:53:58.414 INFO STEP 22 (remove_files) COMPLETE
46852025-02-28T11:53:59.411Z[ recovery-image] Feb 28 11:53:58.414 INFO O| Feb 28 11:53:58.414 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862025-02-28T11:53:59.433Z[ recovery-image] Feb 28 11:53:58.436 INFO O| Feb 28 11:53:58.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
46872025-02-28T11:53:59.459Z[ recovery-image] Feb 28 11:53:58.462 INFO O| Feb 28 11:53:58.462 INFO STEP 23 (remove_files) COMPLETE
46882025-02-28T11:53:59.459Z[ recovery-image] Feb 28 11:53:58.462 INFO O| Feb 28 11:53:58.462 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892025-02-28T11:53:59.491Z[ recovery-image] Feb 28 11:53:58.494 INFO O| Feb 28 11:53:58.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
46902025-02-28T11:53:59.491Z[ recovery-image] Feb 28 11:53:58.495 INFO O| Feb 28 11:53:58.495 INFO STEP 24 (remove_files) COMPLETE
46912025-02-28T11:53:59.494Z[ recovery-image] Feb 28 11:53:58.495 INFO O| Feb 28 11:53:58.495 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922025-02-28T11:53:59.511Z[ recovery-image] Feb 28 11:53:58.514 INFO O| Feb 28 11:53:58.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
46932025-02-28T11:53:59.528Z[ recovery-image] Feb 28 11:53:58.531 INFO O| Feb 28 11:53:58.531 INFO STEP 25 (remove_files) COMPLETE
46942025-02-28T11:53:59.528Z[ recovery-image] Feb 28 11:53:58.531 INFO O| Feb 28 11:53:58.531 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952025-02-28T11:53:59.560Z[ recovery-image] Feb 28 11:53:58.564 INFO O| Feb 28 11:53:58.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
46962025-02-28T11:53:59.560Z[ recovery-image] Feb 28 11:53:58.564 INFO O| Feb 28 11:53:58.564 INFO STEP 26 (remove_files) COMPLETE
46972025-02-28T11:53:59.563Z[ recovery-image] Feb 28 11:53:58.564 INFO O| Feb 28 11:53:58.564 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982025-02-28T11:53:59.581Z[ recovery-image] Feb 28 11:53:58.585 INFO O| Feb 28 11:53:58.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
46992025-02-28T11:53:59.581Z[ recovery-image] Feb 28 11:53:58.585 INFO O| Feb 28 11:53:58.585 INFO STEP 27 (remove_files) COMPLETE
47002025-02-28T11:53:59.584Z[ recovery-image] Feb 28 11:53:58.585 INFO O| Feb 28 11:53:58.585 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012025-02-28T11:53:59.619Z[ recovery-image] Feb 28 11:53:58.622 INFO O| Feb 28 11:53:58.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
47022025-02-28T11:53:59.619Z[ recovery-image] Feb 28 11:53:58.622 INFO O| Feb 28 11:53:58.622 INFO STEP 28 (remove_files) COMPLETE
47032025-02-28T11:53:59.622Z[ recovery-image] Feb 28 11:53:58.622 INFO O| Feb 28 11:53:58.622 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042025-02-28T11:53:59.641Z[ recovery-image] Feb 28 11:53:58.644 INFO O| Feb 28 11:53:58.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
47052025-02-28T11:53:59.641Z[ recovery-image] Feb 28 11:53:58.644 INFO O| Feb 28 11:53:58.644 INFO STEP 29 (remove_files) COMPLETE
47062025-02-28T11:53:59.643Z[ recovery-image] Feb 28 11:53:58.644 INFO O| Feb 28 11:53:58.644 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072025-02-28T11:53:59.661Z[ recovery-image] Feb 28 11:53:58.664 INFO O| Feb 28 11:53:58.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
47082025-02-28T11:53:59.661Z[ recovery-image] Feb 28 11:53:58.665 INFO O| Feb 28 11:53:58.664 INFO STEP 30 (remove_files) COMPLETE
47092025-02-28T11:53:59.663Z[ recovery-image] Feb 28 11:53:58.665 INFO O| Feb 28 11:53:58.664 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102025-02-28T11:53:59.682Z[ recovery-image] Feb 28 11:53:58.685 INFO O| Feb 28 11:53:58.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
47112025-02-28T11:53:59.682Z[ recovery-image] Feb 28 11:53:58.685 INFO O| Feb 28 11:53:58.685 INFO STEP 31 (remove_files) COMPLETE
47122025-02-28T11:53:59.682Z[ recovery-image] Feb 28 11:53:58.685 INFO O| Feb 28 11:53:58.685 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132025-02-28T11:53:59.700Z[ recovery-image] Feb 28 11:53:58.704 INFO O| Feb 28 11:53:58.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
47142025-02-28T11:53:59.700Z[ recovery-image] Feb 28 11:53:58.704 INFO O| Feb 28 11:53:58.704 INFO STEP 32 (remove_files) COMPLETE
47152025-02-28T11:53:59.701Z[ recovery-image] Feb 28 11:53:58.704 INFO O| Feb 28 11:53:58.704 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162025-02-28T11:53:59.747Z[ recovery-image] Feb 28 11:53:58.750 INFO O| Feb 28 11:53:58.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
47172025-02-28T11:53:59.749Z[ recovery-image] Feb 28 11:53:58.750 INFO O| Feb 28 11:53:58.750 INFO STEP 33 (remove_files) COMPLETE
47182025-02-28T11:53:59.749Z[ recovery-image] Feb 28 11:53:58.751 INFO O| Feb 28 11:53:58.750 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192025-02-28T11:53:59.768Z[ recovery-image] Feb 28 11:53:58.771 INFO O| Feb 28 11:53:58.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
47202025-02-28T11:53:59.768Z[ recovery-image] Feb 28 11:53:58.771 INFO O| Feb 28 11:53:58.771 INFO STEP 34 (remove_files) COMPLETE
47212025-02-28T11:53:59.770Z[ recovery-image] Feb 28 11:53:58.771 INFO O| Feb 28 11:53:58.771 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222025-02-28T11:53:59.882Z[ recovery-image] Feb 28 11:53:58.885 INFO O| Feb 28 11:53:58.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
47232025-02-28T11:53:59.902Z[ recovery-image] Feb 28 11:53:58.906 INFO O| Feb 28 11:53:58.906 INFO STEP 35 (remove_files) COMPLETE
47242025-02-28T11:53:59.902Z[ recovery-image] Feb 28 11:53:58.906 INFO O| Feb 28 11:53:58.906 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252025-02-28T11:53:59.942Z[ recovery-image] Feb 28 11:53:58.946 INFO O| Feb 28 11:53:58.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
47262025-02-28T11:53:59.945Z[ recovery-image] Feb 28 11:53:58.946 INFO O| Feb 28 11:53:58.946 INFO STEP 36 (remove_files) COMPLETE
47272025-02-28T11:53:59.945Z[ recovery-image] Feb 28 11:53:58.946 INFO O| Feb 28 11:53:58.946 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282025-02-28T11:53:59.963Z[ recovery-image] Feb 28 11:53:58.967 INFO O| Feb 28 11:53:58.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
47292025-02-28T11:53:59.963Z[ recovery-image] Feb 28 11:53:58.967 INFO O| Feb 28 11:53:58.967 INFO STEP 37 (remove_files) COMPLETE
47302025-02-28T11:53:59.966Z[ recovery-image] Feb 28 11:53:58.967 INFO O| Feb 28 11:53:58.967 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312025-02-28T11:53:59.982Z[ recovery-image] Feb 28 11:53:58.986 INFO O| Feb 28 11:53:58.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
47322025-02-28T11:53:59.985Z[ recovery-image] Feb 28 11:53:58.986 INFO O| Feb 28 11:53:58.986 INFO STEP 38 (remove_files) COMPLETE
47332025-02-28T11:53:59.985Z[ recovery-image] Feb 28 11:53:58.986 INFO O| Feb 28 11:53:58.986 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342025-02-28T11:54:00.015Z[ recovery-image] Feb 28 11:53:59.018 INFO O| Feb 28 11:53:59.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
47352025-02-28T11:54:00.015Z[ recovery-image] Feb 28 11:53:59.018 INFO O| Feb 28 11:53:59.018 INFO STEP 39 (remove_files) COMPLETE
47362025-02-28T11:54:00.015Z[ recovery-image] Feb 28 11:53:59.018 INFO O| Feb 28 11:53:59.018 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372025-02-28T11:54:00.037Z[ recovery-image] Feb 28 11:53:59.040 INFO O| Feb 28 11:53:59.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
47382025-02-28T11:54:00.037Z[ recovery-image] Feb 28 11:53:59.040 INFO O| Feb 28 11:53:59.040 INFO STEP 40 (remove_files) COMPLETE
47392025-02-28T11:54:00.037Z[ recovery-image] Feb 28 11:53:59.040 INFO O| Feb 28 11:53:59.040 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402025-02-28T11:54:00.074Z[ recovery-image] Feb 28 11:53:59.078 INFO O| Feb 28 11:53:59.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
47412025-02-28T11:54:00.077Z[ recovery-image] Feb 28 11:53:59.078 INFO O| Feb 28 11:53:59.078 INFO STEP 41 (remove_files) COMPLETE
47422025-02-28T11:54:00.077Z[ recovery-image] Feb 28 11:53:59.078 INFO O| Feb 28 11:53:59.078 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432025-02-28T11:54:00.098Z[ recovery-image] Feb 28 11:53:59.102 INFO O| Feb 28 11:53:59.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
47442025-02-28T11:54:00.101Z[ recovery-image] Feb 28 11:53:59.102 INFO O| Feb 28 11:53:59.102 INFO STEP 42 (remove_files) COMPLETE
47452025-02-28T11:54:00.101Z[ recovery-image] Feb 28 11:53:59.102 INFO O| Feb 28 11:53:59.102 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462025-02-28T11:54:00.121Z[ recovery-image] Feb 28 11:53:59.124 INFO O| Feb 28 11:53:59.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
47472025-02-28T11:54:00.121Z[ recovery-image] Feb 28 11:53:59.124 INFO O| Feb 28 11:53:59.124 INFO STEP 43 (remove_files) COMPLETE
47482025-02-28T11:54:00.123Z[ recovery-image] Feb 28 11:53:59.124 INFO O| Feb 28 11:53:59.124 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492025-02-28T11:54:00.150Z[ recovery-image] Feb 28 11:53:59.154 INFO O| Feb 28 11:53:59.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
47502025-02-28T11:54:00.150Z[ recovery-image] Feb 28 11:53:59.154 INFO O| Feb 28 11:53:59.154 INFO STEP 44 (remove_files) COMPLETE
47512025-02-28T11:54:00.153Z[ recovery-image] Feb 28 11:53:59.154 INFO O| Feb 28 11:53:59.154 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522025-02-28T11:54:00.177Z[ recovery-image] Feb 28 11:53:59.180 INFO O| Feb 28 11:53:59.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
47532025-02-28T11:54:00.177Z[ recovery-image] Feb 28 11:53:59.180 INFO O| Feb 28 11:53:59.180 INFO STEP 45 (remove_files) COMPLETE
47542025-02-28T11:54:00.177Z[ recovery-image] Feb 28 11:53:59.180 INFO O| Feb 28 11:53:59.180 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552025-02-28T11:54:00.207Z[ recovery-image] Feb 28 11:53:59.210 INFO O| Feb 28 11:53:59.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
47562025-02-28T11:54:00.207Z[ recovery-image] Feb 28 11:53:59.210 INFO O| Feb 28 11:53:59.210 INFO STEP 46 (remove_files) COMPLETE
47572025-02-28T11:54:00.207Z[ recovery-image] Feb 28 11:53:59.210 INFO O| Feb 28 11:53:59.210 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582025-02-28T11:54:00.268Z[ recovery-image] Feb 28 11:53:59.272 INFO O| Feb 28 11:53:59.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
47592025-02-28T11:54:00.268Z[ recovery-image] Feb 28 11:53:59.272 INFO O| Feb 28 11:53:59.272 INFO STEP 47 (remove_files) COMPLETE
47602025-02-28T11:54:00.268Z[ recovery-image] Feb 28 11:53:59.272 INFO O| Feb 28 11:53:59.272 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612025-02-28T11:54:00.290Z[ recovery-image] Feb 28 11:53:59.294 INFO O| Feb 28 11:53:59.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
47622025-02-28T11:54:00.290Z[ recovery-image] Feb 28 11:53:59.294 INFO O| Feb 28 11:53:59.294 INFO STEP 48 (remove_files) COMPLETE
47632025-02-28T11:54:00.293Z[ recovery-image] Feb 28 11:53:59.294 INFO O| Feb 28 11:53:59.294 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642025-02-28T11:54:00.331Z[ recovery-image] Feb 28 11:53:59.334 INFO O| Feb 28 11:53:59.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
47652025-02-28T11:54:00.331Z[ recovery-image] Feb 28 11:53:59.334 INFO O| Feb 28 11:53:59.334 INFO STEP 49 (remove_files) COMPLETE
47662025-02-28T11:54:00.333Z[ recovery-image] Feb 28 11:53:59.334 INFO O| Feb 28 11:53:59.334 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672025-02-28T11:54:00.391Z[ recovery-image] Feb 28 11:53:59.395 INFO O| Feb 28 11:53:59.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
47682025-02-28T11:54:00.402Z[ recovery-image] Feb 28 11:53:59.405 INFO O| Feb 28 11:53:59.405 INFO STEP 50 (remove_files) COMPLETE
47692025-02-28T11:54:00.402Z[ recovery-image] Feb 28 11:53:59.405 INFO O| Feb 28 11:53:59.405 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702025-02-28T11:54:00.449Z[ recovery-image] Feb 28 11:53:59.452 INFO O| Feb 28 11:53:59.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
47712025-02-28T11:54:00.449Z[ recovery-image] Feb 28 11:53:59.453 INFO O| Feb 28 11:53:59.452 INFO STEP 51 (remove_files) COMPLETE
47722025-02-28T11:54:00.452Z[ recovery-image] Feb 28 11:53:59.453 INFO O| Feb 28 11:53:59.453 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732025-02-28T11:54:00.471Z[ recovery-image] Feb 28 11:53:59.474 INFO O| Feb 28 11:53:59.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
47742025-02-28T11:54:00.471Z[ recovery-image] Feb 28 11:53:59.475 INFO O| Feb 28 11:53:59.475 INFO STEP 52 (remove_files) COMPLETE
47752025-02-28T11:54:00.474Z[ recovery-image] Feb 28 11:53:59.475 INFO O| Feb 28 11:53:59.475 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762025-02-28T11:54:00.497Z[ recovery-image] Feb 28 11:53:59.500 INFO O| Feb 28 11:53:59.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
47772025-02-28T11:54:00.522Z[ recovery-image] Feb 28 11:53:59.525 INFO O| Feb 28 11:53:59.525 INFO STEP 53 (remove_files) COMPLETE
47782025-02-28T11:54:00.522Z[ recovery-image] Feb 28 11:53:59.525 INFO O| Feb 28 11:53:59.525 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792025-02-28T11:54:00.543Z[ recovery-image] Feb 28 11:53:59.547 INFO O| Feb 28 11:53:59.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
47802025-02-28T11:54:00.546Z[ recovery-image] Feb 28 11:53:59.547 INFO O| Feb 28 11:53:59.547 INFO STEP 54 (remove_files) COMPLETE
47812025-02-28T11:54:00.546Z[ recovery-image] Feb 28 11:53:59.547 INFO O| Feb 28 11:53:59.547 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822025-02-28T11:54:00.563Z[ recovery-image] Feb 28 11:53:59.567 INFO O| Feb 28 11:53:59.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
47832025-02-28T11:54:00.566Z[ recovery-image] Feb 28 11:53:59.567 INFO O| Feb 28 11:53:59.567 INFO STEP 55 (remove_files) COMPLETE
47842025-02-28T11:54:00.566Z[ recovery-image] Feb 28 11:53:59.567 INFO O| Feb 28 11:53:59.567 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852025-02-28T11:54:00.596Z[ recovery-image] Feb 28 11:53:59.599 INFO O| Feb 28 11:53:59.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
47862025-02-28T11:54:00.599Z[ recovery-image] Feb 28 11:53:59.600 INFO O| Feb 28 11:53:59.599 INFO STEP 56 (remove_files) COMPLETE
47872025-02-28T11:54:00.599Z[ recovery-image] Feb 28 11:53:59.600 INFO O| Feb 28 11:53:59.600 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882025-02-28T11:54:00.624Z[ recovery-image] Feb 28 11:53:59.627 INFO O| Feb 28 11:53:59.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
47892025-02-28T11:54:00.627Z[ recovery-image] Feb 28 11:53:59.628 INFO O| Feb 28 11:53:59.628 INFO STEP 57 (remove_files) COMPLETE
47902025-02-28T11:54:00.627Z[ recovery-image] Feb 28 11:53:59.628 INFO O| Feb 28 11:53:59.628 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912025-02-28T11:54:00.647Z[ recovery-image] Feb 28 11:53:59.651 INFO O| Feb 28 11:53:59.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
47922025-02-28T11:54:00.650Z[ recovery-image] Feb 28 11:53:59.651 INFO O| Feb 28 11:53:59.651 INFO STEP 58 (remove_files) COMPLETE
47932025-02-28T11:54:00.650Z[ recovery-image] Feb 28 11:53:59.651 INFO O| Feb 28 11:53:59.651 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942025-02-28T11:54:00.668Z[ recovery-image] Feb 28 11:53:59.671 INFO O| Feb 28 11:53:59.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
47952025-02-28T11:54:00.668Z[ recovery-image] Feb 28 11:53:59.672 INFO O| Feb 28 11:53:59.671 INFO STEP 59 (remove_files) COMPLETE
47962025-02-28T11:54:00.668Z[ recovery-image] Feb 28 11:53:59.672 INFO O| Feb 28 11:53:59.672 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972025-02-28T11:54:00.690Z[ recovery-image] Feb 28 11:53:59.693 INFO O| Feb 28 11:53:59.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
47982025-02-28T11:54:00.692Z[ recovery-image] Feb 28 11:53:59.693 INFO O| Feb 28 11:53:59.693 INFO STEP 60 (remove_files) COMPLETE
47992025-02-28T11:54:00.692Z[ recovery-image] Feb 28 11:53:59.694 INFO O| Feb 28 11:53:59.693 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002025-02-28T11:54:00.709Z[ recovery-image] Feb 28 11:53:59.712 INFO O| Feb 28 11:53:59.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
48012025-02-28T11:54:00.712Z[ recovery-image] Feb 28 11:53:59.713 INFO O| Feb 28 11:53:59.713 INFO STEP 61 (remove_files) COMPLETE
48022025-02-28T11:54:00.712Z[ recovery-image] Feb 28 11:53:59.713 INFO O| Feb 28 11:53:59.713 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032025-02-28T11:54:00.728Z[ recovery-image] Feb 28 11:53:59.731 INFO O| Feb 28 11:53:59.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
48042025-02-28T11:54:00.728Z[ recovery-image] Feb 28 11:53:59.732 INFO O| Feb 28 11:53:59.732 INFO STEP 62 (remove_files) COMPLETE
48052025-02-28T11:54:00.728Z[ recovery-image] Feb 28 11:53:59.732 INFO O| Feb 28 11:53:59.732 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062025-02-28T11:54:00.758Z[ recovery-image] Feb 28 11:53:59.761 INFO O| Feb 28 11:53:59.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
48072025-02-28T11:54:00.761Z[ recovery-image] Feb 28 11:53:59.761 INFO O| Feb 28 11:53:59.761 INFO STEP 63 (remove_files) COMPLETE
48082025-02-28T11:54:00.762Z[ recovery-image] Feb 28 11:53:59.762 INFO O| Feb 28 11:53:59.761 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092025-02-28T11:54:00.778Z[ recovery-image] Feb 28 11:53:59.782 INFO O| Feb 28 11:53:59.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
48102025-02-28T11:54:00.778Z[ recovery-image] Feb 28 11:53:59.782 INFO O| Feb 28 11:53:59.782 INFO STEP 64 (remove_files) COMPLETE
48112025-02-28T11:54:00.781Z[ recovery-image] Feb 28 11:53:59.782 INFO O| Feb 28 11:53:59.782 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122025-02-28T11:54:00.796Z[ recovery-image] Feb 28 11:53:59.800 INFO O| Feb 28 11:53:59.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
48132025-02-28T11:54:00.817Z[ recovery-image] Feb 28 11:53:59.821 INFO O| Feb 28 11:53:59.821 INFO STEP 65 (remove_files) COMPLETE
48142025-02-28T11:54:00.817Z[ recovery-image] Feb 28 11:53:59.821 INFO O| Feb 28 11:53:59.821 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152025-02-28T11:54:00.854Z[ recovery-image] Feb 28 11:53:59.858 INFO O| Feb 28 11:53:59.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
48162025-02-28T11:54:00.854Z[ recovery-image] Feb 28 11:53:59.858 INFO O| Feb 28 11:53:59.858 INFO STEP 66 (remove_files) COMPLETE
48172025-02-28T11:54:00.854Z[ recovery-image] Feb 28 11:53:59.858 INFO O| Feb 28 11:53:59.858 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182025-02-28T11:54:00.875Z[ recovery-image] Feb 28 11:53:59.878 INFO O| Feb 28 11:53:59.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
48192025-02-28T11:54:00.875Z[ recovery-image] Feb 28 11:53:59.878 INFO O| Feb 28 11:53:59.878 INFO STEP 67 (remove_files) COMPLETE
48202025-02-28T11:54:00.877Z[ recovery-image] Feb 28 11:53:59.878 INFO O| Feb 28 11:53:59.878 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212025-02-28T11:54:00.895Z[ recovery-image] Feb 28 11:53:59.898 INFO O| Feb 28 11:53:59.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
48222025-02-28T11:54:00.895Z[ recovery-image] Feb 28 11:53:59.898 INFO O| Feb 28 11:53:59.898 INFO STEP 68 (remove_files) COMPLETE
48232025-02-28T11:54:00.902Z[ recovery-image] Feb 28 11:53:59.898 INFO O| Feb 28 11:53:59.898 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242025-02-28T11:54:00.996Z[ recovery-image] Feb 28 11:53:59.999 INFO O| Feb 28 11:53:59.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
48252025-02-28T11:54:00.999Z[ recovery-image] Feb 28 11:53:59.999 INFO O| Feb 28 11:53:59.999 INFO STEP 69 (remove_files) COMPLETE
48262025-02-28T11:54:00.999Z[ recovery-image] Feb 28 11:53:59.999 INFO O| Feb 28 11:53:59.999 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272025-02-28T11:54:01.054Z[ recovery-image] Feb 28 11:54:00.057 INFO O| Feb 28 11:54:00.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
48282025-02-28T11:54:01.054Z[ recovery-image] Feb 28 11:54:00.057 INFO O| Feb 28 11:54:00.057 INFO STEP 70 (remove_files) COMPLETE
48292025-02-28T11:54:01.057Z[ recovery-image] Feb 28 11:54:00.057 INFO O| Feb 28 11:54:00.057 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302025-02-28T11:54:01.075Z[ recovery-image] Feb 28 11:54:00.079 INFO O| Feb 28 11:54:00.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
48312025-02-28T11:54:01.075Z[ recovery-image] Feb 28 11:54:00.079 INFO O| Feb 28 11:54:00.079 INFO STEP 71 (remove_files) COMPLETE
48322025-02-28T11:54:01.078Z[ recovery-image] Feb 28 11:54:00.079 INFO O| Feb 28 11:54:00.079 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332025-02-28T11:54:01.112Z[ recovery-image] Feb 28 11:54:00.116 INFO O| Feb 28 11:54:00.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
48342025-02-28T11:54:01.113Z[ recovery-image] Feb 28 11:54:00.116 INFO O| Feb 28 11:54:00.116 INFO STEP 72 (remove_files) COMPLETE
48352025-02-28T11:54:01.116Z[ recovery-image] Feb 28 11:54:00.116 INFO O| Feb 28 11:54:00.116 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362025-02-28T11:54:01.141Z[ recovery-image] Feb 28 11:54:00.144 INFO O| Feb 28 11:54:00.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
48372025-02-28T11:54:01.141Z[ recovery-image] Feb 28 11:54:00.145 INFO O| Feb 28 11:54:00.145 INFO STEP 73 (remove_files) COMPLETE
48382025-02-28T11:54:01.141Z[ recovery-image] Feb 28 11:54:00.145 INFO O| Feb 28 11:54:00.145 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392025-02-28T11:54:01.167Z[ recovery-image] Feb 28 11:54:00.169 INFO O| Feb 28 11:54:00.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
48402025-02-28T11:54:01.167Z[ recovery-image] Feb 28 11:54:00.169 INFO O| Feb 28 11:54:00.169 INFO STEP 74 (remove_files) COMPLETE
48412025-02-28T11:54:01.167Z[ recovery-image] Feb 28 11:54:00.169 INFO O| Feb 28 11:54:00.169 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422025-02-28T11:54:01.203Z[ recovery-image] Feb 28 11:54:00.206 INFO O| Feb 28 11:54:00.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
48432025-02-28T11:54:01.203Z[ recovery-image] Feb 28 11:54:00.206 INFO O| Feb 28 11:54:00.206 INFO STEP 75 (remove_files) COMPLETE
48442025-02-28T11:54:01.203Z[ recovery-image] Feb 28 11:54:00.206 INFO O| Feb 28 11:54:00.206 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452025-02-28T11:54:01.265Z[ recovery-image] Feb 28 11:54:00.267 INFO O| Feb 28 11:54:00.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
48462025-02-28T11:54:01.265Z[ recovery-image] Feb 28 11:54:00.268 INFO O| Feb 28 11:54:00.268 INFO STEP 76 (remove_files) COMPLETE
48472025-02-28T11:54:01.265Z[ recovery-image] Feb 28 11:54:00.268 INFO O| Feb 28 11:54:00.268 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482025-02-28T11:54:01.328Z[ recovery-image] Feb 28 11:54:00.331 INFO O| Feb 28 11:54:00.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
48492025-02-28T11:54:01.329Z[ recovery-image] Feb 28 11:54:00.331 INFO O| Feb 28 11:54:00.331 INFO STEP 77 (remove_files) COMPLETE
48502025-02-28T11:54:01.329Z[ recovery-image] Feb 28 11:54:00.331 INFO O| Feb 28 11:54:00.331 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512025-02-28T11:54:01.352Z[ recovery-image] Feb 28 11:54:00.355 INFO O| Feb 28 11:54:00.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
48522025-02-28T11:54:01.352Z[ recovery-image] Feb 28 11:54:00.355 INFO O| Feb 28 11:54:00.355 INFO STEP 78 (remove_files) COMPLETE
48532025-02-28T11:54:01.352Z[ recovery-image] Feb 28 11:54:00.355 INFO O| Feb 28 11:54:00.355 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542025-02-28T11:54:01.375Z[ recovery-image] Feb 28 11:54:00.379 INFO O| Feb 28 11:54:00.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
48552025-02-28T11:54:01.375Z[ recovery-image] Feb 28 11:54:00.379 INFO O| Feb 28 11:54:00.379 INFO STEP 79 (remove_files) COMPLETE
48562025-02-28T11:54:01.378Z[ recovery-image] Feb 28 11:54:00.379 INFO O| Feb 28 11:54:00.379 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572025-02-28T11:54:01.398Z[ recovery-image] Feb 28 11:54:00.401 INFO O| Feb 28 11:54:00.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
48582025-02-28T11:54:01.398Z[ recovery-image] Feb 28 11:54:00.401 INFO O| Feb 28 11:54:00.401 INFO STEP 80 (remove_files) COMPLETE
48592025-02-28T11:54:01.398Z[ recovery-image] Feb 28 11:54:00.401 INFO O| Feb 28 11:54:00.401 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602025-02-28T11:54:01.433Z[ recovery-image] Feb 28 11:54:00.437 INFO O| Feb 28 11:54:00.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
48612025-02-28T11:54:01.433Z[ recovery-image] Feb 28 11:54:00.437 INFO O| Feb 28 11:54:00.437 INFO STEP 81 (remove_files) COMPLETE
48622025-02-28T11:54:01.433Z[ recovery-image] Feb 28 11:54:00.437 INFO O| Feb 28 11:54:00.437 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632025-02-28T11:54:01.471Z[ recovery-image] Feb 28 11:54:00.474 INFO O| Feb 28 11:54:00.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
48642025-02-28T11:54:01.472Z[ recovery-image] Feb 28 11:54:00.474 INFO O| Feb 28 11:54:00.474 INFO STEP 82 (remove_files) COMPLETE
48652025-02-28T11:54:01.476Z[ recovery-image] Feb 28 11:54:00.474 INFO O| Feb 28 11:54:00.474 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662025-02-28T11:54:01.510Z[ recovery-image] Feb 28 11:54:00.513 INFO O| Feb 28 11:54:00.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
48672025-02-28T11:54:01.510Z[ recovery-image] Feb 28 11:54:00.513 INFO O| Feb 28 11:54:00.513 INFO STEP 83 (remove_files) COMPLETE
48682025-02-28T11:54:01.510Z[ recovery-image] Feb 28 11:54:00.513 INFO O| Feb 28 11:54:00.513 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692025-02-28T11:54:01.530Z[ recovery-image] Feb 28 11:54:00.532 INFO O| Feb 28 11:54:00.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
48702025-02-28T11:54:01.530Z[ recovery-image] Feb 28 11:54:00.532 INFO O| Feb 28 11:54:00.532 INFO STEP 84 (remove_files) COMPLETE
48712025-02-28T11:54:01.530Z[ recovery-image] Feb 28 11:54:00.532 INFO O| Feb 28 11:54:00.532 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722025-02-28T11:54:01.549Z[ recovery-image] Feb 28 11:54:00.552 INFO O| Feb 28 11:54:00.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
48732025-02-28T11:54:01.549Z[ recovery-image] Feb 28 11:54:00.552 INFO O| Feb 28 11:54:00.552 INFO STEP 85 (remove_files) COMPLETE
48742025-02-28T11:54:01.549Z[ recovery-image] Feb 28 11:54:00.552 INFO O| Feb 28 11:54:00.552 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752025-02-28T11:54:01.588Z[ recovery-image] Feb 28 11:54:00.591 INFO O| Feb 28 11:54:00.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
48762025-02-28T11:54:01.590Z[ recovery-image] Feb 28 11:54:00.591 INFO O| Feb 28 11:54:00.591 INFO STEP 86 (remove_files) COMPLETE
48772025-02-28T11:54:01.590Z[ recovery-image] Feb 28 11:54:00.591 INFO O| Feb 28 11:54:00.591 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782025-02-28T11:54:01.625Z[ recovery-image] Feb 28 11:54:00.628 INFO O| Feb 28 11:54:00.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
48792025-02-28T11:54:01.625Z[ recovery-image] Feb 28 11:54:00.628 INFO O| Feb 28 11:54:00.628 INFO STEP 87 (remove_files) COMPLETE
48802025-02-28T11:54:01.625Z[ recovery-image] Feb 28 11:54:00.628 INFO O| Feb 28 11:54:00.628 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812025-02-28T11:54:01.656Z[ recovery-image] Feb 28 11:54:00.660 INFO O| Feb 28 11:54:00.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
48822025-02-28T11:54:01.656Z[ recovery-image] Feb 28 11:54:00.660 INFO O| Feb 28 11:54:00.660 INFO STEP 88 (remove_files) COMPLETE
48832025-02-28T11:54:01.656Z[ recovery-image] Feb 28 11:54:00.660 INFO O| Feb 28 11:54:00.660 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842025-02-28T11:54:01.686Z[ recovery-image] Feb 28 11:54:00.688 INFO O| Feb 28 11:54:00.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
48852025-02-28T11:54:01.689Z[ recovery-image] Feb 28 11:54:00.689 INFO O| Feb 28 11:54:00.688 INFO STEP 89 (remove_files) COMPLETE
48862025-02-28T11:54:01.689Z[ recovery-image] Feb 28 11:54:00.689 INFO O| Feb 28 11:54:00.689 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872025-02-28T11:54:01.705Z[ recovery-image] Feb 28 11:54:00.709 INFO O| Feb 28 11:54:00.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
48882025-02-28T11:54:01.708Z[ recovery-image] Feb 28 11:54:00.709 INFO O| Feb 28 11:54:00.709 INFO STEP 90 (remove_files) COMPLETE
48892025-02-28T11:54:01.708Z[ recovery-image] Feb 28 11:54:00.709 INFO O| Feb 28 11:54:00.709 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902025-02-28T11:54:01.724Z[ recovery-image] Feb 28 11:54:00.728 INFO O| Feb 28 11:54:00.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
48912025-02-28T11:54:01.809Z[ recovery-image] Feb 28 11:54:00.812 INFO O| Feb 28 11:54:00.812 INFO STEP 91 (remove_files) COMPLETE
48922025-02-28T11:54:01.809Z[ recovery-image] Feb 28 11:54:00.812 INFO O| Feb 28 11:54:00.812 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932025-02-28T11:54:01.890Z[ recovery-image] Feb 28 11:54:00.893 INFO O| Feb 28 11:54:00.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
48942025-02-28T11:54:01.893Z[ recovery-image] Feb 28 11:54:00.893 INFO O| Feb 28 11:54:00.893 INFO STEP 92 (remove_files) COMPLETE
48952025-02-28T11:54:01.893Z[ recovery-image] Feb 28 11:54:00.894 INFO O| Feb 28 11:54:00.893 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962025-02-28T11:54:01.923Z[ recovery-image] Feb 28 11:54:00.927 INFO O| Feb 28 11:54:00.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
48972025-02-28T11:54:01.923Z[ recovery-image] Feb 28 11:54:00.927 INFO O| Feb 28 11:54:00.927 INFO STEP 93 (remove_files) COMPLETE
48982025-02-28T11:54:01.926Z[ recovery-image] Feb 28 11:54:00.927 INFO O| Feb 28 11:54:00.927 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992025-02-28T11:54:01.972Z[ recovery-image] Feb 28 11:54:00.975 INFO O| Feb 28 11:54:00.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
49002025-02-28T11:54:01.972Z[ recovery-image] Feb 28 11:54:00.975 INFO O| Feb 28 11:54:00.975 INFO STEP 94 (remove_files) COMPLETE
49012025-02-28T11:54:01.972Z[ recovery-image] Feb 28 11:54:00.975 INFO O| Feb 28 11:54:00.975 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022025-02-28T11:54:01.992Z[ recovery-image] Feb 28 11:54:00.996 INFO O| Feb 28 11:54:00.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
49032025-02-28T11:54:02.014Z[ recovery-image] Feb 28 11:54:01.017 INFO O| Feb 28 11:54:01.017 INFO STEP 95 (remove_files) COMPLETE
49042025-02-28T11:54:02.014Z[ recovery-image] Feb 28 11:54:01.017 INFO O| Feb 28 11:54:01.017 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052025-02-28T11:54:02.050Z[ recovery-image] Feb 28 11:54:01.053 INFO O| Feb 28 11:54:01.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
49062025-02-28T11:54:02.050Z[ recovery-image] Feb 28 11:54:01.053 INFO O| Feb 28 11:54:01.053 INFO STEP 96 (remove_files) COMPLETE
49072025-02-28T11:54:02.050Z[ recovery-image] Feb 28 11:54:01.053 INFO O| Feb 28 11:54:01.053 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082025-02-28T11:54:02.117Z[ recovery-image] Feb 28 11:54:01.120 INFO O| Feb 28 11:54:01.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
49092025-02-28T11:54:02.120Z[ recovery-image] Feb 28 11:54:01.120 INFO O| Feb 28 11:54:01.120 INFO STEP 97 (remove_files) COMPLETE
49102025-02-28T11:54:02.120Z[ recovery-image] Feb 28 11:54:01.120 INFO O| Feb 28 11:54:01.120 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112025-02-28T11:54:02.137Z[ recovery-image] Feb 28 11:54:01.140 INFO O| Feb 28 11:54:01.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
49122025-02-28T11:54:02.137Z[ recovery-image] Feb 28 11:54:01.140 INFO O| Feb 28 11:54:01.140 INFO STEP 98 (remove_files) COMPLETE
49132025-02-28T11:54:02.139Z[ recovery-image] Feb 28 11:54:01.140 INFO O| Feb 28 11:54:01.140 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142025-02-28T11:54:02.163Z[ recovery-image] Feb 28 11:54:01.166 INFO O| Feb 28 11:54:01.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
49152025-02-28T11:54:02.166Z[ recovery-image] Feb 28 11:54:01.167 INFO O| Feb 28 11:54:01.167 INFO STEP 99 (remove_files) COMPLETE
49162025-02-28T11:54:02.166Z[ recovery-image] Feb 28 11:54:01.167 INFO O| Feb 28 11:54:01.167 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172025-02-28T11:54:02.193Z[ recovery-image] Feb 28 11:54:01.196 INFO O| Feb 28 11:54:01.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
49182025-02-28T11:54:02.196Z[ recovery-image] Feb 28 11:54:01.196 INFO O| Feb 28 11:54:01.196 INFO STEP 100 (remove_files) COMPLETE
49192025-02-28T11:54:02.196Z[ recovery-image] Feb 28 11:54:01.196 INFO O| Feb 28 11:54:01.196 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202025-02-28T11:54:02.211Z[ recovery-image] Feb 28 11:54:01.215 INFO O| Feb 28 11:54:01.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
49212025-02-28T11:54:02.215Z[ recovery-image] Feb 28 11:54:01.215 INFO O| Feb 28 11:54:01.215 INFO STEP 101 (remove_files) COMPLETE
49222025-02-28T11:54:02.215Z[ recovery-image] Feb 28 11:54:01.215 INFO O| Feb 28 11:54:01.215 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232025-02-28T11:54:02.232Z[ recovery-image] Feb 28 11:54:01.236 INFO O| Feb 28 11:54:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
49242025-02-28T11:54:02.235Z[ recovery-image] Feb 28 11:54:01.236 INFO O| Feb 28 11:54:01.236 INFO STEP 102 (remove_files) COMPLETE
49252025-02-28T11:54:02.235Z[ recovery-image] Feb 28 11:54:01.236 INFO O| Feb 28 11:54:01.236 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262025-02-28T11:54:02.253Z[ recovery-image] Feb 28 11:54:01.256 INFO O| Feb 28 11:54:01.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
49272025-02-28T11:54:02.256Z[ recovery-image] Feb 28 11:54:01.256 INFO O| Feb 28 11:54:01.256 INFO STEP 103 (remove_files) COMPLETE
49282025-02-28T11:54:02.256Z[ recovery-image] Feb 28 11:54:01.257 INFO O| Feb 28 11:54:01.257 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292025-02-28T11:54:02.278Z[ recovery-image] Feb 28 11:54:01.281 INFO O| Feb 28 11:54:01.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
49302025-02-28T11:54:02.278Z[ recovery-image] Feb 28 11:54:01.281 INFO O| Feb 28 11:54:01.281 INFO STEP 104 (remove_files) COMPLETE
49312025-02-28T11:54:02.281Z[ recovery-image] Feb 28 11:54:01.281 INFO O| Feb 28 11:54:01.281 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322025-02-28T11:54:02.299Z[ recovery-image] Feb 28 11:54:01.302 INFO O| Feb 28 11:54:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
49332025-02-28T11:54:02.299Z[ recovery-image] Feb 28 11:54:01.303 INFO O| Feb 28 11:54:01.303 INFO STEP 105 (remove_files) COMPLETE
49342025-02-28T11:54:02.302Z[ recovery-image] Feb 28 11:54:01.303 INFO O| Feb 28 11:54:01.303 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352025-02-28T11:54:02.330Z[ recovery-image] Feb 28 11:54:01.333 INFO O| Feb 28 11:54:01.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
49362025-02-28T11:54:02.332Z[ recovery-image] Feb 28 11:54:01.333 INFO O| Feb 28 11:54:01.333 INFO STEP 106 (remove_files) COMPLETE
49372025-02-28T11:54:02.332Z[ recovery-image] Feb 28 11:54:01.333 INFO O| Feb 28 11:54:01.333 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382025-02-28T11:54:02.368Z[ recovery-image] Feb 28 11:54:01.370 INFO O| Feb 28 11:54:01.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
49392025-02-28T11:54:02.368Z[ recovery-image] Feb 28 11:54:01.370 INFO O| Feb 28 11:54:01.370 INFO STEP 107 (remove_files) COMPLETE
49402025-02-28T11:54:02.368Z[ recovery-image] Feb 28 11:54:01.370 INFO O| Feb 28 11:54:01.370 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412025-02-28T11:54:02.427Z[ recovery-image] Feb 28 11:54:01.430 INFO O| Feb 28 11:54:01.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
49422025-02-28T11:54:02.427Z[ recovery-image] Feb 28 11:54:01.431 INFO O| Feb 28 11:54:01.430 INFO STEP 108 (remove_files) COMPLETE
49432025-02-28T11:54:02.427Z[ recovery-image] Feb 28 11:54:01.431 INFO O| Feb 28 11:54:01.431 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442025-02-28T11:54:02.534Z[ recovery-image] Feb 28 11:54:01.537 INFO O| Feb 28 11:54:01.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
49452025-02-28T11:54:02.534Z[ recovery-image] Feb 28 11:54:01.537 INFO O| Feb 28 11:54:01.537 INFO STEP 109 (remove_files) COMPLETE
49462025-02-28T11:54:02.537Z[ recovery-image] Feb 28 11:54:01.537 INFO O| Feb 28 11:54:01.537 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472025-02-28T11:54:02.553Z[ recovery-image] Feb 28 11:54:01.556 INFO O| Feb 28 11:54:01.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
49482025-02-28T11:54:02.556Z[ recovery-image] Feb 28 11:54:01.556 INFO O| Feb 28 11:54:01.556 INFO STEP 110 (remove_files) COMPLETE
49492025-02-28T11:54:02.556Z[ recovery-image] Feb 28 11:54:01.556 INFO O| Feb 28 11:54:01.556 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502025-02-28T11:54:02.572Z[ recovery-image] Feb 28 11:54:01.575 INFO O| Feb 28 11:54:01.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
49512025-02-28T11:54:02.572Z[ recovery-image] Feb 28 11:54:01.575 INFO O| Feb 28 11:54:01.575 INFO STEP 111 (remove_files) COMPLETE
49522025-02-28T11:54:02.572Z[ recovery-image] Feb 28 11:54:01.575 INFO O| Feb 28 11:54:01.575 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532025-02-28T11:54:02.669Z[ recovery-image] Feb 28 11:54:01.672 INFO O| Feb 28 11:54:01.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
49542025-02-28T11:54:02.669Z[ recovery-image] Feb 28 11:54:01.672 INFO O| Feb 28 11:54:01.672 INFO STEP 112 (remove_files) COMPLETE
49552025-02-28T11:54:02.671Z[ recovery-image] Feb 28 11:54:01.672 INFO O| Feb 28 11:54:01.672 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562025-02-28T11:54:02.699Z[ recovery-image] Feb 28 11:54:01.702 INFO O| Feb 28 11:54:01.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
49572025-02-28T11:54:02.699Z[ recovery-image] Feb 28 11:54:01.702 INFO O| Feb 28 11:54:01.702 INFO STEP 113 (remove_files) COMPLETE
49582025-02-28T11:54:02.699Z[ recovery-image] Feb 28 11:54:01.702 INFO O| Feb 28 11:54:01.702 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592025-02-28T11:54:02.740Z[ recovery-image] Feb 28 11:54:01.743 INFO O| Feb 28 11:54:01.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
49602025-02-28T11:54:02.740Z[ recovery-image] Feb 28 11:54:01.743 INFO O| Feb 28 11:54:01.743 INFO STEP 114 (remove_files) COMPLETE
49612025-02-28T11:54:02.740Z[ recovery-image] Feb 28 11:54:01.743 INFO O| Feb 28 11:54:01.743 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622025-02-28T11:54:02.843Z[ recovery-image] Feb 28 11:54:01.846 INFO O| Feb 28 11:54:01.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
49632025-02-28T11:54:02.843Z[ recovery-image] Feb 28 11:54:01.846 INFO O| Feb 28 11:54:01.846 INFO STEP 115 (remove_files) COMPLETE
49642025-02-28T11:54:02.843Z[ recovery-image] Feb 28 11:54:01.846 INFO O| Feb 28 11:54:01.846 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652025-02-28T11:54:02.897Z[ recovery-image] Feb 28 11:54:01.900 INFO O| Feb 28 11:54:01.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
49662025-02-28T11:54:02.897Z[ recovery-image] Feb 28 11:54:01.900 INFO O| Feb 28 11:54:01.900 INFO STEP 116 (remove_files) COMPLETE
49672025-02-28T11:54:02.900Z[ recovery-image] Feb 28 11:54:01.900 INFO O| Feb 28 11:54:01.900 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682025-02-28T11:54:02.926Z[ recovery-image] Feb 28 11:54:01.929 INFO O| Feb 28 11:54:01.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
49692025-02-28T11:54:02.940Z[ recovery-image] Feb 28 11:54:01.943 INFO O| Feb 28 11:54:01.943 INFO STEP 117 (remove_files) COMPLETE
49702025-02-28T11:54:02.940Z[ recovery-image] Feb 28 11:54:01.943 INFO O| Feb 28 11:54:01.943 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712025-02-28T11:54:02.992Z[ recovery-image] Feb 28 11:54:01.995 INFO O| Feb 28 11:54:01.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
49722025-02-28T11:54:02.992Z[ recovery-image] Feb 28 11:54:01.995 INFO O| Feb 28 11:54:01.995 INFO STEP 118 (remove_files) COMPLETE
49732025-02-28T11:54:02.992Z[ recovery-image] Feb 28 11:54:01.995 INFO O| Feb 28 11:54:01.995 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742025-02-28T11:54:03.011Z[ recovery-image] Feb 28 11:54:02.014 INFO O| Feb 28 11:54:02.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
49752025-02-28T11:54:03.011Z[ recovery-image] Feb 28 11:54:02.014 INFO O| Feb 28 11:54:02.014 INFO STEP 119 (remove_files) COMPLETE
49762025-02-28T11:54:03.011Z[ recovery-image] Feb 28 11:54:02.014 INFO O| Feb 28 11:54:02.014 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772025-02-28T11:54:03.046Z[ recovery-image] Feb 28 11:54:02.049 INFO O| Feb 28 11:54:02.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
49782025-02-28T11:54:03.046Z[ recovery-image] Feb 28 11:54:02.049 INFO O| Feb 28 11:54:02.049 INFO STEP 120 (remove_files) COMPLETE
49792025-02-28T11:54:03.048Z[ recovery-image] Feb 28 11:54:02.049 INFO O| Feb 28 11:54:02.049 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802025-02-28T11:54:03.055Z[ host-image] Feb 28 11:54:02.058 INFO O| Feb 28 11:54:02.058 INFO O| Planning: Solver setup ... Done
49812025-02-28T11:54:03.064Z[ host-image] Feb 28 11:54:02.067 INFO O| Feb 28 11:54:02.067 INFO O| Planning: Running solver ... Done
49822025-02-28T11:54:03.070Z[ recovery-image] Feb 28 11:54:02.073 INFO O| Feb 28 11:54:02.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
49832025-02-28T11:54:03.091Z[ recovery-image] Feb 28 11:54:02.094 INFO O| Feb 28 11:54:02.094 INFO STEP 121 (remove_files) COMPLETE
49842025-02-28T11:54:03.091Z[ recovery-image] Feb 28 11:54:02.094 INFO O| Feb 28 11:54:02.094 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852025-02-28T11:54:03.122Z[ recovery-image] Feb 28 11:54:02.120 INFO O| Feb 28 11:54:02.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
49862025-02-28T11:54:03.122Z[ recovery-image] Feb 28 11:54:02.120 INFO O| Feb 28 11:54:02.120 INFO STEP 122 (remove_files) COMPLETE
49872025-02-28T11:54:03.123Z[ recovery-image] Feb 28 11:54:02.120 INFO O| Feb 28 11:54:02.120 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882025-02-28T11:54:03.138Z[ recovery-image] Feb 28 11:54:02.141 INFO O| Feb 28 11:54:02.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
49892025-02-28T11:54:03.138Z[ recovery-image] Feb 28 11:54:02.141 INFO O| Feb 28 11:54:02.141 INFO STEP 123 (remove_files) COMPLETE
49902025-02-28T11:54:03.142Z[ recovery-image] Feb 28 11:54:02.141 INFO O| Feb 28 11:54:02.141 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912025-02-28T11:54:03.167Z[ recovery-image] Feb 28 11:54:02.170 INFO O| Feb 28 11:54:02.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
49922025-02-28T11:54:03.170Z[ recovery-image] Feb 28 11:54:02.170 INFO O| Feb 28 11:54:02.170 INFO STEP 124 (remove_files) COMPLETE
49932025-02-28T11:54:03.170Z[ recovery-image] Feb 28 11:54:02.170 INFO O| Feb 28 11:54:02.170 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942025-02-28T11:54:03.171Z[ host-image] Feb 28 11:54:02.172 INFO O| Feb 28 11:54:02.172 INFO O| Planning: Finding local manifests ... Done
49952025-02-28T11:54:03.174Z[ host-image] Feb 28 11:54:02.173 INFO O| Feb 28 11:54:02.173 INFO O| Planning: Fetching manifests: 0/1 0% complete
49962025-02-28T11:54:03.201Z[ recovery-image] Feb 28 11:54:02.203 INFO O| Feb 28 11:54:02.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
49972025-02-28T11:54:03.201Z[ recovery-image] Feb 28 11:54:02.203 INFO O| Feb 28 11:54:02.203 INFO STEP 125 (remove_files) COMPLETE
49982025-02-28T11:54:03.201Z[ recovery-image] Feb 28 11:54:02.203 INFO O| Feb 28 11:54:02.203 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-02-28T11:54:03.246Z[ recovery-image] Feb 28 11:54:02.249 INFO O| Feb 28 11:54:02.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
50002025-02-28T11:54:03.248Z[ recovery-image] Feb 28 11:54:02.249 INFO O| Feb 28 11:54:02.249 INFO STEP 126 (remove_files) COMPLETE
50012025-02-28T11:54:03.248Z[ recovery-image] Feb 28 11:54:02.249 INFO O| Feb 28 11:54:02.249 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-02-28T11:54:03.268Z[ recovery-image] Feb 28 11:54:02.271 INFO O| Feb 28 11:54:02.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
50032025-02-28T11:54:03.268Z[ recovery-image] Feb 28 11:54:02.271 INFO O| Feb 28 11:54:02.271 INFO STEP 127 (remove_files) COMPLETE
50042025-02-28T11:54:03.268Z[ recovery-image] Feb 28 11:54:02.271 INFO O| Feb 28 11:54:02.271 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-02-28T11:54:03.288Z[ recovery-image] Feb 28 11:54:02.290 INFO O| Feb 28 11:54:02.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
50062025-02-28T11:54:03.288Z[ recovery-image] Feb 28 11:54:02.290 INFO O| Feb 28 11:54:02.290 INFO STEP 128 (remove_files) COMPLETE
50072025-02-28T11:54:03.288Z[ recovery-image] Feb 28 11:54:02.290 INFO O| Feb 28 11:54:02.290 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-02-28T11:54:03.311Z[ recovery-image] Feb 28 11:54:02.314 INFO O| Feb 28 11:54:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
50092025-02-28T11:54:03.311Z[ recovery-image] Feb 28 11:54:02.314 INFO O| Feb 28 11:54:02.314 INFO STEP 129 (remove_files) COMPLETE
50102025-02-28T11:54:03.311Z[ recovery-image] Feb 28 11:54:02.314 INFO O| Feb 28 11:54:02.314 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-02-28T11:54:03.334Z[ recovery-image] Feb 28 11:54:02.337 INFO O| Feb 28 11:54:02.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
50122025-02-28T11:54:03.334Z[ recovery-image] Feb 28 11:54:02.337 INFO O| Feb 28 11:54:02.337 INFO STEP 130 (remove_files) COMPLETE
50132025-02-28T11:54:03.337Z[ recovery-image] Feb 28 11:54:02.337 INFO O| Feb 28 11:54:02.337 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-02-28T11:54:03.356Z[ recovery-image] Feb 28 11:54:02.359 INFO O| Feb 28 11:54:02.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
50152025-02-28T11:54:03.356Z[ recovery-image] Feb 28 11:54:02.359 INFO O| Feb 28 11:54:02.359 INFO STEP 131 (remove_files) COMPLETE
50162025-02-28T11:54:03.358Z[ recovery-image] Feb 28 11:54:02.359 INFO O| Feb 28 11:54:02.359 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-02-28T11:54:03.376Z[ recovery-image] Feb 28 11:54:02.379 INFO O| Feb 28 11:54:02.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
50182025-02-28T11:54:03.378Z[ recovery-image] Feb 28 11:54:02.379 INFO O| Feb 28 11:54:02.379 INFO STEP 132 (remove_files) COMPLETE
50192025-02-28T11:54:03.379Z[ recovery-image] Feb 28 11:54:02.379 INFO O| Feb 28 11:54:02.379 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-02-28T11:54:03.408Z[ recovery-image] Feb 28 11:54:02.411 INFO O| Feb 28 11:54:02.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
50212025-02-28T11:54:03.408Z[ recovery-image] Feb 28 11:54:02.411 INFO O| Feb 28 11:54:02.411 INFO STEP 133 (remove_files) COMPLETE
50222025-02-28T11:54:03.408Z[ recovery-image] Feb 28 11:54:02.411 INFO O| Feb 28 11:54:02.411 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-02-28T11:54:03.414Z[ host-image] Feb 28 11:54:02.417 INFO O| Feb 28 11:54:02.417 INFO O| Planning: Fetching manifests: 1/1 100% complete
50242025-02-28T11:54:03.445Z[ host-image] Feb 28 11:54:02.448 INFO O| Feb 28 11:54:02.448 INFO O| Planning: Package planning ... Done
50252025-02-28T11:54:03.448Z[ host-image] Feb 28 11:54:02.448 INFO O| Feb 28 11:54:02.448 INFO O| Planning: Merging actions ... Done
50262025-02-28T11:54:03.448Z[ recovery-image] Feb 28 11:54:02.449 INFO O| Feb 28 11:54:02.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
50272025-02-28T11:54:03.448Z[ recovery-image] Feb 28 11:54:02.449 INFO O| Feb 28 11:54:02.449 INFO STEP 134 (remove_files) COMPLETE
50282025-02-28T11:54:03.448Z[ recovery-image] Feb 28 11:54:02.449 INFO O| Feb 28 11:54:02.449 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-02-28T11:54:03.499Z[ recovery-image] Feb 28 11:54:02.502 INFO O| Feb 28 11:54:02.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
50302025-02-28T11:54:03.502Z[ recovery-image] Feb 28 11:54:02.502 INFO O| Feb 28 11:54:02.502 INFO STEP 135 (remove_files) COMPLETE
50312025-02-28T11:54:03.502Z[ recovery-image] Feb 28 11:54:02.502 INFO O| Feb 28 11:54:02.502 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-02-28T11:54:03.522Z[ recovery-image] Feb 28 11:54:02.524 INFO O| Feb 28 11:54:02.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
50332025-02-28T11:54:03.522Z[ recovery-image] Feb 28 11:54:02.524 INFO O| Feb 28 11:54:02.524 INFO STEP 136 (remove_files) COMPLETE
50342025-02-28T11:54:03.522Z[ recovery-image] Feb 28 11:54:02.524 INFO O| Feb 28 11:54:02.524 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-02-28T11:54:03.568Z[ host-image] Feb 28 11:54:02.571 INFO O| Feb 28 11:54:02.570 INFO O| Planning: Checking for conflicting actions ... Done
50362025-02-28T11:54:03.583Z[ recovery-image] Feb 28 11:54:02.586 INFO O| Feb 28 11:54:02.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
50372025-02-28T11:54:03.586Z[ recovery-image] Feb 28 11:54:02.586 INFO O| Feb 28 11:54:02.586 INFO STEP 137 (remove_files) COMPLETE
50382025-02-28T11:54:03.586Z[ recovery-image] Feb 28 11:54:02.586 INFO O| Feb 28 11:54:02.586 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-02-28T11:54:03.591Z[ host-image] Feb 28 11:54:02.594 INFO O| Feb 28 11:54:02.594 INFO O| Planning: Consolidating action changes ... Done
50402025-02-28T11:54:03.606Z[ recovery-image] Feb 28 11:54:02.609 INFO O| Feb 28 11:54:02.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
50412025-02-28T11:54:03.632Z[ recovery-image] Feb 28 11:54:02.635 INFO O| Feb 28 11:54:02.635 INFO STEP 138 (remove_files) COMPLETE
50422025-02-28T11:54:03.632Z[ recovery-image] Feb 28 11:54:02.635 INFO O| Feb 28 11:54:02.635 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432025-02-28T11:54:03.654Z[ recovery-image] Feb 28 11:54:02.657 INFO O| Feb 28 11:54:02.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
50442025-02-28T11:54:03.657Z[ recovery-image] Feb 28 11:54:02.657 INFO O| Feb 28 11:54:02.657 INFO STEP 139 (remove_files) COMPLETE
50452025-02-28T11:54:03.657Z[ recovery-image] Feb 28 11:54:02.657 INFO O| Feb 28 11:54:02.657 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462025-02-28T11:54:03.685Z[ recovery-image] Feb 28 11:54:02.688 INFO O| Feb 28 11:54:02.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
50472025-02-28T11:54:03.685Z[ recovery-image] Feb 28 11:54:02.688 INFO O| Feb 28 11:54:02.688 INFO STEP 140 (remove_files) COMPLETE
50482025-02-28T11:54:03.688Z[ recovery-image] Feb 28 11:54:02.689 INFO O| Feb 28 11:54:02.688 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492025-02-28T11:54:03.811Z[ recovery-image] Feb 28 11:54:02.814 INFO O| Feb 28 11:54:02.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
50502025-02-28T11:54:03.811Z[ recovery-image] Feb 28 11:54:02.814 INFO O| Feb 28 11:54:02.814 INFO STEP 141 (remove_files) COMPLETE
50512025-02-28T11:54:03.812Z[ recovery-image] Feb 28 11:54:02.814 INFO O| Feb 28 11:54:02.814 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522025-02-28T11:54:03.853Z[ recovery-image] Feb 28 11:54:02.856 INFO O| Feb 28 11:54:02.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
50532025-02-28T11:54:03.853Z[ recovery-image] Feb 28 11:54:02.856 INFO O| Feb 28 11:54:02.856 INFO STEP 142 (remove_files) COMPLETE
50542025-02-28T11:54:03.856Z[ recovery-image] Feb 28 11:54:02.856 INFO O| Feb 28 11:54:02.856 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552025-02-28T11:54:03.913Z[ recovery-image] Feb 28 11:54:02.916 INFO O| Feb 28 11:54:02.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
50562025-02-28T11:54:03.916Z[ recovery-image] Feb 28 11:54:02.916 INFO O| Feb 28 11:54:02.916 INFO STEP 143 (remove_files) COMPLETE
50572025-02-28T11:54:03.916Z[ recovery-image] Feb 28 11:54:02.917 INFO O| Feb 28 11:54:02.916 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582025-02-28T11:54:03.934Z[ recovery-image] Feb 28 11:54:02.937 INFO O| Feb 28 11:54:02.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
50592025-02-28T11:54:03.937Z[ recovery-image] Feb 28 11:54:02.937 INFO O| Feb 28 11:54:02.937 INFO STEP 144 (remove_files) COMPLETE
50602025-02-28T11:54:03.937Z[ recovery-image] Feb 28 11:54:02.937 INFO O| Feb 28 11:54:02.937 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612025-02-28T11:54:03.989Z[ recovery-image] Feb 28 11:54:02.992 INFO O| Feb 28 11:54:02.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
50622025-02-28T11:54:04.006Z[ recovery-image] Feb 28 11:54:03.009 INFO O| Feb 28 11:54:03.009 INFO STEP 145 (remove_files) COMPLETE
50632025-02-28T11:54:04.006Z[ recovery-image] Feb 28 11:54:03.009 INFO O| Feb 28 11:54:03.009 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642025-02-28T11:54:04.027Z[ recovery-image] Feb 28 11:54:03.030 INFO O| Feb 28 11:54:03.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
50652025-02-28T11:54:04.032Z[ host-image] Feb 28 11:54:03.035 INFO O| Feb 28 11:54:03.035 INFO O| Planning: Evaluating mediators ... Done
50662025-02-28T11:54:04.034Z[ host-image] Feb 28 11:54:03.036 INFO O| Feb 28 11:54:03.036 INFO O| Planning: Planning completed in 5.77 seconds
50672025-02-28T11:54:04.038Z[ host-image] Feb 28 11:54:03.038 INFO O| Feb 28 11:54:03.038 INFO O| Packages to install: 1
50682025-02-28T11:54:04.044Z[ recovery-image] Feb 28 11:54:03.047 INFO O| Feb 28 11:54:03.047 INFO STEP 146 (remove_files) COMPLETE
50692025-02-28T11:54:04.047Z[ recovery-image] Feb 28 11:54:03.047 INFO O| Feb 28 11:54:03.047 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702025-02-28T11:54:04.059Z[ host-image] Feb 28 11:54:03.061 INFO O| Feb 28 11:54:03.061 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
50712025-02-28T11:54:04.105Z[ recovery-image] Feb 28 11:54:03.108 INFO O| Feb 28 11:54:03.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
50722025-02-28T11:54:04.119Z[ recovery-image] Feb 28 11:54:03.122 INFO O| Feb 28 11:54:03.122 INFO STEP 147 (remove_files) COMPLETE
50732025-02-28T11:54:04.119Z[ recovery-image] Feb 28 11:54:03.122 INFO O| Feb 28 11:54:03.122 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-02-28T11:54:04.148Z[ recovery-image] Feb 28 11:54:03.151 INFO O| Feb 28 11:54:03.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
50752025-02-28T11:54:04.148Z[ recovery-image] Feb 28 11:54:03.151 INFO O| Feb 28 11:54:03.151 INFO STEP 148 (remove_files) COMPLETE
50762025-02-28T11:54:04.148Z[ recovery-image] Feb 28 11:54:03.151 INFO O| Feb 28 11:54:03.151 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-02-28T11:54:04.198Z[ recovery-image] Feb 28 11:54:03.201 INFO O| Feb 28 11:54:03.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
50782025-02-28T11:54:04.198Z[ recovery-image] Feb 28 11:54:03.201 INFO O| Feb 28 11:54:03.201 INFO STEP 149 (remove_files) COMPLETE
50792025-02-28T11:54:04.201Z[ recovery-image] Feb 28 11:54:03.201 INFO O| Feb 28 11:54:03.201 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-02-28T11:54:04.243Z[ recovery-image] Feb 28 11:54:03.246 INFO O| Feb 28 11:54:03.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
50812025-02-28T11:54:04.243Z[ recovery-image] Feb 28 11:54:03.246 INFO O| Feb 28 11:54:03.246 INFO STEP 150 (remove_files) COMPLETE
50822025-02-28T11:54:04.243Z[ recovery-image] Feb 28 11:54:03.246 INFO O| Feb 28 11:54:03.246 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-02-28T11:54:04.289Z[ recovery-image] Feb 28 11:54:03.292 INFO O| Feb 28 11:54:03.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
50842025-02-28T11:54:04.292Z[ recovery-image] Feb 28 11:54:03.292 INFO O| Feb 28 11:54:03.292 INFO STEP 151 (remove_files) COMPLETE
50852025-02-28T11:54:04.292Z[ recovery-image] Feb 28 11:54:03.293 INFO O| Feb 28 11:54:03.292 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-02-28T11:54:04.314Z[ recovery-image] Feb 28 11:54:03.317 INFO O| Feb 28 11:54:03.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
50872025-02-28T11:54:04.317Z[ recovery-image] Feb 28 11:54:03.318 INFO O| Feb 28 11:54:03.317 INFO STEP 152 (remove_files) COMPLETE
50882025-02-28T11:54:04.317Z[ recovery-image] Feb 28 11:54:03.318 INFO O| Feb 28 11:54:03.317 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-02-28T11:54:04.369Z[ host-image] Feb 28 11:54:03.371 INFO O| Feb 28 11:54:03.371 INFO O| Download: Completed 10.27 MB in 0.31 seconds (33.2M/s)
50902025-02-28T11:54:04.374Z[ recovery-image] Feb 28 11:54:03.377 INFO O| Feb 28 11:54:03.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
50912025-02-28T11:54:04.377Z[ recovery-image] Feb 28 11:54:03.378 INFO O| Feb 28 11:54:03.377 INFO STEP 153 (remove_files) COMPLETE
50922025-02-28T11:54:04.377Z[ recovery-image] Feb 28 11:54:03.378 INFO O| Feb 28 11:54:03.378 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932025-02-28T11:54:04.396Z[ recovery-image] Feb 28 11:54:03.399 INFO O| Feb 28 11:54:03.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
50942025-02-28T11:54:04.399Z[ recovery-image] Feb 28 11:54:03.399 INFO O| Feb 28 11:54:03.399 INFO STEP 154 (remove_files) COMPLETE
50952025-02-28T11:54:04.399Z[ recovery-image] Feb 28 11:54:03.400 INFO O| Feb 28 11:54:03.399 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962025-02-28T11:54:04.461Z[ recovery-image] Feb 28 11:54:03.463 INFO O| Feb 28 11:54:03.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
50972025-02-28T11:54:04.464Z[ recovery-image] Feb 28 11:54:03.464 INFO O| Feb 28 11:54:03.464 INFO STEP 155 (remove_files) COMPLETE
50982025-02-28T11:54:04.464Z[ recovery-image] Feb 28 11:54:03.464 INFO O| Feb 28 11:54:03.464 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992025-02-28T11:54:04.483Z[ recovery-image] Feb 28 11:54:03.486 INFO O| Feb 28 11:54:03.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
51002025-02-28T11:54:04.486Z[ recovery-image] Feb 28 11:54:03.486 INFO O| Feb 28 11:54:03.486 INFO STEP 156 (remove_files) COMPLETE
51012025-02-28T11:54:04.486Z[ recovery-image] Feb 28 11:54:03.486 INFO O| Feb 28 11:54:03.486 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022025-02-28T11:54:04.505Z[ recovery-image] Feb 28 11:54:03.507 INFO O| Feb 28 11:54:03.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
51032025-02-28T11:54:04.507Z[ recovery-image] Feb 28 11:54:03.508 INFO O| Feb 28 11:54:03.508 INFO STEP 157 (remove_files) COMPLETE
51042025-02-28T11:54:04.508Z[ recovery-image] Feb 28 11:54:03.508 INFO O| Feb 28 11:54:03.508 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052025-02-28T11:54:04.525Z[ recovery-image] Feb 28 11:54:03.528 INFO O| Feb 28 11:54:03.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
51062025-02-28T11:54:04.525Z[ recovery-image] Feb 28 11:54:03.528 INFO O| Feb 28 11:54:03.528 INFO STEP 158 (remove_files) COMPLETE
51072025-02-28T11:54:04.528Z[ recovery-image] Feb 28 11:54:03.528 INFO O| Feb 28 11:54:03.528 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082025-02-28T11:54:04.544Z[ recovery-image] Feb 28 11:54:03.547 INFO O| Feb 28 11:54:03.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
51092025-02-28T11:54:04.546Z[ recovery-image] Feb 28 11:54:03.547 INFO O| Feb 28 11:54:03.547 INFO STEP 159 (remove_files) COMPLETE
51102025-02-28T11:54:04.546Z[ recovery-image] Feb 28 11:54:03.547 INFO O| Feb 28 11:54:03.547 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-02-28T11:54:04.568Z[ recovery-image] Feb 28 11:54:03.571 INFO O| Feb 28 11:54:03.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
51122025-02-28T11:54:04.598Z[ recovery-image] Feb 28 11:54:03.600 INFO O| Feb 28 11:54:03.600 INFO STEP 160 (remove_files) COMPLETE
51132025-02-28T11:54:04.598Z[ recovery-image] Feb 28 11:54:03.600 INFO O| Feb 28 11:54:03.600 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-02-28T11:54:04.604Z[ host-image] Feb 28 11:54:03.607 INFO O| Feb 28 11:54:03.607 INFO O| Actions: 1/22 actions (Installing new actions)
51152025-02-28T11:54:04.652Z[ recovery-image] Feb 28 11:54:03.654 INFO O| Feb 28 11:54:03.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
51162025-02-28T11:54:04.652Z[ recovery-image] Feb 28 11:54:03.654 INFO O| Feb 28 11:54:03.654 INFO STEP 161 (remove_files) COMPLETE
51172025-02-28T11:54:04.652Z[ recovery-image] Feb 28 11:54:03.655 INFO O| Feb 28 11:54:03.654 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182025-02-28T11:54:04.680Z[ recovery-image] Feb 28 11:54:03.682 INFO O| Feb 28 11:54:03.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
51192025-02-28T11:54:04.682Z[ recovery-image] Feb 28 11:54:03.682 INFO O| Feb 28 11:54:03.682 INFO STEP 162 (remove_files) COMPLETE
51202025-02-28T11:54:04.682Z[ recovery-image] Feb 28 11:54:03.682 INFO O| Feb 28 11:54:03.682 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212025-02-28T11:54:04.704Z[ recovery-image] Feb 28 11:54:03.707 INFO O| Feb 28 11:54:03.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
51222025-02-28T11:54:04.707Z[ recovery-image] Feb 28 11:54:03.707 INFO O| Feb 28 11:54:03.707 INFO STEP 163 (remove_files) COMPLETE
51232025-02-28T11:54:04.707Z[ recovery-image] Feb 28 11:54:03.707 INFO O| Feb 28 11:54:03.707 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242025-02-28T11:54:04.744Z[ recovery-image] Feb 28 11:54:03.746 INFO O| Feb 28 11:54:03.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
51252025-02-28T11:54:04.744Z[ recovery-image] Feb 28 11:54:03.746 INFO O| Feb 28 11:54:03.746 INFO STEP 164 (remove_files) COMPLETE
51262025-02-28T11:54:04.744Z[ recovery-image] Feb 28 11:54:03.746 INFO O| Feb 28 11:54:03.746 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272025-02-28T11:54:04.804Z[ recovery-image] Feb 28 11:54:03.807 INFO O| Feb 28 11:54:03.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
51282025-02-28T11:54:04.804Z[ recovery-image] Feb 28 11:54:03.807 INFO O| Feb 28 11:54:03.807 INFO STEP 165 (remove_files) COMPLETE
51292025-02-28T11:54:04.804Z[ recovery-image] Feb 28 11:54:03.807 INFO O| Feb 28 11:54:03.807 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302025-02-28T11:54:04.826Z[ recovery-image] Feb 28 11:54:03.829 INFO O| Feb 28 11:54:03.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
51312025-02-28T11:54:04.829Z[ recovery-image] Feb 28 11:54:03.829 INFO O| Feb 28 11:54:03.829 INFO STEP 166 (remove_files) COMPLETE
51322025-02-28T11:54:04.829Z[ recovery-image] Feb 28 11:54:03.829 INFO O| Feb 28 11:54:03.829 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332025-02-28T11:54:04.868Z[ recovery-image] Feb 28 11:54:03.871 INFO O| Feb 28 11:54:03.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
51342025-02-28T11:54:04.868Z[ recovery-image] Feb 28 11:54:03.871 INFO O| Feb 28 11:54:03.871 INFO STEP 167 (remove_files) COMPLETE
51352025-02-28T11:54:04.871Z[ recovery-image] Feb 28 11:54:03.871 INFO O| Feb 28 11:54:03.871 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362025-02-28T11:54:04.904Z[ recovery-image] Feb 28 11:54:03.906 INFO O| Feb 28 11:54:03.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
51372025-02-28T11:54:04.905Z[ recovery-image] Feb 28 11:54:03.907 INFO O| Feb 28 11:54:03.907 INFO STEP 168 (remove_files) COMPLETE
51382025-02-28T11:54:04.905Z[ recovery-image] Feb 28 11:54:03.907 INFO O| Feb 28 11:54:03.907 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392025-02-28T11:54:04.967Z[ recovery-image] Feb 28 11:54:03.969 INFO O| Feb 28 11:54:03.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
51402025-02-28T11:54:04.967Z[ recovery-image] Feb 28 11:54:03.969 INFO O| Feb 28 11:54:03.969 INFO STEP 169 (remove_files) COMPLETE
51412025-02-28T11:54:04.967Z[ recovery-image] Feb 28 11:54:03.969 INFO O| Feb 28 11:54:03.969 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422025-02-28T11:54:05.011Z[ recovery-image] Feb 28 11:54:04.014 INFO O| Feb 28 11:54:04.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
51432025-02-28T11:54:05.011Z[ recovery-image] Feb 28 11:54:04.014 INFO O| Feb 28 11:54:04.014 INFO STEP 170 (remove_files) COMPLETE
51442025-02-28T11:54:05.011Z[ recovery-image] Feb 28 11:54:04.014 INFO O| Feb 28 11:54:04.014 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452025-02-28T11:54:05.032Z[ recovery-image] Feb 28 11:54:04.034 INFO O| Feb 28 11:54:04.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
51462025-02-28T11:54:05.037Z[ recovery-image] Feb 28 11:54:04.040 INFO O| Feb 28 11:54:04.040 INFO STEP 171 (remove_files) COMPLETE
51472025-02-28T11:54:05.037Z[ recovery-image] Feb 28 11:54:04.040 INFO O| Feb 28 11:54:04.040 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482025-02-28T11:54:05.052Z[ host-image] Feb 28 11:54:04.055 INFO O| Feb 28 11:54:04.055 INFO O| Actions: Completed 22 actions in 0.45 seconds.
51492025-02-28T11:54:05.103Z[ recovery-image] Feb 28 11:54:04.105 INFO O| Feb 28 11:54:04.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
51502025-02-28T11:54:05.105Z[ recovery-image] Feb 28 11:54:04.105 INFO O| Feb 28 11:54:04.105 INFO STEP 172 (remove_files) COMPLETE
51512025-02-28T11:54:05.105Z[ recovery-image] Feb 28 11:54:04.106 INFO O| Feb 28 11:54:04.106 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-02-28T11:54:05.171Z[ recovery-image] Feb 28 11:54:04.174 INFO O| Feb 28 11:54:04.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
51532025-02-28T11:54:05.171Z[ recovery-image] Feb 28 11:54:04.174 INFO O| Feb 28 11:54:04.174 INFO STEP 173 (remove_files) COMPLETE
51542025-02-28T11:54:05.171Z[ recovery-image] Feb 28 11:54:04.174 INFO O| Feb 28 11:54:04.174 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-02-28T11:54:05.192Z[ recovery-image] Feb 28 11:54:04.194 INFO O| Feb 28 11:54:04.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
51562025-02-28T11:54:05.195Z[ recovery-image] Feb 28 11:54:04.195 INFO O| Feb 28 11:54:04.195 INFO STEP 174 (remove_files) COMPLETE
51572025-02-28T11:54:05.195Z[ recovery-image] Feb 28 11:54:04.195 INFO O| Feb 28 11:54:04.195 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-02-28T11:54:05.220Z[ recovery-image] Feb 28 11:54:04.222 INFO O| Feb 28 11:54:04.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
51592025-02-28T11:54:05.222Z[ recovery-image] Feb 28 11:54:04.222 INFO O| Feb 28 11:54:04.222 INFO STEP 175 (remove_files) COMPLETE
51602025-02-28T11:54:05.222Z[ recovery-image] Feb 28 11:54:04.223 INFO O| Feb 28 11:54:04.222 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-02-28T11:54:05.242Z[ recovery-image] Feb 28 11:54:04.244 INFO O| Feb 28 11:54:04.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
51622025-02-28T11:54:05.244Z[ recovery-image] Feb 28 11:54:04.244 INFO O| Feb 28 11:54:04.244 INFO STEP 176 (remove_files) COMPLETE
51632025-02-28T11:54:05.244Z[ recovery-image] Feb 28 11:54:04.244 INFO O| Feb 28 11:54:04.244 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-02-28T11:54:05.262Z[ recovery-image] Feb 28 11:54:04.265 INFO O| Feb 28 11:54:04.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
51652025-02-28T11:54:05.262Z[ recovery-image] Feb 28 11:54:04.265 INFO O| Feb 28 11:54:04.265 INFO STEP 177 (remove_files) COMPLETE
51662025-02-28T11:54:05.265Z[ recovery-image] Feb 28 11:54:04.265 INFO O| Feb 28 11:54:04.265 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-02-28T11:54:05.286Z[ recovery-image] Feb 28 11:54:04.289 INFO O| Feb 28 11:54:04.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
51682025-02-28T11:54:05.289Z[ recovery-image] Feb 28 11:54:04.289 INFO O| Feb 28 11:54:04.289 INFO STEP 178 (remove_files) COMPLETE
51692025-02-28T11:54:05.289Z[ recovery-image] Feb 28 11:54:04.289 INFO O| Feb 28 11:54:04.289 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-02-28T11:54:05.311Z[ recovery-image] Feb 28 11:54:04.314 INFO O| Feb 28 11:54:04.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
51712025-02-28T11:54:05.336Z[ recovery-image] Feb 28 11:54:04.338 INFO O| Feb 28 11:54:04.338 INFO STEP 179 (remove_files) COMPLETE
51722025-02-28T11:54:05.336Z[ recovery-image] Feb 28 11:54:04.338 INFO O| Feb 28 11:54:04.338 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-02-28T11:54:05.385Z[ recovery-image] Feb 28 11:54:04.387 INFO O| Feb 28 11:54:04.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
51742025-02-28T11:54:05.385Z[ recovery-image] Feb 28 11:54:04.388 INFO O| Feb 28 11:54:04.388 INFO STEP 180 (remove_files) COMPLETE
51752025-02-28T11:54:05.385Z[ recovery-image] Feb 28 11:54:04.388 INFO O| Feb 28 11:54:04.388 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-02-28T11:54:05.405Z[ recovery-image] Feb 28 11:54:04.408 INFO O| Feb 28 11:54:04.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
51772025-02-28T11:54:05.405Z[ recovery-image] Feb 28 11:54:04.408 INFO O| Feb 28 11:54:04.408 INFO STEP 181 (remove_files) COMPLETE
51782025-02-28T11:54:05.405Z[ recovery-image] Feb 28 11:54:04.408 INFO O| Feb 28 11:54:04.408 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-02-28T11:54:05.443Z[ recovery-image] Feb 28 11:54:04.445 INFO O| Feb 28 11:54:04.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
51802025-02-28T11:54:05.458Z[ recovery-image] Feb 28 11:54:04.460 INFO O| Feb 28 11:54:04.460 INFO STEP 182 (remove_files) COMPLETE
51812025-02-28T11:54:05.458Z[ recovery-image] Feb 28 11:54:04.460 INFO O| Feb 28 11:54:04.460 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-02-28T11:54:05.495Z[ recovery-image] Feb 28 11:54:04.497 INFO O| Feb 28 11:54:04.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
51832025-02-28T11:54:05.495Z[ recovery-image] Feb 28 11:54:04.498 INFO O| Feb 28 11:54:04.497 INFO STEP 183 (remove_files) COMPLETE
51842025-02-28T11:54:05.495Z[ recovery-image] Feb 28 11:54:04.498 INFO O| Feb 28 11:54:04.498 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-02-28T11:54:05.518Z[ recovery-image] Feb 28 11:54:04.521 INFO O| Feb 28 11:54:04.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
51862025-02-28T11:54:05.518Z[ recovery-image] Feb 28 11:54:04.521 INFO O| Feb 28 11:54:04.521 INFO STEP 184 (remove_files) COMPLETE
51872025-02-28T11:54:05.518Z[ recovery-image] Feb 28 11:54:04.521 INFO O| Feb 28 11:54:04.521 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-02-28T11:54:05.539Z[ recovery-image] Feb 28 11:54:04.542 INFO O| Feb 28 11:54:04.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
51892025-02-28T11:54:05.539Z[ recovery-image] Feb 28 11:54:04.542 INFO O| Feb 28 11:54:04.542 INFO STEP 185 (remove_files) COMPLETE
51902025-02-28T11:54:05.542Z[ recovery-image] Feb 28 11:54:04.542 INFO O| Feb 28 11:54:04.542 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-02-28T11:54:05.577Z[ recovery-image] Feb 28 11:54:04.579 INFO O| Feb 28 11:54:04.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
51922025-02-28T11:54:05.599Z[ recovery-image] Feb 28 11:54:04.579 INFO O| Feb 28 11:54:04.579 INFO STEP 186 (remove_files) COMPLETE
51932025-02-28T11:54:05.599Z[ recovery-image] Feb 28 11:54:04.579 INFO O| Feb 28 11:54:04.579 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-02-28T11:54:05.650Z[ recovery-image] Feb 28 11:54:04.653 INFO O| Feb 28 11:54:04.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
51952025-02-28T11:54:05.650Z[ recovery-image] Feb 28 11:54:04.653 INFO O| Feb 28 11:54:04.653 INFO STEP 187 (remove_files) COMPLETE
51962025-02-28T11:54:05.653Z[ recovery-image] Feb 28 11:54:04.653 INFO O| Feb 28 11:54:04.653 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-02-28T11:54:05.692Z[ recovery-image] Feb 28 11:54:04.694 INFO O| Feb 28 11:54:04.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
51982025-02-28T11:54:05.693Z[ recovery-image] Feb 28 11:54:04.694 INFO O| Feb 28 11:54:04.694 INFO STEP 188 (remove_files) COMPLETE
51992025-02-28T11:54:05.693Z[ recovery-image] Feb 28 11:54:04.694 INFO O| Feb 28 11:54:04.694 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-02-28T11:54:05.726Z[ recovery-image] Feb 28 11:54:04.728 INFO O| Feb 28 11:54:04.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
52012025-02-28T11:54:05.726Z[ recovery-image] Feb 28 11:54:04.728 INFO O| Feb 28 11:54:04.728 INFO STEP 189 (remove_files) COMPLETE
52022025-02-28T11:54:05.728Z[ recovery-image] Feb 28 11:54:04.728 INFO O| Feb 28 11:54:04.728 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-02-28T11:54:05.762Z[ host-image] Feb 28 11:54:04.764 INFO O| Feb 28 11:54:04.764 INFO O| Done
52042025-02-28T11:54:05.762Z[ host-image] Feb 28 11:54:04.764 INFO O| Feb 28 11:54:04.764 INFO O| Done
52052025-02-28T11:54:05.815Z[ recovery-image] Feb 28 11:54:04.816 INFO O| Feb 28 11:54:04.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
52062025-02-28T11:54:05.815Z[ recovery-image] Feb 28 11:54:04.816 INFO O| Feb 28 11:54:04.816 INFO STEP 190 (remove_files) COMPLETE
52072025-02-28T11:54:05.815Z[ recovery-image] Feb 28 11:54:04.816 INFO O| Feb 28 11:54:04.816 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082025-02-28T11:54:05.839Z[ recovery-image] Feb 28 11:54:04.840 INFO O| Feb 28 11:54:04.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
52092025-02-28T11:54:05.839Z[ recovery-image] Feb 28 11:54:04.841 INFO O| Feb 28 11:54:04.840 INFO STEP 191 (remove_files) COMPLETE
52102025-02-28T11:54:05.839Z[ recovery-image] Feb 28 11:54:04.841 INFO O| Feb 28 11:54:04.841 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112025-02-28T11:54:05.860Z[ recovery-image] Feb 28 11:54:04.862 INFO O| Feb 28 11:54:04.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
52122025-02-28T11:54:05.860Z[ recovery-image] Feb 28 11:54:04.862 INFO O| Feb 28 11:54:04.862 INFO STEP 192 (remove_files) COMPLETE
52132025-02-28T11:54:05.860Z[ recovery-image] Feb 28 11:54:04.862 INFO O| Feb 28 11:54:04.862 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142025-02-28T11:54:05.899Z[ recovery-image] Feb 28 11:54:04.902 INFO O| Feb 28 11:54:04.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
52152025-02-28T11:54:05.902Z[ recovery-image] Feb 28 11:54:04.902 INFO O| Feb 28 11:54:04.902 INFO STEP 193 (remove_files) COMPLETE
52162025-02-28T11:54:05.902Z[ recovery-image] Feb 28 11:54:04.902 INFO O| Feb 28 11:54:04.902 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172025-02-28T11:54:05.923Z[ recovery-image] Feb 28 11:54:04.925 INFO O| Feb 28 11:54:04.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
52182025-02-28T11:54:05.923Z[ recovery-image] Feb 28 11:54:04.925 INFO O| Feb 28 11:54:04.925 INFO STEP 194 (remove_files) COMPLETE
52192025-02-28T11:54:05.925Z[ recovery-image] Feb 28 11:54:04.925 INFO O| Feb 28 11:54:04.925 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202025-02-28T11:54:05.954Z[ recovery-image] Feb 28 11:54:04.956 INFO O| Feb 28 11:54:04.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
52212025-02-28T11:54:05.954Z[ recovery-image] Feb 28 11:54:04.957 INFO O| Feb 28 11:54:04.956 INFO STEP 195 (remove_files) COMPLETE
52222025-02-28T11:54:05.957Z[ recovery-image] Feb 28 11:54:04.957 INFO O| Feb 28 11:54:04.957 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232025-02-28T11:54:06.010Z[ recovery-image] Feb 28 11:54:05.012 INFO O| Feb 28 11:54:05.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
52242025-02-28T11:54:06.010Z[ recovery-image] Feb 28 11:54:05.012 INFO O| Feb 28 11:54:05.012 INFO STEP 196 (remove_files) COMPLETE
52252025-02-28T11:54:06.012Z[ recovery-image] Feb 28 11:54:05.012 INFO O| Feb 28 11:54:05.012 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262025-02-28T11:54:06.065Z[ recovery-image] Feb 28 11:54:05.067 INFO O| Feb 28 11:54:05.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
52272025-02-28T11:54:06.065Z[ recovery-image] Feb 28 11:54:05.067 INFO O| Feb 28 11:54:05.067 INFO STEP 197 (remove_files) COMPLETE
52282025-02-28T11:54:06.065Z[ recovery-image] Feb 28 11:54:05.067 INFO O| Feb 28 11:54:05.067 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292025-02-28T11:54:06.087Z[ recovery-image] Feb 28 11:54:05.090 INFO O| Feb 28 11:54:05.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
52302025-02-28T11:54:06.087Z[ recovery-image] Feb 28 11:54:05.090 INFO O| Feb 28 11:54:05.090 INFO STEP 198 (remove_files) COMPLETE
52312025-02-28T11:54:06.087Z[ recovery-image] Feb 28 11:54:05.090 INFO O| Feb 28 11:54:05.090 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322025-02-28T11:54:06.118Z[ recovery-image] Feb 28 11:54:05.120 INFO O| Feb 28 11:54:05.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
52332025-02-28T11:54:06.119Z[ recovery-image] Feb 28 11:54:05.120 INFO O| Feb 28 11:54:05.120 INFO STEP 199 (remove_files) COMPLETE
52342025-02-28T11:54:06.119Z[ recovery-image] Feb 28 11:54:05.120 INFO O| Feb 28 11:54:05.120 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352025-02-28T11:54:06.153Z[ recovery-image] Feb 28 11:54:05.156 INFO O| Feb 28 11:54:05.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
52362025-02-28T11:54:06.153Z[ recovery-image] Feb 28 11:54:05.156 INFO O| Feb 28 11:54:05.156 INFO STEP 200 (remove_files) COMPLETE
52372025-02-28T11:54:06.153Z[ recovery-image] Feb 28 11:54:05.156 INFO O| Feb 28 11:54:05.156 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382025-02-28T11:54:06.187Z[ recovery-image] Feb 28 11:54:05.189 INFO O| Feb 28 11:54:05.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
52392025-02-28T11:54:06.187Z[ recovery-image] Feb 28 11:54:05.189 INFO O| Feb 28 11:54:05.189 INFO STEP 201 (remove_files) COMPLETE
52402025-02-28T11:54:06.187Z[ recovery-image] Feb 28 11:54:05.189 INFO O| Feb 28 11:54:05.189 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412025-02-28T11:54:06.222Z[ recovery-image] Feb 28 11:54:05.224 INFO O| Feb 28 11:54:05.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
52422025-02-28T11:54:06.225Z[ recovery-image] Feb 28 11:54:05.225 INFO O| Feb 28 11:54:05.225 INFO STEP 202 (remove_files) COMPLETE
52432025-02-28T11:54:06.225Z[ recovery-image] Feb 28 11:54:05.225 INFO O| Feb 28 11:54:05.225 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442025-02-28T11:54:06.261Z[ recovery-image] Feb 28 11:54:05.263 INFO O| Feb 28 11:54:05.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
52452025-02-28T11:54:06.261Z[ recovery-image] Feb 28 11:54:05.263 INFO O| Feb 28 11:54:05.263 INFO STEP 203 (remove_files) COMPLETE
52462025-02-28T11:54:06.261Z[ recovery-image] Feb 28 11:54:05.263 INFO O| Feb 28 11:54:05.263 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472025-02-28T11:54:06.284Z[ recovery-image] Feb 28 11:54:05.287 INFO O| Feb 28 11:54:05.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
52482025-02-28T11:54:06.309Z[ recovery-image] Feb 28 11:54:05.312 INFO O| Feb 28 11:54:05.312 INFO STEP 204 (remove_files) COMPLETE
52492025-02-28T11:54:06.309Z[ recovery-image] Feb 28 11:54:05.312 INFO O| Feb 28 11:54:05.312 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502025-02-28T11:54:06.332Z[ recovery-image] Feb 28 11:54:05.335 INFO O| Feb 28 11:54:05.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
52512025-02-28T11:54:06.335Z[ recovery-image] Feb 28 11:54:05.335 INFO O| Feb 28 11:54:05.335 INFO STEP 205 (remove_files) COMPLETE
52522025-02-28T11:54:06.335Z[ recovery-image] Feb 28 11:54:05.335 INFO O| Feb 28 11:54:05.335 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532025-02-28T11:54:06.374Z[ recovery-image] Feb 28 11:54:05.377 INFO O| Feb 28 11:54:05.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
52542025-02-28T11:54:06.374Z[ recovery-image] Feb 28 11:54:05.377 INFO O| Feb 28 11:54:05.377 INFO STEP 206 (remove_files) COMPLETE
52552025-02-28T11:54:06.374Z[ recovery-image] Feb 28 11:54:05.377 INFO O| Feb 28 11:54:05.377 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562025-02-28T11:54:06.396Z[ recovery-image] Feb 28 11:54:05.398 INFO O| Feb 28 11:54:05.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
52572025-02-28T11:54:06.396Z[ recovery-image] Feb 28 11:54:05.398 INFO O| Feb 28 11:54:05.398 INFO STEP 207 (remove_files) COMPLETE
52582025-02-28T11:54:06.396Z[ recovery-image] Feb 28 11:54:05.399 INFO O| Feb 28 11:54:05.398 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592025-02-28T11:54:06.418Z[ recovery-image] Feb 28 11:54:05.419 INFO O| Feb 28 11:54:05.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
52602025-02-28T11:54:06.418Z[ recovery-image] Feb 28 11:54:05.420 INFO O| Feb 28 11:54:05.419 INFO STEP 208 (remove_files) COMPLETE
52612025-02-28T11:54:06.418Z[ recovery-image] Feb 28 11:54:05.420 INFO O| Feb 28 11:54:05.420 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622025-02-28T11:54:06.437Z[ recovery-image] Feb 28 11:54:05.440 INFO O| Feb 28 11:54:05.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
52632025-02-28T11:54:06.437Z[ recovery-image] Feb 28 11:54:05.440 INFO O| Feb 28 11:54:05.440 INFO STEP 209 (remove_files) COMPLETE
52642025-02-28T11:54:06.440Z[ recovery-image] Feb 28 11:54:05.440 INFO O| Feb 28 11:54:05.440 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652025-02-28T11:54:06.458Z[ recovery-image] Feb 28 11:54:05.461 INFO O| Feb 28 11:54:05.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
52662025-02-28T11:54:06.458Z[ recovery-image] Feb 28 11:54:05.461 INFO O| Feb 28 11:54:05.461 INFO STEP 210 (remove_files) COMPLETE
52672025-02-28T11:54:06.458Z[ recovery-image] Feb 28 11:54:05.461 INFO O| Feb 28 11:54:05.461 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682025-02-28T11:54:06.485Z[ recovery-image] Feb 28 11:54:05.487 INFO O| Feb 28 11:54:05.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
52692025-02-28T11:54:06.496Z[ recovery-image] Feb 28 11:54:05.487 INFO O| Feb 28 11:54:05.487 INFO STEP 211 (remove_files) COMPLETE
52702025-02-28T11:54:06.496Z[ recovery-image] Feb 28 11:54:05.487 INFO O| Feb 28 11:54:05.487 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712025-02-28T11:54:06.518Z[ recovery-image] Feb 28 11:54:05.520 INFO O| Feb 28 11:54:05.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
52722025-02-28T11:54:06.518Z[ recovery-image] Feb 28 11:54:05.520 INFO O| Feb 28 11:54:05.520 INFO STEP 212 (remove_files) COMPLETE
52732025-02-28T11:54:06.518Z[ recovery-image] Feb 28 11:54:05.520 INFO O| Feb 28 11:54:05.520 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742025-02-28T11:54:06.552Z[ recovery-image] Feb 28 11:54:05.554 INFO O| Feb 28 11:54:05.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
52752025-02-28T11:54:06.552Z[ recovery-image] Feb 28 11:54:05.554 INFO O| Feb 28 11:54:05.554 INFO STEP 213 (remove_files) COMPLETE
52762025-02-28T11:54:06.552Z[ recovery-image] Feb 28 11:54:05.554 INFO O| Feb 28 11:54:05.554 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772025-02-28T11:54:06.585Z[ recovery-image] Feb 28 11:54:05.587 INFO O| Feb 28 11:54:05.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
52782025-02-28T11:54:06.585Z[ recovery-image] Feb 28 11:54:05.587 INFO O| Feb 28 11:54:05.587 INFO STEP 214 (remove_files) COMPLETE
52792025-02-28T11:54:06.588Z[ recovery-image] Feb 28 11:54:05.587 INFO O| Feb 28 11:54:05.587 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802025-02-28T11:54:06.674Z[ recovery-image] Feb 28 11:54:05.677 INFO O| Feb 28 11:54:05.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
52812025-02-28T11:54:06.677Z[ recovery-image] Feb 28 11:54:05.677 INFO O| Feb 28 11:54:05.677 INFO STEP 215 (remove_files) COMPLETE
52822025-02-28T11:54:06.677Z[ recovery-image] Feb 28 11:54:05.677 INFO O| Feb 28 11:54:05.677 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832025-02-28T11:54:06.695Z[ recovery-image] Feb 28 11:54:05.697 INFO O| Feb 28 11:54:05.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
52842025-02-28T11:54:06.698Z[ recovery-image] Feb 28 11:54:05.698 INFO O| Feb 28 11:54:05.698 INFO STEP 216 (remove_files) COMPLETE
52852025-02-28T11:54:06.698Z[ recovery-image] Feb 28 11:54:05.698 INFO O| Feb 28 11:54:05.698 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862025-02-28T11:54:06.757Z[ recovery-image] Feb 28 11:54:05.760 INFO O| Feb 28 11:54:05.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
52872025-02-28T11:54:06.757Z[ recovery-image] Feb 28 11:54:05.760 INFO O| Feb 28 11:54:05.760 INFO STEP 217 (remove_files) COMPLETE
52882025-02-28T11:54:06.760Z[ recovery-image] Feb 28 11:54:05.760 INFO O| Feb 28 11:54:05.760 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892025-02-28T11:54:06.793Z[ recovery-image] Feb 28 11:54:05.791 INFO O| Feb 28 11:54:05.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
52902025-02-28T11:54:06.793Z[ recovery-image] Feb 28 11:54:05.791 INFO O| Feb 28 11:54:05.791 INFO STEP 218 (remove_files) COMPLETE
52912025-02-28T11:54:06.793Z[ recovery-image] Feb 28 11:54:05.791 INFO O| Feb 28 11:54:05.791 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922025-02-28T11:54:06.814Z[ recovery-image] Feb 28 11:54:05.817 INFO O| Feb 28 11:54:05.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
52932025-02-28T11:54:06.814Z[ recovery-image] Feb 28 11:54:05.817 INFO O| Feb 28 11:54:05.817 INFO STEP 219 (remove_files) COMPLETE
52942025-02-28T11:54:06.814Z[ recovery-image] Feb 28 11:54:05.817 INFO O| Feb 28 11:54:05.817 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952025-02-28T11:54:06.838Z[ recovery-image] Feb 28 11:54:05.840 INFO O| Feb 28 11:54:05.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
52962025-02-28T11:54:06.838Z[ recovery-image] Feb 28 11:54:05.840 INFO O| Feb 28 11:54:05.840 INFO STEP 220 (remove_files) COMPLETE
52972025-02-28T11:54:06.841Z[ recovery-image] Feb 28 11:54:05.840 INFO O| Feb 28 11:54:05.840 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982025-02-28T11:54:06.861Z[ recovery-image] Feb 28 11:54:05.863 INFO O| Feb 28 11:54:05.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
52992025-02-28T11:54:06.861Z[ recovery-image] Feb 28 11:54:05.863 INFO O| Feb 28 11:54:05.863 INFO STEP 221 (remove_files) COMPLETE
53002025-02-28T11:54:06.861Z[ recovery-image] Feb 28 11:54:05.863 INFO O| Feb 28 11:54:05.863 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012025-02-28T11:54:06.891Z[ recovery-image] Feb 28 11:54:05.893 INFO O| Feb 28 11:54:05.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
53022025-02-28T11:54:06.891Z[ recovery-image] Feb 28 11:54:05.893 INFO O| Feb 28 11:54:05.893 INFO STEP 222 (remove_files) COMPLETE
53032025-02-28T11:54:06.891Z[ recovery-image] Feb 28 11:54:05.893 INFO O| Feb 28 11:54:05.893 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042025-02-28T11:54:06.914Z[ recovery-image] Feb 28 11:54:05.917 INFO O| Feb 28 11:54:05.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
53052025-02-28T11:54:06.914Z[ recovery-image] Feb 28 11:54:05.917 INFO O| Feb 28 11:54:05.917 INFO STEP 223 (remove_files) COMPLETE
53062025-02-28T11:54:06.914Z[ recovery-image] Feb 28 11:54:05.917 INFO O| Feb 28 11:54:05.917 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072025-02-28T11:54:06.936Z[ recovery-image] Feb 28 11:54:05.939 INFO O| Feb 28 11:54:05.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
53082025-02-28T11:54:06.936Z[ recovery-image] Feb 28 11:54:05.939 INFO O| Feb 28 11:54:05.939 INFO STEP 224 (remove_files) COMPLETE
53092025-02-28T11:54:06.936Z[ recovery-image] Feb 28 11:54:05.939 INFO O| Feb 28 11:54:05.939 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102025-02-28T11:54:06.963Z[ recovery-image] Feb 28 11:54:05.965 INFO O| Feb 28 11:54:05.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
53112025-02-28T11:54:06.965Z[ recovery-image] Feb 28 11:54:05.965 INFO O| Feb 28 11:54:05.965 INFO STEP 225 (remove_files) COMPLETE
53122025-02-28T11:54:06.966Z[ recovery-image] Feb 28 11:54:05.966 INFO O| Feb 28 11:54:05.965 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132025-02-28T11:54:06.985Z[ recovery-image] Feb 28 11:54:05.987 INFO O| Feb 28 11:54:05.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
53142025-02-28T11:54:06.987Z[ recovery-image] Feb 28 11:54:05.987 INFO O| Feb 28 11:54:05.987 INFO STEP 226 (remove_files) COMPLETE
53152025-02-28T11:54:06.988Z[ recovery-image] Feb 28 11:54:05.988 INFO O| Feb 28 11:54:05.987 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162025-02-28T11:54:07.006Z[ recovery-image] Feb 28 11:54:06.008 INFO O| Feb 28 11:54:06.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
53172025-02-28T11:54:07.009Z[ recovery-image] Feb 28 11:54:06.008 INFO O| Feb 28 11:54:06.008 INFO STEP 227 (remove_files) COMPLETE
53182025-02-28T11:54:07.009Z[ recovery-image] Feb 28 11:54:06.008 INFO O| Feb 28 11:54:06.008 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192025-02-28T11:54:07.045Z[ recovery-image] Feb 28 11:54:06.047 INFO O| Feb 28 11:54:06.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
53202025-02-28T11:54:07.045Z[ recovery-image] Feb 28 11:54:06.047 INFO O| Feb 28 11:54:06.047 INFO STEP 228 (remove_files) COMPLETE
53212025-02-28T11:54:07.045Z[ recovery-image] Feb 28 11:54:06.047 INFO O| Feb 28 11:54:06.047 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222025-02-28T11:54:07.101Z[ recovery-image] Feb 28 11:54:06.104 INFO O| Feb 28 11:54:06.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
53232025-02-28T11:54:07.101Z[ recovery-image] Feb 28 11:54:06.104 INFO O| Feb 28 11:54:06.104 INFO STEP 229 (remove_files) COMPLETE
53242025-02-28T11:54:07.101Z[ recovery-image] Feb 28 11:54:06.104 INFO O| Feb 28 11:54:06.104 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252025-02-28T11:54:07.142Z[ recovery-image] Feb 28 11:54:06.145 INFO O| Feb 28 11:54:06.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
53262025-02-28T11:54:07.142Z[ recovery-image] Feb 28 11:54:06.145 INFO O| Feb 28 11:54:06.145 INFO STEP 230 (remove_files) COMPLETE
53272025-02-28T11:54:07.142Z[ recovery-image] Feb 28 11:54:06.145 INFO O| Feb 28 11:54:06.145 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282025-02-28T11:54:07.163Z[ recovery-image] Feb 28 11:54:06.165 INFO O| Feb 28 11:54:06.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
53292025-02-28T11:54:07.163Z[ recovery-image] Feb 28 11:54:06.165 INFO O| Feb 28 11:54:06.165 INFO STEP 231 (remove_files) COMPLETE
53302025-02-28T11:54:07.163Z[ recovery-image] Feb 28 11:54:06.165 INFO O| Feb 28 11:54:06.165 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312025-02-28T11:54:07.218Z[ recovery-image] Feb 28 11:54:06.221 INFO O| Feb 28 11:54:06.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
53322025-02-28T11:54:07.218Z[ recovery-image] Feb 28 11:54:06.221 INFO O| Feb 28 11:54:06.221 INFO STEP 232 (remove_files) COMPLETE
53332025-02-28T11:54:07.221Z[ recovery-image] Feb 28 11:54:06.221 INFO O| Feb 28 11:54:06.221 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342025-02-28T11:54:07.250Z[ recovery-image] Feb 28 11:54:06.253 INFO O| Feb 28 11:54:06.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
53352025-02-28T11:54:07.250Z[ recovery-image] Feb 28 11:54:06.253 INFO O| Feb 28 11:54:06.253 INFO STEP 233 (remove_files) COMPLETE
53362025-02-28T11:54:07.253Z[ recovery-image] Feb 28 11:54:06.253 INFO O| Feb 28 11:54:06.253 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372025-02-28T11:54:07.274Z[ host-image] Feb 28 11:54:06.276 INFO O| Feb 28 11:54:06.276 INFO O| Done
53382025-02-28T11:54:07.310Z[ recovery-image] Feb 28 11:54:06.311 INFO O| Feb 28 11:54:06.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
53392025-02-28T11:54:07.310Z[ recovery-image] Feb 28 11:54:06.311 INFO O| Feb 28 11:54:06.311 INFO STEP 234 (remove_files) COMPLETE
53402025-02-28T11:54:07.310Z[ recovery-image] Feb 28 11:54:06.311 INFO O| Feb 28 11:54:06.311 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-02-28T11:54:07.328Z[ recovery-image] Feb 28 11:54:06.330 INFO O| Feb 28 11:54:06.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
53422025-02-28T11:54:07.329Z[ recovery-image] Feb 28 11:54:06.330 INFO O| Feb 28 11:54:06.330 INFO STEP 235 (remove_files) COMPLETE
53432025-02-28T11:54:07.329Z[ recovery-image] Feb 28 11:54:06.330 INFO O| Feb 28 11:54:06.330 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-02-28T11:54:07.348Z[ recovery-image] Feb 28 11:54:06.351 INFO O| Feb 28 11:54:06.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
53452025-02-28T11:54:07.348Z[ recovery-image] Feb 28 11:54:06.351 INFO O| Feb 28 11:54:06.350 INFO STEP 236 (remove_files) COMPLETE
53462025-02-28T11:54:07.348Z[ recovery-image] Feb 28 11:54:06.351 INFO O| Feb 28 11:54:06.350 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-02-28T11:54:07.370Z[ recovery-image] Feb 28 11:54:06.371 INFO O| Feb 28 11:54:06.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
53482025-02-28T11:54:07.370Z[ recovery-image] Feb 28 11:54:06.371 INFO O| Feb 28 11:54:06.371 INFO STEP 237 (remove_files) COMPLETE
53492025-02-28T11:54:07.370Z[ recovery-image] Feb 28 11:54:06.371 INFO O| Feb 28 11:54:06.371 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-02-28T11:54:07.391Z[ recovery-image] Feb 28 11:54:06.393 INFO O| Feb 28 11:54:06.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
53512025-02-28T11:54:07.391Z[ recovery-image] Feb 28 11:54:06.393 INFO O| Feb 28 11:54:06.393 INFO STEP 238 (remove_files) COMPLETE
53522025-02-28T11:54:07.394Z[ recovery-image] Feb 28 11:54:06.393 INFO O| Feb 28 11:54:06.393 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-02-28T11:54:07.424Z[ recovery-image] Feb 28 11:54:06.426 INFO O| Feb 28 11:54:06.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
53542025-02-28T11:54:07.444Z[ recovery-image] Feb 28 11:54:06.447 INFO O| Feb 28 11:54:06.446 INFO STEP 239 (remove_files) COMPLETE
53552025-02-28T11:54:07.444Z[ recovery-image] Feb 28 11:54:06.447 INFO O| Feb 28 11:54:06.447 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-02-28T11:54:07.466Z[ recovery-image] Feb 28 11:54:06.468 INFO O| Feb 28 11:54:06.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
53572025-02-28T11:54:07.469Z[ recovery-image] Feb 28 11:54:06.469 INFO O| Feb 28 11:54:06.469 INFO STEP 240 (remove_files) COMPLETE
53582025-02-28T11:54:07.469Z[ recovery-image] Feb 28 11:54:06.469 INFO O| Feb 28 11:54:06.469 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-02-28T11:54:07.562Z[ recovery-image] Feb 28 11:54:06.563 INFO O| Feb 28 11:54:06.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
53602025-02-28T11:54:07.564Z[ recovery-image] Feb 28 11:54:06.563 INFO O| Feb 28 11:54:06.563 INFO STEP 241 (remove_files) COMPLETE
53612025-02-28T11:54:07.564Z[ recovery-image] Feb 28 11:54:06.563 INFO O| Feb 28 11:54:06.563 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-02-28T11:54:07.589Z[ recovery-image] Feb 28 11:54:06.590 INFO O| Feb 28 11:54:06.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
53632025-02-28T11:54:07.589Z[ recovery-image] Feb 28 11:54:06.590 INFO O| Feb 28 11:54:06.590 INFO STEP 242 (remove_files) COMPLETE
53642025-02-28T11:54:07.589Z[ recovery-image] Feb 28 11:54:06.590 INFO O| Feb 28 11:54:06.590 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-02-28T11:54:07.647Z[ recovery-image] Feb 28 11:54:06.649 INFO O| Feb 28 11:54:06.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
53662025-02-28T11:54:07.650Z[ recovery-image] Feb 28 11:54:06.650 INFO O| Feb 28 11:54:06.650 INFO STEP 243 (remove_files) COMPLETE
53672025-02-28T11:54:07.650Z[ recovery-image] Feb 28 11:54:06.650 INFO O| Feb 28 11:54:06.650 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-02-28T11:54:07.668Z[ recovery-image] Feb 28 11:54:06.670 INFO O| Feb 28 11:54:06.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
53692025-02-28T11:54:07.668Z[ recovery-image] Feb 28 11:54:06.670 INFO O| Feb 28 11:54:06.670 INFO STEP 244 (remove_files) COMPLETE
53702025-02-28T11:54:07.671Z[ recovery-image] Feb 28 11:54:06.670 INFO O| Feb 28 11:54:06.670 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-02-28T11:54:07.700Z[ recovery-image] Feb 28 11:54:06.702 INFO O| Feb 28 11:54:06.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
53722025-02-28T11:54:07.700Z[ recovery-image] Feb 28 11:54:06.702 INFO O| Feb 28 11:54:06.702 INFO STEP 245 (remove_files) COMPLETE
53732025-02-28T11:54:07.700Z[ recovery-image] Feb 28 11:54:06.702 INFO O| Feb 28 11:54:06.702 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-02-28T11:54:07.722Z[ recovery-image] Feb 28 11:54:06.725 INFO O| Feb 28 11:54:06.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
53752025-02-28T11:54:07.725Z[ recovery-image] Feb 28 11:54:06.725 INFO O| Feb 28 11:54:06.725 INFO STEP 246 (remove_files) COMPLETE
53762025-02-28T11:54:07.725Z[ recovery-image] Feb 28 11:54:06.725 INFO O| Feb 28 11:54:06.725 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-02-28T11:54:07.826Z[ recovery-image] Feb 28 11:54:06.828 INFO O| Feb 28 11:54:06.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
53782025-02-28T11:54:07.826Z[ recovery-image] Feb 28 11:54:06.828 INFO O| Feb 28 11:54:06.828 INFO STEP 247 (remove_files) COMPLETE
53792025-02-28T11:54:07.826Z[ recovery-image] Feb 28 11:54:06.828 INFO O| Feb 28 11:54:06.828 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-02-28T11:54:07.860Z[ recovery-image] Feb 28 11:54:06.862 INFO O| Feb 28 11:54:06.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
53812025-02-28T11:54:07.860Z[ recovery-image] Feb 28 11:54:06.862 INFO O| Feb 28 11:54:06.862 INFO STEP 248 (remove_files) COMPLETE
53822025-02-28T11:54:07.860Z[ recovery-image] Feb 28 11:54:06.862 INFO O| Feb 28 11:54:06.862 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-02-28T11:54:07.880Z[ recovery-image] Feb 28 11:54:06.882 INFO O| Feb 28 11:54:06.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
53842025-02-28T11:54:07.880Z[ recovery-image] Feb 28 11:54:06.882 INFO O| Feb 28 11:54:06.882 INFO STEP 249 (remove_files) COMPLETE
53852025-02-28T11:54:07.880Z[ recovery-image] Feb 28 11:54:06.882 INFO O| Feb 28 11:54:06.882 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-02-28T11:54:07.901Z[ recovery-image] Feb 28 11:54:06.903 INFO O| Feb 28 11:54:06.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
53872025-02-28T11:54:07.901Z[ recovery-image] Feb 28 11:54:06.903 INFO O| Feb 28 11:54:06.903 INFO STEP 250 (remove_files) COMPLETE
53882025-02-28T11:54:07.901Z[ recovery-image] Feb 28 11:54:06.903 INFO O| Feb 28 11:54:06.903 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-02-28T11:54:07.922Z[ recovery-image] Feb 28 11:54:06.924 INFO O| Feb 28 11:54:06.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
53902025-02-28T11:54:07.922Z[ recovery-image] Feb 28 11:54:06.924 INFO O| Feb 28 11:54:06.924 INFO STEP 251 (remove_files) COMPLETE
53912025-02-28T11:54:07.922Z[ recovery-image] Feb 28 11:54:06.924 INFO O| Feb 28 11:54:06.924 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-02-28T11:54:07.950Z[ recovery-image] Feb 28 11:54:06.952 INFO O| Feb 28 11:54:06.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
53932025-02-28T11:54:07.950Z[ recovery-image] Feb 28 11:54:06.952 INFO O| Feb 28 11:54:06.952 INFO STEP 252 (remove_files) COMPLETE
53942025-02-28T11:54:07.950Z[ recovery-image] Feb 28 11:54:06.952 INFO O| Feb 28 11:54:06.952 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-02-28T11:54:07.976Z[ recovery-image] Feb 28 11:54:06.977 INFO O| Feb 28 11:54:06.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
53962025-02-28T11:54:07.976Z[ recovery-image] Feb 28 11:54:06.977 INFO O| Feb 28 11:54:06.977 INFO STEP 253 (remove_files) COMPLETE
53972025-02-28T11:54:07.976Z[ recovery-image] Feb 28 11:54:06.977 INFO O| Feb 28 11:54:06.977 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-02-28T11:54:08.021Z[ recovery-image] Feb 28 11:54:07.023 INFO O| Feb 28 11:54:07.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
53992025-02-28T11:54:08.021Z[ recovery-image] Feb 28 11:54:07.024 INFO O| Feb 28 11:54:07.023 INFO STEP 254 (remove_files) COMPLETE
54002025-02-28T11:54:08.021Z[ recovery-image] Feb 28 11:54:07.024 INFO O| Feb 28 11:54:07.024 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-02-28T11:54:08.045Z[ recovery-image] Feb 28 11:54:07.047 INFO O| Feb 28 11:54:07.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
54022025-02-28T11:54:08.045Z[ recovery-image] Feb 28 11:54:07.047 INFO O| Feb 28 11:54:07.047 INFO STEP 255 (remove_files) COMPLETE
54032025-02-28T11:54:08.048Z[ recovery-image] Feb 28 11:54:07.047 INFO O| Feb 28 11:54:07.047 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-02-28T11:54:08.067Z[ recovery-image] Feb 28 11:54:07.068 INFO O| Feb 28 11:54:07.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
54052025-02-28T11:54:08.067Z[ recovery-image] Feb 28 11:54:07.068 INFO O| Feb 28 11:54:07.068 INFO STEP 256 (remove_files) COMPLETE
54062025-02-28T11:54:08.070Z[ recovery-image] Feb 28 11:54:07.068 INFO O| Feb 28 11:54:07.068 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-02-28T11:54:08.088Z[ recovery-image] Feb 28 11:54:07.090 INFO O| Feb 28 11:54:07.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
54082025-02-28T11:54:08.088Z[ recovery-image] Feb 28 11:54:07.090 INFO O| Feb 28 11:54:07.090 INFO STEP 257 (remove_files) COMPLETE
54092025-02-28T11:54:08.088Z[ recovery-image] Feb 28 11:54:07.090 INFO O| Feb 28 11:54:07.090 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-02-28T11:54:08.109Z[ recovery-image] Feb 28 11:54:07.110 INFO O| Feb 28 11:54:07.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
54112025-02-28T11:54:08.109Z[ recovery-image] Feb 28 11:54:07.111 INFO O| Feb 28 11:54:07.111 INFO STEP 258 (remove_files) COMPLETE
54122025-02-28T11:54:08.113Z[ recovery-image] Feb 28 11:54:07.111 INFO O| Feb 28 11:54:07.111 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-02-28T11:54:08.130Z[ recovery-image] Feb 28 11:54:07.131 INFO O| Feb 28 11:54:07.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
54142025-02-28T11:54:08.130Z[ recovery-image] Feb 28 11:54:07.131 INFO O| Feb 28 11:54:07.131 INFO STEP 259 (remove_files) COMPLETE
54152025-02-28T11:54:08.130Z[ recovery-image] Feb 28 11:54:07.131 INFO O| Feb 28 11:54:07.131 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-02-28T11:54:08.154Z[ recovery-image] Feb 28 11:54:07.156 INFO O| Feb 28 11:54:07.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
54172025-02-28T11:54:08.154Z[ recovery-image] Feb 28 11:54:07.156 INFO O| Feb 28 11:54:07.156 INFO STEP 260 (remove_files) COMPLETE
54182025-02-28T11:54:08.154Z[ recovery-image] Feb 28 11:54:07.156 INFO O| Feb 28 11:54:07.156 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-02-28T11:54:08.184Z[ recovery-image] Feb 28 11:54:07.186 INFO O| Feb 28 11:54:07.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
54202025-02-28T11:54:08.184Z[ recovery-image] Feb 28 11:54:07.186 INFO O| Feb 28 11:54:07.186 INFO STEP 261 (remove_files) COMPLETE
54212025-02-28T11:54:08.187Z[ recovery-image] Feb 28 11:54:07.187 INFO O| Feb 28 11:54:07.186 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-02-28T11:54:08.207Z[ recovery-image] Feb 28 11:54:07.209 INFO O| Feb 28 11:54:07.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
54232025-02-28T11:54:08.210Z[ recovery-image] Feb 28 11:54:07.209 INFO O| Feb 28 11:54:07.209 INFO STEP 262 (remove_files) COMPLETE
54242025-02-28T11:54:08.210Z[ recovery-image] Feb 28 11:54:07.209 INFO O| Feb 28 11:54:07.209 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-02-28T11:54:08.227Z[ recovery-image] Feb 28 11:54:07.229 INFO O| Feb 28 11:54:07.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
54262025-02-28T11:54:08.227Z[ recovery-image] Feb 28 11:54:07.229 INFO O| Feb 28 11:54:07.229 INFO STEP 263 (remove_files) COMPLETE
54272025-02-28T11:54:08.230Z[ recovery-image] Feb 28 11:54:07.229 INFO O| Feb 28 11:54:07.229 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-02-28T11:54:08.248Z[ recovery-image] Feb 28 11:54:07.251 INFO O| Feb 28 11:54:07.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
54292025-02-28T11:54:08.248Z[ recovery-image] Feb 28 11:54:07.251 INFO O| Feb 28 11:54:07.251 INFO STEP 264 (remove_files) COMPLETE
54302025-02-28T11:54:08.261Z[ recovery-image] Feb 28 11:54:07.251 INFO O| Feb 28 11:54:07.251 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-02-28T11:54:08.277Z[ recovery-image] Feb 28 11:54:07.279 INFO O| Feb 28 11:54:07.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
54322025-02-28T11:54:08.280Z[ recovery-image] Feb 28 11:54:07.279 INFO O| Feb 28 11:54:07.279 INFO STEP 265 (remove_files) COMPLETE
54332025-02-28T11:54:08.280Z[ recovery-image] Feb 28 11:54:07.280 INFO O| Feb 28 11:54:07.280 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-02-28T11:54:08.304Z[ recovery-image] Feb 28 11:54:07.306 INFO O| Feb 28 11:54:07.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
54352025-02-28T11:54:08.324Z[ recovery-image] Feb 28 11:54:07.326 INFO O| Feb 28 11:54:07.326 INFO STEP 266 (remove_files) COMPLETE
54362025-02-28T11:54:08.324Z[ recovery-image] Feb 28 11:54:07.326 INFO O| Feb 28 11:54:07.326 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-02-28T11:54:08.357Z[ recovery-image] Feb 28 11:54:07.359 INFO O| Feb 28 11:54:07.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
54382025-02-28T11:54:08.360Z[ recovery-image] Feb 28 11:54:07.359 INFO O| Feb 28 11:54:07.359 INFO STEP 267 (remove_files) COMPLETE
54392025-02-28T11:54:08.360Z[ recovery-image] Feb 28 11:54:07.359 INFO O| Feb 28 11:54:07.359 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-02-28T11:54:08.377Z[ recovery-image] Feb 28 11:54:07.379 INFO O| Feb 28 11:54:07.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
54412025-02-28T11:54:08.377Z[ recovery-image] Feb 28 11:54:07.379 INFO O| Feb 28 11:54:07.379 INFO STEP 268 (remove_files) COMPLETE
54422025-02-28T11:54:08.377Z[ recovery-image] Feb 28 11:54:07.379 INFO O| Feb 28 11:54:07.379 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-02-28T11:54:08.419Z[ recovery-image] Feb 28 11:54:07.421 INFO O| Feb 28 11:54:07.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
54442025-02-28T11:54:08.419Z[ recovery-image] Feb 28 11:54:07.421 INFO O| Feb 28 11:54:07.421 INFO STEP 269 (remove_files) COMPLETE
54452025-02-28T11:54:08.419Z[ recovery-image] Feb 28 11:54:07.421 INFO O| Feb 28 11:54:07.421 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-02-28T11:54:08.467Z[ recovery-image] Feb 28 11:54:07.469 INFO O| Feb 28 11:54:07.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
54472025-02-28T11:54:08.467Z[ recovery-image] Feb 28 11:54:07.469 INFO O| Feb 28 11:54:07.469 INFO STEP 270 (remove_files) COMPLETE
54482025-02-28T11:54:08.467Z[ recovery-image] Feb 28 11:54:07.469 INFO O| Feb 28 11:54:07.469 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-02-28T11:54:08.505Z[ recovery-image] Feb 28 11:54:07.507 INFO O| Feb 28 11:54:07.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
54502025-02-28T11:54:08.505Z[ recovery-image] Feb 28 11:54:07.507 INFO O| Feb 28 11:54:07.507 INFO STEP 271 (remove_files) COMPLETE
54512025-02-28T11:54:08.505Z[ recovery-image] Feb 28 11:54:07.507 INFO O| Feb 28 11:54:07.507 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-02-28T11:54:08.526Z[ recovery-image] Feb 28 11:54:07.528 INFO O| Feb 28 11:54:07.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
54532025-02-28T11:54:08.526Z[ recovery-image] Feb 28 11:54:07.528 INFO O| Feb 28 11:54:07.528 INFO STEP 272 (remove_files) COMPLETE
54542025-02-28T11:54:08.529Z[ recovery-image] Feb 28 11:54:07.528 INFO O| Feb 28 11:54:07.528 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-02-28T11:54:08.577Z[ recovery-image] Feb 28 11:54:07.579 INFO O| Feb 28 11:54:07.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
54562025-02-28T11:54:08.577Z[ recovery-image] Feb 28 11:54:07.579 INFO O| Feb 28 11:54:07.579 INFO STEP 273 (remove_files) COMPLETE
54572025-02-28T11:54:08.577Z[ recovery-image] Feb 28 11:54:07.579 INFO O| Feb 28 11:54:07.579 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-02-28T11:54:08.600Z[ recovery-image] Feb 28 11:54:07.602 INFO O| Feb 28 11:54:07.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
54592025-02-28T11:54:08.600Z[ recovery-image] Feb 28 11:54:07.602 INFO O| Feb 28 11:54:07.602 INFO STEP 274 (remove_files) COMPLETE
54602025-02-28T11:54:08.603Z[ recovery-image] Feb 28 11:54:07.602 INFO O| Feb 28 11:54:07.602 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-02-28T11:54:08.657Z[ recovery-image] Feb 28 11:54:07.659 INFO O| Feb 28 11:54:07.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
54622025-02-28T11:54:08.657Z[ recovery-image] Feb 28 11:54:07.659 INFO O| Feb 28 11:54:07.659 INFO STEP 275 (remove_files) COMPLETE
54632025-02-28T11:54:08.657Z[ recovery-image] Feb 28 11:54:07.659 INFO O| Feb 28 11:54:07.659 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-02-28T11:54:08.705Z[ recovery-image] Feb 28 11:54:07.707 INFO O| Feb 28 11:54:07.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
54652025-02-28T11:54:08.705Z[ recovery-image] Feb 28 11:54:07.707 INFO O| Feb 28 11:54:07.707 INFO STEP 276 (remove_files) COMPLETE
54662025-02-28T11:54:08.708Z[ recovery-image] Feb 28 11:54:07.707 INFO O| Feb 28 11:54:07.707 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-02-28T11:54:08.753Z[ recovery-image] Feb 28 11:54:07.755 INFO O| Feb 28 11:54:07.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
54682025-02-28T11:54:08.778Z[ recovery-image] Feb 28 11:54:07.780 INFO O| Feb 28 11:54:07.780 INFO STEP 277 (remove_files) COMPLETE
54692025-02-28T11:54:08.778Z[ recovery-image] Feb 28 11:54:07.780 INFO O| Feb 28 11:54:07.780 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-02-28T11:54:08.800Z[ recovery-image] Feb 28 11:54:07.802 INFO O| Feb 28 11:54:07.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
54712025-02-28T11:54:08.800Z[ recovery-image] Feb 28 11:54:07.802 INFO O| Feb 28 11:54:07.802 INFO STEP 278 (remove_files) COMPLETE
54722025-02-28T11:54:08.800Z[ recovery-image] Feb 28 11:54:07.802 INFO O| Feb 28 11:54:07.802 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-02-28T11:54:08.837Z[ recovery-image] Feb 28 11:54:07.839 INFO O| Feb 28 11:54:07.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
54742025-02-28T11:54:08.840Z[ recovery-image] Feb 28 11:54:07.839 INFO O| Feb 28 11:54:07.839 INFO STEP 279 (remove_files) COMPLETE
54752025-02-28T11:54:08.840Z[ recovery-image] Feb 28 11:54:07.840 INFO O| Feb 28 11:54:07.840 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-02-28T11:54:08.859Z[ recovery-image] Feb 28 11:54:07.861 INFO O| Feb 28 11:54:07.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
54772025-02-28T11:54:08.862Z[ recovery-image] Feb 28 11:54:07.861 INFO O| Feb 28 11:54:07.861 INFO STEP 280 (remove_files) COMPLETE
54782025-02-28T11:54:08.862Z[ recovery-image] Feb 28 11:54:07.862 INFO O| Feb 28 11:54:07.862 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-02-28T11:54:08.895Z[ recovery-image] Feb 28 11:54:07.896 INFO O| Feb 28 11:54:07.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
54802025-02-28T11:54:08.895Z[ recovery-image] Feb 28 11:54:07.896 INFO O| Feb 28 11:54:07.896 INFO STEP 281 (remove_files) COMPLETE
54812025-02-28T11:54:08.895Z[ recovery-image] Feb 28 11:54:07.896 INFO O| Feb 28 11:54:07.896 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-02-28T11:54:08.954Z[ recovery-image] Feb 28 11:54:07.956 INFO O| Feb 28 11:54:07.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
54832025-02-28T11:54:08.957Z[ recovery-image] Feb 28 11:54:07.957 INFO O| Feb 28 11:54:07.957 INFO STEP 282 (remove_files) COMPLETE
54842025-02-28T11:54:08.957Z[ recovery-image] Feb 28 11:54:07.957 INFO O| Feb 28 11:54:07.957 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-02-28T11:54:08.978Z[ recovery-image] Feb 28 11:54:07.980 INFO O| Feb 28 11:54:07.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
54862025-02-28T11:54:08.981Z[ recovery-image] Feb 28 11:54:07.980 INFO O| Feb 28 11:54:07.980 INFO STEP 283 (remove_files) COMPLETE
54872025-02-28T11:54:08.981Z[ recovery-image] Feb 28 11:54:07.980 INFO O| Feb 28 11:54:07.980 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-02-28T11:54:09.026Z[ recovery-image] Feb 28 11:54:08.028 INFO O| Feb 28 11:54:08.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
54892025-02-28T11:54:09.026Z[ recovery-image] Feb 28 11:54:08.028 INFO O| Feb 28 11:54:08.028 INFO STEP 284 (remove_files) COMPLETE
54902025-02-28T11:54:09.026Z[ recovery-image] Feb 28 11:54:08.028 INFO O| Feb 28 11:54:08.028 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-02-28T11:54:09.048Z[ recovery-image] Feb 28 11:54:08.050 INFO O| Feb 28 11:54:08.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
54922025-02-28T11:54:09.069Z[ recovery-image] Feb 28 11:54:08.070 INFO O| Feb 28 11:54:08.070 INFO STEP 285 (remove_files) COMPLETE
54932025-02-28T11:54:09.069Z[ recovery-image] Feb 28 11:54:08.070 INFO O| Feb 28 11:54:08.070 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-02-28T11:54:09.100Z[ recovery-image] Feb 28 11:54:08.102 INFO O| Feb 28 11:54:08.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
54952025-02-28T11:54:09.100Z[ recovery-image] Feb 28 11:54:08.102 INFO O| Feb 28 11:54:08.102 INFO STEP 286 (remove_files) COMPLETE
54962025-02-28T11:54:09.103Z[ recovery-image] Feb 28 11:54:08.102 INFO O| Feb 28 11:54:08.102 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-02-28T11:54:09.143Z[ recovery-image] Feb 28 11:54:08.145 INFO O| Feb 28 11:54:08.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
54982025-02-28T11:54:09.143Z[ recovery-image] Feb 28 11:54:08.145 INFO O| Feb 28 11:54:08.145 INFO STEP 287 (remove_files) COMPLETE
54992025-02-28T11:54:09.143Z[ recovery-image] Feb 28 11:54:08.145 INFO O| Feb 28 11:54:08.145 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-02-28T11:54:09.165Z[ recovery-image] Feb 28 11:54:08.167 INFO O| Feb 28 11:54:08.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
55012025-02-28T11:54:09.165Z[ recovery-image] Feb 28 11:54:08.167 INFO O| Feb 28 11:54:08.167 INFO STEP 288 (remove_files) COMPLETE
55022025-02-28T11:54:09.165Z[ recovery-image] Feb 28 11:54:08.167 INFO O| Feb 28 11:54:08.167 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-02-28T11:54:09.202Z[ recovery-image] Feb 28 11:54:08.204 INFO O| Feb 28 11:54:08.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
55042025-02-28T11:54:09.202Z[ recovery-image] Feb 28 11:54:08.204 INFO O| Feb 28 11:54:08.204 INFO STEP 289 (remove_files) COMPLETE
55052025-02-28T11:54:09.202Z[ recovery-image] Feb 28 11:54:08.204 INFO O| Feb 28 11:54:08.204 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-02-28T11:54:09.239Z[ recovery-image] Feb 28 11:54:08.240 INFO O| Feb 28 11:54:08.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
55072025-02-28T11:54:09.239Z[ recovery-image] Feb 28 11:54:08.240 INFO O| Feb 28 11:54:08.240 INFO STEP 290 (remove_files) COMPLETE
55082025-02-28T11:54:09.241Z[ recovery-image] Feb 28 11:54:08.240 INFO O| Feb 28 11:54:08.240 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-02-28T11:54:09.324Z[ recovery-image] Feb 28 11:54:08.325 INFO O| Feb 28 11:54:08.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
55102025-02-28T11:54:09.324Z[ recovery-image] Feb 28 11:54:08.325 INFO O| Feb 28 11:54:08.325 INFO STEP 291 (remove_files) COMPLETE
55112025-02-28T11:54:09.324Z[ recovery-image] Feb 28 11:54:08.325 INFO O| Feb 28 11:54:08.325 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-02-28T11:54:09.366Z[ recovery-image] Feb 28 11:54:08.368 INFO O| Feb 28 11:54:08.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
55132025-02-28T11:54:09.369Z[ recovery-image] Feb 28 11:54:08.368 INFO O| Feb 28 11:54:08.368 INFO STEP 292 (remove_files) COMPLETE
55142025-02-28T11:54:09.369Z[ recovery-image] Feb 28 11:54:08.368 INFO O| Feb 28 11:54:08.368 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-02-28T11:54:09.389Z[ recovery-image] Feb 28 11:54:08.391 INFO O| Feb 28 11:54:08.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
55162025-02-28T11:54:09.389Z[ recovery-image] Feb 28 11:54:08.391 INFO O| Feb 28 11:54:08.391 INFO STEP 293 (remove_files) COMPLETE
55172025-02-28T11:54:09.389Z[ recovery-image] Feb 28 11:54:08.391 INFO O| Feb 28 11:54:08.391 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-02-28T11:54:09.411Z[ recovery-image] Feb 28 11:54:08.413 INFO O| Feb 28 11:54:08.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
55192025-02-28T11:54:09.411Z[ recovery-image] Feb 28 11:54:08.413 INFO O| Feb 28 11:54:08.413 INFO STEP 294 (remove_files) COMPLETE
55202025-02-28T11:54:09.411Z[ recovery-image] Feb 28 11:54:08.413 INFO O| Feb 28 11:54:08.413 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-02-28T11:54:09.432Z[ recovery-image] Feb 28 11:54:08.434 INFO O| Feb 28 11:54:08.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
55222025-02-28T11:54:09.432Z[ recovery-image] Feb 28 11:54:08.435 INFO O| Feb 28 11:54:08.435 INFO STEP 295 (remove_files) COMPLETE
55232025-02-28T11:54:09.432Z[ recovery-image] Feb 28 11:54:08.435 INFO O| Feb 28 11:54:08.435 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-02-28T11:54:09.453Z[ recovery-image] Feb 28 11:54:08.455 INFO O| Feb 28 11:54:08.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
55252025-02-28T11:54:09.453Z[ recovery-image] Feb 28 11:54:08.455 INFO O| Feb 28 11:54:08.455 INFO STEP 296 (remove_files) COMPLETE
55262025-02-28T11:54:09.453Z[ recovery-image] Feb 28 11:54:08.455 INFO O| Feb 28 11:54:08.455 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-02-28T11:54:09.474Z[ recovery-image] Feb 28 11:54:08.476 INFO O| Feb 28 11:54:08.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
55282025-02-28T11:54:09.474Z[ recovery-image] Feb 28 11:54:08.476 INFO O| Feb 28 11:54:08.476 INFO STEP 297 (remove_files) COMPLETE
55292025-02-28T11:54:09.477Z[ recovery-image] Feb 28 11:54:08.476 INFO O| Feb 28 11:54:08.476 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-02-28T11:54:09.504Z[ recovery-image] Feb 28 11:54:08.506 INFO O| Feb 28 11:54:08.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
55312025-02-28T11:54:09.507Z[ recovery-image] Feb 28 11:54:08.506 INFO O| Feb 28 11:54:08.506 INFO STEP 298 (remove_files) COMPLETE
55322025-02-28T11:54:09.507Z[ recovery-image] Feb 28 11:54:08.506 INFO O| Feb 28 11:54:08.506 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-02-28T11:54:09.541Z[ recovery-image] Feb 28 11:54:08.543 INFO O| Feb 28 11:54:08.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
55342025-02-28T11:54:09.541Z[ recovery-image] Feb 28 11:54:08.543 INFO O| Feb 28 11:54:08.543 INFO STEP 299 (remove_files) COMPLETE
55352025-02-28T11:54:09.541Z[ recovery-image] Feb 28 11:54:08.543 INFO O| Feb 28 11:54:08.543 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-02-28T11:54:09.574Z[ recovery-image] Feb 28 11:54:08.576 INFO O| Feb 28 11:54:08.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
55372025-02-28T11:54:09.574Z[ recovery-image] Feb 28 11:54:08.576 INFO O| Feb 28 11:54:08.576 INFO STEP 300 (remove_files) COMPLETE
55382025-02-28T11:54:09.577Z[ recovery-image] Feb 28 11:54:08.576 INFO O| Feb 28 11:54:08.576 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-02-28T11:54:09.597Z[ recovery-image] Feb 28 11:54:08.598 INFO O| Feb 28 11:54:08.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
55402025-02-28T11:54:09.597Z[ recovery-image] Feb 28 11:54:08.598 INFO O| Feb 28 11:54:08.598 INFO STEP 301 (remove_files) COMPLETE
55412025-02-28T11:54:09.597Z[ recovery-image] Feb 28 11:54:08.598 INFO O| Feb 28 11:54:08.598 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-02-28T11:54:09.617Z[ recovery-image] Feb 28 11:54:08.619 INFO O| Feb 28 11:54:08.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
55432025-02-28T11:54:09.617Z[ recovery-image] Feb 28 11:54:08.619 INFO O| Feb 28 11:54:08.619 INFO STEP 302 (remove_files) COMPLETE
55442025-02-28T11:54:09.620Z[ recovery-image] Feb 28 11:54:08.619 INFO O| Feb 28 11:54:08.619 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-02-28T11:54:09.637Z[ recovery-image] Feb 28 11:54:08.639 INFO O| Feb 28 11:54:08.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
55462025-02-28T11:54:09.637Z[ recovery-image] Feb 28 11:54:08.639 INFO O| Feb 28 11:54:08.639 INFO STEP 303 (remove_files) COMPLETE
55472025-02-28T11:54:09.640Z[ recovery-image] Feb 28 11:54:08.639 INFO O| Feb 28 11:54:08.639 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-02-28T11:54:09.674Z[ recovery-image] Feb 28 11:54:08.676 INFO O| Feb 28 11:54:08.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
55492025-02-28T11:54:09.677Z[ recovery-image] Feb 28 11:54:08.676 INFO O| Feb 28 11:54:08.676 INFO STEP 304 (remove_files) COMPLETE
55502025-02-28T11:54:09.677Z[ recovery-image] Feb 28 11:54:08.676 INFO O| Feb 28 11:54:08.676 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-02-28T11:54:09.732Z[ recovery-image] Feb 28 11:54:08.734 INFO O| Feb 28 11:54:08.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
55522025-02-28T11:54:09.732Z[ recovery-image] Feb 28 11:54:08.734 INFO O| Feb 28 11:54:08.734 INFO STEP 305 (remove_files) COMPLETE
55532025-02-28T11:54:09.732Z[ recovery-image] Feb 28 11:54:08.734 INFO O| Feb 28 11:54:08.734 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-02-28T11:54:09.772Z[ recovery-image] Feb 28 11:54:08.774 INFO O| Feb 28 11:54:08.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
55552025-02-28T11:54:09.775Z[ recovery-image] Feb 28 11:54:08.774 INFO O| Feb 28 11:54:08.774 INFO STEP 306 (remove_files) COMPLETE
55562025-02-28T11:54:09.775Z[ recovery-image] Feb 28 11:54:08.774 INFO O| Feb 28 11:54:08.774 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-02-28T11:54:09.797Z[ recovery-image] Feb 28 11:54:08.799 INFO O| Feb 28 11:54:08.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
55582025-02-28T11:54:09.800Z[ recovery-image] Feb 28 11:54:08.799 INFO O| Feb 28 11:54:08.799 INFO STEP 307 (remove_files) COMPLETE
55592025-02-28T11:54:09.800Z[ recovery-image] Feb 28 11:54:08.799 INFO O| Feb 28 11:54:08.799 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-02-28T11:54:09.840Z[ recovery-image] Feb 28 11:54:08.842 INFO O| Feb 28 11:54:08.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
55612025-02-28T11:54:09.840Z[ recovery-image] Feb 28 11:54:08.842 INFO O| Feb 28 11:54:08.842 INFO STEP 308 (remove_files) COMPLETE
55622025-02-28T11:54:09.840Z[ recovery-image] Feb 28 11:54:08.843 INFO O| Feb 28 11:54:08.842 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-02-28T11:54:09.903Z[ recovery-image] Feb 28 11:54:08.905 INFO O| Feb 28 11:54:08.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
55642025-02-28T11:54:09.903Z[ recovery-image] Feb 28 11:54:08.905 INFO O| Feb 28 11:54:08.905 INFO STEP 309 (remove_files) COMPLETE
55652025-02-28T11:54:09.906Z[ recovery-image] Feb 28 11:54:08.905 INFO O| Feb 28 11:54:08.905 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-02-28T11:54:09.926Z[ recovery-image] Feb 28 11:54:08.928 INFO O| Feb 28 11:54:08.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
55672025-02-28T11:54:09.926Z[ recovery-image] Feb 28 11:54:08.928 INFO O| Feb 28 11:54:08.928 INFO STEP 310 (remove_files) COMPLETE
55682025-02-28T11:54:09.926Z[ recovery-image] Feb 28 11:54:08.928 INFO O| Feb 28 11:54:08.928 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-02-28T11:54:09.949Z[ recovery-image] Feb 28 11:54:08.951 INFO O| Feb 28 11:54:08.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
55702025-02-28T11:54:09.949Z[ recovery-image] Feb 28 11:54:08.951 INFO O| Feb 28 11:54:08.951 INFO STEP 311 (remove_files) COMPLETE
55712025-02-28T11:54:09.949Z[ recovery-image] Feb 28 11:54:08.951 INFO O| Feb 28 11:54:08.951 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-02-28T11:54:09.990Z[ recovery-image] Feb 28 11:54:08.992 INFO O| Feb 28 11:54:08.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
55732025-02-28T11:54:09.993Z[ recovery-image] Feb 28 11:54:08.992 INFO O| Feb 28 11:54:08.992 INFO STEP 312 (remove_files) COMPLETE
55742025-02-28T11:54:09.993Z[ recovery-image] Feb 28 11:54:08.992 INFO O| Feb 28 11:54:08.992 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752025-02-28T11:54:10.017Z[ recovery-image] Feb 28 11:54:09.018 INFO O| Feb 28 11:54:09.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
55762025-02-28T11:54:10.019Z[ recovery-image] Feb 28 11:54:09.019 INFO O| Feb 28 11:54:09.019 INFO STEP 313 (remove_files) COMPLETE
55772025-02-28T11:54:10.019Z[ recovery-image] Feb 28 11:54:09.019 INFO O| Feb 28 11:54:09.019 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782025-02-28T11:54:10.042Z[ recovery-image] Feb 28 11:54:09.044 INFO O| Feb 28 11:54:09.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
55792025-02-28T11:54:10.042Z[ recovery-image] Feb 28 11:54:09.044 INFO O| Feb 28 11:54:09.044 INFO STEP 314 (remove_files) COMPLETE
55802025-02-28T11:54:10.045Z[ recovery-image] Feb 28 11:54:09.044 INFO O| Feb 28 11:54:09.044 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812025-02-28T11:54:10.067Z[ recovery-image] Feb 28 11:54:09.069 INFO O| Feb 28 11:54:09.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
55822025-02-28T11:54:10.067Z[ recovery-image] Feb 28 11:54:09.069 INFO O| Feb 28 11:54:09.069 INFO STEP 315 (remove_files) COMPLETE
55832025-02-28T11:54:10.070Z[ recovery-image] Feb 28 11:54:09.069 INFO O| Feb 28 11:54:09.069 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-02-28T11:54:10.088Z[ recovery-image] Feb 28 11:54:09.090 INFO O| Feb 28 11:54:09.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
55852025-02-28T11:54:10.088Z[ recovery-image] Feb 28 11:54:09.090 INFO O| Feb 28 11:54:09.090 INFO STEP 316 (remove_files) COMPLETE
55862025-02-28T11:54:10.091Z[ recovery-image] Feb 28 11:54:09.090 INFO O| Feb 28 11:54:09.090 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-02-28T11:54:10.110Z[ recovery-image] Feb 28 11:54:09.112 INFO O| Feb 28 11:54:09.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
55882025-02-28T11:54:10.110Z[ recovery-image] Feb 28 11:54:09.112 INFO O| Feb 28 11:54:09.112 INFO STEP 317 (remove_files) COMPLETE
55892025-02-28T11:54:10.110Z[ recovery-image] Feb 28 11:54:09.112 INFO O| Feb 28 11:54:09.112 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-02-28T11:54:10.133Z[ recovery-image] Feb 28 11:54:09.135 INFO O| Feb 28 11:54:09.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
55912025-02-28T11:54:10.133Z[ recovery-image] Feb 28 11:54:09.135 INFO O| Feb 28 11:54:09.135 INFO STEP 318 (remove_files) COMPLETE
55922025-02-28T11:54:10.133Z[ recovery-image] Feb 28 11:54:09.135 INFO O| Feb 28 11:54:09.135 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-02-28T11:54:10.157Z[ recovery-image] Feb 28 11:54:09.159 INFO O| Feb 28 11:54:09.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
55942025-02-28T11:54:10.157Z[ recovery-image] Feb 28 11:54:09.159 INFO O| Feb 28 11:54:09.159 INFO STEP 319 (remove_files) COMPLETE
55952025-02-28T11:54:10.157Z[ recovery-image] Feb 28 11:54:09.159 INFO O| Feb 28 11:54:09.159 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-02-28T11:54:10.208Z[ recovery-image] Feb 28 11:54:09.210 INFO O| Feb 28 11:54:09.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
55972025-02-28T11:54:10.211Z[ recovery-image] Feb 28 11:54:09.210 INFO O| Feb 28 11:54:09.210 INFO STEP 320 (remove_files) COMPLETE
55982025-02-28T11:54:10.211Z[ recovery-image] Feb 28 11:54:09.210 INFO O| Feb 28 11:54:09.210 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-02-28T11:54:10.267Z[ recovery-image] Feb 28 11:54:09.268 INFO O| Feb 28 11:54:09.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
56002025-02-28T11:54:10.267Z[ recovery-image] Feb 28 11:54:09.268 INFO O| Feb 28 11:54:09.268 INFO STEP 321 (remove_files) COMPLETE
56012025-02-28T11:54:10.267Z[ recovery-image] Feb 28 11:54:09.268 INFO O| Feb 28 11:54:09.268 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-02-28T11:54:10.287Z[ recovery-image] Feb 28 11:54:09.288 INFO O| Feb 28 11:54:09.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
56032025-02-28T11:54:10.287Z[ recovery-image] Feb 28 11:54:09.288 INFO O| Feb 28 11:54:09.288 INFO STEP 322 (remove_files) COMPLETE
56042025-02-28T11:54:10.287Z[ recovery-image] Feb 28 11:54:09.288 INFO O| Feb 28 11:54:09.288 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-02-28T11:54:10.307Z[ recovery-image] Feb 28 11:54:09.308 INFO O| Feb 28 11:54:09.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
56062025-02-28T11:54:10.307Z[ recovery-image] Feb 28 11:54:09.308 INFO O| Feb 28 11:54:09.308 INFO STEP 323 (remove_files) COMPLETE
56072025-02-28T11:54:10.307Z[ recovery-image] Feb 28 11:54:09.308 INFO O| Feb 28 11:54:09.308 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-02-28T11:54:10.333Z[ recovery-image] Feb 28 11:54:09.335 INFO O| Feb 28 11:54:09.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
56092025-02-28T11:54:10.333Z[ recovery-image] Feb 28 11:54:09.335 INFO O| Feb 28 11:54:09.335 INFO STEP 324 (remove_files) COMPLETE
56102025-02-28T11:54:10.333Z[ recovery-image] Feb 28 11:54:09.335 INFO O| Feb 28 11:54:09.335 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-02-28T11:54:10.357Z[ recovery-image] Feb 28 11:54:09.359 INFO O| Feb 28 11:54:09.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
56122025-02-28T11:54:10.357Z[ recovery-image] Feb 28 11:54:09.359 INFO O| Feb 28 11:54:09.359 INFO STEP 325 (remove_files) COMPLETE
56132025-02-28T11:54:10.357Z[ recovery-image] Feb 28 11:54:09.359 INFO O| Feb 28 11:54:09.359 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-02-28T11:54:10.361Z[ host-image] Feb 28 11:54:09.363 INFO O| Feb 28 11:54:09.363 INFO O| Done
56152025-02-28T11:54:10.409Z[ recovery-image] Feb 28 11:54:09.411 INFO O| Feb 28 11:54:09.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
56162025-02-28T11:54:10.409Z[ recovery-image] Feb 28 11:54:09.411 INFO O| Feb 28 11:54:09.411 INFO STEP 326 (remove_files) COMPLETE
56172025-02-28T11:54:10.409Z[ recovery-image] Feb 28 11:54:09.411 INFO O| Feb 28 11:54:09.411 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182025-02-28T11:54:10.426Z[ host-image] Feb 28 11:54:09.428 INFO O| Feb 28 11:54:09.428 INFO O| Done
56192025-02-28T11:54:10.429Z[ host-image] Feb 28 11:54:09.428 INFO O| Feb 28 11:54:09.428 INFO O| Done
56202025-02-28T11:54:10.433Z[ recovery-image] Feb 28 11:54:09.435 INFO O| Feb 28 11:54:09.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
56212025-02-28T11:54:10.433Z[ recovery-image] Feb 28 11:54:09.435 INFO O| Feb 28 11:54:09.435 INFO STEP 327 (remove_files) COMPLETE
56222025-02-28T11:54:10.436Z[ recovery-image] Feb 28 11:54:09.435 INFO O| Feb 28 11:54:09.435 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-02-28T11:54:10.446Z[ host-image] Feb 28 11:54:09.447 INFO O| Feb 28 11:54:09.447 INFO O| Done
56242025-02-28T11:54:10.475Z[ recovery-image] Feb 28 11:54:09.477 INFO O| Feb 28 11:54:09.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
56252025-02-28T11:54:10.475Z[ recovery-image] Feb 28 11:54:09.477 INFO O| Feb 28 11:54:09.477 INFO STEP 328 (remove_files) COMPLETE
56262025-02-28T11:54:10.478Z[ recovery-image] Feb 28 11:54:09.477 INFO O| Feb 28 11:54:09.477 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272025-02-28T11:54:10.503Z[ recovery-image] Feb 28 11:54:09.505 INFO O| Feb 28 11:54:09.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
56282025-02-28T11:54:10.503Z[ recovery-image] Feb 28 11:54:09.505 INFO O| Feb 28 11:54:09.505 INFO STEP 329 (remove_files) COMPLETE
56292025-02-28T11:54:10.503Z[ recovery-image] Feb 28 11:54:09.505 INFO O| Feb 28 11:54:09.505 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302025-02-28T11:54:10.527Z[ recovery-image] Feb 28 11:54:09.529 INFO O| Feb 28 11:54:09.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
56312025-02-28T11:54:10.527Z[ recovery-image] Feb 28 11:54:09.529 INFO O| Feb 28 11:54:09.529 INFO STEP 330 (remove_files) COMPLETE
56322025-02-28T11:54:10.527Z[ recovery-image] Feb 28 11:54:09.529 INFO O| Feb 28 11:54:09.529 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332025-02-28T11:54:10.550Z[ recovery-image] Feb 28 11:54:09.552 INFO O| Feb 28 11:54:09.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
56342025-02-28T11:54:10.550Z[ recovery-image] Feb 28 11:54:09.552 INFO O| Feb 28 11:54:09.552 INFO STEP 331 (remove_files) COMPLETE
56352025-02-28T11:54:10.550Z[ recovery-image] Feb 28 11:54:09.552 INFO O| Feb 28 11:54:09.552 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362025-02-28T11:54:10.586Z[ recovery-image] Feb 28 11:54:09.587 INFO O| Feb 28 11:54:09.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
56372025-02-28T11:54:10.589Z[ recovery-image] Feb 28 11:54:09.588 INFO O| Feb 28 11:54:09.588 INFO STEP 332 (remove_files) COMPLETE
56382025-02-28T11:54:10.589Z[ recovery-image] Feb 28 11:54:09.588 INFO O| Feb 28 11:54:09.588 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392025-02-28T11:54:10.635Z[ recovery-image] Feb 28 11:54:09.637 INFO O| Feb 28 11:54:09.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
56402025-02-28T11:54:10.635Z[ recovery-image] Feb 28 11:54:09.637 INFO O| Feb 28 11:54:09.637 INFO STEP 333 (remove_files) COMPLETE
56412025-02-28T11:54:10.639Z[ recovery-image] Feb 28 11:54:09.637 INFO O| Feb 28 11:54:09.637 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422025-02-28T11:54:10.679Z[ recovery-image] Feb 28 11:54:09.680 INFO O| Feb 28 11:54:09.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
56432025-02-28T11:54:10.679Z[ recovery-image] Feb 28 11:54:09.681 INFO O| Feb 28 11:54:09.681 INFO STEP 334 (remove_files) COMPLETE
56442025-02-28T11:54:10.679Z[ recovery-image] Feb 28 11:54:09.681 INFO O| Feb 28 11:54:09.681 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452025-02-28T11:54:10.704Z[ host-image] Feb 28 11:54:09.706 INFO O| Feb 28 11:54:09.706 INFO STEP 14 (pkg_install) COMPLETE
56462025-02-28T11:54:10.704Z[ host-image] Feb 28 11:54:09.706 INFO O| Feb 28 11:54:09.706 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56472025-02-28T11:54:10.707Z[ host-image] Feb 28 11:54:09.706 INFO O| Feb 28 11:54:09.706 INFO skip step because feature "mfg" is not enabled
56482025-02-28T11:54:10.707Z[ host-image] Feb 28 11:54:09.706 INFO O| Feb 28 11:54:09.706 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56492025-02-28T11:54:10.707Z[ host-image] Feb 28 11:54:09.706 INFO O| Feb 28 11:54:09.706 INFO skip step because feature "compliance" is not enabled
56502025-02-28T11:54:10.707Z[ host-image] Feb 28 11:54:09.706 INFO O| Feb 28 11:54:09.706 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56512025-02-28T11:54:10.707Z[ host-image] Feb 28 11:54:09.706 INFO O| Feb 28 11:54:09.706 INFO skip step because feature "stress" is not enabled
56522025-02-28T11:54:10.707Z[ host-image] Feb 28 11:54:09.706 INFO O| Feb 28 11:54:09.706 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56532025-02-28T11:54:10.707Z[ host-image] Feb 28 11:54:09.706 INFO O| Feb 28 11:54:09.706 INFO skip step because feature "nfs" is not enabled
56542025-02-28T11:54:10.707Z[ host-image] Feb 28 11:54:09.706 INFO O| Feb 28 11:54:09.706 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
56552025-02-28T11:54:10.710Z[ host-image] Feb 28 11:54:09.706 INFO O| Feb 28 11:54:09.706 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
56562025-02-28T11:54:10.759Z[ recovery-image] Feb 28 11:54:09.761 INFO O| Feb 28 11:54:09.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
56572025-02-28T11:54:10.759Z[ recovery-image] Feb 28 11:54:09.761 INFO O| Feb 28 11:54:09.761 INFO STEP 335 (remove_files) COMPLETE
56582025-02-28T11:54:10.759Z[ recovery-image] Feb 28 11:54:09.761 INFO O| Feb 28 11:54:09.761 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-02-28T11:54:10.815Z[ recovery-image] Feb 28 11:54:09.817 INFO O| Feb 28 11:54:09.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
56602025-02-28T11:54:10.815Z[ recovery-image] Feb 28 11:54:09.817 INFO O| Feb 28 11:54:09.817 INFO STEP 336 (remove_files) COMPLETE
56612025-02-28T11:54:10.815Z[ recovery-image] Feb 28 11:54:09.817 INFO O| Feb 28 11:54:09.817 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-02-28T11:54:10.867Z[ recovery-image] Feb 28 11:54:09.869 INFO O| Feb 28 11:54:09.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
56632025-02-28T11:54:10.867Z[ recovery-image] Feb 28 11:54:09.869 INFO O| Feb 28 11:54:09.869 INFO STEP 337 (remove_files) COMPLETE
56642025-02-28T11:54:10.870Z[ recovery-image] Feb 28 11:54:09.869 INFO O| Feb 28 11:54:09.869 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-02-28T11:54:10.892Z[ recovery-image] Feb 28 11:54:09.894 INFO O| Feb 28 11:54:09.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
56662025-02-28T11:54:10.892Z[ recovery-image] Feb 28 11:54:09.894 INFO O| Feb 28 11:54:09.894 INFO STEP 338 (remove_files) COMPLETE
56672025-02-28T11:54:10.892Z[ recovery-image] Feb 28 11:54:09.894 INFO O| Feb 28 11:54:09.894 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-02-28T11:54:10.906Z[ host-image] Feb 28 11:54:09.907 INFO O| Feb 28 11:54:09.907 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
56692025-02-28T11:54:10.915Z[ recovery-image] Feb 28 11:54:09.916 INFO O| Feb 28 11:54:09.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
56702025-02-28T11:54:10.915Z[ recovery-image] Feb 28 11:54:09.916 INFO O| Feb 28 11:54:09.916 INFO STEP 339 (remove_files) COMPLETE
56712025-02-28T11:54:10.915Z[ recovery-image] Feb 28 11:54:09.916 INFO O| Feb 28 11:54:09.916 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722025-02-28T11:54:10.938Z[ recovery-image] Feb 28 11:54:09.939 INFO O| Feb 28 11:54:09.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
56732025-02-28T11:54:10.938Z[ recovery-image] Feb 28 11:54:09.939 INFO O| Feb 28 11:54:09.939 INFO STEP 340 (remove_files) COMPLETE
56742025-02-28T11:54:10.938Z[ recovery-image] Feb 28 11:54:09.939 INFO O| Feb 28 11:54:09.939 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752025-02-28T11:54:10.964Z[ recovery-image] Feb 28 11:54:09.965 INFO O| Feb 28 11:54:09.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
56762025-02-28T11:54:10.968Z[ recovery-image] Feb 28 11:54:09.966 INFO O| Feb 28 11:54:09.966 INFO STEP 341 (remove_files) COMPLETE
56772025-02-28T11:54:10.968Z[ recovery-image] Feb 28 11:54:09.966 INFO O| Feb 28 11:54:09.966 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782025-02-28T11:54:10.987Z[ recovery-image] Feb 28 11:54:09.988 INFO O| Feb 28 11:54:09.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
56792025-02-28T11:54:10.989Z[ recovery-image] Feb 28 11:54:09.989 INFO O| Feb 28 11:54:09.989 INFO STEP 342 (remove_files) COMPLETE
56802025-02-28T11:54:10.989Z[ recovery-image] Feb 28 11:54:09.989 INFO O| Feb 28 11:54:09.989 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812025-02-28T11:54:11.032Z[ recovery-image] Feb 28 11:54:10.034 INFO O| Feb 28 11:54:10.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
56822025-02-28T11:54:11.035Z[ recovery-image] Feb 28 11:54:10.034 INFO O| Feb 28 11:54:10.034 INFO STEP 343 (remove_files) COMPLETE
56832025-02-28T11:54:11.035Z[ recovery-image] Feb 28 11:54:10.034 INFO O| Feb 28 11:54:10.034 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842025-02-28T11:54:11.064Z[ recovery-image] Feb 28 11:54:10.066 INFO O| Feb 28 11:54:10.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
56852025-02-28T11:54:11.067Z[ recovery-image] Feb 28 11:54:10.066 INFO O| Feb 28 11:54:10.066 INFO STEP 344 (remove_files) COMPLETE
56862025-02-28T11:54:11.067Z[ recovery-image] Feb 28 11:54:10.066 INFO O| Feb 28 11:54:10.066 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872025-02-28T11:54:11.086Z[ recovery-image] Feb 28 11:54:10.087 INFO O| Feb 28 11:54:10.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
56882025-02-28T11:54:11.088Z[ recovery-image] Feb 28 11:54:10.088 INFO O| Feb 28 11:54:10.088 INFO STEP 345 (remove_files) COMPLETE
56892025-02-28T11:54:11.088Z[ recovery-image] Feb 28 11:54:10.088 INFO O| Feb 28 11:54:10.088 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902025-02-28T11:54:11.117Z[ host-image] Feb 28 11:54:10.118 INFO O| Feb 28 11:54:10.118 INFO completed processing gimlet/ramdisk-01-os
56912025-02-28T11:54:11.120Z[ host-image] Feb 28 11:54:10.122 INFO omicron1 baseline generation...
56922025-02-28T11:54:11.123Z[ host-image] Feb 28 11:54:10.122 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
56932025-02-28T11:54:11.131Z[ recovery-image] Feb 28 11:54:10.133 INFO O| Feb 28 11:54:10.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
56942025-02-28T11:54:11.131Z[ recovery-image] Feb 28 11:54:10.133 INFO O| Feb 28 11:54:10.133 INFO STEP 346 (remove_files) COMPLETE
56952025-02-28T11:54:11.131Z[ recovery-image] Feb 28 11:54:10.133 INFO O| Feb 28 11:54:10.133 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962025-02-28T11:54:11.164Z[ recovery-image] Feb 28 11:54:10.166 INFO O| Feb 28 11:54:10.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
56972025-02-28T11:54:11.164Z[ recovery-image] Feb 28 11:54:10.166 INFO O| Feb 28 11:54:10.166 INFO STEP 347 (remove_files) COMPLETE
56982025-02-28T11:54:11.164Z[ recovery-image] Feb 28 11:54:10.166 INFO O| Feb 28 11:54:10.166 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992025-02-28T11:54:11.191Z[ recovery-image] Feb 28 11:54:10.192 INFO O| Feb 28 11:54:10.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
57002025-02-28T11:54:11.206Z[ recovery-image] Feb 28 11:54:10.208 INFO O| Feb 28 11:54:10.208 INFO STEP 348 (remove_files) COMPLETE
57012025-02-28T11:54:11.206Z[ recovery-image] Feb 28 11:54:10.208 INFO O| Feb 28 11:54:10.208 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022025-02-28T11:54:11.239Z[ recovery-image] Feb 28 11:54:10.241 INFO O| Feb 28 11:54:10.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
57032025-02-28T11:54:11.239Z[ recovery-image] Feb 28 11:54:10.241 INFO O| Feb 28 11:54:10.241 INFO STEP 349 (remove_files) COMPLETE
57042025-02-28T11:54:11.239Z[ recovery-image] Feb 28 11:54:10.241 INFO O| Feb 28 11:54:10.241 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052025-02-28T11:54:11.271Z[ recovery-image] Feb 28 11:54:10.273 INFO O| Feb 28 11:54:10.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
57062025-02-28T11:54:11.271Z[ recovery-image] Feb 28 11:54:10.273 INFO O| Feb 28 11:54:10.273 INFO STEP 350 (remove_files) COMPLETE
57072025-02-28T11:54:11.271Z[ recovery-image] Feb 28 11:54:10.273 INFO O| Feb 28 11:54:10.273 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082025-02-28T11:54:11.326Z[ recovery-image] Feb 28 11:54:10.327 INFO O| Feb 28 11:54:10.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
57092025-02-28T11:54:11.326Z[ recovery-image] Feb 28 11:54:10.327 INFO O| Feb 28 11:54:10.327 INFO STEP 351 (remove_files) COMPLETE
57102025-02-28T11:54:11.329Z[ recovery-image] Feb 28 11:54:10.327 INFO O| Feb 28 11:54:10.327 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112025-02-28T11:54:11.347Z[ recovery-image] Feb 28 11:54:10.349 INFO O| Feb 28 11:54:10.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
57122025-02-28T11:54:11.348Z[ recovery-image] Feb 28 11:54:10.349 INFO O| Feb 28 11:54:10.349 INFO STEP 352 (remove_files) COMPLETE
57132025-02-28T11:54:11.350Z[ recovery-image] Feb 28 11:54:10.349 INFO O| Feb 28 11:54:10.349 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142025-02-28T11:54:11.387Z[ recovery-image] Feb 28 11:54:10.388 INFO O| Feb 28 11:54:10.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
57152025-02-28T11:54:11.387Z[ recovery-image] Feb 28 11:54:10.388 INFO O| Feb 28 11:54:10.388 INFO STEP 353 (remove_files) COMPLETE
57162025-02-28T11:54:11.387Z[ recovery-image] Feb 28 11:54:10.389 INFO O| Feb 28 11:54:10.388 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172025-02-28T11:54:11.419Z[ recovery-image] Feb 28 11:54:10.421 INFO O| Feb 28 11:54:10.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
57182025-02-28T11:54:11.419Z[ recovery-image] Feb 28 11:54:10.421 INFO O| Feb 28 11:54:10.421 INFO STEP 354 (remove_files) COMPLETE
57192025-02-28T11:54:11.419Z[ recovery-image] Feb 28 11:54:10.421 INFO O| Feb 28 11:54:10.421 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202025-02-28T11:54:11.462Z[ recovery-image] Feb 28 11:54:10.464 INFO O| Feb 28 11:54:10.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
57212025-02-28T11:54:11.462Z[ recovery-image] Feb 28 11:54:10.464 INFO O| Feb 28 11:54:10.464 INFO STEP 355 (remove_files) COMPLETE
57222025-02-28T11:54:11.462Z[ recovery-image] Feb 28 11:54:10.464 INFO O| Feb 28 11:54:10.464 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232025-02-28T11:54:11.483Z[ recovery-image] Feb 28 11:54:10.484 INFO O| Feb 28 11:54:10.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
57242025-02-28T11:54:11.483Z[ recovery-image] Feb 28 11:54:10.485 INFO O| Feb 28 11:54:10.485 INFO STEP 356 (remove_files) COMPLETE
57252025-02-28T11:54:11.483Z[ recovery-image] Feb 28 11:54:10.485 INFO O| Feb 28 11:54:10.485 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262025-02-28T11:54:11.504Z[ recovery-image] Feb 28 11:54:10.505 INFO O| Feb 28 11:54:10.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
57272025-02-28T11:54:11.504Z[ recovery-image] Feb 28 11:54:10.505 INFO O| Feb 28 11:54:10.505 INFO STEP 357 (remove_files) COMPLETE
57282025-02-28T11:54:11.504Z[ recovery-image] Feb 28 11:54:10.505 INFO O| Feb 28 11:54:10.505 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292025-02-28T11:54:11.524Z[ recovery-image] Feb 28 11:54:10.526 INFO O| Feb 28 11:54:10.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
57302025-02-28T11:54:11.525Z[ recovery-image] Feb 28 11:54:10.526 INFO O| Feb 28 11:54:10.526 INFO STEP 358 (remove_files) COMPLETE
57312025-02-28T11:54:11.527Z[ recovery-image] Feb 28 11:54:10.526 INFO O| Feb 28 11:54:10.526 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322025-02-28T11:54:11.547Z[ recovery-image] Feb 28 11:54:10.548 INFO O| Feb 28 11:54:10.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
57332025-02-28T11:54:11.547Z[ recovery-image] Feb 28 11:54:10.548 INFO O| Feb 28 11:54:10.548 INFO STEP 359 (remove_files) COMPLETE
57342025-02-28T11:54:11.549Z[ recovery-image] Feb 28 11:54:10.548 INFO O| Feb 28 11:54:10.548 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352025-02-28T11:54:11.634Z[ recovery-image] Feb 28 11:54:10.635 INFO O| Feb 28 11:54:10.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
57362025-02-28T11:54:11.634Z[ recovery-image] Feb 28 11:54:10.635 INFO O| Feb 28 11:54:10.635 INFO STEP 360 (remove_files) COMPLETE
57372025-02-28T11:54:11.634Z[ recovery-image] Feb 28 11:54:10.635 INFO O| Feb 28 11:54:10.635 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382025-02-28T11:54:11.687Z[ recovery-image] Feb 28 11:54:10.688 INFO O| Feb 28 11:54:10.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
57392025-02-28T11:54:11.687Z[ recovery-image] Feb 28 11:54:10.688 INFO O| Feb 28 11:54:10.688 INFO STEP 361 (remove_files) COMPLETE
57402025-02-28T11:54:11.689Z[ recovery-image] Feb 28 11:54:10.688 INFO O| Feb 28 11:54:10.688 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412025-02-28T11:54:11.705Z[ recovery-image] Feb 28 11:54:10.707 INFO O| Feb 28 11:54:10.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
57422025-02-28T11:54:11.708Z[ recovery-image] Feb 28 11:54:10.709 INFO O| Feb 28 11:54:10.709 INFO STEP 362 (remove_files) COMPLETE
57432025-02-28T11:54:11.708Z[ recovery-image] Feb 28 11:54:10.709 INFO O| Feb 28 11:54:10.709 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442025-02-28T11:54:11.765Z[ recovery-image] Feb 28 11:54:10.767 INFO O| Feb 28 11:54:10.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
57452025-02-28T11:54:11.765Z[ recovery-image] Feb 28 11:54:10.767 INFO O| Feb 28 11:54:10.767 INFO STEP 363 (remove_files) COMPLETE
57462025-02-28T11:54:11.768Z[ recovery-image] Feb 28 11:54:10.767 INFO O| Feb 28 11:54:10.767 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472025-02-28T11:54:11.785Z[ recovery-image] Feb 28 11:54:10.787 INFO O| Feb 28 11:54:10.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
57482025-02-28T11:54:11.785Z[ recovery-image] Feb 28 11:54:10.787 INFO O| Feb 28 11:54:10.787 INFO STEP 364 (remove_files) COMPLETE
57492025-02-28T11:54:11.788Z[ recovery-image] Feb 28 11:54:10.787 INFO O| Feb 28 11:54:10.787 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502025-02-28T11:54:11.806Z[ recovery-image] Feb 28 11:54:10.807 INFO O| Feb 28 11:54:10.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
57512025-02-28T11:54:11.806Z[ recovery-image] Feb 28 11:54:10.807 INFO O| Feb 28 11:54:10.807 INFO STEP 365 (remove_files) COMPLETE
57522025-02-28T11:54:11.806Z[ recovery-image] Feb 28 11:54:10.807 INFO O| Feb 28 11:54:10.807 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532025-02-28T11:54:11.830Z[ recovery-image] Feb 28 11:54:10.831 INFO O| Feb 28 11:54:10.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
57542025-02-28T11:54:11.830Z[ recovery-image] Feb 28 11:54:10.831 INFO O| Feb 28 11:54:10.831 INFO STEP 366 (remove_files) COMPLETE
57552025-02-28T11:54:11.832Z[ recovery-image] Feb 28 11:54:10.831 INFO O| Feb 28 11:54:10.831 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562025-02-28T11:54:11.853Z[ recovery-image] Feb 28 11:54:10.855 INFO O| Feb 28 11:54:10.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
57572025-02-28T11:54:11.853Z[ recovery-image] Feb 28 11:54:10.855 INFO O| Feb 28 11:54:10.855 INFO STEP 367 (remove_files) COMPLETE
57582025-02-28T11:54:11.853Z[ recovery-image] Feb 28 11:54:10.855 INFO O| Feb 28 11:54:10.855 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592025-02-28T11:54:11.884Z[ recovery-image] Feb 28 11:54:10.885 INFO O| Feb 28 11:54:10.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
57602025-02-28T11:54:11.884Z[ recovery-image] Feb 28 11:54:10.885 INFO O| Feb 28 11:54:10.885 INFO STEP 368 (remove_files) COMPLETE
57612025-02-28T11:54:11.884Z[ recovery-image] Feb 28 11:54:10.885 INFO O| Feb 28 11:54:10.885 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622025-02-28T11:54:11.929Z[ recovery-image] Feb 28 11:54:10.911 INFO O| Feb 28 11:54:10.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
57632025-02-28T11:54:11.929Z[ recovery-image] Feb 28 11:54:10.912 INFO O| Feb 28 11:54:10.912 INFO STEP 369 (remove_files) COMPLETE
57642025-02-28T11:54:11.929Z[ recovery-image] Feb 28 11:54:10.912 INFO O| Feb 28 11:54:10.912 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652025-02-28T11:54:11.932Z[ recovery-image] Feb 28 11:54:10.931 INFO O| Feb 28 11:54:10.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
57662025-02-28T11:54:11.932Z[ host-image] Feb 28 11:54:10.931 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z
57672025-02-28T11:54:11.932Z[ recovery-image] Feb 28 11:54:10.932 INFO O| Feb 28 11:54:10.931 INFO STEP 370 (remove_files) COMPLETE
57682025-02-28T11:54:11.933Z[ recovery-image] Feb 28 11:54:10.932 INFO O| Feb 28 11:54:10.932 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-02-28T11:54:11.950Z[ recovery-image] Feb 28 11:54:10.952 INFO O| Feb 28 11:54:10.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
57702025-02-28T11:54:11.952Z[ recovery-image] Feb 28 11:54:10.952 INFO O| Feb 28 11:54:10.952 INFO STEP 371 (remove_files) COMPLETE
57712025-02-28T11:54:11.952Z[ recovery-image] Feb 28 11:54:10.952 INFO O| Feb 28 11:54:10.952 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-02-28T11:54:11.970Z[ recovery-image] Feb 28 11:54:10.972 INFO O| Feb 28 11:54:10.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
57732025-02-28T11:54:11.973Z[ recovery-image] Feb 28 11:54:10.972 INFO O| Feb 28 11:54:10.972 INFO STEP 372 (remove_files) COMPLETE
57742025-02-28T11:54:11.973Z[ recovery-image] Feb 28 11:54:10.972 INFO O| Feb 28 11:54:10.972 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-02-28T11:54:11.990Z[ recovery-image] Feb 28 11:54:10.991 INFO O| Feb 28 11:54:10.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
57762025-02-28T11:54:11.992Z[ recovery-image] Feb 28 11:54:10.991 INFO O| Feb 28 11:54:10.991 INFO STEP 373 (remove_files) COMPLETE
57772025-02-28T11:54:11.992Z[ recovery-image] Feb 28 11:54:10.991 INFO O| Feb 28 11:54:10.991 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-02-28T11:54:12.010Z[ recovery-image] Feb 28 11:54:11.012 INFO O| Feb 28 11:54:11.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
57792025-02-28T11:54:12.030Z[ recovery-image] Feb 28 11:54:11.032 INFO O| Feb 28 11:54:11.032 INFO STEP 374 (remove_files) COMPLETE
57802025-02-28T11:54:12.030Z[ recovery-image] Feb 28 11:54:11.032 INFO O| Feb 28 11:54:11.032 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812025-02-28T11:54:12.052Z[ recovery-image] Feb 28 11:54:11.054 INFO O| Feb 28 11:54:11.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
57822025-02-28T11:54:12.055Z[ recovery-image] Feb 28 11:54:11.054 INFO O| Feb 28 11:54:11.054 INFO STEP 375 (remove_files) COMPLETE
57832025-02-28T11:54:12.055Z[ recovery-image] Feb 28 11:54:11.054 INFO O| Feb 28 11:54:11.054 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842025-02-28T11:54:12.104Z[ recovery-image] Feb 28 11:54:11.106 INFO O| Feb 28 11:54:11.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
57852025-02-28T11:54:12.107Z[ recovery-image] Feb 28 11:54:11.106 INFO O| Feb 28 11:54:11.106 INFO STEP 376 (remove_files) COMPLETE
57862025-02-28T11:54:12.107Z[ recovery-image] Feb 28 11:54:11.106 INFO O| Feb 28 11:54:11.106 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872025-02-28T11:54:12.149Z[ recovery-image] Feb 28 11:54:11.151 INFO O| Feb 28 11:54:11.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
57882025-02-28T11:54:12.149Z[ recovery-image] Feb 28 11:54:11.151 INFO O| Feb 28 11:54:11.151 INFO STEP 377 (remove_files) COMPLETE
57892025-02-28T11:54:12.149Z[ recovery-image] Feb 28 11:54:11.151 INFO O| Feb 28 11:54:11.151 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902025-02-28T11:54:12.169Z[ recovery-image] Feb 28 11:54:11.171 INFO O| Feb 28 11:54:11.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
57912025-02-28T11:54:12.169Z[ recovery-image] Feb 28 11:54:11.171 INFO O| Feb 28 11:54:11.171 INFO STEP 378 (remove_files) COMPLETE
57922025-02-28T11:54:12.169Z[ recovery-image] Feb 28 11:54:11.171 INFO O| Feb 28 11:54:11.171 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932025-02-28T11:54:12.205Z[ recovery-image] Feb 28 11:54:11.206 INFO O| Feb 28 11:54:11.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
57942025-02-28T11:54:12.207Z[ recovery-image] Feb 28 11:54:11.206 INFO O| Feb 28 11:54:11.206 INFO STEP 379 (remove_files) COMPLETE
57952025-02-28T11:54:12.207Z[ recovery-image] Feb 28 11:54:11.207 INFO O| Feb 28 11:54:11.206 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962025-02-28T11:54:12.229Z[ recovery-image] Feb 28 11:54:11.230 INFO O| Feb 28 11:54:11.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
57972025-02-28T11:54:12.231Z[ recovery-image] Feb 28 11:54:11.230 INFO O| Feb 28 11:54:11.230 INFO STEP 380 (remove_files) COMPLETE
57982025-02-28T11:54:12.231Z[ recovery-image] Feb 28 11:54:11.230 INFO O| Feb 28 11:54:11.230 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992025-02-28T11:54:12.261Z[ recovery-image] Feb 28 11:54:11.262 INFO O| Feb 28 11:54:11.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
58002025-02-28T11:54:12.261Z[ recovery-image] Feb 28 11:54:11.262 INFO O| Feb 28 11:54:11.262 INFO STEP 381 (remove_files) COMPLETE
58012025-02-28T11:54:12.263Z[ recovery-image] Feb 28 11:54:11.262 INFO O| Feb 28 11:54:11.262 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022025-02-28T11:54:12.282Z[ recovery-image] Feb 28 11:54:11.283 INFO O| Feb 28 11:54:11.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
58032025-02-28T11:54:12.282Z[ recovery-image] Feb 28 11:54:11.283 INFO O| Feb 28 11:54:11.283 INFO STEP 382 (remove_files) COMPLETE
58042025-02-28T11:54:12.284Z[ recovery-image] Feb 28 11:54:11.283 INFO O| Feb 28 11:54:11.283 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052025-02-28T11:54:12.302Z[ recovery-image] Feb 28 11:54:11.304 INFO O| Feb 28 11:54:11.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
58062025-02-28T11:54:12.302Z[ recovery-image] Feb 28 11:54:11.304 INFO O| Feb 28 11:54:11.304 INFO STEP 383 (remove_files) COMPLETE
58072025-02-28T11:54:12.305Z[ recovery-image] Feb 28 11:54:11.304 INFO O| Feb 28 11:54:11.304 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082025-02-28T11:54:12.325Z[ recovery-image] Feb 28 11:54:11.326 INFO O| Feb 28 11:54:11.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
58092025-02-28T11:54:12.325Z[ recovery-image] Feb 28 11:54:11.326 INFO O| Feb 28 11:54:11.326 INFO STEP 384 (remove_files) COMPLETE
58102025-02-28T11:54:12.327Z[ recovery-image] Feb 28 11:54:11.327 INFO O| Feb 28 11:54:11.326 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112025-02-28T11:54:12.360Z[ recovery-image] Feb 28 11:54:11.362 INFO O| Feb 28 11:54:11.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
58122025-02-28T11:54:12.374Z[ recovery-image] Feb 28 11:54:11.376 INFO O| Feb 28 11:54:11.376 INFO STEP 385 (remove_files) COMPLETE
58132025-02-28T11:54:12.374Z[ recovery-image] Feb 28 11:54:11.376 INFO O| Feb 28 11:54:11.376 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142025-02-28T11:54:12.396Z[ recovery-image] Feb 28 11:54:11.397 INFO O| Feb 28 11:54:11.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
58152025-02-28T11:54:12.398Z[ recovery-image] Feb 28 11:54:11.398 INFO O| Feb 28 11:54:11.398 INFO STEP 386 (remove_files) COMPLETE
58162025-02-28T11:54:12.398Z[ recovery-image] Feb 28 11:54:11.398 INFO O| Feb 28 11:54:11.398 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172025-02-28T11:54:12.418Z[ recovery-image] Feb 28 11:54:11.419 INFO O| Feb 28 11:54:11.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
58182025-02-28T11:54:12.418Z[ recovery-image] Feb 28 11:54:11.419 INFO O| Feb 28 11:54:11.419 INFO STEP 387 (remove_files) COMPLETE
58192025-02-28T11:54:12.418Z[ recovery-image] Feb 28 11:54:11.419 INFO O| Feb 28 11:54:11.419 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202025-02-28T11:54:12.439Z[ recovery-image] Feb 28 11:54:11.440 INFO O| Feb 28 11:54:11.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
58212025-02-28T11:54:12.439Z[ recovery-image] Feb 28 11:54:11.440 INFO O| Feb 28 11:54:11.440 INFO STEP 388 (remove_files) COMPLETE
58222025-02-28T11:54:12.439Z[ recovery-image] Feb 28 11:54:11.440 INFO O| Feb 28 11:54:11.440 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232025-02-28T11:54:12.459Z[ recovery-image] Feb 28 11:54:11.460 INFO O| Feb 28 11:54:11.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
58242025-02-28T11:54:12.459Z[ recovery-image] Feb 28 11:54:11.460 INFO O| Feb 28 11:54:11.460 INFO STEP 389 (remove_files) COMPLETE
58252025-02-28T11:54:12.459Z[ recovery-image] Feb 28 11:54:11.460 INFO O| Feb 28 11:54:11.460 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262025-02-28T11:54:12.478Z[ recovery-image] Feb 28 11:54:11.479 INFO O| Feb 28 11:54:11.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
58272025-02-28T11:54:12.478Z[ recovery-image] Feb 28 11:54:11.479 INFO O| Feb 28 11:54:11.479 INFO STEP 390 (remove_files) COMPLETE
58282025-02-28T11:54:12.479Z[ recovery-image] Feb 28 11:54:11.479 INFO O| Feb 28 11:54:11.479 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292025-02-28T11:54:12.515Z[ recovery-image] Feb 28 11:54:11.516 INFO O| Feb 28 11:54:11.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
58302025-02-28T11:54:12.515Z[ recovery-image] Feb 28 11:54:11.516 INFO O| Feb 28 11:54:11.516 INFO STEP 391 (remove_files) COMPLETE
58312025-02-28T11:54:12.515Z[ recovery-image] Feb 28 11:54:11.516 INFO O| Feb 28 11:54:11.516 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322025-02-28T11:54:12.536Z[ recovery-image] Feb 28 11:54:11.537 INFO O| Feb 28 11:54:11.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
58332025-02-28T11:54:12.536Z[ recovery-image] Feb 28 11:54:11.537 INFO O| Feb 28 11:54:11.537 INFO STEP 392 (remove_files) COMPLETE
58342025-02-28T11:54:12.536Z[ recovery-image] Feb 28 11:54:11.537 INFO O| Feb 28 11:54:11.537 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352025-02-28T11:54:12.577Z[ recovery-image] Feb 28 11:54:11.579 INFO O| Feb 28 11:54:11.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
58362025-02-28T11:54:12.580Z[ recovery-image] Feb 28 11:54:11.579 INFO O| Feb 28 11:54:11.579 INFO STEP 393 (remove_files) COMPLETE
58372025-02-28T11:54:12.580Z[ recovery-image] Feb 28 11:54:11.579 INFO O| Feb 28 11:54:11.579 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382025-02-28T11:54:12.599Z[ recovery-image] Feb 28 11:54:11.600 INFO O| Feb 28 11:54:11.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
58392025-02-28T11:54:12.599Z[ recovery-image] Feb 28 11:54:11.600 INFO O| Feb 28 11:54:11.600 INFO STEP 394 (remove_files) COMPLETE
58402025-02-28T11:54:12.602Z[ recovery-image] Feb 28 11:54:11.600 INFO O| Feb 28 11:54:11.600 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412025-02-28T11:54:12.620Z[ recovery-image] Feb 28 11:54:11.621 INFO O| Feb 28 11:54:11.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
58422025-02-28T11:54:12.622Z[ recovery-image] Feb 28 11:54:11.621 INFO O| Feb 28 11:54:11.621 INFO STEP 395 (remove_files) COMPLETE
58432025-02-28T11:54:12.622Z[ recovery-image] Feb 28 11:54:11.622 INFO O| Feb 28 11:54:11.622 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442025-02-28T11:54:12.652Z[ recovery-image] Feb 28 11:54:11.653 INFO O| Feb 28 11:54:11.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
58452025-02-28T11:54:12.654Z[ recovery-image] Feb 28 11:54:11.653 INFO O| Feb 28 11:54:11.653 INFO STEP 396 (remove_files) COMPLETE
58462025-02-28T11:54:12.655Z[ recovery-image] Feb 28 11:54:11.654 INFO O| Feb 28 11:54:11.653 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472025-02-28T11:54:12.674Z[ recovery-image] Feb 28 11:54:11.675 INFO O| Feb 28 11:54:11.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
58482025-02-28T11:54:12.677Z[ recovery-image] Feb 28 11:54:11.676 INFO O| Feb 28 11:54:11.676 INFO STEP 397 (remove_files) COMPLETE
58492025-02-28T11:54:12.677Z[ recovery-image] Feb 28 11:54:11.676 INFO O| Feb 28 11:54:11.676 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502025-02-28T11:54:12.697Z[ recovery-image] Feb 28 11:54:11.698 INFO O| Feb 28 11:54:11.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
58512025-02-28T11:54:12.697Z[ recovery-image] Feb 28 11:54:11.699 INFO O| Feb 28 11:54:11.699 INFO STEP 398 (remove_files) COMPLETE
58522025-02-28T11:54:12.700Z[ recovery-image] Feb 28 11:54:11.699 INFO O| Feb 28 11:54:11.699 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532025-02-28T11:54:12.733Z[ recovery-image] Feb 28 11:54:11.734 INFO O| Feb 28 11:54:11.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
58542025-02-28T11:54:12.733Z[ recovery-image] Feb 28 11:54:11.734 INFO O| Feb 28 11:54:11.734 INFO STEP 399 (remove_files) COMPLETE
58552025-02-28T11:54:12.733Z[ recovery-image] Feb 28 11:54:11.734 INFO O| Feb 28 11:54:11.734 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562025-02-28T11:54:12.758Z[ recovery-image] Feb 28 11:54:11.759 INFO O| Feb 28 11:54:11.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
58572025-02-28T11:54:12.758Z[ recovery-image] Feb 28 11:54:11.759 INFO O| Feb 28 11:54:11.759 INFO STEP 400 (remove_files) COMPLETE
58582025-02-28T11:54:12.758Z[ recovery-image] Feb 28 11:54:11.759 INFO O| Feb 28 11:54:11.759 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592025-02-28T11:54:12.786Z[ recovery-image] Feb 28 11:54:11.787 INFO O| Feb 28 11:54:11.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
58602025-02-28T11:54:12.786Z[ recovery-image] Feb 28 11:54:11.787 INFO O| Feb 28 11:54:11.787 INFO STEP 401 (remove_files) COMPLETE
58612025-02-28T11:54:12.788Z[ recovery-image] Feb 28 11:54:11.787 INFO O| Feb 28 11:54:11.787 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622025-02-28T11:54:12.846Z[ recovery-image] Feb 28 11:54:11.848 INFO O| Feb 28 11:54:11.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
58632025-02-28T11:54:12.867Z[ recovery-image] Feb 28 11:54:11.869 INFO O| Feb 28 11:54:11.869 INFO STEP 402 (remove_files) COMPLETE
58642025-02-28T11:54:12.867Z[ recovery-image] Feb 28 11:54:11.869 INFO O| Feb 28 11:54:11.869 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652025-02-28T11:54:12.984Z[ recovery-image] Feb 28 11:54:11.986 INFO O| Feb 28 11:54:11.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
58662025-02-28T11:54:12.984Z[ recovery-image] Feb 28 11:54:11.986 INFO O| Feb 28 11:54:11.986 INFO STEP 403 (remove_files) COMPLETE
58672025-02-28T11:54:12.987Z[ recovery-image] Feb 28 11:54:11.986 INFO O| Feb 28 11:54:11.986 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682025-02-28T11:54:13.012Z[ recovery-image] Feb 28 11:54:12.013 INFO O| Feb 28 11:54:12.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
58692025-02-28T11:54:13.015Z[ recovery-image] Feb 28 11:54:12.013 INFO O| Feb 28 11:54:12.013 INFO STEP 404 (remove_files) COMPLETE
58702025-02-28T11:54:13.015Z[ recovery-image] Feb 28 11:54:12.013 INFO O| Feb 28 11:54:12.013 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712025-02-28T11:54:13.036Z[ recovery-image] Feb 28 11:54:12.037 INFO O| Feb 28 11:54:12.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
58722025-02-28T11:54:13.036Z[ recovery-image] Feb 28 11:54:12.037 INFO O| Feb 28 11:54:12.037 INFO STEP 405 (remove_files) COMPLETE
58732025-02-28T11:54:13.039Z[ recovery-image] Feb 28 11:54:12.037 INFO O| Feb 28 11:54:12.037 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742025-02-28T11:54:13.068Z[ recovery-image] Feb 28 11:54:12.068 INFO O| Feb 28 11:54:12.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
58752025-02-28T11:54:13.068Z[ recovery-image] Feb 28 11:54:12.068 INFO O| Feb 28 11:54:12.068 INFO STEP 406 (remove_files) COMPLETE
58762025-02-28T11:54:13.068Z[ recovery-image] Feb 28 11:54:12.068 INFO O| Feb 28 11:54:12.068 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772025-02-28T11:54:13.101Z[ recovery-image] Feb 28 11:54:12.102 INFO O| Feb 28 11:54:12.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
58782025-02-28T11:54:13.101Z[ recovery-image] Feb 28 11:54:12.102 INFO O| Feb 28 11:54:12.102 INFO STEP 407 (remove_files) COMPLETE
58792025-02-28T11:54:13.101Z[ recovery-image] Feb 28 11:54:12.102 INFO O| Feb 28 11:54:12.102 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802025-02-28T11:54:13.122Z[ recovery-image] Feb 28 11:54:12.124 INFO O| Feb 28 11:54:12.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
58812025-02-28T11:54:13.122Z[ recovery-image] Feb 28 11:54:12.124 INFO O| Feb 28 11:54:12.124 INFO STEP 408 (remove_files) COMPLETE
58822025-02-28T11:54:13.122Z[ recovery-image] Feb 28 11:54:12.124 INFO O| Feb 28 11:54:12.124 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832025-02-28T11:54:13.156Z[ recovery-image] Feb 28 11:54:12.157 INFO O| Feb 28 11:54:12.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
58842025-02-28T11:54:13.156Z[ recovery-image] Feb 28 11:54:12.157 INFO O| Feb 28 11:54:12.157 INFO STEP 409 (remove_files) COMPLETE
58852025-02-28T11:54:13.156Z[ recovery-image] Feb 28 11:54:12.157 INFO O| Feb 28 11:54:12.157 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862025-02-28T11:54:13.188Z[ recovery-image] Feb 28 11:54:12.189 INFO O| Feb 28 11:54:12.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
58872025-02-28T11:54:13.188Z[ recovery-image] Feb 28 11:54:12.189 INFO O| Feb 28 11:54:12.189 INFO STEP 410 (remove_files) COMPLETE
58882025-02-28T11:54:13.188Z[ recovery-image] Feb 28 11:54:12.189 INFO O| Feb 28 11:54:12.189 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892025-02-28T11:54:13.227Z[ recovery-image] Feb 28 11:54:12.228 INFO O| Feb 28 11:54:12.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
58902025-02-28T11:54:13.227Z[ recovery-image] Feb 28 11:54:12.228 INFO O| Feb 28 11:54:12.228 INFO STEP 411 (remove_files) COMPLETE
58912025-02-28T11:54:13.229Z[ recovery-image] Feb 28 11:54:12.228 INFO O| Feb 28 11:54:12.228 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922025-02-28T11:54:13.252Z[ recovery-image] Feb 28 11:54:12.253 INFO O| Feb 28 11:54:12.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
58932025-02-28T11:54:13.252Z[ recovery-image] Feb 28 11:54:12.253 INFO O| Feb 28 11:54:12.253 INFO STEP 412 (remove_files) COMPLETE
58942025-02-28T11:54:13.252Z[ recovery-image] Feb 28 11:54:12.253 INFO O| Feb 28 11:54:12.253 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952025-02-28T11:54:13.273Z[ recovery-image] Feb 28 11:54:12.275 INFO O| Feb 28 11:54:12.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
58962025-02-28T11:54:13.273Z[ recovery-image] Feb 28 11:54:12.275 INFO O| Feb 28 11:54:12.275 INFO STEP 413 (remove_files) COMPLETE
58972025-02-28T11:54:13.276Z[ recovery-image] Feb 28 11:54:12.275 INFO O| Feb 28 11:54:12.275 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982025-02-28T11:54:13.310Z[ recovery-image] Feb 28 11:54:12.312 INFO O| Feb 28 11:54:12.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
58992025-02-28T11:54:13.310Z[ recovery-image] Feb 28 11:54:12.312 INFO O| Feb 28 11:54:12.312 INFO STEP 414 (remove_files) COMPLETE
59002025-02-28T11:54:13.310Z[ recovery-image] Feb 28 11:54:12.312 INFO O| Feb 28 11:54:12.312 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012025-02-28T11:54:13.355Z[ recovery-image] Feb 28 11:54:12.357 INFO O| Feb 28 11:54:12.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
59022025-02-28T11:54:13.358Z[ recovery-image] Feb 28 11:54:12.357 INFO O| Feb 28 11:54:12.357 INFO STEP 415 (remove_files) COMPLETE
59032025-02-28T11:54:13.358Z[ recovery-image] Feb 28 11:54:12.357 INFO O| Feb 28 11:54:12.357 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042025-02-28T11:54:13.379Z[ recovery-image] Feb 28 11:54:12.380 INFO O| Feb 28 11:54:12.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
59052025-02-28T11:54:13.381Z[ recovery-image] Feb 28 11:54:12.380 INFO O| Feb 28 11:54:12.380 INFO STEP 416 (remove_files) COMPLETE
59062025-02-28T11:54:13.381Z[ recovery-image] Feb 28 11:54:12.380 INFO O| Feb 28 11:54:12.380 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072025-02-28T11:54:13.423Z[ recovery-image] Feb 28 11:54:12.423 INFO O| Feb 28 11:54:12.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
59082025-02-28T11:54:13.423Z[ recovery-image] Feb 28 11:54:12.424 INFO O| Feb 28 11:54:12.423 INFO STEP 417 (remove_files) COMPLETE
59092025-02-28T11:54:13.423Z[ recovery-image] Feb 28 11:54:12.424 INFO O| Feb 28 11:54:12.423 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102025-02-28T11:54:13.444Z[ recovery-image] Feb 28 11:54:12.445 INFO O| Feb 28 11:54:12.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
59112025-02-28T11:54:13.444Z[ recovery-image] Feb 28 11:54:12.445 INFO O| Feb 28 11:54:12.445 INFO STEP 418 (remove_files) COMPLETE
59122025-02-28T11:54:13.444Z[ recovery-image] Feb 28 11:54:12.445 INFO O| Feb 28 11:54:12.445 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132025-02-28T11:54:13.485Z[ recovery-image] Feb 28 11:54:12.487 INFO O| Feb 28 11:54:12.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
59142025-02-28T11:54:13.485Z[ recovery-image] Feb 28 11:54:12.487 INFO O| Feb 28 11:54:12.487 INFO STEP 419 (remove_files) COMPLETE
59152025-02-28T11:54:13.488Z[ recovery-image] Feb 28 11:54:12.487 INFO O| Feb 28 11:54:12.487 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162025-02-28T11:54:13.507Z[ recovery-image] Feb 28 11:54:12.508 INFO O| Feb 28 11:54:12.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
59172025-02-28T11:54:13.507Z[ recovery-image] Feb 28 11:54:12.508 INFO O| Feb 28 11:54:12.508 INFO STEP 420 (remove_files) COMPLETE
59182025-02-28T11:54:13.507Z[ recovery-image] Feb 28 11:54:12.508 INFO O| Feb 28 11:54:12.508 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192025-02-28T11:54:13.530Z[ recovery-image] Feb 28 11:54:12.531 INFO O| Feb 28 11:54:12.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
59202025-02-28T11:54:13.530Z[ recovery-image] Feb 28 11:54:12.531 INFO O| Feb 28 11:54:12.531 INFO STEP 421 (remove_files) COMPLETE
59212025-02-28T11:54:13.530Z[ recovery-image] Feb 28 11:54:12.531 INFO O| Feb 28 11:54:12.531 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222025-02-28T11:54:13.568Z[ recovery-image] Feb 28 11:54:12.569 INFO O| Feb 28 11:54:12.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
59232025-02-28T11:54:13.568Z[ recovery-image] Feb 28 11:54:12.569 INFO O| Feb 28 11:54:12.569 INFO STEP 422 (remove_files) COMPLETE
59242025-02-28T11:54:13.568Z[ recovery-image] Feb 28 11:54:12.569 INFO O| Feb 28 11:54:12.569 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252025-02-28T11:54:13.588Z[ recovery-image] Feb 28 11:54:12.590 INFO O| Feb 28 11:54:12.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
59262025-02-28T11:54:13.588Z[ recovery-image] Feb 28 11:54:12.590 INFO O| Feb 28 11:54:12.590 INFO STEP 423 (remove_files) COMPLETE
59272025-02-28T11:54:13.588Z[ recovery-image] Feb 28 11:54:12.590 INFO O| Feb 28 11:54:12.590 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282025-02-28T11:54:13.610Z[ recovery-image] Feb 28 11:54:12.611 INFO O| Feb 28 11:54:12.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
59292025-02-28T11:54:13.610Z[ recovery-image] Feb 28 11:54:12.612 INFO O| Feb 28 11:54:12.612 INFO STEP 424 (remove_files) COMPLETE
59302025-02-28T11:54:13.610Z[ recovery-image] Feb 28 11:54:12.612 INFO O| Feb 28 11:54:12.612 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312025-02-28T11:54:13.633Z[ recovery-image] Feb 28 11:54:12.635 INFO O| Feb 28 11:54:12.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
59322025-02-28T11:54:13.633Z[ recovery-image] Feb 28 11:54:12.635 INFO O| Feb 28 11:54:12.635 INFO STEP 425 (remove_files) COMPLETE
59332025-02-28T11:54:13.634Z[ recovery-image] Feb 28 11:54:12.635 INFO O| Feb 28 11:54:12.635 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342025-02-28T11:54:13.662Z[ recovery-image] Feb 28 11:54:12.663 INFO O| Feb 28 11:54:12.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
59352025-02-28T11:54:13.664Z[ recovery-image] Feb 28 11:54:12.664 INFO O| Feb 28 11:54:12.663 INFO STEP 426 (remove_files) COMPLETE
59362025-02-28T11:54:13.665Z[ recovery-image] Feb 28 11:54:12.664 INFO O| Feb 28 11:54:12.664 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372025-02-28T11:54:13.686Z[ recovery-image] Feb 28 11:54:12.687 INFO O| Feb 28 11:54:12.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
59382025-02-28T11:54:13.689Z[ recovery-image] Feb 28 11:54:12.687 INFO O| Feb 28 11:54:12.687 INFO STEP 427 (remove_files) COMPLETE
59392025-02-28T11:54:13.689Z[ recovery-image] Feb 28 11:54:12.687 INFO O| Feb 28 11:54:12.687 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402025-02-28T11:54:13.707Z[ recovery-image] Feb 28 11:54:12.708 INFO O| Feb 28 11:54:12.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
59412025-02-28T11:54:13.710Z[ recovery-image] Feb 28 11:54:12.709 INFO O| Feb 28 11:54:12.709 INFO STEP 428 (remove_files) COMPLETE
59422025-02-28T11:54:13.710Z[ recovery-image] Feb 28 11:54:12.709 INFO O| Feb 28 11:54:12.709 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432025-02-28T11:54:13.790Z[ recovery-image] Feb 28 11:54:12.791 INFO O| Feb 28 11:54:12.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
59442025-02-28T11:54:13.790Z[ recovery-image] Feb 28 11:54:12.791 INFO O| Feb 28 11:54:12.791 INFO STEP 429 (remove_files) COMPLETE
59452025-02-28T11:54:13.790Z[ recovery-image] Feb 28 11:54:12.791 INFO O| Feb 28 11:54:12.791 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462025-02-28T11:54:13.817Z[ recovery-image] Feb 28 11:54:12.818 INFO O| Feb 28 11:54:12.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
59472025-02-28T11:54:13.817Z[ recovery-image] Feb 28 11:54:12.818 INFO O| Feb 28 11:54:12.818 INFO STEP 430 (remove_files) COMPLETE
59482025-02-28T11:54:13.817Z[ recovery-image] Feb 28 11:54:12.818 INFO O| Feb 28 11:54:12.818 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492025-02-28T11:54:13.838Z[ recovery-image] Feb 28 11:54:12.839 INFO O| Feb 28 11:54:12.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
59502025-02-28T11:54:13.838Z[ recovery-image] Feb 28 11:54:12.839 INFO O| Feb 28 11:54:12.839 INFO STEP 431 (remove_files) COMPLETE
59512025-02-28T11:54:13.838Z[ recovery-image] Feb 28 11:54:12.839 INFO O| Feb 28 11:54:12.839 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522025-02-28T11:54:13.857Z[ recovery-image] Feb 28 11:54:12.859 INFO O| Feb 28 11:54:12.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
59532025-02-28T11:54:13.857Z[ recovery-image] Feb 28 11:54:12.859 INFO O| Feb 28 11:54:12.859 INFO STEP 432 (remove_files) COMPLETE
59542025-02-28T11:54:13.860Z[ recovery-image] Feb 28 11:54:12.859 INFO O| Feb 28 11:54:12.859 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552025-02-28T11:54:13.875Z[ recovery-image] Feb 28 11:54:12.877 INFO O| Feb 28 11:54:12.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
59562025-02-28T11:54:13.875Z[ recovery-image] Feb 28 11:54:12.877 INFO O| Feb 28 11:54:12.877 INFO STEP 433 (remove_files) COMPLETE
59572025-02-28T11:54:13.875Z[ recovery-image] Feb 28 11:54:12.877 INFO O| Feb 28 11:54:12.877 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582025-02-28T11:54:13.893Z[ recovery-image] Feb 28 11:54:12.894 INFO O| Feb 28 11:54:12.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
59592025-02-28T11:54:13.893Z[ recovery-image] Feb 28 11:54:12.894 INFO O| Feb 28 11:54:12.894 INFO STEP 434 (remove_files) COMPLETE
59602025-02-28T11:54:13.896Z[ recovery-image] Feb 28 11:54:12.894 INFO O| Feb 28 11:54:12.894 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612025-02-28T11:54:13.911Z[ recovery-image] Feb 28 11:54:12.912 INFO O| Feb 28 11:54:12.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
59622025-02-28T11:54:13.911Z[ recovery-image] Feb 28 11:54:12.912 INFO O| Feb 28 11:54:12.912 INFO STEP 435 (remove_files) COMPLETE
59632025-02-28T11:54:13.911Z[ recovery-image] Feb 28 11:54:12.912 INFO O| Feb 28 11:54:12.912 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642025-02-28T11:54:13.931Z[ recovery-image] Feb 28 11:54:12.932 INFO O| Feb 28 11:54:12.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
59652025-02-28T11:54:13.931Z[ recovery-image] Feb 28 11:54:12.933 INFO O| Feb 28 11:54:12.933 INFO STEP 436 (remove_files) COMPLETE
59662025-02-28T11:54:13.931Z[ recovery-image] Feb 28 11:54:12.933 INFO O| Feb 28 11:54:12.933 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672025-02-28T11:54:13.968Z[ recovery-image] Feb 28 11:54:12.969 INFO O| Feb 28 11:54:12.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
59682025-02-28T11:54:13.968Z[ recovery-image] Feb 28 11:54:12.969 INFO O| Feb 28 11:54:12.969 INFO STEP 437 (remove_files) COMPLETE
59692025-02-28T11:54:13.968Z[ recovery-image] Feb 28 11:54:12.969 INFO O| Feb 28 11:54:12.969 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702025-02-28T11:54:13.990Z[ recovery-image] Feb 28 11:54:12.991 INFO O| Feb 28 11:54:12.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
59712025-02-28T11:54:14.010Z[ recovery-image] Feb 28 11:54:13.011 INFO O| Feb 28 11:54:13.011 INFO STEP 438 (remove_files) COMPLETE
59722025-02-28T11:54:14.010Z[ recovery-image] Feb 28 11:54:13.011 INFO O| Feb 28 11:54:13.011 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732025-02-28T11:54:14.033Z[ recovery-image] Feb 28 11:54:13.034 INFO O| Feb 28 11:54:13.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
59742025-02-28T11:54:14.033Z[ recovery-image] Feb 28 11:54:13.034 INFO O| Feb 28 11:54:13.034 INFO STEP 439 (remove_files) COMPLETE
59752025-02-28T11:54:14.033Z[ recovery-image] Feb 28 11:54:13.034 INFO O| Feb 28 11:54:13.034 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762025-02-28T11:54:14.109Z[ recovery-image] Feb 28 11:54:13.110 INFO O| Feb 28 11:54:13.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
59772025-02-28T11:54:14.109Z[ recovery-image] Feb 28 11:54:13.110 INFO O| Feb 28 11:54:13.110 INFO STEP 440 (remove_files) COMPLETE
59782025-02-28T11:54:14.111Z[ recovery-image] Feb 28 11:54:13.110 INFO O| Feb 28 11:54:13.110 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792025-02-28T11:54:14.143Z[ recovery-image] Feb 28 11:54:13.145 INFO O| Feb 28 11:54:13.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
59802025-02-28T11:54:14.143Z[ recovery-image] Feb 28 11:54:13.145 INFO O| Feb 28 11:54:13.145 INFO STEP 441 (remove_files) COMPLETE
59812025-02-28T11:54:14.143Z[ recovery-image] Feb 28 11:54:13.145 INFO O| Feb 28 11:54:13.145 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822025-02-28T11:54:14.162Z[ recovery-image] Feb 28 11:54:13.163 INFO O| Feb 28 11:54:13.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
59832025-02-28T11:54:14.162Z[ recovery-image] Feb 28 11:54:13.163 INFO O| Feb 28 11:54:13.163 INFO STEP 442 (remove_files) COMPLETE
59842025-02-28T11:54:14.162Z[ recovery-image] Feb 28 11:54:13.163 INFO O| Feb 28 11:54:13.163 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852025-02-28T11:54:14.243Z[ recovery-image] Feb 28 11:54:13.243 INFO O| Feb 28 11:54:13.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
59862025-02-28T11:54:14.243Z[ recovery-image] Feb 28 11:54:13.243 INFO O| Feb 28 11:54:13.243 INFO STEP 443 (remove_files) COMPLETE
59872025-02-28T11:54:14.243Z[ recovery-image] Feb 28 11:54:13.243 INFO O| Feb 28 11:54:13.243 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882025-02-28T11:54:14.301Z[ recovery-image] Feb 28 11:54:13.302 INFO O| Feb 28 11:54:13.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
59892025-02-28T11:54:14.301Z[ recovery-image] Feb 28 11:54:13.303 INFO O| Feb 28 11:54:13.303 INFO STEP 444 (remove_files) COMPLETE
59902025-02-28T11:54:14.301Z[ recovery-image] Feb 28 11:54:13.303 INFO O| Feb 28 11:54:13.303 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912025-02-28T11:54:14.323Z[ recovery-image] Feb 28 11:54:13.324 INFO O| Feb 28 11:54:13.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
59922025-02-28T11:54:14.323Z[ recovery-image] Feb 28 11:54:13.324 INFO O| Feb 28 11:54:13.324 INFO STEP 445 (remove_files) COMPLETE
59932025-02-28T11:54:14.323Z[ recovery-image] Feb 28 11:54:13.324 INFO O| Feb 28 11:54:13.324 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942025-02-28T11:54:14.356Z[ recovery-image] Feb 28 11:54:13.357 INFO O| Feb 28 11:54:13.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
59952025-02-28T11:54:14.356Z[ recovery-image] Feb 28 11:54:13.357 INFO O| Feb 28 11:54:13.357 INFO STEP 446 (remove_files) COMPLETE
59962025-02-28T11:54:14.356Z[ recovery-image] Feb 28 11:54:13.357 INFO O| Feb 28 11:54:13.357 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972025-02-28T11:54:14.379Z[ recovery-image] Feb 28 11:54:13.380 INFO O| Feb 28 11:54:13.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
59982025-02-28T11:54:14.379Z[ recovery-image] Feb 28 11:54:13.380 INFO O| Feb 28 11:54:13.380 INFO STEP 447 (remove_files) COMPLETE
59992025-02-28T11:54:14.379Z[ recovery-image] Feb 28 11:54:13.380 INFO O| Feb 28 11:54:13.380 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002025-02-28T11:54:14.401Z[ recovery-image] Feb 28 11:54:13.402 INFO O| Feb 28 11:54:13.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
60012025-02-28T11:54:14.401Z[ recovery-image] Feb 28 11:54:13.402 INFO O| Feb 28 11:54:13.402 INFO STEP 448 (remove_files) COMPLETE
60022025-02-28T11:54:14.401Z[ recovery-image] Feb 28 11:54:13.402 INFO O| Feb 28 11:54:13.402 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032025-02-28T11:54:14.483Z[ recovery-image] Feb 28 11:54:13.484 INFO O| Feb 28 11:54:13.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
60042025-02-28T11:54:14.483Z[ recovery-image] Feb 28 11:54:13.485 INFO O| Feb 28 11:54:13.485 INFO STEP 449 (remove_files) COMPLETE
60052025-02-28T11:54:14.483Z[ recovery-image] Feb 28 11:54:13.485 INFO O| Feb 28 11:54:13.485 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062025-02-28T11:54:14.523Z[ recovery-image] Feb 28 11:54:13.524 INFO O| Feb 28 11:54:13.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
60072025-02-28T11:54:14.523Z[ recovery-image] Feb 28 11:54:13.524 INFO O| Feb 28 11:54:13.520 INFO STEP 450 (remove_files) COMPLETE
60082025-02-28T11:54:14.523Z[ recovery-image] Feb 28 11:54:13.524 INFO O| Feb 28 11:54:13.520 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092025-02-28T11:54:14.553Z[ recovery-image] Feb 28 11:54:13.554 INFO O| Feb 28 11:54:13.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
60102025-02-28T11:54:14.555Z[ recovery-image] Feb 28 11:54:13.554 INFO O| Feb 28 11:54:13.554 INFO STEP 451 (remove_files) COMPLETE
60112025-02-28T11:54:14.556Z[ recovery-image] Feb 28 11:54:13.554 INFO O| Feb 28 11:54:13.554 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122025-02-28T11:54:14.573Z[ recovery-image] Feb 28 11:54:13.574 INFO O| Feb 28 11:54:13.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
60132025-02-28T11:54:14.576Z[ recovery-image] Feb 28 11:54:13.575 INFO O| Feb 28 11:54:13.575 INFO STEP 452 (remove_files) COMPLETE
60142025-02-28T11:54:14.576Z[ recovery-image] Feb 28 11:54:13.575 INFO O| Feb 28 11:54:13.575 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152025-02-28T11:54:14.593Z[ recovery-image] Feb 28 11:54:13.594 INFO O| Feb 28 11:54:13.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
60162025-02-28T11:54:14.596Z[ recovery-image] Feb 28 11:54:13.595 INFO O| Feb 28 11:54:13.595 INFO STEP 453 (remove_files) COMPLETE
60172025-02-28T11:54:14.596Z[ recovery-image] Feb 28 11:54:13.595 INFO O| Feb 28 11:54:13.595 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182025-02-28T11:54:14.631Z[ recovery-image] Feb 28 11:54:13.632 INFO O| Feb 28 11:54:13.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
60192025-02-28T11:54:14.631Z[ recovery-image] Feb 28 11:54:13.632 INFO O| Feb 28 11:54:13.632 INFO STEP 454 (remove_files) COMPLETE
60202025-02-28T11:54:14.634Z[ recovery-image] Feb 28 11:54:13.632 INFO O| Feb 28 11:54:13.632 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212025-02-28T11:54:14.650Z[ recovery-image] Feb 28 11:54:13.652 INFO O| Feb 28 11:54:13.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
60222025-02-28T11:54:14.653Z[ recovery-image] Feb 28 11:54:13.652 INFO O| Feb 28 11:54:13.652 INFO STEP 455 (remove_files) COMPLETE
60232025-02-28T11:54:14.653Z[ recovery-image] Feb 28 11:54:13.652 INFO O| Feb 28 11:54:13.652 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242025-02-28T11:54:14.670Z[ recovery-image] Feb 28 11:54:13.671 INFO O| Feb 28 11:54:13.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
60252025-02-28T11:54:14.670Z[ recovery-image] Feb 28 11:54:13.671 INFO O| Feb 28 11:54:13.671 INFO STEP 456 (remove_files) COMPLETE
60262025-02-28T11:54:14.673Z[ recovery-image] Feb 28 11:54:13.671 INFO O| Feb 28 11:54:13.671 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272025-02-28T11:54:14.687Z[ recovery-image] Feb 28 11:54:13.688 INFO O| Feb 28 11:54:13.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
60282025-02-28T11:54:14.687Z[ recovery-image] Feb 28 11:54:13.688 INFO O| Feb 28 11:54:13.688 INFO STEP 457 (remove_files) COMPLETE
60292025-02-28T11:54:14.689Z[ recovery-image] Feb 28 11:54:13.688 INFO O| Feb 28 11:54:13.688 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302025-02-28T11:54:14.757Z[ recovery-image] Feb 28 11:54:13.758 INFO O| Feb 28 11:54:13.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
60312025-02-28T11:54:14.757Z[ recovery-image] Feb 28 11:54:13.758 INFO O| Feb 28 11:54:13.758 INFO STEP 458 (remove_files) COMPLETE
60322025-02-28T11:54:14.757Z[ recovery-image] Feb 28 11:54:13.758 INFO O| Feb 28 11:54:13.758 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332025-02-28T11:54:14.789Z[ recovery-image] Feb 28 11:54:13.790 INFO O| Feb 28 11:54:13.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
60342025-02-28T11:54:14.789Z[ recovery-image] Feb 28 11:54:13.790 INFO O| Feb 28 11:54:13.790 INFO STEP 459 (remove_files) COMPLETE
60352025-02-28T11:54:14.789Z[ recovery-image] Feb 28 11:54:13.790 INFO O| Feb 28 11:54:13.790 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362025-02-28T11:54:14.809Z[ recovery-image] Feb 28 11:54:13.810 INFO O| Feb 28 11:54:13.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
60372025-02-28T11:54:14.809Z[ recovery-image] Feb 28 11:54:13.810 INFO O| Feb 28 11:54:13.810 INFO STEP 460 (remove_files) COMPLETE
60382025-02-28T11:54:14.812Z[ recovery-image] Feb 28 11:54:13.810 INFO O| Feb 28 11:54:13.810 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392025-02-28T11:54:14.844Z[ recovery-image] Feb 28 11:54:13.845 INFO O| Feb 28 11:54:13.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
60402025-02-28T11:54:14.844Z[ recovery-image] Feb 28 11:54:13.845 INFO O| Feb 28 11:54:13.845 INFO STEP 461 (remove_files) COMPLETE
60412025-02-28T11:54:14.844Z[ recovery-image] Feb 28 11:54:13.845 INFO O| Feb 28 11:54:13.845 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422025-02-28T11:54:14.865Z[ recovery-image] Feb 28 11:54:13.866 INFO O| Feb 28 11:54:13.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
60432025-02-28T11:54:14.865Z[ recovery-image] Feb 28 11:54:13.866 INFO O| Feb 28 11:54:13.866 INFO STEP 462 (remove_files) COMPLETE
60442025-02-28T11:54:14.865Z[ recovery-image] Feb 28 11:54:13.866 INFO O| Feb 28 11:54:13.866 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452025-02-28T11:54:14.935Z[ recovery-image] Feb 28 11:54:13.936 INFO O| Feb 28 11:54:13.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
60462025-02-28T11:54:14.935Z[ recovery-image] Feb 28 11:54:13.936 INFO O| Feb 28 11:54:13.936 INFO STEP 463 (remove_files) COMPLETE
60472025-02-28T11:54:14.935Z[ recovery-image] Feb 28 11:54:13.936 INFO O| Feb 28 11:54:13.936 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482025-02-28T11:54:14.975Z[ recovery-image] Feb 28 11:54:13.977 INFO O| Feb 28 11:54:13.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
60492025-02-28T11:54:14.976Z[ recovery-image] Feb 28 11:54:13.977 INFO O| Feb 28 11:54:13.977 INFO STEP 464 (remove_files) COMPLETE
60502025-02-28T11:54:14.976Z[ recovery-image] Feb 28 11:54:13.977 INFO O| Feb 28 11:54:13.977 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512025-02-28T11:54:14.995Z[ recovery-image] Feb 28 11:54:13.996 INFO O| Feb 28 11:54:13.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
60522025-02-28T11:54:14.995Z[ recovery-image] Feb 28 11:54:13.997 INFO O| Feb 28 11:54:13.997 INFO STEP 465 (remove_files) COMPLETE
60532025-02-28T11:54:14.995Z[ recovery-image] Feb 28 11:54:13.997 INFO O| Feb 28 11:54:13.997 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542025-02-28T11:54:15.017Z[ recovery-image] Feb 28 11:54:14.018 INFO O| Feb 28 11:54:14.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
60552025-02-28T11:54:15.018Z[ recovery-image] Feb 28 11:54:14.018 INFO O| Feb 28 11:54:14.018 INFO STEP 466 (remove_files) COMPLETE
60562025-02-28T11:54:15.018Z[ recovery-image] Feb 28 11:54:14.018 INFO O| Feb 28 11:54:14.018 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572025-02-28T11:54:15.037Z[ recovery-image] Feb 28 11:54:14.037 INFO O| Feb 28 11:54:14.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
60582025-02-28T11:54:15.037Z[ recovery-image] Feb 28 11:54:14.037 INFO O| Feb 28 11:54:14.037 INFO STEP 467 (remove_files) COMPLETE
60592025-02-28T11:54:15.037Z[ recovery-image] Feb 28 11:54:14.037 INFO O| Feb 28 11:54:14.037 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602025-02-28T11:54:15.057Z[ recovery-image] Feb 28 11:54:14.058 INFO O| Feb 28 11:54:14.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
60612025-02-28T11:54:15.057Z[ recovery-image] Feb 28 11:54:14.058 INFO O| Feb 28 11:54:14.058 INFO STEP 468 (remove_files) COMPLETE
60622025-02-28T11:54:15.057Z[ recovery-image] Feb 28 11:54:14.058 INFO O| Feb 28 11:54:14.058 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632025-02-28T11:54:15.096Z[ recovery-image] Feb 28 11:54:14.097 INFO O| Feb 28 11:54:14.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
60642025-02-28T11:54:15.096Z[ recovery-image] Feb 28 11:54:14.097 INFO O| Feb 28 11:54:14.097 INFO STEP 469 (remove_files) COMPLETE
60652025-02-28T11:54:15.099Z[ recovery-image] Feb 28 11:54:14.097 INFO O| Feb 28 11:54:14.097 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662025-02-28T11:54:15.120Z[ recovery-image] Feb 28 11:54:14.121 INFO O| Feb 28 11:54:14.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
60672025-02-28T11:54:15.124Z[ recovery-image] Feb 28 11:54:14.121 INFO O| Feb 28 11:54:14.121 INFO STEP 470 (remove_files) COMPLETE
60682025-02-28T11:54:15.124Z[ recovery-image] Feb 28 11:54:14.121 INFO O| Feb 28 11:54:14.121 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692025-02-28T11:54:15.145Z[ recovery-image] Feb 28 11:54:14.146 INFO O| Feb 28 11:54:14.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
60702025-02-28T11:54:15.145Z[ recovery-image] Feb 28 11:54:14.146 INFO O| Feb 28 11:54:14.146 INFO STEP 471 (remove_files) COMPLETE
60712025-02-28T11:54:15.148Z[ recovery-image] Feb 28 11:54:14.146 INFO O| Feb 28 11:54:14.146 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722025-02-28T11:54:15.190Z[ recovery-image] Feb 28 11:54:14.191 INFO O| Feb 28 11:54:14.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
60732025-02-28T11:54:15.190Z[ recovery-image] Feb 28 11:54:14.191 INFO O| Feb 28 11:54:14.191 INFO STEP 472 (remove_files) COMPLETE
60742025-02-28T11:54:15.190Z[ recovery-image] Feb 28 11:54:14.191 INFO O| Feb 28 11:54:14.191 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752025-02-28T11:54:15.226Z[ recovery-image] Feb 28 11:54:14.227 INFO O| Feb 28 11:54:14.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
60762025-02-28T11:54:15.226Z[ recovery-image] Feb 28 11:54:14.227 INFO O| Feb 28 11:54:14.227 INFO STEP 473 (remove_files) COMPLETE
60772025-02-28T11:54:15.226Z[ recovery-image] Feb 28 11:54:14.227 INFO O| Feb 28 11:54:14.227 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782025-02-28T11:54:15.248Z[ recovery-image] Feb 28 11:54:14.249 INFO O| Feb 28 11:54:14.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
60792025-02-28T11:54:15.248Z[ recovery-image] Feb 28 11:54:14.249 INFO O| Feb 28 11:54:14.249 INFO STEP 474 (remove_files) COMPLETE
60802025-02-28T11:54:15.251Z[ recovery-image] Feb 28 11:54:14.250 INFO O| Feb 28 11:54:14.249 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812025-02-28T11:54:15.269Z[ recovery-image] Feb 28 11:54:14.270 INFO O| Feb 28 11:54:14.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
60822025-02-28T11:54:15.269Z[ recovery-image] Feb 28 11:54:14.270 INFO O| Feb 28 11:54:14.270 INFO STEP 475 (remove_files) COMPLETE
60832025-02-28T11:54:15.272Z[ recovery-image] Feb 28 11:54:14.270 INFO O| Feb 28 11:54:14.270 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842025-02-28T11:54:15.290Z[ recovery-image] Feb 28 11:54:14.290 INFO O| Feb 28 11:54:14.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
60852025-02-28T11:54:15.290Z[ recovery-image] Feb 28 11:54:14.290 INFO O| Feb 28 11:54:14.290 INFO STEP 476 (remove_files) COMPLETE
60862025-02-28T11:54:15.290Z[ recovery-image] Feb 28 11:54:14.290 INFO O| Feb 28 11:54:14.290 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872025-02-28T11:54:15.307Z[ recovery-image] Feb 28 11:54:14.308 INFO O| Feb 28 11:54:14.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
60882025-02-28T11:54:15.307Z[ recovery-image] Feb 28 11:54:14.308 INFO O| Feb 28 11:54:14.308 INFO STEP 477 (remove_files) COMPLETE
60892025-02-28T11:54:15.310Z[ recovery-image] Feb 28 11:54:14.308 INFO O| Feb 28 11:54:14.308 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902025-02-28T11:54:15.325Z[ recovery-image] Feb 28 11:54:14.326 INFO O| Feb 28 11:54:14.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
60912025-02-28T11:54:15.329Z[ recovery-image] Feb 28 11:54:14.326 INFO O| Feb 28 11:54:14.326 INFO STEP 478 (remove_files) COMPLETE
60922025-02-28T11:54:15.329Z[ recovery-image] Feb 28 11:54:14.327 INFO O| Feb 28 11:54:14.326 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932025-02-28T11:54:15.347Z[ recovery-image] Feb 28 11:54:14.347 INFO O| Feb 28 11:54:14.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
60942025-02-28T11:54:15.347Z[ recovery-image] Feb 28 11:54:14.347 INFO O| Feb 28 11:54:14.347 INFO STEP 479 (remove_files) COMPLETE
60952025-02-28T11:54:15.347Z[ recovery-image] Feb 28 11:54:14.347 INFO O| Feb 28 11:54:14.347 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962025-02-28T11:54:15.391Z[ recovery-image] Feb 28 11:54:14.391 INFO O| Feb 28 11:54:14.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
60972025-02-28T11:54:15.391Z[ recovery-image] Feb 28 11:54:14.392 INFO O| Feb 28 11:54:14.392 INFO STEP 480 (remove_files) COMPLETE
60982025-02-28T11:54:15.391Z[ recovery-image] Feb 28 11:54:14.392 INFO O| Feb 28 11:54:14.392 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992025-02-28T11:54:15.411Z[ recovery-image] Feb 28 11:54:14.412 INFO O| Feb 28 11:54:14.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
61002025-02-28T11:54:15.411Z[ recovery-image] Feb 28 11:54:14.412 INFO O| Feb 28 11:54:14.412 INFO STEP 481 (remove_files) COMPLETE
61012025-02-28T11:54:15.414Z[ recovery-image] Feb 28 11:54:14.412 INFO O| Feb 28 11:54:14.412 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022025-02-28T11:54:15.432Z[ recovery-image] Feb 28 11:54:14.433 INFO O| Feb 28 11:54:14.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
61032025-02-28T11:54:15.432Z[ recovery-image] Feb 28 11:54:14.433 INFO O| Feb 28 11:54:14.433 INFO STEP 482 (remove_files) COMPLETE
61042025-02-28T11:54:15.435Z[ recovery-image] Feb 28 11:54:14.433 INFO O| Feb 28 11:54:14.433 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052025-02-28T11:54:15.453Z[ recovery-image] Feb 28 11:54:14.454 INFO O| Feb 28 11:54:14.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
61062025-02-28T11:54:15.453Z[ recovery-image] Feb 28 11:54:14.454 INFO O| Feb 28 11:54:14.454 INFO STEP 483 (remove_files) COMPLETE
61072025-02-28T11:54:15.456Z[ recovery-image] Feb 28 11:54:14.454 INFO O| Feb 28 11:54:14.454 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082025-02-28T11:54:15.473Z[ recovery-image] Feb 28 11:54:14.474 INFO O| Feb 28 11:54:14.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
61092025-02-28T11:54:15.473Z[ recovery-image] Feb 28 11:54:14.474 INFO O| Feb 28 11:54:14.474 INFO STEP 484 (remove_files) COMPLETE
61102025-02-28T11:54:15.476Z[ recovery-image] Feb 28 11:54:14.474 INFO O| Feb 28 11:54:14.474 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112025-02-28T11:54:15.513Z[ recovery-image] Feb 28 11:54:14.514 INFO O| Feb 28 11:54:14.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
61122025-02-28T11:54:15.513Z[ recovery-image] Feb 28 11:54:14.514 INFO O| Feb 28 11:54:14.514 INFO STEP 485 (remove_files) COMPLETE
61132025-02-28T11:54:15.516Z[ recovery-image] Feb 28 11:54:14.514 INFO O| Feb 28 11:54:14.514 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142025-02-28T11:54:15.547Z[ recovery-image] Feb 28 11:54:14.548 INFO O| Feb 28 11:54:14.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
61152025-02-28T11:54:15.547Z[ recovery-image] Feb 28 11:54:14.548 INFO O| Feb 28 11:54:14.548 INFO STEP 486 (remove_files) COMPLETE
61162025-02-28T11:54:15.547Z[ recovery-image] Feb 28 11:54:14.548 INFO O| Feb 28 11:54:14.548 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172025-02-28T11:54:15.568Z[ recovery-image] Feb 28 11:54:14.568 INFO O| Feb 28 11:54:14.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
61182025-02-28T11:54:15.568Z[ recovery-image] Feb 28 11:54:14.568 INFO O| Feb 28 11:54:14.568 INFO STEP 487 (remove_files) COMPLETE
61192025-02-28T11:54:15.568Z[ recovery-image] Feb 28 11:54:14.568 INFO O| Feb 28 11:54:14.568 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202025-02-28T11:54:15.628Z[ recovery-image] Feb 28 11:54:14.629 INFO O| Feb 28 11:54:14.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
61212025-02-28T11:54:15.628Z[ recovery-image] Feb 28 11:54:14.629 INFO O| Feb 28 11:54:14.629 INFO STEP 488 (remove_files) COMPLETE
61222025-02-28T11:54:15.628Z[ recovery-image] Feb 28 11:54:14.629 INFO O| Feb 28 11:54:14.629 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232025-02-28T11:54:15.647Z[ recovery-image] Feb 28 11:54:14.648 INFO O| Feb 28 11:54:14.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
61242025-02-28T11:54:15.647Z[ recovery-image] Feb 28 11:54:14.648 INFO O| Feb 28 11:54:14.648 INFO STEP 489 (remove_files) COMPLETE
61252025-02-28T11:54:15.647Z[ recovery-image] Feb 28 11:54:14.648 INFO O| Feb 28 11:54:14.648 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262025-02-28T11:54:15.667Z[ recovery-image] Feb 28 11:54:14.668 INFO O| Feb 28 11:54:14.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
61272025-02-28T11:54:15.667Z[ recovery-image] Feb 28 11:54:14.668 INFO O| Feb 28 11:54:14.668 INFO STEP 490 (remove_files) COMPLETE
61282025-02-28T11:54:15.669Z[ recovery-image] Feb 28 11:54:14.668 INFO O| Feb 28 11:54:14.668 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292025-02-28T11:54:15.699Z[ recovery-image] Feb 28 11:54:14.699 INFO O| Feb 28 11:54:14.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
61302025-02-28T11:54:15.699Z[ recovery-image] Feb 28 11:54:14.700 INFO O| Feb 28 11:54:14.700 INFO STEP 491 (remove_files) COMPLETE
61312025-02-28T11:54:15.701Z[ recovery-image] Feb 28 11:54:14.700 INFO O| Feb 28 11:54:14.700 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322025-02-28T11:54:15.739Z[ recovery-image] Feb 28 11:54:14.739 INFO O| Feb 28 11:54:14.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
61332025-02-28T11:54:15.739Z[ recovery-image] Feb 28 11:54:14.739 INFO O| Feb 28 11:54:14.739 INFO STEP 492 (remove_files) COMPLETE
61342025-02-28T11:54:15.739Z[ recovery-image] Feb 28 11:54:14.739 INFO O| Feb 28 11:54:14.739 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352025-02-28T11:54:15.774Z[ recovery-image] Feb 28 11:54:14.775 INFO O| Feb 28 11:54:14.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
61362025-02-28T11:54:15.774Z[ recovery-image] Feb 28 11:54:14.775 INFO O| Feb 28 11:54:14.775 INFO STEP 493 (remove_files) COMPLETE
61372025-02-28T11:54:15.774Z[ recovery-image] Feb 28 11:54:14.775 INFO O| Feb 28 11:54:14.775 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382025-02-28T11:54:15.794Z[ recovery-image] Feb 28 11:54:14.795 INFO O| Feb 28 11:54:14.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
61392025-02-28T11:54:15.794Z[ recovery-image] Feb 28 11:54:14.795 INFO O| Feb 28 11:54:14.795 INFO STEP 494 (remove_files) COMPLETE
61402025-02-28T11:54:15.797Z[ recovery-image] Feb 28 11:54:14.795 INFO O| Feb 28 11:54:14.795 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412025-02-28T11:54:15.815Z[ recovery-image] Feb 28 11:54:14.816 INFO O| Feb 28 11:54:14.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
61422025-02-28T11:54:15.815Z[ recovery-image] Feb 28 11:54:14.817 INFO O| Feb 28 11:54:14.816 INFO STEP 495 (remove_files) COMPLETE
61432025-02-28T11:54:15.818Z[ recovery-image] Feb 28 11:54:14.817 INFO O| Feb 28 11:54:14.817 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442025-02-28T11:54:15.829Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
61452025-02-28T11:54:15.838Z[ recovery-image] Feb 28 11:54:14.839 INFO O| Feb 28 11:54:14.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
61462025-02-28T11:54:15.841Z[ recovery-image] Feb 28 11:54:14.840 INFO O| Feb 28 11:54:14.840 INFO STEP 496 (remove_files) COMPLETE
61472025-02-28T11:54:15.841Z[ recovery-image] Feb 28 11:54:14.840 INFO O| Feb 28 11:54:14.840 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-02-28T11:54:15.876Z[ recovery-image] Feb 28 11:54:14.877 INFO O| Feb 28 11:54:14.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
61492025-02-28T11:54:15.876Z[ recovery-image] Feb 28 11:54:14.877 INFO O| Feb 28 11:54:14.877 INFO STEP 497 (remove_files) COMPLETE
61502025-02-28T11:54:15.879Z[ recovery-image] Feb 28 11:54:14.877 INFO O| Feb 28 11:54:14.877 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-02-28T11:54:15.919Z[ recovery-image] Feb 28 11:54:14.915 INFO O| Feb 28 11:54:14.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
61522025-02-28T11:54:15.919Z[ recovery-image] Feb 28 11:54:14.916 INFO O| Feb 28 11:54:14.916 INFO STEP 498 (remove_files) COMPLETE
61532025-02-28T11:54:15.922Z[ recovery-image] Feb 28 11:54:14.916 INFO O| Feb 28 11:54:14.916 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-02-28T11:54:15.935Z[ recovery-image] Feb 28 11:54:14.936 INFO O| Feb 28 11:54:14.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
61552025-02-28T11:54:15.938Z[ recovery-image] Feb 28 11:54:14.936 INFO O| Feb 28 11:54:14.936 INFO STEP 499 (remove_files) COMPLETE
61562025-02-28T11:54:15.938Z[ recovery-image] Feb 28 11:54:14.936 INFO O| Feb 28 11:54:14.936 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-02-28T11:54:15.970Z[ recovery-image] Feb 28 11:54:14.970 INFO O| Feb 28 11:54:14.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
61582025-02-28T11:54:15.973Z[ recovery-image] Feb 28 11:54:14.970 INFO O| Feb 28 11:54:14.970 INFO STEP 500 (remove_files) COMPLETE
61592025-02-28T11:54:15.974Z[ recovery-image] Feb 28 11:54:14.970 INFO O| Feb 28 11:54:14.970 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-02-28T11:54:16.081Z[ recovery-image] Feb 28 11:54:15.082 INFO O| Feb 28 11:54:15.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
61612025-02-28T11:54:16.084Z[ recovery-image] Feb 28 11:54:15.082 INFO O| Feb 28 11:54:15.082 INFO STEP 501 (remove_files) COMPLETE
61622025-02-28T11:54:16.084Z[ recovery-image] Feb 28 11:54:15.082 INFO O| Feb 28 11:54:15.082 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-02-28T11:54:16.118Z[ recovery-image] Feb 28 11:54:15.119 INFO O| Feb 28 11:54:15.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
61642025-02-28T11:54:16.118Z[ recovery-image] Feb 28 11:54:15.119 INFO O| Feb 28 11:54:15.119 INFO STEP 502 (remove_files) COMPLETE
61652025-02-28T11:54:16.121Z[ recovery-image] Feb 28 11:54:15.119 INFO O| Feb 28 11:54:15.119 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-02-28T11:54:16.139Z[ recovery-image] Feb 28 11:54:15.140 INFO O| Feb 28 11:54:15.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
61672025-02-28T11:54:16.139Z[ recovery-image] Feb 28 11:54:15.140 INFO O| Feb 28 11:54:15.140 INFO STEP 503 (remove_files) COMPLETE
61682025-02-28T11:54:16.142Z[ recovery-image] Feb 28 11:54:15.140 INFO O| Feb 28 11:54:15.140 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-02-28T11:54:16.171Z[ recovery-image] Feb 28 11:54:15.172 INFO O| Feb 28 11:54:15.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
61702025-02-28T11:54:16.171Z[ recovery-image] Feb 28 11:54:15.172 INFO O| Feb 28 11:54:15.172 INFO STEP 504 (remove_files) COMPLETE
61712025-02-28T11:54:16.171Z[ recovery-image] Feb 28 11:54:15.172 INFO O| Feb 28 11:54:15.172 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-02-28T11:54:16.215Z[ recovery-image] Feb 28 11:54:15.216 INFO O| Feb 28 11:54:15.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
61732025-02-28T11:54:16.215Z[ recovery-image] Feb 28 11:54:15.216 INFO O| Feb 28 11:54:15.216 INFO STEP 505 (remove_files) COMPLETE
61742025-02-28T11:54:16.215Z[ recovery-image] Feb 28 11:54:15.216 INFO O| Feb 28 11:54:15.216 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-02-28T11:54:16.250Z[ recovery-image] Feb 28 11:54:15.251 INFO O| Feb 28 11:54:15.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
61762025-02-28T11:54:16.253Z[ recovery-image] Feb 28 11:54:15.251 INFO O| Feb 28 11:54:15.251 INFO STEP 506 (remove_files) COMPLETE
61772025-02-28T11:54:16.253Z[ recovery-image] Feb 28 11:54:15.251 INFO O| Feb 28 11:54:15.251 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-02-28T11:54:16.291Z[ recovery-image] Feb 28 11:54:15.292 INFO O| Feb 28 11:54:15.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
61792025-02-28T11:54:16.291Z[ recovery-image] Feb 28 11:54:15.292 INFO O| Feb 28 11:54:15.292 INFO STEP 507 (remove_files) COMPLETE
61802025-02-28T11:54:16.294Z[ recovery-image] Feb 28 11:54:15.292 INFO O| Feb 28 11:54:15.292 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-02-28T11:54:16.349Z[ recovery-image] Feb 28 11:54:15.350 INFO O| Feb 28 11:54:15.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
61822025-02-28T11:54:16.350Z[ recovery-image] Feb 28 11:54:15.350 INFO O| Feb 28 11:54:15.350 INFO STEP 508 (remove_files) COMPLETE
61832025-02-28T11:54:16.352Z[ recovery-image] Feb 28 11:54:15.351 INFO O| Feb 28 11:54:15.350 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-02-28T11:54:16.370Z[ recovery-image] Feb 28 11:54:15.371 INFO O| Feb 28 11:54:15.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
61852025-02-28T11:54:16.370Z[ recovery-image] Feb 28 11:54:15.371 INFO O| Feb 28 11:54:15.371 INFO STEP 509 (remove_files) COMPLETE
61862025-02-28T11:54:16.370Z[ recovery-image] Feb 28 11:54:15.371 INFO O| Feb 28 11:54:15.371 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-02-28T11:54:16.427Z[ recovery-image] Feb 28 11:54:15.428 INFO O| Feb 28 11:54:15.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
61882025-02-28T11:54:16.427Z[ recovery-image] Feb 28 11:54:15.428 INFO O| Feb 28 11:54:15.428 INFO STEP 510 (remove_files) COMPLETE
61892025-02-28T11:54:16.430Z[ recovery-image] Feb 28 11:54:15.428 INFO O| Feb 28 11:54:15.428 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-02-28T11:54:16.474Z[ recovery-image] Feb 28 11:54:15.475 INFO O| Feb 28 11:54:15.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
61912025-02-28T11:54:16.475Z[ recovery-image] Feb 28 11:54:15.475 INFO O| Feb 28 11:54:15.475 INFO STEP 511 (remove_files) COMPLETE
61922025-02-28T11:54:16.475Z[ recovery-image] Feb 28 11:54:15.475 INFO O| Feb 28 11:54:15.475 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-02-28T11:54:16.557Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
61942025-02-28T11:54:16.585Z[ recovery-image] Feb 28 11:54:15.581 INFO O| Feb 28 11:54:15.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
61952025-02-28T11:54:16.585Z[ recovery-image] Feb 28 11:54:15.581 INFO O| Feb 28 11:54:15.581 INFO STEP 512 (remove_files) COMPLETE
61962025-02-28T11:54:16.587Z[ recovery-image] Feb 28 11:54:15.581 INFO O| Feb 28 11:54:15.581 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-02-28T11:54:16.602Z[ recovery-image] Feb 28 11:54:15.603 INFO O| Feb 28 11:54:15.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
61982025-02-28T11:54:16.605Z[ recovery-image] Feb 28 11:54:15.603 INFO O| Feb 28 11:54:15.603 INFO STEP 513 (remove_files) COMPLETE
61992025-02-28T11:54:16.605Z[ recovery-image] Feb 28 11:54:15.603 INFO O| Feb 28 11:54:15.603 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-02-28T11:54:16.660Z[ recovery-image] Feb 28 11:54:15.660 INFO O| Feb 28 11:54:15.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
62012025-02-28T11:54:16.660Z[ recovery-image] Feb 28 11:54:15.660 INFO O| Feb 28 11:54:15.660 INFO STEP 514 (remove_files) COMPLETE
62022025-02-28T11:54:16.660Z[ recovery-image] Feb 28 11:54:15.660 INFO O| Feb 28 11:54:15.660 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-02-28T11:54:16.730Z[ recovery-image] Feb 28 11:54:15.730 INFO O| Feb 28 11:54:15.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
62042025-02-28T11:54:16.732Z[ recovery-image] Feb 28 11:54:15.731 INFO O| Feb 28 11:54:15.730 INFO STEP 515 (remove_files) COMPLETE
62052025-02-28T11:54:16.732Z[ recovery-image] Feb 28 11:54:15.731 INFO O| Feb 28 11:54:15.731 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-02-28T11:54:16.784Z[ recovery-image] Feb 28 11:54:15.784 INFO O| Feb 28 11:54:15.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
62072025-02-28T11:54:16.784Z[ recovery-image] Feb 28 11:54:15.784 INFO O| Feb 28 11:54:15.784 INFO STEP 516 (remove_files) COMPLETE
62082025-02-28T11:54:16.784Z[ recovery-image] Feb 28 11:54:15.784 INFO O| Feb 28 11:54:15.784 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-02-28T11:54:16.803Z[ recovery-image] Feb 28 11:54:15.804 INFO O| Feb 28 11:54:15.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
62102025-02-28T11:54:16.803Z[ recovery-image] Feb 28 11:54:15.804 INFO O| Feb 28 11:54:15.804 INFO STEP 517 (remove_files) COMPLETE
62112025-02-28T11:54:16.803Z[ recovery-image] Feb 28 11:54:15.804 INFO O| Feb 28 11:54:15.804 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-02-28T11:54:16.824Z[ recovery-image] Feb 28 11:54:15.825 INFO O| Feb 28 11:54:15.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
62132025-02-28T11:54:16.824Z[ recovery-image] Feb 28 11:54:15.825 INFO O| Feb 28 11:54:15.825 INFO STEP 518 (remove_files) COMPLETE
62142025-02-28T11:54:16.824Z[ recovery-image] Feb 28 11:54:15.825 INFO O| Feb 28 11:54:15.825 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-02-28T11:54:16.843Z[ recovery-image] Feb 28 11:54:15.844 INFO O| Feb 28 11:54:15.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
62162025-02-28T11:54:16.843Z[ recovery-image] Feb 28 11:54:15.844 INFO O| Feb 28 11:54:15.844 INFO STEP 519 (remove_files) COMPLETE
62172025-02-28T11:54:16.843Z[ recovery-image] Feb 28 11:54:15.844 INFO O| Feb 28 11:54:15.844 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-02-28T11:54:16.873Z[ recovery-image] Feb 28 11:54:15.874 INFO O| Feb 28 11:54:15.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
62192025-02-28T11:54:16.876Z[ recovery-image] Feb 28 11:54:15.874 INFO O| Feb 28 11:54:15.874 INFO STEP 520 (remove_files) COMPLETE
62202025-02-28T11:54:16.876Z[ recovery-image] Feb 28 11:54:15.875 INFO O| Feb 28 11:54:15.874 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-02-28T11:54:16.895Z[ recovery-image] Feb 28 11:54:15.895 INFO O| Feb 28 11:54:15.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
62222025-02-28T11:54:16.898Z[ recovery-image] Feb 28 11:54:15.897 INFO O| Feb 28 11:54:15.897 INFO STEP 521 (remove_files) COMPLETE
62232025-02-28T11:54:16.898Z[ recovery-image] Feb 28 11:54:15.897 INFO O| Feb 28 11:54:15.897 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-02-28T11:54:16.930Z[ recovery-image] Feb 28 11:54:15.930 INFO O| Feb 28 11:54:15.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
62252025-02-28T11:54:16.932Z[ recovery-image] Feb 28 11:54:15.930 INFO O| Feb 28 11:54:15.930 INFO STEP 522 (remove_files) COMPLETE
62262025-02-28T11:54:16.932Z[ recovery-image] Feb 28 11:54:15.931 INFO O| Feb 28 11:54:15.931 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-02-28T11:54:16.951Z[ recovery-image] Feb 28 11:54:15.952 INFO O| Feb 28 11:54:15.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
62282025-02-28T11:54:16.954Z[ recovery-image] Feb 28 11:54:15.952 INFO O| Feb 28 11:54:15.952 INFO STEP 523 (remove_files) COMPLETE
62292025-02-28T11:54:16.954Z[ recovery-image] Feb 28 11:54:15.952 INFO O| Feb 28 11:54:15.952 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-02-28T11:54:17.076Z[ recovery-image] Feb 28 11:54:16.076 INFO O| Feb 28 11:54:16.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
62312025-02-28T11:54:17.078Z[ recovery-image] Feb 28 11:54:16.077 INFO O| Feb 28 11:54:16.077 INFO STEP 524 (remove_files) COMPLETE
62322025-02-28T11:54:17.078Z[ recovery-image] Feb 28 11:54:16.077 INFO O| Feb 28 11:54:16.077 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-02-28T11:54:17.096Z[ recovery-image] Feb 28 11:54:16.096 INFO O| Feb 28 11:54:16.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
62342025-02-28T11:54:17.098Z[ recovery-image] Feb 28 11:54:16.097 INFO O| Feb 28 11:54:16.096 INFO STEP 525 (remove_files) COMPLETE
62352025-02-28T11:54:17.098Z[ recovery-image] Feb 28 11:54:16.097 INFO O| Feb 28 11:54:16.097 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-02-28T11:54:17.117Z[ recovery-image] Feb 28 11:54:16.118 INFO O| Feb 28 11:54:16.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
62372025-02-28T11:54:17.117Z[ recovery-image] Feb 28 11:54:16.118 INFO O| Feb 28 11:54:16.118 INFO STEP 526 (remove_files) COMPLETE
62382025-02-28T11:54:17.117Z[ recovery-image] Feb 28 11:54:16.118 INFO O| Feb 28 11:54:16.118 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-02-28T11:54:17.138Z[ recovery-image] Feb 28 11:54:16.139 INFO O| Feb 28 11:54:16.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
62402025-02-28T11:54:17.138Z[ recovery-image] Feb 28 11:54:16.139 INFO O| Feb 28 11:54:16.139 INFO STEP 527 (remove_files) COMPLETE
62412025-02-28T11:54:17.138Z[ recovery-image] Feb 28 11:54:16.139 INFO O| Feb 28 11:54:16.139 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-02-28T11:54:17.174Z[ recovery-image] Feb 28 11:54:16.175 INFO O| Feb 28 11:54:16.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
62432025-02-28T11:54:17.174Z[ recovery-image] Feb 28 11:54:16.175 INFO O| Feb 28 11:54:16.174 INFO STEP 528 (remove_files) COMPLETE
62442025-02-28T11:54:17.177Z[ recovery-image] Feb 28 11:54:16.175 INFO O| Feb 28 11:54:16.174 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-02-28T11:54:17.209Z[ recovery-image] Feb 28 11:54:16.210 INFO O| Feb 28 11:54:16.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
62462025-02-28T11:54:17.209Z[ recovery-image] Feb 28 11:54:16.210 INFO O| Feb 28 11:54:16.210 INFO STEP 529 (remove_files) COMPLETE
62472025-02-28T11:54:17.212Z[ recovery-image] Feb 28 11:54:16.210 INFO O| Feb 28 11:54:16.210 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-02-28T11:54:17.261Z[verify-libraries] Compiling heck v0.4.1
62492025-02-28T11:54:17.270Z[ recovery-image] Feb 28 11:54:16.271 INFO O| Feb 28 11:54:16.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
62502025-02-28T11:54:17.270Z[ recovery-image] Feb 28 11:54:16.271 INFO O| Feb 28 11:54:16.271 INFO STEP 530 (remove_files) COMPLETE
62512025-02-28T11:54:17.270Z[ recovery-image] Feb 28 11:54:16.271 INFO O| Feb 28 11:54:16.271 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522025-02-28T11:54:17.336Z[ recovery-image] Feb 28 11:54:16.337 INFO O| Feb 28 11:54:16.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
62532025-02-28T11:54:17.339Z[ recovery-image] Feb 28 11:54:16.337 INFO O| Feb 28 11:54:16.337 INFO STEP 531 (remove_files) COMPLETE
62542025-02-28T11:54:17.339Z[ recovery-image] Feb 28 11:54:16.337 INFO O| Feb 28 11:54:16.337 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552025-02-28T11:54:17.377Z[ recovery-image] Feb 28 11:54:16.377 INFO O| Feb 28 11:54:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
62562025-02-28T11:54:17.379Z[ recovery-image] Feb 28 11:54:16.378 INFO O| Feb 28 11:54:16.378 INFO STEP 532 (remove_files) COMPLETE
62572025-02-28T11:54:17.379Z[ recovery-image] Feb 28 11:54:16.378 INFO O| Feb 28 11:54:16.378 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582025-02-28T11:54:17.415Z[ recovery-image] Feb 28 11:54:16.416 INFO O| Feb 28 11:54:16.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
62592025-02-28T11:54:17.415Z[ recovery-image] Feb 28 11:54:16.416 INFO O| Feb 28 11:54:16.416 INFO STEP 533 (remove_files) COMPLETE
62602025-02-28T11:54:17.415Z[ recovery-image] Feb 28 11:54:16.416 INFO O| Feb 28 11:54:16.416 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612025-02-28T11:54:17.447Z[ recovery-image] Feb 28 11:54:16.447 INFO O| Feb 28 11:54:16.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
62622025-02-28T11:54:17.447Z[ recovery-image] Feb 28 11:54:16.447 INFO O| Feb 28 11:54:16.447 INFO STEP 534 (remove_files) COMPLETE
62632025-02-28T11:54:17.449Z[ recovery-image] Feb 28 11:54:16.448 INFO O| Feb 28 11:54:16.447 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642025-02-28T11:54:17.483Z[ recovery-image] Feb 28 11:54:16.484 INFO O| Feb 28 11:54:16.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
62652025-02-28T11:54:17.483Z[ recovery-image] Feb 28 11:54:16.484 INFO O| Feb 28 11:54:16.484 INFO STEP 535 (remove_files) COMPLETE
62662025-02-28T11:54:17.486Z[ recovery-image] Feb 28 11:54:16.484 INFO O| Feb 28 11:54:16.484 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672025-02-28T11:54:17.502Z[ recovery-image] Feb 28 11:54:16.503 INFO O| Feb 28 11:54:16.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
62682025-02-28T11:54:17.502Z[ recovery-image] Feb 28 11:54:16.503 INFO O| Feb 28 11:54:16.503 INFO STEP 536 (remove_files) COMPLETE
62692025-02-28T11:54:17.502Z[ recovery-image] Feb 28 11:54:16.503 INFO O| Feb 28 11:54:16.503 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702025-02-28T11:54:17.538Z[ recovery-image] Feb 28 11:54:16.539 INFO O| Feb 28 11:54:16.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
62712025-02-28T11:54:17.538Z[ recovery-image] Feb 28 11:54:16.539 INFO O| Feb 28 11:54:16.539 INFO STEP 537 (remove_files) COMPLETE
62722025-02-28T11:54:17.538Z[ recovery-image] Feb 28 11:54:16.539 INFO O| Feb 28 11:54:16.539 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732025-02-28T11:54:17.578Z[ recovery-image] Feb 28 11:54:16.579 INFO O| Feb 28 11:54:16.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
62742025-02-28T11:54:17.578Z[ recovery-image] Feb 28 11:54:16.579 INFO O| Feb 28 11:54:16.579 INFO STEP 538 (remove_files) COMPLETE
62752025-02-28T11:54:17.578Z[ recovery-image] Feb 28 11:54:16.579 INFO O| Feb 28 11:54:16.579 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762025-02-28T11:54:17.599Z[ recovery-image] Feb 28 11:54:16.600 INFO O| Feb 28 11:54:16.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
62772025-02-28T11:54:17.600Z[ recovery-image] Feb 28 11:54:16.600 INFO O| Feb 28 11:54:16.600 INFO STEP 539 (remove_files) COMPLETE
62782025-02-28T11:54:17.600Z[ recovery-image] Feb 28 11:54:16.600 INFO O| Feb 28 11:54:16.600 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792025-02-28T11:54:17.622Z[ recovery-image] Feb 28 11:54:16.622 INFO O| Feb 28 11:54:16.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
62802025-02-28T11:54:17.622Z[ recovery-image] Feb 28 11:54:16.622 INFO O| Feb 28 11:54:16.622 INFO STEP 540 (remove_files) COMPLETE
62812025-02-28T11:54:17.622Z[ recovery-image] Feb 28 11:54:16.622 INFO O| Feb 28 11:54:16.622 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822025-02-28T11:54:17.645Z[ recovery-image] Feb 28 11:54:16.646 INFO O| Feb 28 11:54:16.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
62832025-02-28T11:54:17.645Z[ recovery-image] Feb 28 11:54:16.646 INFO O| Feb 28 11:54:16.646 INFO STEP 541 (remove_files) COMPLETE
62842025-02-28T11:54:17.648Z[ recovery-image] Feb 28 11:54:16.646 INFO O| Feb 28 11:54:16.646 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852025-02-28T11:54:17.671Z[ recovery-image] Feb 28 11:54:16.671 INFO O| Feb 28 11:54:16.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
62862025-02-28T11:54:17.671Z[ recovery-image] Feb 28 11:54:16.671 INFO O| Feb 28 11:54:16.671 INFO STEP 542 (remove_files) COMPLETE
62872025-02-28T11:54:17.671Z[ recovery-image] Feb 28 11:54:16.671 INFO O| Feb 28 11:54:16.671 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882025-02-28T11:54:17.691Z[ recovery-image] Feb 28 11:54:16.692 INFO O| Feb 28 11:54:16.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
62892025-02-28T11:54:17.691Z[ recovery-image] Feb 28 11:54:16.692 INFO O| Feb 28 11:54:16.692 INFO STEP 543 (remove_files) COMPLETE
62902025-02-28T11:54:17.694Z[ recovery-image] Feb 28 11:54:16.692 INFO O| Feb 28 11:54:16.692 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912025-02-28T11:54:17.722Z[ recovery-image] Feb 28 11:54:16.722 INFO O| Feb 28 11:54:16.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
62922025-02-28T11:54:17.722Z[ recovery-image] Feb 28 11:54:16.722 INFO O| Feb 28 11:54:16.722 INFO STEP 544 (remove_files) COMPLETE
62932025-02-28T11:54:17.722Z[ recovery-image] Feb 28 11:54:16.722 INFO O| Feb 28 11:54:16.722 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942025-02-28T11:54:17.744Z[ recovery-image] Feb 28 11:54:16.745 INFO O| Feb 28 11:54:16.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
62952025-02-28T11:54:17.744Z[ recovery-image] Feb 28 11:54:16.745 INFO O| Feb 28 11:54:16.745 INFO STEP 545 (remove_files) COMPLETE
62962025-02-28T11:54:17.747Z[ recovery-image] Feb 28 11:54:16.745 INFO O| Feb 28 11:54:16.745 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972025-02-28T11:54:17.780Z[ recovery-image] Feb 28 11:54:16.780 INFO O| Feb 28 11:54:16.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
62982025-02-28T11:54:17.780Z[ recovery-image] Feb 28 11:54:16.780 INFO O| Feb 28 11:54:16.780 INFO STEP 546 (remove_files) COMPLETE
62992025-02-28T11:54:17.780Z[ recovery-image] Feb 28 11:54:16.780 INFO O| Feb 28 11:54:16.780 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002025-02-28T11:54:17.836Z[ recovery-image] Feb 28 11:54:16.836 INFO O| Feb 28 11:54:16.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
63012025-02-28T11:54:17.836Z[ recovery-image] Feb 28 11:54:16.837 INFO O| Feb 28 11:54:16.837 INFO STEP 547 (remove_files) COMPLETE
63022025-02-28T11:54:17.836Z[ recovery-image] Feb 28 11:54:16.837 INFO O| Feb 28 11:54:16.837 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032025-02-28T11:54:17.860Z[ recovery-image] Feb 28 11:54:16.860 INFO O| Feb 28 11:54:16.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
63042025-02-28T11:54:17.860Z[ recovery-image] Feb 28 11:54:16.860 INFO O| Feb 28 11:54:16.860 INFO STEP 548 (remove_files) COMPLETE
63052025-02-28T11:54:17.860Z[ recovery-image] Feb 28 11:54:16.860 INFO O| Feb 28 11:54:16.860 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062025-02-28T11:54:17.882Z[ recovery-image] Feb 28 11:54:16.882 INFO O| Feb 28 11:54:16.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
63072025-02-28T11:54:17.882Z[ recovery-image] Feb 28 11:54:16.883 INFO O| Feb 28 11:54:16.883 INFO STEP 549 (remove_files) COMPLETE
63082025-02-28T11:54:17.882Z[ recovery-image] Feb 28 11:54:16.883 INFO O| Feb 28 11:54:16.883 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092025-02-28T11:54:17.922Z[ recovery-image] Feb 28 11:54:16.922 INFO O| Feb 28 11:54:16.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
63102025-02-28T11:54:17.924Z[ recovery-image] Feb 28 11:54:16.923 INFO O| Feb 28 11:54:16.922 INFO STEP 550 (remove_files) COMPLETE
63112025-02-28T11:54:17.924Z[ recovery-image] Feb 28 11:54:16.923 INFO O| Feb 28 11:54:16.923 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122025-02-28T11:54:17.944Z[ recovery-image] Feb 28 11:54:16.944 INFO O| Feb 28 11:54:16.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
63132025-02-28T11:54:17.944Z[ recovery-image] Feb 28 11:54:16.945 INFO O| Feb 28 11:54:16.945 INFO STEP 551 (remove_files) COMPLETE
63142025-02-28T11:54:17.947Z[ recovery-image] Feb 28 11:54:16.945 INFO O| Feb 28 11:54:16.945 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152025-02-28T11:54:17.965Z[ recovery-image] Feb 28 11:54:16.965 INFO O| Feb 28 11:54:16.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
63162025-02-28T11:54:17.967Z[ recovery-image] Feb 28 11:54:16.966 INFO O| Feb 28 11:54:16.966 INFO STEP 552 (remove_files) COMPLETE
63172025-02-28T11:54:17.967Z[ recovery-image] Feb 28 11:54:16.966 INFO O| Feb 28 11:54:16.966 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182025-02-28T11:54:17.986Z[ recovery-image] Feb 28 11:54:16.986 INFO O| Feb 28 11:54:16.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
63192025-02-28T11:54:17.988Z[ recovery-image] Feb 28 11:54:16.987 INFO O| Feb 28 11:54:16.987 INFO STEP 553 (remove_files) COMPLETE
63202025-02-28T11:54:17.989Z[ recovery-image] Feb 28 11:54:16.987 INFO O| Feb 28 11:54:16.987 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212025-02-28T11:54:18.013Z[ recovery-image] Feb 28 11:54:17.013 INFO O| Feb 28 11:54:17.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
63222025-02-28T11:54:18.015Z[ recovery-image] Feb 28 11:54:17.014 INFO O| Feb 28 11:54:17.013 INFO STEP 554 (remove_files) COMPLETE
63232025-02-28T11:54:18.015Z[ recovery-image] Feb 28 11:54:17.014 INFO O| Feb 28 11:54:17.014 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242025-02-28T11:54:18.035Z[ recovery-image] Feb 28 11:54:17.036 INFO O| Feb 28 11:54:17.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
63252025-02-28T11:54:18.038Z[ recovery-image] Feb 28 11:54:17.036 INFO O| Feb 28 11:54:17.036 INFO STEP 555 (remove_files) COMPLETE
63262025-02-28T11:54:18.038Z[ recovery-image] Feb 28 11:54:17.036 INFO O| Feb 28 11:54:17.036 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272025-02-28T11:54:18.057Z[ recovery-image] Feb 28 11:54:17.057 INFO O| Feb 28 11:54:17.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
63282025-02-28T11:54:18.059Z[ recovery-image] Feb 28 11:54:17.058 INFO O| Feb 28 11:54:17.057 INFO STEP 556 (remove_files) COMPLETE
63292025-02-28T11:54:18.059Z[ recovery-image] Feb 28 11:54:17.058 INFO O| Feb 28 11:54:17.058 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302025-02-28T11:54:18.093Z[ recovery-image] Feb 28 11:54:17.093 INFO O| Feb 28 11:54:17.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63312025-02-28T11:54:18.093Z[ recovery-image] Feb 28 11:54:17.093 INFO O| Feb 28 11:54:17.093 INFO STEP 557 (remove_files) COMPLETE
63322025-02-28T11:54:18.093Z[ recovery-image] Feb 28 11:54:17.093 INFO O| Feb 28 11:54:17.093 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332025-02-28T11:54:18.113Z[ recovery-image] Feb 28 11:54:17.113 INFO O| Feb 28 11:54:17.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63342025-02-28T11:54:18.115Z[ recovery-image] Feb 28 11:54:17.113 INFO O| Feb 28 11:54:17.113 INFO STEP 558 (remove_files) COMPLETE
63352025-02-28T11:54:18.115Z[ recovery-image] Feb 28 11:54:17.113 INFO O| Feb 28 11:54:17.113 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362025-02-28T11:54:18.133Z[ recovery-image] Feb 28 11:54:17.133 INFO O| Feb 28 11:54:17.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
63372025-02-28T11:54:18.133Z[ recovery-image] Feb 28 11:54:17.134 INFO O| Feb 28 11:54:17.134 INFO STEP 559 (remove_files) COMPLETE
63382025-02-28T11:54:18.133Z[ recovery-image] Feb 28 11:54:17.134 INFO O| Feb 28 11:54:17.134 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392025-02-28T11:54:18.162Z[ recovery-image] Feb 28 11:54:17.163 INFO O| Feb 28 11:54:17.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63402025-02-28T11:54:18.166Z[ recovery-image] Feb 28 11:54:17.163 INFO O| Feb 28 11:54:17.163 INFO STEP 560 (remove_files) COMPLETE
63412025-02-28T11:54:18.166Z[ recovery-image] Feb 28 11:54:17.163 INFO O| Feb 28 11:54:17.163 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422025-02-28T11:54:18.211Z[ recovery-image] Feb 28 11:54:17.211 INFO O| Feb 28 11:54:17.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63432025-02-28T11:54:18.211Z[ recovery-image] Feb 28 11:54:17.211 INFO O| Feb 28 11:54:17.211 INFO STEP 561 (remove_files) COMPLETE
63442025-02-28T11:54:18.213Z[ recovery-image] Feb 28 11:54:17.211 INFO O| Feb 28 11:54:17.211 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452025-02-28T11:54:18.233Z[ recovery-image] Feb 28 11:54:17.233 INFO O| Feb 28 11:54:17.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63462025-02-28T11:54:18.233Z[ recovery-image] Feb 28 11:54:17.233 INFO O| Feb 28 11:54:17.233 INFO STEP 562 (remove_files) COMPLETE
63472025-02-28T11:54:18.235Z[ recovery-image] Feb 28 11:54:17.233 INFO O| Feb 28 11:54:17.233 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482025-02-28T11:54:18.264Z[ recovery-image] Feb 28 11:54:17.264 INFO O| Feb 28 11:54:17.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63492025-02-28T11:54:18.264Z[ recovery-image] Feb 28 11:54:17.264 INFO O| Feb 28 11:54:17.264 INFO STEP 563 (remove_files) COMPLETE
63502025-02-28T11:54:18.264Z[ recovery-image] Feb 28 11:54:17.264 INFO O| Feb 28 11:54:17.264 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512025-02-28T11:54:18.285Z[ recovery-image] Feb 28 11:54:17.285 INFO O| Feb 28 11:54:17.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
63522025-02-28T11:54:18.285Z[ recovery-image] Feb 28 11:54:17.285 INFO O| Feb 28 11:54:17.285 INFO STEP 564 (remove_files) COMPLETE
63532025-02-28T11:54:18.288Z[ recovery-image] Feb 28 11:54:17.285 INFO O| Feb 28 11:54:17.285 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542025-02-28T11:54:18.306Z[ recovery-image] Feb 28 11:54:17.307 INFO O| Feb 28 11:54:17.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
63552025-02-28T11:54:18.330Z[ recovery-image] Feb 28 11:54:17.330 INFO O| Feb 28 11:54:17.330 INFO STEP 565 (remove_files) COMPLETE
63562025-02-28T11:54:18.330Z[ recovery-image] Feb 28 11:54:17.330 INFO O| Feb 28 11:54:17.330 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572025-02-28T11:54:18.364Z[ recovery-image] Feb 28 11:54:17.365 INFO O| Feb 28 11:54:17.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
63582025-02-28T11:54:18.364Z[ recovery-image] Feb 28 11:54:17.365 INFO O| Feb 28 11:54:17.365 INFO STEP 566 (remove_files) COMPLETE
63592025-02-28T11:54:18.367Z[ recovery-image] Feb 28 11:54:17.365 INFO O| Feb 28 11:54:17.365 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602025-02-28T11:54:18.406Z[ recovery-image] Feb 28 11:54:17.407 INFO O| Feb 28 11:54:17.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
63612025-02-28T11:54:18.409Z[ recovery-image] Feb 28 11:54:17.407 INFO O| Feb 28 11:54:17.407 INFO STEP 567 (remove_files) COMPLETE
63622025-02-28T11:54:18.409Z[ recovery-image] Feb 28 11:54:17.407 INFO O| Feb 28 11:54:17.407 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632025-02-28T11:54:18.431Z[ recovery-image] Feb 28 11:54:17.431 INFO O| Feb 28 11:54:17.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
63642025-02-28T11:54:18.431Z[ recovery-image] Feb 28 11:54:17.431 INFO O| Feb 28 11:54:17.431 INFO STEP 568 (remove_files) COMPLETE
63652025-02-28T11:54:18.431Z[ recovery-image] Feb 28 11:54:17.431 INFO O| Feb 28 11:54:17.431 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662025-02-28T11:54:18.473Z[ recovery-image] Feb 28 11:54:17.473 INFO O| Feb 28 11:54:17.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
63672025-02-28T11:54:18.473Z[ recovery-image] Feb 28 11:54:17.474 INFO O| Feb 28 11:54:17.474 INFO STEP 569 (remove_files) COMPLETE
63682025-02-28T11:54:18.473Z[ recovery-image] Feb 28 11:54:17.474 INFO O| Feb 28 11:54:17.474 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692025-02-28T11:54:18.494Z[ recovery-image] Feb 28 11:54:17.494 INFO O| Feb 28 11:54:17.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
63702025-02-28T11:54:18.494Z[ recovery-image] Feb 28 11:54:17.494 INFO O| Feb 28 11:54:17.494 INFO STEP 570 (remove_files) COMPLETE
63712025-02-28T11:54:18.497Z[ recovery-image] Feb 28 11:54:17.494 INFO O| Feb 28 11:54:17.494 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722025-02-28T11:54:18.516Z[ recovery-image] Feb 28 11:54:17.517 INFO O| Feb 28 11:54:17.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
63732025-02-28T11:54:18.516Z[ recovery-image] Feb 28 11:54:17.517 INFO O| Feb 28 11:54:17.517 INFO STEP 571 (remove_files) COMPLETE
63742025-02-28T11:54:18.519Z[ recovery-image] Feb 28 11:54:17.517 INFO O| Feb 28 11:54:17.517 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752025-02-28T11:54:18.553Z[ recovery-image] Feb 28 11:54:17.553 INFO O| Feb 28 11:54:17.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
63762025-02-28T11:54:18.553Z[ recovery-image] Feb 28 11:54:17.553 INFO O| Feb 28 11:54:17.553 INFO STEP 572 (remove_files) COMPLETE
63772025-02-28T11:54:18.553Z[ recovery-image] Feb 28 11:54:17.553 INFO O| Feb 28 11:54:17.553 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782025-02-28T11:54:18.584Z[ recovery-image] Feb 28 11:54:17.584 INFO O| Feb 28 11:54:17.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63792025-02-28T11:54:18.584Z[ recovery-image] Feb 28 11:54:17.584 INFO O| Feb 28 11:54:17.584 INFO STEP 573 (remove_files) COMPLETE
63802025-02-28T11:54:18.584Z[ recovery-image] Feb 28 11:54:17.584 INFO O| Feb 28 11:54:17.584 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812025-02-28T11:54:18.655Z[ recovery-image] Feb 28 11:54:17.654 INFO O| Feb 28 11:54:17.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63822025-02-28T11:54:18.655Z[ recovery-image] Feb 28 11:54:17.654 INFO O| Feb 28 11:54:17.654 INFO STEP 574 (remove_files) COMPLETE
63832025-02-28T11:54:18.655Z[ recovery-image] Feb 28 11:54:17.654 INFO O| Feb 28 11:54:17.654 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842025-02-28T11:54:18.674Z[ recovery-image] Feb 28 11:54:17.674 INFO O| Feb 28 11:54:17.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
63852025-02-28T11:54:18.674Z[ recovery-image] Feb 28 11:54:17.674 INFO O| Feb 28 11:54:17.674 INFO STEP 575 (remove_files) COMPLETE
63862025-02-28T11:54:18.674Z[ recovery-image] Feb 28 11:54:17.674 INFO O| Feb 28 11:54:17.674 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872025-02-28T11:54:18.684Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
63882025-02-28T11:54:18.703Z[ recovery-image] Feb 28 11:54:17.703 INFO O| Feb 28 11:54:17.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
63892025-02-28T11:54:18.703Z[ recovery-image] Feb 28 11:54:17.703 INFO O| Feb 28 11:54:17.703 INFO STEP 576 (remove_files) COMPLETE
63902025-02-28T11:54:18.703Z[ recovery-image] Feb 28 11:54:17.703 INFO O| Feb 28 11:54:17.703 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-02-28T11:54:18.725Z[ recovery-image] Feb 28 11:54:17.726 INFO O| Feb 28 11:54:17.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
63922025-02-28T11:54:18.728Z[ recovery-image] Feb 28 11:54:17.726 INFO O| Feb 28 11:54:17.726 INFO STEP 577 (remove_files) COMPLETE
63932025-02-28T11:54:18.728Z[ recovery-image] Feb 28 11:54:17.726 INFO O| Feb 28 11:54:17.726 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-02-28T11:54:18.772Z[ recovery-image] Feb 28 11:54:17.772 INFO O| Feb 28 11:54:17.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
63952025-02-28T11:54:18.772Z[ recovery-image] Feb 28 11:54:17.772 INFO O| Feb 28 11:54:17.772 INFO STEP 578 (remove_files) COMPLETE
63962025-02-28T11:54:18.775Z[ recovery-image] Feb 28 11:54:17.772 INFO O| Feb 28 11:54:17.772 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-02-28T11:54:18.830Z[ recovery-image] Feb 28 11:54:17.831 INFO O| Feb 28 11:54:17.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
63982025-02-28T11:54:18.830Z[ recovery-image] Feb 28 11:54:17.831 INFO O| Feb 28 11:54:17.831 INFO STEP 579 (remove_files) COMPLETE
63992025-02-28T11:54:18.831Z[ recovery-image] Feb 28 11:54:17.831 INFO O| Feb 28 11:54:17.831 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-02-28T11:54:18.852Z[ recovery-image] Feb 28 11:54:17.853 INFO O| Feb 28 11:54:17.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64012025-02-28T11:54:18.852Z[ recovery-image] Feb 28 11:54:17.853 INFO O| Feb 28 11:54:17.853 INFO STEP 580 (remove_files) COMPLETE
64022025-02-28T11:54:18.852Z[ recovery-image] Feb 28 11:54:17.853 INFO O| Feb 28 11:54:17.853 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-02-28T11:54:18.891Z[ recovery-image] Feb 28 11:54:17.891 INFO O| Feb 28 11:54:17.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
64042025-02-28T11:54:18.894Z[ recovery-image] Feb 28 11:54:17.891 INFO O| Feb 28 11:54:17.891 INFO STEP 581 (remove_files) COMPLETE
64052025-02-28T11:54:18.894Z[ recovery-image] Feb 28 11:54:17.891 INFO O| Feb 28 11:54:17.891 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-02-28T11:54:18.912Z[ recovery-image] Feb 28 11:54:17.912 INFO O| Feb 28 11:54:17.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64072025-02-28T11:54:18.914Z[ recovery-image] Feb 28 11:54:17.912 INFO O| Feb 28 11:54:17.912 INFO STEP 582 (remove_files) COMPLETE
64082025-02-28T11:54:18.915Z[ recovery-image] Feb 28 11:54:17.913 INFO O| Feb 28 11:54:17.913 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-02-28T11:54:18.933Z[ recovery-image] Feb 28 11:54:17.934 INFO O| Feb 28 11:54:17.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
64102025-02-28T11:54:18.936Z[ recovery-image] Feb 28 11:54:17.934 INFO O| Feb 28 11:54:17.934 INFO STEP 583 (remove_files) COMPLETE
64112025-02-28T11:54:18.936Z[ recovery-image] Feb 28 11:54:17.934 INFO O| Feb 28 11:54:17.934 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-02-28T11:54:18.959Z[ recovery-image] Feb 28 11:54:17.959 INFO O| Feb 28 11:54:17.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
64132025-02-28T11:54:18.959Z[ recovery-image] Feb 28 11:54:17.959 INFO O| Feb 28 11:54:17.959 INFO STEP 584 (remove_files) COMPLETE
64142025-02-28T11:54:18.962Z[ recovery-image] Feb 28 11:54:17.959 INFO O| Feb 28 11:54:17.959 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-02-28T11:54:18.988Z[ recovery-image] Feb 28 11:54:17.988 INFO O| Feb 28 11:54:17.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
64162025-02-28T11:54:18.988Z[ recovery-image] Feb 28 11:54:17.988 INFO O| Feb 28 11:54:17.988 INFO STEP 585 (remove_files) COMPLETE
64172025-02-28T11:54:18.988Z[ recovery-image] Feb 28 11:54:17.988 INFO O| Feb 28 11:54:17.988 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-02-28T11:54:19.012Z[ recovery-image] Feb 28 11:54:18.013 INFO O| Feb 28 11:54:18.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
64192025-02-28T11:54:19.015Z[ recovery-image] Feb 28 11:54:18.013 INFO O| Feb 28 11:54:18.013 INFO STEP 586 (remove_files) COMPLETE
64202025-02-28T11:54:19.015Z[ recovery-image] Feb 28 11:54:18.013 INFO O| Feb 28 11:54:18.013 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-02-28T11:54:19.043Z[ recovery-image] Feb 28 11:54:18.043 INFO O| Feb 28 11:54:18.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
64222025-02-28T11:54:19.043Z[ recovery-image] Feb 28 11:54:18.043 INFO O| Feb 28 11:54:18.043 INFO STEP 587 (remove_files) COMPLETE
64232025-02-28T11:54:19.043Z[ recovery-image] Feb 28 11:54:18.043 INFO O| Feb 28 11:54:18.043 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-02-28T11:54:19.069Z[ recovery-image] Feb 28 11:54:18.069 INFO O| Feb 28 11:54:18.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
64252025-02-28T11:54:19.071Z[ recovery-image] Feb 28 11:54:18.069 INFO O| Feb 28 11:54:18.069 INFO STEP 588 (remove_files) COMPLETE
64262025-02-28T11:54:19.072Z[ recovery-image] Feb 28 11:54:18.070 INFO O| Feb 28 11:54:18.069 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-02-28T11:54:19.089Z[ recovery-image] Feb 28 11:54:18.090 INFO O| Feb 28 11:54:18.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
64282025-02-28T11:54:19.092Z[ recovery-image] Feb 28 11:54:18.090 INFO O| Feb 28 11:54:18.090 INFO STEP 589 (remove_files) COMPLETE
64292025-02-28T11:54:19.092Z[ recovery-image] Feb 28 11:54:18.090 INFO O| Feb 28 11:54:18.090 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-02-28T11:54:19.109Z[ recovery-image] Feb 28 11:54:18.110 INFO O| Feb 28 11:54:18.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64312025-02-28T11:54:19.112Z[ recovery-image] Feb 28 11:54:18.110 INFO O| Feb 28 11:54:18.110 INFO STEP 590 (remove_files) COMPLETE
64322025-02-28T11:54:19.112Z[ recovery-image] Feb 28 11:54:18.110 INFO O| Feb 28 11:54:18.110 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-02-28T11:54:19.130Z[ recovery-image] Feb 28 11:54:18.131 INFO O| Feb 28 11:54:18.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
64342025-02-28T11:54:19.130Z[ recovery-image] Feb 28 11:54:18.131 INFO O| Feb 28 11:54:18.131 INFO STEP 591 (remove_files) COMPLETE
64352025-02-28T11:54:19.130Z[ recovery-image] Feb 28 11:54:18.131 INFO O| Feb 28 11:54:18.131 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-02-28T11:54:19.158Z[ recovery-image] Feb 28 11:54:18.158 INFO O| Feb 28 11:54:18.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
64372025-02-28T11:54:19.158Z[ recovery-image] Feb 28 11:54:18.158 INFO O| Feb 28 11:54:18.158 INFO STEP 592 (remove_files) COMPLETE
64382025-02-28T11:54:19.158Z[ recovery-image] Feb 28 11:54:18.158 INFO O| Feb 28 11:54:18.158 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-02-28T11:54:19.200Z[ recovery-image] Feb 28 11:54:18.200 INFO O| Feb 28 11:54:18.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
64402025-02-28T11:54:19.200Z[ recovery-image] Feb 28 11:54:18.200 INFO O| Feb 28 11:54:18.200 INFO STEP 593 (remove_files) COMPLETE
64412025-02-28T11:54:19.200Z[ recovery-image] Feb 28 11:54:18.200 INFO O| Feb 28 11:54:18.200 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-02-28T11:54:19.267Z[ recovery-image] Feb 28 11:54:18.267 INFO O| Feb 28 11:54:18.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
64432025-02-28T11:54:19.267Z[ recovery-image] Feb 28 11:54:18.267 INFO O| Feb 28 11:54:18.267 INFO STEP 594 (remove_files) COMPLETE
64442025-02-28T11:54:19.267Z[ recovery-image] Feb 28 11:54:18.267 INFO O| Feb 28 11:54:18.267 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-02-28T11:54:19.289Z[ recovery-image] Feb 28 11:54:18.290 INFO O| Feb 28 11:54:18.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
64462025-02-28T11:54:19.289Z[ recovery-image] Feb 28 11:54:18.290 INFO O| Feb 28 11:54:18.290 INFO STEP 595 (remove_files) COMPLETE
64472025-02-28T11:54:19.289Z[ recovery-image] Feb 28 11:54:18.290 INFO O| Feb 28 11:54:18.290 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-02-28T11:54:19.312Z[ recovery-image] Feb 28 11:54:18.312 INFO O| Feb 28 11:54:18.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
64492025-02-28T11:54:19.315Z[ recovery-image] Feb 28 11:54:18.312 INFO O| Feb 28 11:54:18.312 INFO STEP 596 (remove_files) COMPLETE
64502025-02-28T11:54:19.315Z[ recovery-image] Feb 28 11:54:18.313 INFO O| Feb 28 11:54:18.312 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-02-28T11:54:19.371Z[ recovery-image] Feb 28 11:54:18.364 INFO O| Feb 28 11:54:18.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
64522025-02-28T11:54:19.371Z[ recovery-image] Feb 28 11:54:18.364 INFO O| Feb 28 11:54:18.364 INFO STEP 597 (remove_files) COMPLETE
64532025-02-28T11:54:19.371Z[ recovery-image] Feb 28 11:54:18.364 INFO O| Feb 28 11:54:18.364 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-02-28T11:54:19.382Z[ recovery-image] Feb 28 11:54:18.382 INFO O| Feb 28 11:54:18.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
64552025-02-28T11:54:19.382Z[ recovery-image] Feb 28 11:54:18.382 INFO O| Feb 28 11:54:18.382 INFO STEP 598 (remove_files) COMPLETE
64562025-02-28T11:54:19.385Z[ recovery-image] Feb 28 11:54:18.382 INFO O| Feb 28 11:54:18.382 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-02-28T11:54:19.402Z[ recovery-image] Feb 28 11:54:18.402 INFO O| Feb 28 11:54:18.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64582025-02-28T11:54:19.402Z[ recovery-image] Feb 28 11:54:18.402 INFO O| Feb 28 11:54:18.402 INFO STEP 599 (remove_files) COMPLETE
64592025-02-28T11:54:19.402Z[ recovery-image] Feb 28 11:54:18.402 INFO O| Feb 28 11:54:18.402 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-02-28T11:54:19.422Z[ recovery-image] Feb 28 11:54:18.423 INFO O| Feb 28 11:54:18.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
64612025-02-28T11:54:19.422Z[ recovery-image] Feb 28 11:54:18.423 INFO O| Feb 28 11:54:18.423 INFO STEP 600 (remove_files) COMPLETE
64622025-02-28T11:54:19.422Z[ recovery-image] Feb 28 11:54:18.423 INFO O| Feb 28 11:54:18.423 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632025-02-28T11:54:19.442Z[ recovery-image] Feb 28 11:54:18.442 INFO O| Feb 28 11:54:18.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64642025-02-28T11:54:19.442Z[ recovery-image] Feb 28 11:54:18.443 INFO O| Feb 28 11:54:18.442 INFO STEP 601 (remove_files) COMPLETE
64652025-02-28T11:54:19.442Z[ recovery-image] Feb 28 11:54:18.443 INFO O| Feb 28 11:54:18.443 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662025-02-28T11:54:19.461Z[ recovery-image] Feb 28 11:54:18.462 INFO O| Feb 28 11:54:18.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64672025-02-28T11:54:19.464Z[ recovery-image] Feb 28 11:54:18.462 INFO O| Feb 28 11:54:18.462 INFO STEP 602 (remove_files) COMPLETE
64682025-02-28T11:54:19.464Z[ recovery-image] Feb 28 11:54:18.462 INFO O| Feb 28 11:54:18.462 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-02-28T11:54:19.481Z[ recovery-image] Feb 28 11:54:18.481 INFO O| Feb 28 11:54:18.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
64702025-02-28T11:54:19.481Z[ recovery-image] Feb 28 11:54:18.482 INFO O| Feb 28 11:54:18.482 INFO STEP 603 (remove_files) COMPLETE
64712025-02-28T11:54:19.484Z[ recovery-image] Feb 28 11:54:18.482 INFO O| Feb 28 11:54:18.482 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722025-02-28T11:54:19.517Z[ recovery-image] Feb 28 11:54:18.517 INFO O| Feb 28 11:54:18.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
64732025-02-28T11:54:19.517Z[ recovery-image] Feb 28 11:54:18.517 INFO O| Feb 28 11:54:18.517 INFO STEP 604 (remove_files) COMPLETE
64742025-02-28T11:54:19.517Z[ recovery-image] Feb 28 11:54:18.517 INFO O| Feb 28 11:54:18.517 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752025-02-28T11:54:19.554Z[ recovery-image] Feb 28 11:54:18.554 INFO O| Feb 28 11:54:18.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64762025-02-28T11:54:19.556Z[ recovery-image] Feb 28 11:54:18.554 INFO O| Feb 28 11:54:18.554 INFO STEP 605 (remove_files) COMPLETE
64772025-02-28T11:54:19.556Z[ recovery-image] Feb 28 11:54:18.554 INFO O| Feb 28 11:54:18.554 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782025-02-28T11:54:19.575Z[ recovery-image] Feb 28 11:54:18.575 INFO O| Feb 28 11:54:18.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64792025-02-28T11:54:19.578Z[ recovery-image] Feb 28 11:54:18.575 INFO O| Feb 28 11:54:18.575 INFO STEP 606 (remove_files) COMPLETE
64802025-02-28T11:54:19.578Z[ recovery-image] Feb 28 11:54:18.575 INFO O| Feb 28 11:54:18.575 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812025-02-28T11:54:19.595Z[ recovery-image] Feb 28 11:54:18.596 INFO O| Feb 28 11:54:18.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
64822025-02-28T11:54:19.599Z[ recovery-image] Feb 28 11:54:18.596 INFO O| Feb 28 11:54:18.596 INFO STEP 607 (remove_files) COMPLETE
64832025-02-28T11:54:19.599Z[ recovery-image] Feb 28 11:54:18.596 INFO O| Feb 28 11:54:18.596 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842025-02-28T11:54:19.630Z[ recovery-image] Feb 28 11:54:18.628 INFO O| Feb 28 11:54:18.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
64852025-02-28T11:54:19.630Z[ recovery-image] Feb 28 11:54:18.628 INFO O| Feb 28 11:54:18.628 INFO STEP 608 (remove_files) COMPLETE
64862025-02-28T11:54:19.630Z[ recovery-image] Feb 28 11:54:18.628 INFO O| Feb 28 11:54:18.628 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872025-02-28T11:54:19.650Z[ recovery-image] Feb 28 11:54:18.650 INFO O| Feb 28 11:54:18.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
64882025-02-28T11:54:19.653Z[ recovery-image] Feb 28 11:54:18.650 INFO O| Feb 28 11:54:18.650 INFO STEP 609 (remove_files) COMPLETE
64892025-02-28T11:54:19.656Z[ recovery-image] Feb 28 11:54:18.651 INFO O| Feb 28 11:54:18.650 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902025-02-28T11:54:19.672Z[ recovery-image] Feb 28 11:54:18.672 INFO O| Feb 28 11:54:18.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64912025-02-28T11:54:19.672Z[ recovery-image] Feb 28 11:54:18.672 INFO O| Feb 28 11:54:18.672 INFO STEP 610 (remove_files) COMPLETE
64922025-02-28T11:54:19.672Z[ recovery-image] Feb 28 11:54:18.672 INFO O| Feb 28 11:54:18.672 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932025-02-28T11:54:19.694Z[ recovery-image] Feb 28 11:54:18.694 INFO O| Feb 28 11:54:18.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
64942025-02-28T11:54:19.694Z[ recovery-image] Feb 28 11:54:18.694 INFO O| Feb 28 11:54:18.694 INFO STEP 611 (remove_files) COMPLETE
64952025-02-28T11:54:19.694Z[ recovery-image] Feb 28 11:54:18.694 INFO O| Feb 28 11:54:18.694 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962025-02-28T11:54:19.760Z[ recovery-image] Feb 28 11:54:18.760 INFO O| Feb 28 11:54:18.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
64972025-02-28T11:54:19.762Z[ recovery-image] Feb 28 11:54:18.760 INFO O| Feb 28 11:54:18.760 INFO STEP 612 (remove_files) COMPLETE
64982025-02-28T11:54:19.762Z[ recovery-image] Feb 28 11:54:18.760 INFO O| Feb 28 11:54:18.760 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992025-02-28T11:54:19.781Z[ recovery-image] Feb 28 11:54:18.781 INFO O| Feb 28 11:54:18.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
65002025-02-28T11:54:19.783Z[ recovery-image] Feb 28 11:54:18.781 INFO O| Feb 28 11:54:18.781 INFO STEP 613 (remove_files) COMPLETE
65012025-02-28T11:54:19.783Z[ recovery-image] Feb 28 11:54:18.781 INFO O| Feb 28 11:54:18.781 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022025-02-28T11:54:19.801Z[ recovery-image] Feb 28 11:54:18.801 INFO O| Feb 28 11:54:18.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
65032025-02-28T11:54:19.806Z[ recovery-image] Feb 28 11:54:18.802 INFO O| Feb 28 11:54:18.802 INFO STEP 614 (remove_files) COMPLETE
65042025-02-28T11:54:19.806Z[ recovery-image] Feb 28 11:54:18.802 INFO O| Feb 28 11:54:18.802 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052025-02-28T11:54:19.828Z[ recovery-image] Feb 28 11:54:18.828 INFO O| Feb 28 11:54:18.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
65062025-02-28T11:54:19.831Z[ recovery-image] Feb 28 11:54:18.828 INFO O| Feb 28 11:54:18.828 INFO STEP 615 (remove_files) COMPLETE
65072025-02-28T11:54:19.831Z[ recovery-image] Feb 28 11:54:18.829 INFO O| Feb 28 11:54:18.828 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082025-02-28T11:54:19.849Z[ recovery-image] Feb 28 11:54:18.849 INFO O| Feb 28 11:54:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
65092025-02-28T11:54:19.849Z[ recovery-image] Feb 28 11:54:18.849 INFO O| Feb 28 11:54:18.849 INFO STEP 616 (remove_files) COMPLETE
65102025-02-28T11:54:19.849Z[ recovery-image] Feb 28 11:54:18.849 INFO O| Feb 28 11:54:18.849 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112025-02-28T11:54:19.868Z[ recovery-image] Feb 28 11:54:18.869 INFO O| Feb 28 11:54:18.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
65122025-02-28T11:54:19.868Z[ recovery-image] Feb 28 11:54:18.869 INFO O| Feb 28 11:54:18.869 INFO STEP 617 (remove_files) COMPLETE
65132025-02-28T11:54:19.868Z[ recovery-image] Feb 28 11:54:18.869 INFO O| Feb 28 11:54:18.869 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142025-02-28T11:54:19.889Z[ recovery-image] Feb 28 11:54:18.889 INFO O| Feb 28 11:54:18.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
65152025-02-28T11:54:19.889Z[ recovery-image] Feb 28 11:54:18.889 INFO O| Feb 28 11:54:18.889 INFO STEP 618 (remove_files) COMPLETE
65162025-02-28T11:54:19.892Z[ recovery-image] Feb 28 11:54:18.890 INFO O| Feb 28 11:54:18.889 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172025-02-28T11:54:19.910Z[ recovery-image] Feb 28 11:54:18.910 INFO O| Feb 28 11:54:18.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65182025-02-28T11:54:19.910Z[ recovery-image] Feb 28 11:54:18.910 INFO O| Feb 28 11:54:18.910 INFO STEP 619 (remove_files) COMPLETE
65192025-02-28T11:54:19.915Z[ recovery-image] Feb 28 11:54:18.910 INFO O| Feb 28 11:54:18.910 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202025-02-28T11:54:19.942Z[ recovery-image] Feb 28 11:54:18.942 INFO O| Feb 28 11:54:18.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65212025-02-28T11:54:19.942Z[ recovery-image] Feb 28 11:54:18.942 INFO O| Feb 28 11:54:18.942 INFO STEP 620 (remove_files) COMPLETE
65222025-02-28T11:54:19.942Z[ recovery-image] Feb 28 11:54:18.942 INFO O| Feb 28 11:54:18.942 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232025-02-28T11:54:19.964Z[ recovery-image] Feb 28 11:54:18.965 INFO O| Feb 28 11:54:18.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
65242025-02-28T11:54:19.967Z[ recovery-image] Feb 28 11:54:18.965 INFO O| Feb 28 11:54:18.965 INFO STEP 621 (remove_files) COMPLETE
65252025-02-28T11:54:19.967Z[ recovery-image] Feb 28 11:54:18.965 INFO O| Feb 28 11:54:18.965 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-02-28T11:54:20.069Z[ recovery-image] Feb 28 11:54:19.069 INFO O| Feb 28 11:54:19.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
65272025-02-28T11:54:20.069Z[ recovery-image] Feb 28 11:54:19.069 INFO O| Feb 28 11:54:19.069 INFO STEP 622 (remove_files) COMPLETE
65282025-02-28T11:54:20.072Z[ recovery-image] Feb 28 11:54:19.069 INFO O| Feb 28 11:54:19.069 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-02-28T11:54:20.089Z[ recovery-image] Feb 28 11:54:19.089 INFO O| Feb 28 11:54:19.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
65302025-02-28T11:54:20.089Z[ recovery-image] Feb 28 11:54:19.089 INFO O| Feb 28 11:54:19.089 INFO STEP 623 (remove_files) COMPLETE
65312025-02-28T11:54:20.092Z[ recovery-image] Feb 28 11:54:19.089 INFO O| Feb 28 11:54:19.089 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-02-28T11:54:20.109Z[ recovery-image] Feb 28 11:54:19.109 INFO O| Feb 28 11:54:19.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65332025-02-28T11:54:20.109Z[ recovery-image] Feb 28 11:54:19.109 INFO O| Feb 28 11:54:19.109 INFO STEP 624 (remove_files) COMPLETE
65342025-02-28T11:54:20.112Z[ recovery-image] Feb 28 11:54:19.110 INFO O| Feb 28 11:54:19.109 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-02-28T11:54:20.129Z[ recovery-image] Feb 28 11:54:19.129 INFO O| Feb 28 11:54:19.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65362025-02-28T11:54:20.129Z[ recovery-image] Feb 28 11:54:19.129 INFO O| Feb 28 11:54:19.129 INFO STEP 625 (remove_files) COMPLETE
65372025-02-28T11:54:20.129Z[ recovery-image] Feb 28 11:54:19.129 INFO O| Feb 28 11:54:19.129 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-02-28T11:54:20.159Z[ recovery-image] Feb 28 11:54:19.159 INFO O| Feb 28 11:54:19.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
65392025-02-28T11:54:20.159Z[ recovery-image] Feb 28 11:54:19.159 INFO O| Feb 28 11:54:19.159 INFO STEP 626 (remove_files) COMPLETE
65402025-02-28T11:54:20.159Z[ recovery-image] Feb 28 11:54:19.159 INFO O| Feb 28 11:54:19.159 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-02-28T11:54:20.213Z[ recovery-image] Feb 28 11:54:19.213 INFO O| Feb 28 11:54:19.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65422025-02-28T11:54:20.213Z[ recovery-image] Feb 28 11:54:19.213 INFO O| Feb 28 11:54:19.213 INFO STEP 627 (remove_files) COMPLETE
65432025-02-28T11:54:20.216Z[ recovery-image] Feb 28 11:54:19.214 INFO O| Feb 28 11:54:19.213 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-02-28T11:54:20.239Z[ recovery-image] Feb 28 11:54:19.239 INFO O| Feb 28 11:54:19.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65452025-02-28T11:54:20.239Z[ recovery-image] Feb 28 11:54:19.239 INFO O| Feb 28 11:54:19.239 INFO STEP 628 (remove_files) COMPLETE
65462025-02-28T11:54:20.242Z[ recovery-image] Feb 28 11:54:19.239 INFO O| Feb 28 11:54:19.239 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-02-28T11:54:20.261Z[ recovery-image] Feb 28 11:54:19.261 INFO O| Feb 28 11:54:19.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65482025-02-28T11:54:20.263Z[ recovery-image] Feb 28 11:54:19.261 INFO O| Feb 28 11:54:19.261 INFO STEP 629 (remove_files) COMPLETE
65492025-02-28T11:54:20.264Z[ recovery-image] Feb 28 11:54:19.261 INFO O| Feb 28 11:54:19.261 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-02-28T11:54:20.281Z[ recovery-image] Feb 28 11:54:19.281 INFO O| Feb 28 11:54:19.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65512025-02-28T11:54:20.281Z[ recovery-image] Feb 28 11:54:19.281 INFO O| Feb 28 11:54:19.281 INFO STEP 630 (remove_files) COMPLETE
65522025-02-28T11:54:20.284Z[ recovery-image] Feb 28 11:54:19.281 INFO O| Feb 28 11:54:19.281 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-02-28T11:54:20.301Z[ recovery-image] Feb 28 11:54:19.301 INFO O| Feb 28 11:54:19.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
65542025-02-28T11:54:20.304Z[ recovery-image] Feb 28 11:54:19.302 INFO O| Feb 28 11:54:19.302 INFO STEP 631 (remove_files) COMPLETE
65552025-02-28T11:54:20.304Z[ recovery-image] Feb 28 11:54:19.302 INFO O| Feb 28 11:54:19.302 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-02-28T11:54:20.325Z[ recovery-image] Feb 28 11:54:19.325 INFO O| Feb 28 11:54:19.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
65572025-02-28T11:54:20.325Z[ recovery-image] Feb 28 11:54:19.325 INFO O| Feb 28 11:54:19.325 INFO STEP 632 (remove_files) COMPLETE
65582025-02-28T11:54:20.328Z[ recovery-image] Feb 28 11:54:19.325 INFO O| Feb 28 11:54:19.325 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-02-28T11:54:20.382Z[ recovery-image] Feb 28 11:54:19.382 INFO O| Feb 28 11:54:19.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
65602025-02-28T11:54:20.382Z[ recovery-image] Feb 28 11:54:19.382 INFO O| Feb 28 11:54:19.382 INFO STEP 633 (remove_files) COMPLETE
65612025-02-28T11:54:20.384Z[ recovery-image] Feb 28 11:54:19.382 INFO O| Feb 28 11:54:19.382 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-02-28T11:54:20.412Z[ recovery-image] Feb 28 11:54:19.412 INFO O| Feb 28 11:54:19.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
65632025-02-28T11:54:20.415Z[ recovery-image] Feb 28 11:54:19.412 INFO O| Feb 28 11:54:19.412 INFO STEP 634 (remove_files) COMPLETE
65642025-02-28T11:54:20.415Z[ recovery-image] Feb 28 11:54:19.413 INFO O| Feb 28 11:54:19.413 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-02-28T11:54:20.434Z[ recovery-image] Feb 28 11:54:19.434 INFO O| Feb 28 11:54:19.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
65662025-02-28T11:54:20.437Z[ recovery-image] Feb 28 11:54:19.434 INFO O| Feb 28 11:54:19.434 INFO STEP 635 (remove_files) COMPLETE
65672025-02-28T11:54:20.437Z[ recovery-image] Feb 28 11:54:19.435 INFO O| Feb 28 11:54:19.435 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-02-28T11:54:20.455Z[ recovery-image] Feb 28 11:54:19.454 INFO O| Feb 28 11:54:19.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65692025-02-28T11:54:20.457Z[ recovery-image] Feb 28 11:54:19.455 INFO O| Feb 28 11:54:19.455 INFO STEP 636 (remove_files) COMPLETE
65702025-02-28T11:54:20.458Z[ recovery-image] Feb 28 11:54:19.455 INFO O| Feb 28 11:54:19.455 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-02-28T11:54:20.488Z[ recovery-image] Feb 28 11:54:19.488 INFO O| Feb 28 11:54:19.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
65722025-02-28T11:54:20.488Z[ recovery-image] Feb 28 11:54:19.488 INFO O| Feb 28 11:54:19.488 INFO STEP 637 (remove_files) COMPLETE
65732025-02-28T11:54:20.488Z[ recovery-image] Feb 28 11:54:19.488 INFO O| Feb 28 11:54:19.488 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-02-28T11:54:20.510Z[ recovery-image] Feb 28 11:54:19.510 INFO O| Feb 28 11:54:19.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
65752025-02-28T11:54:20.510Z[ recovery-image] Feb 28 11:54:19.510 INFO O| Feb 28 11:54:19.510 INFO STEP 638 (remove_files) COMPLETE
65762025-02-28T11:54:20.510Z[ recovery-image] Feb 28 11:54:19.510 INFO O| Feb 28 11:54:19.510 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-02-28T11:54:20.547Z[ recovery-image] Feb 28 11:54:19.546 INFO O| Feb 28 11:54:19.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65782025-02-28T11:54:20.547Z[ recovery-image] Feb 28 11:54:19.546 INFO O| Feb 28 11:54:19.546 INFO STEP 639 (remove_files) COMPLETE
65792025-02-28T11:54:20.547Z[ recovery-image] Feb 28 11:54:19.546 INFO O| Feb 28 11:54:19.546 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-02-28T11:54:20.579Z[ recovery-image] Feb 28 11:54:19.579 INFO O| Feb 28 11:54:19.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65812025-02-28T11:54:20.582Z[ recovery-image] Feb 28 11:54:19.579 INFO O| Feb 28 11:54:19.579 INFO STEP 640 (remove_files) COMPLETE
65822025-02-28T11:54:20.582Z[ recovery-image] Feb 28 11:54:19.579 INFO O| Feb 28 11:54:19.579 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-02-28T11:54:20.623Z[ recovery-image] Feb 28 11:54:19.622 INFO O| Feb 28 11:54:19.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65842025-02-28T11:54:20.623Z[ recovery-image] Feb 28 11:54:19.622 INFO O| Feb 28 11:54:19.622 INFO STEP 641 (remove_files) COMPLETE
65852025-02-28T11:54:20.623Z[ recovery-image] Feb 28 11:54:19.622 INFO O| Feb 28 11:54:19.622 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-02-28T11:54:20.724Z[ recovery-image] Feb 28 11:54:19.724 INFO O| Feb 28 11:54:19.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65872025-02-28T11:54:20.724Z[ recovery-image] Feb 28 11:54:19.724 INFO O| Feb 28 11:54:19.724 INFO STEP 642 (remove_files) COMPLETE
65882025-02-28T11:54:20.724Z[ recovery-image] Feb 28 11:54:19.724 INFO O| Feb 28 11:54:19.724 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-02-28T11:54:20.829Z[ recovery-image] Feb 28 11:54:19.829 INFO O| Feb 28 11:54:19.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65902025-02-28T11:54:20.832Z[ recovery-image] Feb 28 11:54:19.829 INFO O| Feb 28 11:54:19.829 INFO STEP 643 (remove_files) COMPLETE
65912025-02-28T11:54:20.832Z[ recovery-image] Feb 28 11:54:19.829 INFO O| Feb 28 11:54:19.829 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-02-28T11:54:20.850Z[ recovery-image] Feb 28 11:54:19.850 INFO O| Feb 28 11:54:19.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65932025-02-28T11:54:20.851Z[ recovery-image] Feb 28 11:54:19.850 INFO O| Feb 28 11:54:19.850 INFO STEP 644 (remove_files) COMPLETE
65942025-02-28T11:54:20.851Z[ recovery-image] Feb 28 11:54:19.850 INFO O| Feb 28 11:54:19.850 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-02-28T11:54:20.869Z[ recovery-image] Feb 28 11:54:19.869 INFO O| Feb 28 11:54:19.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
65962025-02-28T11:54:20.869Z[ recovery-image] Feb 28 11:54:19.869 INFO O| Feb 28 11:54:19.869 INFO STEP 645 (remove_files) COMPLETE
65972025-02-28T11:54:20.872Z[ recovery-image] Feb 28 11:54:19.869 INFO O| Feb 28 11:54:19.869 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-02-28T11:54:20.914Z[ recovery-image] Feb 28 11:54:19.914 INFO O| Feb 28 11:54:19.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65992025-02-28T11:54:20.916Z[ recovery-image] Feb 28 11:54:19.914 INFO O| Feb 28 11:54:19.914 INFO STEP 646 (remove_files) COMPLETE
66002025-02-28T11:54:20.917Z[ recovery-image] Feb 28 11:54:19.914 INFO O| Feb 28 11:54:19.914 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-02-28T11:54:20.935Z[ recovery-image] Feb 28 11:54:19.935 INFO O| Feb 28 11:54:19.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66022025-02-28T11:54:20.935Z[ recovery-image] Feb 28 11:54:19.935 INFO O| Feb 28 11:54:19.935 INFO STEP 647 (remove_files) COMPLETE
66032025-02-28T11:54:20.935Z[ recovery-image] Feb 28 11:54:19.935 INFO O| Feb 28 11:54:19.935 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-02-28T11:54:20.966Z[ recovery-image] Feb 28 11:54:19.966 INFO O| Feb 28 11:54:19.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66052025-02-28T11:54:20.966Z[ recovery-image] Feb 28 11:54:19.966 INFO O| Feb 28 11:54:19.966 INFO STEP 648 (remove_files) COMPLETE
66062025-02-28T11:54:20.966Z[ recovery-image] Feb 28 11:54:19.966 INFO O| Feb 28 11:54:19.966 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-02-28T11:54:20.987Z[ recovery-image] Feb 28 11:54:19.987 INFO O| Feb 28 11:54:19.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66082025-02-28T11:54:20.987Z[ recovery-image] Feb 28 11:54:19.987 INFO O| Feb 28 11:54:19.987 INFO STEP 649 (remove_files) COMPLETE
66092025-02-28T11:54:20.990Z[ recovery-image] Feb 28 11:54:19.987 INFO O| Feb 28 11:54:19.987 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-02-28T11:54:21.008Z[ recovery-image] Feb 28 11:54:20.008 INFO O| Feb 28 11:54:20.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66112025-02-28T11:54:21.011Z[ recovery-image] Feb 28 11:54:20.009 INFO O| Feb 28 11:54:20.008 INFO STEP 650 (remove_files) COMPLETE
66122025-02-28T11:54:21.011Z[ recovery-image] Feb 28 11:54:20.009 INFO O| Feb 28 11:54:20.009 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-02-28T11:54:21.029Z[ recovery-image] Feb 28 11:54:20.029 INFO O| Feb 28 11:54:20.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66142025-02-28T11:54:21.047Z[ recovery-image] Feb 28 11:54:20.047 INFO O| Feb 28 11:54:20.047 INFO STEP 651 (remove_files) COMPLETE
66152025-02-28T11:54:21.049Z[ recovery-image] Feb 28 11:54:20.047 INFO O| Feb 28 11:54:20.047 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-02-28T11:54:21.081Z[ recovery-image] Feb 28 11:54:20.081 INFO O| Feb 28 11:54:20.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66172025-02-28T11:54:21.081Z[ recovery-image] Feb 28 11:54:20.081 INFO O| Feb 28 11:54:20.081 INFO STEP 652 (remove_files) COMPLETE
66182025-02-28T11:54:21.084Z[ recovery-image] Feb 28 11:54:20.082 INFO O| Feb 28 11:54:20.081 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-02-28T11:54:21.101Z[ recovery-image] Feb 28 11:54:20.101 INFO O| Feb 28 11:54:20.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66202025-02-28T11:54:21.101Z[ recovery-image] Feb 28 11:54:20.101 INFO O| Feb 28 11:54:20.101 INFO STEP 653 (remove_files) COMPLETE
66212025-02-28T11:54:21.101Z[ recovery-image] Feb 28 11:54:20.101 INFO O| Feb 28 11:54:20.101 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-02-28T11:54:21.141Z[ recovery-image] Feb 28 11:54:20.141 INFO O| Feb 28 11:54:20.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66232025-02-28T11:54:21.141Z[ recovery-image] Feb 28 11:54:20.141 INFO O| Feb 28 11:54:20.141 INFO STEP 654 (remove_files) COMPLETE
66242025-02-28T11:54:21.144Z[ recovery-image] Feb 28 11:54:20.141 INFO O| Feb 28 11:54:20.141 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-02-28T11:54:21.160Z[ recovery-image] Feb 28 11:54:20.160 INFO O| Feb 28 11:54:20.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66262025-02-28T11:54:21.160Z[ recovery-image] Feb 28 11:54:20.160 INFO O| Feb 28 11:54:20.160 INFO STEP 655 (remove_files) COMPLETE
66272025-02-28T11:54:21.163Z[ recovery-image] Feb 28 11:54:20.160 INFO O| Feb 28 11:54:20.160 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-02-28T11:54:21.203Z[ recovery-image] Feb 28 11:54:20.203 INFO O| Feb 28 11:54:20.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66292025-02-28T11:54:21.203Z[ recovery-image] Feb 28 11:54:20.203 INFO O| Feb 28 11:54:20.203 INFO STEP 656 (remove_files) COMPLETE
66302025-02-28T11:54:21.206Z[ recovery-image] Feb 28 11:54:20.203 INFO O| Feb 28 11:54:20.203 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-02-28T11:54:21.236Z[ recovery-image] Feb 28 11:54:20.236 INFO O| Feb 28 11:54:20.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66322025-02-28T11:54:21.236Z[ recovery-image] Feb 28 11:54:20.236 INFO O| Feb 28 11:54:20.236 INFO STEP 657 (remove_files) COMPLETE
66332025-02-28T11:54:21.236Z[ recovery-image] Feb 28 11:54:20.236 INFO O| Feb 28 11:54:20.236 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-02-28T11:54:21.268Z[ recovery-image] Feb 28 11:54:20.268 INFO O| Feb 28 11:54:20.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66352025-02-28T11:54:21.268Z[ recovery-image] Feb 28 11:54:20.268 INFO O| Feb 28 11:54:20.268 INFO STEP 658 (remove_files) COMPLETE
66362025-02-28T11:54:21.268Z[ recovery-image] Feb 28 11:54:20.268 INFO O| Feb 28 11:54:20.268 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-02-28T11:54:21.329Z[ recovery-image] Feb 28 11:54:20.328 INFO O| Feb 28 11:54:20.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66382025-02-28T11:54:21.330Z[ recovery-image] Feb 28 11:54:20.328 INFO O| Feb 28 11:54:20.328 INFO STEP 659 (remove_files) COMPLETE
66392025-02-28T11:54:21.330Z[ recovery-image] Feb 28 11:54:20.328 INFO O| Feb 28 11:54:20.328 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-02-28T11:54:21.353Z[ recovery-image] Feb 28 11:54:20.353 INFO O| Feb 28 11:54:20.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66412025-02-28T11:54:21.353Z[ recovery-image] Feb 28 11:54:20.353 INFO O| Feb 28 11:54:20.353 INFO STEP 660 (remove_files) COMPLETE
66422025-02-28T11:54:21.353Z[ recovery-image] Feb 28 11:54:20.353 INFO O| Feb 28 11:54:20.353 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-02-28T11:54:21.378Z[ recovery-image] Feb 28 11:54:20.377 INFO O| Feb 28 11:54:20.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66442025-02-28T11:54:21.378Z[ recovery-image] Feb 28 11:54:20.377 INFO O| Feb 28 11:54:20.377 INFO STEP 661 (remove_files) COMPLETE
66452025-02-28T11:54:21.378Z[ recovery-image] Feb 28 11:54:20.377 INFO O| Feb 28 11:54:20.377 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-02-28T11:54:21.399Z[ recovery-image] Feb 28 11:54:20.399 INFO O| Feb 28 11:54:20.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66472025-02-28T11:54:21.401Z[ recovery-image] Feb 28 11:54:20.399 INFO O| Feb 28 11:54:20.399 INFO STEP 662 (remove_files) COMPLETE
66482025-02-28T11:54:21.401Z[ recovery-image] Feb 28 11:54:20.399 INFO O| Feb 28 11:54:20.399 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-02-28T11:54:21.467Z[ recovery-image] Feb 28 11:54:20.467 INFO O| Feb 28 11:54:20.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66502025-02-28T11:54:21.467Z[ recovery-image] Feb 28 11:54:20.467 INFO O| Feb 28 11:54:20.467 INFO STEP 663 (remove_files) COMPLETE
66512025-02-28T11:54:21.470Z[ recovery-image] Feb 28 11:54:20.468 INFO O| Feb 28 11:54:20.467 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-02-28T11:54:21.553Z[ recovery-image] Feb 28 11:54:20.553 INFO O| Feb 28 11:54:20.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66532025-02-28T11:54:21.553Z[ recovery-image] Feb 28 11:54:20.553 INFO O| Feb 28 11:54:20.553 INFO STEP 664 (remove_files) COMPLETE
66542025-02-28T11:54:21.553Z[ recovery-image] Feb 28 11:54:20.553 INFO O| Feb 28 11:54:20.553 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-02-28T11:54:21.621Z[ recovery-image] Feb 28 11:54:20.621 INFO O| Feb 28 11:54:20.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66562025-02-28T11:54:21.621Z[ recovery-image] Feb 28 11:54:20.621 INFO O| Feb 28 11:54:20.621 INFO STEP 665 (remove_files) COMPLETE
66572025-02-28T11:54:21.624Z[ recovery-image] Feb 28 11:54:20.621 INFO O| Feb 28 11:54:20.621 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-02-28T11:54:21.642Z[ recovery-image] Feb 28 11:54:20.642 INFO O| Feb 28 11:54:20.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66592025-02-28T11:54:21.642Z[ recovery-image] Feb 28 11:54:20.642 INFO O| Feb 28 11:54:20.642 INFO STEP 666 (remove_files) COMPLETE
66602025-02-28T11:54:21.642Z[ recovery-image] Feb 28 11:54:20.642 INFO O| Feb 28 11:54:20.642 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-02-28T11:54:21.674Z[ recovery-image] Feb 28 11:54:20.674 INFO O| Feb 28 11:54:20.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66622025-02-28T11:54:21.677Z[ recovery-image] Feb 28 11:54:20.674 INFO O| Feb 28 11:54:20.674 INFO STEP 667 (remove_files) COMPLETE
66632025-02-28T11:54:21.677Z[ recovery-image] Feb 28 11:54:20.675 INFO O| Feb 28 11:54:20.674 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-02-28T11:54:21.697Z[ recovery-image] Feb 28 11:54:20.697 INFO O| Feb 28 11:54:20.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
66652025-02-28T11:54:21.699Z[ recovery-image] Feb 28 11:54:20.697 INFO O| Feb 28 11:54:20.697 INFO STEP 668 (remove_files) COMPLETE
66662025-02-28T11:54:21.700Z[ recovery-image] Feb 28 11:54:20.697 INFO O| Feb 28 11:54:20.697 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-02-28T11:54:21.735Z[ recovery-image] Feb 28 11:54:20.735 INFO O| Feb 28 11:54:20.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66682025-02-28T11:54:21.752Z[ recovery-image] Feb 28 11:54:20.735 INFO O| Feb 28 11:54:20.735 INFO STEP 669 (remove_files) COMPLETE
66692025-02-28T11:54:21.752Z[ recovery-image] Feb 28 11:54:20.736 INFO O| Feb 28 11:54:20.735 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-02-28T11:54:21.824Z[ recovery-image] Feb 28 11:54:20.824 INFO O| Feb 28 11:54:20.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
66712025-02-28T11:54:21.828Z[ recovery-image] Feb 28 11:54:20.824 INFO O| Feb 28 11:54:20.824 INFO STEP 670 (remove_files) COMPLETE
66722025-02-28T11:54:21.828Z[ recovery-image] Feb 28 11:54:20.824 INFO O| Feb 28 11:54:20.824 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-02-28T11:54:21.914Z[ recovery-image] Feb 28 11:54:20.914 INFO O| Feb 28 11:54:20.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
66742025-02-28T11:54:21.914Z[ recovery-image] Feb 28 11:54:20.914 INFO O| Feb 28 11:54:20.914 INFO STEP 671 (remove_files) COMPLETE
66752025-02-28T11:54:21.917Z[ recovery-image] Feb 28 11:54:20.914 INFO O| Feb 28 11:54:20.914 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-02-28T11:54:21.972Z[ recovery-image] Feb 28 11:54:20.972 INFO O| Feb 28 11:54:20.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
66772025-02-28T11:54:21.972Z[ recovery-image] Feb 28 11:54:20.972 INFO O| Feb 28 11:54:20.972 INFO STEP 672 (remove_files) COMPLETE
66782025-02-28T11:54:21.972Z[ recovery-image] Feb 28 11:54:20.972 INFO O| Feb 28 11:54:20.972 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-02-28T11:54:21.991Z[ recovery-image] Feb 28 11:54:20.991 INFO O| Feb 28 11:54:20.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66802025-02-28T11:54:21.991Z[ recovery-image] Feb 28 11:54:20.991 INFO O| Feb 28 11:54:20.991 INFO STEP 673 (remove_files) COMPLETE
66812025-02-28T11:54:21.991Z[ recovery-image] Feb 28 11:54:20.991 INFO O| Feb 28 11:54:20.991 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-02-28T11:54:22.011Z[ recovery-image] Feb 28 11:54:21.011 INFO O| Feb 28 11:54:21.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66832025-02-28T11:54:22.012Z[ recovery-image] Feb 28 11:54:21.011 INFO O| Feb 28 11:54:21.011 INFO STEP 674 (remove_files) COMPLETE
66842025-02-28T11:54:22.012Z[ recovery-image] Feb 28 11:54:21.011 INFO O| Feb 28 11:54:21.011 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-02-28T11:54:22.051Z[ recovery-image] Feb 28 11:54:21.051 INFO O| Feb 28 11:54:21.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66862025-02-28T11:54:22.054Z[ recovery-image] Feb 28 11:54:21.051 INFO O| Feb 28 11:54:21.051 INFO STEP 675 (remove_files) COMPLETE
66872025-02-28T11:54:22.054Z[ recovery-image] Feb 28 11:54:21.051 INFO O| Feb 28 11:54:21.051 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-02-28T11:54:22.075Z[ recovery-image] Feb 28 11:54:21.075 INFO O| Feb 28 11:54:21.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66892025-02-28T11:54:22.078Z[ recovery-image] Feb 28 11:54:21.075 INFO O| Feb 28 11:54:21.075 INFO STEP 676 (remove_files) COMPLETE
66902025-02-28T11:54:22.078Z[ recovery-image] Feb 28 11:54:21.075 INFO O| Feb 28 11:54:21.075 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-02-28T11:54:22.097Z[ recovery-image] Feb 28 11:54:21.097 INFO O| Feb 28 11:54:21.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66922025-02-28T11:54:22.097Z[ recovery-image] Feb 28 11:54:21.097 INFO O| Feb 28 11:54:21.097 INFO STEP 677 (remove_files) COMPLETE
66932025-02-28T11:54:22.097Z[ recovery-image] Feb 28 11:54:21.097 INFO O| Feb 28 11:54:21.097 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-02-28T11:54:22.117Z[ recovery-image] Feb 28 11:54:21.117 INFO O| Feb 28 11:54:21.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66952025-02-28T11:54:22.120Z[ recovery-image] Feb 28 11:54:21.117 INFO O| Feb 28 11:54:21.117 INFO STEP 678 (remove_files) COMPLETE
66962025-02-28T11:54:22.120Z[ recovery-image] Feb 28 11:54:21.118 INFO O| Feb 28 11:54:21.117 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-02-28T11:54:22.153Z[ recovery-image] Feb 28 11:54:21.153 INFO O| Feb 28 11:54:21.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
66982025-02-28T11:54:22.153Z[ recovery-image] Feb 28 11:54:21.153 INFO O| Feb 28 11:54:21.153 INFO STEP 679 (remove_files) COMPLETE
66992025-02-28T11:54:22.153Z[ recovery-image] Feb 28 11:54:21.153 INFO O| Feb 28 11:54:21.153 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-02-28T11:54:22.186Z[ recovery-image] Feb 28 11:54:21.186 INFO O| Feb 28 11:54:21.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
67012025-02-28T11:54:22.186Z[ recovery-image] Feb 28 11:54:21.186 INFO O| Feb 28 11:54:21.186 INFO STEP 680 (remove_files) COMPLETE
67022025-02-28T11:54:22.186Z[ recovery-image] Feb 28 11:54:21.186 INFO O| Feb 28 11:54:21.186 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-02-28T11:54:22.208Z[ recovery-image] Feb 28 11:54:21.208 INFO O| Feb 28 11:54:21.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
67042025-02-28T11:54:22.208Z[ recovery-image] Feb 28 11:54:21.208 INFO O| Feb 28 11:54:21.208 INFO STEP 681 (remove_files) COMPLETE
67052025-02-28T11:54:22.211Z[ recovery-image] Feb 28 11:54:21.208 INFO O| Feb 28 11:54:21.208 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-02-28T11:54:22.228Z[ recovery-image] Feb 28 11:54:21.228 INFO O| Feb 28 11:54:21.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
67072025-02-28T11:54:22.228Z[ recovery-image] Feb 28 11:54:21.228 INFO O| Feb 28 11:54:21.228 INFO STEP 682 (remove_files) COMPLETE
67082025-02-28T11:54:22.228Z[ recovery-image] Feb 28 11:54:21.228 INFO O| Feb 28 11:54:21.228 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-02-28T11:54:22.248Z[ recovery-image] Feb 28 11:54:21.248 INFO O| Feb 28 11:54:21.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
67102025-02-28T11:54:22.251Z[ recovery-image] Feb 28 11:54:21.248 INFO O| Feb 28 11:54:21.248 INFO STEP 683 (remove_files) COMPLETE
67112025-02-28T11:54:22.251Z[ recovery-image] Feb 28 11:54:21.248 INFO O| Feb 28 11:54:21.248 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-02-28T11:54:22.268Z[ recovery-image] Feb 28 11:54:21.268 INFO O| Feb 28 11:54:21.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
67132025-02-28T11:54:22.268Z[ recovery-image] Feb 28 11:54:21.268 INFO O| Feb 28 11:54:21.268 INFO STEP 684 (remove_files) COMPLETE
67142025-02-28T11:54:22.268Z[ recovery-image] Feb 28 11:54:21.268 INFO O| Feb 28 11:54:21.268 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-02-28T11:54:22.288Z[ recovery-image] Feb 28 11:54:21.288 INFO O| Feb 28 11:54:21.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
67162025-02-28T11:54:22.288Z[ recovery-image] Feb 28 11:54:21.288 INFO O| Feb 28 11:54:21.288 INFO STEP 685 (remove_files) COMPLETE
67172025-02-28T11:54:22.288Z[ recovery-image] Feb 28 11:54:21.288 INFO O| Feb 28 11:54:21.288 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-02-28T11:54:22.308Z[ recovery-image] Feb 28 11:54:21.307 INFO O| Feb 28 11:54:21.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
67192025-02-28T11:54:22.308Z[ recovery-image] Feb 28 11:54:21.307 INFO O| Feb 28 11:54:21.307 INFO STEP 686 (remove_files) COMPLETE
67202025-02-28T11:54:22.308Z[ recovery-image] Feb 28 11:54:21.307 INFO O| Feb 28 11:54:21.307 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-02-28T11:54:22.326Z[ recovery-image] Feb 28 11:54:21.326 INFO O| Feb 28 11:54:21.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
67222025-02-28T11:54:22.326Z[ recovery-image] Feb 28 11:54:21.326 INFO O| Feb 28 11:54:21.326 INFO STEP 687 (remove_files) COMPLETE
67232025-02-28T11:54:22.326Z[ recovery-image] Feb 28 11:54:21.326 INFO O| Feb 28 11:54:21.326 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-02-28T11:54:22.358Z[ recovery-image] Feb 28 11:54:21.357 INFO O| Feb 28 11:54:21.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
67252025-02-28T11:54:22.358Z[ recovery-image] Feb 28 11:54:21.357 INFO O| Feb 28 11:54:21.357 INFO STEP 688 (remove_files) COMPLETE
67262025-02-28T11:54:22.358Z[ recovery-image] Feb 28 11:54:21.357 INFO O| Feb 28 11:54:21.357 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-02-28T11:54:22.378Z[ recovery-image] Feb 28 11:54:21.378 INFO O| Feb 28 11:54:21.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
67282025-02-28T11:54:22.378Z[ recovery-image] Feb 28 11:54:21.378 INFO O| Feb 28 11:54:21.378 INFO STEP 689 (remove_files) COMPLETE
67292025-02-28T11:54:22.381Z[ recovery-image] Feb 28 11:54:21.378 INFO O| Feb 28 11:54:21.378 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-02-28T11:54:22.398Z[ recovery-image] Feb 28 11:54:21.398 INFO O| Feb 28 11:54:21.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
67312025-02-28T11:54:22.398Z[ recovery-image] Feb 28 11:54:21.398 INFO O| Feb 28 11:54:21.398 INFO STEP 690 (remove_files) COMPLETE
67322025-02-28T11:54:22.401Z[ recovery-image] Feb 28 11:54:21.398 INFO O| Feb 28 11:54:21.398 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-02-28T11:54:22.436Z[ recovery-image] Feb 28 11:54:21.435 INFO O| Feb 28 11:54:21.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67342025-02-28T11:54:22.438Z[ recovery-image] Feb 28 11:54:21.436 INFO O| Feb 28 11:54:21.436 INFO STEP 691 (remove_files) COMPLETE
67352025-02-28T11:54:22.438Z[ recovery-image] Feb 28 11:54:21.436 INFO O| Feb 28 11:54:21.436 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-02-28T11:54:22.467Z[ recovery-image] Feb 28 11:54:21.467 INFO O| Feb 28 11:54:21.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67372025-02-28T11:54:22.467Z[ recovery-image] Feb 28 11:54:21.467 INFO O| Feb 28 11:54:21.467 INFO STEP 692 (remove_files) COMPLETE
67382025-02-28T11:54:22.470Z[ recovery-image] Feb 28 11:54:21.467 INFO O| Feb 28 11:54:21.467 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-02-28T11:54:22.488Z[ recovery-image] Feb 28 11:54:21.488 INFO O| Feb 28 11:54:21.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
67402025-02-28T11:54:22.488Z[ recovery-image] Feb 28 11:54:21.488 INFO O| Feb 28 11:54:21.488 INFO STEP 693 (remove_files) COMPLETE
67412025-02-28T11:54:22.491Z[ recovery-image] Feb 28 11:54:21.488 INFO O| Feb 28 11:54:21.488 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-02-28T11:54:22.525Z[ recovery-image] Feb 28 11:54:21.525 INFO O| Feb 28 11:54:21.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
67432025-02-28T11:54:22.525Z[ recovery-image] Feb 28 11:54:21.525 INFO O| Feb 28 11:54:21.525 INFO STEP 694 (remove_files) COMPLETE
67442025-02-28T11:54:22.525Z[ recovery-image] Feb 28 11:54:21.525 INFO O| Feb 28 11:54:21.525 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-02-28T11:54:22.546Z[ recovery-image] Feb 28 11:54:21.546 INFO O| Feb 28 11:54:21.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67462025-02-28T11:54:22.546Z[ recovery-image] Feb 28 11:54:21.546 INFO O| Feb 28 11:54:21.546 INFO STEP 695 (remove_files) COMPLETE
67472025-02-28T11:54:22.549Z[ recovery-image] Feb 28 11:54:21.546 INFO O| Feb 28 11:54:21.546 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-02-28T11:54:22.566Z[ recovery-image] Feb 28 11:54:21.566 INFO O| Feb 28 11:54:21.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67492025-02-28T11:54:22.569Z[ recovery-image] Feb 28 11:54:21.566 INFO O| Feb 28 11:54:21.566 INFO STEP 696 (remove_files) COMPLETE
67502025-02-28T11:54:22.569Z[ recovery-image] Feb 28 11:54:21.566 INFO O| Feb 28 11:54:21.566 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-02-28T11:54:22.591Z[ recovery-image] Feb 28 11:54:21.591 INFO O| Feb 28 11:54:21.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
67522025-02-28T11:54:22.594Z[ recovery-image] Feb 28 11:54:21.591 INFO O| Feb 28 11:54:21.591 INFO STEP 697 (remove_files) COMPLETE
67532025-02-28T11:54:22.594Z[ recovery-image] Feb 28 11:54:21.592 INFO O| Feb 28 11:54:21.592 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-02-28T11:54:22.612Z[ recovery-image] Feb 28 11:54:21.612 INFO O| Feb 28 11:54:21.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
67552025-02-28T11:54:22.615Z[ recovery-image] Feb 28 11:54:21.612 INFO O| Feb 28 11:54:21.612 INFO STEP 698 (remove_files) COMPLETE
67562025-02-28T11:54:22.615Z[ recovery-image] Feb 28 11:54:21.612 INFO O| Feb 28 11:54:21.612 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-02-28T11:54:22.631Z[ recovery-image] Feb 28 11:54:21.631 INFO O| Feb 28 11:54:21.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
67582025-02-28T11:54:22.634Z[ recovery-image] Feb 28 11:54:21.631 INFO O| Feb 28 11:54:21.631 INFO STEP 699 (remove_files) COMPLETE
67592025-02-28T11:54:22.634Z[ recovery-image] Feb 28 11:54:21.631 INFO O| Feb 28 11:54:21.631 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-02-28T11:54:22.656Z[ recovery-image] Feb 28 11:54:21.656 INFO O| Feb 28 11:54:21.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
67612025-02-28T11:54:22.657Z[ recovery-image] Feb 28 11:54:21.656 INFO O| Feb 28 11:54:21.656 INFO STEP 700 (remove_files) COMPLETE
67622025-02-28T11:54:22.657Z[ recovery-image] Feb 28 11:54:21.656 INFO O| Feb 28 11:54:21.656 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-02-28T11:54:22.691Z[ recovery-image] Feb 28 11:54:21.691 INFO O| Feb 28 11:54:21.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
67642025-02-28T11:54:22.694Z[ recovery-image] Feb 28 11:54:21.692 INFO O| Feb 28 11:54:21.692 INFO STEP 701 (remove_files) COMPLETE
67652025-02-28T11:54:22.694Z[ recovery-image] Feb 28 11:54:21.692 INFO O| Feb 28 11:54:21.692 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-02-28T11:54:22.743Z[ recovery-image] Feb 28 11:54:21.742 INFO O| Feb 28 11:54:21.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67672025-02-28T11:54:22.743Z[ recovery-image] Feb 28 11:54:21.743 INFO O| Feb 28 11:54:21.743 INFO STEP 702 (remove_files) COMPLETE
67682025-02-28T11:54:22.743Z[ recovery-image] Feb 28 11:54:21.743 INFO O| Feb 28 11:54:21.743 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-02-28T11:54:22.780Z[ recovery-image] Feb 28 11:54:21.779 INFO O| Feb 28 11:54:21.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
67702025-02-28T11:54:22.782Z[ recovery-image] Feb 28 11:54:21.779 INFO O| Feb 28 11:54:21.779 INFO STEP 703 (remove_files) COMPLETE
67712025-02-28T11:54:22.782Z[ recovery-image] Feb 28 11:54:21.780 INFO O| Feb 28 11:54:21.780 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-02-28T11:54:22.800Z[ recovery-image] Feb 28 11:54:21.800 INFO O| Feb 28 11:54:21.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
67732025-02-28T11:54:22.803Z[ recovery-image] Feb 28 11:54:21.800 INFO O| Feb 28 11:54:21.800 INFO STEP 704 (remove_files) COMPLETE
67742025-02-28T11:54:22.803Z[ recovery-image] Feb 28 11:54:21.800 INFO O| Feb 28 11:54:21.800 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-02-28T11:54:22.821Z[ recovery-image] Feb 28 11:54:21.820 INFO O| Feb 28 11:54:21.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67762025-02-28T11:54:22.823Z[ recovery-image] Feb 28 11:54:21.821 INFO O| Feb 28 11:54:21.821 INFO STEP 705 (remove_files) COMPLETE
67772025-02-28T11:54:22.823Z[ recovery-image] Feb 28 11:54:21.821 INFO O| Feb 28 11:54:21.821 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-02-28T11:54:22.843Z[ recovery-image] Feb 28 11:54:21.843 INFO O| Feb 28 11:54:21.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67792025-02-28T11:54:22.846Z[ recovery-image] Feb 28 11:54:21.844 INFO O| Feb 28 11:54:21.844 INFO STEP 706 (remove_files) COMPLETE
67802025-02-28T11:54:22.846Z[ recovery-image] Feb 28 11:54:21.844 INFO O| Feb 28 11:54:21.844 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-02-28T11:54:22.905Z[ recovery-image] Feb 28 11:54:21.905 INFO O| Feb 28 11:54:21.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67822025-02-28T11:54:22.908Z[ recovery-image] Feb 28 11:54:21.905 INFO O| Feb 28 11:54:21.905 INFO STEP 707 (remove_files) COMPLETE
67832025-02-28T11:54:22.908Z[ recovery-image] Feb 28 11:54:21.905 INFO O| Feb 28 11:54:21.905 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-02-28T11:54:22.980Z[ recovery-image] Feb 28 11:54:21.928 INFO O| Feb 28 11:54:21.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67852025-02-28T11:54:22.983Z[ recovery-image] Feb 28 11:54:21.928 INFO O| Feb 28 11:54:21.928 INFO STEP 708 (remove_files) COMPLETE
67862025-02-28T11:54:22.983Z[ recovery-image] Feb 28 11:54:21.929 INFO O| Feb 28 11:54:21.929 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-02-28T11:54:22.983Z[ recovery-image] Feb 28 11:54:21.949 INFO O| Feb 28 11:54:21.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67882025-02-28T11:54:22.984Z[ recovery-image] Feb 28 11:54:21.950 INFO O| Feb 28 11:54:21.950 INFO STEP 709 (remove_files) COMPLETE
67892025-02-28T11:54:22.984Z[ recovery-image] Feb 28 11:54:21.950 INFO O| Feb 28 11:54:21.950 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-02-28T11:54:22.984Z[ recovery-image] Feb 28 11:54:21.969 INFO O| Feb 28 11:54:21.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67912025-02-28T11:54:22.984Z[ recovery-image] Feb 28 11:54:21.969 INFO O| Feb 28 11:54:21.969 INFO STEP 710 (remove_files) COMPLETE
67922025-02-28T11:54:22.984Z[ recovery-image] Feb 28 11:54:21.969 INFO O| Feb 28 11:54:21.969 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-02-28T11:54:22.990Z[ recovery-image] Feb 28 11:54:21.989 INFO O| Feb 28 11:54:21.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67942025-02-28T11:54:22.995Z[ recovery-image] Feb 28 11:54:21.990 INFO O| Feb 28 11:54:21.990 INFO STEP 711 (remove_files) COMPLETE
67952025-02-28T11:54:22.995Z[ recovery-image] Feb 28 11:54:21.990 INFO O| Feb 28 11:54:21.990 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-02-28T11:54:23.015Z[ recovery-image] Feb 28 11:54:22.014 INFO O| Feb 28 11:54:22.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67972025-02-28T11:54:23.018Z[ recovery-image] Feb 28 11:54:22.014 INFO O| Feb 28 11:54:22.014 INFO STEP 712 (remove_files) COMPLETE
67982025-02-28T11:54:23.018Z[ recovery-image] Feb 28 11:54:22.014 INFO O| Feb 28 11:54:22.014 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-02-28T11:54:23.037Z[ recovery-image] Feb 28 11:54:22.034 INFO O| Feb 28 11:54:22.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68002025-02-28T11:54:23.042Z[ recovery-image] Feb 28 11:54:22.035 INFO O| Feb 28 11:54:22.035 INFO STEP 713 (remove_files) COMPLETE
68012025-02-28T11:54:23.043Z[ recovery-image] Feb 28 11:54:22.035 INFO O| Feb 28 11:54:22.035 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-02-28T11:54:23.072Z[ recovery-image] Feb 28 11:54:22.071 INFO O| Feb 28 11:54:22.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68032025-02-28T11:54:23.072Z[ recovery-image] Feb 28 11:54:22.071 INFO O| Feb 28 11:54:22.071 INFO STEP 714 (remove_files) COMPLETE
68042025-02-28T11:54:23.074Z[ recovery-image] Feb 28 11:54:22.071 INFO O| Feb 28 11:54:22.071 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-02-28T11:54:23.138Z[ recovery-image] Feb 28 11:54:22.134 INFO O| Feb 28 11:54:22.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
68062025-02-28T11:54:23.138Z[ recovery-image] Feb 28 11:54:22.134 INFO O| Feb 28 11:54:22.134 INFO STEP 715 (remove_files) COMPLETE
68072025-02-28T11:54:23.141Z[ recovery-image] Feb 28 11:54:22.134 INFO O| Feb 28 11:54:22.134 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-02-28T11:54:23.166Z[ recovery-image] Feb 28 11:54:22.163 INFO O| Feb 28 11:54:22.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68092025-02-28T11:54:23.170Z[ recovery-image] Feb 28 11:54:22.164 INFO O| Feb 28 11:54:22.164 INFO STEP 716 (remove_files) COMPLETE
68102025-02-28T11:54:23.170Z[ recovery-image] Feb 28 11:54:22.164 INFO O| Feb 28 11:54:22.164 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-02-28T11:54:23.221Z[ recovery-image] Feb 28 11:54:22.219 INFO O| Feb 28 11:54:22.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
68122025-02-28T11:54:23.221Z[ recovery-image] Feb 28 11:54:22.219 INFO O| Feb 28 11:54:22.219 INFO STEP 717 (remove_files) COMPLETE
68132025-02-28T11:54:23.221Z[ recovery-image] Feb 28 11:54:22.219 INFO O| Feb 28 11:54:22.219 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-02-28T11:54:23.255Z[ recovery-image] Feb 28 11:54:22.255 INFO O| Feb 28 11:54:22.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
68152025-02-28T11:54:23.256Z[ recovery-image] Feb 28 11:54:22.255 INFO O| Feb 28 11:54:22.255 INFO STEP 718 (remove_files) COMPLETE
68162025-02-28T11:54:23.256Z[ recovery-image] Feb 28 11:54:22.255 INFO O| Feb 28 11:54:22.255 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-02-28T11:54:23.365Z[ recovery-image] Feb 28 11:54:22.364 INFO O| Feb 28 11:54:22.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
68182025-02-28T11:54:23.386Z[ recovery-image] Feb 28 11:54:22.386 INFO O| Feb 28 11:54:22.386 INFO STEP 719 (remove_files) COMPLETE
68192025-02-28T11:54:23.389Z[ recovery-image] Feb 28 11:54:22.386 INFO O| Feb 28 11:54:22.386 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-02-28T11:54:23.412Z[ recovery-image] Feb 28 11:54:22.411 INFO O| Feb 28 11:54:22.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
68212025-02-28T11:54:23.412Z[ recovery-image] Feb 28 11:54:22.411 INFO O| Feb 28 11:54:22.411 INFO STEP 720 (remove_files) COMPLETE
68222025-02-28T11:54:23.415Z[ recovery-image] Feb 28 11:54:22.411 INFO O| Feb 28 11:54:22.411 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-02-28T11:54:23.468Z[ recovery-image] Feb 28 11:54:22.468 INFO O| Feb 28 11:54:22.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
68242025-02-28T11:54:23.468Z[ recovery-image] Feb 28 11:54:22.468 INFO O| Feb 28 11:54:22.468 INFO STEP 721 (remove_files) COMPLETE
68252025-02-28T11:54:23.468Z[ recovery-image] Feb 28 11:54:22.468 INFO O| Feb 28 11:54:22.468 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-02-28T11:54:23.488Z[ recovery-image] Feb 28 11:54:22.488 INFO O| Feb 28 11:54:22.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
68272025-02-28T11:54:23.488Z[ recovery-image] Feb 28 11:54:22.488 INFO O| Feb 28 11:54:22.488 INFO STEP 722 (remove_files) COMPLETE
68282025-02-28T11:54:23.491Z[ recovery-image] Feb 28 11:54:22.488 INFO O| Feb 28 11:54:22.488 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-02-28T11:54:23.510Z[ recovery-image] Feb 28 11:54:22.509 INFO O| Feb 28 11:54:22.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
68302025-02-28T11:54:23.510Z[ recovery-image] Feb 28 11:54:22.509 INFO O| Feb 28 11:54:22.509 INFO STEP 723 (remove_files) COMPLETE
68312025-02-28T11:54:23.510Z[ recovery-image] Feb 28 11:54:22.509 INFO O| Feb 28 11:54:22.509 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-02-28T11:54:23.530Z[ recovery-image] Feb 28 11:54:22.530 INFO O| Feb 28 11:54:22.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68332025-02-28T11:54:23.531Z[ recovery-image] Feb 28 11:54:22.530 INFO O| Feb 28 11:54:22.530 INFO STEP 724 (remove_files) COMPLETE
68342025-02-28T11:54:23.533Z[ recovery-image] Feb 28 11:54:22.530 INFO O| Feb 28 11:54:22.530 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-02-28T11:54:23.609Z[ recovery-image] Feb 28 11:54:22.609 INFO O| Feb 28 11:54:22.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68362025-02-28T11:54:23.609Z[ recovery-image] Feb 28 11:54:22.609 INFO O| Feb 28 11:54:22.609 INFO STEP 725 (remove_files) COMPLETE
68372025-02-28T11:54:23.613Z[ recovery-image] Feb 28 11:54:22.609 INFO O| Feb 28 11:54:22.609 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-02-28T11:54:23.631Z[ recovery-image] Feb 28 11:54:22.631 INFO O| Feb 28 11:54:22.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68392025-02-28T11:54:23.631Z[ recovery-image] Feb 28 11:54:22.631 INFO O| Feb 28 11:54:22.631 INFO STEP 726 (remove_files) COMPLETE
68402025-02-28T11:54:23.634Z[ recovery-image] Feb 28 11:54:22.631 INFO O| Feb 28 11:54:22.631 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-02-28T11:54:23.652Z[ recovery-image] Feb 28 11:54:22.652 INFO O| Feb 28 11:54:22.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68422025-02-28T11:54:23.652Z[ recovery-image] Feb 28 11:54:22.652 INFO O| Feb 28 11:54:22.652 INFO STEP 727 (remove_files) COMPLETE
68432025-02-28T11:54:23.655Z[ recovery-image] Feb 28 11:54:22.652 INFO O| Feb 28 11:54:22.652 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-02-28T11:54:23.671Z[ recovery-image] Feb 28 11:54:22.670 INFO O| Feb 28 11:54:22.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68452025-02-28T11:54:23.671Z[ recovery-image] Feb 28 11:54:22.670 INFO O| Feb 28 11:54:22.670 INFO STEP 728 (remove_files) COMPLETE
68462025-02-28T11:54:23.674Z[ recovery-image] Feb 28 11:54:22.671 INFO O| Feb 28 11:54:22.670 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-02-28T11:54:23.690Z[ recovery-image] Feb 28 11:54:22.690 INFO O| Feb 28 11:54:22.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68482025-02-28T11:54:23.690Z[ recovery-image] Feb 28 11:54:22.690 INFO O| Feb 28 11:54:22.690 INFO STEP 729 (remove_files) COMPLETE
68492025-02-28T11:54:23.693Z[ recovery-image] Feb 28 11:54:22.690 INFO O| Feb 28 11:54:22.690 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502025-02-28T11:54:23.718Z[ recovery-image] Feb 28 11:54:22.717 INFO O| Feb 28 11:54:22.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68512025-02-28T11:54:23.718Z[ recovery-image] Feb 28 11:54:22.717 INFO O| Feb 28 11:54:22.717 INFO STEP 730 (remove_files) COMPLETE
68522025-02-28T11:54:23.718Z[ recovery-image] Feb 28 11:54:22.717 INFO O| Feb 28 11:54:22.717 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532025-02-28T11:54:23.747Z[ recovery-image] Feb 28 11:54:22.747 INFO O| Feb 28 11:54:22.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68542025-02-28T11:54:23.747Z[ recovery-image] Feb 28 11:54:22.747 INFO O| Feb 28 11:54:22.747 INFO STEP 731 (remove_files) COMPLETE
68552025-02-28T11:54:23.747Z[ recovery-image] Feb 28 11:54:22.747 INFO O| Feb 28 11:54:22.747 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-02-28T11:54:23.766Z[ recovery-image] Feb 28 11:54:22.766 INFO O| Feb 28 11:54:22.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68572025-02-28T11:54:23.766Z[ recovery-image] Feb 28 11:54:22.766 INFO O| Feb 28 11:54:22.766 INFO STEP 732 (remove_files) COMPLETE
68582025-02-28T11:54:23.766Z[ recovery-image] Feb 28 11:54:22.766 INFO O| Feb 28 11:54:22.766 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-02-28T11:54:23.817Z[ recovery-image] Feb 28 11:54:22.817 INFO O| Feb 28 11:54:22.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68602025-02-28T11:54:23.817Z[ recovery-image] Feb 28 11:54:22.817 INFO O| Feb 28 11:54:22.817 INFO STEP 733 (remove_files) COMPLETE
68612025-02-28T11:54:23.820Z[ recovery-image] Feb 28 11:54:22.817 INFO O| Feb 28 11:54:22.817 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-02-28T11:54:23.838Z[ recovery-image] Feb 28 11:54:22.837 INFO O| Feb 28 11:54:22.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68632025-02-28T11:54:23.839Z[ recovery-image] Feb 28 11:54:22.838 INFO O| Feb 28 11:54:22.838 INFO STEP 734 (remove_files) COMPLETE
68642025-02-28T11:54:23.842Z[ recovery-image] Feb 28 11:54:22.838 INFO O| Feb 28 11:54:22.838 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-02-28T11:54:23.872Z[ recovery-image] Feb 28 11:54:22.872 INFO O| Feb 28 11:54:22.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68662025-02-28T11:54:23.872Z[ recovery-image] Feb 28 11:54:22.872 INFO O| Feb 28 11:54:22.872 INFO STEP 735 (remove_files) COMPLETE
68672025-02-28T11:54:23.872Z[ recovery-image] Feb 28 11:54:22.872 INFO O| Feb 28 11:54:22.872 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-02-28T11:54:23.893Z[ recovery-image] Feb 28 11:54:22.892 INFO O| Feb 28 11:54:22.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68692025-02-28T11:54:23.893Z[ recovery-image] Feb 28 11:54:22.892 INFO O| Feb 28 11:54:22.892 INFO STEP 736 (remove_files) COMPLETE
68702025-02-28T11:54:23.893Z[ recovery-image] Feb 28 11:54:22.892 INFO O| Feb 28 11:54:22.892 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-02-28T11:54:23.932Z[ recovery-image] Feb 28 11:54:22.932 INFO O| Feb 28 11:54:22.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68722025-02-28T11:54:23.932Z[ recovery-image] Feb 28 11:54:22.932 INFO O| Feb 28 11:54:22.932 INFO STEP 737 (remove_files) COMPLETE
68732025-02-28T11:54:23.935Z[ recovery-image] Feb 28 11:54:22.932 INFO O| Feb 28 11:54:22.932 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-02-28T11:54:23.973Z[ recovery-image] Feb 28 11:54:22.972 INFO O| Feb 28 11:54:22.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68752025-02-28T11:54:23.975Z[ recovery-image] Feb 28 11:54:22.972 INFO O| Feb 28 11:54:22.972 INFO STEP 738 (remove_files) COMPLETE
68762025-02-28T11:54:23.975Z[ recovery-image] Feb 28 11:54:22.972 INFO O| Feb 28 11:54:22.972 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-02-28T11:54:23.994Z[ recovery-image] Feb 28 11:54:22.993 INFO O| Feb 28 11:54:22.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68782025-02-28T11:54:23.994Z[ recovery-image] Feb 28 11:54:22.993 INFO O| Feb 28 11:54:22.993 INFO STEP 739 (remove_files) COMPLETE
68792025-02-28T11:54:23.994Z[ recovery-image] Feb 28 11:54:22.993 INFO O| Feb 28 11:54:22.993 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-02-28T11:54:24.025Z[ recovery-image] Feb 28 11:54:23.021 INFO O| Feb 28 11:54:23.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68812025-02-28T11:54:24.025Z[ recovery-image] Feb 28 11:54:23.021 INFO O| Feb 28 11:54:23.021 INFO STEP 740 (remove_files) COMPLETE
68822025-02-28T11:54:24.025Z[ recovery-image] Feb 28 11:54:23.021 INFO O| Feb 28 11:54:23.021 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-02-28T11:54:24.121Z[ recovery-image] Feb 28 11:54:23.120 INFO O| Feb 28 11:54:23.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68842025-02-28T11:54:24.125Z[ recovery-image] Feb 28 11:54:23.120 INFO O| Feb 28 11:54:23.120 INFO STEP 741 (remove_files) COMPLETE
68852025-02-28T11:54:24.125Z[ recovery-image] Feb 28 11:54:23.120 INFO O| Feb 28 11:54:23.120 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-02-28T11:54:24.140Z[ recovery-image] Feb 28 11:54:23.140 INFO O| Feb 28 11:54:23.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68872025-02-28T11:54:24.140Z[ recovery-image] Feb 28 11:54:23.140 INFO O| Feb 28 11:54:23.140 INFO STEP 742 (remove_files) COMPLETE
68882025-02-28T11:54:24.143Z[ recovery-image] Feb 28 11:54:23.140 INFO O| Feb 28 11:54:23.140 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-02-28T11:54:24.174Z[ recovery-image] Feb 28 11:54:23.173 INFO O| Feb 28 11:54:23.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68902025-02-28T11:54:24.174Z[ recovery-image] Feb 28 11:54:23.173 INFO O| Feb 28 11:54:23.173 INFO STEP 743 (remove_files) COMPLETE
68912025-02-28T11:54:24.178Z[ recovery-image] Feb 28 11:54:23.173 INFO O| Feb 28 11:54:23.173 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-02-28T11:54:24.241Z[ recovery-image] Feb 28 11:54:23.241 INFO O| Feb 28 11:54:23.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68932025-02-28T11:54:24.242Z[ recovery-image] Feb 28 11:54:23.241 INFO O| Feb 28 11:54:23.241 INFO STEP 744 (remove_files) COMPLETE
68942025-02-28T11:54:24.245Z[ recovery-image] Feb 28 11:54:23.241 INFO O| Feb 28 11:54:23.241 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-02-28T11:54:24.282Z[ recovery-image] Feb 28 11:54:23.280 INFO O| Feb 28 11:54:23.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68962025-02-28T11:54:24.282Z[ recovery-image] Feb 28 11:54:23.280 INFO O| Feb 28 11:54:23.280 INFO STEP 745 (remove_files) COMPLETE
68972025-02-28T11:54:24.282Z[ recovery-image] Feb 28 11:54:23.281 INFO O| Feb 28 11:54:23.280 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-02-28T11:54:24.300Z[ recovery-image] Feb 28 11:54:23.300 INFO O| Feb 28 11:54:23.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68992025-02-28T11:54:24.300Z[ recovery-image] Feb 28 11:54:23.300 INFO O| Feb 28 11:54:23.300 INFO STEP 746 (remove_files) COMPLETE
69002025-02-28T11:54:24.300Z[ recovery-image] Feb 28 11:54:23.300 INFO O| Feb 28 11:54:23.300 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-02-28T11:54:24.330Z[ recovery-image] Feb 28 11:54:23.329 INFO O| Feb 28 11:54:23.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
69022025-02-28T11:54:24.330Z[ recovery-image] Feb 28 11:54:23.329 INFO O| Feb 28 11:54:23.329 INFO STEP 747 (remove_files) COMPLETE
69032025-02-28T11:54:24.330Z[ recovery-image] Feb 28 11:54:23.329 INFO O| Feb 28 11:54:23.329 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-02-28T11:54:24.352Z[ recovery-image] Feb 28 11:54:23.350 INFO O| Feb 28 11:54:23.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69052025-02-28T11:54:24.352Z[ recovery-image] Feb 28 11:54:23.351 INFO O| Feb 28 11:54:23.351 INFO STEP 748 (remove_files) COMPLETE
69062025-02-28T11:54:24.352Z[ recovery-image] Feb 28 11:54:23.351 INFO O| Feb 28 11:54:23.351 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-02-28T11:54:24.389Z[ recovery-image] Feb 28 11:54:23.388 INFO O| Feb 28 11:54:23.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
69082025-02-28T11:54:24.390Z[ recovery-image] Feb 28 11:54:23.388 INFO O| Feb 28 11:54:23.388 INFO STEP 749 (remove_files) COMPLETE
69092025-02-28T11:54:24.390Z[ recovery-image] Feb 28 11:54:23.388 INFO O| Feb 28 11:54:23.388 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-02-28T11:54:24.418Z[ recovery-image] Feb 28 11:54:23.417 INFO O| Feb 28 11:54:23.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
69112025-02-28T11:54:24.420Z[ recovery-image] Feb 28 11:54:23.417 INFO O| Feb 28 11:54:23.417 INFO STEP 750 (remove_files) COMPLETE
69122025-02-28T11:54:24.421Z[ recovery-image] Feb 28 11:54:23.417 INFO O| Feb 28 11:54:23.417 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-02-28T11:54:24.439Z[ recovery-image] Feb 28 11:54:23.439 INFO O| Feb 28 11:54:23.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69142025-02-28T11:54:24.442Z[ recovery-image] Feb 28 11:54:23.439 INFO O| Feb 28 11:54:23.439 INFO STEP 751 (remove_files) COMPLETE
69152025-02-28T11:54:24.442Z[ recovery-image] Feb 28 11:54:23.439 INFO O| Feb 28 11:54:23.439 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-02-28T11:54:24.508Z[ recovery-image] Feb 28 11:54:23.507 INFO O| Feb 28 11:54:23.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69172025-02-28T11:54:24.508Z[ recovery-image] Feb 28 11:54:23.507 INFO O| Feb 28 11:54:23.507 INFO STEP 752 (remove_files) COMPLETE
69182025-02-28T11:54:24.508Z[ recovery-image] Feb 28 11:54:23.507 INFO O| Feb 28 11:54:23.507 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-02-28T11:54:24.564Z[ recovery-image] Feb 28 11:54:23.564 INFO O| Feb 28 11:54:23.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69202025-02-28T11:54:24.565Z[ recovery-image] Feb 28 11:54:23.564 INFO O| Feb 28 11:54:23.564 INFO STEP 753 (remove_files) COMPLETE
69212025-02-28T11:54:24.565Z[ recovery-image] Feb 28 11:54:23.564 INFO O| Feb 28 11:54:23.564 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-02-28T11:54:24.585Z[ recovery-image] Feb 28 11:54:23.584 INFO O| Feb 28 11:54:23.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69232025-02-28T11:54:24.585Z[ recovery-image] Feb 28 11:54:23.584 INFO O| Feb 28 11:54:23.584 INFO STEP 754 (remove_files) COMPLETE
69242025-02-28T11:54:24.588Z[ recovery-image] Feb 28 11:54:23.584 INFO O| Feb 28 11:54:23.584 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-02-28T11:54:24.610Z[ recovery-image] Feb 28 11:54:23.609 INFO O| Feb 28 11:54:23.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69262025-02-28T11:54:24.613Z[ recovery-image] Feb 28 11:54:23.610 INFO O| Feb 28 11:54:23.610 INFO STEP 755 (remove_files) COMPLETE
69272025-02-28T11:54:24.613Z[ recovery-image] Feb 28 11:54:23.610 INFO O| Feb 28 11:54:23.610 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-02-28T11:54:24.633Z[ recovery-image] Feb 28 11:54:23.633 INFO O| Feb 28 11:54:23.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69292025-02-28T11:54:24.636Z[ recovery-image] Feb 28 11:54:23.633 INFO O| Feb 28 11:54:23.633 INFO STEP 756 (remove_files) COMPLETE
69302025-02-28T11:54:24.636Z[ recovery-image] Feb 28 11:54:23.633 INFO O| Feb 28 11:54:23.633 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-02-28T11:54:24.656Z[ recovery-image] Feb 28 11:54:23.655 INFO O| Feb 28 11:54:23.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69322025-02-28T11:54:24.656Z[ recovery-image] Feb 28 11:54:23.655 INFO O| Feb 28 11:54:23.655 INFO STEP 757 (remove_files) COMPLETE
69332025-02-28T11:54:24.656Z[ recovery-image] Feb 28 11:54:23.655 INFO O| Feb 28 11:54:23.655 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-02-28T11:54:24.678Z[ recovery-image] Feb 28 11:54:23.678 INFO O| Feb 28 11:54:23.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69352025-02-28T11:54:24.678Z[ recovery-image] Feb 28 11:54:23.678 INFO O| Feb 28 11:54:23.678 INFO STEP 758 (remove_files) COMPLETE
69362025-02-28T11:54:24.683Z[ recovery-image] Feb 28 11:54:23.678 INFO O| Feb 28 11:54:23.678 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-02-28T11:54:24.776Z[ recovery-image] Feb 28 11:54:23.776 INFO O| Feb 28 11:54:23.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69382025-02-28T11:54:24.780Z[ recovery-image] Feb 28 11:54:23.776 INFO O| Feb 28 11:54:23.776 INFO STEP 759 (remove_files) COMPLETE
69392025-02-28T11:54:24.780Z[ recovery-image] Feb 28 11:54:23.776 INFO O| Feb 28 11:54:23.776 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-02-28T11:54:24.803Z[ recovery-image] Feb 28 11:54:23.802 INFO O| Feb 28 11:54:23.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69412025-02-28T11:54:24.803Z[ recovery-image] Feb 28 11:54:23.802 INFO O| Feb 28 11:54:23.802 INFO STEP 760 (remove_files) COMPLETE
69422025-02-28T11:54:24.806Z[ recovery-image] Feb 28 11:54:23.802 INFO O| Feb 28 11:54:23.802 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-02-28T11:54:24.862Z[ recovery-image] Feb 28 11:54:23.861 INFO O| Feb 28 11:54:23.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69442025-02-28T11:54:24.862Z[ recovery-image] Feb 28 11:54:23.861 INFO O| Feb 28 11:54:23.861 INFO STEP 761 (remove_files) COMPLETE
69452025-02-28T11:54:24.862Z[ recovery-image] Feb 28 11:54:23.861 INFO O| Feb 28 11:54:23.861 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-02-28T11:54:24.882Z[ recovery-image] Feb 28 11:54:23.881 INFO O| Feb 28 11:54:23.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
69472025-02-28T11:54:24.882Z[ recovery-image] Feb 28 11:54:23.881 INFO O| Feb 28 11:54:23.881 INFO STEP 762 (remove_files) COMPLETE
69482025-02-28T11:54:24.882Z[ recovery-image] Feb 28 11:54:23.881 INFO O| Feb 28 11:54:23.881 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-02-28T11:54:24.912Z[ recovery-image] Feb 28 11:54:23.911 INFO O| Feb 28 11:54:23.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
69502025-02-28T11:54:24.915Z[ recovery-image] Feb 28 11:54:23.911 INFO O| Feb 28 11:54:23.911 INFO STEP 763 (remove_files) COMPLETE
69512025-02-28T11:54:24.915Z[ recovery-image] Feb 28 11:54:23.912 INFO O| Feb 28 11:54:23.911 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-02-28T11:54:24.933Z[ recovery-image] Feb 28 11:54:23.932 INFO O| Feb 28 11:54:23.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69532025-02-28T11:54:24.936Z[ recovery-image] Feb 28 11:54:23.936 INFO O| Feb 28 11:54:23.936 INFO STEP 764 (remove_files) COMPLETE
69542025-02-28T11:54:24.939Z[ recovery-image] Feb 28 11:54:23.936 INFO O| Feb 28 11:54:23.936 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-02-28T11:54:24.958Z[ recovery-image] Feb 28 11:54:23.957 INFO O| Feb 28 11:54:23.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
69562025-02-28T11:54:24.960Z[ recovery-image] Feb 28 11:54:23.957 INFO O| Feb 28 11:54:23.957 INFO STEP 765 (remove_files) COMPLETE
69572025-02-28T11:54:24.960Z[ recovery-image] Feb 28 11:54:23.957 INFO O| Feb 28 11:54:23.957 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-02-28T11:54:24.978Z[ recovery-image] Feb 28 11:54:23.978 INFO O| Feb 28 11:54:23.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
69592025-02-28T11:54:24.981Z[ recovery-image] Feb 28 11:54:23.978 INFO O| Feb 28 11:54:23.978 INFO STEP 766 (remove_files) COMPLETE
69602025-02-28T11:54:24.981Z[ recovery-image] Feb 28 11:54:23.978 INFO O| Feb 28 11:54:23.978 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-02-28T11:54:24.999Z[ recovery-image] Feb 28 11:54:23.998 INFO O| Feb 28 11:54:23.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
69622025-02-28T11:54:25.005Z[ recovery-image] Feb 28 11:54:23.998 INFO O| Feb 28 11:54:23.998 INFO STEP 767 (remove_files) COMPLETE
69632025-02-28T11:54:25.005Z[ recovery-image] Feb 28 11:54:23.998 INFO O| Feb 28 11:54:23.998 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-02-28T11:54:25.020Z[ recovery-image] Feb 28 11:54:24.019 INFO O| Feb 28 11:54:24.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
69652025-02-28T11:54:25.020Z[ recovery-image] Feb 28 11:54:24.019 INFO O| Feb 28 11:54:24.019 INFO STEP 768 (remove_files) COMPLETE
69662025-02-28T11:54:25.023Z[ recovery-image] Feb 28 11:54:24.019 INFO O| Feb 28 11:54:24.019 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-02-28T11:54:25.041Z[ recovery-image] Feb 28 11:54:24.040 INFO O| Feb 28 11:54:24.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
69682025-02-28T11:54:25.043Z[ recovery-image] Feb 28 11:54:24.040 INFO O| Feb 28 11:54:24.040 INFO STEP 769 (remove_files) COMPLETE
69692025-02-28T11:54:25.046Z[ recovery-image] Feb 28 11:54:24.040 INFO O| Feb 28 11:54:24.040 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-02-28T11:54:25.063Z[ recovery-image] Feb 28 11:54:24.062 INFO O| Feb 28 11:54:24.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69712025-02-28T11:54:25.063Z[ recovery-image] Feb 28 11:54:24.062 INFO O| Feb 28 11:54:24.062 INFO STEP 770 (remove_files) COMPLETE
69722025-02-28T11:54:25.065Z[ recovery-image] Feb 28 11:54:24.062 INFO O| Feb 28 11:54:24.062 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-02-28T11:54:25.084Z[ recovery-image] Feb 28 11:54:24.084 INFO O| Feb 28 11:54:24.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
69742025-02-28T11:54:25.084Z[ recovery-image] Feb 28 11:54:24.084 INFO O| Feb 28 11:54:24.084 INFO STEP 771 (remove_files) COMPLETE
69752025-02-28T11:54:25.087Z[ recovery-image] Feb 28 11:54:24.084 INFO O| Feb 28 11:54:24.084 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-02-28T11:54:25.123Z[ recovery-image] Feb 28 11:54:24.122 INFO O| Feb 28 11:54:24.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
69772025-02-28T11:54:25.123Z[ recovery-image] Feb 28 11:54:24.122 INFO O| Feb 28 11:54:24.122 INFO STEP 772 (remove_files) COMPLETE
69782025-02-28T11:54:25.123Z[ recovery-image] Feb 28 11:54:24.122 INFO O| Feb 28 11:54:24.122 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-02-28T11:54:25.145Z[ recovery-image] Feb 28 11:54:24.143 INFO O| Feb 28 11:54:24.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
69802025-02-28T11:54:25.145Z[ recovery-image] Feb 28 11:54:24.144 INFO O| Feb 28 11:54:24.144 INFO STEP 773 (remove_files) COMPLETE
69812025-02-28T11:54:25.145Z[ recovery-image] Feb 28 11:54:24.144 INFO O| Feb 28 11:54:24.144 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-02-28T11:54:25.191Z[ recovery-image] Feb 28 11:54:24.191 INFO O| Feb 28 11:54:24.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69832025-02-28T11:54:25.192Z[ recovery-image] Feb 28 11:54:24.191 INFO O| Feb 28 11:54:24.191 INFO STEP 774 (remove_files) COMPLETE
69842025-02-28T11:54:25.192Z[ recovery-image] Feb 28 11:54:24.191 INFO O| Feb 28 11:54:24.191 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-02-28T11:54:25.220Z[ recovery-image] Feb 28 11:54:24.219 INFO O| Feb 28 11:54:24.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69862025-02-28T11:54:25.220Z[ recovery-image] Feb 28 11:54:24.220 INFO O| Feb 28 11:54:24.219 INFO STEP 775 (remove_files) COMPLETE
69872025-02-28T11:54:25.220Z[ recovery-image] Feb 28 11:54:24.220 INFO O| Feb 28 11:54:24.219 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-02-28T11:54:25.276Z[ recovery-image] Feb 28 11:54:24.275 INFO O| Feb 28 11:54:24.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69892025-02-28T11:54:25.276Z[ recovery-image] Feb 28 11:54:24.275 INFO O| Feb 28 11:54:24.275 INFO STEP 776 (remove_files) COMPLETE
69902025-02-28T11:54:25.277Z[ recovery-image] Feb 28 11:54:24.275 INFO O| Feb 28 11:54:24.275 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-02-28T11:54:25.403Z[ recovery-image] Feb 28 11:54:24.402 INFO O| Feb 28 11:54:24.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
69922025-02-28T11:54:25.403Z[ recovery-image] Feb 28 11:54:24.402 INFO O| Feb 28 11:54:24.402 INFO STEP 777 (remove_files) COMPLETE
69932025-02-28T11:54:25.403Z[ recovery-image] Feb 28 11:54:24.402 INFO O| Feb 28 11:54:24.402 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-02-28T11:54:25.452Z[ recovery-image] Feb 28 11:54:24.451 INFO O| Feb 28 11:54:24.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69952025-02-28T11:54:25.452Z[ recovery-image] Feb 28 11:54:24.451 INFO O| Feb 28 11:54:24.451 INFO STEP 778 (remove_files) COMPLETE
69962025-02-28T11:54:25.452Z[ recovery-image] Feb 28 11:54:24.451 INFO O| Feb 28 11:54:24.451 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-02-28T11:54:25.472Z[ recovery-image] Feb 28 11:54:24.471 INFO O| Feb 28 11:54:24.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
69982025-02-28T11:54:25.472Z[ recovery-image] Feb 28 11:54:24.471 INFO O| Feb 28 11:54:24.471 INFO STEP 779 (remove_files) COMPLETE
69992025-02-28T11:54:25.472Z[ recovery-image] Feb 28 11:54:24.471 INFO O| Feb 28 11:54:24.471 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-02-28T11:54:25.507Z[ recovery-image] Feb 28 11:54:24.506 INFO O| Feb 28 11:54:24.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
70012025-02-28T11:54:25.507Z[ recovery-image] Feb 28 11:54:24.506 INFO O| Feb 28 11:54:24.506 INFO STEP 780 (remove_files) COMPLETE
70022025-02-28T11:54:25.507Z[ recovery-image] Feb 28 11:54:24.506 INFO O| Feb 28 11:54:24.506 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-02-28T11:54:25.535Z[ recovery-image] Feb 28 11:54:24.532 INFO O| Feb 28 11:54:24.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
70042025-02-28T11:54:25.535Z[ recovery-image] Feb 28 11:54:24.532 INFO O| Feb 28 11:54:24.532 INFO STEP 781 (remove_files) COMPLETE
70052025-02-28T11:54:25.538Z[ recovery-image] Feb 28 11:54:24.532 INFO O| Feb 28 11:54:24.532 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062025-02-28T11:54:25.554Z[ recovery-image] Feb 28 11:54:24.553 INFO O| Feb 28 11:54:24.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
70072025-02-28T11:54:25.554Z[ recovery-image] Feb 28 11:54:24.553 INFO O| Feb 28 11:54:24.553 INFO STEP 782 (remove_files) COMPLETE
70082025-02-28T11:54:25.557Z[ recovery-image] Feb 28 11:54:24.553 INFO O| Feb 28 11:54:24.553 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092025-02-28T11:54:25.573Z[ recovery-image] Feb 28 11:54:24.573 INFO O| Feb 28 11:54:24.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
70102025-02-28T11:54:25.573Z[ recovery-image] Feb 28 11:54:24.573 INFO O| Feb 28 11:54:24.573 INFO STEP 783 (remove_files) COMPLETE
70112025-02-28T11:54:25.576Z[ recovery-image] Feb 28 11:54:24.573 INFO O| Feb 28 11:54:24.573 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122025-02-28T11:54:25.592Z[ recovery-image] Feb 28 11:54:24.591 INFO O| Feb 28 11:54:24.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
70132025-02-28T11:54:25.593Z[ recovery-image] Feb 28 11:54:24.591 INFO O| Feb 28 11:54:24.591 INFO STEP 784 (remove_files) COMPLETE
70142025-02-28T11:54:25.596Z[ recovery-image] Feb 28 11:54:24.591 INFO O| Feb 28 11:54:24.591 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152025-02-28T11:54:25.612Z[ recovery-image] Feb 28 11:54:24.612 INFO O| Feb 28 11:54:24.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
70162025-02-28T11:54:25.615Z[ recovery-image] Feb 28 11:54:24.612 INFO O| Feb 28 11:54:24.612 INFO STEP 785 (remove_files) COMPLETE
70172025-02-28T11:54:25.615Z[ recovery-image] Feb 28 11:54:24.612 INFO O| Feb 28 11:54:24.612 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182025-02-28T11:54:25.648Z[ recovery-image] Feb 28 11:54:24.647 INFO O| Feb 28 11:54:24.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
70192025-02-28T11:54:25.651Z[ recovery-image] Feb 28 11:54:24.648 INFO O| Feb 28 11:54:24.647 INFO STEP 786 (remove_files) COMPLETE
70202025-02-28T11:54:25.651Z[ recovery-image] Feb 28 11:54:24.648 INFO O| Feb 28 11:54:24.648 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212025-02-28T11:54:25.668Z[ recovery-image] Feb 28 11:54:24.667 INFO O| Feb 28 11:54:24.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
70222025-02-28T11:54:25.671Z[ recovery-image] Feb 28 11:54:24.668 INFO O| Feb 28 11:54:24.668 INFO STEP 787 (remove_files) COMPLETE
70232025-02-28T11:54:25.671Z[ recovery-image] Feb 28 11:54:24.668 INFO O| Feb 28 11:54:24.668 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242025-02-28T11:54:25.688Z[ recovery-image] Feb 28 11:54:24.687 INFO O| Feb 28 11:54:24.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
70252025-02-28T11:54:25.688Z[ recovery-image] Feb 28 11:54:24.687 INFO O| Feb 28 11:54:24.687 INFO STEP 788 (remove_files) COMPLETE
70262025-02-28T11:54:25.691Z[ recovery-image] Feb 28 11:54:24.687 INFO O| Feb 28 11:54:24.687 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272025-02-28T11:54:25.707Z[ recovery-image] Feb 28 11:54:24.706 INFO O| Feb 28 11:54:24.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
70282025-02-28T11:54:25.707Z[ recovery-image] Feb 28 11:54:24.706 INFO O| Feb 28 11:54:24.706 INFO STEP 789 (remove_files) COMPLETE
70292025-02-28T11:54:25.710Z[ recovery-image] Feb 28 11:54:24.706 INFO O| Feb 28 11:54:24.706 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-02-28T11:54:25.746Z[ recovery-image] Feb 28 11:54:24.745 INFO O| Feb 28 11:54:24.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
70312025-02-28T11:54:25.746Z[ recovery-image] Feb 28 11:54:24.745 INFO O| Feb 28 11:54:24.745 INFO STEP 790 (remove_files) COMPLETE
70322025-02-28T11:54:25.746Z[ recovery-image] Feb 28 11:54:24.745 INFO O| Feb 28 11:54:24.745 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332025-02-28T11:54:25.805Z[ recovery-image] Feb 28 11:54:24.805 INFO O| Feb 28 11:54:24.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
70342025-02-28T11:54:25.808Z[ recovery-image] Feb 28 11:54:24.805 INFO O| Feb 28 11:54:24.805 INFO STEP 791 (remove_files) COMPLETE
70352025-02-28T11:54:25.808Z[ recovery-image] Feb 28 11:54:24.805 INFO O| Feb 28 11:54:24.805 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362025-02-28T11:54:25.828Z[ recovery-image] Feb 28 11:54:24.827 INFO O| Feb 28 11:54:24.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
70372025-02-28T11:54:25.828Z[ recovery-image] Feb 28 11:54:24.827 INFO O| Feb 28 11:54:24.827 INFO STEP 792 (remove_files) COMPLETE
70382025-02-28T11:54:25.828Z[ recovery-image] Feb 28 11:54:24.827 INFO O| Feb 28 11:54:24.827 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-02-28T11:54:25.863Z[ recovery-image] Feb 28 11:54:24.861 INFO O| Feb 28 11:54:24.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
70402025-02-28T11:54:25.864Z[ recovery-image] Feb 28 11:54:24.861 INFO O| Feb 28 11:54:24.861 INFO STEP 793 (remove_files) COMPLETE
70412025-02-28T11:54:25.864Z[ recovery-image] Feb 28 11:54:24.861 INFO O| Feb 28 11:54:24.861 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-02-28T11:54:25.894Z[ recovery-image] Feb 28 11:54:24.893 INFO O| Feb 28 11:54:24.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70432025-02-28T11:54:25.894Z[ recovery-image] Feb 28 11:54:24.893 INFO O| Feb 28 11:54:24.893 INFO STEP 794 (remove_files) COMPLETE
70442025-02-28T11:54:25.894Z[ recovery-image] Feb 28 11:54:24.894 INFO O| Feb 28 11:54:24.893 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-02-28T11:54:25.950Z[ recovery-image] Feb 28 11:54:24.949 INFO O| Feb 28 11:54:24.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
70462025-02-28T11:54:25.950Z[ recovery-image] Feb 28 11:54:24.950 INFO O| Feb 28 11:54:24.950 INFO STEP 795 (remove_files) COMPLETE
70472025-02-28T11:54:25.950Z[ recovery-image] Feb 28 11:54:24.950 INFO O| Feb 28 11:54:24.950 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-02-28T11:54:25.974Z[ recovery-image] Feb 28 11:54:24.973 INFO O| Feb 28 11:54:24.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
70492025-02-28T11:54:25.974Z[ recovery-image] Feb 28 11:54:24.973 INFO O| Feb 28 11:54:24.973 INFO STEP 796 (remove_files) COMPLETE
70502025-02-28T11:54:25.977Z[ recovery-image] Feb 28 11:54:24.973 INFO O| Feb 28 11:54:24.973 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-02-28T11:54:26.012Z[ recovery-image] Feb 28 11:54:25.011 INFO O| Feb 28 11:54:25.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
70522025-02-28T11:54:26.012Z[ recovery-image] Feb 28 11:54:25.011 INFO O| Feb 28 11:54:25.011 INFO STEP 797 (remove_files) COMPLETE
70532025-02-28T11:54:26.015Z[ recovery-image] Feb 28 11:54:25.011 INFO O| Feb 28 11:54:25.011 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-02-28T11:54:26.116Z[ recovery-image] Feb 28 11:54:25.115 INFO O| Feb 28 11:54:25.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
70552025-02-28T11:54:26.118Z[ recovery-image] Feb 28 11:54:25.115 INFO O| Feb 28 11:54:25.115 INFO STEP 798 (remove_files) COMPLETE
70562025-02-28T11:54:26.118Z[ recovery-image] Feb 28 11:54:25.115 INFO O| Feb 28 11:54:25.115 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-02-28T11:54:26.199Z[ recovery-image] Feb 28 11:54:25.198 INFO O| Feb 28 11:54:25.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
70582025-02-28T11:54:26.222Z[ recovery-image] Feb 28 11:54:25.222 INFO O| Feb 28 11:54:25.222 INFO STEP 799 (remove_files) COMPLETE
70592025-02-28T11:54:26.223Z[ recovery-image] Feb 28 11:54:25.222 INFO O| Feb 28 11:54:25.222 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-02-28T11:54:26.243Z[ recovery-image] Feb 28 11:54:25.242 INFO O| Feb 28 11:54:25.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
70612025-02-28T11:54:26.246Z[ recovery-image] Feb 28 11:54:25.242 INFO O| Feb 28 11:54:25.242 INFO STEP 800 (remove_files) COMPLETE
70622025-02-28T11:54:26.246Z[ recovery-image] Feb 28 11:54:25.242 INFO O| Feb 28 11:54:25.242 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-02-28T11:54:26.263Z[ recovery-image] Feb 28 11:54:25.262 INFO O| Feb 28 11:54:25.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
70642025-02-28T11:54:26.263Z[ recovery-image] Feb 28 11:54:25.263 INFO O| Feb 28 11:54:25.262 INFO STEP 801 (remove_files) COMPLETE
70652025-02-28T11:54:26.263Z[ recovery-image] Feb 28 11:54:25.263 INFO O| Feb 28 11:54:25.263 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-02-28T11:54:26.302Z[ recovery-image] Feb 28 11:54:25.301 INFO O| Feb 28 11:54:25.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
70672025-02-28T11:54:26.305Z[ recovery-image] Feb 28 11:54:25.302 INFO O| Feb 28 11:54:25.302 INFO STEP 802 (remove_files) COMPLETE
70682025-02-28T11:54:26.305Z[ recovery-image] Feb 28 11:54:25.302 INFO O| Feb 28 11:54:25.302 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-02-28T11:54:26.324Z[ recovery-image] Feb 28 11:54:25.323 INFO O| Feb 28 11:54:25.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
70702025-02-28T11:54:26.324Z[ recovery-image] Feb 28 11:54:25.323 INFO O| Feb 28 11:54:25.323 INFO STEP 803 (remove_files) COMPLETE
70712025-02-28T11:54:26.324Z[ recovery-image] Feb 28 11:54:25.323 INFO O| Feb 28 11:54:25.323 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-02-28T11:54:26.357Z[ recovery-image] Feb 28 11:54:25.356 INFO O| Feb 28 11:54:25.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
70732025-02-28T11:54:26.357Z[ recovery-image] Feb 28 11:54:25.356 INFO O| Feb 28 11:54:25.356 INFO STEP 804 (remove_files) COMPLETE
70742025-02-28T11:54:26.357Z[ recovery-image] Feb 28 11:54:25.356 INFO O| Feb 28 11:54:25.356 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-02-28T11:54:26.390Z[ recovery-image] Feb 28 11:54:25.389 INFO O| Feb 28 11:54:25.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
70762025-02-28T11:54:26.390Z[ recovery-image] Feb 28 11:54:25.389 INFO O| Feb 28 11:54:25.389 INFO STEP 805 (remove_files) COMPLETE
70772025-02-28T11:54:26.392Z[ recovery-image] Feb 28 11:54:25.389 INFO O| Feb 28 11:54:25.389 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-02-28T11:54:26.410Z[ recovery-image] Feb 28 11:54:25.408 INFO O| Feb 28 11:54:25.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
70792025-02-28T11:54:26.410Z[ recovery-image] Feb 28 11:54:25.408 INFO O| Feb 28 11:54:25.408 INFO STEP 806 (remove_files) COMPLETE
70802025-02-28T11:54:26.410Z[ recovery-image] Feb 28 11:54:25.408 INFO O| Feb 28 11:54:25.408 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-02-28T11:54:26.429Z[ recovery-image] Feb 28 11:54:25.428 INFO O| Feb 28 11:54:25.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
70822025-02-28T11:54:26.429Z[ recovery-image] Feb 28 11:54:25.428 INFO O| Feb 28 11:54:25.428 INFO STEP 807 (remove_files) COMPLETE
70832025-02-28T11:54:26.429Z[ recovery-image] Feb 28 11:54:25.428 INFO O| Feb 28 11:54:25.428 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-02-28T11:54:26.461Z[ recovery-image] Feb 28 11:54:25.460 INFO O| Feb 28 11:54:25.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
70852025-02-28T11:54:26.461Z[ recovery-image] Feb 28 11:54:25.460 INFO O| Feb 28 11:54:25.460 INFO STEP 808 (remove_files) COMPLETE
70862025-02-28T11:54:26.461Z[ recovery-image] Feb 28 11:54:25.460 INFO O| Feb 28 11:54:25.460 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-02-28T11:54:26.482Z[ recovery-image] Feb 28 11:54:25.481 INFO O| Feb 28 11:54:25.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
70882025-02-28T11:54:26.485Z[ recovery-image] Feb 28 11:54:25.482 INFO O| Feb 28 11:54:25.482 INFO STEP 809 (remove_files) COMPLETE
70892025-02-28T11:54:26.485Z[ recovery-image] Feb 28 11:54:25.482 INFO O| Feb 28 11:54:25.482 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902025-02-28T11:54:26.504Z[ recovery-image] Feb 28 11:54:25.503 INFO O| Feb 28 11:54:25.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
70912025-02-28T11:54:26.504Z[ recovery-image] Feb 28 11:54:25.503 INFO O| Feb 28 11:54:25.503 INFO STEP 810 (remove_files) COMPLETE
70922025-02-28T11:54:26.504Z[ recovery-image] Feb 28 11:54:25.503 INFO O| Feb 28 11:54:25.503 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932025-02-28T11:54:26.524Z[ recovery-image] Feb 28 11:54:25.524 INFO O| Feb 28 11:54:25.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
70942025-02-28T11:54:26.524Z[ recovery-image] Feb 28 11:54:25.524 INFO O| Feb 28 11:54:25.524 INFO STEP 811 (remove_files) COMPLETE
70952025-02-28T11:54:26.524Z[ recovery-image] Feb 28 11:54:25.524 INFO O| Feb 28 11:54:25.524 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962025-02-28T11:54:26.545Z[ recovery-image] Feb 28 11:54:25.544 INFO O| Feb 28 11:54:25.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
70972025-02-28T11:54:26.545Z[ recovery-image] Feb 28 11:54:25.544 INFO O| Feb 28 11:54:25.544 INFO STEP 812 (remove_files) COMPLETE
70982025-02-28T11:54:26.545Z[ recovery-image] Feb 28 11:54:25.544 INFO O| Feb 28 11:54:25.544 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992025-02-28T11:54:26.566Z[ recovery-image] Feb 28 11:54:25.564 INFO O| Feb 28 11:54:25.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
71002025-02-28T11:54:26.566Z[ recovery-image] Feb 28 11:54:25.564 INFO O| Feb 28 11:54:25.564 INFO STEP 813 (remove_files) COMPLETE
71012025-02-28T11:54:26.566Z[ recovery-image] Feb 28 11:54:25.564 INFO O| Feb 28 11:54:25.564 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022025-02-28T11:54:26.586Z[ recovery-image] Feb 28 11:54:25.585 INFO O| Feb 28 11:54:25.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
71032025-02-28T11:54:26.586Z[ recovery-image] Feb 28 11:54:25.585 INFO O| Feb 28 11:54:25.585 INFO STEP 814 (remove_files) COMPLETE
71042025-02-28T11:54:26.586Z[ recovery-image] Feb 28 11:54:25.585 INFO O| Feb 28 11:54:25.585 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052025-02-28T11:54:26.645Z[ recovery-image] Feb 28 11:54:25.644 INFO O| Feb 28 11:54:25.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
71062025-02-28T11:54:26.645Z[ recovery-image] Feb 28 11:54:25.644 INFO O| Feb 28 11:54:25.644 INFO STEP 815 (remove_files) COMPLETE
71072025-02-28T11:54:26.648Z[ recovery-image] Feb 28 11:54:25.644 INFO O| Feb 28 11:54:25.644 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082025-02-28T11:54:26.666Z[ recovery-image] Feb 28 11:54:25.665 INFO O| Feb 28 11:54:25.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
71092025-02-28T11:54:26.669Z[ recovery-image] Feb 28 11:54:25.666 INFO O| Feb 28 11:54:25.666 INFO STEP 816 (remove_files) COMPLETE
71102025-02-28T11:54:26.669Z[ recovery-image] Feb 28 11:54:25.666 INFO O| Feb 28 11:54:25.666 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112025-02-28T11:54:26.686Z[ recovery-image] Feb 28 11:54:25.686 INFO O| Feb 28 11:54:25.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
71122025-02-28T11:54:26.686Z[ recovery-image] Feb 28 11:54:25.686 INFO O| Feb 28 11:54:25.686 INFO STEP 817 (remove_files) COMPLETE
71132025-02-28T11:54:26.689Z[ recovery-image] Feb 28 11:54:25.686 INFO O| Feb 28 11:54:25.686 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142025-02-28T11:54:26.708Z[ recovery-image] Feb 28 11:54:25.707 INFO O| Feb 28 11:54:25.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
71152025-02-28T11:54:26.708Z[ recovery-image] Feb 28 11:54:25.707 INFO O| Feb 28 11:54:25.707 INFO STEP 818 (remove_files) COMPLETE
71162025-02-28T11:54:26.708Z[ recovery-image] Feb 28 11:54:25.707 INFO O| Feb 28 11:54:25.707 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172025-02-28T11:54:26.730Z[ recovery-image] Feb 28 11:54:25.729 INFO O| Feb 28 11:54:25.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
71182025-02-28T11:54:26.730Z[ recovery-image] Feb 28 11:54:25.729 INFO O| Feb 28 11:54:25.729 INFO STEP 819 (remove_files) COMPLETE
71192025-02-28T11:54:26.730Z[ recovery-image] Feb 28 11:54:25.729 INFO O| Feb 28 11:54:25.729 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202025-02-28T11:54:26.751Z[ recovery-image] Feb 28 11:54:25.750 INFO O| Feb 28 11:54:25.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
71212025-02-28T11:54:26.751Z[ recovery-image] Feb 28 11:54:25.750 INFO O| Feb 28 11:54:25.750 INFO STEP 820 (remove_files) COMPLETE
71222025-02-28T11:54:26.754Z[ recovery-image] Feb 28 11:54:25.750 INFO O| Feb 28 11:54:25.750 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232025-02-28T11:54:26.780Z[ recovery-image] Feb 28 11:54:25.770 INFO O| Feb 28 11:54:25.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
71242025-02-28T11:54:26.780Z[ recovery-image] Feb 28 11:54:25.770 INFO O| Feb 28 11:54:25.770 INFO STEP 821 (remove_files) COMPLETE
71252025-02-28T11:54:26.783Z[ recovery-image] Feb 28 11:54:25.770 INFO O| Feb 28 11:54:25.770 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262025-02-28T11:54:26.812Z[ recovery-image] Feb 28 11:54:25.811 INFO O| Feb 28 11:54:25.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
71272025-02-28T11:54:26.812Z[ recovery-image] Feb 28 11:54:25.811 INFO O| Feb 28 11:54:25.811 INFO STEP 822 (remove_files) COMPLETE
71282025-02-28T11:54:26.812Z[ recovery-image] Feb 28 11:54:25.811 INFO O| Feb 28 11:54:25.811 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292025-02-28T11:54:26.832Z[ recovery-image] Feb 28 11:54:25.831 INFO O| Feb 28 11:54:25.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71302025-02-28T11:54:26.832Z[ recovery-image] Feb 28 11:54:25.831 INFO O| Feb 28 11:54:25.831 INFO STEP 823 (remove_files) COMPLETE
71312025-02-28T11:54:26.832Z[ recovery-image] Feb 28 11:54:25.831 INFO O| Feb 28 11:54:25.831 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322025-02-28T11:54:26.851Z[ recovery-image] Feb 28 11:54:25.849 INFO O| Feb 28 11:54:25.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
71332025-02-28T11:54:26.851Z[ recovery-image] Feb 28 11:54:25.850 INFO O| Feb 28 11:54:25.850 INFO STEP 824 (remove_files) COMPLETE
71342025-02-28T11:54:26.851Z[ recovery-image] Feb 28 11:54:25.850 INFO O| Feb 28 11:54:25.850 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352025-02-28T11:54:26.884Z[ recovery-image] Feb 28 11:54:25.883 INFO O| Feb 28 11:54:25.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71362025-02-28T11:54:26.884Z[ recovery-image] Feb 28 11:54:25.883 INFO O| Feb 28 11:54:25.883 INFO STEP 825 (remove_files) COMPLETE
71372025-02-28T11:54:26.884Z[ recovery-image] Feb 28 11:54:25.883 INFO O| Feb 28 11:54:25.883 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382025-02-28T11:54:26.945Z[ recovery-image] Feb 28 11:54:25.944 INFO O| Feb 28 11:54:25.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
71392025-02-28T11:54:26.945Z[ recovery-image] Feb 28 11:54:25.944 INFO O| Feb 28 11:54:25.944 INFO STEP 826 (remove_files) COMPLETE
71402025-02-28T11:54:26.945Z[ recovery-image] Feb 28 11:54:25.944 INFO O| Feb 28 11:54:25.944 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412025-02-28T11:54:26.968Z[ recovery-image] Feb 28 11:54:25.967 INFO O| Feb 28 11:54:25.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71422025-02-28T11:54:26.968Z[ recovery-image] Feb 28 11:54:25.967 INFO O| Feb 28 11:54:25.967 INFO STEP 827 (remove_files) COMPLETE
71432025-02-28T11:54:26.971Z[ recovery-image] Feb 28 11:54:25.967 INFO O| Feb 28 11:54:25.967 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442025-02-28T11:54:27.050Z[ recovery-image] Feb 28 11:54:26.049 INFO O| Feb 28 11:54:26.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
71452025-02-28T11:54:27.050Z[ recovery-image] Feb 28 11:54:26.049 INFO O| Feb 28 11:54:26.049 INFO STEP 828 (remove_files) COMPLETE
71462025-02-28T11:54:27.050Z[ recovery-image] Feb 28 11:54:26.049 INFO O| Feb 28 11:54:26.049 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472025-02-28T11:54:27.072Z[ recovery-image] Feb 28 11:54:26.071 INFO O| Feb 28 11:54:26.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
71482025-02-28T11:54:27.072Z[ recovery-image] Feb 28 11:54:26.071 INFO O| Feb 28 11:54:26.071 INFO STEP 829 (remove_files) COMPLETE
71492025-02-28T11:54:27.072Z[ recovery-image] Feb 28 11:54:26.071 INFO O| Feb 28 11:54:26.071 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502025-02-28T11:54:27.112Z[ recovery-image] Feb 28 11:54:26.111 INFO O| Feb 28 11:54:26.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
71512025-02-28T11:54:27.112Z[ recovery-image] Feb 28 11:54:26.111 INFO O| Feb 28 11:54:26.111 INFO STEP 830 (remove_files) COMPLETE
71522025-02-28T11:54:27.112Z[ recovery-image] Feb 28 11:54:26.111 INFO O| Feb 28 11:54:26.111 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532025-02-28T11:54:27.148Z[ recovery-image] Feb 28 11:54:26.147 INFO O| Feb 28 11:54:26.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
71542025-02-28T11:54:27.148Z[ recovery-image] Feb 28 11:54:26.147 INFO O| Feb 28 11:54:26.147 INFO STEP 831 (remove_files) COMPLETE
71552025-02-28T11:54:27.151Z[ recovery-image] Feb 28 11:54:26.147 INFO O| Feb 28 11:54:26.147 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562025-02-28T11:54:27.173Z[ recovery-image] Feb 28 11:54:26.173 INFO O| Feb 28 11:54:26.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
71572025-02-28T11:54:27.174Z[ recovery-image] Feb 28 11:54:26.173 INFO O| Feb 28 11:54:26.173 INFO STEP 832 (remove_files) COMPLETE
71582025-02-28T11:54:27.174Z[ recovery-image] Feb 28 11:54:26.173 INFO O| Feb 28 11:54:26.173 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592025-02-28T11:54:27.210Z[ recovery-image] Feb 28 11:54:26.209 INFO O| Feb 28 11:54:26.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
71602025-02-28T11:54:27.210Z[ recovery-image] Feb 28 11:54:26.209 INFO O| Feb 28 11:54:26.209 INFO STEP 833 (remove_files) COMPLETE
71612025-02-28T11:54:27.210Z[ recovery-image] Feb 28 11:54:26.209 INFO O| Feb 28 11:54:26.209 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-02-28T11:54:27.247Z[ recovery-image] Feb 28 11:54:26.246 INFO O| Feb 28 11:54:26.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
71632025-02-28T11:54:27.247Z[ recovery-image] Feb 28 11:54:26.246 INFO O| Feb 28 11:54:26.246 INFO STEP 834 (remove_files) COMPLETE
71642025-02-28T11:54:27.249Z[ recovery-image] Feb 28 11:54:26.246 INFO O| Feb 28 11:54:26.246 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652025-02-28T11:54:27.287Z[ recovery-image] Feb 28 11:54:26.286 INFO O| Feb 28 11:54:26.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
71662025-02-28T11:54:27.287Z[ recovery-image] Feb 28 11:54:26.286 INFO O| Feb 28 11:54:26.286 INFO STEP 835 (remove_files) COMPLETE
71672025-02-28T11:54:27.287Z[ recovery-image] Feb 28 11:54:26.286 INFO O| Feb 28 11:54:26.286 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682025-02-28T11:54:27.323Z[ recovery-image] Feb 28 11:54:26.322 INFO O| Feb 28 11:54:26.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
71692025-02-28T11:54:27.326Z[ recovery-image] Feb 28 11:54:26.322 INFO O| Feb 28 11:54:26.322 INFO STEP 836 (remove_files) COMPLETE
71702025-02-28T11:54:27.326Z[ recovery-image] Feb 28 11:54:26.323 INFO O| Feb 28 11:54:26.323 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712025-02-28T11:54:27.341Z[ recovery-image] Feb 28 11:54:26.340 INFO O| Feb 28 11:54:26.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
71722025-02-28T11:54:27.341Z[ recovery-image] Feb 28 11:54:26.341 INFO O| Feb 28 11:54:26.341 INFO STEP 837 (remove_files) COMPLETE
71732025-02-28T11:54:27.344Z[ recovery-image] Feb 28 11:54:26.341 INFO O| Feb 28 11:54:26.341 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742025-02-28T11:54:27.360Z[ recovery-image] Feb 28 11:54:26.359 INFO O| Feb 28 11:54:26.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71752025-02-28T11:54:27.384Z[ recovery-image] Feb 28 11:54:26.382 INFO O| Feb 28 11:54:26.382 INFO STEP 838 (remove_files) COMPLETE
71762025-02-28T11:54:27.384Z[ recovery-image] Feb 28 11:54:26.382 INFO O| Feb 28 11:54:26.382 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772025-02-28T11:54:27.428Z[ recovery-image] Feb 28 11:54:26.427 INFO O| Feb 28 11:54:26.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71782025-02-28T11:54:27.431Z[ recovery-image] Feb 28 11:54:26.427 INFO O| Feb 28 11:54:26.427 INFO STEP 839 (remove_files) COMPLETE
71792025-02-28T11:54:27.431Z[ recovery-image] Feb 28 11:54:26.427 INFO O| Feb 28 11:54:26.427 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802025-02-28T11:54:27.450Z[ recovery-image] Feb 28 11:54:26.449 INFO O| Feb 28 11:54:26.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71812025-02-28T11:54:27.453Z[ recovery-image] Feb 28 11:54:26.450 INFO O| Feb 28 11:54:26.449 INFO STEP 840 (remove_files) COMPLETE
71822025-02-28T11:54:27.453Z[ recovery-image] Feb 28 11:54:26.450 INFO O| Feb 28 11:54:26.450 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832025-02-28T11:54:27.488Z[ recovery-image] Feb 28 11:54:26.487 INFO O| Feb 28 11:54:26.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71842025-02-28T11:54:27.488Z[ recovery-image] Feb 28 11:54:26.487 INFO O| Feb 28 11:54:26.487 INFO STEP 841 (remove_files) COMPLETE
71852025-02-28T11:54:27.490Z[ recovery-image] Feb 28 11:54:26.487 INFO O| Feb 28 11:54:26.487 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862025-02-28T11:54:27.544Z[ recovery-image] Feb 28 11:54:26.543 INFO O| Feb 28 11:54:26.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71872025-02-28T11:54:27.544Z[ recovery-image] Feb 28 11:54:26.543 INFO O| Feb 28 11:54:26.543 INFO STEP 842 (remove_files) COMPLETE
71882025-02-28T11:54:27.544Z[ recovery-image] Feb 28 11:54:26.543 INFO O| Feb 28 11:54:26.543 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892025-02-28T11:54:27.571Z[ recovery-image] Feb 28 11:54:26.570 INFO O| Feb 28 11:54:26.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
71902025-02-28T11:54:27.571Z[ recovery-image] Feb 28 11:54:26.570 INFO O| Feb 28 11:54:26.570 INFO STEP 843 (remove_files) COMPLETE
71912025-02-28T11:54:27.571Z[ recovery-image] Feb 28 11:54:26.570 INFO O| Feb 28 11:54:26.570 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922025-02-28T11:54:27.592Z[ recovery-image] Feb 28 11:54:26.591 INFO O| Feb 28 11:54:26.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
71932025-02-28T11:54:27.592Z[ recovery-image] Feb 28 11:54:26.591 INFO O| Feb 28 11:54:26.591 INFO STEP 844 (remove_files) COMPLETE
71942025-02-28T11:54:27.595Z[ recovery-image] Feb 28 11:54:26.591 INFO O| Feb 28 11:54:26.591 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952025-02-28T11:54:27.612Z[ recovery-image] Feb 28 11:54:26.611 INFO O| Feb 28 11:54:26.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
71962025-02-28T11:54:27.612Z[ recovery-image] Feb 28 11:54:26.611 INFO O| Feb 28 11:54:26.611 INFO STEP 845 (remove_files) COMPLETE
71972025-02-28T11:54:27.614Z[ recovery-image] Feb 28 11:54:26.611 INFO O| Feb 28 11:54:26.611 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982025-02-28T11:54:27.632Z[ recovery-image] Feb 28 11:54:26.631 INFO O| Feb 28 11:54:26.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
71992025-02-28T11:54:27.632Z[ recovery-image] Feb 28 11:54:26.631 INFO O| Feb 28 11:54:26.631 INFO STEP 846 (remove_files) COMPLETE
72002025-02-28T11:54:27.635Z[ recovery-image] Feb 28 11:54:26.631 INFO O| Feb 28 11:54:26.631 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012025-02-28T11:54:27.666Z[ recovery-image] Feb 28 11:54:26.664 INFO O| Feb 28 11:54:26.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
72022025-02-28T11:54:27.666Z[ recovery-image] Feb 28 11:54:26.664 INFO O| Feb 28 11:54:26.664 INFO STEP 847 (remove_files) COMPLETE
72032025-02-28T11:54:27.666Z[ recovery-image] Feb 28 11:54:26.664 INFO O| Feb 28 11:54:26.664 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042025-02-28T11:54:27.708Z[ recovery-image] Feb 28 11:54:26.707 INFO O| Feb 28 11:54:26.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
72052025-02-28T11:54:27.708Z[ recovery-image] Feb 28 11:54:26.707 INFO O| Feb 28 11:54:26.707 INFO STEP 848 (remove_files) COMPLETE
72062025-02-28T11:54:27.709Z[ recovery-image] Feb 28 11:54:26.707 INFO O| Feb 28 11:54:26.707 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072025-02-28T11:54:27.731Z[ recovery-image] Feb 28 11:54:26.730 INFO O| Feb 28 11:54:26.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72082025-02-28T11:54:27.731Z[ recovery-image] Feb 28 11:54:26.730 INFO O| Feb 28 11:54:26.730 INFO STEP 849 (remove_files) COMPLETE
72092025-02-28T11:54:27.734Z[ recovery-image] Feb 28 11:54:26.730 INFO O| Feb 28 11:54:26.730 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102025-02-28T11:54:27.752Z[ recovery-image] Feb 28 11:54:26.751 INFO O| Feb 28 11:54:26.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
72112025-02-28T11:54:27.752Z[ recovery-image] Feb 28 11:54:26.751 INFO O| Feb 28 11:54:26.751 INFO STEP 850 (remove_files) COMPLETE
72122025-02-28T11:54:27.755Z[ recovery-image] Feb 28 11:54:26.751 INFO O| Feb 28 11:54:26.751 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-02-28T11:54:27.794Z[ recovery-image] Feb 28 11:54:26.793 INFO O| Feb 28 11:54:26.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72142025-02-28T11:54:27.794Z[ recovery-image] Feb 28 11:54:26.793 INFO O| Feb 28 11:54:26.793 INFO STEP 851 (remove_files) COMPLETE
72152025-02-28T11:54:27.794Z[ recovery-image] Feb 28 11:54:26.793 INFO O| Feb 28 11:54:26.793 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-02-28T11:54:27.816Z[ recovery-image] Feb 28 11:54:26.815 INFO O| Feb 28 11:54:26.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
72172025-02-28T11:54:27.816Z[ recovery-image] Feb 28 11:54:26.815 INFO O| Feb 28 11:54:26.815 INFO STEP 852 (remove_files) COMPLETE
72182025-02-28T11:54:27.816Z[ recovery-image] Feb 28 11:54:26.815 INFO O| Feb 28 11:54:26.815 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-02-28T11:54:27.837Z[ recovery-image] Feb 28 11:54:26.836 INFO O| Feb 28 11:54:26.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
72202025-02-28T11:54:27.862Z[ recovery-image] Feb 28 11:54:26.861 INFO O| Feb 28 11:54:26.861 INFO STEP 853 (remove_files) COMPLETE
72212025-02-28T11:54:27.862Z[ recovery-image] Feb 28 11:54:26.861 INFO O| Feb 28 11:54:26.861 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-02-28T11:54:27.927Z[ recovery-image] Feb 28 11:54:26.926 INFO O| Feb 28 11:54:26.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
72232025-02-28T11:54:27.927Z[ recovery-image] Feb 28 11:54:26.926 INFO O| Feb 28 11:54:26.926 INFO STEP 854 (remove_files) COMPLETE
72242025-02-28T11:54:27.927Z[ recovery-image] Feb 28 11:54:26.926 INFO O| Feb 28 11:54:26.926 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-02-28T11:54:27.947Z[ recovery-image] Feb 28 11:54:26.946 INFO O| Feb 28 11:54:26.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72262025-02-28T11:54:27.948Z[ recovery-image] Feb 28 11:54:26.947 INFO O| Feb 28 11:54:26.946 INFO STEP 855 (remove_files) COMPLETE
72272025-02-28T11:54:27.950Z[ recovery-image] Feb 28 11:54:26.947 INFO O| Feb 28 11:54:26.947 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-02-28T11:54:27.968Z[ recovery-image] Feb 28 11:54:26.967 INFO O| Feb 28 11:54:26.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72292025-02-28T11:54:27.968Z[ recovery-image] Feb 28 11:54:26.967 INFO O| Feb 28 11:54:26.967 INFO STEP 856 (remove_files) COMPLETE
72302025-02-28T11:54:27.971Z[ recovery-image] Feb 28 11:54:26.967 INFO O| Feb 28 11:54:26.967 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-02-28T11:54:27.988Z[ recovery-image] Feb 28 11:54:26.986 INFO O| Feb 28 11:54:26.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72322025-02-28T11:54:27.988Z[ recovery-image] Feb 28 11:54:26.986 INFO O| Feb 28 11:54:26.986 INFO STEP 857 (remove_files) COMPLETE
72332025-02-28T11:54:27.988Z[ recovery-image] Feb 28 11:54:26.986 INFO O| Feb 28 11:54:26.986 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-02-28T11:54:28.008Z[ recovery-image] Feb 28 11:54:27.007 INFO O| Feb 28 11:54:27.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
72352025-02-28T11:54:28.011Z[ recovery-image] Feb 28 11:54:27.007 INFO O| Feb 28 11:54:27.007 INFO STEP 858 (remove_files) COMPLETE
72362025-02-28T11:54:28.012Z[ recovery-image] Feb 28 11:54:27.008 INFO O| Feb 28 11:54:27.008 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-02-28T11:54:28.031Z[ recovery-image] Feb 28 11:54:27.030 INFO O| Feb 28 11:54:27.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72382025-02-28T11:54:28.034Z[ recovery-image] Feb 28 11:54:27.030 INFO O| Feb 28 11:54:27.030 INFO STEP 859 (remove_files) COMPLETE
72392025-02-28T11:54:28.034Z[ recovery-image] Feb 28 11:54:27.030 INFO O| Feb 28 11:54:27.030 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-02-28T11:54:28.054Z[ recovery-image] Feb 28 11:54:27.053 INFO O| Feb 28 11:54:27.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
72412025-02-28T11:54:28.057Z[ recovery-image] Feb 28 11:54:27.053 INFO O| Feb 28 11:54:27.053 INFO STEP 860 (remove_files) COMPLETE
72422025-02-28T11:54:28.057Z[ recovery-image] Feb 28 11:54:27.054 INFO O| Feb 28 11:54:27.053 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-02-28T11:54:28.079Z[ recovery-image] Feb 28 11:54:27.078 INFO O| Feb 28 11:54:27.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
72442025-02-28T11:54:28.081Z[ recovery-image] Feb 28 11:54:27.078 INFO O| Feb 28 11:54:27.078 INFO STEP 861 (remove_files) COMPLETE
72452025-02-28T11:54:28.082Z[ recovery-image] Feb 28 11:54:27.078 INFO O| Feb 28 11:54:27.078 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-02-28T11:54:28.100Z[ recovery-image] Feb 28 11:54:27.099 INFO O| Feb 28 11:54:27.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
72472025-02-28T11:54:28.103Z[ recovery-image] Feb 28 11:54:27.099 INFO O| Feb 28 11:54:27.099 INFO STEP 862 (remove_files) COMPLETE
72482025-02-28T11:54:28.103Z[ recovery-image] Feb 28 11:54:27.099 INFO O| Feb 28 11:54:27.099 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-02-28T11:54:28.120Z[ recovery-image] Feb 28 11:54:27.119 INFO O| Feb 28 11:54:27.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
72502025-02-28T11:54:28.124Z[ recovery-image] Feb 28 11:54:27.119 INFO O| Feb 28 11:54:27.119 INFO STEP 863 (remove_files) COMPLETE
72512025-02-28T11:54:28.124Z[ recovery-image] Feb 28 11:54:27.119 INFO O| Feb 28 11:54:27.119 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-02-28T11:54:28.149Z[ recovery-image] Feb 28 11:54:27.148 INFO O| Feb 28 11:54:27.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
72532025-02-28T11:54:28.149Z[ recovery-image] Feb 28 11:54:27.148 INFO O| Feb 28 11:54:27.148 INFO STEP 864 (remove_files) COMPLETE
72542025-02-28T11:54:28.149Z[ recovery-image] Feb 28 11:54:27.148 INFO O| Feb 28 11:54:27.148 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-02-28T11:54:28.174Z[ recovery-image] Feb 28 11:54:27.173 INFO O| Feb 28 11:54:27.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72562025-02-28T11:54:28.178Z[ recovery-image] Feb 28 11:54:27.173 INFO O| Feb 28 11:54:27.173 INFO STEP 865 (remove_files) COMPLETE
72572025-02-28T11:54:28.178Z[ recovery-image] Feb 28 11:54:27.174 INFO O| Feb 28 11:54:27.173 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-02-28T11:54:28.198Z[ recovery-image] Feb 28 11:54:27.196 INFO O| Feb 28 11:54:27.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72592025-02-28T11:54:28.198Z[ recovery-image] Feb 28 11:54:27.197 INFO O| Feb 28 11:54:27.197 INFO STEP 866 (remove_files) COMPLETE
72602025-02-28T11:54:28.198Z[ recovery-image] Feb 28 11:54:27.197 INFO O| Feb 28 11:54:27.197 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-02-28T11:54:28.218Z[ recovery-image] Feb 28 11:54:27.217 INFO O| Feb 28 11:54:27.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72622025-02-28T11:54:28.218Z[ recovery-image] Feb 28 11:54:27.217 INFO O| Feb 28 11:54:27.217 INFO STEP 867 (remove_files) COMPLETE
72632025-02-28T11:54:28.218Z[ recovery-image] Feb 28 11:54:27.217 INFO O| Feb 28 11:54:27.217 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-02-28T11:54:28.308Z[ recovery-image] Feb 28 11:54:27.307 INFO O| Feb 28 11:54:27.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72652025-02-28T11:54:28.309Z[ recovery-image] Feb 28 11:54:27.307 INFO O| Feb 28 11:54:27.307 INFO STEP 868 (remove_files) COMPLETE
72662025-02-28T11:54:28.309Z[ recovery-image] Feb 28 11:54:27.307 INFO O| Feb 28 11:54:27.307 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-02-28T11:54:28.326Z[ recovery-image] Feb 28 11:54:27.325 INFO O| Feb 28 11:54:27.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72682025-02-28T11:54:28.326Z[ recovery-image] Feb 28 11:54:27.325 INFO O| Feb 28 11:54:27.325 INFO STEP 869 (remove_files) COMPLETE
72692025-02-28T11:54:28.326Z[ recovery-image] Feb 28 11:54:27.325 INFO O| Feb 28 11:54:27.325 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-02-28T11:54:28.344Z[ recovery-image] Feb 28 11:54:27.343 INFO O| Feb 28 11:54:27.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72712025-02-28T11:54:28.344Z[ recovery-image] Feb 28 11:54:27.343 INFO O| Feb 28 11:54:27.343 INFO STEP 870 (remove_files) COMPLETE
72722025-02-28T11:54:28.344Z[ recovery-image] Feb 28 11:54:27.343 INFO O| Feb 28 11:54:27.343 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-02-28T11:54:28.382Z[ recovery-image] Feb 28 11:54:27.381 INFO O| Feb 28 11:54:27.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72742025-02-28T11:54:28.382Z[ recovery-image] Feb 28 11:54:27.381 INFO O| Feb 28 11:54:27.381 INFO STEP 871 (remove_files) COMPLETE
72752025-02-28T11:54:28.385Z[ recovery-image] Feb 28 11:54:27.381 INFO O| Feb 28 11:54:27.381 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-02-28T11:54:28.501Z[ recovery-image] Feb 28 11:54:27.499 INFO O| Feb 28 11:54:27.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72772025-02-28T11:54:28.501Z[ recovery-image] Feb 28 11:54:27.499 INFO O| Feb 28 11:54:27.499 INFO STEP 872 (remove_files) COMPLETE
72782025-02-28T11:54:28.501Z[ recovery-image] Feb 28 11:54:27.499 INFO O| Feb 28 11:54:27.499 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-02-28T11:54:28.522Z[ recovery-image] Feb 28 11:54:27.521 INFO O| Feb 28 11:54:27.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72802025-02-28T11:54:28.523Z[ recovery-image] Feb 28 11:54:27.521 INFO O| Feb 28 11:54:27.521 INFO STEP 873 (remove_files) COMPLETE
72812025-02-28T11:54:28.523Z[ recovery-image] Feb 28 11:54:27.521 INFO O| Feb 28 11:54:27.521 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-02-28T11:54:28.543Z[ recovery-image] Feb 28 11:54:27.542 INFO O| Feb 28 11:54:27.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72832025-02-28T11:54:28.543Z[ recovery-image] Feb 28 11:54:27.542 INFO O| Feb 28 11:54:27.542 INFO STEP 874 (remove_files) COMPLETE
72842025-02-28T11:54:28.543Z[ recovery-image] Feb 28 11:54:27.542 INFO O| Feb 28 11:54:27.542 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-02-28T11:54:28.563Z[ recovery-image] Feb 28 11:54:27.562 INFO O| Feb 28 11:54:27.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72862025-02-28T11:54:28.563Z[ recovery-image] Feb 28 11:54:27.562 INFO O| Feb 28 11:54:27.562 INFO STEP 875 (remove_files) COMPLETE
72872025-02-28T11:54:28.563Z[ recovery-image] Feb 28 11:54:27.562 INFO O| Feb 28 11:54:27.562 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-02-28T11:54:28.616Z[ recovery-image] Feb 28 11:54:27.614 INFO O| Feb 28 11:54:27.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72892025-02-28T11:54:28.616Z[ recovery-image] Feb 28 11:54:27.614 INFO O| Feb 28 11:54:27.614 INFO STEP 876 (remove_files) COMPLETE
72902025-02-28T11:54:28.616Z[ recovery-image] Feb 28 11:54:27.614 INFO O| Feb 28 11:54:27.614 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-02-28T11:54:28.673Z[ recovery-image] Feb 28 11:54:27.672 INFO O| Feb 28 11:54:27.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72922025-02-28T11:54:28.673Z[ recovery-image] Feb 28 11:54:27.672 INFO O| Feb 28 11:54:27.672 INFO STEP 877 (remove_files) COMPLETE
72932025-02-28T11:54:28.673Z[ recovery-image] Feb 28 11:54:27.672 INFO O| Feb 28 11:54:27.672 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-02-28T11:54:28.696Z[ recovery-image] Feb 28 11:54:27.695 INFO O| Feb 28 11:54:27.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72952025-02-28T11:54:28.697Z[ recovery-image] Feb 28 11:54:27.695 INFO O| Feb 28 11:54:27.695 INFO STEP 878 (remove_files) COMPLETE
72962025-02-28T11:54:28.701Z[ recovery-image] Feb 28 11:54:27.695 INFO O| Feb 28 11:54:27.695 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-02-28T11:54:28.756Z[ recovery-image] Feb 28 11:54:27.755 INFO O| Feb 28 11:54:27.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72982025-02-28T11:54:28.756Z[ recovery-image] Feb 28 11:54:27.755 INFO O| Feb 28 11:54:27.755 INFO STEP 879 (remove_files) COMPLETE
72992025-02-28T11:54:28.759Z[ recovery-image] Feb 28 11:54:27.755 INFO O| Feb 28 11:54:27.755 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-02-28T11:54:28.779Z[ recovery-image] Feb 28 11:54:27.777 INFO O| Feb 28 11:54:27.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73012025-02-28T11:54:28.779Z[ recovery-image] Feb 28 11:54:27.777 INFO O| Feb 28 11:54:27.777 INFO STEP 880 (remove_files) COMPLETE
73022025-02-28T11:54:28.783Z[ recovery-image] Feb 28 11:54:27.778 INFO O| Feb 28 11:54:27.777 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-02-28T11:54:28.800Z[ recovery-image] Feb 28 11:54:27.799 INFO O| Feb 28 11:54:27.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73042025-02-28T11:54:28.803Z[ recovery-image] Feb 28 11:54:27.799 INFO O| Feb 28 11:54:27.799 INFO STEP 881 (remove_files) COMPLETE
73052025-02-28T11:54:28.803Z[ recovery-image] Feb 28 11:54:27.799 INFO O| Feb 28 11:54:27.799 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-02-28T11:54:28.825Z[ recovery-image] Feb 28 11:54:27.824 INFO O| Feb 28 11:54:27.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73072025-02-28T11:54:28.828Z[ recovery-image] Feb 28 11:54:27.824 INFO O| Feb 28 11:54:27.824 INFO STEP 882 (remove_files) COMPLETE
73082025-02-28T11:54:28.828Z[ recovery-image] Feb 28 11:54:27.825 INFO O| Feb 28 11:54:27.824 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-02-28T11:54:28.847Z[ recovery-image] Feb 28 11:54:27.844 INFO O| Feb 28 11:54:27.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73102025-02-28T11:54:28.848Z[ recovery-image] Feb 28 11:54:27.845 INFO O| Feb 28 11:54:27.845 INFO STEP 883 (remove_files) COMPLETE
73112025-02-28T11:54:28.848Z[ recovery-image] Feb 28 11:54:27.845 INFO O| Feb 28 11:54:27.845 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-02-28T11:54:28.865Z[ recovery-image] Feb 28 11:54:27.864 INFO O| Feb 28 11:54:27.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73132025-02-28T11:54:28.868Z[ recovery-image] Feb 28 11:54:27.864 INFO O| Feb 28 11:54:27.864 INFO STEP 884 (remove_files) COMPLETE
73142025-02-28T11:54:28.868Z[ recovery-image] Feb 28 11:54:27.864 INFO O| Feb 28 11:54:27.864 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-02-28T11:54:28.885Z[ recovery-image] Feb 28 11:54:27.883 INFO O| Feb 28 11:54:27.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73162025-02-28T11:54:28.887Z[ recovery-image] Feb 28 11:54:27.884 INFO O| Feb 28 11:54:27.884 INFO STEP 885 (remove_files) COMPLETE
73172025-02-28T11:54:28.887Z[ recovery-image] Feb 28 11:54:27.884 INFO O| Feb 28 11:54:27.884 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-02-28T11:54:28.904Z[ recovery-image] Feb 28 11:54:27.903 INFO O| Feb 28 11:54:27.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73192025-02-28T11:54:28.908Z[ recovery-image] Feb 28 11:54:27.903 INFO O| Feb 28 11:54:27.903 INFO STEP 886 (remove_files) COMPLETE
73202025-02-28T11:54:28.908Z[ recovery-image] Feb 28 11:54:27.903 INFO O| Feb 28 11:54:27.903 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-02-28T11:54:28.924Z[ recovery-image] Feb 28 11:54:27.923 INFO O| Feb 28 11:54:27.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73222025-02-28T11:54:28.927Z[ recovery-image] Feb 28 11:54:27.923 INFO O| Feb 28 11:54:27.923 INFO STEP 887 (remove_files) COMPLETE
73232025-02-28T11:54:28.927Z[ recovery-image] Feb 28 11:54:27.923 INFO O| Feb 28 11:54:27.923 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-02-28T11:54:28.945Z[ recovery-image] Feb 28 11:54:27.943 INFO O| Feb 28 11:54:27.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73252025-02-28T11:54:28.948Z[ recovery-image] Feb 28 11:54:27.944 INFO O| Feb 28 11:54:27.944 INFO STEP 888 (remove_files) COMPLETE
73262025-02-28T11:54:28.948Z[ recovery-image] Feb 28 11:54:27.944 INFO O| Feb 28 11:54:27.944 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-02-28T11:54:28.982Z[ recovery-image] Feb 28 11:54:27.980 INFO O| Feb 28 11:54:27.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73282025-02-28T11:54:28.984Z[ recovery-image] Feb 28 11:54:27.981 INFO O| Feb 28 11:54:27.980 INFO STEP 889 (remove_files) COMPLETE
73292025-02-28T11:54:28.984Z[ recovery-image] Feb 28 11:54:27.981 INFO O| Feb 28 11:54:27.980 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-02-28T11:54:29.007Z[ recovery-image] Feb 28 11:54:28.005 INFO O| Feb 28 11:54:28.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73312025-02-28T11:54:29.009Z[ recovery-image] Feb 28 11:54:28.006 INFO O| Feb 28 11:54:28.006 INFO STEP 890 (remove_files) COMPLETE
73322025-02-28T11:54:29.009Z[ recovery-image] Feb 28 11:54:28.006 INFO O| Feb 28 11:54:28.006 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-02-28T11:54:29.036Z[ recovery-image] Feb 28 11:54:28.035 INFO O| Feb 28 11:54:28.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73342025-02-28T11:54:29.039Z[ recovery-image] Feb 28 11:54:28.035 INFO O| Feb 28 11:54:28.035 INFO STEP 891 (remove_files) COMPLETE
73352025-02-28T11:54:29.039Z[ recovery-image] Feb 28 11:54:28.035 INFO O| Feb 28 11:54:28.035 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-02-28T11:54:29.095Z[ recovery-image] Feb 28 11:54:28.093 INFO O| Feb 28 11:54:28.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73372025-02-28T11:54:29.095Z[ recovery-image] Feb 28 11:54:28.094 INFO O| Feb 28 11:54:28.093 INFO STEP 892 (remove_files) COMPLETE
73382025-02-28T11:54:29.095Z[ recovery-image] Feb 28 11:54:28.094 INFO O| Feb 28 11:54:28.093 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-02-28T11:54:29.124Z[ recovery-image] Feb 28 11:54:28.122 INFO O| Feb 28 11:54:28.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73402025-02-28T11:54:29.124Z[ recovery-image] Feb 28 11:54:28.122 INFO O| Feb 28 11:54:28.122 INFO STEP 893 (remove_files) COMPLETE
73412025-02-28T11:54:29.124Z[ recovery-image] Feb 28 11:54:28.122 INFO O| Feb 28 11:54:28.122 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-02-28T11:54:29.160Z[ recovery-image] Feb 28 11:54:28.159 INFO O| Feb 28 11:54:28.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73432025-02-28T11:54:29.160Z[ recovery-image] Feb 28 11:54:28.159 INFO O| Feb 28 11:54:28.159 INFO STEP 894 (remove_files) COMPLETE
73442025-02-28T11:54:29.162Z[ recovery-image] Feb 28 11:54:28.159 INFO O| Feb 28 11:54:28.159 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-02-28T11:54:29.188Z[ recovery-image] Feb 28 11:54:28.186 INFO O| Feb 28 11:54:28.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73462025-02-28T11:54:29.188Z[ recovery-image] Feb 28 11:54:28.186 INFO O| Feb 28 11:54:28.186 INFO STEP 895 (remove_files) COMPLETE
73472025-02-28T11:54:29.190Z[ recovery-image] Feb 28 11:54:28.186 INFO O| Feb 28 11:54:28.186 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-02-28T11:54:29.246Z[ recovery-image] Feb 28 11:54:28.245 INFO O| Feb 28 11:54:28.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
73492025-02-28T11:54:29.246Z[ recovery-image] Feb 28 11:54:28.245 INFO O| Feb 28 11:54:28.245 INFO STEP 896 (remove_files) COMPLETE
73502025-02-28T11:54:29.246Z[ recovery-image] Feb 28 11:54:28.245 INFO O| Feb 28 11:54:28.245 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-02-28T11:54:29.268Z[ recovery-image] Feb 28 11:54:28.267 INFO O| Feb 28 11:54:28.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
73522025-02-28T11:54:29.268Z[ recovery-image] Feb 28 11:54:28.267 INFO O| Feb 28 11:54:28.267 INFO STEP 897 (remove_files) COMPLETE
73532025-02-28T11:54:29.268Z[ recovery-image] Feb 28 11:54:28.267 INFO O| Feb 28 11:54:28.267 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-02-28T11:54:29.303Z[ recovery-image] Feb 28 11:54:28.301 INFO O| Feb 28 11:54:28.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
73552025-02-28T11:54:29.303Z[ recovery-image] Feb 28 11:54:28.301 INFO O| Feb 28 11:54:28.301 INFO STEP 898 (remove_files) COMPLETE
73562025-02-28T11:54:29.303Z[ recovery-image] Feb 28 11:54:28.301 INFO O| Feb 28 11:54:28.301 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-02-28T11:54:29.335Z[ recovery-image] Feb 28 11:54:28.334 INFO O| Feb 28 11:54:28.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73582025-02-28T11:54:29.335Z[ recovery-image] Feb 28 11:54:28.334 INFO O| Feb 28 11:54:28.334 INFO STEP 899 (remove_files) COMPLETE
73592025-02-28T11:54:29.335Z[ recovery-image] Feb 28 11:54:28.334 INFO O| Feb 28 11:54:28.334 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-02-28T11:54:29.373Z[ recovery-image] Feb 28 11:54:28.372 INFO O| Feb 28 11:54:28.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73612025-02-28T11:54:29.373Z[ recovery-image] Feb 28 11:54:28.372 INFO O| Feb 28 11:54:28.372 INFO STEP 900 (remove_files) COMPLETE
73622025-02-28T11:54:29.376Z[ recovery-image] Feb 28 11:54:28.372 INFO O| Feb 28 11:54:28.372 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-02-28T11:54:29.424Z[ recovery-image] Feb 28 11:54:28.423 INFO O| Feb 28 11:54:28.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
73642025-02-28T11:54:29.424Z[ recovery-image] Feb 28 11:54:28.423 INFO O| Feb 28 11:54:28.423 INFO STEP 901 (remove_files) COMPLETE
73652025-02-28T11:54:29.424Z[ recovery-image] Feb 28 11:54:28.423 INFO O| Feb 28 11:54:28.423 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-02-28T11:54:29.481Z[ recovery-image] Feb 28 11:54:28.480 INFO O| Feb 28 11:54:28.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
73672025-02-28T11:54:29.481Z[ recovery-image] Feb 28 11:54:28.480 INFO O| Feb 28 11:54:28.480 INFO STEP 902 (remove_files) COMPLETE
73682025-02-28T11:54:29.481Z[ recovery-image] Feb 28 11:54:28.480 INFO O| Feb 28 11:54:28.480 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-02-28T11:54:29.502Z[ recovery-image] Feb 28 11:54:28.500 INFO O| Feb 28 11:54:28.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73702025-02-28T11:54:29.502Z[ recovery-image] Feb 28 11:54:28.500 INFO O| Feb 28 11:54:28.500 INFO STEP 903 (remove_files) COMPLETE
73712025-02-28T11:54:29.502Z[ recovery-image] Feb 28 11:54:28.500 INFO O| Feb 28 11:54:28.500 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-02-28T11:54:29.533Z[ recovery-image] Feb 28 11:54:28.530 INFO O| Feb 28 11:54:28.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
73732025-02-28T11:54:29.533Z[ recovery-image] Feb 28 11:54:28.530 INFO O| Feb 28 11:54:28.530 INFO STEP 904 (remove_files) COMPLETE
73742025-02-28T11:54:29.533Z[ recovery-image] Feb 28 11:54:28.530 INFO O| Feb 28 11:54:28.530 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-02-28T11:54:29.573Z[ recovery-image] Feb 28 11:54:28.571 INFO O| Feb 28 11:54:28.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73762025-02-28T11:54:29.573Z[ recovery-image] Feb 28 11:54:28.572 INFO O| Feb 28 11:54:28.572 INFO STEP 905 (remove_files) COMPLETE
73772025-02-28T11:54:29.573Z[ recovery-image] Feb 28 11:54:28.572 INFO O| Feb 28 11:54:28.572 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-02-28T11:54:29.596Z[ recovery-image] Feb 28 11:54:28.595 INFO O| Feb 28 11:54:28.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73792025-02-28T11:54:29.596Z[ recovery-image] Feb 28 11:54:28.595 INFO O| Feb 28 11:54:28.595 INFO STEP 906 (remove_files) COMPLETE
73802025-02-28T11:54:29.599Z[ recovery-image] Feb 28 11:54:28.595 INFO O| Feb 28 11:54:28.595 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-02-28T11:54:29.658Z[ recovery-image] Feb 28 11:54:28.656 INFO O| Feb 28 11:54:28.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
73822025-02-28T11:54:29.658Z[ recovery-image] Feb 28 11:54:28.656 INFO O| Feb 28 11:54:28.656 INFO STEP 907 (remove_files) COMPLETE
73832025-02-28T11:54:29.660Z[ recovery-image] Feb 28 11:54:28.656 INFO O| Feb 28 11:54:28.656 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-02-28T11:54:29.680Z[ recovery-image] Feb 28 11:54:28.678 INFO O| Feb 28 11:54:28.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
73852025-02-28T11:54:29.683Z[ recovery-image] Feb 28 11:54:28.679 INFO O| Feb 28 11:54:28.679 INFO STEP 908 (remove_files) COMPLETE
73862025-02-28T11:54:29.683Z[ recovery-image] Feb 28 11:54:28.679 INFO O| Feb 28 11:54:28.679 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-02-28T11:54:29.720Z[ recovery-image] Feb 28 11:54:28.719 INFO O| Feb 28 11:54:28.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73882025-02-28T11:54:29.720Z[ recovery-image] Feb 28 11:54:28.719 INFO O| Feb 28 11:54:28.719 INFO STEP 909 (remove_files) COMPLETE
73892025-02-28T11:54:29.720Z[ recovery-image] Feb 28 11:54:28.719 INFO O| Feb 28 11:54:28.719 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-02-28T11:54:29.766Z[ recovery-image] Feb 28 11:54:28.764 INFO O| Feb 28 11:54:28.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
73912025-02-28T11:54:29.766Z[ recovery-image] Feb 28 11:54:28.764 INFO O| Feb 28 11:54:28.764 INFO STEP 910 (remove_files) COMPLETE
73922025-02-28T11:54:29.768Z[ recovery-image] Feb 28 11:54:28.764 INFO O| Feb 28 11:54:28.764 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-02-28T11:54:29.822Z[ recovery-image] Feb 28 11:54:28.820 INFO O| Feb 28 11:54:28.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
73942025-02-28T11:54:29.822Z[ recovery-image] Feb 28 11:54:28.821 INFO O| Feb 28 11:54:28.820 INFO STEP 911 (remove_files) COMPLETE
73952025-02-28T11:54:29.825Z[ recovery-image] Feb 28 11:54:28.821 INFO O| Feb 28 11:54:28.821 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-02-28T11:54:29.844Z[ recovery-image] Feb 28 11:54:28.843 INFO O| Feb 28 11:54:28.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73972025-02-28T11:54:29.847Z[ recovery-image] Feb 28 11:54:28.843 INFO O| Feb 28 11:54:28.843 INFO STEP 912 (remove_files) COMPLETE
73982025-02-28T11:54:29.847Z[ recovery-image] Feb 28 11:54:28.843 INFO O| Feb 28 11:54:28.843 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-02-28T11:54:29.866Z[ recovery-image] Feb 28 11:54:28.864 INFO O| Feb 28 11:54:28.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74002025-02-28T11:54:29.869Z[ recovery-image] Feb 28 11:54:28.865 INFO O| Feb 28 11:54:28.865 INFO STEP 913 (remove_files) COMPLETE
74012025-02-28T11:54:29.869Z[ recovery-image] Feb 28 11:54:28.865 INFO O| Feb 28 11:54:28.865 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-02-28T11:54:29.889Z[ recovery-image] Feb 28 11:54:28.887 INFO O| Feb 28 11:54:28.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
74032025-02-28T11:54:29.889Z[ recovery-image] Feb 28 11:54:28.887 INFO O| Feb 28 11:54:28.887 INFO STEP 914 (remove_files) COMPLETE
74042025-02-28T11:54:29.889Z[ recovery-image] Feb 28 11:54:28.887 INFO O| Feb 28 11:54:28.887 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-02-28T11:54:29.948Z[ recovery-image] Feb 28 11:54:28.945 INFO O| Feb 28 11:54:28.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74062025-02-28T11:54:29.948Z[ recovery-image] Feb 28 11:54:28.945 INFO O| Feb 28 11:54:28.945 INFO STEP 915 (remove_files) COMPLETE
74072025-02-28T11:54:29.948Z[ recovery-image] Feb 28 11:54:28.945 INFO O| Feb 28 11:54:28.945 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-02-28T11:54:29.967Z[ recovery-image] Feb 28 11:54:28.965 INFO O| Feb 28 11:54:28.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74092025-02-28T11:54:29.967Z[ recovery-image] Feb 28 11:54:28.965 INFO O| Feb 28 11:54:28.965 INFO STEP 916 (remove_files) COMPLETE
74102025-02-28T11:54:29.968Z[ recovery-image] Feb 28 11:54:28.965 INFO O| Feb 28 11:54:28.965 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-02-28T11:54:29.986Z[ recovery-image] Feb 28 11:54:28.984 INFO O| Feb 28 11:54:28.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
74122025-02-28T11:54:29.986Z[ recovery-image] Feb 28 11:54:28.984 INFO O| Feb 28 11:54:28.984 INFO STEP 917 (remove_files) COMPLETE
74132025-02-28T11:54:29.986Z[ recovery-image] Feb 28 11:54:28.984 INFO O| Feb 28 11:54:28.984 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-02-28T11:54:30.006Z[ recovery-image] Feb 28 11:54:29.005 INFO O| Feb 28 11:54:29.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74152025-02-28T11:54:30.010Z[ recovery-image] Feb 28 11:54:29.005 INFO O| Feb 28 11:54:29.005 INFO STEP 918 (remove_files) COMPLETE
74162025-02-28T11:54:30.010Z[ recovery-image] Feb 28 11:54:29.005 INFO O| Feb 28 11:54:29.005 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-02-28T11:54:30.027Z[ recovery-image] Feb 28 11:54:29.025 INFO O| Feb 28 11:54:29.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74182025-02-28T11:54:30.027Z[ recovery-image] Feb 28 11:54:29.025 INFO O| Feb 28 11:54:29.025 INFO STEP 919 (remove_files) COMPLETE
74192025-02-28T11:54:30.029Z[ recovery-image] Feb 28 11:54:29.026 INFO O| Feb 28 11:54:29.026 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-02-28T11:54:30.059Z[ recovery-image] Feb 28 11:54:29.058 INFO O| Feb 28 11:54:29.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74212025-02-28T11:54:30.061Z[ recovery-image] Feb 28 11:54:29.058 INFO O| Feb 28 11:54:29.058 INFO STEP 920 (remove_files) COMPLETE
74222025-02-28T11:54:30.062Z[ recovery-image] Feb 28 11:54:29.058 INFO O| Feb 28 11:54:29.058 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-02-28T11:54:30.081Z[ recovery-image] Feb 28 11:54:29.080 INFO O| Feb 28 11:54:29.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74242025-02-28T11:54:30.084Z[ recovery-image] Feb 28 11:54:29.080 INFO O| Feb 28 11:54:29.080 INFO STEP 921 (remove_files) COMPLETE
74252025-02-28T11:54:30.084Z[ recovery-image] Feb 28 11:54:29.080 INFO O| Feb 28 11:54:29.080 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-02-28T11:54:30.103Z[ recovery-image] Feb 28 11:54:29.101 INFO O| Feb 28 11:54:29.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
74272025-02-28T11:54:30.105Z[ recovery-image] Feb 28 11:54:29.102 INFO O| Feb 28 11:54:29.102 INFO STEP 922 (remove_files) COMPLETE
74282025-02-28T11:54:30.105Z[ recovery-image] Feb 28 11:54:29.102 INFO O| Feb 28 11:54:29.102 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-02-28T11:54:30.125Z[ recovery-image] Feb 28 11:54:29.123 INFO O| Feb 28 11:54:29.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
74302025-02-28T11:54:30.125Z[ recovery-image] Feb 28 11:54:29.124 INFO O| Feb 28 11:54:29.124 INFO STEP 923 (remove_files) COMPLETE
74312025-02-28T11:54:30.125Z[ recovery-image] Feb 28 11:54:29.124 INFO O| Feb 28 11:54:29.124 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-02-28T11:54:30.144Z[ recovery-image] Feb 28 11:54:29.142 INFO O| Feb 28 11:54:29.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
74332025-02-28T11:54:30.144Z[ recovery-image] Feb 28 11:54:29.142 INFO O| Feb 28 11:54:29.142 INFO STEP 924 (remove_files) COMPLETE
74342025-02-28T11:54:30.146Z[ recovery-image] Feb 28 11:54:29.142 INFO O| Feb 28 11:54:29.142 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-02-28T11:54:30.171Z[ recovery-image] Feb 28 11:54:29.169 INFO O| Feb 28 11:54:29.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
74362025-02-28T11:54:30.173Z[ recovery-image] Feb 28 11:54:29.170 INFO O| Feb 28 11:54:29.170 INFO STEP 925 (remove_files) COMPLETE
74372025-02-28T11:54:30.173Z[ recovery-image] Feb 28 11:54:29.170 INFO O| Feb 28 11:54:29.170 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-02-28T11:54:30.209Z[ recovery-image] Feb 28 11:54:29.207 INFO O| Feb 28 11:54:29.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
74392025-02-28T11:54:30.211Z[ recovery-image] Feb 28 11:54:29.208 INFO O| Feb 28 11:54:29.207 INFO STEP 926 (remove_files) COMPLETE
74402025-02-28T11:54:30.211Z[ recovery-image] Feb 28 11:54:29.208 INFO O| Feb 28 11:54:29.207 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-02-28T11:54:30.230Z[ recovery-image] Feb 28 11:54:29.228 INFO O| Feb 28 11:54:29.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
74422025-02-28T11:54:30.232Z[ recovery-image] Feb 28 11:54:29.229 INFO O| Feb 28 11:54:29.229 INFO STEP 927 (remove_files) COMPLETE
74432025-02-28T11:54:30.232Z[ recovery-image] Feb 28 11:54:29.229 INFO O| Feb 28 11:54:29.229 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-02-28T11:54:30.250Z[ recovery-image] Feb 28 11:54:29.248 INFO O| Feb 28 11:54:29.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
74452025-02-28T11:54:30.250Z[ recovery-image] Feb 28 11:54:29.248 INFO O| Feb 28 11:54:29.248 INFO STEP 928 (remove_files) COMPLETE
74462025-02-28T11:54:30.252Z[ recovery-image] Feb 28 11:54:29.249 INFO O| Feb 28 11:54:29.248 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-02-28T11:54:30.270Z[ recovery-image] Feb 28 11:54:29.268 INFO O| Feb 28 11:54:29.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
74482025-02-28T11:54:30.272Z[ recovery-image] Feb 28 11:54:29.268 INFO O| Feb 28 11:54:29.268 INFO STEP 929 (remove_files) COMPLETE
74492025-02-28T11:54:30.272Z[ recovery-image] Feb 28 11:54:29.269 INFO O| Feb 28 11:54:29.268 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-02-28T11:54:30.289Z[ recovery-image] Feb 28 11:54:29.288 INFO O| Feb 28 11:54:29.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
74512025-02-28T11:54:30.313Z[ recovery-image] Feb 28 11:54:29.312 INFO O| Feb 28 11:54:29.312 INFO STEP 930 (remove_files) COMPLETE
74522025-02-28T11:54:30.313Z[ recovery-image] Feb 28 11:54:29.312 INFO O| Feb 28 11:54:29.312 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-02-28T11:54:30.362Z[ recovery-image] Feb 28 11:54:29.360 INFO O| Feb 28 11:54:29.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74542025-02-28T11:54:30.385Z[ recovery-image] Feb 28 11:54:29.384 INFO O| Feb 28 11:54:29.384 INFO STEP 931 (remove_files) COMPLETE
74552025-02-28T11:54:30.385Z[ recovery-image] Feb 28 11:54:29.384 INFO O| Feb 28 11:54:29.384 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-02-28T11:54:30.443Z[ recovery-image] Feb 28 11:54:29.441 INFO O| Feb 28 11:54:29.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74572025-02-28T11:54:30.443Z[ recovery-image] Feb 28 11:54:29.441 INFO O| Feb 28 11:54:29.441 INFO STEP 932 (remove_files) COMPLETE
74582025-02-28T11:54:30.443Z[ recovery-image] Feb 28 11:54:29.441 INFO O| Feb 28 11:54:29.441 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-02-28T11:54:30.462Z[ recovery-image] Feb 28 11:54:29.461 INFO O| Feb 28 11:54:29.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74602025-02-28T11:54:30.463Z[ recovery-image] Feb 28 11:54:29.461 INFO O| Feb 28 11:54:29.461 INFO STEP 933 (remove_files) COMPLETE
74612025-02-28T11:54:30.463Z[ recovery-image] Feb 28 11:54:29.461 INFO O| Feb 28 11:54:29.461 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-02-28T11:54:30.483Z[ recovery-image] Feb 28 11:54:29.481 INFO O| Feb 28 11:54:29.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74632025-02-28T11:54:30.483Z[ recovery-image] Feb 28 11:54:29.481 INFO O| Feb 28 11:54:29.481 INFO STEP 934 (remove_files) COMPLETE
74642025-02-28T11:54:30.483Z[ recovery-image] Feb 28 11:54:29.481 INFO O| Feb 28 11:54:29.481 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-02-28T11:54:30.509Z[ recovery-image] Feb 28 11:54:29.507 INFO O| Feb 28 11:54:29.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
74662025-02-28T11:54:30.510Z[ recovery-image] Feb 28 11:54:29.507 INFO O| Feb 28 11:54:29.507 INFO STEP 935 (remove_files) COMPLETE
74672025-02-28T11:54:30.510Z[ recovery-image] Feb 28 11:54:29.507 INFO O| Feb 28 11:54:29.507 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-02-28T11:54:30.542Z[ recovery-image] Feb 28 11:54:29.540 INFO O| Feb 28 11:54:29.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
74692025-02-28T11:54:30.542Z[ recovery-image] Feb 28 11:54:29.540 INFO O| Feb 28 11:54:29.540 INFO STEP 936 (remove_files) COMPLETE
74702025-02-28T11:54:30.542Z[ recovery-image] Feb 28 11:54:29.540 INFO O| Feb 28 11:54:29.540 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-02-28T11:54:30.589Z[ recovery-image] Feb 28 11:54:29.587 INFO O| Feb 28 11:54:29.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
74722025-02-28T11:54:30.591Z[ recovery-image] Feb 28 11:54:29.587 INFO O| Feb 28 11:54:29.587 INFO STEP 937 (remove_files) COMPLETE
74732025-02-28T11:54:30.591Z[ recovery-image] Feb 28 11:54:29.587 INFO O| Feb 28 11:54:29.587 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-02-28T11:54:30.649Z[ recovery-image] Feb 28 11:54:29.647 INFO O| Feb 28 11:54:29.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
74752025-02-28T11:54:30.651Z[ recovery-image] Feb 28 11:54:29.647 INFO O| Feb 28 11:54:29.647 INFO STEP 938 (remove_files) COMPLETE
74762025-02-28T11:54:30.651Z[ recovery-image] Feb 28 11:54:29.647 INFO O| Feb 28 11:54:29.647 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-02-28T11:54:30.670Z[ recovery-image] Feb 28 11:54:29.668 INFO O| Feb 28 11:54:29.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
74782025-02-28T11:54:30.673Z[ recovery-image] Feb 28 11:54:29.668 INFO O| Feb 28 11:54:29.668 INFO STEP 939 (remove_files) COMPLETE
74792025-02-28T11:54:30.673Z[ recovery-image] Feb 28 11:54:29.668 INFO O| Feb 28 11:54:29.668 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-02-28T11:54:30.691Z[ recovery-image] Feb 28 11:54:29.689 INFO O| Feb 28 11:54:29.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
74812025-02-28T11:54:30.693Z[ recovery-image] Feb 28 11:54:29.689 INFO O| Feb 28 11:54:29.689 INFO STEP 940 (remove_files) COMPLETE
74822025-02-28T11:54:30.693Z[ recovery-image] Feb 28 11:54:29.689 INFO O| Feb 28 11:54:29.689 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-02-28T11:54:30.731Z[ recovery-image] Feb 28 11:54:29.729 INFO O| Feb 28 11:54:29.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74842025-02-28T11:54:30.731Z[ recovery-image] Feb 28 11:54:29.730 INFO O| Feb 28 11:54:29.729 INFO STEP 941 (remove_files) COMPLETE
74852025-02-28T11:54:30.733Z[ recovery-image] Feb 28 11:54:29.730 INFO O| Feb 28 11:54:29.730 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-02-28T11:54:30.869Z[ recovery-image] Feb 28 11:54:29.867 INFO O| Feb 28 11:54:29.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74872025-02-28T11:54:30.869Z[ recovery-image] Feb 28 11:54:29.867 INFO O| Feb 28 11:54:29.867 INFO STEP 942 (remove_files) COMPLETE
74882025-02-28T11:54:30.869Z[ recovery-image] Feb 28 11:54:29.867 INFO O| Feb 28 11:54:29.867 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-02-28T11:54:30.891Z[ recovery-image] Feb 28 11:54:29.889 INFO O| Feb 28 11:54:29.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
74902025-02-28T11:54:30.895Z[ recovery-image] Feb 28 11:54:29.894 INFO O| Feb 28 11:54:29.894 INFO STEP 943 (remove_files) COMPLETE
74912025-02-28T11:54:30.895Z[ recovery-image] Feb 28 11:54:29.894 INFO O| Feb 28 11:54:29.894 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-02-28T11:54:30.985Z[ recovery-image] Feb 28 11:54:29.983 INFO O| Feb 28 11:54:29.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
74932025-02-28T11:54:30.985Z[ recovery-image] Feb 28 11:54:29.983 INFO O| Feb 28 11:54:29.983 INFO STEP 944 (remove_files) COMPLETE
74942025-02-28T11:54:30.988Z[ recovery-image] Feb 28 11:54:29.984 INFO O| Feb 28 11:54:29.983 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-02-28T11:54:31.032Z[ recovery-image] Feb 28 11:54:30.030 INFO O| Feb 28 11:54:30.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
74962025-02-28T11:54:31.032Z[ recovery-image] Feb 28 11:54:30.031 INFO O| Feb 28 11:54:30.031 INFO STEP 945 (remove_files) COMPLETE
74972025-02-28T11:54:31.035Z[ recovery-image] Feb 28 11:54:30.031 INFO O| Feb 28 11:54:30.031 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-02-28T11:54:31.054Z[ recovery-image] Feb 28 11:54:30.053 INFO O| Feb 28 11:54:30.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
74992025-02-28T11:54:31.054Z[ recovery-image] Feb 28 11:54:30.053 INFO O| Feb 28 11:54:30.053 INFO STEP 946 (remove_files) COMPLETE
75002025-02-28T11:54:31.057Z[ recovery-image] Feb 28 11:54:30.053 INFO O| Feb 28 11:54:30.053 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-02-28T11:54:31.077Z[ recovery-image] Feb 28 11:54:30.075 INFO O| Feb 28 11:54:30.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
75022025-02-28T11:54:31.077Z[ recovery-image] Feb 28 11:54:30.075 INFO O| Feb 28 11:54:30.075 INFO STEP 947 (remove_files) COMPLETE
75032025-02-28T11:54:31.080Z[ recovery-image] Feb 28 11:54:30.075 INFO O| Feb 28 11:54:30.075 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-02-28T11:54:31.115Z[ recovery-image] Feb 28 11:54:30.113 INFO O| Feb 28 11:54:30.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
75052025-02-28T11:54:31.116Z[ recovery-image] Feb 28 11:54:30.114 INFO O| Feb 28 11:54:30.114 INFO STEP 948 (remove_files) COMPLETE
75062025-02-28T11:54:31.119Z[ recovery-image] Feb 28 11:54:30.114 INFO O| Feb 28 11:54:30.114 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-02-28T11:54:31.141Z[ recovery-image] Feb 28 11:54:30.139 INFO O| Feb 28 11:54:30.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
75082025-02-28T11:54:31.141Z[ recovery-image] Feb 28 11:54:30.139 INFO O| Feb 28 11:54:30.139 INFO STEP 949 (remove_files) COMPLETE
75092025-02-28T11:54:31.141Z[ recovery-image] Feb 28 11:54:30.139 INFO O| Feb 28 11:54:30.139 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-02-28T11:54:31.160Z[ recovery-image] Feb 28 11:54:30.158 INFO O| Feb 28 11:54:30.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
75112025-02-28T11:54:31.160Z[ recovery-image] Feb 28 11:54:30.158 INFO O| Feb 28 11:54:30.158 INFO STEP 950 (remove_files) COMPLETE
75122025-02-28T11:54:31.160Z[ recovery-image] Feb 28 11:54:30.158 INFO O| Feb 28 11:54:30.158 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-02-28T11:54:31.206Z[ recovery-image] Feb 28 11:54:30.204 INFO O| Feb 28 11:54:30.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
75142025-02-28T11:54:31.206Z[ recovery-image] Feb 28 11:54:30.204 INFO O| Feb 28 11:54:30.204 INFO STEP 951 (remove_files) COMPLETE
75152025-02-28T11:54:31.208Z[ recovery-image] Feb 28 11:54:30.204 INFO O| Feb 28 11:54:30.204 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-02-28T11:54:31.227Z[ recovery-image] Feb 28 11:54:30.225 INFO O| Feb 28 11:54:30.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
75172025-02-28T11:54:31.227Z[ recovery-image] Feb 28 11:54:30.225 INFO O| Feb 28 11:54:30.225 INFO STEP 952 (remove_files) COMPLETE
75182025-02-28T11:54:31.227Z[ recovery-image] Feb 28 11:54:30.225 INFO O| Feb 28 11:54:30.225 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-02-28T11:54:31.248Z[ recovery-image] Feb 28 11:54:30.246 INFO O| Feb 28 11:54:30.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
75202025-02-28T11:54:31.248Z[ recovery-image] Feb 28 11:54:30.246 INFO O| Feb 28 11:54:30.246 INFO STEP 953 (remove_files) COMPLETE
75212025-02-28T11:54:31.248Z[ recovery-image] Feb 28 11:54:30.246 INFO O| Feb 28 11:54:30.246 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-02-28T11:54:31.273Z[ recovery-image] Feb 28 11:54:30.271 INFO O| Feb 28 11:54:30.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
75232025-02-28T11:54:31.273Z[ recovery-image] Feb 28 11:54:30.271 INFO O| Feb 28 11:54:30.271 INFO STEP 954 (remove_files) COMPLETE
75242025-02-28T11:54:31.276Z[ recovery-image] Feb 28 11:54:30.271 INFO O| Feb 28 11:54:30.271 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-02-28T11:54:31.295Z[ recovery-image] Feb 28 11:54:30.293 INFO O| Feb 28 11:54:30.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
75262025-02-28T11:54:31.298Z[ recovery-image] Feb 28 11:54:30.294 INFO O| Feb 28 11:54:30.294 INFO STEP 955 (remove_files) COMPLETE
75272025-02-28T11:54:31.298Z[ recovery-image] Feb 28 11:54:30.294 INFO O| Feb 28 11:54:30.294 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-02-28T11:54:31.333Z[ recovery-image] Feb 28 11:54:30.331 INFO O| Feb 28 11:54:30.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
75292025-02-28T11:54:31.333Z[ recovery-image] Feb 28 11:54:30.331 INFO O| Feb 28 11:54:30.331 INFO STEP 956 (remove_files) COMPLETE
75302025-02-28T11:54:31.333Z[ recovery-image] Feb 28 11:54:30.331 INFO O| Feb 28 11:54:30.331 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-02-28T11:54:31.352Z[ recovery-image] Feb 28 11:54:30.351 INFO O| Feb 28 11:54:30.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
75322025-02-28T11:54:31.353Z[ recovery-image] Feb 28 11:54:30.351 INFO O| Feb 28 11:54:30.351 INFO STEP 957 (remove_files) COMPLETE
75332025-02-28T11:54:31.353Z[ recovery-image] Feb 28 11:54:30.351 INFO O| Feb 28 11:54:30.351 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-02-28T11:54:31.387Z[ recovery-image] Feb 28 11:54:30.386 INFO O| Feb 28 11:54:30.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
75352025-02-28T11:54:31.388Z[ recovery-image] Feb 28 11:54:30.386 INFO O| Feb 28 11:54:30.386 INFO STEP 958 (remove_files) COMPLETE
75362025-02-28T11:54:31.388Z[ recovery-image] Feb 28 11:54:30.386 INFO O| Feb 28 11:54:30.386 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-02-28T11:54:31.414Z[ recovery-image] Feb 28 11:54:30.412 INFO O| Feb 28 11:54:30.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
75382025-02-28T11:54:31.414Z[ recovery-image] Feb 28 11:54:30.412 INFO O| Feb 28 11:54:30.412 INFO STEP 959 (remove_files) COMPLETE
75392025-02-28T11:54:31.414Z[ recovery-image] Feb 28 11:54:30.412 INFO O| Feb 28 11:54:30.412 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-02-28T11:54:31.435Z[ recovery-image] Feb 28 11:54:30.433 INFO O| Feb 28 11:54:30.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
75412025-02-28T11:54:31.435Z[ recovery-image] Feb 28 11:54:30.433 INFO O| Feb 28 11:54:30.433 INFO STEP 960 (remove_files) COMPLETE
75422025-02-28T11:54:31.435Z[ recovery-image] Feb 28 11:54:30.433 INFO O| Feb 28 11:54:30.433 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-02-28T11:54:31.457Z[ recovery-image] Feb 28 11:54:30.454 INFO O| Feb 28 11:54:30.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
75442025-02-28T11:54:31.457Z[ recovery-image] Feb 28 11:54:30.454 INFO O| Feb 28 11:54:30.454 INFO STEP 961 (remove_files) COMPLETE
75452025-02-28T11:54:31.457Z[ recovery-image] Feb 28 11:54:30.454 INFO O| Feb 28 11:54:30.454 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-02-28T11:54:31.475Z[ recovery-image] Feb 28 11:54:30.473 INFO O| Feb 28 11:54:30.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
75472025-02-28T11:54:31.475Z[ recovery-image] Feb 28 11:54:30.473 INFO O| Feb 28 11:54:30.473 INFO STEP 962 (remove_files) COMPLETE
75482025-02-28T11:54:31.475Z[ recovery-image] Feb 28 11:54:30.474 INFO O| Feb 28 11:54:30.473 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-02-28T11:54:31.495Z[ recovery-image] Feb 28 11:54:30.493 INFO O| Feb 28 11:54:30.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
75502025-02-28T11:54:31.495Z[ recovery-image] Feb 28 11:54:30.493 INFO O| Feb 28 11:54:30.493 INFO STEP 963 (remove_files) COMPLETE
75512025-02-28T11:54:31.498Z[ recovery-image] Feb 28 11:54:30.493 INFO O| Feb 28 11:54:30.493 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-02-28T11:54:31.531Z[ recovery-image] Feb 28 11:54:30.529 INFO O| Feb 28 11:54:30.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
75532025-02-28T11:54:31.531Z[ recovery-image] Feb 28 11:54:30.529 INFO O| Feb 28 11:54:30.529 INFO STEP 964 (remove_files) COMPLETE
75542025-02-28T11:54:31.531Z[ recovery-image] Feb 28 11:54:30.529 INFO O| Feb 28 11:54:30.529 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-02-28T11:54:31.584Z[ recovery-image] Feb 28 11:54:30.583 INFO O| Feb 28 11:54:30.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
75562025-02-28T11:54:31.584Z[ recovery-image] Feb 28 11:54:30.583 INFO O| Feb 28 11:54:30.583 INFO STEP 965 (remove_files) COMPLETE
75572025-02-28T11:54:31.587Z[ recovery-image] Feb 28 11:54:30.583 INFO O| Feb 28 11:54:30.583 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-02-28T11:54:31.613Z[ recovery-image] Feb 28 11:54:30.611 INFO O| Feb 28 11:54:30.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
75592025-02-28T11:54:31.613Z[ recovery-image] Feb 28 11:54:30.611 INFO O| Feb 28 11:54:30.611 INFO STEP 966 (remove_files) COMPLETE
75602025-02-28T11:54:31.613Z[ recovery-image] Feb 28 11:54:30.611 INFO O| Feb 28 11:54:30.611 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-02-28T11:54:31.636Z[ recovery-image] Feb 28 11:54:30.634 INFO O| Feb 28 11:54:30.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
75622025-02-28T11:54:31.636Z[ recovery-image] Feb 28 11:54:30.634 INFO O| Feb 28 11:54:30.634 INFO STEP 967 (remove_files) COMPLETE
75632025-02-28T11:54:31.639Z[ recovery-image] Feb 28 11:54:30.634 INFO O| Feb 28 11:54:30.634 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-02-28T11:54:31.657Z[ recovery-image] Feb 28 11:54:30.655 INFO O| Feb 28 11:54:30.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
75652025-02-28T11:54:31.657Z[ recovery-image] Feb 28 11:54:30.655 INFO O| Feb 28 11:54:30.655 INFO STEP 968 (remove_files) COMPLETE
75662025-02-28T11:54:31.660Z[ recovery-image] Feb 28 11:54:30.655 INFO O| Feb 28 11:54:30.655 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-02-28T11:54:31.678Z[ recovery-image] Feb 28 11:54:30.677 INFO O| Feb 28 11:54:30.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
75682025-02-28T11:54:31.678Z[ recovery-image] Feb 28 11:54:30.677 INFO O| Feb 28 11:54:30.677 INFO STEP 969 (remove_files) COMPLETE
75692025-02-28T11:54:31.681Z[ recovery-image] Feb 28 11:54:30.677 INFO O| Feb 28 11:54:30.677 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-02-28T11:54:31.742Z[ recovery-image] Feb 28 11:54:30.740 INFO O| Feb 28 11:54:30.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
75712025-02-28T11:54:31.742Z[ recovery-image] Feb 28 11:54:30.740 INFO O| Feb 28 11:54:30.740 INFO STEP 970 (remove_files) COMPLETE
75722025-02-28T11:54:31.745Z[ recovery-image] Feb 28 11:54:30.740 INFO O| Feb 28 11:54:30.740 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-02-28T11:54:31.765Z[ recovery-image] Feb 28 11:54:30.763 INFO O| Feb 28 11:54:30.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
75742025-02-28T11:54:31.765Z[ recovery-image] Feb 28 11:54:30.763 INFO O| Feb 28 11:54:30.763 INFO STEP 971 (remove_files) COMPLETE
75752025-02-28T11:54:31.765Z[ recovery-image] Feb 28 11:54:30.763 INFO O| Feb 28 11:54:30.763 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762025-02-28T11:54:31.798Z[ recovery-image] Feb 28 11:54:30.792 INFO O| Feb 28 11:54:30.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
75772025-02-28T11:54:31.798Z[ recovery-image] Feb 28 11:54:30.792 INFO O| Feb 28 11:54:30.792 INFO STEP 972 (remove_files) COMPLETE
75782025-02-28T11:54:31.798Z[ recovery-image] Feb 28 11:54:30.792 INFO O| Feb 28 11:54:30.792 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792025-02-28T11:54:31.853Z[ recovery-image] Feb 28 11:54:30.851 INFO O| Feb 28 11:54:30.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
75802025-02-28T11:54:31.853Z[ recovery-image] Feb 28 11:54:30.851 INFO O| Feb 28 11:54:30.851 INFO STEP 973 (remove_files) COMPLETE
75812025-02-28T11:54:31.853Z[ recovery-image] Feb 28 11:54:30.851 INFO O| Feb 28 11:54:30.851 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822025-02-28T11:54:31.872Z[ recovery-image] Feb 28 11:54:30.870 INFO O| Feb 28 11:54:30.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
75832025-02-28T11:54:31.872Z[ recovery-image] Feb 28 11:54:30.870 INFO O| Feb 28 11:54:30.870 INFO STEP 974 (remove_files) COMPLETE
75842025-02-28T11:54:31.872Z[ recovery-image] Feb 28 11:54:30.870 INFO O| Feb 28 11:54:30.870 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852025-02-28T11:54:31.900Z[ recovery-image] Feb 28 11:54:30.899 INFO O| Feb 28 11:54:30.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
75862025-02-28T11:54:31.903Z[ recovery-image] Feb 28 11:54:30.899 INFO O| Feb 28 11:54:30.899 INFO STEP 975 (remove_files) COMPLETE
75872025-02-28T11:54:31.903Z[ recovery-image] Feb 28 11:54:30.899 INFO O| Feb 28 11:54:30.899 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882025-02-28T11:54:31.923Z[ recovery-image] Feb 28 11:54:30.921 INFO O| Feb 28 11:54:30.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
75892025-02-28T11:54:31.926Z[ recovery-image] Feb 28 11:54:30.922 INFO O| Feb 28 11:54:30.922 INFO STEP 976 (remove_files) COMPLETE
75902025-02-28T11:54:31.926Z[ recovery-image] Feb 28 11:54:30.922 INFO O| Feb 28 11:54:30.922 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912025-02-28T11:54:31.944Z[ recovery-image] Feb 28 11:54:30.943 INFO O| Feb 28 11:54:30.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
75922025-02-28T11:54:31.944Z[ recovery-image] Feb 28 11:54:30.943 INFO O| Feb 28 11:54:30.943 INFO STEP 977 (remove_files) COMPLETE
75932025-02-28T11:54:31.947Z[ recovery-image] Feb 28 11:54:30.943 INFO O| Feb 28 11:54:30.943 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942025-02-28T11:54:31.965Z[ recovery-image] Feb 28 11:54:30.963 INFO O| Feb 28 11:54:30.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
75952025-02-28T11:54:31.967Z[ recovery-image] Feb 28 11:54:30.963 INFO O| Feb 28 11:54:30.963 INFO STEP 978 (remove_files) COMPLETE
75962025-02-28T11:54:31.968Z[ recovery-image] Feb 28 11:54:30.963 INFO O| Feb 28 11:54:30.963 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-02-28T11:54:31.999Z[ recovery-image] Feb 28 11:54:30.997 INFO O| Feb 28 11:54:30.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
75982025-02-28T11:54:32.005Z[ recovery-image] Feb 28 11:54:30.997 INFO O| Feb 28 11:54:30.997 INFO STEP 979 (remove_files) COMPLETE
75992025-02-28T11:54:32.005Z[ recovery-image] Feb 28 11:54:30.997 INFO O| Feb 28 11:54:30.997 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-02-28T11:54:32.033Z[ recovery-image] Feb 28 11:54:31.031 INFO O| Feb 28 11:54:31.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
76012025-02-28T11:54:32.036Z[ recovery-image] Feb 28 11:54:31.031 INFO O| Feb 28 11:54:31.031 INFO STEP 980 (remove_files) COMPLETE
76022025-02-28T11:54:32.036Z[ recovery-image] Feb 28 11:54:31.031 INFO O| Feb 28 11:54:31.031 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-02-28T11:54:32.054Z[ recovery-image] Feb 28 11:54:31.052 INFO O| Feb 28 11:54:31.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
76042025-02-28T11:54:32.054Z[ recovery-image] Feb 28 11:54:31.053 INFO O| Feb 28 11:54:31.053 INFO STEP 981 (remove_files) COMPLETE
76052025-02-28T11:54:32.057Z[ recovery-image] Feb 28 11:54:31.053 INFO O| Feb 28 11:54:31.053 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062025-02-28T11:54:32.092Z[ recovery-image] Feb 28 11:54:31.090 INFO O| Feb 28 11:54:31.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
76072025-02-28T11:54:32.095Z[ recovery-image] Feb 28 11:54:31.090 INFO O| Feb 28 11:54:31.090 INFO STEP 982 (remove_files) COMPLETE
76082025-02-28T11:54:32.095Z[ recovery-image] Feb 28 11:54:31.090 INFO O| Feb 28 11:54:31.090 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092025-02-28T11:54:32.124Z[ recovery-image] Feb 28 11:54:31.122 INFO O| Feb 28 11:54:31.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
76102025-02-28T11:54:32.124Z[ recovery-image] Feb 28 11:54:31.122 INFO O| Feb 28 11:54:31.122 INFO STEP 983 (remove_files) COMPLETE
76112025-02-28T11:54:32.124Z[ recovery-image] Feb 28 11:54:31.122 INFO O| Feb 28 11:54:31.122 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122025-02-28T11:54:32.150Z[ recovery-image] Feb 28 11:54:31.148 INFO O| Feb 28 11:54:31.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
76132025-02-28T11:54:32.150Z[ recovery-image] Feb 28 11:54:31.148 INFO O| Feb 28 11:54:31.148 INFO STEP 984 (remove_files) COMPLETE
76142025-02-28T11:54:32.150Z[ recovery-image] Feb 28 11:54:31.148 INFO O| Feb 28 11:54:31.148 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152025-02-28T11:54:32.171Z[ recovery-image] Feb 28 11:54:31.169 INFO O| Feb 28 11:54:31.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
76162025-02-28T11:54:32.171Z[ recovery-image] Feb 28 11:54:31.169 INFO O| Feb 28 11:54:31.169 INFO STEP 985 (remove_files) COMPLETE
76172025-02-28T11:54:32.171Z[ recovery-image] Feb 28 11:54:31.169 INFO O| Feb 28 11:54:31.169 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182025-02-28T11:54:32.206Z[ recovery-image] Feb 28 11:54:31.204 INFO O| Feb 28 11:54:31.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
76192025-02-28T11:54:32.206Z[ recovery-image] Feb 28 11:54:31.204 INFO O| Feb 28 11:54:31.204 INFO STEP 986 (remove_files) COMPLETE
76202025-02-28T11:54:32.209Z[ recovery-image] Feb 28 11:54:31.205 INFO O| Feb 28 11:54:31.204 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212025-02-28T11:54:32.262Z[ recovery-image] Feb 28 11:54:31.260 INFO O| Feb 28 11:54:31.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
76222025-02-28T11:54:32.262Z[ recovery-image] Feb 28 11:54:31.260 INFO O| Feb 28 11:54:31.260 INFO STEP 987 (remove_files) COMPLETE
76232025-02-28T11:54:32.262Z[ recovery-image] Feb 28 11:54:31.260 INFO O| Feb 28 11:54:31.260 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242025-02-28T11:54:32.292Z[ recovery-image] Feb 28 11:54:31.289 INFO O| Feb 28 11:54:31.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
76252025-02-28T11:54:32.292Z[ recovery-image] Feb 28 11:54:31.289 INFO O| Feb 28 11:54:31.289 INFO STEP 988 (remove_files) COMPLETE
76262025-02-28T11:54:32.295Z[ recovery-image] Feb 28 11:54:31.289 INFO O| Feb 28 11:54:31.289 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272025-02-28T11:54:32.351Z[ recovery-image] Feb 28 11:54:31.349 INFO O| Feb 28 11:54:31.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
76282025-02-28T11:54:32.351Z[ recovery-image] Feb 28 11:54:31.349 INFO O| Feb 28 11:54:31.349 INFO STEP 989 (remove_files) COMPLETE
76292025-02-28T11:54:32.353Z[ recovery-image] Feb 28 11:54:31.349 INFO O| Feb 28 11:54:31.349 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302025-02-28T11:54:32.372Z[ recovery-image] Feb 28 11:54:31.371 INFO O| Feb 28 11:54:31.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
76312025-02-28T11:54:32.375Z[ recovery-image] Feb 28 11:54:31.371 INFO O| Feb 28 11:54:31.371 INFO STEP 990 (remove_files) COMPLETE
76322025-02-28T11:54:32.375Z[ recovery-image] Feb 28 11:54:31.371 INFO O| Feb 28 11:54:31.371 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332025-02-28T11:54:32.394Z[ recovery-image] Feb 28 11:54:31.392 INFO O| Feb 28 11:54:31.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
76342025-02-28T11:54:32.397Z[ recovery-image] Feb 28 11:54:31.393 INFO O| Feb 28 11:54:31.392 INFO STEP 991 (remove_files) COMPLETE
76352025-02-28T11:54:32.397Z[ recovery-image] Feb 28 11:54:31.393 INFO O| Feb 28 11:54:31.393 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362025-02-28T11:54:32.416Z[ recovery-image] Feb 28 11:54:31.414 INFO O| Feb 28 11:54:31.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
76372025-02-28T11:54:32.416Z[ recovery-image] Feb 28 11:54:31.414 INFO O| Feb 28 11:54:31.414 INFO STEP 992 (remove_files) COMPLETE
76382025-02-28T11:54:32.416Z[ recovery-image] Feb 28 11:54:31.414 INFO O| Feb 28 11:54:31.414 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392025-02-28T11:54:32.437Z[ recovery-image] Feb 28 11:54:31.434 INFO O| Feb 28 11:54:31.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
76402025-02-28T11:54:32.437Z[ recovery-image] Feb 28 11:54:31.434 INFO O| Feb 28 11:54:31.434 INFO STEP 993 (remove_files) COMPLETE
76412025-02-28T11:54:32.437Z[ recovery-image] Feb 28 11:54:31.434 INFO O| Feb 28 11:54:31.434 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422025-02-28T11:54:32.458Z[ recovery-image] Feb 28 11:54:31.456 INFO O| Feb 28 11:54:31.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
76432025-02-28T11:54:32.458Z[ recovery-image] Feb 28 11:54:31.456 INFO O| Feb 28 11:54:31.456 INFO STEP 994 (remove_files) COMPLETE
76442025-02-28T11:54:32.458Z[ recovery-image] Feb 28 11:54:31.456 INFO O| Feb 28 11:54:31.456 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452025-02-28T11:54:32.528Z[ recovery-image] Feb 28 11:54:31.526 INFO O| Feb 28 11:54:31.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
76462025-02-28T11:54:32.528Z[ recovery-image] Feb 28 11:54:31.526 INFO O| Feb 28 11:54:31.526 INFO STEP 995 (remove_files) COMPLETE
76472025-02-28T11:54:32.528Z[ recovery-image] Feb 28 11:54:31.526 INFO O| Feb 28 11:54:31.526 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482025-02-28T11:54:32.548Z[ recovery-image] Feb 28 11:54:31.546 INFO O| Feb 28 11:54:31.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
76492025-02-28T11:54:32.548Z[ recovery-image] Feb 28 11:54:31.546 INFO O| Feb 28 11:54:31.546 INFO STEP 996 (remove_files) COMPLETE
76502025-02-28T11:54:32.548Z[ recovery-image] Feb 28 11:54:31.546 INFO O| Feb 28 11:54:31.546 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512025-02-28T11:54:32.592Z[ recovery-image] Feb 28 11:54:31.590 INFO O| Feb 28 11:54:31.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
76522025-02-28T11:54:32.592Z[ recovery-image] Feb 28 11:54:31.590 INFO O| Feb 28 11:54:31.590 INFO STEP 997 (remove_files) COMPLETE
76532025-02-28T11:54:32.594Z[ recovery-image] Feb 28 11:54:31.590 INFO O| Feb 28 11:54:31.590 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542025-02-28T11:54:32.638Z[ recovery-image] Feb 28 11:54:31.636 INFO O| Feb 28 11:54:31.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
76552025-02-28T11:54:32.639Z[ recovery-image] Feb 28 11:54:31.636 INFO O| Feb 28 11:54:31.636 INFO STEP 998 (remove_files) COMPLETE
76562025-02-28T11:54:32.639Z[ recovery-image] Feb 28 11:54:31.636 INFO O| Feb 28 11:54:31.636 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572025-02-28T11:54:32.696Z[ recovery-image] Feb 28 11:54:31.694 INFO O| Feb 28 11:54:31.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
76582025-02-28T11:54:32.696Z[ recovery-image] Feb 28 11:54:31.695 INFO O| Feb 28 11:54:31.694 INFO STEP 999 (remove_files) COMPLETE
76592025-02-28T11:54:32.699Z[ recovery-image] Feb 28 11:54:31.695 INFO O| Feb 28 11:54:31.694 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602025-02-28T11:54:32.716Z[ recovery-image] Feb 28 11:54:31.714 INFO O| Feb 28 11:54:31.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
76612025-02-28T11:54:32.716Z[ recovery-image] Feb 28 11:54:31.714 INFO O| Feb 28 11:54:31.714 INFO STEP 1000 (remove_files) COMPLETE
76622025-02-28T11:54:32.716Z[ recovery-image] Feb 28 11:54:31.714 INFO O| Feb 28 11:54:31.714 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632025-02-28T11:54:32.735Z[ recovery-image] Feb 28 11:54:31.733 INFO O| Feb 28 11:54:31.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
76642025-02-28T11:54:32.735Z[ recovery-image] Feb 28 11:54:31.733 INFO O| Feb 28 11:54:31.733 INFO STEP 1001 (remove_files) COMPLETE
76652025-02-28T11:54:32.735Z[ recovery-image] Feb 28 11:54:31.733 INFO O| Feb 28 11:54:31.733 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662025-02-28T11:54:32.754Z[ recovery-image] Feb 28 11:54:31.752 INFO O| Feb 28 11:54:31.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
76672025-02-28T11:54:32.757Z[ recovery-image] Feb 28 11:54:31.752 INFO O| Feb 28 11:54:31.752 INFO STEP 1002 (remove_files) COMPLETE
76682025-02-28T11:54:32.757Z[ recovery-image] Feb 28 11:54:31.753 INFO O| Feb 28 11:54:31.752 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692025-02-28T11:54:32.773Z[ recovery-image] Feb 28 11:54:31.771 INFO O| Feb 28 11:54:31.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
76702025-02-28T11:54:32.777Z[ recovery-image] Feb 28 11:54:31.771 INFO O| Feb 28 11:54:31.771 INFO STEP 1003 (remove_files) COMPLETE
76712025-02-28T11:54:32.777Z[ recovery-image] Feb 28 11:54:31.772 INFO O| Feb 28 11:54:31.771 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722025-02-28T11:54:32.830Z[ recovery-image] Feb 28 11:54:31.828 INFO O| Feb 28 11:54:31.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
76732025-02-28T11:54:32.833Z[ recovery-image] Feb 28 11:54:31.828 INFO O| Feb 28 11:54:31.828 INFO STEP 1004 (remove_files) COMPLETE
76742025-02-28T11:54:32.833Z[ recovery-image] Feb 28 11:54:31.828 INFO O| Feb 28 11:54:31.828 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752025-02-28T11:54:32.852Z[ recovery-image] Feb 28 11:54:31.850 INFO O| Feb 28 11:54:31.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
76762025-02-28T11:54:32.855Z[ recovery-image] Feb 28 11:54:31.850 INFO O| Feb 28 11:54:31.850 INFO STEP 1005 (remove_files) COMPLETE
76772025-02-28T11:54:32.855Z[ recovery-image] Feb 28 11:54:31.851 INFO O| Feb 28 11:54:31.851 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782025-02-28T11:54:32.881Z[ recovery-image] Feb 28 11:54:31.879 INFO O| Feb 28 11:54:31.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
76792025-02-28T11:54:32.884Z[ recovery-image] Feb 28 11:54:31.879 INFO O| Feb 28 11:54:31.879 INFO STEP 1006 (remove_files) COMPLETE
76802025-02-28T11:54:32.884Z[ recovery-image] Feb 28 11:54:31.879 INFO O| Feb 28 11:54:31.879 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812025-02-28T11:54:32.905Z[ recovery-image] Feb 28 11:54:31.903 INFO O| Feb 28 11:54:31.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
76822025-02-28T11:54:32.905Z[ recovery-image] Feb 28 11:54:31.903 INFO O| Feb 28 11:54:31.903 INFO STEP 1007 (remove_files) COMPLETE
76832025-02-28T11:54:32.908Z[ recovery-image] Feb 28 11:54:31.903 INFO O| Feb 28 11:54:31.903 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842025-02-28T11:54:32.950Z[ recovery-image] Feb 28 11:54:31.948 INFO O| Feb 28 11:54:31.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
76852025-02-28T11:54:32.951Z[ recovery-image] Feb 28 11:54:31.948 INFO O| Feb 28 11:54:31.948 INFO STEP 1008 (remove_files) COMPLETE
76862025-02-28T11:54:32.951Z[ recovery-image] Feb 28 11:54:31.948 INFO O| Feb 28 11:54:31.948 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872025-02-28T11:54:32.973Z[ recovery-image] Feb 28 11:54:31.971 INFO O| Feb 28 11:54:31.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
76882025-02-28T11:54:32.973Z[ recovery-image] Feb 28 11:54:31.971 INFO O| Feb 28 11:54:31.971 INFO STEP 1009 (remove_files) COMPLETE
76892025-02-28T11:54:32.975Z[ recovery-image] Feb 28 11:54:31.971 INFO O| Feb 28 11:54:31.971 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902025-02-28T11:54:32.999Z[ recovery-image] Feb 28 11:54:31.997 INFO O| Feb 28 11:54:31.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
76912025-02-28T11:54:33.000Z[ recovery-image] Feb 28 11:54:31.997 INFO O| Feb 28 11:54:31.997 INFO STEP 1010 (remove_files) COMPLETE
76922025-02-28T11:54:33.000Z[ recovery-image] Feb 28 11:54:31.997 INFO O| Feb 28 11:54:31.997 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932025-02-28T11:54:33.058Z[ recovery-image] Feb 28 11:54:32.056 INFO O| Feb 28 11:54:32.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
76942025-02-28T11:54:33.059Z[ recovery-image] Feb 28 11:54:32.057 INFO O| Feb 28 11:54:32.057 INFO STEP 1011 (remove_files) COMPLETE
76952025-02-28T11:54:33.059Z[ recovery-image] Feb 28 11:54:32.057 INFO O| Feb 28 11:54:32.057 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962025-02-28T11:54:33.100Z[ recovery-image] Feb 28 11:54:32.097 INFO O| Feb 28 11:54:32.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
76972025-02-28T11:54:33.103Z[ recovery-image] Feb 28 11:54:32.097 INFO O| Feb 28 11:54:32.097 INFO STEP 1012 (remove_files) COMPLETE
76982025-02-28T11:54:33.103Z[ recovery-image] Feb 28 11:54:32.097 INFO O| Feb 28 11:54:32.097 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992025-02-28T11:54:33.146Z[ recovery-image] Feb 28 11:54:32.144 INFO O| Feb 28 11:54:32.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
77002025-02-28T11:54:33.146Z[ recovery-image] Feb 28 11:54:32.144 INFO O| Feb 28 11:54:32.144 INFO STEP 1013 (remove_files) COMPLETE
77012025-02-28T11:54:33.149Z[ recovery-image] Feb 28 11:54:32.144 INFO O| Feb 28 11:54:32.144 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022025-02-28T11:54:33.167Z[ recovery-image] Feb 28 11:54:32.165 INFO O| Feb 28 11:54:32.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
77032025-02-28T11:54:33.167Z[ recovery-image] Feb 28 11:54:32.165 INFO O| Feb 28 11:54:32.165 INFO STEP 1014 (remove_files) COMPLETE
77042025-02-28T11:54:33.167Z[ recovery-image] Feb 28 11:54:32.165 INFO O| Feb 28 11:54:32.165 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052025-02-28T11:54:33.202Z[ recovery-image] Feb 28 11:54:32.200 INFO O| Feb 28 11:54:32.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
77062025-02-28T11:54:33.202Z[ recovery-image] Feb 28 11:54:32.200 INFO O| Feb 28 11:54:32.200 INFO STEP 1015 (remove_files) COMPLETE
77072025-02-28T11:54:33.202Z[ recovery-image] Feb 28 11:54:32.200 INFO O| Feb 28 11:54:32.200 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-02-28T11:54:33.307Z[ recovery-image] Feb 28 11:54:32.305 INFO O| Feb 28 11:54:32.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
77092025-02-28T11:54:33.307Z[ recovery-image] Feb 28 11:54:32.305 INFO O| Feb 28 11:54:32.305 INFO STEP 1016 (remove_files) COMPLETE
77102025-02-28T11:54:33.310Z[ recovery-image] Feb 28 11:54:32.305 INFO O| Feb 28 11:54:32.305 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112025-02-28T11:54:33.350Z[ recovery-image] Feb 28 11:54:32.348 INFO O| Feb 28 11:54:32.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
77122025-02-28T11:54:33.350Z[ recovery-image] Feb 28 11:54:32.348 INFO O| Feb 28 11:54:32.348 INFO STEP 1017 (remove_files) COMPLETE
77132025-02-28T11:54:33.350Z[ recovery-image] Feb 28 11:54:32.348 INFO O| Feb 28 11:54:32.348 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142025-02-28T11:54:33.372Z[ recovery-image] Feb 28 11:54:32.370 INFO O| Feb 28 11:54:32.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
77152025-02-28T11:54:33.372Z[ recovery-image] Feb 28 11:54:32.370 INFO O| Feb 28 11:54:32.370 INFO STEP 1018 (remove_files) COMPLETE
77162025-02-28T11:54:33.373Z[ recovery-image] Feb 28 11:54:32.370 INFO O| Feb 28 11:54:32.370 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172025-02-28T11:54:33.394Z[ recovery-image] Feb 28 11:54:32.392 INFO O| Feb 28 11:54:32.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
77182025-02-28T11:54:33.394Z[ recovery-image] Feb 28 11:54:32.392 INFO O| Feb 28 11:54:32.392 INFO STEP 1019 (remove_files) COMPLETE
77192025-02-28T11:54:33.394Z[ recovery-image] Feb 28 11:54:32.392 INFO O| Feb 28 11:54:32.392 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202025-02-28T11:54:33.430Z[ recovery-image] Feb 28 11:54:32.428 INFO O| Feb 28 11:54:32.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
77212025-02-28T11:54:33.434Z[ recovery-image] Feb 28 11:54:32.428 INFO O| Feb 28 11:54:32.428 INFO STEP 1020 (remove_files) COMPLETE
77222025-02-28T11:54:33.434Z[ recovery-image] Feb 28 11:54:32.429 INFO O| Feb 28 11:54:32.429 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232025-02-28T11:54:33.454Z[ recovery-image] Feb 28 11:54:32.452 INFO O| Feb 28 11:54:32.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
77242025-02-28T11:54:33.457Z[ recovery-image] Feb 28 11:54:32.452 INFO O| Feb 28 11:54:32.452 INFO STEP 1021 (remove_files) COMPLETE
77252025-02-28T11:54:33.457Z[ recovery-image] Feb 28 11:54:32.452 INFO O| Feb 28 11:54:32.452 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-02-28T11:54:33.489Z[ recovery-image] Feb 28 11:54:32.487 INFO O| Feb 28 11:54:32.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
77272025-02-28T11:54:33.491Z[ recovery-image] Feb 28 11:54:32.487 INFO O| Feb 28 11:54:32.487 INFO STEP 1022 (remove_files) COMPLETE
77282025-02-28T11:54:33.491Z[ recovery-image] Feb 28 11:54:32.487 INFO O| Feb 28 11:54:32.487 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-02-28T11:54:33.509Z[ recovery-image] Feb 28 11:54:32.507 INFO O| Feb 28 11:54:32.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
77302025-02-28T11:54:33.509Z[ recovery-image] Feb 28 11:54:32.507 INFO O| Feb 28 11:54:32.507 INFO STEP 1023 (remove_files) COMPLETE
77312025-02-28T11:54:33.509Z[ recovery-image] Feb 28 11:54:32.507 INFO O| Feb 28 11:54:32.507 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-02-28T11:54:33.529Z[ recovery-image] Feb 28 11:54:32.527 INFO O| Feb 28 11:54:32.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
77332025-02-28T11:54:33.529Z[ recovery-image] Feb 28 11:54:32.527 INFO O| Feb 28 11:54:32.527 INFO STEP 1024 (remove_files) COMPLETE
77342025-02-28T11:54:33.532Z[ recovery-image] Feb 28 11:54:32.527 INFO O| Feb 28 11:54:32.527 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-02-28T11:54:33.552Z[ recovery-image] Feb 28 11:54:32.549 INFO O| Feb 28 11:54:32.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
77362025-02-28T11:54:33.552Z[ recovery-image] Feb 28 11:54:32.549 INFO O| Feb 28 11:54:32.549 INFO STEP 1025 (remove_files) COMPLETE
77372025-02-28T11:54:33.552Z[ recovery-image] Feb 28 11:54:32.549 INFO O| Feb 28 11:54:32.549 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-02-28T11:54:33.572Z[ recovery-image] Feb 28 11:54:32.570 INFO O| Feb 28 11:54:32.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
77392025-02-28T11:54:33.575Z[ recovery-image] Feb 28 11:54:32.570 INFO O| Feb 28 11:54:32.570 INFO STEP 1026 (remove_files) COMPLETE
77402025-02-28T11:54:33.575Z[ recovery-image] Feb 28 11:54:32.571 INFO O| Feb 28 11:54:32.570 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-02-28T11:54:33.594Z[ recovery-image] Feb 28 11:54:32.592 INFO O| Feb 28 11:54:32.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
77422025-02-28T11:54:33.597Z[ recovery-image] Feb 28 11:54:32.592 INFO O| Feb 28 11:54:32.592 INFO STEP 1027 (remove_files) COMPLETE
77432025-02-28T11:54:33.597Z[ recovery-image] Feb 28 11:54:32.592 INFO O| Feb 28 11:54:32.592 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-02-28T11:54:33.615Z[ recovery-image] Feb 28 11:54:32.613 INFO O| Feb 28 11:54:32.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
77452025-02-28T11:54:33.639Z[ recovery-image] Feb 28 11:54:32.637 INFO O| Feb 28 11:54:32.637 INFO STEP 1028 (remove_files) COMPLETE
77462025-02-28T11:54:33.639Z[ recovery-image] Feb 28 11:54:32.637 INFO O| Feb 28 11:54:32.637 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-02-28T11:54:33.660Z[ recovery-image] Feb 28 11:54:32.658 INFO O| Feb 28 11:54:32.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
77482025-02-28T11:54:33.660Z[ recovery-image] Feb 28 11:54:32.658 INFO O| Feb 28 11:54:32.658 INFO STEP 1029 (remove_files) COMPLETE
77492025-02-28T11:54:33.660Z[ recovery-image] Feb 28 11:54:32.658 INFO O| Feb 28 11:54:32.658 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-02-28T11:54:33.680Z[ recovery-image] Feb 28 11:54:32.677 INFO O| Feb 28 11:54:32.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
77512025-02-28T11:54:33.680Z[ recovery-image] Feb 28 11:54:32.677 INFO O| Feb 28 11:54:32.677 INFO STEP 1030 (remove_files) COMPLETE
77522025-02-28T11:54:33.682Z[ recovery-image] Feb 28 11:54:32.678 INFO O| Feb 28 11:54:32.677 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532025-02-28T11:54:33.698Z[ recovery-image] Feb 28 11:54:32.696 INFO O| Feb 28 11:54:32.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
77542025-02-28T11:54:33.698Z[ recovery-image] Feb 28 11:54:32.696 INFO O| Feb 28 11:54:32.696 INFO STEP 1031 (remove_files) COMPLETE
77552025-02-28T11:54:33.698Z[ recovery-image] Feb 28 11:54:32.696 INFO O| Feb 28 11:54:32.696 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-02-28T11:54:33.719Z[ recovery-image] Feb 28 11:54:32.716 INFO O| Feb 28 11:54:32.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
77572025-02-28T11:54:33.721Z[ recovery-image] Feb 28 11:54:32.717 INFO O| Feb 28 11:54:32.717 INFO STEP 1032 (remove_files) COMPLETE
77582025-02-28T11:54:33.721Z[ recovery-image] Feb 28 11:54:32.717 INFO O| Feb 28 11:54:32.717 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592025-02-28T11:54:33.747Z[ recovery-image] Feb 28 11:54:32.745 INFO O| Feb 28 11:54:32.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
77602025-02-28T11:54:33.747Z[ recovery-image] Feb 28 11:54:32.745 INFO O| Feb 28 11:54:32.745 INFO STEP 1033 (remove_files) COMPLETE
77612025-02-28T11:54:33.747Z[ recovery-image] Feb 28 11:54:32.745 INFO O| Feb 28 11:54:32.745 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622025-02-28T11:54:33.768Z[ recovery-image] Feb 28 11:54:32.765 INFO O| Feb 28 11:54:32.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
77632025-02-28T11:54:33.768Z[ recovery-image] Feb 28 11:54:32.765 INFO O| Feb 28 11:54:32.765 INFO STEP 1034 (remove_files) COMPLETE
77642025-02-28T11:54:33.768Z[ recovery-image] Feb 28 11:54:32.765 INFO O| Feb 28 11:54:32.765 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652025-02-28T11:54:33.785Z[ recovery-image] Feb 28 11:54:32.783 INFO O| Feb 28 11:54:32.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
77662025-02-28T11:54:33.785Z[ recovery-image] Feb 28 11:54:32.783 INFO O| Feb 28 11:54:32.783 INFO STEP 1035 (remove_files) COMPLETE
77672025-02-28T11:54:33.785Z[ recovery-image] Feb 28 11:54:32.783 INFO O| Feb 28 11:54:32.783 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682025-02-28T11:54:33.823Z[ recovery-image] Feb 28 11:54:32.821 INFO O| Feb 28 11:54:32.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
77692025-02-28T11:54:33.823Z[ recovery-image] Feb 28 11:54:32.821 INFO O| Feb 28 11:54:32.821 INFO STEP 1036 (remove_files) COMPLETE
77702025-02-28T11:54:33.823Z[ recovery-image] Feb 28 11:54:32.821 INFO O| Feb 28 11:54:32.821 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712025-02-28T11:54:33.861Z[ recovery-image] Feb 28 11:54:32.858 INFO O| Feb 28 11:54:32.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
77722025-02-28T11:54:33.861Z[ recovery-image] Feb 28 11:54:32.858 INFO O| Feb 28 11:54:32.858 INFO STEP 1037 (remove_files) COMPLETE
77732025-02-28T11:54:33.861Z[ recovery-image] Feb 28 11:54:32.858 INFO O| Feb 28 11:54:32.858 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742025-02-28T11:54:33.877Z[ recovery-image] Feb 28 11:54:32.875 INFO O| Feb 28 11:54:32.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
77752025-02-28T11:54:33.877Z[ recovery-image] Feb 28 11:54:32.875 INFO O| Feb 28 11:54:32.875 INFO STEP 1038 (remove_files) COMPLETE
77762025-02-28T11:54:33.877Z[ recovery-image] Feb 28 11:54:32.875 INFO O| Feb 28 11:54:32.875 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772025-02-28T11:54:33.897Z[ recovery-image] Feb 28 11:54:32.895 INFO O| Feb 28 11:54:32.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
77782025-02-28T11:54:33.897Z[ recovery-image] Feb 28 11:54:32.895 INFO O| Feb 28 11:54:32.895 INFO STEP 1039 (remove_files) COMPLETE
77792025-02-28T11:54:33.899Z[ recovery-image] Feb 28 11:54:32.895 INFO O| Feb 28 11:54:32.895 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802025-02-28T11:54:33.987Z[ recovery-image] Feb 28 11:54:32.984 INFO O| Feb 28 11:54:32.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
77812025-02-28T11:54:33.987Z[ recovery-image] Feb 28 11:54:32.984 INFO O| Feb 28 11:54:32.984 INFO STEP 1040 (remove_files) COMPLETE
77822025-02-28T11:54:33.987Z[ recovery-image] Feb 28 11:54:32.984 INFO O| Feb 28 11:54:32.984 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832025-02-28T11:54:34.023Z[ recovery-image] Feb 28 11:54:33.020 INFO O| Feb 28 11:54:33.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
77842025-02-28T11:54:34.024Z[ recovery-image] Feb 28 11:54:33.020 INFO O| Feb 28 11:54:33.020 INFO STEP 1041 (remove_files) COMPLETE
77852025-02-28T11:54:34.024Z[ recovery-image] Feb 28 11:54:33.020 INFO O| Feb 28 11:54:33.020 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862025-02-28T11:54:34.084Z[ recovery-image] Feb 28 11:54:33.081 INFO O| Feb 28 11:54:33.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
77872025-02-28T11:54:34.084Z[ recovery-image] Feb 28 11:54:33.081 INFO O| Feb 28 11:54:33.081 INFO STEP 1042 (remove_files) COMPLETE
77882025-02-28T11:54:34.084Z[ recovery-image] Feb 28 11:54:33.082 INFO O| Feb 28 11:54:33.081 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892025-02-28T11:54:34.123Z[ recovery-image] Feb 28 11:54:33.116 INFO O| Feb 28 11:54:33.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
77902025-02-28T11:54:34.123Z[ recovery-image] Feb 28 11:54:33.117 INFO O| Feb 28 11:54:33.116 INFO STEP 1043 (remove_files) COMPLETE
77912025-02-28T11:54:34.125Z[ recovery-image] Feb 28 11:54:33.121 INFO O| Feb 28 11:54:33.116 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922025-02-28T11:54:34.156Z[ recovery-image] Feb 28 11:54:33.154 INFO O| Feb 28 11:54:33.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
77932025-02-28T11:54:34.158Z[ recovery-image] Feb 28 11:54:33.154 INFO O| Feb 28 11:54:33.154 INFO STEP 1044 (remove_files) COMPLETE
77942025-02-28T11:54:34.158Z[ recovery-image] Feb 28 11:54:33.154 INFO O| Feb 28 11:54:33.154 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952025-02-28T11:54:34.177Z[ recovery-image] Feb 28 11:54:33.175 INFO O| Feb 28 11:54:33.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
77962025-02-28T11:54:34.177Z[ recovery-image] Feb 28 11:54:33.175 INFO O| Feb 28 11:54:33.175 INFO STEP 1045 (remove_files) COMPLETE
77972025-02-28T11:54:34.180Z[ recovery-image] Feb 28 11:54:33.175 INFO O| Feb 28 11:54:33.175 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982025-02-28T11:54:34.209Z[ recovery-image] Feb 28 11:54:33.207 INFO O| Feb 28 11:54:33.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
77992025-02-28T11:54:34.209Z[ recovery-image] Feb 28 11:54:33.207 INFO O| Feb 28 11:54:33.207 INFO STEP 1046 (remove_files) COMPLETE
78002025-02-28T11:54:34.209Z[ recovery-image] Feb 28 11:54:33.207 INFO O| Feb 28 11:54:33.207 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012025-02-28T11:54:34.239Z[ recovery-image] Feb 28 11:54:33.237 INFO O| Feb 28 11:54:33.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
78022025-02-28T11:54:34.239Z[ recovery-image] Feb 28 11:54:33.237 INFO O| Feb 28 11:54:33.237 INFO STEP 1047 (remove_files) COMPLETE
78032025-02-28T11:54:34.239Z[ recovery-image] Feb 28 11:54:33.237 INFO O| Feb 28 11:54:33.237 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042025-02-28T11:54:34.337Z[ recovery-image] Feb 28 11:54:33.335 INFO O| Feb 28 11:54:33.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
78052025-02-28T11:54:34.340Z[ recovery-image] Feb 28 11:54:33.335 INFO O| Feb 28 11:54:33.335 INFO STEP 1048 (remove_files) COMPLETE
78062025-02-28T11:54:34.340Z[ recovery-image] Feb 28 11:54:33.335 INFO O| Feb 28 11:54:33.335 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072025-02-28T11:54:34.360Z[ recovery-image] Feb 28 11:54:33.358 INFO O| Feb 28 11:54:33.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
78082025-02-28T11:54:34.362Z[ recovery-image] Feb 28 11:54:33.358 INFO O| Feb 28 11:54:33.358 INFO STEP 1049 (remove_files) COMPLETE
78092025-02-28T11:54:34.362Z[ recovery-image] Feb 28 11:54:33.358 INFO O| Feb 28 11:54:33.358 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102025-02-28T11:54:34.397Z[ recovery-image] Feb 28 11:54:33.395 INFO O| Feb 28 11:54:33.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
78112025-02-28T11:54:34.397Z[ recovery-image] Feb 28 11:54:33.395 INFO O| Feb 28 11:54:33.395 INFO STEP 1050 (remove_files) COMPLETE
78122025-02-28T11:54:34.400Z[ recovery-image] Feb 28 11:54:33.395 INFO O| Feb 28 11:54:33.395 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132025-02-28T11:54:34.455Z[ recovery-image] Feb 28 11:54:33.453 INFO O| Feb 28 11:54:33.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
78142025-02-28T11:54:34.458Z[ recovery-image] Feb 28 11:54:33.453 INFO O| Feb 28 11:54:33.453 INFO STEP 1051 (remove_files) COMPLETE
78152025-02-28T11:54:34.458Z[ recovery-image] Feb 28 11:54:33.453 INFO O| Feb 28 11:54:33.453 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162025-02-28T11:54:34.474Z[ recovery-image] Feb 28 11:54:33.471 INFO O| Feb 28 11:54:33.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
78172025-02-28T11:54:34.474Z[ recovery-image] Feb 28 11:54:33.471 INFO O| Feb 28 11:54:33.471 INFO STEP 1052 (remove_files) COMPLETE
78182025-02-28T11:54:34.474Z[ recovery-image] Feb 28 11:54:33.471 INFO O| Feb 28 11:54:33.471 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192025-02-28T11:54:34.491Z[ recovery-image] Feb 28 11:54:33.489 INFO O| Feb 28 11:54:33.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
78202025-02-28T11:54:34.491Z[ recovery-image] Feb 28 11:54:33.489 INFO O| Feb 28 11:54:33.489 INFO STEP 1053 (remove_files) COMPLETE
78212025-02-28T11:54:34.491Z[ recovery-image] Feb 28 11:54:33.489 INFO O| Feb 28 11:54:33.489 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222025-02-28T11:54:34.510Z[ recovery-image] Feb 28 11:54:33.508 INFO O| Feb 28 11:54:33.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
78232025-02-28T11:54:34.510Z[ recovery-image] Feb 28 11:54:33.508 INFO O| Feb 28 11:54:33.508 INFO STEP 1054 (remove_files) COMPLETE
78242025-02-28T11:54:34.510Z[ recovery-image] Feb 28 11:54:33.508 INFO O| Feb 28 11:54:33.508 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252025-02-28T11:54:34.529Z[ recovery-image] Feb 28 11:54:33.527 INFO O| Feb 28 11:54:33.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
78262025-02-28T11:54:34.529Z[ recovery-image] Feb 28 11:54:33.527 INFO O| Feb 28 11:54:33.527 INFO STEP 1055 (remove_files) COMPLETE
78272025-02-28T11:54:34.529Z[ recovery-image] Feb 28 11:54:33.527 INFO O| Feb 28 11:54:33.527 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282025-02-28T11:54:34.549Z[ recovery-image] Feb 28 11:54:33.547 INFO O| Feb 28 11:54:33.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
78292025-02-28T11:54:34.552Z[ recovery-image] Feb 28 11:54:33.547 INFO O| Feb 28 11:54:33.547 INFO STEP 1056 (remove_files) COMPLETE
78302025-02-28T11:54:34.552Z[ recovery-image] Feb 28 11:54:33.547 INFO O| Feb 28 11:54:33.547 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312025-02-28T11:54:34.569Z[ recovery-image] Feb 28 11:54:33.566 INFO O| Feb 28 11:54:33.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
78322025-02-28T11:54:34.569Z[ recovery-image] Feb 28 11:54:33.566 INFO O| Feb 28 11:54:33.566 INFO STEP 1057 (remove_files) COMPLETE
78332025-02-28T11:54:34.569Z[ recovery-image] Feb 28 11:54:33.566 INFO O| Feb 28 11:54:33.566 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342025-02-28T11:54:34.588Z[ recovery-image] Feb 28 11:54:33.585 INFO O| Feb 28 11:54:33.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
78352025-02-28T11:54:34.588Z[ recovery-image] Feb 28 11:54:33.586 INFO O| Feb 28 11:54:33.585 INFO STEP 1058 (remove_files) COMPLETE
78362025-02-28T11:54:34.588Z[ recovery-image] Feb 28 11:54:33.586 INFO O| Feb 28 11:54:33.586 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372025-02-28T11:54:34.610Z[ recovery-image] Feb 28 11:54:33.607 INFO O| Feb 28 11:54:33.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
78382025-02-28T11:54:34.610Z[ recovery-image] Feb 28 11:54:33.607 INFO O| Feb 28 11:54:33.607 INFO STEP 1059 (remove_files) COMPLETE
78392025-02-28T11:54:34.612Z[ recovery-image] Feb 28 11:54:33.607 INFO O| Feb 28 11:54:33.607 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402025-02-28T11:54:34.631Z[ recovery-image] Feb 28 11:54:33.627 INFO O| Feb 28 11:54:33.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
78412025-02-28T11:54:34.631Z[ recovery-image] Feb 28 11:54:33.627 INFO O| Feb 28 11:54:33.627 INFO STEP 1060 (remove_files) COMPLETE
78422025-02-28T11:54:34.634Z[ recovery-image] Feb 28 11:54:33.627 INFO O| Feb 28 11:54:33.627 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432025-02-28T11:54:34.650Z[ recovery-image] Feb 28 11:54:33.648 INFO O| Feb 28 11:54:33.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
78442025-02-28T11:54:34.653Z[ recovery-image] Feb 28 11:54:33.648 INFO O| Feb 28 11:54:33.648 INFO STEP 1061 (remove_files) COMPLETE
78452025-02-28T11:54:34.653Z[ recovery-image] Feb 28 11:54:33.648 INFO O| Feb 28 11:54:33.648 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462025-02-28T11:54:34.671Z[ recovery-image] Feb 28 11:54:33.669 INFO O| Feb 28 11:54:33.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
78472025-02-28T11:54:34.674Z[ recovery-image] Feb 28 11:54:33.669 INFO O| Feb 28 11:54:33.669 INFO STEP 1062 (remove_files) COMPLETE
78482025-02-28T11:54:34.674Z[ recovery-image] Feb 28 11:54:33.669 INFO O| Feb 28 11:54:33.669 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492025-02-28T11:54:34.789Z[ recovery-image] Feb 28 11:54:33.787 INFO O| Feb 28 11:54:33.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
78502025-02-28T11:54:34.791Z[ recovery-image] Feb 28 11:54:33.787 INFO O| Feb 28 11:54:33.787 INFO STEP 1063 (remove_files) COMPLETE
78512025-02-28T11:54:34.792Z[ recovery-image] Feb 28 11:54:33.787 INFO O| Feb 28 11:54:33.787 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522025-02-28T11:54:34.792Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
78532025-02-28T11:54:34.828Z[ recovery-image] Feb 28 11:54:33.826 INFO O| Feb 28 11:54:33.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
78542025-02-28T11:54:34.831Z[ recovery-image] Feb 28 11:54:33.826 INFO O| Feb 28 11:54:33.826 INFO STEP 1064 (remove_files) COMPLETE
78552025-02-28T11:54:34.831Z[ recovery-image] Feb 28 11:54:33.826 INFO O| Feb 28 11:54:33.826 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562025-02-28T11:54:34.849Z[ recovery-image] Feb 28 11:54:33.847 INFO O| Feb 28 11:54:33.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
78572025-02-28T11:54:34.852Z[ recovery-image] Feb 28 11:54:33.847 INFO O| Feb 28 11:54:33.847 INFO STEP 1065 (remove_files) COMPLETE
78582025-02-28T11:54:34.852Z[ recovery-image] Feb 28 11:54:33.847 INFO O| Feb 28 11:54:33.847 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592025-02-28T11:54:34.869Z[ recovery-image] Feb 28 11:54:33.866 INFO O| Feb 28 11:54:33.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
78602025-02-28T11:54:34.871Z[ recovery-image] Feb 28 11:54:33.867 INFO O| Feb 28 11:54:33.867 INFO STEP 1066 (remove_files) COMPLETE
78612025-02-28T11:54:34.871Z[ recovery-image] Feb 28 11:54:33.867 INFO O| Feb 28 11:54:33.867 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622025-02-28T11:54:34.889Z[ recovery-image] Feb 28 11:54:33.886 INFO O| Feb 28 11:54:33.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
78632025-02-28T11:54:34.891Z[ recovery-image] Feb 28 11:54:33.887 INFO O| Feb 28 11:54:33.886 INFO STEP 1067 (remove_files) COMPLETE
78642025-02-28T11:54:34.891Z[ recovery-image] Feb 28 11:54:33.887 INFO O| Feb 28 11:54:33.887 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652025-02-28T11:54:34.924Z[ recovery-image] Feb 28 11:54:33.922 INFO O| Feb 28 11:54:33.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
78662025-02-28T11:54:34.925Z[ recovery-image] Feb 28 11:54:33.922 INFO O| Feb 28 11:54:33.922 INFO STEP 1068 (remove_files) COMPLETE
78672025-02-28T11:54:34.925Z[ recovery-image] Feb 28 11:54:33.922 INFO O| Feb 28 11:54:33.922 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682025-02-28T11:54:34.944Z[ recovery-image] Feb 28 11:54:33.941 INFO O| Feb 28 11:54:33.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78692025-02-28T11:54:34.944Z[ recovery-image] Feb 28 11:54:33.941 INFO O| Feb 28 11:54:33.941 INFO STEP 1069 (remove_files) COMPLETE
78702025-02-28T11:54:34.944Z[ recovery-image] Feb 28 11:54:33.942 INFO O| Feb 28 11:54:33.941 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712025-02-28T11:54:34.964Z[ recovery-image] Feb 28 11:54:33.961 INFO O| Feb 28 11:54:33.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
78722025-02-28T11:54:34.964Z[ recovery-image] Feb 28 11:54:33.962 INFO O| Feb 28 11:54:33.961 INFO STEP 1070 (remove_files) COMPLETE
78732025-02-28T11:54:34.964Z[ recovery-image] Feb 28 11:54:33.962 INFO O| Feb 28 11:54:33.962 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-02-28T11:54:34.983Z[ recovery-image] Feb 28 11:54:33.981 INFO O| Feb 28 11:54:33.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
78752025-02-28T11:54:34.984Z[ recovery-image] Feb 28 11:54:33.981 INFO O| Feb 28 11:54:33.981 INFO STEP 1071 (remove_files) COMPLETE
78762025-02-28T11:54:34.986Z[ recovery-image] Feb 28 11:54:33.982 INFO O| Feb 28 11:54:33.981 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772025-02-28T11:54:35.003Z[ recovery-image] Feb 28 11:54:34.001 INFO O| Feb 28 11:54:34.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
78782025-02-28T11:54:35.004Z[ recovery-image] Feb 28 11:54:34.001 INFO O| Feb 28 11:54:34.001 INFO STEP 1072 (remove_files) COMPLETE
78792025-02-28T11:54:35.006Z[ recovery-image] Feb 28 11:54:34.001 INFO O| Feb 28 11:54:34.001 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802025-02-28T11:54:35.025Z[ recovery-image] Feb 28 11:54:34.023 INFO O| Feb 28 11:54:34.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
78812025-02-28T11:54:35.025Z[ recovery-image] Feb 28 11:54:34.023 INFO O| Feb 28 11:54:34.023 INFO STEP 1073 (remove_files) COMPLETE
78822025-02-28T11:54:35.028Z[ recovery-image] Feb 28 11:54:34.023 INFO O| Feb 28 11:54:34.023 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-02-28T11:54:35.046Z[ recovery-image] Feb 28 11:54:34.044 INFO O| Feb 28 11:54:34.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
78842025-02-28T11:54:35.046Z[ recovery-image] Feb 28 11:54:34.044 INFO O| Feb 28 11:54:34.044 INFO STEP 1074 (remove_files) COMPLETE
78852025-02-28T11:54:35.049Z[ recovery-image] Feb 28 11:54:34.044 INFO O| Feb 28 11:54:34.044 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-02-28T11:54:35.076Z[ recovery-image] Feb 28 11:54:34.074 INFO O| Feb 28 11:54:34.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
78872025-02-28T11:54:35.079Z[ recovery-image] Feb 28 11:54:34.074 INFO O| Feb 28 11:54:34.074 INFO STEP 1075 (remove_files) COMPLETE
78882025-02-28T11:54:35.079Z[ recovery-image] Feb 28 11:54:34.075 INFO O| Feb 28 11:54:34.074 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-02-28T11:54:35.105Z[ recovery-image] Feb 28 11:54:34.103 INFO O| Feb 28 11:54:34.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
78902025-02-28T11:54:35.108Z[ recovery-image] Feb 28 11:54:34.103 INFO O| Feb 28 11:54:34.103 INFO STEP 1076 (remove_files) COMPLETE
78912025-02-28T11:54:35.108Z[ recovery-image] Feb 28 11:54:34.103 INFO O| Feb 28 11:54:34.103 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-02-28T11:54:35.126Z[ recovery-image] Feb 28 11:54:34.124 INFO O| Feb 28 11:54:34.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
78932025-02-28T11:54:35.129Z[ recovery-image] Feb 28 11:54:34.124 INFO O| Feb 28 11:54:34.124 INFO STEP 1077 (remove_files) COMPLETE
78942025-02-28T11:54:35.129Z[ recovery-image] Feb 28 11:54:34.124 INFO O| Feb 28 11:54:34.124 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-02-28T11:54:35.146Z[ recovery-image] Feb 28 11:54:34.143 INFO O| Feb 28 11:54:34.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
78962025-02-28T11:54:35.146Z[ recovery-image] Feb 28 11:54:34.143 INFO O| Feb 28 11:54:34.143 INFO STEP 1078 (remove_files) COMPLETE
78972025-02-28T11:54:35.148Z[ recovery-image] Feb 28 11:54:34.143 INFO O| Feb 28 11:54:34.143 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-02-28T11:54:35.167Z[ recovery-image] Feb 28 11:54:34.165 INFO O| Feb 28 11:54:34.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
78992025-02-28T11:54:35.167Z[ recovery-image] Feb 28 11:54:34.165 INFO O| Feb 28 11:54:34.165 INFO STEP 1079 (remove_files) COMPLETE
79002025-02-28T11:54:35.167Z[ recovery-image] Feb 28 11:54:34.165 INFO O| Feb 28 11:54:34.165 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-02-28T11:54:35.217Z[ recovery-image] Feb 28 11:54:34.214 INFO O| Feb 28 11:54:34.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
79022025-02-28T11:54:35.219Z[ recovery-image] Feb 28 11:54:34.214 INFO O| Feb 28 11:54:34.214 INFO STEP 1080 (remove_files) COMPLETE
79032025-02-28T11:54:35.219Z[ recovery-image] Feb 28 11:54:34.215 INFO O| Feb 28 11:54:34.214 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-02-28T11:54:35.238Z[ recovery-image] Feb 28 11:54:34.235 INFO O| Feb 28 11:54:34.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
79052025-02-28T11:54:35.259Z[ recovery-image] Feb 28 11:54:34.257 INFO O| Feb 28 11:54:34.235 INFO STEP 1081 (remove_files) COMPLETE
79062025-02-28T11:54:35.262Z[ recovery-image] Feb 28 11:54:34.257 INFO O| Feb 28 11:54:34.257 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-02-28T11:54:35.294Z[ recovery-image] Feb 28 11:54:34.292 INFO O| Feb 28 11:54:34.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
79082025-02-28T11:54:35.297Z[ recovery-image] Feb 28 11:54:34.292 INFO O| Feb 28 11:54:34.292 INFO STEP 1082 (remove_files) COMPLETE
79092025-02-28T11:54:35.297Z[ recovery-image] Feb 28 11:54:34.292 INFO O| Feb 28 11:54:34.292 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-02-28T11:54:35.313Z[ recovery-image] Feb 28 11:54:34.311 INFO O| Feb 28 11:54:34.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
79112025-02-28T11:54:35.317Z[ recovery-image] Feb 28 11:54:34.311 INFO O| Feb 28 11:54:34.311 INFO STEP 1083 (remove_files) COMPLETE
79122025-02-28T11:54:35.317Z[ recovery-image] Feb 28 11:54:34.311 INFO O| Feb 28 11:54:34.311 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-02-28T11:54:35.334Z[ recovery-image] Feb 28 11:54:34.332 INFO O| Feb 28 11:54:34.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
79142025-02-28T11:54:35.337Z[ recovery-image] Feb 28 11:54:34.332 INFO O| Feb 28 11:54:34.332 INFO STEP 1084 (remove_files) COMPLETE
79152025-02-28T11:54:35.337Z[ recovery-image] Feb 28 11:54:34.332 INFO O| Feb 28 11:54:34.332 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-02-28T11:54:35.353Z[ recovery-image] Feb 28 11:54:34.351 INFO O| Feb 28 11:54:34.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
79172025-02-28T11:54:35.353Z[ recovery-image] Feb 28 11:54:34.351 INFO O| Feb 28 11:54:34.351 INFO STEP 1085 (remove_files) COMPLETE
79182025-02-28T11:54:35.353Z[ recovery-image] Feb 28 11:54:34.351 INFO O| Feb 28 11:54:34.351 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-02-28T11:54:35.406Z[ recovery-image] Feb 28 11:54:34.403 INFO O| Feb 28 11:54:34.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
79202025-02-28T11:54:35.406Z[ recovery-image] Feb 28 11:54:34.403 INFO O| Feb 28 11:54:34.403 INFO STEP 1086 (remove_files) COMPLETE
79212025-02-28T11:54:35.406Z[ recovery-image] Feb 28 11:54:34.403 INFO O| Feb 28 11:54:34.403 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-02-28T11:54:35.446Z[ recovery-image] Feb 28 11:54:34.443 INFO O| Feb 28 11:54:34.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
79232025-02-28T11:54:35.446Z[ recovery-image] Feb 28 11:54:34.444 INFO O| Feb 28 11:54:34.443 INFO STEP 1087 (remove_files) COMPLETE
79242025-02-28T11:54:35.446Z[ recovery-image] Feb 28 11:54:34.444 INFO O| Feb 28 11:54:34.444 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-02-28T11:54:35.481Z[ recovery-image] Feb 28 11:54:34.478 INFO O| Feb 28 11:54:34.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
79262025-02-28T11:54:35.482Z[ recovery-image] Feb 28 11:54:34.478 INFO O| Feb 28 11:54:34.478 INFO STEP 1088 (remove_files) COMPLETE
79272025-02-28T11:54:35.482Z[ recovery-image] Feb 28 11:54:34.478 INFO O| Feb 28 11:54:34.478 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-02-28T11:54:35.501Z[ recovery-image] Feb 28 11:54:34.498 INFO O| Feb 28 11:54:34.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
79292025-02-28T11:54:35.502Z[ recovery-image] Feb 28 11:54:34.498 INFO O| Feb 28 11:54:34.498 INFO STEP 1089 (remove_files) COMPLETE
79302025-02-28T11:54:35.502Z[ recovery-image] Feb 28 11:54:34.499 INFO O| Feb 28 11:54:34.498 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-02-28T11:54:35.532Z[ recovery-image] Feb 28 11:54:34.529 INFO O| Feb 28 11:54:34.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
79322025-02-28T11:54:35.532Z[ recovery-image] Feb 28 11:54:34.529 INFO O| Feb 28 11:54:34.529 INFO STEP 1090 (remove_files) COMPLETE
79332025-02-28T11:54:35.534Z[ recovery-image] Feb 28 11:54:34.529 INFO O| Feb 28 11:54:34.529 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-02-28T11:54:35.564Z[ recovery-image] Feb 28 11:54:34.561 INFO O| Feb 28 11:54:34.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
79352025-02-28T11:54:35.564Z[ recovery-image] Feb 28 11:54:34.562 INFO O| Feb 28 11:54:34.562 INFO STEP 1091 (remove_files) COMPLETE
79362025-02-28T11:54:35.567Z[ recovery-image] Feb 28 11:54:34.562 INFO O| Feb 28 11:54:34.562 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-02-28T11:54:35.584Z[ recovery-image] Feb 28 11:54:34.581 INFO O| Feb 28 11:54:34.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
79382025-02-28T11:54:35.584Z[ recovery-image] Feb 28 11:54:34.581 INFO O| Feb 28 11:54:34.581 INFO STEP 1092 (remove_files) COMPLETE
79392025-02-28T11:54:35.584Z[ recovery-image] Feb 28 11:54:34.581 INFO O| Feb 28 11:54:34.581 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-02-28T11:54:35.619Z[ recovery-image] Feb 28 11:54:34.617 INFO O| Feb 28 11:54:34.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
79412025-02-28T11:54:35.619Z[ recovery-image] Feb 28 11:54:34.617 INFO O| Feb 28 11:54:34.617 INFO STEP 1093 (remove_files) COMPLETE
79422025-02-28T11:54:35.619Z[ recovery-image] Feb 28 11:54:34.617 INFO O| Feb 28 11:54:34.617 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-02-28T11:54:35.650Z[ recovery-image] Feb 28 11:54:34.647 INFO O| Feb 28 11:54:34.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
79442025-02-28T11:54:35.653Z[ recovery-image] Feb 28 11:54:34.647 INFO O| Feb 28 11:54:34.647 INFO STEP 1094 (remove_files) COMPLETE
79452025-02-28T11:54:35.653Z[ recovery-image] Feb 28 11:54:34.648 INFO O| Feb 28 11:54:34.647 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462025-02-28T11:54:35.670Z[ recovery-image] Feb 28 11:54:34.667 INFO O| Feb 28 11:54:34.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
79472025-02-28T11:54:35.671Z[ recovery-image] Feb 28 11:54:34.668 INFO O| Feb 28 11:54:34.667 INFO STEP 1095 (remove_files) COMPLETE
79482025-02-28T11:54:35.673Z[ recovery-image] Feb 28 11:54:34.668 INFO O| Feb 28 11:54:34.667 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492025-02-28T11:54:35.710Z[ recovery-image] Feb 28 11:54:34.708 INFO O| Feb 28 11:54:34.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
79502025-02-28T11:54:35.710Z[ recovery-image] Feb 28 11:54:34.708 INFO O| Feb 28 11:54:34.708 INFO STEP 1096 (remove_files) COMPLETE
79512025-02-28T11:54:35.710Z[ recovery-image] Feb 28 11:54:34.708 INFO O| Feb 28 11:54:34.708 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522025-02-28T11:54:35.732Z[ recovery-image] Feb 28 11:54:34.729 INFO O| Feb 28 11:54:34.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
79532025-02-28T11:54:35.732Z[ recovery-image] Feb 28 11:54:34.729 INFO O| Feb 28 11:54:34.729 INFO STEP 1097 (remove_files) COMPLETE
79542025-02-28T11:54:35.732Z[ recovery-image] Feb 28 11:54:34.729 INFO O| Feb 28 11:54:34.729 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552025-02-28T11:54:35.773Z[ recovery-image] Feb 28 11:54:34.771 INFO O| Feb 28 11:54:34.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
79562025-02-28T11:54:35.773Z[ recovery-image] Feb 28 11:54:34.771 INFO O| Feb 28 11:54:34.771 INFO STEP 1098 (remove_files) COMPLETE
79572025-02-28T11:54:35.773Z[ recovery-image] Feb 28 11:54:34.771 INFO O| Feb 28 11:54:34.771 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582025-02-28T11:54:35.806Z[ recovery-image] Feb 28 11:54:34.803 INFO O| Feb 28 11:54:34.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
79592025-02-28T11:54:35.806Z[ recovery-image] Feb 28 11:54:34.803 INFO O| Feb 28 11:54:34.803 INFO STEP 1099 (remove_files) COMPLETE
79602025-02-28T11:54:35.808Z[ recovery-image] Feb 28 11:54:34.803 INFO O| Feb 28 11:54:34.803 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612025-02-28T11:54:35.827Z[ recovery-image] Feb 28 11:54:34.824 INFO O| Feb 28 11:54:34.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
79622025-02-28T11:54:35.829Z[ recovery-image] Feb 28 11:54:34.824 INFO O| Feb 28 11:54:34.824 INFO STEP 1100 (remove_files) COMPLETE
79632025-02-28T11:54:35.829Z[ recovery-image] Feb 28 11:54:34.825 INFO O| Feb 28 11:54:34.824 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642025-02-28T11:54:35.847Z[ recovery-image] Feb 28 11:54:34.845 INFO O| Feb 28 11:54:34.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79652025-02-28T11:54:35.850Z[ recovery-image] Feb 28 11:54:34.845 INFO O| Feb 28 11:54:34.845 INFO STEP 1101 (remove_files) COMPLETE
79662025-02-28T11:54:35.850Z[ recovery-image] Feb 28 11:54:34.845 INFO O| Feb 28 11:54:34.845 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672025-02-28T11:54:35.869Z[ recovery-image] Feb 28 11:54:34.867 INFO O| Feb 28 11:54:34.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79682025-02-28T11:54:35.872Z[ recovery-image] Feb 28 11:54:34.867 INFO O| Feb 28 11:54:34.867 INFO STEP 1102 (remove_files) COMPLETE
79692025-02-28T11:54:35.872Z[ recovery-image] Feb 28 11:54:34.867 INFO O| Feb 28 11:54:34.867 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702025-02-28T11:54:35.891Z[ recovery-image] Feb 28 11:54:34.888 INFO O| Feb 28 11:54:34.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
79712025-02-28T11:54:35.894Z[ recovery-image] Feb 28 11:54:34.888 INFO O| Feb 28 11:54:34.888 INFO STEP 1103 (remove_files) COMPLETE
79722025-02-28T11:54:35.894Z[ recovery-image] Feb 28 11:54:34.888 INFO O| Feb 28 11:54:34.888 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732025-02-28T11:54:35.911Z[ recovery-image] Feb 28 11:54:34.909 INFO O| Feb 28 11:54:34.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
79742025-02-28T11:54:35.911Z[ recovery-image] Feb 28 11:54:34.909 INFO O| Feb 28 11:54:34.909 INFO STEP 1104 (remove_files) COMPLETE
79752025-02-28T11:54:35.911Z[ recovery-image] Feb 28 11:54:34.909 INFO O| Feb 28 11:54:34.909 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762025-02-28T11:54:35.931Z[ recovery-image] Feb 28 11:54:34.929 INFO O| Feb 28 11:54:34.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
79772025-02-28T11:54:35.931Z[ recovery-image] Feb 28 11:54:34.929 INFO O| Feb 28 11:54:34.929 INFO STEP 1105 (remove_files) COMPLETE
79782025-02-28T11:54:35.934Z[ recovery-image] Feb 28 11:54:34.929 INFO O| Feb 28 11:54:34.929 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792025-02-28T11:54:35.949Z[ recovery-image] Feb 28 11:54:34.946 INFO O| Feb 28 11:54:34.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
79802025-02-28T11:54:35.949Z[ recovery-image] Feb 28 11:54:34.946 INFO O| Feb 28 11:54:34.946 INFO STEP 1106 (remove_files) COMPLETE
79812025-02-28T11:54:35.949Z[ recovery-image] Feb 28 11:54:34.946 INFO O| Feb 28 11:54:34.946 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822025-02-28T11:54:35.978Z[ recovery-image] Feb 28 11:54:34.975 INFO O| Feb 28 11:54:34.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
79832025-02-28T11:54:35.978Z[ recovery-image] Feb 28 11:54:34.975 INFO O| Feb 28 11:54:34.975 INFO STEP 1107 (remove_files) COMPLETE
79842025-02-28T11:54:35.978Z[ recovery-image] Feb 28 11:54:34.975 INFO O| Feb 28 11:54:34.975 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852025-02-28T11:54:35.998Z[ recovery-image] Feb 28 11:54:34.996 INFO O| Feb 28 11:54:34.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
79862025-02-28T11:54:36.014Z[ recovery-image] Feb 28 11:54:35.012 INFO O| Feb 28 11:54:35.012 INFO STEP 1108 (remove_files) COMPLETE
79872025-02-28T11:54:36.014Z[ recovery-image] Feb 28 11:54:35.012 INFO O| Feb 28 11:54:35.012 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882025-02-28T11:54:36.050Z[ recovery-image] Feb 28 11:54:35.047 INFO O| Feb 28 11:54:35.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
79892025-02-28T11:54:36.050Z[ recovery-image] Feb 28 11:54:35.047 INFO O| Feb 28 11:54:35.047 INFO STEP 1109 (remove_files) COMPLETE
79902025-02-28T11:54:36.052Z[ recovery-image] Feb 28 11:54:35.047 INFO O| Feb 28 11:54:35.047 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912025-02-28T11:54:36.077Z[ recovery-image] Feb 28 11:54:35.074 INFO O| Feb 28 11:54:35.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
79922025-02-28T11:54:36.077Z[ recovery-image] Feb 28 11:54:35.074 INFO O| Feb 28 11:54:35.074 INFO STEP 1110 (remove_files) COMPLETE
79932025-02-28T11:54:36.080Z[ recovery-image] Feb 28 11:54:35.074 INFO O| Feb 28 11:54:35.074 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942025-02-28T11:54:36.146Z[ recovery-image] Feb 28 11:54:35.143 INFO O| Feb 28 11:54:35.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
79952025-02-28T11:54:36.146Z[ recovery-image] Feb 28 11:54:35.144 INFO O| Feb 28 11:54:35.143 INFO STEP 1111 (remove_files) COMPLETE
79962025-02-28T11:54:36.149Z[ recovery-image] Feb 28 11:54:35.144 INFO O| Feb 28 11:54:35.144 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972025-02-28T11:54:36.169Z[ recovery-image] Feb 28 11:54:35.166 INFO O| Feb 28 11:54:35.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
79982025-02-28T11:54:36.169Z[ recovery-image] Feb 28 11:54:35.166 INFO O| Feb 28 11:54:35.166 INFO STEP 1112 (remove_files) COMPLETE
79992025-02-28T11:54:36.171Z[ recovery-image] Feb 28 11:54:35.166 INFO O| Feb 28 11:54:35.166 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002025-02-28T11:54:36.220Z[ recovery-image] Feb 28 11:54:35.217 INFO O| Feb 28 11:54:35.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
80012025-02-28T11:54:36.222Z[ recovery-image] Feb 28 11:54:35.217 INFO O| Feb 28 11:54:35.217 INFO STEP 1113 (remove_files) COMPLETE
80022025-02-28T11:54:36.222Z[ recovery-image] Feb 28 11:54:35.218 INFO O| Feb 28 11:54:35.218 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032025-02-28T11:54:36.241Z[ recovery-image] Feb 28 11:54:35.238 INFO O| Feb 28 11:54:35.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
80042025-02-28T11:54:36.243Z[ recovery-image] Feb 28 11:54:35.239 INFO O| Feb 28 11:54:35.239 INFO STEP 1114 (remove_files) COMPLETE
80052025-02-28T11:54:36.243Z[ recovery-image] Feb 28 11:54:35.239 INFO O| Feb 28 11:54:35.239 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062025-02-28T11:54:36.262Z[ recovery-image] Feb 28 11:54:35.258 INFO O| Feb 28 11:54:35.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
80072025-02-28T11:54:36.265Z[ recovery-image] Feb 28 11:54:35.259 INFO O| Feb 28 11:54:35.258 INFO STEP 1115 (remove_files) COMPLETE
80082025-02-28T11:54:36.265Z[ recovery-image] Feb 28 11:54:35.259 INFO O| Feb 28 11:54:35.259 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092025-02-28T11:54:36.280Z[ recovery-image] Feb 28 11:54:35.278 INFO O| Feb 28 11:54:35.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
80102025-02-28T11:54:36.283Z[ recovery-image] Feb 28 11:54:35.278 INFO O| Feb 28 11:54:35.278 INFO STEP 1116 (remove_files) COMPLETE
80112025-02-28T11:54:36.283Z[ recovery-image] Feb 28 11:54:35.278 INFO O| Feb 28 11:54:35.278 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122025-02-28T11:54:36.322Z[ recovery-image] Feb 28 11:54:35.319 INFO O| Feb 28 11:54:35.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
80132025-02-28T11:54:36.322Z[ recovery-image] Feb 28 11:54:35.319 INFO O| Feb 28 11:54:35.319 INFO STEP 1117 (remove_files) COMPLETE
80142025-02-28T11:54:36.322Z[ recovery-image] Feb 28 11:54:35.319 INFO O| Feb 28 11:54:35.319 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152025-02-28T11:54:36.353Z[ recovery-image] Feb 28 11:54:35.350 INFO O| Feb 28 11:54:35.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
80162025-02-28T11:54:36.353Z[ recovery-image] Feb 28 11:54:35.350 INFO O| Feb 28 11:54:35.350 INFO STEP 1118 (remove_files) COMPLETE
80172025-02-28T11:54:36.356Z[ recovery-image] Feb 28 11:54:35.350 INFO O| Feb 28 11:54:35.350 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182025-02-28T11:54:36.394Z[ recovery-image] Feb 28 11:54:35.391 INFO O| Feb 28 11:54:35.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
80192025-02-28T11:54:36.394Z[ recovery-image] Feb 28 11:54:35.391 INFO O| Feb 28 11:54:35.391 INFO STEP 1119 (remove_files) COMPLETE
80202025-02-28T11:54:36.394Z[ recovery-image] Feb 28 11:54:35.391 INFO O| Feb 28 11:54:35.391 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212025-02-28T11:54:36.448Z[ recovery-image] Feb 28 11:54:35.445 INFO O| Feb 28 11:54:35.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
80222025-02-28T11:54:36.448Z[ recovery-image] Feb 28 11:54:35.446 INFO O| Feb 28 11:54:35.446 INFO STEP 1120 (remove_files) COMPLETE
80232025-02-28T11:54:36.451Z[ recovery-image] Feb 28 11:54:35.446 INFO O| Feb 28 11:54:35.446 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242025-02-28T11:54:36.474Z[ recovery-image] Feb 28 11:54:35.471 INFO O| Feb 28 11:54:35.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
80252025-02-28T11:54:36.476Z[ recovery-image] Feb 28 11:54:35.471 INFO O| Feb 28 11:54:35.471 INFO STEP 1121 (remove_files) COMPLETE
80262025-02-28T11:54:36.476Z[ recovery-image] Feb 28 11:54:35.471 INFO O| Feb 28 11:54:35.471 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272025-02-28T11:54:36.496Z[ recovery-image] Feb 28 11:54:35.493 INFO O| Feb 28 11:54:35.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
80282025-02-28T11:54:36.499Z[ recovery-image] Feb 28 11:54:35.494 INFO O| Feb 28 11:54:35.493 INFO STEP 1122 (remove_files) COMPLETE
80292025-02-28T11:54:36.499Z[ recovery-image] Feb 28 11:54:35.494 INFO O| Feb 28 11:54:35.493 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302025-02-28T11:54:36.516Z[ recovery-image] Feb 28 11:54:35.514 INFO O| Feb 28 11:54:35.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
80312025-02-28T11:54:36.516Z[ recovery-image] Feb 28 11:54:35.514 INFO O| Feb 28 11:54:35.514 INFO STEP 1123 (remove_files) COMPLETE
80322025-02-28T11:54:36.519Z[ recovery-image] Feb 28 11:54:35.514 INFO O| Feb 28 11:54:35.514 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332025-02-28T11:54:36.535Z[ recovery-image] Feb 28 11:54:35.533 INFO O| Feb 28 11:54:35.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
80342025-02-28T11:54:36.535Z[ recovery-image] Feb 28 11:54:35.533 INFO O| Feb 28 11:54:35.533 INFO STEP 1124 (remove_files) COMPLETE
80352025-02-28T11:54:36.538Z[ recovery-image] Feb 28 11:54:35.533 INFO O| Feb 28 11:54:35.533 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362025-02-28T11:54:36.562Z[ recovery-image] Feb 28 11:54:35.559 INFO O| Feb 28 11:54:35.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
80372025-02-28T11:54:36.583Z[ recovery-image] Feb 28 11:54:35.580 INFO O| Feb 28 11:54:35.580 INFO STEP 1125 (remove_files) COMPLETE
80382025-02-28T11:54:36.583Z[ recovery-image] Feb 28 11:54:35.580 INFO O| Feb 28 11:54:35.580 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392025-02-28T11:54:36.614Z[ recovery-image] Feb 28 11:54:35.611 INFO O| Feb 28 11:54:35.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
80402025-02-28T11:54:36.614Z[ recovery-image] Feb 28 11:54:35.611 INFO O| Feb 28 11:54:35.611 INFO STEP 1126 (remove_files) COMPLETE
80412025-02-28T11:54:36.616Z[ recovery-image] Feb 28 11:54:35.611 INFO O| Feb 28 11:54:35.611 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422025-02-28T11:54:36.635Z[ recovery-image] Feb 28 11:54:35.631 INFO O| Feb 28 11:54:35.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
80432025-02-28T11:54:36.635Z[ recovery-image] Feb 28 11:54:35.631 INFO O| Feb 28 11:54:35.631 INFO STEP 1127 (remove_files) COMPLETE
80442025-02-28T11:54:36.635Z[ recovery-image] Feb 28 11:54:35.631 INFO O| Feb 28 11:54:35.631 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452025-02-28T11:54:36.706Z[ recovery-image] Feb 28 11:54:35.703 INFO O| Feb 28 11:54:35.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
80462025-02-28T11:54:36.706Z[ recovery-image] Feb 28 11:54:35.703 INFO O| Feb 28 11:54:35.690 INFO STEP 1128 (remove_files) COMPLETE
80472025-02-28T11:54:36.709Z[ recovery-image] Feb 28 11:54:35.703 INFO O| Feb 28 11:54:35.690 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482025-02-28T11:54:36.722Z[ recovery-image] Feb 28 11:54:35.719 INFO O| Feb 28 11:54:35.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
80492025-02-28T11:54:36.724Z[ recovery-image] Feb 28 11:54:35.719 INFO O| Feb 28 11:54:35.719 INFO STEP 1129 (remove_files) COMPLETE
80502025-02-28T11:54:36.724Z[ recovery-image] Feb 28 11:54:35.719 INFO O| Feb 28 11:54:35.719 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512025-02-28T11:54:36.743Z[ recovery-image] Feb 28 11:54:35.741 INFO O| Feb 28 11:54:35.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
80522025-02-28T11:54:36.746Z[ recovery-image] Feb 28 11:54:35.741 INFO O| Feb 28 11:54:35.741 INFO STEP 1130 (remove_files) COMPLETE
80532025-02-28T11:54:36.746Z[ recovery-image] Feb 28 11:54:35.741 INFO O| Feb 28 11:54:35.741 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542025-02-28T11:54:36.766Z[ recovery-image] Feb 28 11:54:35.762 INFO O| Feb 28 11:54:35.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
80552025-02-28T11:54:36.766Z[ recovery-image] Feb 28 11:54:35.762 INFO O| Feb 28 11:54:35.762 INFO STEP 1131 (remove_files) COMPLETE
80562025-02-28T11:54:36.766Z[ recovery-image] Feb 28 11:54:35.762 INFO O| Feb 28 11:54:35.762 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572025-02-28T11:54:36.784Z[ recovery-image] Feb 28 11:54:35.782 INFO O| Feb 28 11:54:35.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
80582025-02-28T11:54:36.784Z[ recovery-image] Feb 28 11:54:35.782 INFO O| Feb 28 11:54:35.782 INFO STEP 1132 (remove_files) COMPLETE
80592025-02-28T11:54:36.784Z[ recovery-image] Feb 28 11:54:35.782 INFO O| Feb 28 11:54:35.782 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602025-02-28T11:54:36.804Z[ recovery-image] Feb 28 11:54:35.802 INFO O| Feb 28 11:54:35.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
80612025-02-28T11:54:36.805Z[ recovery-image] Feb 28 11:54:35.802 INFO O| Feb 28 11:54:35.802 INFO STEP 1133 (remove_files) COMPLETE
80622025-02-28T11:54:36.808Z[ recovery-image] Feb 28 11:54:35.802 INFO O| Feb 28 11:54:35.802 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632025-02-28T11:54:36.829Z[ recovery-image] Feb 28 11:54:35.826 INFO O| Feb 28 11:54:35.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80642025-02-28T11:54:36.829Z[ recovery-image] Feb 28 11:54:35.826 INFO O| Feb 28 11:54:35.826 INFO STEP 1134 (remove_files) COMPLETE
80652025-02-28T11:54:36.829Z[ recovery-image] Feb 28 11:54:35.826 INFO O| Feb 28 11:54:35.826 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662025-02-28T11:54:36.889Z[ recovery-image] Feb 28 11:54:35.886 INFO O| Feb 28 11:54:35.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80672025-02-28T11:54:36.889Z[ recovery-image] Feb 28 11:54:35.886 INFO O| Feb 28 11:54:35.886 INFO STEP 1135 (remove_files) COMPLETE
80682025-02-28T11:54:36.889Z[ recovery-image] Feb 28 11:54:35.886 INFO O| Feb 28 11:54:35.886 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692025-02-28T11:54:36.948Z[ recovery-image] Feb 28 11:54:35.945 INFO O| Feb 28 11:54:35.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80702025-02-28T11:54:36.948Z[ recovery-image] Feb 28 11:54:35.945 INFO O| Feb 28 11:54:35.945 INFO STEP 1136 (remove_files) COMPLETE
80712025-02-28T11:54:36.951Z[ recovery-image] Feb 28 11:54:35.945 INFO O| Feb 28 11:54:35.945 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-02-28T11:54:36.974Z[ recovery-image] Feb 28 11:54:35.971 INFO O| Feb 28 11:54:35.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
80732025-02-28T11:54:36.974Z[ recovery-image] Feb 28 11:54:35.971 INFO O| Feb 28 11:54:35.971 INFO STEP 1137 (remove_files) COMPLETE
80742025-02-28T11:54:36.974Z[ recovery-image] Feb 28 11:54:35.971 INFO O| Feb 28 11:54:35.971 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-02-28T11:54:37.008Z[ recovery-image] Feb 28 11:54:36.004 INFO O| Feb 28 11:54:36.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
80762025-02-28T11:54:37.008Z[ recovery-image] Feb 28 11:54:36.005 INFO O| Feb 28 11:54:36.005 INFO STEP 1138 (remove_files) COMPLETE
80772025-02-28T11:54:37.008Z[ recovery-image] Feb 28 11:54:36.005 INFO O| Feb 28 11:54:36.005 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-02-28T11:54:37.065Z[ recovery-image] Feb 28 11:54:36.062 INFO O| Feb 28 11:54:36.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
80792025-02-28T11:54:37.065Z[ recovery-image] Feb 28 11:54:36.062 INFO O| Feb 28 11:54:36.062 INFO STEP 1139 (remove_files) COMPLETE
80802025-02-28T11:54:37.068Z[ recovery-image] Feb 28 11:54:36.062 INFO O| Feb 28 11:54:36.062 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-02-28T11:54:37.088Z[ recovery-image] Feb 28 11:54:36.085 INFO O| Feb 28 11:54:36.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
80822025-02-28T11:54:37.088Z[ recovery-image] Feb 28 11:54:36.085 INFO O| Feb 28 11:54:36.085 INFO STEP 1140 (remove_files) COMPLETE
80832025-02-28T11:54:37.091Z[ recovery-image] Feb 28 11:54:36.085 INFO O| Feb 28 11:54:36.085 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-02-28T11:54:37.111Z[ recovery-image] Feb 28 11:54:36.108 INFO O| Feb 28 11:54:36.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
80852025-02-28T11:54:37.111Z[ recovery-image] Feb 28 11:54:36.108 INFO O| Feb 28 11:54:36.108 INFO STEP 1141 (remove_files) COMPLETE
80862025-02-28T11:54:37.114Z[ recovery-image] Feb 28 11:54:36.108 INFO O| Feb 28 11:54:36.108 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-02-28T11:54:37.140Z[ recovery-image] Feb 28 11:54:36.137 INFO O| Feb 28 11:54:36.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
80882025-02-28T11:54:37.140Z[ recovery-image] Feb 28 11:54:36.137 INFO O| Feb 28 11:54:36.137 INFO STEP 1142 (remove_files) COMPLETE
80892025-02-28T11:54:37.140Z[ recovery-image] Feb 28 11:54:36.137 INFO O| Feb 28 11:54:36.137 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-02-28T11:54:37.160Z[ recovery-image] Feb 28 11:54:36.158 INFO O| Feb 28 11:54:36.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
80912025-02-28T11:54:37.160Z[ recovery-image] Feb 28 11:54:36.158 INFO O| Feb 28 11:54:36.158 INFO STEP 1143 (remove_files) COMPLETE
80922025-02-28T11:54:37.160Z[ recovery-image] Feb 28 11:54:36.158 INFO O| Feb 28 11:54:36.158 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-02-28T11:54:37.211Z[ recovery-image] Feb 28 11:54:36.208 INFO O| Feb 28 11:54:36.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
80942025-02-28T11:54:37.211Z[ recovery-image] Feb 28 11:54:36.208 INFO O| Feb 28 11:54:36.208 INFO STEP 1144 (remove_files) COMPLETE
80952025-02-28T11:54:37.214Z[ recovery-image] Feb 28 11:54:36.208 INFO O| Feb 28 11:54:36.208 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-02-28T11:54:37.233Z[ recovery-image] Feb 28 11:54:36.230 INFO O| Feb 28 11:54:36.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
80972025-02-28T11:54:37.233Z[ recovery-image] Feb 28 11:54:36.230 INFO O| Feb 28 11:54:36.230 INFO STEP 1145 (remove_files) COMPLETE
80982025-02-28T11:54:37.233Z[ recovery-image] Feb 28 11:54:36.230 INFO O| Feb 28 11:54:36.230 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-02-28T11:54:37.255Z[ recovery-image] Feb 28 11:54:36.252 INFO O| Feb 28 11:54:36.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
81002025-02-28T11:54:37.255Z[ recovery-image] Feb 28 11:54:36.252 INFO O| Feb 28 11:54:36.252 INFO STEP 1146 (remove_files) COMPLETE
81012025-02-28T11:54:37.257Z[ recovery-image] Feb 28 11:54:36.252 INFO O| Feb 28 11:54:36.252 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-02-28T11:54:37.276Z[ recovery-image] Feb 28 11:54:36.273 INFO O| Feb 28 11:54:36.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
81032025-02-28T11:54:37.276Z[ recovery-image] Feb 28 11:54:36.273 INFO O| Feb 28 11:54:36.273 INFO STEP 1147 (remove_files) COMPLETE
81042025-02-28T11:54:37.276Z[ recovery-image] Feb 28 11:54:36.273 INFO O| Feb 28 11:54:36.273 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-02-28T11:54:37.316Z[ recovery-image] Feb 28 11:54:36.313 INFO O| Feb 28 11:54:36.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
81062025-02-28T11:54:37.316Z[ recovery-image] Feb 28 11:54:36.313 INFO O| Feb 28 11:54:36.313 INFO STEP 1148 (remove_files) COMPLETE
81072025-02-28T11:54:37.316Z[ recovery-image] Feb 28 11:54:36.313 INFO O| Feb 28 11:54:36.313 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-02-28T11:54:37.386Z[ recovery-image] Feb 28 11:54:36.383 INFO O| Feb 28 11:54:36.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
81092025-02-28T11:54:37.386Z[ recovery-image] Feb 28 11:54:36.383 INFO O| Feb 28 11:54:36.383 INFO STEP 1149 (remove_files) COMPLETE
81102025-02-28T11:54:37.388Z[ recovery-image] Feb 28 11:54:36.383 INFO O| Feb 28 11:54:36.383 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-02-28T11:54:37.423Z[ recovery-image] Feb 28 11:54:36.421 INFO O| Feb 28 11:54:36.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
81122025-02-28T11:54:37.424Z[ recovery-image] Feb 28 11:54:36.421 INFO O| Feb 28 11:54:36.421 INFO STEP 1150 (remove_files) COMPLETE
81132025-02-28T11:54:37.424Z[ recovery-image] Feb 28 11:54:36.421 INFO O| Feb 28 11:54:36.421 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-02-28T11:54:37.444Z[ recovery-image] Feb 28 11:54:36.441 INFO O| Feb 28 11:54:36.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
81152025-02-28T11:54:37.444Z[ recovery-image] Feb 28 11:54:36.441 INFO O| Feb 28 11:54:36.441 INFO STEP 1151 (remove_files) COMPLETE
81162025-02-28T11:54:37.446Z[ recovery-image] Feb 28 11:54:36.441 INFO O| Feb 28 11:54:36.441 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172025-02-28T11:54:37.463Z[ recovery-image] Feb 28 11:54:36.460 INFO O| Feb 28 11:54:36.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
81182025-02-28T11:54:37.463Z[ recovery-image] Feb 28 11:54:36.460 INFO O| Feb 28 11:54:36.460 INFO STEP 1152 (remove_files) COMPLETE
81192025-02-28T11:54:37.463Z[ recovery-image] Feb 28 11:54:36.460 INFO O| Feb 28 11:54:36.460 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202025-02-28T11:54:37.501Z[ recovery-image] Feb 28 11:54:36.485 INFO O| Feb 28 11:54:36.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
81212025-02-28T11:54:37.501Z[ recovery-image] Feb 28 11:54:36.485 INFO O| Feb 28 11:54:36.485 INFO STEP 1153 (remove_files) COMPLETE
81222025-02-28T11:54:37.504Z[ recovery-image] Feb 28 11:54:36.485 INFO O| Feb 28 11:54:36.485 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232025-02-28T11:54:37.508Z[ recovery-image] Feb 28 11:54:36.505 INFO O| Feb 28 11:54:36.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
81242025-02-28T11:54:37.508Z[ recovery-image] Feb 28 11:54:36.505 INFO O| Feb 28 11:54:36.505 INFO STEP 1154 (remove_files) COMPLETE
81252025-02-28T11:54:37.510Z[ recovery-image] Feb 28 11:54:36.505 INFO O| Feb 28 11:54:36.505 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262025-02-28T11:54:37.527Z[ recovery-image] Feb 28 11:54:36.524 INFO O| Feb 28 11:54:36.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
81272025-02-28T11:54:37.527Z[ recovery-image] Feb 28 11:54:36.524 INFO O| Feb 28 11:54:36.524 INFO STEP 1155 (remove_files) COMPLETE
81282025-02-28T11:54:37.527Z[ recovery-image] Feb 28 11:54:36.524 INFO O| Feb 28 11:54:36.524 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292025-02-28T11:54:37.545Z[ recovery-image] Feb 28 11:54:36.543 INFO O| Feb 28 11:54:36.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
81302025-02-28T11:54:37.545Z[ recovery-image] Feb 28 11:54:36.543 INFO O| Feb 28 11:54:36.543 INFO STEP 1156 (remove_files) COMPLETE
81312025-02-28T11:54:37.545Z[ recovery-image] Feb 28 11:54:36.543 INFO O| Feb 28 11:54:36.543 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322025-02-28T11:54:37.564Z[ recovery-image] Feb 28 11:54:36.561 INFO O| Feb 28 11:54:36.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
81332025-02-28T11:54:37.564Z[ recovery-image] Feb 28 11:54:36.561 INFO O| Feb 28 11:54:36.561 INFO STEP 1157 (remove_files) COMPLETE
81342025-02-28T11:54:37.564Z[ recovery-image] Feb 28 11:54:36.561 INFO O| Feb 28 11:54:36.561 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352025-02-28T11:54:37.583Z[ recovery-image] Feb 28 11:54:36.581 INFO O| Feb 28 11:54:36.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
81362025-02-28T11:54:37.583Z[ recovery-image] Feb 28 11:54:36.581 INFO O| Feb 28 11:54:36.581 INFO STEP 1158 (remove_files) COMPLETE
81372025-02-28T11:54:37.583Z[ recovery-image] Feb 28 11:54:36.581 INFO O| Feb 28 11:54:36.581 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382025-02-28T11:54:37.603Z[ recovery-image] Feb 28 11:54:36.600 INFO O| Feb 28 11:54:36.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
81392025-02-28T11:54:37.603Z[ recovery-image] Feb 28 11:54:36.601 INFO O| Feb 28 11:54:36.601 INFO STEP 1159 (remove_files) COMPLETE
81402025-02-28T11:54:37.603Z[ recovery-image] Feb 28 11:54:36.601 INFO O| Feb 28 11:54:36.601 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412025-02-28T11:54:37.627Z[ recovery-image] Feb 28 11:54:36.623 INFO O| Feb 28 11:54:36.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
81422025-02-28T11:54:37.627Z[ recovery-image] Feb 28 11:54:36.623 INFO O| Feb 28 11:54:36.623 INFO STEP 1160 (remove_files) COMPLETE
81432025-02-28T11:54:37.627Z[ recovery-image] Feb 28 11:54:36.623 INFO O| Feb 28 11:54:36.623 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442025-02-28T11:54:37.661Z[ recovery-image] Feb 28 11:54:36.658 INFO O| Feb 28 11:54:36.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
81452025-02-28T11:54:37.661Z[ recovery-image] Feb 28 11:54:36.658 INFO O| Feb 28 11:54:36.658 INFO STEP 1161 (remove_files) COMPLETE
81462025-02-28T11:54:37.663Z[ recovery-image] Feb 28 11:54:36.658 INFO O| Feb 28 11:54:36.658 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472025-02-28T11:54:37.706Z[ recovery-image] Feb 28 11:54:36.703 INFO O| Feb 28 11:54:36.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
81482025-02-28T11:54:37.709Z[ recovery-image] Feb 28 11:54:36.703 INFO O| Feb 28 11:54:36.703 INFO STEP 1162 (remove_files) COMPLETE
81492025-02-28T11:54:37.709Z[ recovery-image] Feb 28 11:54:36.704 INFO O| Feb 28 11:54:36.703 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502025-02-28T11:54:37.726Z[ recovery-image] Feb 28 11:54:36.723 INFO O| Feb 28 11:54:36.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
81512025-02-28T11:54:37.728Z[ recovery-image] Feb 28 11:54:36.723 INFO O| Feb 28 11:54:36.723 INFO STEP 1163 (remove_files) COMPLETE
81522025-02-28T11:54:37.728Z[ recovery-image] Feb 28 11:54:36.724 INFO O| Feb 28 11:54:36.724 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532025-02-28T11:54:37.756Z[ recovery-image] Feb 28 11:54:36.753 INFO O| Feb 28 11:54:36.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
81542025-02-28T11:54:37.759Z[ recovery-image] Feb 28 11:54:36.753 INFO O| Feb 28 11:54:36.753 INFO STEP 1164 (remove_files) COMPLETE
81552025-02-28T11:54:37.759Z[ recovery-image] Feb 28 11:54:36.754 INFO O| Feb 28 11:54:36.753 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562025-02-28T11:54:37.783Z[ recovery-image] Feb 28 11:54:36.780 INFO O| Feb 28 11:54:36.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
81572025-02-28T11:54:37.783Z[ recovery-image] Feb 28 11:54:36.780 INFO O| Feb 28 11:54:36.780 INFO STEP 1165 (remove_files) COMPLETE
81582025-02-28T11:54:37.783Z[ recovery-image] Feb 28 11:54:36.780 INFO O| Feb 28 11:54:36.780 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
81592025-02-28T11:54:37.819Z[ recovery-image] Feb 28 11:54:36.816 INFO O| Feb 28 11:54:36.816 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
81602025-02-28T11:54:37.819Z[ recovery-image] Feb 28 11:54:36.816 INFO O| Feb 28 11:54:36.816 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
81612025-02-28T11:54:39.522Z[ recovery-image] Feb 28 11:54:38.519 INFO O| Feb 28 11:54:38.518 INFO STEP 1166 (pack_tar) COMPLETE
81622025-02-28T11:54:39.522Z[ recovery-image] Feb 28 11:54:38.519 INFO O| Feb 28 11:54:38.519 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81632025-02-28T11:54:39.522Z[ recovery-image] Feb 28 11:54:38.519 INFO O| Feb 28 11:54:38.519 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81642025-02-28T11:54:39.852Z[ recovery-image] Feb 28 11:54:38.849 INFO O| Feb 28 11:54:38.849 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81652025-02-28T11:54:39.976Z[ recovery-image] Feb 28 11:54:38.973 INFO O| Feb 28 11:54:38.973 INFO completed processing gimlet/ramdisk-03-recovery-trim
81662025-02-28T11:54:39.986Z[ recovery-image] Feb 28 11:54:38.983 INFO image builder template: zfs-recovery...
81672025-02-28T11:54:39.986Z[ recovery-image] Feb 28 11:54:38.983 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpX0wZ8Q/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "zfs-recovery"], pwd: None
81682025-02-28T11:54:40.053Z[ recovery-image] Feb 28 11:54:39.049 INFO O| Feb 28 11:54:39.049 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81692025-02-28T11:54:40.083Z[ recovery-image] Feb 28 11:54:39.080 INFO O| Feb 28 11:54:39.080 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81702025-02-28T11:54:40.187Z[ recovery-image] Feb 28 11:54:39.184 INFO O| Feb 28 11:54:39.184 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
81712025-02-28T11:54:40.270Z[ recovery-image] Feb 28 11:54:39.267 INFO O| Feb 28 11:54:39.267 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81722025-02-28T11:54:40.270Z[ recovery-image] Feb 28 11:54:39.267 INFO O| Feb 28 11:54:39.267 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
81732025-02-28T11:54:40.277Z[ recovery-image] Feb 28 11:54:39.274 INFO O| Feb 28 11:54:39.274 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81742025-02-28T11:54:40.390Z[ recovery-image] Feb 28 11:54:39.387 INFO O| Feb 28 11:54:39.387 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
81752025-02-28T11:54:40.468Z[ recovery-image] Feb 28 11:54:39.462 INFO O| Feb 28 11:54:39.462 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
81762025-02-28T11:54:40.535Z[ recovery-image] Feb 28 11:54:39.532 INFO O| Feb 28 11:54:39.532 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81772025-02-28T11:54:40.544Z[ recovery-image] Feb 28 11:54:39.541 INFO O| Feb 28 11:54:39.541 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
81782025-02-28T11:54:40.625Z[ recovery-image] Feb 28 11:54:39.622 INFO O| Feb 28 11:54:39.622 INFO no lofi found
81792025-02-28T11:54:40.625Z[ recovery-image] Feb 28 11:54:39.622 INFO O| Feb 28 11:54:39.622 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
81802025-02-28T11:54:40.628Z[ recovery-image] Feb 28 11:54:39.622 INFO O| Feb 28 11:54:39.622 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81812025-02-28T11:54:43.016Z[ recovery-image] Feb 28 11:54:42.012 INFO O| Feb 28 11:54:42.012 INFO lofi device = /dev/dsk/c2t1d0p0
81822025-02-28T11:54:43.016Z[ recovery-image] Feb 28 11:54:42.012 INFO O| Feb 28 11:54:42.012 INFO pool device = /dev/dsk/c2t1d0p0
81832025-02-28T11:54:43.019Z[ recovery-image] Feb 28 11:54:42.012 INFO O| Feb 28 11:54:42.012 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"]
81842025-02-28T11:54:43.253Z[ recovery-image] Feb 28 11:54:42.250 INFO O| Feb 28 11:54:42.250 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81852025-02-28T11:54:43.253Z[ recovery-image] Feb 28 11:54:42.250 INFO O| Feb 28 11:54:42.250 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
81862025-02-28T11:54:43.300Z[ recovery-image] Feb 28 11:54:42.296 INFO O| Feb 28 11:54:42.296 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
81872025-02-28T11:54:43.606Z[ recovery-image] Feb 28 11:54:42.603 INFO O| Feb 28 11:54:42.602 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
81882025-02-28T11:54:43.667Z[ recovery-image] Feb 28 11:54:42.663 INFO O| Feb 28 11:54:42.663 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
81892025-02-28T11:54:43.694Z[ recovery-image] Feb 28 11:54:42.690 INFO O| Feb 28 11:54:42.690 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
81902025-02-28T11:54:43.715Z[ recovery-image] Feb 28 11:54:42.711 INFO O| Feb 28 11:54:42.711 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81912025-02-28T11:54:43.794Z[ recovery-image] Feb 28 11:54:42.790 INFO O| Feb 28 11:54:42.790 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81922025-02-28T11:54:43.797Z[ recovery-image] Feb 28 11:54:42.790 INFO O| Feb 28 11:54:42.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81932025-02-28T11:54:43.797Z[ recovery-image] Feb 28 11:54:42.790 INFO O| Feb 28 11:54:42.790 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81942025-02-28T11:54:43.817Z[ recovery-image] Feb 28 11:54:42.813 INFO O| Feb 28 11:54:42.812 INFO boot environment UUID: 506441d0-8447-4ada-8ba3-91530cd920e1
81952025-02-28T11:54:43.817Z[ recovery-image] Feb 28 11:54:42.813 INFO O| Feb 28 11:54:42.812 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 506441d0-8447-4ada-8ba3-91530cd920e1
81962025-02-28T11:54:43.860Z[ recovery-image] Feb 28 11:54:42.856 INFO O| Feb 28 11:54:42.856 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81972025-02-28T11:54:43.961Z[ recovery-image] Feb 28 11:54:42.957 INFO O| Feb 28 11:54:42.957 INFO STEP 0 (create_be) COMPLETE
81982025-02-28T11:54:43.961Z[ recovery-image] Feb 28 11:54:42.957 INFO O| Feb 28 11:54:42.957 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81992025-02-28T11:54:44.010Z[ recovery-image] Feb 28 11:54:43.006 INFO O| Feb 28 11:54:43.006 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"]
82002025-02-28T11:54:50.928Z[ recovery-image] Feb 28 11:54:49.923 INFO O| Feb 28 11:54:49.923 INFO STEP 1 (unpack_tar) COMPLETE
82012025-02-28T11:54:50.928Z[ recovery-image] Feb 28 11:54:49.923 INFO O| Feb 28 11:54:49.923 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82022025-02-28T11:54:50.947Z[ recovery-image] Feb 28 11:54:49.942 INFO O| Feb 28 11:54:49.942 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
82032025-02-28T11:54:51.800Z[ recovery-image] Feb 28 11:54:50.793 INFO O| Feb 28 11:54:50.793 INFO STEP 2 (devfsadm) COMPLETE
82042025-02-28T11:54:51.800Z[ recovery-image] Feb 28 11:54:50.793 INFO O| Feb 28 11:54:50.793 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82052025-02-28T11:54:51.820Z[ recovery-image] Feb 28 11:54:50.815 INFO O| Feb 28 11:54:50.815 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82062025-02-28T11:54:51.820Z[ recovery-image] Feb 28 11:54:50.815 INFO O| Feb 28 11:54:50.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82072025-02-28T11:54:51.823Z[ recovery-image] Feb 28 11:54:50.815 INFO O| Feb 28 11:54:50.815 INFO STEP 3 (ensure_dir) COMPLETE
82082025-02-28T11:54:51.823Z[ recovery-image] Feb 28 11:54:50.815 INFO O| Feb 28 11:54:50.815 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82092025-02-28T11:54:51.840Z[ recovery-image] Feb 28 11:54:50.835 INFO O| Feb 28 11:54:50.835 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82102025-02-28T11:54:51.840Z[ recovery-image] Feb 28 11:54:50.835 INFO O| Feb 28 11:54:50.835 INFO STEP 4 (ensure_dir) COMPLETE
82112025-02-28T11:54:51.843Z[ recovery-image] Feb 28 11:54:50.835 INFO O| Feb 28 11:54:50.835 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82122025-02-28T11:54:51.882Z[ recovery-image] Feb 28 11:54:50.876 INFO O| Feb 28 11:54:50.876 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82132025-02-28T11:54:51.885Z[ recovery-image] Feb 28 11:54:50.876 INFO O| Feb 28 11:54:50.876 INFO STEP 5 (ensure_dir) COMPLETE
82142025-02-28T11:54:51.885Z[ recovery-image] Feb 28 11:54:50.876 INFO O| Feb 28 11:54:50.876 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82152025-02-28T11:54:51.924Z[ recovery-image] Feb 28 11:54:50.918 INFO O| Feb 28 11:54:50.918 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82162025-02-28T11:54:51.924Z[ recovery-image] Feb 28 11:54:50.918 INFO O| Feb 28 11:54:50.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82172025-02-28T11:54:51.924Z[ recovery-image] Feb 28 11:54:50.918 INFO O| Feb 28 11:54:50.918 INFO STEP 6 (ensure_dir) COMPLETE
82182025-02-28T11:54:51.927Z[ recovery-image] Feb 28 11:54:50.918 INFO O| Feb 28 11:54:50.918 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82192025-02-28T11:54:51.967Z[ recovery-image] Feb 28 11:54:50.962 INFO O| Feb 28 11:54:50.961 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82202025-02-28T11:54:51.970Z[ recovery-image] Feb 28 11:54:50.962 INFO O| Feb 28 11:54:50.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82212025-02-28T11:54:51.970Z[ recovery-image] Feb 28 11:54:50.962 INFO O| Feb 28 11:54:50.962 INFO STEP 7 (ensure_dir) COMPLETE
82222025-02-28T11:54:51.970Z[ recovery-image] Feb 28 11:54:50.962 INFO O| Feb 28 11:54:50.962 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82232025-02-28T11:54:51.996Z[ recovery-image] Feb 28 11:54:50.991 INFO O| Feb 28 11:54:50.991 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
82242025-02-28T11:54:51.999Z[ recovery-image] Feb 28 11:54:50.992 INFO O| Feb 28 11:54:50.992 INFO STEP 8 (remove_files) COMPLETE
82252025-02-28T11:54:51.999Z[ recovery-image] Feb 28 11:54:50.992 INFO O| Feb 28 11:54:50.992 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82262025-02-28T11:54:52.050Z[ recovery-image] Feb 28 11:54:51.045 INFO O| Feb 28 11:54:51.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
82272025-02-28T11:54:52.052Z[ recovery-image] Feb 28 11:54:51.046 INFO O| Feb 28 11:54:51.046 INFO STEP 9 (remove_files) COMPLETE
82282025-02-28T11:54:52.052Z[ recovery-image] Feb 28 11:54:51.046 INFO O| Feb 28 11:54:51.046 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82292025-02-28T11:54:52.091Z[ recovery-image] Feb 28 11:54:51.086 INFO O| Feb 28 11:54:51.086 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
82302025-02-28T11:54:52.094Z[ recovery-image] Feb 28 11:54:51.087 INFO O| Feb 28 11:54:51.087 INFO STEP 10 (remove_files) COMPLETE
82312025-02-28T11:54:52.094Z[ recovery-image] Feb 28 11:54:51.087 INFO O| Feb 28 11:54:51.087 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82322025-02-28T11:54:52.156Z[ recovery-image] Feb 28 11:54:51.151 INFO O| Feb 28 11:54:51.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
82332025-02-28T11:54:52.158Z[ recovery-image] Feb 28 11:54:51.151 INFO O| Feb 28 11:54:51.151 INFO STEP 11 (remove_files) COMPLETE
82342025-02-28T11:54:52.158Z[ recovery-image] Feb 28 11:54:51.151 INFO O| Feb 28 11:54:51.151 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82352025-02-28T11:54:52.176Z[ recovery-image] Feb 28 11:54:51.171 INFO O| Feb 28 11:54:51.171 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
82362025-02-28T11:54:52.179Z[ recovery-image] Feb 28 11:54:51.171 INFO O| Feb 28 11:54:51.171 INFO STEP 12 (remove_files) COMPLETE
82372025-02-28T11:54:52.179Z[ recovery-image] Feb 28 11:54:51.171 INFO O| Feb 28 11:54:51.171 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82382025-02-28T11:54:52.216Z[ recovery-image] Feb 28 11:54:51.210 INFO O| Feb 28 11:54:51.210 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82392025-02-28T11:54:52.216Z[ recovery-image] Feb 28 11:54:51.211 INFO O| Feb 28 11:54:51.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82402025-02-28T11:54:52.216Z[ recovery-image] Feb 28 11:54:51.211 INFO O| Feb 28 11:54:51.211 INFO STEP 13 (ensure_dir) COMPLETE
82412025-02-28T11:54:52.216Z[ recovery-image] Feb 28 11:54:51.211 INFO O| Feb 28 11:54:51.211 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82422025-02-28T11:54:52.278Z[ recovery-image] Feb 28 11:54:51.273 INFO O| Feb 28 11:54:51.273 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82432025-02-28T11:54:52.278Z[ recovery-image] Feb 28 11:54:51.273 INFO O| Feb 28 11:54:51.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82442025-02-28T11:54:52.281Z[ recovery-image] Feb 28 11:54:51.273 INFO O| Feb 28 11:54:51.273 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82452025-02-28T11:54:52.281Z[ recovery-image] Feb 28 11:54:51.273 INFO O| Feb 28 11:54:51.273 INFO STEP 14 (ensure_dir) COMPLETE
82462025-02-28T11:54:52.281Z[ recovery-image] Feb 28 11:54:51.273 INFO O| Feb 28 11:54:51.273 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82472025-02-28T11:54:52.298Z[ recovery-image] Feb 28 11:54:51.293 INFO O| Feb 28 11:54:51.293 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82482025-02-28T11:54:52.298Z[ recovery-image] Feb 28 11:54:51.293 INFO O| Feb 28 11:54:51.293 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82492025-02-28T11:54:52.299Z[ recovery-image] Feb 28 11:54:51.293 INFO O| Feb 28 11:54:51.293 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82502025-02-28T11:54:52.302Z[ recovery-image] Feb 28 11:54:51.293 INFO O| Feb 28 11:54:51.293 INFO STEP 15 (ensure_dir) COMPLETE
82512025-02-28T11:54:52.302Z[ recovery-image] Feb 28 11:54:51.293 INFO O| Feb 28 11:54:51.293 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82522025-02-28T11:54:52.318Z[ recovery-image] Feb 28 11:54:51.313 INFO O| Feb 28 11:54:51.313 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82532025-02-28T11:54:52.318Z[ recovery-image] Feb 28 11:54:51.313 INFO O| Feb 28 11:54:51.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82542025-02-28T11:54:52.318Z[ recovery-image] Feb 28 11:54:51.313 INFO O| Feb 28 11:54:51.313 INFO STEP 16 (ensure_dir) COMPLETE
82552025-02-28T11:54:52.321Z[ recovery-image] Feb 28 11:54:51.313 INFO O| Feb 28 11:54:51.313 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82562025-02-28T11:54:52.338Z[ recovery-image] Feb 28 11:54:51.333 INFO O| Feb 28 11:54:51.333 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82572025-02-28T11:54:52.338Z[ recovery-image] Feb 28 11:54:51.333 INFO O| Feb 28 11:54:51.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82582025-02-28T11:54:52.338Z[ recovery-image] Feb 28 11:54:51.333 INFO O| Feb 28 11:54:51.333 INFO STEP 17 (ensure_dir) COMPLETE
82592025-02-28T11:54:52.341Z[ recovery-image] Feb 28 11:54:51.333 INFO O| Feb 28 11:54:51.333 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82602025-02-28T11:54:52.359Z[ recovery-image] Feb 28 11:54:51.354 INFO O| Feb 28 11:54:51.354 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82612025-02-28T11:54:52.359Z[ recovery-image] Feb 28 11:54:51.354 INFO O| Feb 28 11:54:51.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
82622025-02-28T11:54:52.359Z[ recovery-image] Feb 28 11:54:51.354 INFO O| Feb 28 11:54:51.354 INFO ok!
82632025-02-28T11:54:52.362Z[ recovery-image] Feb 28 11:54:51.354 INFO O| Feb 28 11:54:51.354 INFO STEP 18 (ensure_symlink) COMPLETE
82642025-02-28T11:54:52.362Z[ recovery-image] Feb 28 11:54:51.354 INFO O| Feb 28 11:54:51.354 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82652025-02-28T11:54:52.382Z[ recovery-image] Feb 28 11:54:51.376 INFO O| Feb 28 11:54:51.376 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
82662025-02-28T11:54:52.382Z[ recovery-image] Feb 28 11:54:51.376 INFO O| Feb 28 11:54:51.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
82672025-02-28T11:54:52.384Z[ recovery-image] Feb 28 11:54:51.376 INFO O| Feb 28 11:54:51.376 INFO ok!
82682025-02-28T11:54:52.384Z[ recovery-image] Feb 28 11:54:51.376 INFO O| Feb 28 11:54:51.376 INFO STEP 19 (ensure_file) COMPLETE
82692025-02-28T11:54:52.384Z[ recovery-image] Feb 28 11:54:51.376 INFO O| Feb 28 11:54:51.376 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82702025-02-28T11:54:52.422Z[ recovery-image] Feb 28 11:54:51.417 INFO O| Feb 28 11:54:51.417 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82712025-02-28T11:54:52.422Z[ recovery-image] Feb 28 11:54:51.417 INFO O| Feb 28 11:54:51.417 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82722025-02-28T11:54:52.425Z[ recovery-image] Feb 28 11:54:51.417 INFO O| Feb 28 11:54:51.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
82732025-02-28T11:54:52.425Z[ recovery-image] Feb 28 11:54:51.417 INFO O| Feb 28 11:54:51.417 INFO ok!
82742025-02-28T11:54:52.425Z[ recovery-image] Feb 28 11:54:51.417 INFO O| Feb 28 11:54:51.417 INFO STEP 20 (ensure_symlink) COMPLETE
82752025-02-28T11:54:52.425Z[ recovery-image] Feb 28 11:54:51.418 INFO O| Feb 28 11:54:51.418 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82762025-02-28T11:54:52.483Z[ recovery-image] Feb 28 11:54:51.478 INFO O| Feb 28 11:54:51.478 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82772025-02-28T11:54:52.483Z[ recovery-image] Feb 28 11:54:51.478 INFO O| Feb 28 11:54:51.478 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82782025-02-28T11:54:52.486Z[ recovery-image] Feb 28 11:54:51.478 INFO O| Feb 28 11:54:51.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82792025-02-28T11:54:52.486Z[ recovery-image] Feb 28 11:54:51.478 INFO O| Feb 28 11:54:51.478 INFO ok!
82802025-02-28T11:54:52.486Z[ recovery-image] Feb 28 11:54:51.478 INFO O| Feb 28 11:54:51.478 INFO STEP 21 (ensure_symlink) COMPLETE
82812025-02-28T11:54:52.486Z[ recovery-image] Feb 28 11:54:51.478 INFO O| Feb 28 11:54:51.478 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82822025-02-28T11:54:52.505Z[ recovery-image] Feb 28 11:54:51.499 INFO O| Feb 28 11:54:51.499 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82832025-02-28T11:54:52.505Z[ recovery-image] Feb 28 11:54:51.499 INFO O| Feb 28 11:54:51.499 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82842025-02-28T11:54:52.507Z[ recovery-image] Feb 28 11:54:51.500 INFO O| Feb 28 11:54:51.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82852025-02-28T11:54:52.507Z[ recovery-image] Feb 28 11:54:51.500 INFO O| Feb 28 11:54:51.500 INFO ok!
82862025-02-28T11:54:52.507Z[ recovery-image] Feb 28 11:54:51.500 INFO O| Feb 28 11:54:51.500 INFO STEP 22 (ensure_symlink) COMPLETE
82872025-02-28T11:54:52.508Z[ recovery-image] Feb 28 11:54:51.500 INFO O| Feb 28 11:54:51.500 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82882025-02-28T11:54:52.525Z[ recovery-image] Feb 28 11:54:51.520 INFO O| Feb 28 11:54:51.520 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82892025-02-28T11:54:52.525Z[ recovery-image] Feb 28 11:54:51.520 INFO O| Feb 28 11:54:51.520 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82902025-02-28T11:54:52.525Z[ recovery-image] Feb 28 11:54:51.520 INFO O| Feb 28 11:54:51.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82912025-02-28T11:54:52.528Z[ recovery-image] Feb 28 11:54:51.520 INFO O| Feb 28 11:54:51.520 INFO ok!
82922025-02-28T11:54:52.528Z[ recovery-image] Feb 28 11:54:51.520 INFO O| Feb 28 11:54:51.520 INFO STEP 23 (ensure_symlink) COMPLETE
82932025-02-28T11:54:52.528Z[ recovery-image] Feb 28 11:54:51.520 INFO O| Feb 28 11:54:51.520 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82942025-02-28T11:54:52.545Z[ recovery-image] Feb 28 11:54:51.540 INFO O| Feb 28 11:54:51.540 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82952025-02-28T11:54:52.545Z[ recovery-image] Feb 28 11:54:51.540 INFO O| Feb 28 11:54:51.540 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 ...
82962025-02-28T11:54:52.548Z[ recovery-image] Feb 28 11:54:51.540 INFO O| Feb 28 11:54:51.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82972025-02-28T11:54:52.548Z[ recovery-image] Feb 28 11:54:51.540 INFO O| Feb 28 11:54:51.540 INFO ok!
82982025-02-28T11:54:52.548Z[ recovery-image] Feb 28 11:54:51.540 INFO O| Feb 28 11:54:51.540 INFO STEP 24 (ensure_file) COMPLETE
82992025-02-28T11:54:52.548Z[ recovery-image] Feb 28 11:54:51.540 INFO O| Feb 28 11:54:51.540 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83002025-02-28T11:54:52.590Z[ recovery-image] Feb 28 11:54:51.585 INFO O| Feb 28 11:54:51.585 INFO updating shadow file
83012025-02-28T11:54:52.593Z[ recovery-image] Feb 28 11:54:51.585 INFO O| Feb 28 11:54:51.585 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83022025-02-28T11:54:52.593Z[ recovery-image] Feb 28 11:54:51.585 INFO O| Feb 28 11:54:51.585 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83032025-02-28T11:54:52.593Z[ recovery-image] Feb 28 11:54:51.586 INFO O| Feb 28 11:54:51.585 INFO STEP 25 (shadow) COMPLETE
83042025-02-28T11:54:52.593Z[ recovery-image] Feb 28 11:54:51.586 INFO O| Feb 28 11:54:51.586 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83052025-02-28T11:54:52.614Z[ recovery-image] Feb 28 11:54:51.608 INFO O| Feb 28 11:54:51.608 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83062025-02-28T11:54:52.614Z[ recovery-image] Feb 28 11:54:51.609 INFO O| Feb 28 11:54:51.608 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
83072025-02-28T11:54:52.617Z[ recovery-image] Feb 28 11:54:51.609 INFO O| Feb 28 11:54:51.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
83082025-02-28T11:54:52.617Z[ recovery-image] Feb 28 11:54:51.609 INFO O| Feb 28 11:54:51.609 INFO ok!
83092025-02-28T11:54:52.617Z[ recovery-image] Feb 28 11:54:51.609 INFO O| Feb 28 11:54:51.609 INFO STEP 26 (ensure_file) COMPLETE
83102025-02-28T11:54:52.617Z[ recovery-image] Feb 28 11:54:51.609 INFO O| Feb 28 11:54:51.609 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83112025-02-28T11:54:52.651Z[ recovery-image] Feb 28 11:54:51.646 INFO O| Feb 28 11:54:51.646 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
83122025-02-28T11:54:52.651Z[ recovery-image] Feb 28 11:54:51.646 INFO O| Feb 28 11:54:51.646 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
83132025-02-28T11:54:52.651Z[ recovery-image] Feb 28 11:54:51.646 INFO O| Feb 28 11:54:51.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
83142025-02-28T11:54:52.654Z[ recovery-image] Feb 28 11:54:51.646 INFO O| Feb 28 11:54:51.646 INFO ok!
83152025-02-28T11:54:52.654Z[ recovery-image] Feb 28 11:54:51.646 INFO O| Feb 28 11:54:51.646 INFO STEP 27 (ensure_file) COMPLETE
83162025-02-28T11:54:52.654Z[ recovery-image] Feb 28 11:54:51.646 INFO O| Feb 28 11:54:51.646 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83172025-02-28T11:54:52.698Z[ recovery-image] Feb 28 11:54:51.693 INFO O| Feb 28 11:54:51.693 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83182025-02-28T11:54:52.698Z[ recovery-image] Feb 28 11:54:51.693 INFO O| Feb 28 11:54:51.693 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
83192025-02-28T11:54:52.701Z[ recovery-image] Feb 28 11:54:51.693 INFO O| Feb 28 11:54:51.693 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83202025-02-28T11:54:52.701Z[ recovery-image] Feb 28 11:54:51.693 INFO O| Feb 28 11:54:51.693 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83212025-02-28T11:54:52.701Z[ recovery-image] Feb 28 11:54:51.693 INFO O| Feb 28 11:54:51.693 INFO ok!
83222025-02-28T11:54:52.701Z[ recovery-image] Feb 28 11:54:51.694 INFO O| Feb 28 11:54:51.694 INFO STEP 28 (ensure_file) COMPLETE
83232025-02-28T11:54:52.701Z[ recovery-image] Feb 28 11:54:51.694 INFO O| Feb 28 11:54:51.694 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83242025-02-28T11:54:52.720Z[ recovery-image] Feb 28 11:54:51.715 INFO O| Feb 28 11:54:51.715 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
83252025-02-28T11:54:52.720Z[ recovery-image] Feb 28 11:54:51.715 INFO O| Feb 28 11:54:51.715 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
83262025-02-28T11:54:52.720Z[ recovery-image] Feb 28 11:54:51.715 INFO O| Feb 28 11:54:51.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
83272025-02-28T11:54:52.723Z[ recovery-image] Feb 28 11:54:51.715 INFO O| Feb 28 11:54:51.715 INFO ok!
83282025-02-28T11:54:52.723Z[ recovery-image] Feb 28 11:54:51.715 INFO O| Feb 28 11:54:51.715 INFO STEP 29 (ensure_file) COMPLETE
83292025-02-28T11:54:52.723Z[ recovery-image] Feb 28 11:54:51.715 INFO O| Feb 28 11:54:51.715 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83302025-02-28T11:54:52.741Z[ recovery-image] Feb 28 11:54:51.735 INFO O| Feb 28 11:54:51.735 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
83312025-02-28T11:54:52.741Z[ recovery-image] Feb 28 11:54:51.736 INFO O| Feb 28 11:54:51.735 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
83322025-02-28T11:54:52.741Z[ recovery-image] Feb 28 11:54:51.736 INFO O| Feb 28 11:54:51.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
83332025-02-28T11:54:52.743Z[ recovery-image] Feb 28 11:54:51.736 INFO O| Feb 28 11:54:51.736 INFO ok!
83342025-02-28T11:54:52.743Z[ recovery-image] Feb 28 11:54:51.736 INFO O| Feb 28 11:54:51.736 INFO STEP 30 (ensure_file) COMPLETE
83352025-02-28T11:54:52.743Z[ recovery-image] Feb 28 11:54:51.736 INFO O| Feb 28 11:54:51.736 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83362025-02-28T11:54:52.773Z[ recovery-image] Feb 28 11:54:51.768 INFO O| Feb 28 11:54:51.768 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83372025-02-28T11:54:52.773Z[ recovery-image] Feb 28 11:54:51.768 INFO O| Feb 28 11:54:51.768 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
83382025-02-28T11:54:52.776Z[ recovery-image] Feb 28 11:54:51.768 INFO O| Feb 28 11:54:51.768 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83392025-02-28T11:54:52.776Z[ recovery-image] Feb 28 11:54:51.768 INFO O| Feb 28 11:54:51.768 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83402025-02-28T11:54:52.776Z[ recovery-image] Feb 28 11:54:51.768 INFO O| Feb 28 11:54:51.768 INFO ok!
83412025-02-28T11:54:52.776Z[ recovery-image] Feb 28 11:54:51.768 INFO O| Feb 28 11:54:51.768 INFO STEP 31 (ensure_file) COMPLETE
83422025-02-28T11:54:52.776Z[ recovery-image] Feb 28 11:54:51.768 INFO O| Feb 28 11:54:51.768 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83432025-02-28T11:54:52.793Z[ recovery-image] Feb 28 11:54:51.787 INFO O| Feb 28 11:54:51.787 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83442025-02-28T11:54:52.793Z[ recovery-image] Feb 28 11:54:51.787 INFO O| Feb 28 11:54:51.787 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
83452025-02-28T11:54:52.796Z[ recovery-image] Feb 28 11:54:51.788 INFO O| Feb 28 11:54:51.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
83462025-02-28T11:54:52.796Z[ recovery-image] Feb 28 11:54:51.788 INFO O| Feb 28 11:54:51.788 INFO ok!
83472025-02-28T11:54:52.796Z[ recovery-image] Feb 28 11:54:51.788 INFO O| Feb 28 11:54:51.788 INFO STEP 32 (ensure_file) COMPLETE
83482025-02-28T11:54:52.796Z[ recovery-image] Feb 28 11:54:51.788 INFO O| Feb 28 11:54:51.788 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83492025-02-28T11:54:52.812Z[ recovery-image] Feb 28 11:54:51.807 INFO O| Feb 28 11:54:51.807 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83502025-02-28T11:54:52.815Z[ recovery-image] Feb 28 11:54:51.807 INFO O| Feb 28 11:54:51.807 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
83512025-02-28T11:54:52.815Z[ recovery-image] Feb 28 11:54:51.807 INFO O| Feb 28 11:54:51.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
83522025-02-28T11:54:52.815Z[ recovery-image] Feb 28 11:54:51.807 INFO O| Feb 28 11:54:51.807 INFO ok!
83532025-02-28T11:54:52.815Z[ recovery-image] Feb 28 11:54:51.807 INFO O| Feb 28 11:54:51.807 INFO STEP 33 (ensure_file) COMPLETE
83542025-02-28T11:54:52.815Z[ recovery-image] Feb 28 11:54:51.807 INFO O| Feb 28 11:54:51.807 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83552025-02-28T11:54:52.838Z[ recovery-image] Feb 28 11:54:51.833 INFO O| Feb 28 11:54:51.833 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
83562025-02-28T11:54:52.839Z[ recovery-image] Feb 28 11:54:51.833 INFO O| Feb 28 11:54:51.833 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
83572025-02-28T11:54:52.841Z[ recovery-image] Feb 28 11:54:51.834 INFO O| Feb 28 11:54:51.833 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83582025-02-28T11:54:52.841Z[ recovery-image] Feb 28 11:54:51.834 INFO O| Feb 28 11:54:51.834 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83592025-02-28T11:54:52.841Z[ recovery-image] Feb 28 11:54:51.834 INFO O| Feb 28 11:54:51.834 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83602025-02-28T11:54:52.841Z[ recovery-image] Feb 28 11:54:51.834 INFO O| Feb 28 11:54:51.834 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83612025-02-28T11:54:52.841Z[ recovery-image] Feb 28 11:54:51.834 INFO O| Feb 28 11:54:51.834 INFO ok!
83622025-02-28T11:54:52.841Z[ recovery-image] Feb 28 11:54:51.834 INFO O| Feb 28 11:54:51.834 INFO STEP 34 (ensure_file) COMPLETE
83632025-02-28T11:54:52.841Z[ recovery-image] Feb 28 11:54:51.834 INFO O| Feb 28 11:54:51.834 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83642025-02-28T11:54:52.873Z[ recovery-image] Feb 28 11:54:51.868 INFO O| Feb 28 11:54:51.868 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83652025-02-28T11:54:52.876Z[ recovery-image] Feb 28 11:54:51.868 INFO O| Feb 28 11:54:51.868 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83662025-02-28T11:54:52.876Z[ recovery-image] Feb 28 11:54:51.868 INFO O| Feb 28 11:54:51.868 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83672025-02-28T11:54:52.876Z[ recovery-image] Feb 28 11:54:51.868 INFO O| Feb 28 11:54:51.868 INFO STEP 35 (ensure_dir) COMPLETE
83682025-02-28T11:54:52.876Z[ recovery-image] Feb 28 11:54:51.868 INFO O| Feb 28 11:54:51.868 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83692025-02-28T11:54:52.911Z[ recovery-image] Feb 28 11:54:51.905 INFO O| Feb 28 11:54:51.905 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
83702025-02-28T11:54:52.911Z[ recovery-image] Feb 28 11:54:51.905 INFO O| Feb 28 11:54:51.905 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 ...
83712025-02-28T11:54:52.913Z[ recovery-image] Feb 28 11:54:51.906 INFO O| Feb 28 11:54:51.905 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
83722025-02-28T11:54:52.914Z[ recovery-image] Feb 28 11:54:51.906 INFO O| Feb 28 11:54:51.906 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
83732025-02-28T11:54:52.914Z[ recovery-image] Feb 28 11:54:51.906 INFO O| Feb 28 11:54:51.906 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
83742025-02-28T11:54:52.914Z[ recovery-image] Feb 28 11:54:51.906 INFO O| Feb 28 11:54:51.906 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
83752025-02-28T11:54:52.914Z[ recovery-image] Feb 28 11:54:51.906 INFO O| Feb 28 11:54:51.906 INFO ok!
83762025-02-28T11:54:52.914Z[ recovery-image] Feb 28 11:54:51.906 INFO O| Feb 28 11:54:51.906 INFO STEP 36 (ensure_file) COMPLETE
83772025-02-28T11:54:52.914Z[ recovery-image] Feb 28 11:54:51.906 INFO O| Feb 28 11:54:51.906 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83782025-02-28T11:54:52.955Z[ recovery-image] Feb 28 11:54:51.950 INFO O| Feb 28 11:54:51.950 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83792025-02-28T11:54:52.955Z[ recovery-image] Feb 28 11:54:51.950 INFO O| Feb 28 11:54:51.950 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 ...
83802025-02-28T11:54:52.955Z[ recovery-image] Feb 28 11:54:51.950 INFO O| Feb 28 11:54:51.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83812025-02-28T11:54:52.956Z[ recovery-image] Feb 28 11:54:51.950 INFO O| Feb 28 11:54:51.950 INFO ok!
83822025-02-28T11:54:52.959Z[ recovery-image] Feb 28 11:54:51.950 INFO O| Feb 28 11:54:51.950 INFO STEP 37 (ensure_symlink) COMPLETE
83832025-02-28T11:54:52.959Z[ recovery-image] Feb 28 11:54:51.950 INFO O| Feb 28 11:54:51.950 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83842025-02-28T11:54:52.977Z[ recovery-image] Feb 28 11:54:51.971 INFO O| Feb 28 11:54:51.971 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83852025-02-28T11:54:52.977Z[ recovery-image] Feb 28 11:54:51.971 INFO O| Feb 28 11:54:51.971 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83862025-02-28T11:54:52.977Z[ recovery-image] Feb 28 11:54:51.971 INFO O| Feb 28 11:54:51.971 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83872025-02-28T11:54:52.977Z[ recovery-image] Feb 28 11:54:51.971 INFO O| Feb 28 11:54:51.971 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83882025-02-28T11:54:52.980Z[ recovery-image] Feb 28 11:54:51.971 INFO O| Feb 28 11:54:51.971 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83892025-02-28T11:54:52.980Z[ recovery-image] Feb 28 11:54:51.971 INFO O| Feb 28 11:54:51.971 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83902025-02-28T11:54:52.980Z[ recovery-image] Feb 28 11:54:51.971 INFO O| Feb 28 11:54:51.971 INFO ok!
83912025-02-28T11:54:52.980Z[ recovery-image] Feb 28 11:54:51.971 INFO O| Feb 28 11:54:51.971 INFO STEP 38 (ensure_file) COMPLETE
83922025-02-28T11:54:52.980Z[ recovery-image] Feb 28 11:54:51.972 INFO O| Feb 28 11:54:51.972 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83932025-02-28T11:54:53.005Z[ recovery-image] Feb 28 11:54:51.999 INFO O| Feb 28 11:54:51.999 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83942025-02-28T11:54:53.005Z[ recovery-image] Feb 28 11:54:51.999 INFO O| Feb 28 11:54:51.999 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 ...
83952025-02-28T11:54:53.008Z[ recovery-image] Feb 28 11:54:51.999 INFO O| Feb 28 11:54:51.999 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
83962025-02-28T11:54:53.008Z[ recovery-image] Feb 28 11:54:51.999 INFO O| Feb 28 11:54:51.999 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83972025-02-28T11:54:53.008Z[ recovery-image] Feb 28 11:54:51.999 INFO O| Feb 28 11:54:51.999 INFO ok!
83982025-02-28T11:54:53.008Z[ recovery-image] Feb 28 11:54:52.000 INFO O| Feb 28 11:54:51.999 INFO STEP 39 (ensure_file) COMPLETE
83992025-02-28T11:54:53.008Z[ recovery-image] Feb 28 11:54:52.000 INFO O| Feb 28 11:54:52.000 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84002025-02-28T11:54:53.062Z[ recovery-image] Feb 28 11:54:52.057 INFO O| Feb 28 11:54:52.056 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
84012025-02-28T11:54:53.062Z[ recovery-image] Feb 28 11:54:52.057 INFO O| Feb 28 11:54:52.056 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
84022025-02-28T11:54:53.062Z[ recovery-image] Feb 28 11:54:52.057 INFO O| Feb 28 11:54:52.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
84032025-02-28T11:54:53.065Z[ recovery-image] Feb 28 11:54:52.057 INFO O| Feb 28 11:54:52.057 INFO ok!
84042025-02-28T11:54:53.065Z[ recovery-image] Feb 28 11:54:52.057 INFO O| Feb 28 11:54:52.057 INFO STEP 40 (ensure_file) COMPLETE
84052025-02-28T11:54:53.065Z[ recovery-image] Feb 28 11:54:52.057 INFO O| Feb 28 11:54:52.057 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84062025-02-28T11:54:53.086Z[ recovery-image] Feb 28 11:54:52.081 INFO O| Feb 28 11:54:52.080 INFO updating shadow file
84072025-02-28T11:54:53.086Z[ recovery-image] Feb 28 11:54:52.081 INFO O| Feb 28 11:54:52.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
84082025-02-28T11:54:53.086Z[ recovery-image] Feb 28 11:54:52.081 INFO O| Feb 28 11:54:52.081 INFO STEP 41 (shadow) COMPLETE
84092025-02-28T11:54:53.090Z[ recovery-image] Feb 28 11:54:52.081 INFO O| Feb 28 11:54:52.081 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84102025-02-28T11:54:53.106Z[ recovery-image] Feb 28 11:54:52.101 INFO O| Feb 28 11:54:52.101 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84112025-02-28T11:54:53.107Z[ recovery-image] Feb 28 11:54:52.101 INFO O| Feb 28 11:54:52.101 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
84122025-02-28T11:54:53.109Z[ recovery-image] Feb 28 11:54:52.101 INFO O| Feb 28 11:54:52.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84132025-02-28T11:54:53.109Z[ recovery-image] Feb 28 11:54:52.101 INFO O| Feb 28 11:54:52.101 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84142025-02-28T11:54:53.109Z[ recovery-image] Feb 28 11:54:52.101 INFO O| Feb 28 11:54:52.101 INFO ok!
84152025-02-28T11:54:53.109Z[ recovery-image] Feb 28 11:54:52.102 INFO O| Feb 28 11:54:52.101 INFO STEP 42 (ensure_file) COMPLETE
84162025-02-28T11:54:53.109Z[ recovery-image] Feb 28 11:54:52.102 INFO O| Feb 28 11:54:52.102 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84172025-02-28T11:54:53.127Z[ recovery-image] Feb 28 11:54:52.121 INFO O| Feb 28 11:54:52.121 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
84182025-02-28T11:54:53.127Z[ recovery-image] Feb 28 11:54:52.121 INFO O| Feb 28 11:54:52.121 INFO STEP 43 (ensure_dir) COMPLETE
84192025-02-28T11:54:53.129Z[ recovery-image] Feb 28 11:54:52.121 INFO O| Feb 28 11:54:52.121 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84202025-02-28T11:54:53.153Z[ recovery-image] Feb 28 11:54:52.148 INFO O| Feb 28 11:54:52.148 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84212025-02-28T11:54:53.154Z[ recovery-image] Feb 28 11:54:52.148 INFO O| Feb 28 11:54:52.148 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84222025-02-28T11:54:53.154Z[ recovery-image] Feb 28 11:54:52.148 INFO O| Feb 28 11:54:52.148 INFO STEP 44 (ensure_dir) COMPLETE
84232025-02-28T11:54:53.156Z[ recovery-image] Feb 28 11:54:52.148 INFO O| Feb 28 11:54:52.148 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84242025-02-28T11:54:53.187Z[ recovery-image] Feb 28 11:54:52.182 INFO O| Feb 28 11:54:52.182 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84252025-02-28T11:54:53.187Z[ recovery-image] Feb 28 11:54:52.182 INFO O| Feb 28 11:54:52.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84262025-02-28T11:54:53.190Z[ recovery-image] Feb 28 11:54:52.182 INFO O| Feb 28 11:54:52.182 INFO STEP 45 (ensure_dir) COMPLETE
84272025-02-28T11:54:53.190Z[ recovery-image] Feb 28 11:54:52.182 INFO O| Feb 28 11:54:52.182 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84282025-02-28T11:54:53.223Z[ recovery-image] Feb 28 11:54:52.218 INFO O| Feb 28 11:54:52.218 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84292025-02-28T11:54:53.223Z[ recovery-image] Feb 28 11:54:52.218 INFO O| Feb 28 11:54:52.218 INFO copying /tmp/.tmpX0wZ8Q/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
84302025-02-28T11:54:53.299Z[ recovery-image] Feb 28 11:54:52.294 INFO O| Feb 28 11:54:52.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
84312025-02-28T11:54:53.299Z[ recovery-image] Feb 28 11:54:52.294 INFO O| Feb 28 11:54:52.294 INFO ok!
84322025-02-28T11:54:53.302Z[ recovery-image] Feb 28 11:54:52.294 INFO O| Feb 28 11:54:52.294 INFO STEP 46 (ensure_file) COMPLETE
84332025-02-28T11:54:53.302Z[ recovery-image] Feb 28 11:54:52.294 INFO O| Feb 28 11:54:52.294 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84342025-02-28T11:54:53.319Z[ recovery-image] Feb 28 11:54:52.313 INFO O| Feb 28 11:54:52.313 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84352025-02-28T11:54:53.319Z[ recovery-image] Feb 28 11:54:52.313 INFO O| Feb 28 11:54:52.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84362025-02-28T11:54:53.322Z[ recovery-image] Feb 28 11:54:52.313 INFO O| Feb 28 11:54:52.313 INFO STEP 47 (ensure_dir) COMPLETE
84372025-02-28T11:54:53.322Z[ recovery-image] Feb 28 11:54:52.314 INFO O| Feb 28 11:54:52.313 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84382025-02-28T11:54:53.350Z[ recovery-image] Feb 28 11:54:52.344 INFO O| Feb 28 11:54:52.344 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84392025-02-28T11:54:53.350Z[ recovery-image] Feb 28 11:54:52.345 INFO O| Feb 28 11:54:52.344 INFO copying /tmp/.tmpX0wZ8Q/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84402025-02-28T11:54:53.353Z[ recovery-image] Feb 28 11:54:52.345 INFO O| Feb 28 11:54:52.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
84412025-02-28T11:54:53.353Z[ recovery-image] Feb 28 11:54:52.345 INFO O| Feb 28 11:54:52.345 INFO ok!
84422025-02-28T11:54:53.353Z[ recovery-image] Feb 28 11:54:52.345 INFO O| Feb 28 11:54:52.345 INFO STEP 48 (ensure_file) COMPLETE
84432025-02-28T11:54:53.353Z[ recovery-image] Feb 28 11:54:52.345 INFO O| Feb 28 11:54:52.345 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84442025-02-28T11:54:53.389Z[ recovery-image] Feb 28 11:54:52.383 INFO O| Feb 28 11:54:52.383 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84452025-02-28T11:54:53.391Z[ recovery-image] Feb 28 11:54:52.383 INFO O| Feb 28 11:54:52.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84462025-02-28T11:54:53.391Z[ recovery-image] Feb 28 11:54:52.383 INFO O| Feb 28 11:54:52.383 INFO STEP 49 (ensure_dir) COMPLETE
84472025-02-28T11:54:53.391Z[ recovery-image] Feb 28 11:54:52.384 INFO O| Feb 28 11:54:52.383 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84482025-02-28T11:54:53.409Z[ recovery-image] Feb 28 11:54:52.403 INFO O| Feb 28 11:54:52.403 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84492025-02-28T11:54:53.409Z[ recovery-image] Feb 28 11:54:52.403 INFO O| Feb 28 11:54:52.403 INFO copying /tmp/.tmpX0wZ8Q/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84502025-02-28T11:54:55.309Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
84512025-02-28T11:54:55.334Z[ recovery-image] Feb 28 11:54:54.329 INFO O| Feb 28 11:54:54.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84522025-02-28T11:54:55.334Z[ recovery-image] Feb 28 11:54:54.329 INFO O| Feb 28 11:54:54.329 INFO ok!
84532025-02-28T11:54:55.335Z[ recovery-image] Feb 28 11:54:54.329 INFO O| Feb 28 11:54:54.329 INFO STEP 50 (ensure_file) COMPLETE
84542025-02-28T11:54:55.337Z[ recovery-image] Feb 28 11:54:54.329 INFO O| Feb 28 11:54:54.329 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84552025-02-28T11:54:55.364Z[ recovery-image] Feb 28 11:54:54.350 INFO O| Feb 28 11:54:54.350 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84562025-02-28T11:54:55.364Z[ recovery-image] Feb 28 11:54:54.350 INFO O| Feb 28 11:54:54.350 INFO copying /tmp/.tmpX0wZ8Q/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84572025-02-28T11:54:55.402Z[ recovery-image] Feb 28 11:54:54.397 INFO O| Feb 28 11:54:54.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84582025-02-28T11:54:55.402Z[ recovery-image] Feb 28 11:54:54.397 INFO O| Feb 28 11:54:54.397 INFO ok!
84592025-02-28T11:54:55.405Z[ recovery-image] Feb 28 11:54:54.397 INFO O| Feb 28 11:54:54.397 INFO STEP 51 (ensure_file) COMPLETE
84602025-02-28T11:54:55.405Z[ recovery-image] Feb 28 11:54:54.397 INFO O| Feb 28 11:54:54.397 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84612025-02-28T11:54:55.430Z[ recovery-image] Feb 28 11:54:54.423 INFO O| Feb 28 11:54:54.423 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84622025-02-28T11:54:55.430Z[ recovery-image] Feb 28 11:54:54.423 INFO O| Feb 28 11:54:54.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84632025-02-28T11:54:55.430Z[ recovery-image] Feb 28 11:54:54.423 INFO O| Feb 28 11:54:54.423 INFO STEP 52 (ensure_dir) COMPLETE
84642025-02-28T11:54:55.432Z[ recovery-image] Feb 28 11:54:54.423 INFO O| Feb 28 11:54:54.423 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84652025-02-28T11:54:55.521Z[ recovery-image] Feb 28 11:54:54.515 INFO O| Feb 28 11:54:54.515 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84662025-02-28T11:54:55.521Z[ recovery-image] Feb 28 11:54:54.515 INFO O| Feb 28 11:54:54.515 INFO copying /tmp/.tmpX0wZ8Q/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 ...
84672025-02-28T11:54:55.524Z[ recovery-image] Feb 28 11:54:54.515 INFO O| Feb 28 11:54:54.515 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
84682025-02-28T11:54:55.524Z[ recovery-image] Feb 28 11:54:54.515 INFO O| Feb 28 11:54:54.515 INFO ok!
84692025-02-28T11:54:55.524Z[ recovery-image] Feb 28 11:54:54.515 INFO O| Feb 28 11:54:54.515 INFO STEP 53 (ensure_file) COMPLETE
84702025-02-28T11:54:55.524Z[ recovery-image] Feb 28 11:54:54.515 INFO O| Feb 28 11:54:54.515 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84712025-02-28T11:54:55.542Z[ recovery-image] Feb 28 11:54:54.537 INFO O| Feb 28 11:54:54.536 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
84722025-02-28T11:54:55.542Z[ recovery-image] Feb 28 11:54:54.537 INFO O| Feb 28 11:54:54.536 INFO copying /tmp/.tmpX0wZ8Q/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 ...
84732025-02-28T11:54:55.545Z[ recovery-image] Feb 28 11:54:54.537 INFO O| Feb 28 11:54:54.537 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
84742025-02-28T11:54:55.545Z[ recovery-image] Feb 28 11:54:54.537 INFO O| Feb 28 11:54:54.537 INFO ok!
84752025-02-28T11:54:55.545Z[ recovery-image] Feb 28 11:54:54.537 INFO O| Feb 28 11:54:54.537 INFO STEP 54 (ensure_file) COMPLETE
84762025-02-28T11:54:55.545Z[ recovery-image] Feb 28 11:54:54.537 INFO O| Feb 28 11:54:54.537 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84772025-02-28T11:54:55.571Z[ recovery-image] Feb 28 11:54:54.557 INFO O| Feb 28 11:54:54.557 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84782025-02-28T11:54:55.572Z[ recovery-image] Feb 28 11:54:54.557 INFO O| Feb 28 11:54:54.557 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84792025-02-28T11:54:55.572Z[ recovery-image] Feb 28 11:54:54.557 INFO O| Feb 28 11:54:54.557 INFO STEP 55 (ensure_dir) COMPLETE
84802025-02-28T11:54:55.572Z[ recovery-image] Feb 28 11:54:54.557 INFO O| Feb 28 11:54:54.557 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84812025-02-28T11:54:55.582Z[ recovery-image] Feb 28 11:54:54.576 INFO O| Feb 28 11:54:54.576 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84822025-02-28T11:54:55.582Z[ recovery-image] Feb 28 11:54:54.576 INFO O| Feb 28 11:54:54.576 INFO copying /tmp/.tmpX0wZ8Q/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 ...
84832025-02-28T11:54:55.585Z[ recovery-image] Feb 28 11:54:54.576 INFO O| Feb 28 11:54:54.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84842025-02-28T11:54:55.585Z[ recovery-image] Feb 28 11:54:54.576 INFO O| Feb 28 11:54:54.576 INFO ok!
84852025-02-28T11:54:55.585Z[ recovery-image] Feb 28 11:54:54.576 INFO O| Feb 28 11:54:54.576 INFO STEP 56 (ensure_file) COMPLETE
84862025-02-28T11:54:55.585Z[ recovery-image] Feb 28 11:54:54.576 INFO O| Feb 28 11:54:54.576 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84872025-02-28T11:54:55.603Z[ recovery-image] Feb 28 11:54:54.597 INFO O| Feb 28 11:54:54.597 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84882025-02-28T11:54:55.603Z[ recovery-image] Feb 28 11:54:54.597 INFO O| Feb 28 11:54:54.597 INFO copying /tmp/.tmpX0wZ8Q/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 ...
84892025-02-28T11:54:55.606Z[ recovery-image] Feb 28 11:54:54.598 INFO O| Feb 28 11:54:54.598 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
84902025-02-28T11:54:55.606Z[ recovery-image] Feb 28 11:54:54.598 INFO O| Feb 28 11:54:54.598 INFO ok!
84912025-02-28T11:54:55.606Z[ recovery-image] Feb 28 11:54:54.598 INFO O| Feb 28 11:54:54.598 INFO STEP 57 (ensure_file) COMPLETE
84922025-02-28T11:54:55.606Z[ recovery-image] Feb 28 11:54:54.598 INFO O| Feb 28 11:54:54.598 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84932025-02-28T11:54:55.624Z[ recovery-image] Feb 28 11:54:54.619 INFO O| Feb 28 11:54:54.618 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84942025-02-28T11:54:55.624Z[ recovery-image] Feb 28 11:54:54.619 INFO O| Feb 28 11:54:54.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84952025-02-28T11:54:55.624Z[ recovery-image] Feb 28 11:54:54.619 INFO O| Feb 28 11:54:54.619 INFO STEP 58 (ensure_dir) COMPLETE
84962025-02-28T11:54:55.627Z[ recovery-image] Feb 28 11:54:54.619 INFO O| Feb 28 11:54:54.619 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84972025-02-28T11:54:55.644Z[ recovery-image] Feb 28 11:54:54.638 INFO O| Feb 28 11:54:54.638 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84982025-02-28T11:54:55.644Z[ recovery-image] Feb 28 11:54:54.638 INFO O| Feb 28 11:54:54.638 INFO copying /tmp/.tmpX0wZ8Q/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 ...
84992025-02-28T11:54:55.644Z[ recovery-image] Feb 28 11:54:54.638 INFO O| Feb 28 11:54:54.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85002025-02-28T11:54:55.644Z[ recovery-image] Feb 28 11:54:54.638 INFO O| Feb 28 11:54:54.638 INFO ok!
85012025-02-28T11:54:55.644Z[ recovery-image] Feb 28 11:54:54.638 INFO O| Feb 28 11:54:54.638 INFO STEP 59 (ensure_file) COMPLETE
85022025-02-28T11:54:55.647Z[ recovery-image] Feb 28 11:54:54.638 INFO O| Feb 28 11:54:54.638 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85032025-02-28T11:54:55.664Z[ recovery-image] Feb 28 11:54:54.658 INFO O| Feb 28 11:54:54.658 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85042025-02-28T11:54:55.664Z[ recovery-image] Feb 28 11:54:54.658 INFO O| Feb 28 11:54:54.658 INFO copying /tmp/.tmpX0wZ8Q/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85052025-02-28T11:54:55.664Z[ recovery-image] Feb 28 11:54:54.658 INFO O| Feb 28 11:54:54.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85062025-02-28T11:54:55.664Z[ recovery-image] Feb 28 11:54:54.658 INFO O| Feb 28 11:54:54.658 INFO ok!
85072025-02-28T11:54:55.667Z[ recovery-image] Feb 28 11:54:54.658 INFO O| Feb 28 11:54:54.658 INFO STEP 60 (ensure_file) COMPLETE
85082025-02-28T11:54:55.667Z[ recovery-image] Feb 28 11:54:54.658 INFO O| Feb 28 11:54:54.658 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85092025-02-28T11:54:55.685Z[ recovery-image] Feb 28 11:54:54.678 INFO O| Feb 28 11:54:54.678 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
85102025-02-28T11:54:55.685Z[ recovery-image] Feb 28 11:54:54.678 INFO O| Feb 28 11:54:54.678 INFO STEP 61 (ensure_dir) COMPLETE
85112025-02-28T11:54:55.685Z[ recovery-image] Feb 28 11:54:54.678 INFO O| Feb 28 11:54:54.678 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85122025-02-28T11:54:55.704Z[ recovery-image] Feb 28 11:54:54.697 INFO O| Feb 28 11:54:54.697 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
85132025-02-28T11:54:55.704Z[ recovery-image] Feb 28 11:54:54.697 INFO O| Feb 28 11:54:54.697 INFO STEP 62 (ensure_dir) COMPLETE
85142025-02-28T11:54:55.704Z[ recovery-image] Feb 28 11:54:54.697 INFO O| Feb 28 11:54:54.697 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85152025-02-28T11:54:55.723Z[ recovery-image] Feb 28 11:54:54.717 INFO O| Feb 28 11:54:54.716 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
85162025-02-28T11:54:55.723Z[ recovery-image] Feb 28 11:54:54.717 INFO O| Feb 28 11:54:54.716 INFO STEP 63 (ensure_dir) COMPLETE
85172025-02-28T11:54:55.723Z[ recovery-image] Feb 28 11:54:54.717 INFO O| Feb 28 11:54:54.716 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85182025-02-28T11:54:55.742Z[ recovery-image] Feb 28 11:54:54.736 INFO O| Feb 28 11:54:54.736 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
85192025-02-28T11:54:55.742Z[ recovery-image] Feb 28 11:54:54.736 INFO O| Feb 28 11:54:54.736 INFO STEP 64 (ensure_dir) COMPLETE
85202025-02-28T11:54:55.743Z[ recovery-image] Feb 28 11:54:54.736 INFO O| Feb 28 11:54:54.736 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85212025-02-28T11:54:55.763Z[ recovery-image] Feb 28 11:54:54.756 INFO O| Feb 28 11:54:54.756 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85222025-02-28T11:54:55.763Z[ recovery-image] Feb 28 11:54:54.756 INFO O| Feb 28 11:54:54.756 INFO copying /tmp/.tmpX0wZ8Q/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85232025-02-28T11:54:55.766Z[ recovery-image] Feb 28 11:54:54.756 INFO O| Feb 28 11:54:54.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85242025-02-28T11:54:55.766Z[ recovery-image] Feb 28 11:54:54.756 INFO O| Feb 28 11:54:54.756 INFO ok!
85252025-02-28T11:54:55.766Z[ recovery-image] Feb 28 11:54:54.757 INFO O| Feb 28 11:54:54.756 INFO STEP 65 (ensure_file) COMPLETE
85262025-02-28T11:54:55.766Z[ recovery-image] Feb 28 11:54:54.757 INFO O| Feb 28 11:54:54.757 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85272025-02-28T11:54:55.783Z[ recovery-image] Feb 28 11:54:54.777 INFO O| Feb 28 11:54:54.777 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85282025-02-28T11:54:55.786Z[ recovery-image] Feb 28 11:54:54.777 INFO O| Feb 28 11:54:54.777 INFO STEP 66 (remove_files) COMPLETE
85292025-02-28T11:54:55.786Z[ recovery-image] Feb 28 11:54:54.777 INFO O| Feb 28 11:54:54.777 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85302025-02-28T11:54:55.802Z[ recovery-image] Feb 28 11:54:54.796 INFO O| Feb 28 11:54:54.796 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
85312025-02-28T11:54:55.806Z[ recovery-image] Feb 28 11:54:54.796 INFO O| Feb 28 11:54:54.796 INFO STEP 67 (remove_files) COMPLETE
85322025-02-28T11:54:55.806Z[ recovery-image] Feb 28 11:54:54.797 INFO O| Feb 28 11:54:54.796 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85332025-02-28T11:54:55.820Z[ recovery-image] Feb 28 11:54:54.814 INFO O| Feb 28 11:54:54.814 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
85342025-02-28T11:54:55.823Z[ recovery-image] Feb 28 11:54:54.815 INFO O| Feb 28 11:54:54.815 INFO STEP 68 (remove_files) COMPLETE
85352025-02-28T11:54:55.823Z[ recovery-image] Feb 28 11:54:54.815 INFO O| Feb 28 11:54:54.815 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85362025-02-28T11:54:55.853Z[ recovery-image] Feb 28 11:54:54.847 INFO O| Feb 28 11:54:54.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
85372025-02-28T11:54:55.856Z[ recovery-image] Feb 28 11:54:54.848 INFO O| Feb 28 11:54:54.848 INFO STEP 69 (remove_files) COMPLETE
85382025-02-28T11:54:55.856Z[ recovery-image] Feb 28 11:54:54.848 INFO O| Feb 28 11:54:54.848 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85392025-02-28T11:54:55.875Z[ recovery-image] Feb 28 11:54:54.869 INFO O| Feb 28 11:54:54.869 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
85402025-02-28T11:54:55.877Z[ recovery-image] Feb 28 11:54:54.869 INFO O| Feb 28 11:54:54.869 INFO STEP 70 (remove_files) COMPLETE
85412025-02-28T11:54:55.877Z[ recovery-image] Feb 28 11:54:54.869 INFO O| Feb 28 11:54:54.869 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85422025-02-28T11:54:55.894Z[ recovery-image] Feb 28 11:54:54.888 INFO O| Feb 28 11:54:54.888 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
85432025-02-28T11:54:55.897Z[ recovery-image] Feb 28 11:54:54.888 INFO O| Feb 28 11:54:54.888 INFO STEP 71 (remove_files) COMPLETE
85442025-02-28T11:54:55.897Z[ recovery-image] Feb 28 11:54:54.888 INFO O| Feb 28 11:54:54.888 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85452025-02-28T11:54:55.913Z[ recovery-image] Feb 28 11:54:54.907 INFO O| Feb 28 11:54:54.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85462025-02-28T11:54:55.913Z[ recovery-image] Feb 28 11:54:54.907 INFO O| Feb 28 11:54:54.907 INFO STEP 72 (remove_files) COMPLETE
85472025-02-28T11:54:55.913Z[ recovery-image] Feb 28 11:54:54.907 INFO O| Feb 28 11:54:54.907 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85482025-02-28T11:54:55.932Z[ recovery-image] Feb 28 11:54:54.926 INFO O| Feb 28 11:54:54.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85492025-02-28T11:54:55.932Z[ recovery-image] Feb 28 11:54:54.926 INFO O| Feb 28 11:54:54.926 INFO STEP 73 (remove_files) COMPLETE
85502025-02-28T11:54:55.932Z[ recovery-image] Feb 28 11:54:54.926 INFO O| Feb 28 11:54:54.926 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85512025-02-28T11:54:55.952Z[ recovery-image] Feb 28 11:54:54.946 INFO O| Feb 28 11:54:54.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85522025-02-28T11:54:55.952Z[ recovery-image] Feb 28 11:54:54.946 INFO O| Feb 28 11:54:54.946 INFO STEP 74 (remove_files) COMPLETE
85532025-02-28T11:54:55.952Z[ recovery-image] Feb 28 11:54:54.946 INFO O| Feb 28 11:54:54.946 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85542025-02-28T11:54:55.973Z[ recovery-image] Feb 28 11:54:54.967 INFO O| Feb 28 11:54:54.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85552025-02-28T11:54:55.973Z[ recovery-image] Feb 28 11:54:54.967 INFO O| Feb 28 11:54:54.967 INFO STEP 75 (remove_files) COMPLETE
85562025-02-28T11:54:55.976Z[ recovery-image] Feb 28 11:54:54.967 INFO O| Feb 28 11:54:54.967 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85572025-02-28T11:54:55.994Z[ recovery-image] Feb 28 11:54:54.988 INFO O| Feb 28 11:54:54.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85582025-02-28T11:54:55.994Z[ recovery-image] Feb 28 11:54:54.988 INFO O| Feb 28 11:54:54.988 INFO STEP 76 (remove_files) COMPLETE
85592025-02-28T11:54:55.996Z[ recovery-image] Feb 28 11:54:54.988 INFO O| Feb 28 11:54:54.988 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85602025-02-28T11:54:56.044Z[ recovery-image] Feb 28 11:54:55.038 INFO O| Feb 28 11:54:55.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85612025-02-28T11:54:56.044Z[ recovery-image] Feb 28 11:54:55.038 INFO O| Feb 28 11:54:55.038 INFO STEP 77 (remove_files) COMPLETE
85622025-02-28T11:54:56.044Z[ recovery-image] Feb 28 11:54:55.038 INFO O| Feb 28 11:54:55.038 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85632025-02-28T11:54:56.067Z[ recovery-image] Feb 28 11:54:55.061 INFO O| Feb 28 11:54:55.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85642025-02-28T11:54:56.067Z[ recovery-image] Feb 28 11:54:55.061 INFO O| Feb 28 11:54:55.061 INFO STEP 78 (remove_files) COMPLETE
85652025-02-28T11:54:56.067Z[ recovery-image] Feb 28 11:54:55.061 INFO O| Feb 28 11:54:55.061 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85662025-02-28T11:54:56.102Z[ recovery-image] Feb 28 11:54:55.095 INFO O| Feb 28 11:54:55.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85672025-02-28T11:54:56.105Z[ recovery-image] Feb 28 11:54:55.096 INFO O| Feb 28 11:54:55.095 INFO STEP 79 (remove_files) COMPLETE
85682025-02-28T11:54:56.105Z[ recovery-image] Feb 28 11:54:55.096 INFO O| Feb 28 11:54:55.096 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85692025-02-28T11:54:56.121Z[ recovery-image] Feb 28 11:54:55.115 INFO O| Feb 28 11:54:55.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85702025-02-28T11:54:56.121Z[ recovery-image] Feb 28 11:54:55.115 INFO O| Feb 28 11:54:55.115 INFO STEP 80 (remove_files) COMPLETE
85712025-02-28T11:54:56.121Z[ recovery-image] Feb 28 11:54:55.115 INFO O| Feb 28 11:54:55.115 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85722025-02-28T11:54:56.141Z[ recovery-image] Feb 28 11:54:55.135 INFO O| Feb 28 11:54:55.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85732025-02-28T11:54:56.141Z[ recovery-image] Feb 28 11:54:55.135 INFO O| Feb 28 11:54:55.135 INFO STEP 81 (remove_files) COMPLETE
85742025-02-28T11:54:56.144Z[ recovery-image] Feb 28 11:54:55.135 INFO O| Feb 28 11:54:55.135 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85752025-02-28T11:54:56.179Z[ recovery-image] Feb 28 11:54:55.173 INFO O| Feb 28 11:54:55.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85762025-02-28T11:54:56.179Z[ recovery-image] Feb 28 11:54:55.173 INFO O| Feb 28 11:54:55.173 INFO STEP 82 (remove_files) COMPLETE
85772025-02-28T11:54:56.181Z[ recovery-image] Feb 28 11:54:55.173 INFO O| Feb 28 11:54:55.173 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85782025-02-28T11:54:56.235Z[ recovery-image] Feb 28 11:54:55.229 INFO O| Feb 28 11:54:55.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85792025-02-28T11:54:56.235Z[ recovery-image] Feb 28 11:54:55.229 INFO O| Feb 28 11:54:55.229 INFO STEP 83 (remove_files) COMPLETE
85802025-02-28T11:54:56.235Z[ recovery-image] Feb 28 11:54:55.229 INFO O| Feb 28 11:54:55.229 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85812025-02-28T11:54:56.256Z[ recovery-image] Feb 28 11:54:55.250 INFO O| Feb 28 11:54:55.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85822025-02-28T11:54:56.256Z[ recovery-image] Feb 28 11:54:55.250 INFO O| Feb 28 11:54:55.250 INFO STEP 84 (remove_files) COMPLETE
85832025-02-28T11:54:56.256Z[ recovery-image] Feb 28 11:54:55.250 INFO O| Feb 28 11:54:55.250 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85842025-02-28T11:54:56.275Z[ recovery-image] Feb 28 11:54:55.269 INFO O| Feb 28 11:54:55.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85852025-02-28T11:54:56.275Z[ recovery-image] Feb 28 11:54:55.269 INFO O| Feb 28 11:54:55.269 INFO STEP 85 (remove_files) COMPLETE
85862025-02-28T11:54:56.277Z[ recovery-image] Feb 28 11:54:55.269 INFO O| Feb 28 11:54:55.269 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85872025-02-28T11:54:56.304Z[ recovery-image] Feb 28 11:54:55.297 INFO O| Feb 28 11:54:55.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85882025-02-28T11:54:56.304Z[ recovery-image] Feb 28 11:54:55.297 INFO O| Feb 28 11:54:55.288 INFO STEP 86 (remove_files) COMPLETE
85892025-02-28T11:54:56.304Z[ recovery-image] Feb 28 11:54:55.297 INFO O| Feb 28 11:54:55.288 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85902025-02-28T11:54:56.376Z[ recovery-image] Feb 28 11:54:55.370 INFO O| Feb 28 11:54:55.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85912025-02-28T11:54:56.376Z[ recovery-image] Feb 28 11:54:55.370 INFO O| Feb 28 11:54:55.370 INFO STEP 87 (remove_files) COMPLETE
85922025-02-28T11:54:56.379Z[ recovery-image] Feb 28 11:54:55.370 INFO O| Feb 28 11:54:55.370 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85932025-02-28T11:54:56.399Z[ recovery-image] Feb 28 11:54:55.393 INFO O| Feb 28 11:54:55.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85942025-02-28T11:54:56.399Z[ recovery-image] Feb 28 11:54:55.393 INFO O| Feb 28 11:54:55.393 INFO STEP 88 (remove_files) COMPLETE
85952025-02-28T11:54:56.402Z[ recovery-image] Feb 28 11:54:55.393 INFO O| Feb 28 11:54:55.393 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85962025-02-28T11:54:56.466Z[ recovery-image] Feb 28 11:54:55.460 INFO O| Feb 28 11:54:55.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85972025-02-28T11:54:56.466Z[ recovery-image] Feb 28 11:54:55.460 INFO O| Feb 28 11:54:55.460 INFO STEP 89 (remove_files) COMPLETE
85982025-02-28T11:54:56.466Z[ recovery-image] Feb 28 11:54:55.460 INFO O| Feb 28 11:54:55.460 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85992025-02-28T11:54:56.492Z[ recovery-image] Feb 28 11:54:55.486 INFO O| Feb 28 11:54:55.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86002025-02-28T11:54:56.492Z[ recovery-image] Feb 28 11:54:55.486 INFO O| Feb 28 11:54:55.486 INFO STEP 90 (remove_files) COMPLETE
86012025-02-28T11:54:56.492Z[ recovery-image] Feb 28 11:54:55.486 INFO O| Feb 28 11:54:55.486 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86022025-02-28T11:54:56.513Z[ recovery-image] Feb 28 11:54:55.507 INFO O| Feb 28 11:54:55.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86032025-02-28T11:54:56.513Z[ recovery-image] Feb 28 11:54:55.507 INFO O| Feb 28 11:54:55.507 INFO STEP 91 (remove_files) COMPLETE
86042025-02-28T11:54:56.513Z[ recovery-image] Feb 28 11:54:55.507 INFO O| Feb 28 11:54:55.507 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86052025-02-28T11:54:56.593Z[ recovery-image] Feb 28 11:54:55.587 INFO O| Feb 28 11:54:55.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86062025-02-28T11:54:56.593Z[ recovery-image] Feb 28 11:54:55.587 INFO O| Feb 28 11:54:55.546 INFO STEP 92 (remove_files) COMPLETE
86072025-02-28T11:54:56.596Z[ recovery-image] Feb 28 11:54:55.587 INFO O| Feb 28 11:54:55.546 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86082025-02-28T11:54:56.640Z[ recovery-image] Feb 28 11:54:55.634 INFO O| Feb 28 11:54:55.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86092025-02-28T11:54:56.640Z[ recovery-image] Feb 28 11:54:55.634 INFO O| Feb 28 11:54:55.634 INFO STEP 93 (remove_files) COMPLETE
86102025-02-28T11:54:56.643Z[ recovery-image] Feb 28 11:54:55.634 INFO O| Feb 28 11:54:55.634 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86112025-02-28T11:54:56.717Z[ recovery-image] Feb 28 11:54:55.711 INFO O| Feb 28 11:54:55.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86122025-02-28T11:54:56.717Z[ recovery-image] Feb 28 11:54:55.711 INFO O| Feb 28 11:54:55.711 INFO STEP 94 (remove_files) COMPLETE
86132025-02-28T11:54:56.717Z[ recovery-image] Feb 28 11:54:55.711 INFO O| Feb 28 11:54:55.711 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
86142025-02-28T11:54:56.749Z[ recovery-image] Feb 28 11:54:55.743 INFO O| Feb 28 11:54:55.743 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
86152025-02-28T11:54:56.752Z[ recovery-image] Feb 28 11:54:55.744 INFO O| Feb 28 11:54:55.744 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
86162025-02-28T11:55:08.608Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86172025-02-28T11:55:14.472Z[ recovery-image] Feb 28 11:55:13.462 INFO O| Feb 28 11:55:13.462 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
86182025-02-28T11:55:14.474Z[ recovery-image] Feb 28 11:55:13.463 INFO O| Feb 28 11:55:13.462 INFO E| svccfg: Loaded 67 smf(7) service descriptions
86192025-02-28T11:55:14.529Z[ recovery-image] Feb 28 11:55:13.520 INFO O| Feb 28 11:55:13.520 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
86202025-02-28T11:55:14.753Z[ recovery-image] Feb 28 11:55:13.744 INFO O| Feb 28 11:55:13.743 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
86212025-02-28T11:55:14.895Z[ recovery-image] Feb 28 11:55:13.886 INFO O| Feb 28 11:55:13.886 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
86222025-02-28T11:55:15.051Z[ recovery-image] Feb 28 11:55:14.042 INFO O| Feb 28 11:55:14.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
86232025-02-28T11:55:15.051Z[ recovery-image] Feb 28 11:55:14.042 INFO O| Feb 28 11:55:14.042 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 ...
86242025-02-28T11:55:15.054Z[ recovery-image] Feb 28 11:55:14.045 INFO O| Feb 28 11:55:14.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
86252025-02-28T11:55:15.054Z[ recovery-image] Feb 28 11:55:14.045 INFO O| Feb 28 11:55:14.044 INFO ok!
86262025-02-28T11:55:15.055Z[ recovery-image] Feb 28 11:55:14.045 INFO O| Feb 28 11:55:14.044 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
86272025-02-28T11:55:15.055Z[ recovery-image] Feb 28 11:55:14.045 INFO O| Feb 28 11:55:14.044 INFO STEP 95 (seed_smf) COMPLETE
86282025-02-28T11:55:15.055Z[ recovery-image] Feb 28 11:55:14.045 INFO O| Feb 28 11:55:14.045 INFO steps complete; finalising image!
86292025-02-28T11:55:15.057Z[ recovery-image] Feb 28 11:55:14.045 INFO O| Feb 28 11:55:14.045 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
86302025-02-28T11:55:15.151Z[ recovery-image] Feb 28 11:55:14.120 INFO O| Feb 28 11:55:14.120 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Feb 28 11:55:14 2025)
86312025-02-28T11:55:15.342Z[ recovery-image] Feb 28 11:55:14.333 INFO O| Feb 28 11:55:14.333 INFO trim TEMPORARY-gimlet-zfs-recovery: (38% trimmed, started at Fri Feb 28 11:55:14 2025)
86322025-02-28T11:55:15.569Z[ recovery-image] Feb 28 11:55:14.559 INFO O| Feb 28 11:55:14.559 INFO trim TEMPORARY-gimlet-zfs-recovery: (83% trimmed, started at Fri Feb 28 11:55:14 2025)
86332025-02-28T11:55:15.837Z[ recovery-image] Feb 28 11:55:14.828 INFO O| Feb 28 11:55:14.828 INFO temporary pool has 379M used, 1.38G avail, 1.00x compressratio
86342025-02-28T11:55:15.837Z[ recovery-image] Feb 28 11:55:14.828 INFO O| Feb 28 11:55:14.828 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
86352025-02-28T11:55:16.517Z[ recovery-image] Feb 28 11:55:15.508 INFO O| Feb 28 11:55:15.507 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
86362025-02-28T11:55:16.517Z[ recovery-image] Feb 28 11:55:15.508 INFO O| Feb 28 11:55:15.508 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
86372025-02-28T11:55:22.318Z[ recovery-image] Feb 28 11:55:21.307 INFO O| Feb 28 11:55:21.307 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86382025-02-28T11:55:22.318Z[ recovery-image] Feb 28 11:55:21.307 INFO O| Feb 28 11:55:21.307 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86392025-02-28T11:55:22.318Z[ recovery-image] Feb 28 11:55:21.307 INFO O| Feb 28 11:55:21.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86402025-02-28T11:55:22.318Z[ recovery-image] Feb 28 11:55:21.307 INFO O| Feb 28 11:55:21.307 INFO completed processing gimlet/zfs-recovery
86412025-02-28T11:55:22.318Z[ recovery-image] Feb 28 11:55:21.307 INFO O| Feb 28 11:55:21.307 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
86422025-02-28T11:55:23.126Z[ recovery-image] Feb 28 11:55:22.116 INFO O| Feb 28 11:55:22.116 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
86432025-02-28T11:55:23.260Z[ recovery-image] Feb 28 11:55:22.249 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
86442025-02-28T11:55:23.260Z[ recovery-image] Feb 28 11:55:22.249 INFO expanded image name: "recovery 35c1f98/${os_short_commit} 2025-02-28 11:23" -> "recovery 35c1f98/9fcb5ef 2025-02-28 11:23"
86452025-02-28T11:55:23.263Z[ recovery-image] Feb 28 11:55:22.250 INFO output artefacts stored in: "/work/os-recovery"
86462025-02-28T11:55:23.263Z[ recovery-image] Feb 28 11:55:22.250 INFO collecting git info from project "amd-firmware"...
86472025-02-28T11:55:23.748Z[ recovery-image] Feb 28 11:55:22.737 INFO collecting git info from project "bootserver"...
86482025-02-28T11:55:23.758Z[ recovery-image] Feb 28 11:55:22.748 INFO collecting git info from project "image-builder"...
86492025-02-28T11:55:23.769Z[ recovery-image] Feb 28 11:55:22.759 INFO collecting git info from project "pinprick"...
86502025-02-28T11:55:23.779Z[ recovery-image] Feb 28 11:55:22.768 INFO collecting git info from project "chelsio-t6-roms"...
86512025-02-28T11:55:23.815Z[ recovery-image] Feb 28 11:55:22.804 INFO collecting git info from project "amd-host-image-builder"...
86522025-02-28T11:55:24.466Z[ recovery-image] Feb 28 11:55:23.455 INFO collecting git info from project "pilot"...
86532025-02-28T11:55:24.488Z[ recovery-image] Feb 28 11:55:23.477 INFO collecting git info from project "phbl"...
86542025-02-28T11:55:24.499Z[ recovery-image] Feb 28 11:55:23.489 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86552025-02-28T11:55:24.736Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
86562025-02-28T11:55:25.235Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86572025-02-28T11:55:25.352Z[ recovery-image] Feb 28 11:55:24.341 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86582025-02-28T11:55:25.827Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86592025-02-28T11:55:25.993Z[ recovery-image] Feb 28 11:55:24.982 INFO creating Oxide boot image...
86602025-02-28T11:55:25.993Z[ recovery-image] Feb 28 11:55:24.982 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 35c1f98/9fcb5ef 2025-02-28 11:23", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86612025-02-28T11:55:26.244Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86622025-02-28T11:55:26.354Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86632025-02-28T11:55:26.791Z[verify-libraries] Compiling sync-ptr v0.1.1
86642025-02-28T11:55:26.952Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86652025-02-28T11:55:27.146Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
86662025-02-28T11:55:30.143Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86672025-02-28T11:55:54.442Z[ host-image] Feb 28 11:55:53.426 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z
86682025-02-28T11:55:54.445Z[ host-image] Feb 28 11:55:53.426 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z
86692025-02-28T11:55:54.445Z[ host-image] Feb 28 11:55:53.427 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86702025-02-28T11:55:54.445Z[ host-image] Feb 28 11:55:53.427 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86712025-02-28T11:55:54.445Z[ host-image] Feb 28 11:55:53.427 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86722025-02-28T11:55:54.445Z[ host-image] Feb 28 11:55:53.427 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86732025-02-28T11:55:54.445Z[ host-image] Feb 28 11:55:53.428 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86742025-02-28T11:55:54.445Z[ host-image] Feb 28 11:55:53.429 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86752025-02-28T11:55:54.445Z[ host-image] Feb 28 11:55:53.429 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86762025-02-28T11:55:54.445Z[ host-image] Feb 28 11:55:53.429 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86772025-02-28T11:55:54.445Z[ host-image] Feb 28 11:55:53.429 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z
86782025-02-28T11:55:54.448Z[ host-image] Feb 28 11:55:53.431 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z
86792025-02-28T11:55:54.450Z[ host-image] Feb 28 11:55:53.432 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z
86802025-02-28T11:55:54.451Z[ host-image] Feb 28 11:55:53.433 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z
86812025-02-28T11:55:54.451Z[ host-image] Feb 28 11:55:53.433 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86822025-02-28T11:55:54.451Z[ host-image] Feb 28 11:55:53.434 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z
86832025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.435 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z
86842025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.435 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z
86852025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.435 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z
86862025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.436 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z
86872025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.436 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86882025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.436 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z
86892025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.436 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86902025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.437 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z
86912025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.437 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z
86922025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.437 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z
86932025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.437 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z
86942025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.438 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z
86952025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.438 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z
86962025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.438 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
86972025-02-28T11:55:54.454Z[ host-image] Feb 28 11:55:53.438 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z
86982025-02-28T11:55:54.457Z[ host-image] Feb 28 11:55:53.438 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z
86992025-02-28T11:55:54.457Z[ host-image] Feb 28 11:55:53.438 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z
87002025-02-28T11:55:54.457Z[ host-image] Feb 28 11:55:53.438 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z
87012025-02-28T11:55:54.457Z[ host-image] Feb 28 11:55:53.440 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z
87022025-02-28T11:55:54.457Z[ host-image] Feb 28 11:55:53.440 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z
87032025-02-28T11:55:54.470Z[ host-image] Feb 28 11:55:53.455 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
87042025-02-28T11:55:54.473Z[ host-image] Feb 28 11:55:53.455 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z
87052025-02-28T11:55:54.473Z[ host-image] Feb 28 11:55:53.455 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
87062025-02-28T11:55:54.473Z[ host-image] Feb 28 11:55:53.455 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
87072025-02-28T11:55:54.473Z[ host-image] Feb 28 11:55:53.456 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
87082025-02-28T11:55:54.473Z[ host-image] Feb 28 11:55:53.457 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z
87092025-02-28T11:55:54.473Z[ host-image] Feb 28 11:55:53.457 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
87102025-02-28T11:55:54.473Z[ host-image] Feb 28 11:55:53.457 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
87112025-02-28T11:55:54.476Z[ host-image] Feb 28 11:55:53.459 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
87122025-02-28T11:55:54.476Z[ host-image] Feb 28 11:55:53.459 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
87132025-02-28T11:55:54.493Z[ host-image] Feb 28 11:55:53.478 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
87142025-02-28T11:55:54.493Z[ host-image] Feb 28 11:55:53.478 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
87152025-02-28T11:55:54.496Z[ host-image] Feb 28 11:55:53.478 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
87162025-02-28T11:55:54.496Z[ host-image] Feb 28 11:55:53.479 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
87172025-02-28T11:55:54.496Z[ host-image] Feb 28 11:55:53.480 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
87182025-02-28T11:55:54.496Z[ host-image] Feb 28 11:55:53.480 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
87192025-02-28T11:55:54.571Z[ host-image] Feb 28 11:55:53.555 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
87202025-02-28T11:55:54.574Z[ host-image] Feb 28 11:55:53.557 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
87212025-02-28T11:55:54.574Z[ host-image] Feb 28 11:55:53.557 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
87222025-02-28T11:55:54.574Z[ host-image] Feb 28 11:55:53.558 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z
87232025-02-28T11:55:54.574Z[ host-image] Feb 28 11:55:53.558 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z
87242025-02-28T11:55:54.574Z[ host-image] Feb 28 11:55:53.558 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
87252025-02-28T11:55:54.577Z[ host-image] Feb 28 11:55:53.559 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z
87262025-02-28T11:55:54.577Z[ host-image] Feb 28 11:55:53.559 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
87272025-02-28T11:55:54.577Z[ host-image] Feb 28 11:55:53.559 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
87282025-02-28T11:55:54.577Z[ host-image] Feb 28 11:55:53.559 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
87292025-02-28T11:55:54.577Z[ host-image] Feb 28 11:55:53.559 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z
87302025-02-28T11:55:54.577Z[ host-image] Feb 28 11:55:53.560 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
87312025-02-28T11:55:54.583Z[ host-image] Feb 28 11:55:53.567 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
87322025-02-28T11:55:54.585Z[ host-image] Feb 28 11:55:53.567 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
87332025-02-28T11:55:54.585Z[ host-image] Feb 28 11:55:53.567 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
87342025-02-28T11:55:54.585Z[ host-image] Feb 28 11:55:53.568 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z
87352025-02-28T11:55:54.585Z[ host-image] Feb 28 11:55:53.568 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
87362025-02-28T11:55:54.608Z[ host-image] Feb 28 11:55:53.592 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
87372025-02-28T11:55:54.610Z[ host-image] Feb 28 11:55:53.592 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z
87382025-02-28T11:55:54.613Z[ host-image] Feb 28 11:55:53.595 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z
87392025-02-28T11:55:54.613Z[ host-image] Feb 28 11:55:53.596 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z
87402025-02-28T11:55:54.613Z[ host-image] Feb 28 11:55:53.596 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
87412025-02-28T11:55:54.613Z[ host-image] Feb 28 11:55:53.597 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z
87422025-02-28T11:55:54.616Z[ host-image] Feb 28 11:55:53.598 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z
87432025-02-28T11:55:54.616Z[ host-image] Feb 28 11:55:53.598 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z
87442025-02-28T11:55:54.616Z[ host-image] Feb 28 11:55:53.599 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z
87452025-02-28T11:55:54.620Z[ host-image] Feb 28 11:55:53.604 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87462025-02-28T11:55:54.622Z[ host-image] Feb 28 11:55:53.605 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z
87472025-02-28T11:55:54.622Z[ host-image] Feb 28 11:55:53.606 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z
87482025-02-28T11:55:54.623Z[ host-image] Feb 28 11:55:53.606 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87492025-02-28T11:55:54.623Z[ host-image] Feb 28 11:55:53.606 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z
87502025-02-28T11:55:54.623Z[ host-image] Feb 28 11:55:53.607 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z
87512025-02-28T11:55:54.626Z[ host-image] Feb 28 11:55:53.607 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z
87522025-02-28T11:55:54.626Z[ host-image] Feb 28 11:55:53.608 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z
87532025-02-28T11:55:54.655Z[ host-image] Feb 28 11:55:53.639 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z
87542025-02-28T11:55:54.655Z[ host-image] Feb 28 11:55:53.639 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87552025-02-28T11:55:54.658Z[ host-image] Feb 28 11:55:53.642 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z
87562025-02-28T11:55:54.660Z[ host-image] Feb 28 11:55:53.644 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z
87572025-02-28T11:55:54.660Z[ host-image] Feb 28 11:55:53.645 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z
87582025-02-28T11:55:54.663Z[ host-image] Feb 28 11:55:53.645 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z
87592025-02-28T11:55:54.663Z[ host-image] Feb 28 11:55:53.646 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z
87602025-02-28T11:55:54.663Z[ host-image] Feb 28 11:55:53.646 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z
87612025-02-28T11:55:54.703Z[ host-image] Feb 28 11:55:53.687 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z
87622025-02-28T11:55:54.703Z[ host-image] Feb 28 11:55:53.687 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z
87632025-02-28T11:55:54.705Z[ host-image] Feb 28 11:55:53.687 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z
87642025-02-28T11:55:54.706Z[ host-image] Feb 28 11:55:53.689 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z
87652025-02-28T11:55:54.706Z[ host-image] Feb 28 11:55:53.689 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z
87662025-02-28T11:55:54.739Z[ host-image] Feb 28 11:55:53.723 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z
87672025-02-28T11:55:54.739Z[ host-image] Feb 28 11:55:53.724 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z
87682025-02-28T11:55:54.742Z[ host-image] Feb 28 11:55:53.724 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z
87692025-02-28T11:55:54.742Z[ host-image] Feb 28 11:55:53.724 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87702025-02-28T11:55:54.742Z[ host-image] Feb 28 11:55:53.725 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87712025-02-28T11:55:54.807Z[ host-image] Feb 28 11:55:53.791 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z
87722025-02-28T11:55:54.810Z[ host-image] Feb 28 11:55:53.791 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87732025-02-28T11:55:54.810Z[ host-image] Feb 28 11:55:53.791 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z
87742025-02-28T11:55:54.810Z[ host-image] Feb 28 11:55:53.792 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z
87752025-02-28T11:55:54.810Z[ host-image] Feb 28 11:55:53.794 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z
87762025-02-28T11:55:54.810Z[ host-image] Feb 28 11:55:53.794 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87772025-02-28T11:55:54.812Z[ host-image] Feb 28 11:55:53.795 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87782025-02-28T11:55:54.812Z[ host-image] Feb 28 11:55:53.796 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z
87792025-02-28T11:55:54.812Z[ host-image] Feb 28 11:55:53.796 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z
87802025-02-28T11:55:54.813Z[ host-image] Feb 28 11:55:53.796 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z
87812025-02-28T11:55:54.816Z[ host-image] Feb 28 11:55:53.797 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z
87822025-02-28T11:55:54.816Z[ host-image] Feb 28 11:55:53.797 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z
87832025-02-28T11:55:54.816Z[ host-image] Feb 28 11:55:53.797 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z
87842025-02-28T11:55:54.819Z[ host-image] Feb 28 11:55:53.802 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87852025-02-28T11:55:54.819Z[ host-image] Feb 28 11:55:53.802 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z
87862025-02-28T11:55:54.822Z[ host-image] Feb 28 11:55:53.805 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z
87872025-02-28T11:55:54.822Z[ host-image] Feb 28 11:55:53.805 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z
87882025-02-28T11:55:54.822Z[ host-image] Feb 28 11:55:53.805 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z
87892025-02-28T11:55:54.822Z[ host-image] Feb 28 11:55:53.806 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z
87902025-02-28T11:55:54.822Z[ host-image] Feb 28 11:55:53.806 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z
87912025-02-28T11:55:54.825Z[ host-image] Feb 28 11:55:53.806 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87922025-02-28T11:55:54.825Z[ host-image] Feb 28 11:55:53.806 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87932025-02-28T11:55:54.825Z[ host-image] Feb 28 11:55:53.807 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z
87942025-02-28T11:55:54.825Z[ host-image] Feb 28 11:55:53.808 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z
87952025-02-28T11:55:54.825Z[ host-image] Feb 28 11:55:53.808 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87962025-02-28T11:55:54.825Z[ host-image] Feb 28 11:55:53.808 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87972025-02-28T11:55:54.825Z[ host-image] Feb 28 11:55:53.808 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87982025-02-28T11:55:54.825Z[ host-image] Feb 28 11:55:53.808 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87992025-02-28T11:55:54.825Z[ host-image] Feb 28 11:55:53.808 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
88002025-02-28T11:55:54.828Z[ host-image] Feb 28 11:55:53.810 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
88012025-02-28T11:55:54.828Z[ host-image] Feb 28 11:55:53.812 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
88022025-02-28T11:55:54.830Z[ host-image] Feb 28 11:55:53.812 INFO O| tempdir @ "/tmp/.tmpyP6A8l/tmp"
88032025-02-28T11:55:54.830Z[ host-image] Feb 28 11:55:53.812 INFO O| image root @ "/tmp/.tmpyP6A8l/tmp/root"
88042025-02-28T11:55:54.830Z[ host-image] Feb 28 11:55:53.812 INFO O| creating image...
88052025-02-28T11:55:55.079Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
88062025-02-28T11:55:55.983Z[ host-image] Feb 28 11:55:54.967 INFO O| copying publishers...
88072025-02-28T11:56:04.806Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88082025-02-28T11:56:11.132Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88092025-02-28T11:56:15.824Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
88102025-02-28T11:56:20.721Z[ host-image] Feb 28 11:56:19.701 INFO O| adding properties...
88112025-02-28T11:56:23.039Z[ host-image] Feb 28 11:56:22.018 INFO O| installing packages...
88122025-02-28T11:56:41.079Z[ recovery-image] Feb 28 11:56:40.055 INFO O| ok, image written!
88132025-02-28T11:56:41.079Z[ recovery-image] Feb 28 11:56:40.055 INFO O| ok, boot_image_csum file written!
88142025-02-28T11:56:41.087Z[ recovery-image] Feb 28 11:56:40.063 INFO creating boot archive (CPIO)...
88152025-02-28T11:56:41.087Z[ recovery-image] Feb 28 11:56:40.063 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
88162025-02-28T11:56:41.098Z[ recovery-image] Feb 28 11:56:40.074 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
88172025-02-28T11:56:41.102Z[ recovery-image] Feb 28 11:56:40.074 INFO E| + outfile=/work/os-recovery/cpio
88182025-02-28T11:56:41.102Z[ recovery-image] Feb 28 11:56:40.074 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
88192025-02-28T11:56:41.104Z[ recovery-image] Feb 28 11:56:40.077 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
88202025-02-28T11:56:41.104Z[ recovery-image] Feb 28 11:56:40.078 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
88212025-02-28T11:56:41.163Z[ recovery-image] Feb 28 11:56:40.139 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
88222025-02-28T11:56:41.163Z[ recovery-image] Feb 28 11:56:40.140 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
88232025-02-28T11:56:41.175Z[ recovery-image] Feb 28 11:56:40.151 INFO creating compressed cpio/unix for nanobl-rs...
88242025-02-28T11:56:41.175Z[ recovery-image] Feb 28 11:56:40.151 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
88252025-02-28T11:56:41.613Z[ recovery-image] Feb 28 11:56:40.589 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
88262025-02-28T11:56:41.762Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88272025-02-28T11:56:47.220Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
88282025-02-28T11:56:48.758Z[ recovery-image] Feb 28 11:56:47.733 INFO creating reset image...
88292025-02-28T11:56:48.758Z[ recovery-image] Feb 28 11:56:47.733 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
88302025-02-28T11:56:49.284Z[ recovery-image] Feb 28 11:56:48.259 INFO E| Updating crates.io index
88312025-02-28T11:56:49.669Z[ recovery-image] Feb 28 11:56:48.644 INFO E| Downloading crates ...
88322025-02-28T11:56:49.874Z[ recovery-image] Feb 28 11:56:48.849 INFO E| Downloaded utf8parse v0.2.2
88332025-02-28T11:56:49.904Z[ recovery-image] Feb 28 11:56:48.879 INFO E| Downloaded quote v1.0.37
88342025-02-28T11:56:49.908Z[ recovery-image] Feb 28 11:56:48.883 INFO E| Downloaded unicode-ident v1.0.13
88352025-02-28T11:56:49.913Z[ recovery-image] Feb 28 11:56:48.888 INFO E| Downloaded proc-macro2 v1.0.86
88362025-02-28T11:56:49.917Z[ recovery-image] Feb 28 11:56:48.892 INFO E| Downloaded clap v4.5.17
88372025-02-28T11:56:49.951Z[ recovery-image] Feb 28 11:56:48.926 INFO E| Downloaded once_cell v1.19.0
88382025-02-28T11:56:49.955Z[ recovery-image] Feb 28 11:56:48.930 INFO E| Downloaded anstream v0.6.15
88392025-02-28T11:56:49.959Z[ recovery-image] Feb 28 11:56:48.934 INFO E| Downloaded is_terminal_polyfill v1.70.1
88402025-02-28T11:56:49.961Z[ recovery-image] Feb 28 11:56:48.936 INFO E| Downloaded heck v0.5.0
88412025-02-28T11:56:49.964Z[ recovery-image] Feb 28 11:56:48.938 INFO E| Downloaded clap_builder v4.5.17
88422025-02-28T11:56:49.972Z[ recovery-image] Feb 28 11:56:48.947 INFO E| Downloaded clap_derive v4.5.13
88432025-02-28T11:56:49.976Z[ recovery-image] Feb 28 11:56:48.951 INFO E| Downloaded anstyle-query v1.1.1
88442025-02-28T11:56:49.978Z[ recovery-image] Feb 28 11:56:48.953 INFO E| Downloaded anstyle-parse v0.2.5
88452025-02-28T11:56:49.981Z[ recovery-image] Feb 28 11:56:48.956 INFO E| Downloaded syn v2.0.77
88462025-02-28T11:56:50.002Z[ recovery-image] Feb 28 11:56:48.977 INFO E| Downloaded anstyle v1.0.8
88472025-02-28T11:56:50.005Z[ recovery-image] Feb 28 11:56:48.979 INFO E| Downloaded strsim v0.11.1
88482025-02-28T11:56:50.007Z[ recovery-image] Feb 28 11:56:48.981 INFO E| Downloaded shared_child v1.0.1
88492025-02-28T11:56:50.010Z[ recovery-image] Feb 28 11:56:48.983 INFO E| Downloaded os_pipe v1.2.1
88502025-02-28T11:56:50.010Z[ recovery-image] Feb 28 11:56:48.984 INFO E| Downloaded duct v0.13.7
88512025-02-28T11:56:50.012Z[ recovery-image] Feb 28 11:56:48.987 INFO E| Downloaded colorchoice v1.0.2
88522025-02-28T11:56:50.015Z[ recovery-image] Feb 28 11:56:48.989 INFO E| Downloaded clap_lex v0.7.2
88532025-02-28T11:56:50.085Z[ recovery-image] Feb 28 11:56:49.060 INFO E| Downloaded libc v0.2.158
88542025-02-28T11:56:50.328Z[ recovery-image] Feb 28 11:56:49.302 INFO E| Compiling proc-macro2 v1.0.86
88552025-02-28T11:56:50.331Z[ recovery-image] Feb 28 11:56:49.303 INFO E| Compiling unicode-ident v1.0.13
88562025-02-28T11:56:50.331Z[ recovery-image] Feb 28 11:56:49.303 INFO E| Compiling libc v0.2.158
88572025-02-28T11:56:50.331Z[ recovery-image] Feb 28 11:56:49.303 INFO E| Compiling utf8parse v0.2.2
88582025-02-28T11:56:50.331Z[ recovery-image] Feb 28 11:56:49.303 INFO E| Compiling is_terminal_polyfill v1.70.1
88592025-02-28T11:56:50.331Z[ recovery-image] Feb 28 11:56:49.303 INFO E| Compiling anstyle v1.0.8
88602025-02-28T11:56:50.331Z[ recovery-image] Feb 28 11:56:49.303 INFO E| Compiling colorchoice v1.0.2
88612025-02-28T11:56:50.331Z[ recovery-image] Feb 28 11:56:49.303 INFO E| Compiling anstyle-query v1.1.1
88622025-02-28T11:56:51.158Z[ recovery-image] Feb 28 11:56:50.132 INFO E| Compiling anstyle-parse v0.2.5
88632025-02-28T11:56:51.183Z[ recovery-image] Feb 28 11:56:50.157 INFO E| Compiling heck v0.5.0
88642025-02-28T11:56:51.631Z[ recovery-image] Feb 28 11:56:50.605 INFO E| Compiling anstream v0.6.15
88652025-02-28T11:56:51.678Z[ recovery-image] Feb 28 11:56:50.653 INFO E| Compiling clap_lex v0.7.2
88662025-02-28T11:56:51.871Z[ recovery-image] Feb 28 11:56:50.845 INFO E| Compiling strsim v0.11.1
88672025-02-28T11:56:51.894Z[ recovery-image] Feb 28 11:56:50.868 INFO E| Compiling once_cell v1.19.0
88682025-02-28T11:56:52.404Z[ recovery-image] Feb 28 11:56:51.378 INFO E| Compiling clap_builder v4.5.17
88692025-02-28T11:56:53.880Z[ recovery-image] Feb 28 11:56:52.854 INFO E| Compiling os_pipe v1.2.1
88702025-02-28T11:56:53.880Z[ recovery-image] Feb 28 11:56:52.855 INFO E| Compiling shared_child v1.0.1
88712025-02-28T11:56:54.168Z[ recovery-image] Feb 28 11:56:53.142 INFO E| Compiling duct v0.13.7
88722025-02-28T11:56:54.374Z[ recovery-image] Feb 28 11:56:53.348 INFO E| Compiling quote v1.0.37
88732025-02-28T11:56:54.964Z[ recovery-image] Feb 28 11:56:53.938 INFO E| Compiling syn v2.0.77
88742025-02-28T11:56:56.341Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88752025-02-28T11:56:58.818Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
88762025-02-28T11:56:59.224Z[ host-image] Feb 28 11:56:58.198 INFO O| seeding SMF database...
88772025-02-28T11:56:59.576Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88782025-02-28T11:57:02.012Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
88792025-02-28T11:57:03.311Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
88802025-02-28T11:57:04.318Z[ recovery-image] Feb 28 11:57:03.290 INFO E| Compiling clap_derive v4.5.13
88812025-02-28T11:57:07.686Z[verify-libraries] Compiling termios v0.3.3
88822025-02-28T11:57:08.059Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
88832025-02-28T11:57:08.314Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
88842025-02-28T11:57:08.722Z[ recovery-image] Feb 28 11:57:07.693 INFO E| Compiling clap v4.5.17
88852025-02-28T11:57:08.802Z[ recovery-image] Feb 28 11:57:07.774 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
88862025-02-28T11:57:11.719Z[ recovery-image] Feb 28 11:57:10.690 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.83s
88872025-02-28T11:57:11.740Z[ recovery-image] Feb 28 11:57:10.711 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
88882025-02-28T11:57:11.996Z[ recovery-image] Feb 28 11:57:10.967 INFO E| Updating crates.io index
88892025-02-28T11:57:12.277Z[ recovery-image] Feb 28 11:57:11.248 INFO E| Downloading crates ...
88902025-02-28T11:57:12.345Z[ recovery-image] Feb 28 11:57:11.316 INFO E| Downloaded scroll_derive v0.12.0
88912025-02-28T11:57:12.347Z[ recovery-image] Feb 28 11:57:11.317 INFO E| Downloaded bitstruct_derive v0.1.0
88922025-02-28T11:57:12.347Z[ recovery-image] Feb 28 11:57:11.318 INFO E| Downloaded bitstruct v0.1.1
88932025-02-28T11:57:12.350Z[ recovery-image] Feb 28 11:57:11.320 INFO E| Downloaded seq-macro v0.3.5
88942025-02-28T11:57:12.352Z[ recovery-image] Feb 28 11:57:11.323 INFO E| Downloaded cpio_reader v0.1.1
88952025-02-28T11:57:12.355Z[ recovery-image] Feb 28 11:57:11.325 INFO E| Downloaded adler2 v2.0.0
88962025-02-28T11:57:12.357Z[ recovery-image] Feb 28 11:57:11.327 INFO E| Downloaded bit_field v0.10.2
88972025-02-28T11:57:12.360Z[ recovery-image] Feb 28 11:57:11.329 INFO E| Downloaded scroll v0.12.0
88982025-02-28T11:57:12.363Z[ recovery-image] Feb 28 11:57:11.333 INFO E| Downloaded proc-macro2 v1.0.89
88992025-02-28T11:57:12.366Z[ recovery-image] Feb 28 11:57:11.337 INFO E| Downloaded miniz_oxide v0.8.0
89002025-02-28T11:57:12.380Z[ recovery-image] Feb 28 11:57:11.351 INFO E| Downloaded raw-cpuid v10.7.0
89012025-02-28T11:57:12.388Z[ recovery-image] Feb 28 11:57:11.359 INFO E| Downloaded syn v2.0.85
89022025-02-28T11:57:12.437Z[ recovery-image] Feb 28 11:57:11.408 INFO E| Downloaded goblin v0.8.2
89032025-02-28T11:57:12.643Z[ recovery-image] Feb 28 11:57:11.614 INFO E| Downloaded x86 v0.52.0
89042025-02-28T11:57:12.742Z[ recovery-image] Feb 28 11:57:11.712 INFO E| Updating crates.io index
89052025-02-28T11:57:13.028Z[ recovery-image] Feb 28 11:57:11.998 INFO E| Downloading crates ...
89062025-02-28T11:57:13.167Z[ recovery-image] Feb 28 11:57:12.138 INFO E| Downloaded memchr v2.5.0
89072025-02-28T11:57:13.191Z[ recovery-image] Feb 28 11:57:12.162 INFO E| Downloaded hashbrown v0.15.0
89082025-02-28T11:57:13.200Z[ recovery-image] Feb 28 11:57:12.171 INFO E| Downloaded getopts v0.2.21
89092025-02-28T11:57:13.203Z[ recovery-image] Feb 28 11:57:12.173 INFO E| Downloaded rustc-demangle v0.1.24
89102025-02-28T11:57:13.206Z[ recovery-image] Feb 28 11:57:12.177 INFO E| Downloaded allocator-api2 v0.2.18
89112025-02-28T11:57:13.226Z[ recovery-image] Feb 28 11:57:12.197 INFO E| Downloaded compiler_builtins v0.1.134
89122025-02-28T11:57:13.268Z[ recovery-image] Feb 28 11:57:12.239 INFO E| Downloaded libc v0.2.161
89132025-02-28T11:57:13.359Z[ host-image] Feb 28 11:57:12.330 INFO O| configuring SMF profile...
89142025-02-28T11:57:13.359Z[ host-image] Feb 28 11:57:12.330 INFO O| modifying shadow(5)...
89152025-02-28T11:57:13.362Z[ host-image] Feb 28 11:57:12.330 INFO O| loading user and group database...
89162025-02-28T11:57:13.362Z[ host-image] Feb 28 11:57:12.330 INFO O| assessing packaged files...
89172025-02-28T11:57:13.455Z[ recovery-image] Feb 28 11:57:12.426 INFO E| Compiling compiler_builtins v0.1.134
89182025-02-28T11:57:13.469Z[ recovery-image] Feb 28 11:57:12.440 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
89192025-02-28T11:57:13.469Z[ recovery-image] Feb 28 11:57:12.440 INFO E| Compiling proc-macro2 v1.0.89
89202025-02-28T11:57:13.472Z[ recovery-image] Feb 28 11:57:12.440 INFO E| Compiling unicode-ident v1.0.13
89212025-02-28T11:57:13.472Z[ recovery-image] Feb 28 11:57:12.440 INFO E| Compiling syn v1.0.109
89222025-02-28T11:57:13.472Z[ recovery-image] Feb 28 11:57:12.440 INFO E| Compiling x86 v0.52.0
89232025-02-28T11:57:13.472Z[ recovery-image] Feb 28 11:57:12.440 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
89242025-02-28T11:57:13.472Z[ recovery-image] Feb 28 11:57:12.440 INFO E| Compiling seq-macro v0.3.5
89252025-02-28T11:57:16.669Z[ recovery-image] Feb 28 11:57:15.639 INFO E| Compiling quote v1.0.37
89262025-02-28T11:57:17.253Z[ recovery-image] Feb 28 11:57:16.223 INFO E| Compiling syn v2.0.85
89272025-02-28T11:57:20.216Z[ host-image] Feb 28 11:57:19.185 INFO O| creating archive...
89282025-02-28T11:57:20.277Z[ host-image] Feb 28 11:57:19.246 INFO O| missing from packaging:
89292025-02-28T11:57:20.277Z[ host-image] Feb 28 11:57:19.246 INFO O| "etc/.pwd.lock"
89302025-02-28T11:57:20.277Z[ host-image] Feb 28 11:57:19.246 INFO O| "etc/bash"
89312025-02-28T11:57:20.286Z[ host-image] Feb 28 11:57:19.256 INFO O| "etc/svc/profile/generic.xml"
89322025-02-28T11:57:20.286Z[ host-image] Feb 28 11:57:19.256 INFO O| "etc/svc/profile/inetd_services.xml"
89332025-02-28T11:57:20.289Z[ host-image] Feb 28 11:57:19.256 INFO O| "etc/svc/profile/name_service.xml"
89342025-02-28T11:57:20.289Z[ host-image] Feb 28 11:57:19.256 INFO O| "etc/svc/profile/platform.xml"
89352025-02-28T11:57:20.289Z[ host-image] Feb 28 11:57:19.256 INFO O| "etc/svc/profile/platform_omicron1.xml"
89362025-02-28T11:57:20.289Z[ host-image] Feb 28 11:57:19.256 INFO O| "etc/svc/repository.db"
89372025-02-28T11:57:20.311Z[ host-image] Feb 28 11:57:19.281 INFO O| "opt/ooce/share"
89382025-02-28T11:57:20.311Z[ host-image] Feb 28 11:57:19.281 INFO O| "opt/ooce/share/man"
89392025-02-28T11:57:20.314Z[ host-image] Feb 28 11:57:19.281 INFO O| "opt/ooce/share/man/man1"
89402025-02-28T11:57:20.327Z[ host-image] Feb 28 11:57:19.296 INFO O| finishing archive...
89412025-02-28T11:57:23.492Z[ recovery-image] Feb 28 11:57:22.461 INFO E| Compiling scroll_derive v0.12.0
89422025-02-28T11:57:25.535Z[ host-image] Feb 28 11:57:24.503 INFO O| creating gzonly manifest...
89432025-02-28T11:57:25.547Z[ host-image] Feb 28 11:57:24.515 INFO O| ok
89442025-02-28T11:57:25.769Z[ host-image] Feb 28 11:57:24.738 INFO image builder template: ramdisk-02-trim...
89452025-02-28T11:57:25.769Z[ host-image] Feb 28 11:57:24.738 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpX0wZ8Q/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None
89462025-02-28T11:57:25.821Z[ host-image] Feb 28 11:57:24.790 INFO O| Feb 28 11:57:24.790 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89472025-02-28T11:57:25.850Z[ host-image] Feb 28 11:57:24.818 INFO O| Feb 28 11:57:24.818 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89482025-02-28T11:57:26.104Z[ host-image] Feb 28 11:57:25.073 INFO O| Feb 28 11:57:25.073 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
89492025-02-28T11:57:26.210Z[ host-image] Feb 28 11:57:25.179 INFO O| Feb 28 11:57:25.179 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89502025-02-28T11:57:26.213Z[ host-image] Feb 28 11:57:25.179 INFO O| Feb 28 11:57:25.179 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
89512025-02-28T11:57:26.220Z[ host-image] Feb 28 11:57:25.189 INFO O| Feb 28 11:57:25.189 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89522025-02-28T11:57:26.228Z[ host-image] Feb 28 11:57:25.196 INFO O| Feb 28 11:57:25.196 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
89532025-02-28T11:57:26.246Z[ host-image] Feb 28 11:57:25.215 INFO O| Feb 28 11:57:25.215 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
89542025-02-28T11:57:26.687Z[ host-image] Feb 28 11:57:25.656 INFO O| Feb 28 11:57:25.656 INFO rolled back to input snapshot; work may begin
89552025-02-28T11:57:26.688Z[ host-image] Feb 28 11:57:25.656 INFO O| Feb 28 11:57:25.656 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
89562025-02-28T11:57:26.716Z[ host-image] Feb 28 11:57:25.685 INFO O| Feb 28 11:57:25.684 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89572025-02-28T11:57:26.736Z[ host-image] Feb 28 11:57:25.704 INFO O| Feb 28 11:57:25.704 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
89582025-02-28T11:57:26.953Z[ host-image] Feb 28 11:57:25.922 INFO O| Feb 28 11:57:25.922 INFO STEP 0 (remove_files) COMPLETE
89592025-02-28T11:57:26.953Z[ host-image] Feb 28 11:57:25.922 INFO O| Feb 28 11:57:25.922 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602025-02-28T11:57:27.015Z[ host-image] Feb 28 11:57:25.983 INFO O| Feb 28 11:57:25.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
89612025-02-28T11:57:27.018Z[ host-image] Feb 28 11:57:25.986 INFO O| Feb 28 11:57:25.986 INFO STEP 1 (remove_files) COMPLETE
89622025-02-28T11:57:27.018Z[ host-image] Feb 28 11:57:25.986 INFO O| Feb 28 11:57:25.986 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632025-02-28T11:57:27.067Z[ host-image] Feb 28 11:57:26.035 INFO O| Feb 28 11:57:26.035 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
89642025-02-28T11:57:27.092Z[ host-image] Feb 28 11:57:26.060 INFO O| Feb 28 11:57:26.060 INFO STEP 2 (remove_files) COMPLETE
89652025-02-28T11:57:27.092Z[ host-image] Feb 28 11:57:26.061 INFO O| Feb 28 11:57:26.060 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662025-02-28T11:57:27.176Z[ host-image] Feb 28 11:57:26.144 INFO O| Feb 28 11:57:26.144 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
89672025-02-28T11:57:27.178Z[ host-image] Feb 28 11:57:26.147 INFO O| Feb 28 11:57:26.147 INFO STEP 3 (remove_files) COMPLETE
89682025-02-28T11:57:27.178Z[ host-image] Feb 28 11:57:26.147 INFO O| Feb 28 11:57:26.147 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692025-02-28T11:57:27.223Z[ host-image] Feb 28 11:57:26.191 INFO O| Feb 28 11:57:26.191 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
89702025-02-28T11:57:27.230Z[ host-image] Feb 28 11:57:26.199 INFO O| Feb 28 11:57:26.198 INFO STEP 4 (remove_files) COMPLETE
89712025-02-28T11:57:27.230Z[ host-image] Feb 28 11:57:26.199 INFO O| Feb 28 11:57:26.199 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89722025-02-28T11:57:27.264Z[ host-image] Feb 28 11:57:26.232 INFO O| Feb 28 11:57:26.232 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
89732025-02-28T11:57:27.269Z[ host-image] Feb 28 11:57:26.238 INFO O| Feb 28 11:57:26.238 INFO STEP 5 (remove_files) COMPLETE
89742025-02-28T11:57:27.269Z[ host-image] Feb 28 11:57:26.238 INFO O| Feb 28 11:57:26.238 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752025-02-28T11:57:27.313Z[ host-image] Feb 28 11:57:26.281 INFO O| Feb 28 11:57:26.281 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
89762025-02-28T11:57:27.333Z[ host-image] Feb 28 11:57:26.302 INFO O| Feb 28 11:57:26.302 INFO STEP 6 (remove_files) COMPLETE
89772025-02-28T11:57:27.333Z[ host-image] Feb 28 11:57:26.302 INFO O| Feb 28 11:57:26.302 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89782025-02-28T11:57:27.395Z[ host-image] Feb 28 11:57:26.363 INFO O| Feb 28 11:57:26.363 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
89792025-02-28T11:57:27.420Z[ host-image] Feb 28 11:57:26.389 INFO O| Feb 28 11:57:26.389 INFO STEP 7 (remove_files) COMPLETE
89802025-02-28T11:57:27.420Z[ host-image] Feb 28 11:57:26.389 INFO O| Feb 28 11:57:26.389 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89812025-02-28T11:57:27.443Z[ host-image] Feb 28 11:57:26.411 INFO O| Feb 28 11:57:26.411 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
89822025-02-28T11:57:27.641Z[ host-image] Feb 28 11:57:26.609 INFO O| Feb 28 11:57:26.609 INFO STEP 8 (remove_files) COMPLETE
89832025-02-28T11:57:27.641Z[ host-image] Feb 28 11:57:26.609 INFO O| Feb 28 11:57:26.609 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842025-02-28T11:57:27.721Z[ host-image] Feb 28 11:57:26.690 INFO O| Feb 28 11:57:26.690 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
89852025-02-28T11:57:27.946Z[ host-image] Feb 28 11:57:26.914 INFO O| Feb 28 11:57:26.914 INFO STEP 9 (remove_files) COMPLETE
89862025-02-28T11:57:27.946Z[ host-image] Feb 28 11:57:26.914 INFO O| Feb 28 11:57:26.914 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89872025-02-28T11:57:28.069Z[ host-image] Feb 28 11:57:27.037 INFO O| Feb 28 11:57:27.037 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
89882025-02-28T11:57:28.075Z[ host-image] Feb 28 11:57:27.043 INFO O| Feb 28 11:57:27.043 INFO STEP 10 (remove_files) COMPLETE
89892025-02-28T11:57:28.075Z[ host-image] Feb 28 11:57:27.043 INFO O| Feb 28 11:57:27.043 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902025-02-28T11:57:28.176Z[ host-image] Feb 28 11:57:27.144 INFO O| Feb 28 11:57:27.144 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
89912025-02-28T11:57:28.179Z[ host-image] Feb 28 11:57:27.145 INFO O| Feb 28 11:57:27.145 INFO STEP 11 (remove_files) COMPLETE
89922025-02-28T11:57:28.179Z[ host-image] Feb 28 11:57:27.145 INFO O| Feb 28 11:57:27.145 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89932025-02-28T11:57:28.225Z[ host-image] Feb 28 11:57:27.193 INFO O| Feb 28 11:57:27.193 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
89942025-02-28T11:57:28.228Z[ host-image] Feb 28 11:57:27.196 INFO O| Feb 28 11:57:27.196 INFO STEP 12 (remove_files) COMPLETE
89952025-02-28T11:57:28.228Z[ host-image] Feb 28 11:57:27.196 INFO O| Feb 28 11:57:27.196 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962025-02-28T11:57:28.307Z[ host-image] Feb 28 11:57:27.275 INFO O| Feb 28 11:57:27.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89972025-02-28T11:57:28.310Z[ host-image] Feb 28 11:57:27.275 INFO O| Feb 28 11:57:27.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89982025-02-28T11:57:28.310Z[ host-image] Feb 28 11:57:27.275 INFO O| Feb 28 11:57:27.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89992025-02-28T11:57:28.310Z[ host-image] Feb 28 11:57:27.276 INFO O| Feb 28 11:57:27.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90002025-02-28T11:57:28.310Z[ host-image] Feb 28 11:57:27.276 INFO O| Feb 28 11:57:27.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90012025-02-28T11:57:28.310Z[ host-image] Feb 28 11:57:27.276 INFO O| Feb 28 11:57:27.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90022025-02-28T11:57:28.310Z[ host-image] Feb 28 11:57:27.276 INFO O| Feb 28 11:57:27.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90032025-02-28T11:57:28.310Z[ host-image] Feb 28 11:57:27.277 INFO O| Feb 28 11:57:27.277 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90042025-02-28T11:57:28.310Z[ host-image] Feb 28 11:57:27.277 INFO O| Feb 28 11:57:27.277 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90052025-02-28T11:57:28.310Z[ host-image] Feb 28 11:57:27.277 INFO O| Feb 28 11:57:27.277 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90062025-02-28T11:57:28.310Z[ host-image] Feb 28 11:57:27.278 INFO O| Feb 28 11:57:27.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90072025-02-28T11:57:28.310Z[ host-image] Feb 28 11:57:27.278 INFO O| Feb 28 11:57:27.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90082025-02-28T11:57:28.313Z[ host-image] Feb 28 11:57:27.278 INFO O| Feb 28 11:57:27.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90092025-02-28T11:57:28.313Z[ host-image] Feb 28 11:57:27.278 INFO O| Feb 28 11:57:27.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90102025-02-28T11:57:28.313Z[ host-image] Feb 28 11:57:27.278 INFO O| Feb 28 11:57:27.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90112025-02-28T11:57:28.313Z[ host-image] Feb 28 11:57:27.279 INFO O| Feb 28 11:57:27.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90122025-02-28T11:57:28.314Z[ host-image] Feb 28 11:57:27.280 INFO O| Feb 28 11:57:27.280 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
90132025-02-28T11:57:28.391Z[ host-image] Feb 28 11:57:27.359 INFO O| Feb 28 11:57:27.359 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
90142025-02-28T11:57:28.395Z[ host-image] Feb 28 11:57:27.363 INFO O| Feb 28 11:57:27.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
90152025-02-28T11:57:28.397Z[ host-image] Feb 28 11:57:27.365 INFO O| Feb 28 11:57:27.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
90162025-02-28T11:57:28.567Z[ host-image] Feb 28 11:57:27.535 INFO O| Feb 28 11:57:27.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
90172025-02-28T11:57:28.660Z[ recovery-image] Feb 28 11:57:27.629 INFO E| Compiling bitstruct_derive v0.1.0
90182025-02-28T11:57:29.135Z[ host-image] Feb 28 11:57:28.103 INFO O| Feb 28 11:57:28.103 INFO STEP 13 (remove_files) COMPLETE
90192025-02-28T11:57:29.135Z[ host-image] Feb 28 11:57:28.103 INFO O| Feb 28 11:57:28.103 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90202025-02-28T11:57:29.168Z[ host-image] Feb 28 11:57:28.136 INFO O| Feb 28 11:57:28.136 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
90212025-02-28T11:57:29.171Z[ host-image] Feb 28 11:57:28.139 INFO O| Feb 28 11:57:28.139 INFO STEP 14 (remove_files) COMPLETE
90222025-02-28T11:57:29.171Z[ host-image] Feb 28 11:57:28.139 INFO O| Feb 28 11:57:28.139 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232025-02-28T11:57:29.192Z[ host-image] Feb 28 11:57:28.160 INFO O| Feb 28 11:57:28.160 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
90242025-02-28T11:57:29.202Z[ host-image] Feb 28 11:57:28.170 INFO O| Feb 28 11:57:28.170 INFO STEP 15 (remove_files) COMPLETE
90252025-02-28T11:57:29.202Z[ host-image] Feb 28 11:57:28.170 INFO O| Feb 28 11:57:28.170 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90262025-02-28T11:57:29.225Z[ host-image] Feb 28 11:57:28.193 INFO O| Feb 28 11:57:28.193 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
90272025-02-28T11:57:29.228Z[ host-image] Feb 28 11:57:28.194 INFO O| Feb 28 11:57:28.194 INFO STEP 16 (remove_files) COMPLETE
90282025-02-28T11:57:29.228Z[ host-image] Feb 28 11:57:28.194 INFO O| Feb 28 11:57:28.194 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292025-02-28T11:57:29.249Z[ host-image] Feb 28 11:57:28.217 INFO O| Feb 28 11:57:28.216 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
90302025-02-28T11:57:29.251Z[ host-image] Feb 28 11:57:28.219 INFO O| Feb 28 11:57:28.219 INFO STEP 17 (remove_files) COMPLETE
90312025-02-28T11:57:29.251Z[ host-image] Feb 28 11:57:28.219 INFO O| Feb 28 11:57:28.219 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90322025-02-28T11:57:29.289Z[ host-image] Feb 28 11:57:28.257 INFO O| Feb 28 11:57:28.257 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
90332025-02-28T11:57:29.289Z[ host-image] Feb 28 11:57:28.257 INFO O| Feb 28 11:57:28.257 INFO STEP 18 (remove_files) COMPLETE
90342025-02-28T11:57:29.291Z[ host-image] Feb 28 11:57:28.257 INFO O| Feb 28 11:57:28.257 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90352025-02-28T11:57:29.310Z[ host-image] Feb 28 11:57:28.278 INFO O| Feb 28 11:57:28.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
90362025-02-28T11:57:29.313Z[ host-image] Feb 28 11:57:28.278 INFO O| Feb 28 11:57:28.278 INFO STEP 19 (remove_files) COMPLETE
90372025-02-28T11:57:29.313Z[ host-image] Feb 28 11:57:28.279 INFO O| Feb 28 11:57:28.278 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90382025-02-28T11:57:29.329Z[ host-image] Feb 28 11:57:28.297 INFO O| Feb 28 11:57:28.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
90392025-02-28T11:57:29.332Z[ host-image] Feb 28 11:57:28.298 INFO O| Feb 28 11:57:28.297 INFO STEP 20 (remove_files) COMPLETE
90402025-02-28T11:57:29.332Z[ host-image] Feb 28 11:57:28.298 INFO O| Feb 28 11:57:28.298 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90412025-02-28T11:57:29.361Z[ host-image] Feb 28 11:57:28.329 INFO O| Feb 28 11:57:28.329 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
90422025-02-28T11:57:29.361Z[ host-image] Feb 28 11:57:28.329 INFO O| Feb 28 11:57:28.329 INFO STEP 21 (remove_files) COMPLETE
90432025-02-28T11:57:29.361Z[ host-image] Feb 28 11:57:28.329 INFO O| Feb 28 11:57:28.329 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90442025-02-28T11:57:29.406Z[ host-image] Feb 28 11:57:28.374 INFO O| Feb 28 11:57:28.374 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
90452025-02-28T11:57:29.406Z[ host-image] Feb 28 11:57:28.374 INFO O| Feb 28 11:57:28.374 INFO STEP 22 (remove_files) COMPLETE
90462025-02-28T11:57:29.406Z[ host-image] Feb 28 11:57:28.374 INFO O| Feb 28 11:57:28.374 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90472025-02-28T11:57:29.425Z[ host-image] Feb 28 11:57:28.393 INFO O| Feb 28 11:57:28.393 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
90482025-02-28T11:57:29.425Z[ host-image] Feb 28 11:57:28.393 INFO O| Feb 28 11:57:28.393 INFO STEP 23 (remove_files) COMPLETE
90492025-02-28T11:57:29.425Z[ host-image] Feb 28 11:57:28.393 INFO O| Feb 28 11:57:28.393 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90502025-02-28T11:57:29.444Z[ host-image] Feb 28 11:57:28.412 INFO O| Feb 28 11:57:28.412 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
90512025-02-28T11:57:29.444Z[ host-image] Feb 28 11:57:28.412 INFO O| Feb 28 11:57:28.412 INFO STEP 24 (remove_files) COMPLETE
90522025-02-28T11:57:29.444Z[ host-image] Feb 28 11:57:28.412 INFO O| Feb 28 11:57:28.412 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90532025-02-28T11:57:29.463Z[ host-image] Feb 28 11:57:28.431 INFO O| Feb 28 11:57:28.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
90542025-02-28T11:57:29.463Z[ host-image] Feb 28 11:57:28.431 INFO O| Feb 28 11:57:28.431 INFO STEP 25 (remove_files) COMPLETE
90552025-02-28T11:57:29.466Z[ host-image] Feb 28 11:57:28.431 INFO O| Feb 28 11:57:28.431 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90562025-02-28T11:57:29.494Z[ host-image] Feb 28 11:57:28.462 INFO O| Feb 28 11:57:28.462 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
90572025-02-28T11:57:29.497Z[ host-image] Feb 28 11:57:28.462 INFO O| Feb 28 11:57:28.462 INFO STEP 26 (remove_files) COMPLETE
90582025-02-28T11:57:29.497Z[ host-image] Feb 28 11:57:28.462 INFO O| Feb 28 11:57:28.462 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90592025-02-28T11:57:29.533Z[ host-image] Feb 28 11:57:28.501 INFO O| Feb 28 11:57:28.500 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
90602025-02-28T11:57:29.533Z[ host-image] Feb 28 11:57:28.501 INFO O| Feb 28 11:57:28.501 INFO STEP 27 (remove_files) COMPLETE
90612025-02-28T11:57:29.535Z[ host-image] Feb 28 11:57:28.501 INFO O| Feb 28 11:57:28.501 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90622025-02-28T11:57:29.570Z[ host-image] Feb 28 11:57:28.538 INFO O| Feb 28 11:57:28.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
90632025-02-28T11:57:29.570Z[ host-image] Feb 28 11:57:28.538 INFO O| Feb 28 11:57:28.538 INFO STEP 28 (remove_files) COMPLETE
90642025-02-28T11:57:29.570Z[ host-image] Feb 28 11:57:28.538 INFO O| Feb 28 11:57:28.538 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90652025-02-28T11:57:29.589Z[ host-image] Feb 28 11:57:28.557 INFO O| Feb 28 11:57:28.557 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
90662025-02-28T11:57:29.589Z[ host-image] Feb 28 11:57:28.557 INFO O| Feb 28 11:57:28.557 INFO STEP 29 (remove_files) COMPLETE
90672025-02-28T11:57:29.589Z[ host-image] Feb 28 11:57:28.557 INFO O| Feb 28 11:57:28.557 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90682025-02-28T11:57:29.621Z[ host-image] Feb 28 11:57:28.589 INFO O| Feb 28 11:57:28.588 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
90692025-02-28T11:57:29.623Z[ host-image] Feb 28 11:57:28.589 INFO O| Feb 28 11:57:28.589 INFO STEP 30 (remove_files) COMPLETE
90702025-02-28T11:57:29.623Z[ host-image] Feb 28 11:57:28.589 INFO O| Feb 28 11:57:28.589 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90712025-02-28T11:57:29.642Z[ host-image] Feb 28 11:57:28.609 INFO O| Feb 28 11:57:28.609 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
90722025-02-28T11:57:29.642Z[ host-image] Feb 28 11:57:28.610 INFO O| Feb 28 11:57:28.610 INFO STEP 31 (remove_files) COMPLETE
90732025-02-28T11:57:29.644Z[ host-image] Feb 28 11:57:28.610 INFO O| Feb 28 11:57:28.610 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90742025-02-28T11:57:29.675Z[ host-image] Feb 28 11:57:28.643 INFO O| Feb 28 11:57:28.643 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
90752025-02-28T11:57:29.675Z[ host-image] Feb 28 11:57:28.643 INFO O| Feb 28 11:57:28.643 INFO STEP 32 (remove_files) COMPLETE
90762025-02-28T11:57:29.675Z[ host-image] Feb 28 11:57:28.643 INFO O| Feb 28 11:57:28.643 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90772025-02-28T11:57:29.698Z[ host-image] Feb 28 11:57:28.666 INFO O| Feb 28 11:57:28.666 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
90782025-02-28T11:57:29.698Z[ host-image] Feb 28 11:57:28.666 INFO O| Feb 28 11:57:28.666 INFO STEP 33 (remove_files) COMPLETE
90792025-02-28T11:57:29.698Z[ host-image] Feb 28 11:57:28.666 INFO O| Feb 28 11:57:28.666 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90802025-02-28T11:57:29.736Z[ host-image] Feb 28 11:57:28.704 INFO O| Feb 28 11:57:28.704 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
90812025-02-28T11:57:29.739Z[ host-image] Feb 28 11:57:28.704 INFO O| Feb 28 11:57:28.704 INFO STEP 34 (remove_files) COMPLETE
90822025-02-28T11:57:29.739Z[ host-image] Feb 28 11:57:28.704 INFO O| Feb 28 11:57:28.704 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90832025-02-28T11:57:29.758Z[ host-image] Feb 28 11:57:28.726 INFO O| Feb 28 11:57:28.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
90842025-02-28T11:57:29.775Z[ host-image] Feb 28 11:57:28.726 INFO O| Feb 28 11:57:28.726 INFO STEP 35 (remove_files) COMPLETE
90852025-02-28T11:57:29.775Z[ host-image] Feb 28 11:57:28.726 INFO O| Feb 28 11:57:28.726 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90862025-02-28T11:57:29.799Z[ host-image] Feb 28 11:57:28.767 INFO O| Feb 28 11:57:28.767 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
90872025-02-28T11:57:29.799Z[ host-image] Feb 28 11:57:28.767 INFO O| Feb 28 11:57:28.767 INFO STEP 36 (remove_files) COMPLETE
90882025-02-28T11:57:29.799Z[ host-image] Feb 28 11:57:28.767 INFO O| Feb 28 11:57:28.767 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90892025-02-28T11:57:29.820Z[ host-image] Feb 28 11:57:28.788 INFO O| Feb 28 11:57:28.788 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
90902025-02-28T11:57:29.820Z[ host-image] Feb 28 11:57:28.788 INFO O| Feb 28 11:57:28.788 INFO STEP 37 (remove_files) COMPLETE
90912025-02-28T11:57:29.820Z[ host-image] Feb 28 11:57:28.788 INFO O| Feb 28 11:57:28.788 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90922025-02-28T11:57:29.846Z[ host-image] Feb 28 11:57:28.814 INFO O| Feb 28 11:57:28.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
90932025-02-28T11:57:29.846Z[ host-image] Feb 28 11:57:28.814 INFO O| Feb 28 11:57:28.814 INFO STEP 38 (remove_files) COMPLETE
90942025-02-28T11:57:29.849Z[ host-image] Feb 28 11:57:28.814 INFO O| Feb 28 11:57:28.814 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90952025-02-28T11:57:29.905Z[ host-image] Feb 28 11:57:28.872 INFO O| Feb 28 11:57:28.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
90962025-02-28T11:57:29.905Z[ host-image] Feb 28 11:57:28.872 INFO O| Feb 28 11:57:28.872 INFO STEP 39 (remove_files) COMPLETE
90972025-02-28T11:57:29.905Z[ host-image] Feb 28 11:57:28.872 INFO O| Feb 28 11:57:28.872 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90982025-02-28T11:57:29.934Z[ host-image] Feb 28 11:57:28.901 INFO O| Feb 28 11:57:28.901 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
90992025-02-28T11:57:29.934Z[ host-image] Feb 28 11:57:28.901 INFO O| Feb 28 11:57:28.901 INFO STEP 40 (remove_files) COMPLETE
91002025-02-28T11:57:29.937Z[ host-image] Feb 28 11:57:28.901 INFO O| Feb 28 11:57:28.901 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91012025-02-28T11:57:30.002Z[ host-image] Feb 28 11:57:28.970 INFO O| Feb 28 11:57:28.969 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
91022025-02-28T11:57:30.002Z[ host-image] Feb 28 11:57:28.970 INFO O| Feb 28 11:57:28.970 INFO STEP 41 (remove_files) COMPLETE
91032025-02-28T11:57:30.005Z[ host-image] Feb 28 11:57:28.970 INFO O| Feb 28 11:57:28.970 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91042025-02-28T11:57:30.041Z[ host-image] Feb 28 11:57:29.008 INFO O| Feb 28 11:57:29.008 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
91052025-02-28T11:57:30.041Z[ host-image] Feb 28 11:57:29.008 INFO O| Feb 28 11:57:29.008 INFO STEP 42 (remove_files) COMPLETE
91062025-02-28T11:57:30.041Z[ host-image] Feb 28 11:57:29.008 INFO O| Feb 28 11:57:29.008 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91072025-02-28T11:57:30.078Z[ host-image] Feb 28 11:57:29.046 INFO O| Feb 28 11:57:29.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
91082025-02-28T11:57:30.081Z[ host-image] Feb 28 11:57:29.046 INFO O| Feb 28 11:57:29.046 INFO STEP 43 (remove_files) COMPLETE
91092025-02-28T11:57:30.081Z[ host-image] Feb 28 11:57:29.046 INFO O| Feb 28 11:57:29.046 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91102025-02-28T11:57:30.098Z[ host-image] Feb 28 11:57:29.066 INFO O| Feb 28 11:57:29.066 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
91112025-02-28T11:57:30.101Z[ host-image] Feb 28 11:57:29.066 INFO O| Feb 28 11:57:29.066 INFO STEP 44 (remove_files) COMPLETE
91122025-02-28T11:57:30.101Z[ host-image] Feb 28 11:57:29.066 INFO O| Feb 28 11:57:29.066 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91132025-02-28T11:57:30.135Z[ host-image] Feb 28 11:57:29.095 INFO O| Feb 28 11:57:29.095 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
91142025-02-28T11:57:30.135Z[ host-image] Feb 28 11:57:29.095 INFO O| Feb 28 11:57:29.095 INFO STEP 45 (remove_files) COMPLETE
91152025-02-28T11:57:30.135Z[ host-image] Feb 28 11:57:29.095 INFO O| Feb 28 11:57:29.095 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91162025-02-28T11:57:30.169Z[ host-image] Feb 28 11:57:29.137 INFO O| Feb 28 11:57:29.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
91172025-02-28T11:57:30.169Z[ host-image] Feb 28 11:57:29.137 INFO O| Feb 28 11:57:29.137 INFO STEP 46 (remove_files) COMPLETE
91182025-02-28T11:57:30.172Z[ host-image] Feb 28 11:57:29.137 INFO O| Feb 28 11:57:29.137 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91192025-02-28T11:57:30.187Z[ host-image] Feb 28 11:57:29.155 INFO O| Feb 28 11:57:29.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
91202025-02-28T11:57:30.187Z[ host-image] Feb 28 11:57:29.155 INFO O| Feb 28 11:57:29.155 INFO STEP 47 (remove_files) COMPLETE
91212025-02-28T11:57:30.190Z[ host-image] Feb 28 11:57:29.155 INFO O| Feb 28 11:57:29.155 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91222025-02-28T11:57:30.237Z[ host-image] Feb 28 11:57:29.205 INFO O| Feb 28 11:57:29.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
91232025-02-28T11:57:30.240Z[ host-image] Feb 28 11:57:29.205 INFO O| Feb 28 11:57:29.205 INFO STEP 48 (remove_files) COMPLETE
91242025-02-28T11:57:30.240Z[ host-image] Feb 28 11:57:29.205 INFO O| Feb 28 11:57:29.205 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91252025-02-28T11:57:30.372Z[ host-image] Feb 28 11:57:29.339 INFO O| Feb 28 11:57:29.339 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
91262025-02-28T11:57:30.372Z[ host-image] Feb 28 11:57:29.340 INFO O| Feb 28 11:57:29.340 INFO STEP 49 (remove_files) COMPLETE
91272025-02-28T11:57:30.375Z[ host-image] Feb 28 11:57:29.340 INFO O| Feb 28 11:57:29.340 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91282025-02-28T11:57:30.410Z[ host-image] Feb 28 11:57:29.377 INFO O| Feb 28 11:57:29.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
91292025-02-28T11:57:30.410Z[ host-image] Feb 28 11:57:29.377 INFO O| Feb 28 11:57:29.377 INFO STEP 50 (remove_files) COMPLETE
91302025-02-28T11:57:30.410Z[ host-image] Feb 28 11:57:29.377 INFO O| Feb 28 11:57:29.377 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91312025-02-28T11:57:30.460Z[ host-image] Feb 28 11:57:29.428 INFO O| Feb 28 11:57:29.427 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91322025-02-28T11:57:30.460Z[ host-image] Feb 28 11:57:29.428 INFO O| Feb 28 11:57:29.428 INFO STEP 51 (remove_files) COMPLETE
91332025-02-28T11:57:30.460Z[ host-image] Feb 28 11:57:29.428 INFO O| Feb 28 11:57:29.428 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91342025-02-28T11:57:30.500Z[ host-image] Feb 28 11:57:29.468 INFO O| Feb 28 11:57:29.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91352025-02-28T11:57:30.503Z[ host-image] Feb 28 11:57:29.468 INFO O| Feb 28 11:57:29.468 INFO STEP 52 (remove_files) COMPLETE
91362025-02-28T11:57:30.503Z[ host-image] Feb 28 11:57:29.468 INFO O| Feb 28 11:57:29.468 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91372025-02-28T11:57:30.521Z[ host-image] Feb 28 11:57:29.488 INFO O| Feb 28 11:57:29.488 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
91382025-02-28T11:57:30.523Z[ host-image] Feb 28 11:57:29.489 INFO O| Feb 28 11:57:29.488 INFO STEP 53 (remove_files) COMPLETE
91392025-02-28T11:57:30.523Z[ host-image] Feb 28 11:57:29.489 INFO O| Feb 28 11:57:29.489 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91402025-02-28T11:57:30.541Z[ host-image] Feb 28 11:57:29.509 INFO O| Feb 28 11:57:29.509 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
91412025-02-28T11:57:30.544Z[ host-image] Feb 28 11:57:29.509 INFO O| Feb 28 11:57:29.509 INFO STEP 54 (remove_files) COMPLETE
91422025-02-28T11:57:30.544Z[ host-image] Feb 28 11:57:29.509 INFO O| Feb 28 11:57:29.509 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91432025-02-28T11:57:30.577Z[ host-image] Feb 28 11:57:29.544 INFO O| Feb 28 11:57:29.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
91442025-02-28T11:57:30.577Z[ host-image] Feb 28 11:57:29.544 INFO O| Feb 28 11:57:29.544 INFO STEP 55 (remove_files) COMPLETE
91452025-02-28T11:57:30.577Z[ host-image] Feb 28 11:57:29.544 INFO O| Feb 28 11:57:29.544 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91462025-02-28T11:57:30.634Z[ host-image] Feb 28 11:57:29.602 INFO O| Feb 28 11:57:29.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
91472025-02-28T11:57:30.634Z[ host-image] Feb 28 11:57:29.602 INFO O| Feb 28 11:57:29.602 INFO STEP 56 (remove_files) COMPLETE
91482025-02-28T11:57:30.634Z[ host-image] Feb 28 11:57:29.602 INFO O| Feb 28 11:57:29.602 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91492025-02-28T11:57:30.653Z[ host-image] Feb 28 11:57:29.621 INFO O| Feb 28 11:57:29.621 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
91502025-02-28T11:57:30.653Z[ host-image] Feb 28 11:57:29.621 INFO O| Feb 28 11:57:29.621 INFO STEP 57 (remove_files) COMPLETE
91512025-02-28T11:57:30.656Z[ host-image] Feb 28 11:57:29.621 INFO O| Feb 28 11:57:29.621 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91522025-02-28T11:57:30.674Z[ host-image] Feb 28 11:57:29.642 INFO O| Feb 28 11:57:29.641 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91532025-02-28T11:57:30.674Z[ host-image] Feb 28 11:57:29.642 INFO O| Feb 28 11:57:29.642 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
91542025-02-28T11:57:30.674Z[ host-image] Feb 28 11:57:29.642 INFO O| Feb 28 11:57:29.642 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91552025-02-28T11:57:30.677Z[ host-image] Feb 28 11:57:29.642 INFO O| Feb 28 11:57:29.642 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91562025-02-28T11:57:30.677Z[ host-image] Feb 28 11:57:29.642 INFO O| Feb 28 11:57:29.642 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91572025-02-28T11:57:30.677Z[ host-image] Feb 28 11:57:29.642 INFO O| Feb 28 11:57:29.642 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91582025-02-28T11:57:30.677Z[ host-image] Feb 28 11:57:29.642 INFO O| Feb 28 11:57:29.642 INFO ok!
91592025-02-28T11:57:30.677Z[ host-image] Feb 28 11:57:29.642 INFO O| Feb 28 11:57:29.642 INFO STEP 58 (ensure_file) COMPLETE
91602025-02-28T11:57:30.677Z[ host-image] Feb 28 11:57:29.642 INFO O| Feb 28 11:57:29.642 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91612025-02-28T11:57:30.694Z[ host-image] Feb 28 11:57:29.662 INFO O| Feb 28 11:57:29.662 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91622025-02-28T11:57:30.694Z[ host-image] Feb 28 11:57:29.662 INFO O| Feb 28 11:57:29.662 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
91632025-02-28T11:57:30.697Z[ host-image] Feb 28 11:57:29.662 INFO O| Feb 28 11:57:29.662 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91642025-02-28T11:57:30.697Z[ host-image] Feb 28 11:57:29.662 INFO O| Feb 28 11:57:29.662 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91652025-02-28T11:57:30.697Z[ host-image] Feb 28 11:57:29.662 INFO O| Feb 28 11:57:29.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91662025-02-28T11:57:30.697Z[ host-image] Feb 28 11:57:29.662 INFO O| Feb 28 11:57:29.662 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91672025-02-28T11:57:30.697Z[ host-image] Feb 28 11:57:29.662 INFO O| Feb 28 11:57:29.662 INFO ok!
91682025-02-28T11:57:30.697Z[ host-image] Feb 28 11:57:29.662 INFO O| Feb 28 11:57:29.662 INFO STEP 59 (ensure_file) COMPLETE
91692025-02-28T11:57:30.697Z[ host-image] Feb 28 11:57:29.662 INFO O| Feb 28 11:57:29.662 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91702025-02-28T11:57:30.718Z[ host-image] Feb 28 11:57:29.685 INFO O| Feb 28 11:57:29.685 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
91712025-02-28T11:57:30.718Z[ host-image] Feb 28 11:57:29.685 INFO O| Feb 28 11:57:29.685 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
91722025-02-28T11:57:30.718Z[ host-image] Feb 28 11:57:29.686 INFO O| Feb 28 11:57:29.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
91732025-02-28T11:57:30.721Z[ host-image] Feb 28 11:57:29.686 INFO O| Feb 28 11:57:29.686 INFO ok!
91742025-02-28T11:57:30.721Z[ host-image] Feb 28 11:57:29.686 INFO O| Feb 28 11:57:29.686 INFO STEP 60 (ensure_file) COMPLETE
91752025-02-28T11:57:30.721Z[ host-image] Feb 28 11:57:29.686 INFO O| Feb 28 11:57:29.686 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91762025-02-28T11:57:30.776Z[ host-image] Feb 28 11:57:29.744 INFO O| Feb 28 11:57:29.744 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91772025-02-28T11:57:30.776Z[ host-image] Feb 28 11:57:29.744 INFO O| Feb 28 11:57:29.744 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
91782025-02-28T11:57:30.779Z[ host-image] Feb 28 11:57:29.744 INFO O| Feb 28 11:57:29.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
91792025-02-28T11:57:30.779Z[ host-image] Feb 28 11:57:29.744 INFO O| Feb 28 11:57:29.744 INFO ok!
91802025-02-28T11:57:30.779Z[ host-image] Feb 28 11:57:29.744 INFO O| Feb 28 11:57:29.744 INFO STEP 61 (ensure_file) COMPLETE
91812025-02-28T11:57:30.779Z[ host-image] Feb 28 11:57:29.744 INFO O| Feb 28 11:57:29.744 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91822025-02-28T11:57:30.798Z[ host-image] Feb 28 11:57:29.766 INFO O| Feb 28 11:57:29.766 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
91832025-02-28T11:57:30.798Z[ host-image] Feb 28 11:57:29.766 INFO O| Feb 28 11:57:29.766 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
91842025-02-28T11:57:30.798Z[ host-image] Feb 28 11:57:29.766 INFO O| Feb 28 11:57:29.766 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91852025-02-28T11:57:30.801Z[ host-image] Feb 28 11:57:29.766 INFO O| Feb 28 11:57:29.766 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91862025-02-28T11:57:30.801Z[ host-image] Feb 28 11:57:29.766 INFO O| Feb 28 11:57:29.766 INFO ok!
91872025-02-28T11:57:30.801Z[ host-image] Feb 28 11:57:29.766 INFO O| Feb 28 11:57:29.766 INFO STEP 62 (ensure_file) COMPLETE
91882025-02-28T11:57:30.801Z[ host-image] Feb 28 11:57:29.766 INFO O| Feb 28 11:57:29.766 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91892025-02-28T11:57:30.831Z[ host-image] Feb 28 11:57:29.798 INFO O| Feb 28 11:57:29.798 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
91902025-02-28T11:57:30.831Z[ host-image] Feb 28 11:57:29.798 INFO O| Feb 28 11:57:29.798 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
91912025-02-28T11:57:30.834Z[ host-image] Feb 28 11:57:29.799 INFO O| Feb 28 11:57:29.799 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91922025-02-28T11:57:30.834Z[ host-image] Feb 28 11:57:29.799 INFO O| Feb 28 11:57:29.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91932025-02-28T11:57:30.834Z[ host-image] Feb 28 11:57:29.799 INFO O| Feb 28 11:57:29.799 INFO ok!
91942025-02-28T11:57:30.834Z[ host-image] Feb 28 11:57:29.799 INFO O| Feb 28 11:57:29.799 INFO STEP 63 (ensure_file) COMPLETE
91952025-02-28T11:57:30.834Z[ host-image] Feb 28 11:57:29.799 INFO O| Feb 28 11:57:29.799 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91962025-02-28T11:57:30.879Z[ host-image] Feb 28 11:57:29.847 INFO O| Feb 28 11:57:29.847 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
91972025-02-28T11:57:30.879Z[ host-image] Feb 28 11:57:29.847 INFO O| Feb 28 11:57:29.847 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
91982025-02-28T11:57:30.880Z[ host-image] Feb 28 11:57:29.847 INFO O| Feb 28 11:57:29.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
91992025-02-28T11:57:30.882Z[ host-image] Feb 28 11:57:29.847 INFO O| Feb 28 11:57:29.847 INFO ok!
92002025-02-28T11:57:30.882Z[ host-image] Feb 28 11:57:29.847 INFO O| Feb 28 11:57:29.847 INFO STEP 64 (assemble_files) COMPLETE
92012025-02-28T11:57:30.882Z[ host-image] Feb 28 11:57:29.847 INFO O| Feb 28 11:57:29.847 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92022025-02-28T11:57:30.941Z[ host-image] Feb 28 11:57:29.908 INFO O| Feb 28 11:57:29.908 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
92032025-02-28T11:57:30.941Z[ host-image] Feb 28 11:57:29.909 INFO O| Feb 28 11:57:29.908 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
92042025-02-28T11:57:30.944Z[ host-image] Feb 28 11:57:29.909 INFO O| Feb 28 11:57:29.909 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
92052025-02-28T11:57:30.945Z[ host-image] Feb 28 11:57:29.909 INFO O| Feb 28 11:57:29.909 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
92062025-02-28T11:57:30.945Z[ host-image] Feb 28 11:57:29.909 INFO O| Feb 28 11:57:29.909 INFO ok!
92072025-02-28T11:57:30.945Z[ host-image] Feb 28 11:57:29.909 INFO O| Feb 28 11:57:29.909 INFO STEP 65 (ensure_file) COMPLETE
92082025-02-28T11:57:30.945Z[ host-image] Feb 28 11:57:29.909 INFO O| Feb 28 11:57:29.909 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92092025-02-28T11:57:30.961Z[ host-image] Feb 28 11:57:29.928 INFO O| Feb 28 11:57:29.928 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92102025-02-28T11:57:30.963Z[ host-image] Feb 28 11:57:29.929 INFO O| Feb 28 11:57:29.929 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92112025-02-28T11:57:30.963Z[ host-image] Feb 28 11:57:29.929 INFO O| Feb 28 11:57:29.929 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92122025-02-28T11:57:30.963Z[ host-image] Feb 28 11:57:29.929 INFO O| Feb 28 11:57:29.929 INFO STEP 66 (ensure_dir) COMPLETE
92132025-02-28T11:57:30.963Z[ host-image] Feb 28 11:57:29.929 INFO O| Feb 28 11:57:29.929 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92142025-02-28T11:57:30.979Z[ host-image] Feb 28 11:57:29.947 INFO O| Feb 28 11:57:29.946 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92152025-02-28T11:57:30.982Z[ host-image] Feb 28 11:57:29.947 INFO O| Feb 28 11:57:29.946 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 ...
92162025-02-28T11:57:30.992Z[ host-image] Feb 28 11:57:29.960 INFO O| Feb 28 11:57:29.960 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
92172025-02-28T11:57:30.992Z[ host-image] Feb 28 11:57:29.960 INFO O| Feb 28 11:57:29.960 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92182025-02-28T11:57:30.992Z[ host-image] Feb 28 11:57:29.960 INFO O| Feb 28 11:57:29.960 INFO ok!
92192025-02-28T11:57:30.995Z[ host-image] Feb 28 11:57:29.960 INFO O| Feb 28 11:57:29.960 INFO STEP 67 (ensure_file) COMPLETE
92202025-02-28T11:57:30.995Z[ host-image] Feb 28 11:57:29.960 INFO O| Feb 28 11:57:29.960 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92212025-02-28T11:57:31.012Z[ host-image] Feb 28 11:57:29.980 INFO O| Feb 28 11:57:29.980 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92222025-02-28T11:57:31.012Z[ host-image] Feb 28 11:57:29.980 INFO O| Feb 28 11:57:29.980 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 ...
92232025-02-28T11:57:31.015Z[ host-image] Feb 28 11:57:29.980 INFO O| Feb 28 11:57:29.980 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
92242025-02-28T11:57:31.015Z[ host-image] Feb 28 11:57:29.980 INFO O| Feb 28 11:57:29.980 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92252025-02-28T11:57:31.015Z[ host-image] Feb 28 11:57:29.980 INFO O| Feb 28 11:57:29.980 INFO ok!
92262025-02-28T11:57:31.015Z[ host-image] Feb 28 11:57:29.980 INFO O| Feb 28 11:57:29.980 INFO STEP 68 (ensure_file) COMPLETE
92272025-02-28T11:57:31.015Z[ host-image] Feb 28 11:57:29.980 INFO O| Feb 28 11:57:29.980 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92282025-02-28T11:57:31.040Z[ host-image] Feb 28 11:57:30.008 INFO O| Feb 28 11:57:30.008 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
92292025-02-28T11:57:31.040Z[ host-image] Feb 28 11:57:30.008 INFO O| Feb 28 11:57:30.008 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
92302025-02-28T11:57:37.926Z[ host-image] Feb 28 11:57:36.893 INFO O| Feb 28 11:57:36.892 INFO STEP 69 (pack_tar) COMPLETE
92312025-02-28T11:57:37.927Z[ host-image] Feb 28 11:57:36.893 INFO O| Feb 28 11:57:36.893 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
92322025-02-28T11:57:37.930Z[ host-image] Feb 28 11:57:36.893 INFO O| Feb 28 11:57:36.893 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
92332025-02-28T11:57:38.325Z[ host-image] Feb 28 11:57:37.291 INFO O| Feb 28 11:57:37.291 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
92342025-02-28T11:57:38.481Z[ host-image] Feb 28 11:57:37.447 INFO O| Feb 28 11:57:37.447 INFO completed processing gimlet/ramdisk-02-trim
92352025-02-28T11:57:38.484Z[ host-image] Feb 28 11:57:37.451 INFO image builder template: zfs...
92362025-02-28T11:57:38.484Z[ host-image] Feb 28 11:57:37.451 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpX0wZ8Q/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "zfs"], pwd: None
92372025-02-28T11:57:38.513Z[ host-image] Feb 28 11:57:37.479 INFO O| Feb 28 11:57:37.479 INFO skip include "stress" because feature "stress" is not enabled
92382025-02-28T11:57:38.580Z[ host-image] Feb 28 11:57:37.546 INFO O| Feb 28 11:57:37.546 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
92392025-02-28T11:57:38.589Z[ host-image] Feb 28 11:57:37.555 INFO O| Feb 28 11:57:37.555 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
92402025-02-28T11:57:38.733Z[ host-image] Feb 28 11:57:37.699 INFO O| Feb 28 11:57:37.699 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
92412025-02-28T11:57:38.885Z[ host-image] Feb 28 11:57:37.851 INFO O| Feb 28 11:57:37.851 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
92422025-02-28T11:57:38.887Z[ host-image] Feb 28 11:57:37.851 INFO O| Feb 28 11:57:37.851 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
92432025-02-28T11:57:38.916Z[ host-image] Feb 28 11:57:37.882 INFO O| Feb 28 11:57:37.882 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
92442025-02-28T11:57:39.065Z[ host-image] Feb 28 11:57:38.031 INFO O| Feb 28 11:57:38.031 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
92452025-02-28T11:57:39.157Z[ host-image] Feb 28 11:57:38.123 INFO O| Feb 28 11:57:38.123 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
92462025-02-28T11:57:39.199Z[ host-image] Feb 28 11:57:38.166 INFO O| Feb 28 11:57:38.165 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92472025-02-28T11:57:39.210Z[ host-image] Feb 28 11:57:38.177 INFO O| Feb 28 11:57:38.176 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
92482025-02-28T11:57:39.213Z[ host-image] Feb 28 11:57:38.177 INFO O| Feb 28 11:57:38.177 INFO no lofi found
92492025-02-28T11:57:39.213Z[ host-image] Feb 28 11:57:38.177 INFO O| Feb 28 11:57:38.177 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
92502025-02-28T11:57:39.213Z[ host-image] Feb 28 11:57:38.177 INFO O| Feb 28 11:57:38.177 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92512025-02-28T11:57:42.048Z[ host-image] Feb 28 11:57:41.014 INFO O| Feb 28 11:57:41.014 INFO lofi device = /dev/dsk/c2t1d0p0
92522025-02-28T11:57:42.048Z[ host-image] Feb 28 11:57:41.014 INFO O| Feb 28 11:57:41.014 INFO pool device = /dev/dsk/c2t1d0p0
92532025-02-28T11:57:42.052Z[ host-image] Feb 28 11:57:41.014 INFO O| Feb 28 11:57:41.014 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"]
92542025-02-28T11:57:42.374Z[ host-image] Feb 28 11:57:41.340 INFO O| Feb 28 11:57:41.339 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92552025-02-28T11:57:42.374Z[ host-image] Feb 28 11:57:41.340 INFO O| Feb 28 11:57:41.339 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
92562025-02-28T11:57:42.417Z[ host-image] Feb 28 11:57:41.382 INFO O| Feb 28 11:57:41.382 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
92572025-02-28T11:57:42.655Z[ host-image] Feb 28 11:57:41.621 INFO O| Feb 28 11:57:41.621 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
92582025-02-28T11:57:42.751Z[ host-image] Feb 28 11:57:41.716 INFO O| Feb 28 11:57:41.716 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
92592025-02-28T11:57:42.779Z[ host-image] Feb 28 11:57:41.745 INFO O| Feb 28 11:57:41.745 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
92602025-02-28T11:57:42.802Z[ host-image] Feb 28 11:57:41.767 INFO O| Feb 28 11:57:41.767 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
92612025-02-28T11:57:42.901Z[ host-image] Feb 28 11:57:41.867 INFO O| Feb 28 11:57:41.867 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
92622025-02-28T11:57:42.904Z[ host-image] Feb 28 11:57:41.867 INFO O| Feb 28 11:57:41.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
92632025-02-28T11:57:42.904Z[ host-image] Feb 28 11:57:41.868 INFO O| Feb 28 11:57:41.868 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
92642025-02-28T11:57:42.971Z[ host-image] Feb 28 11:57:41.937 INFO O| Feb 28 11:57:41.937 INFO boot environment UUID: a05e4fbc-28a1-48fd-b341-f80a73db9f40
92652025-02-28T11:57:42.971Z[ host-image] Feb 28 11:57:41.937 INFO O| Feb 28 11:57:41.937 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a05e4fbc-28a1-48fd-b341-f80a73db9f40
92662025-02-28T11:57:43.015Z[ host-image] Feb 28 11:57:41.980 INFO O| Feb 28 11:57:41.980 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92672025-02-28T11:57:43.086Z[ host-image] Feb 28 11:57:42.051 INFO O| Feb 28 11:57:42.051 INFO STEP 0 (create_be) COMPLETE
92682025-02-28T11:57:43.086Z[ host-image] Feb 28 11:57:42.051 INFO O| Feb 28 11:57:42.051 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92692025-02-28T11:57:43.134Z[ host-image] Feb 28 11:57:42.099 INFO O| Feb 28 11:57:42.099 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
92702025-02-28T11:58:06.687Z[ recovery-image] Feb 28 11:58:05.648 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
92712025-02-28T11:58:09.578Z[ host-image] Feb 28 11:58:08.539 INFO O| Feb 28 11:58:08.538 INFO STEP 1 (unpack_tar) COMPLETE
92722025-02-28T11:58:09.578Z[ host-image] Feb 28 11:58:08.539 INFO O| Feb 28 11:58:08.538 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92732025-02-28T11:58:09.601Z[ host-image] Feb 28 11:58:08.562 INFO O| Feb 28 11:58:08.562 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
92742025-02-28T11:58:10.262Z[ host-image] Feb 28 11:58:09.223 INFO O| Feb 28 11:58:09.222 INFO STEP 2 (devfsadm) COMPLETE
92752025-02-28T11:58:10.265Z[ host-image] Feb 28 11:58:09.223 INFO O| Feb 28 11:58:09.223 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92762025-02-28T11:58:10.282Z[ host-image] Feb 28 11:58:09.243 INFO O| Feb 28 11:58:09.243 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92772025-02-28T11:58:10.282Z[ host-image] Feb 28 11:58:09.243 INFO O| Feb 28 11:58:09.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92782025-02-28T11:58:10.285Z[ host-image] Feb 28 11:58:09.243 INFO O| Feb 28 11:58:09.243 INFO STEP 3 (ensure_dir) COMPLETE
92792025-02-28T11:58:10.285Z[ host-image] Feb 28 11:58:09.243 INFO O| Feb 28 11:58:09.243 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92802025-02-28T11:58:10.302Z[ host-image] Feb 28 11:58:09.263 INFO O| Feb 28 11:58:09.262 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92812025-02-28T11:58:10.302Z[ host-image] Feb 28 11:58:09.263 INFO O| Feb 28 11:58:09.263 INFO STEP 4 (ensure_dir) COMPLETE
92822025-02-28T11:58:10.302Z[ host-image] Feb 28 11:58:09.263 INFO O| Feb 28 11:58:09.263 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92832025-02-28T11:58:10.350Z[ host-image] Feb 28 11:58:09.311 INFO O| Feb 28 11:58:09.311 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92842025-02-28T11:58:10.352Z[ host-image] Feb 28 11:58:09.311 INFO O| Feb 28 11:58:09.311 INFO STEP 5 (ensure_dir) COMPLETE
92852025-02-28T11:58:10.355Z[ host-image] Feb 28 11:58:09.311 INFO O| Feb 28 11:58:09.311 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92862025-02-28T11:58:10.549Z[ host-image] Feb 28 11:58:09.510 INFO O| Feb 28 11:58:09.510 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92872025-02-28T11:58:10.549Z[ host-image] Feb 28 11:58:09.510 INFO O| Feb 28 11:58:09.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92882025-02-28T11:58:10.549Z[ host-image] Feb 28 11:58:09.510 INFO O| Feb 28 11:58:09.510 INFO STEP 6 (ensure_dir) COMPLETE
92892025-02-28T11:58:10.552Z[ host-image] Feb 28 11:58:09.510 INFO O| Feb 28 11:58:09.510 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92902025-02-28T11:58:10.629Z[ host-image] Feb 28 11:58:09.590 INFO O| Feb 28 11:58:09.590 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92912025-02-28T11:58:10.629Z[ host-image] Feb 28 11:58:09.590 INFO O| Feb 28 11:58:09.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92922025-02-28T11:58:10.629Z[ host-image] Feb 28 11:58:09.590 INFO O| Feb 28 11:58:09.590 INFO STEP 7 (ensure_dir) COMPLETE
92932025-02-28T11:58:10.632Z[ host-image] Feb 28 11:58:09.590 INFO O| Feb 28 11:58:09.590 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92942025-02-28T11:58:10.705Z[ host-image] Feb 28 11:58:09.665 INFO O| Feb 28 11:58:09.665 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
92952025-02-28T11:58:10.707Z[ host-image] Feb 28 11:58:09.666 INFO O| Feb 28 11:58:09.666 INFO STEP 8 (remove_files) COMPLETE
92962025-02-28T11:58:10.707Z[ host-image] Feb 28 11:58:09.666 INFO O| Feb 28 11:58:09.666 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92972025-02-28T11:58:10.799Z[ host-image] Feb 28 11:58:09.760 INFO O| Feb 28 11:58:09.760 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
92982025-02-28T11:58:10.802Z[ host-image] Feb 28 11:58:09.761 INFO O| Feb 28 11:58:09.761 INFO STEP 9 (remove_files) COMPLETE
92992025-02-28T11:58:10.802Z[ host-image] Feb 28 11:58:09.761 INFO O| Feb 28 11:58:09.761 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93002025-02-28T11:58:10.887Z[ host-image] Feb 28 11:58:09.847 INFO O| Feb 28 11:58:09.847 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
93012025-02-28T11:58:10.890Z[ host-image] Feb 28 11:58:09.848 INFO O| Feb 28 11:58:09.848 INFO STEP 10 (remove_files) COMPLETE
93022025-02-28T11:58:10.890Z[ host-image] Feb 28 11:58:09.848 INFO O| Feb 28 11:58:09.848 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93032025-02-28T11:58:10.908Z[ host-image] Feb 28 11:58:09.868 INFO O| Feb 28 11:58:09.868 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
93042025-02-28T11:58:10.908Z[ host-image] Feb 28 11:58:09.868 INFO O| Feb 28 11:58:09.868 INFO STEP 11 (remove_files) COMPLETE
93052025-02-28T11:58:10.908Z[ host-image] Feb 28 11:58:09.868 INFO O| Feb 28 11:58:09.868 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93062025-02-28T11:58:10.927Z[ host-image] Feb 28 11:58:09.887 INFO O| Feb 28 11:58:09.886 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
93072025-02-28T11:58:10.927Z[ host-image] Feb 28 11:58:09.887 INFO O| Feb 28 11:58:09.887 INFO STEP 12 (remove_files) COMPLETE
93082025-02-28T11:58:10.927Z[ host-image] Feb 28 11:58:09.887 INFO O| Feb 28 11:58:09.887 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93092025-02-28T11:58:10.994Z[ host-image] Feb 28 11:58:09.954 INFO O| Feb 28 11:58:09.954 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93102025-02-28T11:58:10.996Z[ host-image] Feb 28 11:58:09.955 INFO O| Feb 28 11:58:09.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93112025-02-28T11:58:10.996Z[ host-image] Feb 28 11:58:09.955 INFO O| Feb 28 11:58:09.955 INFO STEP 13 (ensure_dir) COMPLETE
93122025-02-28T11:58:10.996Z[ host-image] Feb 28 11:58:09.955 INFO O| Feb 28 11:58:09.955 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93132025-02-28T11:58:11.026Z[ host-image] Feb 28 11:58:09.987 INFO O| Feb 28 11:58:09.987 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93142025-02-28T11:58:11.026Z[ host-image] Feb 28 11:58:09.987 INFO O| Feb 28 11:58:09.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93152025-02-28T11:58:11.026Z[ host-image] Feb 28 11:58:09.987 INFO O| Feb 28 11:58:09.987 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93162025-02-28T11:58:11.029Z[ host-image] Feb 28 11:58:09.987 INFO O| Feb 28 11:58:09.987 INFO STEP 14 (ensure_dir) COMPLETE
93172025-02-28T11:58:11.029Z[ host-image] Feb 28 11:58:09.987 INFO O| Feb 28 11:58:09.987 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93182025-02-28T11:58:11.077Z[ host-image] Feb 28 11:58:10.038 INFO O| Feb 28 11:58:10.038 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93192025-02-28T11:58:11.080Z[ host-image] Feb 28 11:58:10.038 INFO O| Feb 28 11:58:10.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93202025-02-28T11:58:11.080Z[ host-image] Feb 28 11:58:10.038 INFO O| Feb 28 11:58:10.038 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93212025-02-28T11:58:11.080Z[ host-image] Feb 28 11:58:10.038 INFO O| Feb 28 11:58:10.038 INFO STEP 15 (ensure_dir) COMPLETE
93222025-02-28T11:58:11.080Z[ host-image] Feb 28 11:58:10.038 INFO O| Feb 28 11:58:10.038 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93232025-02-28T11:58:11.136Z[ host-image] Feb 28 11:58:10.097 INFO O| Feb 28 11:58:10.097 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93242025-02-28T11:58:11.139Z[ host-image] Feb 28 11:58:10.097 INFO O| Feb 28 11:58:10.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93252025-02-28T11:58:11.139Z[ host-image] Feb 28 11:58:10.098 INFO O| Feb 28 11:58:10.097 INFO STEP 16 (ensure_dir) COMPLETE
93262025-02-28T11:58:11.139Z[ host-image] Feb 28 11:58:10.098 INFO O| Feb 28 11:58:10.097 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93272025-02-28T11:58:11.157Z[ host-image] Feb 28 11:58:10.118 INFO O| Feb 28 11:58:10.117 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93282025-02-28T11:58:11.157Z[ host-image] Feb 28 11:58:10.118 INFO O| Feb 28 11:58:10.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93292025-02-28T11:58:11.157Z[ host-image] Feb 28 11:58:10.118 INFO O| Feb 28 11:58:10.118 INFO STEP 17 (ensure_dir) COMPLETE
93302025-02-28T11:58:11.160Z[ host-image] Feb 28 11:58:10.118 INFO O| Feb 28 11:58:10.118 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93312025-02-28T11:58:11.185Z[ host-image] Feb 28 11:58:10.146 INFO O| Feb 28 11:58:10.146 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93322025-02-28T11:58:11.185Z[ host-image] Feb 28 11:58:10.146 INFO O| Feb 28 11:58:10.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
93332025-02-28T11:58:11.185Z[ host-image] Feb 28 11:58:10.146 INFO O| Feb 28 11:58:10.146 INFO ok!
93342025-02-28T11:58:11.188Z[ host-image] Feb 28 11:58:10.146 INFO O| Feb 28 11:58:10.146 INFO STEP 18 (ensure_symlink) COMPLETE
93352025-02-28T11:58:11.188Z[ host-image] Feb 28 11:58:10.146 INFO O| Feb 28 11:58:10.146 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93362025-02-28T11:58:11.227Z[ host-image] Feb 28 11:58:10.188 INFO O| Feb 28 11:58:10.188 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
93372025-02-28T11:58:11.227Z[ host-image] Feb 28 11:58:10.188 INFO O| Feb 28 11:58:10.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
93382025-02-28T11:58:11.227Z[ host-image] Feb 28 11:58:10.188 INFO O| Feb 28 11:58:10.188 INFO ok!
93392025-02-28T11:58:11.230Z[ host-image] Feb 28 11:58:10.188 INFO O| Feb 28 11:58:10.188 INFO STEP 19 (ensure_file) COMPLETE
93402025-02-28T11:58:11.230Z[ host-image] Feb 28 11:58:10.188 INFO O| Feb 28 11:58:10.188 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93412025-02-28T11:58:11.268Z[ host-image] Feb 28 11:58:10.229 INFO O| Feb 28 11:58:10.229 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
93422025-02-28T11:58:11.268Z[ host-image] Feb 28 11:58:10.229 INFO O| Feb 28 11:58:10.229 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93432025-02-28T11:58:11.271Z[ host-image] Feb 28 11:58:10.229 INFO O| Feb 28 11:58:10.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
93442025-02-28T11:58:11.271Z[ host-image] Feb 28 11:58:10.229 INFO O| Feb 28 11:58:10.229 INFO ok!
93452025-02-28T11:58:11.271Z[ host-image] Feb 28 11:58:10.229 INFO O| Feb 28 11:58:10.229 INFO STEP 20 (ensure_symlink) COMPLETE
93462025-02-28T11:58:11.271Z[ host-image] Feb 28 11:58:10.229 INFO O| Feb 28 11:58:10.229 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93472025-02-28T11:58:11.305Z[ host-image] Feb 28 11:58:10.264 INFO O| Feb 28 11:58:10.264 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93482025-02-28T11:58:11.305Z[ host-image] Feb 28 11:58:10.264 INFO O| Feb 28 11:58:10.264 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93492025-02-28T11:58:11.305Z[ host-image] Feb 28 11:58:10.264 INFO O| Feb 28 11:58:10.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
93502025-02-28T11:58:11.305Z[ host-image] Feb 28 11:58:10.264 INFO O| Feb 28 11:58:10.264 INFO ok!
93512025-02-28T11:58:11.305Z[ host-image] Feb 28 11:58:10.264 INFO O| Feb 28 11:58:10.264 INFO STEP 21 (ensure_symlink) COMPLETE
93522025-02-28T11:58:11.305Z[ host-image] Feb 28 11:58:10.264 INFO O| Feb 28 11:58:10.264 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93532025-02-28T11:58:11.323Z[ host-image] Feb 28 11:58:10.283 INFO O| Feb 28 11:58:10.283 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
93542025-02-28T11:58:11.323Z[ host-image] Feb 28 11:58:10.283 INFO O| Feb 28 11:58:10.283 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93552025-02-28T11:58:11.323Z[ host-image] Feb 28 11:58:10.283 INFO O| Feb 28 11:58:10.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
93562025-02-28T11:58:11.323Z[ host-image] Feb 28 11:58:10.283 INFO O| Feb 28 11:58:10.283 INFO ok!
93572025-02-28T11:58:11.323Z[ host-image] Feb 28 11:58:10.283 INFO O| Feb 28 11:58:10.283 INFO STEP 22 (ensure_symlink) COMPLETE
93582025-02-28T11:58:11.323Z[ host-image] Feb 28 11:58:10.283 INFO O| Feb 28 11:58:10.283 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93592025-02-28T11:58:11.343Z[ host-image] Feb 28 11:58:10.303 INFO O| Feb 28 11:58:10.303 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
93602025-02-28T11:58:11.343Z[ host-image] Feb 28 11:58:10.303 INFO O| Feb 28 11:58:10.303 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93612025-02-28T11:58:11.343Z[ host-image] Feb 28 11:58:10.303 INFO O| Feb 28 11:58:10.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
93622025-02-28T11:58:11.343Z[ host-image] Feb 28 11:58:10.303 INFO O| Feb 28 11:58:10.303 INFO ok!
93632025-02-28T11:58:11.343Z[ host-image] Feb 28 11:58:10.303 INFO O| Feb 28 11:58:10.303 INFO STEP 23 (ensure_symlink) COMPLETE
93642025-02-28T11:58:11.343Z[ host-image] Feb 28 11:58:10.303 INFO O| Feb 28 11:58:10.303 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93652025-02-28T11:58:11.380Z[ host-image] Feb 28 11:58:10.341 INFO O| Feb 28 11:58:10.341 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93662025-02-28T11:58:11.383Z[ host-image] Feb 28 11:58:10.342 INFO O| Feb 28 11:58:10.342 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
93672025-02-28T11:58:11.383Z[ host-image] Feb 28 11:58:10.342 INFO O| Feb 28 11:58:10.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
93682025-02-28T11:58:11.383Z[ host-image] Feb 28 11:58:10.342 INFO O| Feb 28 11:58:10.342 INFO ok!
93692025-02-28T11:58:11.383Z[ host-image] Feb 28 11:58:10.342 INFO O| Feb 28 11:58:10.342 INFO STEP 24 (ensure_file) COMPLETE
93702025-02-28T11:58:11.383Z[ host-image] Feb 28 11:58:10.342 INFO O| Feb 28 11:58:10.342 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93712025-02-28T11:58:11.405Z[ host-image] Feb 28 11:58:10.366 INFO O| Feb 28 11:58:10.366 INFO updating shadow file
93722025-02-28T11:58:11.408Z[ host-image] Feb 28 11:58:10.367 INFO O| Feb 28 11:58:10.367 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93732025-02-28T11:58:11.408Z[ host-image] Feb 28 11:58:10.367 INFO O| Feb 28 11:58:10.367 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93742025-02-28T11:58:11.408Z[ host-image] Feb 28 11:58:10.367 INFO O| Feb 28 11:58:10.367 INFO STEP 25 (shadow) COMPLETE
93752025-02-28T11:58:11.408Z[ host-image] Feb 28 11:58:10.367 INFO O| Feb 28 11:58:10.367 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93762025-02-28T11:58:11.433Z[ host-image] Feb 28 11:58:10.394 INFO O| Feb 28 11:58:10.394 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93772025-02-28T11:58:11.433Z[ host-image] Feb 28 11:58:10.394 INFO O| Feb 28 11:58:10.394 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
93782025-02-28T11:58:11.436Z[ host-image] Feb 28 11:58:10.394 INFO O| Feb 28 11:58:10.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
93792025-02-28T11:58:11.436Z[ host-image] Feb 28 11:58:10.394 INFO O| Feb 28 11:58:10.394 INFO ok!
93802025-02-28T11:58:11.436Z[ host-image] Feb 28 11:58:10.394 INFO O| Feb 28 11:58:10.394 INFO STEP 26 (ensure_file) COMPLETE
93812025-02-28T11:58:11.436Z[ host-image] Feb 28 11:58:10.395 INFO O| Feb 28 11:58:10.395 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93822025-02-28T11:58:11.454Z[ host-image] Feb 28 11:58:10.414 INFO O| Feb 28 11:58:10.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
93832025-02-28T11:58:11.454Z[ host-image] Feb 28 11:58:10.414 INFO O| Feb 28 11:58:10.414 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
93842025-02-28T11:58:11.457Z[ host-image] Feb 28 11:58:10.415 INFO O| Feb 28 11:58:10.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
93852025-02-28T11:58:11.457Z[ host-image] Feb 28 11:58:10.415 INFO O| Feb 28 11:58:10.415 INFO ok!
93862025-02-28T11:58:11.457Z[ host-image] Feb 28 11:58:10.415 INFO O| Feb 28 11:58:10.415 INFO STEP 27 (ensure_file) COMPLETE
93872025-02-28T11:58:11.457Z[ host-image] Feb 28 11:58:10.415 INFO O| Feb 28 11:58:10.415 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93882025-02-28T11:58:11.475Z[ host-image] Feb 28 11:58:10.436 INFO O| Feb 28 11:58:10.436 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93892025-02-28T11:58:11.478Z[ host-image] Feb 28 11:58:10.436 INFO O| Feb 28 11:58:10.436 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
93902025-02-28T11:58:11.478Z[ host-image] Feb 28 11:58:10.437 INFO O| Feb 28 11:58:10.437 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93912025-02-28T11:58:11.478Z[ host-image] Feb 28 11:58:10.437 INFO O| Feb 28 11:58:10.437 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93922025-02-28T11:58:11.478Z[ host-image] Feb 28 11:58:10.437 INFO O| Feb 28 11:58:10.437 INFO ok!
93932025-02-28T11:58:11.478Z[ host-image] Feb 28 11:58:10.437 INFO O| Feb 28 11:58:10.437 INFO STEP 28 (ensure_file) COMPLETE
93942025-02-28T11:58:11.478Z[ host-image] Feb 28 11:58:10.437 INFO O| Feb 28 11:58:10.437 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93952025-02-28T11:58:11.496Z[ host-image] Feb 28 11:58:10.457 INFO O| Feb 28 11:58:10.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
93962025-02-28T11:58:11.496Z[ host-image] Feb 28 11:58:10.457 INFO O| Feb 28 11:58:10.457 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
93972025-02-28T11:58:11.499Z[ host-image] Feb 28 11:58:10.457 INFO O| Feb 28 11:58:10.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
93982025-02-28T11:58:11.499Z[ host-image] Feb 28 11:58:10.458 INFO O| Feb 28 11:58:10.457 INFO ok!
93992025-02-28T11:58:11.499Z[ host-image] Feb 28 11:58:10.458 INFO O| Feb 28 11:58:10.458 INFO STEP 29 (ensure_file) COMPLETE
94002025-02-28T11:58:11.499Z[ host-image] Feb 28 11:58:10.458 INFO O| Feb 28 11:58:10.458 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94012025-02-28T11:58:11.515Z[ host-image] Feb 28 11:58:10.476 INFO O| Feb 28 11:58:10.476 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
94022025-02-28T11:58:11.515Z[ host-image] Feb 28 11:58:10.476 INFO O| Feb 28 11:58:10.476 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
94032025-02-28T11:58:11.518Z[ host-image] Feb 28 11:58:10.476 INFO O| Feb 28 11:58:10.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
94042025-02-28T11:58:11.518Z[ host-image] Feb 28 11:58:10.476 INFO O| Feb 28 11:58:10.476 INFO ok!
94052025-02-28T11:58:11.518Z[ host-image] Feb 28 11:58:10.476 INFO O| Feb 28 11:58:10.476 INFO STEP 30 (ensure_file) COMPLETE
94062025-02-28T11:58:11.518Z[ host-image] Feb 28 11:58:10.477 INFO O| Feb 28 11:58:10.476 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94072025-02-28T11:58:11.537Z[ host-image] Feb 28 11:58:10.498 INFO O| Feb 28 11:58:10.498 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94082025-02-28T11:58:11.537Z[ host-image] Feb 28 11:58:10.498 INFO O| Feb 28 11:58:10.498 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
94092025-02-28T11:58:11.540Z[ host-image] Feb 28 11:58:10.498 INFO O| Feb 28 11:58:10.498 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94102025-02-28T11:58:11.540Z[ host-image] Feb 28 11:58:10.498 INFO O| Feb 28 11:58:10.498 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94112025-02-28T11:58:11.540Z[ host-image] Feb 28 11:58:10.498 INFO O| Feb 28 11:58:10.498 INFO ok!
94122025-02-28T11:58:11.540Z[ host-image] Feb 28 11:58:10.499 INFO O| Feb 28 11:58:10.498 INFO STEP 31 (ensure_file) COMPLETE
94132025-02-28T11:58:11.540Z[ host-image] Feb 28 11:58:10.499 INFO O| Feb 28 11:58:10.499 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94142025-02-28T11:58:11.558Z[ host-image] Feb 28 11:58:10.519 INFO O| Feb 28 11:58:10.519 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
94152025-02-28T11:58:11.558Z[ host-image] Feb 28 11:58:10.519 INFO O| Feb 28 11:58:10.519 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
94162025-02-28T11:58:11.561Z[ host-image] Feb 28 11:58:10.519 INFO O| Feb 28 11:58:10.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
94172025-02-28T11:58:11.561Z[ host-image] Feb 28 11:58:10.519 INFO O| Feb 28 11:58:10.519 INFO ok!
94182025-02-28T11:58:11.561Z[ host-image] Feb 28 11:58:10.519 INFO O| Feb 28 11:58:10.519 INFO STEP 32 (ensure_file) COMPLETE
94192025-02-28T11:58:11.561Z[ host-image] Feb 28 11:58:10.520 INFO O| Feb 28 11:58:10.520 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94202025-02-28T11:58:11.578Z[ host-image] Feb 28 11:58:10.539 INFO O| Feb 28 11:58:10.539 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94212025-02-28T11:58:11.581Z[ host-image] Feb 28 11:58:10.539 INFO O| Feb 28 11:58:10.539 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
94222025-02-28T11:58:11.581Z[ host-image] Feb 28 11:58:10.539 INFO O| Feb 28 11:58:10.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
94232025-02-28T11:58:11.581Z[ host-image] Feb 28 11:58:10.539 INFO O| Feb 28 11:58:10.539 INFO ok!
94242025-02-28T11:58:11.581Z[ host-image] Feb 28 11:58:10.539 INFO O| Feb 28 11:58:10.539 INFO STEP 33 (ensure_file) COMPLETE
94252025-02-28T11:58:11.581Z[ host-image] Feb 28 11:58:10.540 INFO O| Feb 28 11:58:10.539 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94262025-02-28T11:58:11.600Z[ host-image] Feb 28 11:58:10.560 INFO O| Feb 28 11:58:10.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
94272025-02-28T11:58:11.600Z[ host-image] Feb 28 11:58:10.561 INFO O| Feb 28 11:58:10.561 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
94282025-02-28T11:58:11.602Z[ host-image] Feb 28 11:58:10.561 INFO O| Feb 28 11:58:10.561 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94292025-02-28T11:58:11.603Z[ host-image] Feb 28 11:58:10.561 INFO O| Feb 28 11:58:10.561 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94302025-02-28T11:58:11.603Z[ host-image] Feb 28 11:58:10.561 INFO O| Feb 28 11:58:10.561 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94312025-02-28T11:58:11.603Z[ host-image] Feb 28 11:58:10.561 INFO O| Feb 28 11:58:10.561 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94322025-02-28T11:58:11.603Z[ host-image] Feb 28 11:58:10.562 INFO O| Feb 28 11:58:10.561 INFO ok!
94332025-02-28T11:58:11.603Z[ host-image] Feb 28 11:58:10.562 INFO O| Feb 28 11:58:10.562 INFO STEP 34 (ensure_file) COMPLETE
94342025-02-28T11:58:11.603Z[ host-image] Feb 28 11:58:10.562 INFO O| Feb 28 11:58:10.562 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94352025-02-28T11:58:11.622Z[ host-image] Feb 28 11:58:10.583 INFO O| Feb 28 11:58:10.582 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94362025-02-28T11:58:11.625Z[ host-image] Feb 28 11:58:10.583 INFO O| Feb 28 11:58:10.583 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94372025-02-28T11:58:11.625Z[ host-image] Feb 28 11:58:10.583 INFO O| Feb 28 11:58:10.583 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94382025-02-28T11:58:11.625Z[ host-image] Feb 28 11:58:10.583 INFO O| Feb 28 11:58:10.583 INFO STEP 35 (ensure_dir) COMPLETE
94392025-02-28T11:58:11.625Z[ host-image] Feb 28 11:58:10.583 INFO O| Feb 28 11:58:10.583 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94402025-02-28T11:58:11.643Z[ host-image] Feb 28 11:58:10.603 INFO O| Feb 28 11:58:10.603 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
94412025-02-28T11:58:11.645Z[ host-image] Feb 28 11:58:10.603 INFO O| Feb 28 11:58:10.603 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 ...
94422025-02-28T11:58:11.645Z[ host-image] Feb 28 11:58:10.604 INFO O| Feb 28 11:58:10.604 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
94432025-02-28T11:58:11.645Z[ host-image] Feb 28 11:58:10.604 INFO O| Feb 28 11:58:10.604 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
94442025-02-28T11:58:11.645Z[ host-image] Feb 28 11:58:10.604 INFO O| Feb 28 11:58:10.604 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
94452025-02-28T11:58:11.645Z[ host-image] Feb 28 11:58:10.604 INFO O| Feb 28 11:58:10.604 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
94462025-02-28T11:58:11.645Z[ host-image] Feb 28 11:58:10.604 INFO O| Feb 28 11:58:10.604 INFO ok!
94472025-02-28T11:58:11.646Z[ host-image] Feb 28 11:58:10.604 INFO O| Feb 28 11:58:10.604 INFO STEP 36 (ensure_file) COMPLETE
94482025-02-28T11:58:11.646Z[ host-image] Feb 28 11:58:10.605 INFO O| Feb 28 11:58:10.605 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94492025-02-28T11:58:11.665Z[ host-image] Feb 28 11:58:10.625 INFO O| Feb 28 11:58:10.625 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94502025-02-28T11:58:11.665Z[ host-image] Feb 28 11:58:10.626 INFO O| Feb 28 11:58:10.625 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 ...
94512025-02-28T11:58:11.668Z[ host-image] Feb 28 11:58:10.626 INFO O| Feb 28 11:58:10.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94522025-02-28T11:58:11.668Z[ host-image] Feb 28 11:58:10.626 INFO O| Feb 28 11:58:10.626 INFO ok!
94532025-02-28T11:58:11.668Z[ host-image] Feb 28 11:58:10.626 INFO O| Feb 28 11:58:10.626 INFO STEP 37 (ensure_symlink) COMPLETE
94542025-02-28T11:58:11.668Z[ host-image] Feb 28 11:58:10.626 INFO O| Feb 28 11:58:10.626 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94552025-02-28T11:58:11.672Z[ recovery-image] Feb 28 11:58:10.633 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
94562025-02-28T11:58:11.708Z[ host-image] Feb 28 11:58:10.669 INFO O| Feb 28 11:58:10.669 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
94572025-02-28T11:58:11.708Z[ host-image] Feb 28 11:58:10.669 INFO O| Feb 28 11:58:10.669 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94582025-02-28T11:58:11.711Z[ host-image] Feb 28 11:58:10.669 INFO O| Feb 28 11:58:10.669 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94592025-02-28T11:58:11.711Z[ host-image] Feb 28 11:58:10.669 INFO O| Feb 28 11:58:10.669 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94602025-02-28T11:58:11.711Z[ host-image] Feb 28 11:58:10.669 INFO O| Feb 28 11:58:10.669 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94612025-02-28T11:58:11.711Z[ host-image] Feb 28 11:58:10.670 INFO O| Feb 28 11:58:10.670 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94622025-02-28T11:58:11.711Z[ host-image] Feb 28 11:58:10.670 INFO O| Feb 28 11:58:10.670 INFO ok!
94632025-02-28T11:58:11.711Z[ host-image] Feb 28 11:58:10.670 INFO O| Feb 28 11:58:10.670 INFO STEP 38 (ensure_file) COMPLETE
94642025-02-28T11:58:11.711Z[ host-image] Feb 28 11:58:10.670 INFO O| Feb 28 11:58:10.670 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94652025-02-28T11:58:11.729Z[ host-image] Feb 28 11:58:10.690 INFO O| Feb 28 11:58:10.690 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94662025-02-28T11:58:11.729Z[ host-image] Feb 28 11:58:10.690 INFO O| Feb 28 11:58:10.690 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 ...
94672025-02-28T11:58:11.732Z[ host-image] Feb 28 11:58:10.690 INFO O| Feb 28 11:58:10.690 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
94682025-02-28T11:58:11.732Z[ host-image] Feb 28 11:58:10.691 INFO O| Feb 28 11:58:10.690 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94692025-02-28T11:58:11.732Z[ host-image] Feb 28 11:58:10.691 INFO O| Feb 28 11:58:10.691 INFO ok!
94702025-02-28T11:58:11.732Z[ host-image] Feb 28 11:58:10.691 INFO O| Feb 28 11:58:10.691 INFO STEP 39 (ensure_file) COMPLETE
94712025-02-28T11:58:11.732Z[ host-image] Feb 28 11:58:10.691 INFO O| Feb 28 11:58:10.691 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94722025-02-28T11:58:11.748Z[ host-image] Feb 28 11:58:10.709 INFO O| Feb 28 11:58:10.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
94732025-02-28T11:58:11.748Z[ host-image] Feb 28 11:58:10.709 INFO O| Feb 28 11:58:10.709 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
94742025-02-28T11:58:11.751Z[ host-image] Feb 28 11:58:10.709 INFO O| Feb 28 11:58:10.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
94752025-02-28T11:58:11.751Z[ host-image] Feb 28 11:58:10.710 INFO O| Feb 28 11:58:10.709 INFO ok!
94762025-02-28T11:58:11.751Z[ host-image] Feb 28 11:58:10.710 INFO O| Feb 28 11:58:10.710 INFO STEP 40 (ensure_file) COMPLETE
94772025-02-28T11:58:11.751Z[ host-image] Feb 28 11:58:10.710 INFO O| Feb 28 11:58:10.710 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94782025-02-28T11:58:11.768Z[ host-image] Feb 28 11:58:10.729 INFO O| Feb 28 11:58:10.729 INFO updating shadow file
94792025-02-28T11:58:11.771Z[ host-image] Feb 28 11:58:10.729 INFO O| Feb 28 11:58:10.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94802025-02-28T11:58:11.771Z[ host-image] Feb 28 11:58:10.729 INFO O| Feb 28 11:58:10.729 INFO STEP 41 (shadow) COMPLETE
94812025-02-28T11:58:11.771Z[ host-image] Feb 28 11:58:10.729 INFO O| Feb 28 11:58:10.729 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94822025-02-28T11:58:11.803Z[ host-image] Feb 28 11:58:10.763 INFO O| Feb 28 11:58:10.763 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
94832025-02-28T11:58:11.813Z[ host-image] Feb 28 11:58:10.774 INFO O| Feb 28 11:58:10.764 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
94842025-02-28T11:58:11.816Z[ host-image] Feb 28 11:58:10.774 INFO O| Feb 28 11:58:10.774 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94852025-02-28T11:58:11.816Z[ host-image] Feb 28 11:58:10.774 INFO O| Feb 28 11:58:10.774 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94862025-02-28T11:58:11.816Z[ host-image] Feb 28 11:58:10.775 INFO O| Feb 28 11:58:10.774 INFO ok!
94872025-02-28T11:58:11.816Z[ host-image] Feb 28 11:58:10.775 INFO O| Feb 28 11:58:10.775 INFO STEP 42 (ensure_file) COMPLETE
94882025-02-28T11:58:11.816Z[ host-image] Feb 28 11:58:10.775 INFO O| Feb 28 11:58:10.775 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94892025-02-28T11:58:11.816Z[ host-image] Feb 28 11:58:10.775 INFO O| Feb 28 11:58:10.775 INFO skip step because feature "mfg" is not enabled
94902025-02-28T11:58:11.816Z[ host-image] Feb 28 11:58:10.775 INFO O| Feb 28 11:58:10.775 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94912025-02-28T11:58:11.816Z[ host-image] Feb 28 11:58:10.775 INFO O| Feb 28 11:58:10.775 INFO skip step because feature "mfg" is not enabled
94922025-02-28T11:58:11.816Z[ host-image] Feb 28 11:58:10.775 INFO O| Feb 28 11:58:10.775 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94932025-02-28T11:58:11.856Z[ host-image] Feb 28 11:58:10.816 INFO O| Feb 28 11:58:10.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
94942025-02-28T11:58:11.856Z[ host-image] Feb 28 11:58:10.816 INFO O| Feb 28 11:58:10.816 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
94952025-02-28T11:58:12.736Z[ host-image] Feb 28 11:58:11.697 INFO O| Feb 28 11:58:11.697 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94962025-02-28T11:58:12.736Z[ host-image] Feb 28 11:58:11.697 INFO O| Feb 28 11:58:11.697 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94972025-02-28T11:58:12.736Z[ host-image] Feb 28 11:58:11.697 INFO O| Feb 28 11:58:11.697 INFO ok!
94982025-02-28T11:58:12.739Z[ host-image] Feb 28 11:58:11.697 INFO O| Feb 28 11:58:11.697 INFO STEP 45 (ensure_file) COMPLETE
94992025-02-28T11:58:12.739Z[ host-image] Feb 28 11:58:11.697 INFO O| Feb 28 11:58:11.697 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95002025-02-28T11:58:12.758Z[ host-image] Feb 28 11:58:11.718 INFO O| Feb 28 11:58:11.718 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
95012025-02-28T11:58:12.758Z[ host-image] Feb 28 11:58:11.718 INFO O| Feb 28 11:58:11.718 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
95022025-02-28T11:58:12.761Z[ host-image] Feb 28 11:58:11.718 INFO O| Feb 28 11:58:11.718 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95032025-02-28T11:58:12.761Z[ host-image] Feb 28 11:58:11.718 INFO O| Feb 28 11:58:11.718 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95042025-02-28T11:58:12.761Z[ host-image] Feb 28 11:58:11.718 INFO O| Feb 28 11:58:11.718 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95052025-02-28T11:58:12.761Z[ host-image] Feb 28 11:58:11.718 INFO O| Feb 28 11:58:11.718 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95062025-02-28T11:58:12.761Z[ host-image] Feb 28 11:58:11.718 INFO O| Feb 28 11:58:11.718 INFO ok!
95072025-02-28T11:58:12.761Z[ host-image] Feb 28 11:58:11.718 INFO O| Feb 28 11:58:11.718 INFO STEP 46 (ensure_file) COMPLETE
95082025-02-28T11:58:12.761Z[ host-image] Feb 28 11:58:11.719 INFO O| Feb 28 11:58:11.719 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95092025-02-28T11:58:12.777Z[ host-image] Feb 28 11:58:11.738 INFO O| Feb 28 11:58:11.738 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
95102025-02-28T11:58:12.777Z[ host-image] Feb 28 11:58:11.738 INFO O| Feb 28 11:58:11.738 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 ...
95112025-02-28T11:58:12.780Z[ host-image] Feb 28 11:58:11.738 INFO O| Feb 28 11:58:11.738 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
95122025-02-28T11:58:12.780Z[ host-image] Feb 28 11:58:11.738 INFO O| Feb 28 11:58:11.738 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
95132025-02-28T11:58:12.780Z[ host-image] Feb 28 11:58:11.738 INFO O| Feb 28 11:58:11.738 INFO ok!
95142025-02-28T11:58:12.780Z[ host-image] Feb 28 11:58:11.738 INFO O| Feb 28 11:58:11.738 INFO STEP 47 (ensure_file) COMPLETE
95152025-02-28T11:58:12.780Z[ host-image] Feb 28 11:58:11.738 INFO O| Feb 28 11:58:11.738 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95162025-02-28T11:58:12.855Z[ host-image] Feb 28 11:58:11.815 INFO O| Feb 28 11:58:11.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
95172025-02-28T11:58:12.855Z[ host-image] Feb 28 11:58:11.815 INFO O| Feb 28 11:58:11.815 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
95182025-02-28T11:58:12.857Z[ host-image] Feb 28 11:58:11.815 INFO O| Feb 28 11:58:11.815 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95192025-02-28T11:58:12.857Z[ host-image] Feb 28 11:58:11.815 INFO O| Feb 28 11:58:11.815 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95202025-02-28T11:58:12.858Z[ host-image] Feb 28 11:58:11.815 INFO O| Feb 28 11:58:11.815 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95212025-02-28T11:58:12.858Z[ host-image] Feb 28 11:58:11.815 INFO O| Feb 28 11:58:11.815 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95222025-02-28T11:58:12.858Z[ host-image] Feb 28 11:58:11.815 INFO O| Feb 28 11:58:11.815 INFO ok!
95232025-02-28T11:58:12.858Z[ host-image] Feb 28 11:58:11.815 INFO O| Feb 28 11:58:11.815 INFO STEP 48 (ensure_file) COMPLETE
95242025-02-28T11:58:12.858Z[ host-image] Feb 28 11:58:11.815 INFO O| Feb 28 11:58:11.815 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95252025-02-28T11:58:12.911Z[ host-image] Feb 28 11:58:11.872 INFO O| Feb 28 11:58:11.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95262025-02-28T11:58:12.911Z[ host-image] Feb 28 11:58:11.872 INFO O| Feb 28 11:58:11.872 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 ...
95272025-02-28T11:58:12.914Z[ host-image] Feb 28 11:58:11.872 INFO O| Feb 28 11:58:11.872 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
95282025-02-28T11:58:12.914Z[ host-image] Feb 28 11:58:11.872 INFO O| Feb 28 11:58:11.872 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95292025-02-28T11:58:12.914Z[ host-image] Feb 28 11:58:11.872 INFO O| Feb 28 11:58:11.872 INFO ok!
95302025-02-28T11:58:12.914Z[ host-image] Feb 28 11:58:11.872 INFO O| Feb 28 11:58:11.872 INFO STEP 49 (ensure_file) COMPLETE
95312025-02-28T11:58:12.914Z[ host-image] Feb 28 11:58:11.872 INFO O| Feb 28 11:58:11.872 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95322025-02-28T11:58:13.007Z[ host-image] Feb 28 11:58:11.967 INFO O| Feb 28 11:58:11.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
95332025-02-28T11:58:13.007Z[ host-image] Feb 28 11:58:11.967 INFO O| Feb 28 11:58:11.967 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
95342025-02-28T11:58:13.010Z[ host-image] Feb 28 11:58:11.967 INFO O| Feb 28 11:58:11.967 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95352025-02-28T11:58:13.010Z[ host-image] Feb 28 11:58:11.968 INFO O| Feb 28 11:58:11.967 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95362025-02-28T11:58:13.010Z[ host-image] Feb 28 11:58:11.968 INFO O| Feb 28 11:58:11.968 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95372025-02-28T11:58:13.010Z[ host-image] Feb 28 11:58:11.968 INFO O| Feb 28 11:58:11.968 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95382025-02-28T11:58:13.010Z[ host-image] Feb 28 11:58:11.968 INFO O| Feb 28 11:58:11.968 INFO ok!
95392025-02-28T11:58:13.010Z[ host-image] Feb 28 11:58:11.968 INFO O| Feb 28 11:58:11.968 INFO STEP 50 (ensure_file) COMPLETE
95402025-02-28T11:58:13.010Z[ host-image] Feb 28 11:58:11.968 INFO O| Feb 28 11:58:11.968 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95412025-02-28T11:58:13.104Z[ host-image] Feb 28 11:58:12.065 INFO O| Feb 28 11:58:12.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95422025-02-28T11:58:13.104Z[ host-image] Feb 28 11:58:12.065 INFO O| Feb 28 11:58:12.065 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 ...
95432025-02-28T11:58:13.107Z[ host-image] Feb 28 11:58:12.065 INFO O| Feb 28 11:58:12.065 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
95442025-02-28T11:58:13.107Z[ host-image] Feb 28 11:58:12.065 INFO O| Feb 28 11:58:12.065 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95452025-02-28T11:58:13.107Z[ host-image] Feb 28 11:58:12.065 INFO O| Feb 28 11:58:12.065 INFO ok!
95462025-02-28T11:58:13.107Z[ host-image] Feb 28 11:58:12.065 INFO O| Feb 28 11:58:12.065 INFO STEP 51 (ensure_file) COMPLETE
95472025-02-28T11:58:13.107Z[ host-image] Feb 28 11:58:12.065 INFO O| Feb 28 11:58:12.065 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95482025-02-28T11:58:13.166Z[ host-image] Feb 28 11:58:12.126 INFO O| Feb 28 11:58:12.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95492025-02-28T11:58:13.166Z[ host-image] Feb 28 11:58:12.127 INFO O| Feb 28 11:58:12.126 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 ...
95502025-02-28T11:58:13.169Z[ host-image] Feb 28 11:58:12.127 INFO O| Feb 28 11:58:12.127 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
95512025-02-28T11:58:13.169Z[ host-image] Feb 28 11:58:12.127 INFO O| Feb 28 11:58:12.127 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
95522025-02-28T11:58:13.169Z[ host-image] Feb 28 11:58:12.127 INFO O| Feb 28 11:58:12.127 INFO ok!
95532025-02-28T11:58:13.169Z[ host-image] Feb 28 11:58:12.127 INFO O| Feb 28 11:58:12.127 INFO STEP 52 (ensure_file) COMPLETE
95542025-02-28T11:58:13.169Z[ host-image] Feb 28 11:58:12.127 INFO O| Feb 28 11:58:12.127 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95552025-02-28T11:58:13.212Z[ host-image] Feb 28 11:58:12.172 INFO O| Feb 28 11:58:12.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95562025-02-28T11:58:13.212Z[ host-image] Feb 28 11:58:12.172 INFO O| Feb 28 11:58:12.172 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 ...
95572025-02-28T11:58:13.214Z[ host-image] Feb 28 11:58:12.172 INFO O| Feb 28 11:58:12.172 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
95582025-02-28T11:58:13.214Z[ host-image] Feb 28 11:58:12.172 INFO O| Feb 28 11:58:12.172 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95592025-02-28T11:58:13.214Z[ host-image] Feb 28 11:58:12.172 INFO O| Feb 28 11:58:12.172 INFO ok!
95602025-02-28T11:58:13.214Z[ host-image] Feb 28 11:58:12.172 INFO O| Feb 28 11:58:12.172 INFO STEP 53 (ensure_file) COMPLETE
95612025-02-28T11:58:13.214Z[ host-image] Feb 28 11:58:12.172 INFO O| Feb 28 11:58:12.172 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95622025-02-28T11:58:13.247Z[ host-image] Feb 28 11:58:12.207 INFO O| Feb 28 11:58:12.207 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
95632025-02-28T11:58:13.247Z[ host-image] Feb 28 11:58:12.207 INFO O| Feb 28 11:58:12.207 INFO STEP 54 (ensure_dir) COMPLETE
95642025-02-28T11:58:13.249Z[ host-image] Feb 28 11:58:12.207 INFO O| Feb 28 11:58:12.207 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652025-02-28T11:58:13.315Z[ host-image] Feb 28 11:58:12.275 INFO O| Feb 28 11:58:12.275 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95662025-02-28T11:58:13.315Z[ host-image] Feb 28 11:58:12.275 INFO O| Feb 28 11:58:12.275 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95672025-02-28T11:58:13.315Z[ host-image] Feb 28 11:58:12.275 INFO O| Feb 28 11:58:12.275 INFO STEP 55 (ensure_dir) COMPLETE
95682025-02-28T11:58:13.318Z[ host-image] Feb 28 11:58:12.275 INFO O| Feb 28 11:58:12.275 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692025-02-28T11:58:13.479Z[ host-image] Feb 28 11:58:12.439 INFO O| Feb 28 11:58:12.439 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95702025-02-28T11:58:13.482Z[ host-image] Feb 28 11:58:12.439 INFO O| Feb 28 11:58:12.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95712025-02-28T11:58:13.482Z[ host-image] Feb 28 11:58:12.440 INFO O| Feb 28 11:58:12.440 INFO STEP 56 (ensure_dir) COMPLETE
95722025-02-28T11:58:13.482Z[ host-image] Feb 28 11:58:12.440 INFO O| Feb 28 11:58:12.440 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95732025-02-28T11:58:13.740Z[ host-image] Feb 28 11:58:12.700 INFO O| Feb 28 11:58:12.700 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
95742025-02-28T11:58:13.740Z[ host-image] Feb 28 11:58:12.700 INFO O| Feb 28 11:58:12.700 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
95752025-02-28T11:58:13.800Z[ host-image] Feb 28 11:58:12.759 INFO O| Feb 28 11:58:12.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
95762025-02-28T11:58:13.800Z[ host-image] Feb 28 11:58:12.760 INFO O| Feb 28 11:58:12.759 INFO ok!
95772025-02-28T11:58:13.800Z[ host-image] Feb 28 11:58:12.760 INFO O| Feb 28 11:58:12.759 INFO STEP 57 (ensure_file) COMPLETE
95782025-02-28T11:58:13.800Z[ host-image] Feb 28 11:58:12.760 INFO O| Feb 28 11:58:12.759 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792025-02-28T11:58:13.879Z[ host-image] Feb 28 11:58:12.839 INFO O| Feb 28 11:58:12.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
95802025-02-28T11:58:13.879Z[ host-image] Feb 28 11:58:12.839 INFO O| Feb 28 11:58:12.839 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
95812025-02-28T11:58:15.360Z[ host-image] Feb 28 11:58:14.319 INFO O| Feb 28 11:58:14.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
95822025-02-28T11:58:15.360Z[ host-image] Feb 28 11:58:14.320 INFO O| Feb 28 11:58:14.319 INFO ok!
95832025-02-28T11:58:15.363Z[ host-image] Feb 28 11:58:14.320 INFO O| Feb 28 11:58:14.319 INFO STEP 58 (ensure_file) COMPLETE
95842025-02-28T11:58:15.363Z[ host-image] Feb 28 11:58:14.320 INFO O| Feb 28 11:58:14.319 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95852025-02-28T11:58:15.380Z[ host-image] Feb 28 11:58:14.340 INFO O| Feb 28 11:58:14.340 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95862025-02-28T11:58:15.380Z[ host-image] Feb 28 11:58:14.340 INFO O| Feb 28 11:58:14.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95872025-02-28T11:58:15.383Z[ host-image] Feb 28 11:58:14.340 INFO O| Feb 28 11:58:14.340 INFO STEP 59 (ensure_dir) COMPLETE
95882025-02-28T11:58:15.383Z[ host-image] Feb 28 11:58:14.340 INFO O| Feb 28 11:58:14.340 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892025-02-28T11:58:15.421Z[ host-image] Feb 28 11:58:14.382 INFO O| Feb 28 11:58:14.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95902025-02-28T11:58:15.422Z[ host-image] Feb 28 11:58:14.382 INFO O| Feb 28 11:58:14.382 INFO copying /tmp/.tmpX0wZ8Q/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 ...
95912025-02-28T11:58:15.424Z[ host-image] Feb 28 11:58:14.382 INFO O| Feb 28 11:58:14.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
95922025-02-28T11:58:15.424Z[ host-image] Feb 28 11:58:14.382 INFO O| Feb 28 11:58:14.382 INFO ok!
95932025-02-28T11:58:15.425Z[ host-image] Feb 28 11:58:14.382 INFO O| Feb 28 11:58:14.382 INFO STEP 60 (ensure_file) COMPLETE
95942025-02-28T11:58:15.425Z[ host-image] Feb 28 11:58:14.382 INFO O| Feb 28 11:58:14.382 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952025-02-28T11:58:15.453Z[ host-image] Feb 28 11:58:14.413 INFO O| Feb 28 11:58:14.413 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95962025-02-28T11:58:15.453Z[ host-image] Feb 28 11:58:14.413 INFO O| Feb 28 11:58:14.413 INFO copying /tmp/.tmpX0wZ8Q/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 ...
95972025-02-28T11:58:15.456Z[ host-image] Feb 28 11:58:14.414 INFO O| Feb 28 11:58:14.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
95982025-02-28T11:58:15.456Z[ host-image] Feb 28 11:58:14.414 INFO O| Feb 28 11:58:14.414 INFO ok!
95992025-02-28T11:58:15.456Z[ host-image] Feb 28 11:58:14.414 INFO O| Feb 28 11:58:14.414 INFO STEP 61 (ensure_file) COMPLETE
96002025-02-28T11:58:15.456Z[ host-image] Feb 28 11:58:14.414 INFO O| Feb 28 11:58:14.414 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96012025-02-28T11:58:15.477Z[ host-image] Feb 28 11:58:14.437 INFO O| Feb 28 11:58:14.437 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96022025-02-28T11:58:15.478Z[ host-image] Feb 28 11:58:14.437 INFO O| Feb 28 11:58:14.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96032025-02-28T11:58:15.481Z[ host-image] Feb 28 11:58:14.437 INFO O| Feb 28 11:58:14.437 INFO STEP 62 (ensure_dir) COMPLETE
96042025-02-28T11:58:15.481Z[ host-image] Feb 28 11:58:14.437 INFO O| Feb 28 11:58:14.437 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052025-02-28T11:58:15.499Z[ host-image] Feb 28 11:58:14.459 INFO O| Feb 28 11:58:14.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96062025-02-28T11:58:15.499Z[ host-image] Feb 28 11:58:14.459 INFO O| Feb 28 11:58:14.459 INFO copying /tmp/.tmpX0wZ8Q/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 ...
96072025-02-28T11:58:15.499Z[ host-image] Feb 28 11:58:14.459 INFO O| Feb 28 11:58:14.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96082025-02-28T11:58:15.502Z[ host-image] Feb 28 11:58:14.459 INFO O| Feb 28 11:58:14.459 INFO ok!
96092025-02-28T11:58:15.502Z[ host-image] Feb 28 11:58:14.459 INFO O| Feb 28 11:58:14.459 INFO STEP 63 (ensure_file) COMPLETE
96102025-02-28T11:58:15.502Z[ host-image] Feb 28 11:58:14.459 INFO O| Feb 28 11:58:14.459 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112025-02-28T11:58:15.520Z[ host-image] Feb 28 11:58:14.480 INFO O| Feb 28 11:58:14.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96122025-02-28T11:58:15.520Z[ host-image] Feb 28 11:58:14.480 INFO O| Feb 28 11:58:14.480 INFO copying /tmp/.tmpX0wZ8Q/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 ...
96132025-02-28T11:58:15.520Z[ host-image] Feb 28 11:58:14.480 INFO O| Feb 28 11:58:14.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96142025-02-28T11:58:15.523Z[ host-image] Feb 28 11:58:14.480 INFO O| Feb 28 11:58:14.480 INFO ok!
96152025-02-28T11:58:15.523Z[ host-image] Feb 28 11:58:14.480 INFO O| Feb 28 11:58:14.480 INFO STEP 64 (ensure_file) COMPLETE
96162025-02-28T11:58:15.523Z[ host-image] Feb 28 11:58:14.480 INFO O| Feb 28 11:58:14.480 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96172025-02-28T11:58:15.576Z[ host-image] Feb 28 11:58:14.535 INFO O| Feb 28 11:58:14.535 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96182025-02-28T11:58:15.576Z[ host-image] Feb 28 11:58:14.536 INFO O| Feb 28 11:58:14.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96192025-02-28T11:58:15.576Z[ host-image] Feb 28 11:58:14.536 INFO O| Feb 28 11:58:14.536 INFO STEP 65 (ensure_dir) COMPLETE
96202025-02-28T11:58:15.576Z[ host-image] Feb 28 11:58:14.536 INFO O| Feb 28 11:58:14.536 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96212025-02-28T11:58:15.617Z[ host-image] Feb 28 11:58:14.577 INFO O| Feb 28 11:58:14.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96222025-02-28T11:58:15.617Z[ host-image] Feb 28 11:58:14.577 INFO O| Feb 28 11:58:14.577 INFO copying /tmp/.tmpX0wZ8Q/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 ...
96232025-02-28T11:58:15.620Z[ host-image] Feb 28 11:58:14.577 INFO O| Feb 28 11:58:14.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96242025-02-28T11:58:15.620Z[ host-image] Feb 28 11:58:14.577 INFO O| Feb 28 11:58:14.577 INFO ok!
96252025-02-28T11:58:15.620Z[ host-image] Feb 28 11:58:14.577 INFO O| Feb 28 11:58:14.577 INFO STEP 66 (ensure_file) COMPLETE
96262025-02-28T11:58:15.620Z[ host-image] Feb 28 11:58:14.577 INFO O| Feb 28 11:58:14.577 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96272025-02-28T11:58:15.680Z[ host-image] Feb 28 11:58:14.640 INFO O| Feb 28 11:58:14.640 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96282025-02-28T11:58:15.680Z[ host-image] Feb 28 11:58:14.640 INFO O| Feb 28 11:58:14.640 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
96292025-02-28T11:58:15.680Z[ host-image] Feb 28 11:58:14.640 INFO O| Feb 28 11:58:14.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
96302025-02-28T11:58:15.683Z[ host-image] Feb 28 11:58:14.640 INFO O| Feb 28 11:58:14.640 INFO ok!
96312025-02-28T11:58:15.683Z[ host-image] Feb 28 11:58:14.640 INFO O| Feb 28 11:58:14.640 INFO STEP 67 (ensure_file) COMPLETE
96322025-02-28T11:58:15.684Z[ host-image] Feb 28 11:58:14.640 INFO O| Feb 28 11:58:14.640 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96332025-02-28T11:58:15.702Z[ host-image] Feb 28 11:58:14.662 INFO O| Feb 28 11:58:14.662 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96342025-02-28T11:58:15.702Z[ host-image] Feb 28 11:58:14.662 INFO O| Feb 28 11:58:14.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96352025-02-28T11:58:15.702Z[ host-image] Feb 28 11:58:14.662 INFO O| Feb 28 11:58:14.662 INFO STEP 68 (ensure_dir) COMPLETE
96362025-02-28T11:58:15.705Z[ host-image] Feb 28 11:58:14.662 INFO O| Feb 28 11:58:14.662 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372025-02-28T11:58:15.723Z[ host-image] Feb 28 11:58:14.683 INFO O| Feb 28 11:58:14.683 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96382025-02-28T11:58:15.723Z[ host-image] Feb 28 11:58:14.683 INFO O| Feb 28 11:58:14.683 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96392025-02-28T11:58:17.171Z[ host-image] Feb 28 11:58:16.131 INFO O| Feb 28 11:58:16.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
96402025-02-28T11:58:17.172Z[ host-image] Feb 28 11:58:16.131 INFO O| Feb 28 11:58:16.131 INFO ok!
96412025-02-28T11:58:17.175Z[ host-image] Feb 28 11:58:16.131 INFO O| Feb 28 11:58:16.131 INFO STEP 69 (ensure_file) COMPLETE
96422025-02-28T11:58:17.175Z[ host-image] Feb 28 11:58:16.131 INFO O| Feb 28 11:58:16.131 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432025-02-28T11:58:17.194Z[ host-image] Feb 28 11:58:16.153 INFO O| Feb 28 11:58:16.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96442025-02-28T11:58:17.194Z[ host-image] Feb 28 11:58:16.153 INFO O| Feb 28 11:58:16.153 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
96452025-02-28T11:58:19.695Z[ host-image] Feb 28 11:58:18.655 INFO O| Feb 28 11:58:18.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
96462025-02-28T11:58:19.696Z[ host-image] Feb 28 11:58:18.655 INFO O| Feb 28 11:58:18.655 INFO ok!
96472025-02-28T11:58:19.699Z[ host-image] Feb 28 11:58:18.655 INFO O| Feb 28 11:58:18.655 INFO STEP 70 (ensure_file) COMPLETE
96482025-02-28T11:58:19.699Z[ host-image] Feb 28 11:58:18.655 INFO O| Feb 28 11:58:18.655 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492025-02-28T11:58:19.716Z[ host-image] Feb 28 11:58:18.675 INFO O| Feb 28 11:58:18.675 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96502025-02-28T11:58:19.716Z[ host-image] Feb 28 11:58:18.675 INFO O| Feb 28 11:58:18.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96512025-02-28T11:58:19.719Z[ host-image] Feb 28 11:58:18.675 INFO O| Feb 28 11:58:18.675 INFO STEP 71 (ensure_dir) COMPLETE
96522025-02-28T11:58:19.719Z[ host-image] Feb 28 11:58:18.675 INFO O| Feb 28 11:58:18.675 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532025-02-28T11:58:19.734Z[ host-image] Feb 28 11:58:18.694 INFO O| Feb 28 11:58:18.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96542025-02-28T11:58:19.734Z[ host-image] Feb 28 11:58:18.694 INFO O| Feb 28 11:58:18.694 INFO copying /tmp/.tmpX0wZ8Q/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 ...
96552025-02-28T11:58:19.737Z[ host-image] Feb 28 11:58:18.694 INFO O| Feb 28 11:58:18.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96562025-02-28T11:58:19.737Z[ host-image] Feb 28 11:58:18.694 INFO O| Feb 28 11:58:18.694 INFO ok!
96572025-02-28T11:58:19.737Z[ host-image] Feb 28 11:58:18.694 INFO O| Feb 28 11:58:18.694 INFO STEP 72 (ensure_file) COMPLETE
96582025-02-28T11:58:19.737Z[ host-image] Feb 28 11:58:18.694 INFO O| Feb 28 11:58:18.694 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592025-02-28T11:58:19.766Z[ host-image] Feb 28 11:58:18.726 INFO O| Feb 28 11:58:18.726 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96602025-02-28T11:58:19.766Z[ host-image] Feb 28 11:58:18.726 INFO O| Feb 28 11:58:18.726 INFO copying /tmp/.tmpX0wZ8Q/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 ...
96612025-02-28T11:58:19.769Z[ host-image] Feb 28 11:58:18.726 INFO O| Feb 28 11:58:18.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
96622025-02-28T11:58:19.769Z[ host-image] Feb 28 11:58:18.726 INFO O| Feb 28 11:58:18.726 INFO ok!
96632025-02-28T11:58:19.769Z[ host-image] Feb 28 11:58:18.726 INFO O| Feb 28 11:58:18.726 INFO STEP 73 (ensure_file) COMPLETE
96642025-02-28T11:58:19.769Z[ host-image] Feb 28 11:58:18.727 INFO O| Feb 28 11:58:18.726 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652025-02-28T11:58:19.787Z[ host-image] Feb 28 11:58:18.746 INFO O| Feb 28 11:58:18.746 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96662025-02-28T11:58:19.787Z[ host-image] Feb 28 11:58:18.746 INFO O| Feb 28 11:58:18.746 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
96672025-02-28T11:58:19.790Z[ host-image] Feb 28 11:58:18.747 INFO O| Feb 28 11:58:18.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
96682025-02-28T11:58:19.790Z[ host-image] Feb 28 11:58:18.747 INFO O| Feb 28 11:58:18.747 INFO ok!
96692025-02-28T11:58:19.790Z[ host-image] Feb 28 11:58:18.747 INFO O| Feb 28 11:58:18.747 INFO STEP 74 (ensure_file) COMPLETE
96702025-02-28T11:58:19.790Z[ host-image] Feb 28 11:58:18.747 INFO O| Feb 28 11:58:18.747 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96712025-02-28T11:58:19.808Z[ host-image] Feb 28 11:58:18.767 INFO O| Feb 28 11:58:18.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
96722025-02-28T11:58:19.808Z[ host-image] Feb 28 11:58:18.768 INFO O| Feb 28 11:58:18.767 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
96732025-02-28T11:58:19.811Z[ host-image] Feb 28 11:58:18.768 INFO O| Feb 28 11:58:18.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
96742025-02-28T11:58:19.811Z[ host-image] Feb 28 11:58:18.768 INFO O| Feb 28 11:58:18.768 INFO ok!
96752025-02-28T11:58:19.811Z[ host-image] Feb 28 11:58:18.768 INFO O| Feb 28 11:58:18.768 INFO STEP 75 (ensure_file) COMPLETE
96762025-02-28T11:58:19.811Z[ host-image] Feb 28 11:58:18.768 INFO O| Feb 28 11:58:18.768 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96772025-02-28T11:58:19.829Z[ host-image] Feb 28 11:58:18.788 INFO O| Feb 28 11:58:18.788 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96782025-02-28T11:58:19.832Z[ host-image] Feb 28 11:58:18.788 INFO O| Feb 28 11:58:18.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96792025-02-28T11:58:19.832Z[ host-image] Feb 28 11:58:18.788 INFO O| Feb 28 11:58:18.788 INFO STEP 76 (ensure_dir) COMPLETE
96802025-02-28T11:58:19.832Z[ host-image] Feb 28 11:58:18.789 INFO O| Feb 28 11:58:18.789 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812025-02-28T11:58:19.850Z[ host-image] Feb 28 11:58:18.809 INFO O| Feb 28 11:58:18.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
96822025-02-28T11:58:19.850Z[ host-image] Feb 28 11:58:18.809 INFO O| Feb 28 11:58:18.809 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
96832025-02-28T11:58:19.854Z[ host-image] Feb 28 11:58:18.813 INFO O| Feb 28 11:58:18.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
96842025-02-28T11:58:19.854Z[ host-image] Feb 28 11:58:18.814 INFO O| Feb 28 11:58:18.814 INFO ok!
96852025-02-28T11:58:19.857Z[ host-image] Feb 28 11:58:18.814 INFO O| Feb 28 11:58:18.814 INFO STEP 77 (ensure_file) COMPLETE
96862025-02-28T11:58:19.857Z[ host-image] Feb 28 11:58:18.814 INFO O| Feb 28 11:58:18.814 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96872025-02-28T11:58:19.891Z[ host-image] Feb 28 11:58:18.850 INFO O| Feb 28 11:58:18.850 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
96882025-02-28T11:58:19.891Z[ host-image] Feb 28 11:58:18.850 INFO O| Feb 28 11:58:18.850 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
96892025-02-28T11:58:19.894Z[ host-image] Feb 28 11:58:18.851 INFO O| Feb 28 11:58:18.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
96902025-02-28T11:58:19.894Z[ host-image] Feb 28 11:58:18.851 INFO O| Feb 28 11:58:18.851 INFO ok!
96912025-02-28T11:58:19.894Z[ host-image] Feb 28 11:58:18.851 INFO O| Feb 28 11:58:18.851 INFO STEP 78 (ensure_file) COMPLETE
96922025-02-28T11:58:19.894Z[ host-image] Feb 28 11:58:18.851 INFO O| Feb 28 11:58:18.851 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96932025-02-28T11:58:19.911Z[ host-image] Feb 28 11:58:18.871 INFO O| Feb 28 11:58:18.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
96942025-02-28T11:58:19.911Z[ host-image] Feb 28 11:58:18.871 INFO O| Feb 28 11:58:18.871 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
96952025-02-28T11:58:21.936Z[ host-image] Feb 28 11:58:20.895 INFO O| Feb 28 11:58:20.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
96962025-02-28T11:58:21.936Z[ host-image] Feb 28 11:58:20.895 INFO O| Feb 28 11:58:20.895 INFO ok!
96972025-02-28T11:58:21.939Z[ host-image] Feb 28 11:58:20.895 INFO O| Feb 28 11:58:20.895 INFO STEP 79 (ensure_file) COMPLETE
96982025-02-28T11:58:21.939Z[ host-image] Feb 28 11:58:20.895 INFO O| Feb 28 11:58:20.895 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96992025-02-28T11:58:21.967Z[ host-image] Feb 28 11:58:20.926 INFO O| Feb 28 11:58:20.926 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
97002025-02-28T11:58:21.967Z[ host-image] Feb 28 11:58:20.926 INFO O| Feb 28 11:58:20.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
97012025-02-28T11:58:21.968Z[ host-image] Feb 28 11:58:20.926 INFO O| Feb 28 11:58:20.926 INFO STEP 80 (ensure_dir) COMPLETE
97022025-02-28T11:58:21.971Z[ host-image] Feb 28 11:58:20.926 INFO O| Feb 28 11:58:20.926 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032025-02-28T11:58:22.036Z[ host-image] Feb 28 11:58:20.995 INFO O| Feb 28 11:58:20.994 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
97042025-02-28T11:58:22.036Z[ host-image] Feb 28 11:58:20.995 INFO O| Feb 28 11:58:20.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
97052025-02-28T11:58:22.038Z[ host-image] Feb 28 11:58:20.995 INFO O| Feb 28 11:58:20.995 INFO STEP 81 (ensure_dir) COMPLETE
97062025-02-28T11:58:22.038Z[ host-image] Feb 28 11:58:20.995 INFO O| Feb 28 11:58:20.995 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072025-02-28T11:58:22.101Z[ host-image] Feb 28 11:58:21.060 INFO O| Feb 28 11:58:21.060 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97082025-02-28T11:58:22.101Z[ host-image] Feb 28 11:58:21.060 INFO O| Feb 28 11:58:21.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97092025-02-28T11:58:22.104Z[ host-image] Feb 28 11:58:21.060 INFO O| Feb 28 11:58:21.060 INFO STEP 82 (ensure_dir) COMPLETE
97102025-02-28T11:58:22.104Z[ host-image] Feb 28 11:58:21.060 INFO O| Feb 28 11:58:21.060 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112025-02-28T11:58:22.138Z[ host-image] Feb 28 11:58:21.097 INFO O| Feb 28 11:58:21.097 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97122025-02-28T11:58:22.139Z[ host-image] Feb 28 11:58:21.097 INFO O| Feb 28 11:58:21.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97132025-02-28T11:58:22.139Z[ host-image] Feb 28 11:58:21.097 INFO O| Feb 28 11:58:21.097 INFO STEP 83 (ensure_dir) COMPLETE
97142025-02-28T11:58:22.142Z[ host-image] Feb 28 11:58:21.097 INFO O| Feb 28 11:58:21.097 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97152025-02-28T11:58:22.158Z[ recovery-image] Feb 28 11:58:21.117 INFO E| Compiling bitflags v1.3.2
97162025-02-28T11:58:22.158Z[ recovery-image] Feb 28 11:58:21.117 INFO E| Compiling scroll v0.12.0
97172025-02-28T11:58:22.158Z[ recovery-image] Feb 28 11:58:21.117 INFO E| Compiling bit_field v0.10.2
97182025-02-28T11:58:22.158Z[ recovery-image] Feb 28 11:58:21.117 INFO E| Compiling adler2 v2.0.0
97192025-02-28T11:58:22.161Z[ recovery-image] Feb 28 11:58:21.117 INFO E| Compiling plain v0.2.3
97202025-02-28T11:58:22.161Z[ recovery-image] Feb 28 11:58:21.117 INFO E| Compiling log v0.4.22
97212025-02-28T11:58:22.161Z[ recovery-image] Feb 28 11:58:21.117 INFO E| Compiling bitstruct v0.1.1
97222025-02-28T11:58:22.181Z[ host-image] Feb 28 11:58:21.140 INFO O| Feb 28 11:58:21.140 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97232025-02-28T11:58:22.181Z[ host-image] Feb 28 11:58:21.140 INFO O| Feb 28 11:58:21.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97242025-02-28T11:58:22.181Z[ host-image] Feb 28 11:58:21.140 INFO O| Feb 28 11:58:21.140 INFO STEP 84 (ensure_dir) COMPLETE
97252025-02-28T11:58:22.184Z[ host-image] Feb 28 11:58:21.140 INFO O| Feb 28 11:58:21.140 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262025-02-28T11:58:22.212Z[ host-image] Feb 28 11:58:21.171 INFO O| Feb 28 11:58:21.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97272025-02-28T11:58:22.212Z[ host-image] Feb 28 11:58:21.171 INFO O| Feb 28 11:58:21.171 INFO copying /tmp/.tmpX0wZ8Q/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 ...
97282025-02-28T11:58:22.212Z[ host-image] Feb 28 11:58:21.171 INFO O| Feb 28 11:58:21.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97292025-02-28T11:58:22.215Z[ host-image] Feb 28 11:58:21.171 INFO O| Feb 28 11:58:21.171 INFO ok!
97302025-02-28T11:58:22.215Z[ host-image] Feb 28 11:58:21.171 INFO O| Feb 28 11:58:21.171 INFO STEP 85 (ensure_file) COMPLETE
97312025-02-28T11:58:22.215Z[ host-image] Feb 28 11:58:21.171 INFO O| Feb 28 11:58:21.171 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322025-02-28T11:58:22.332Z[ recovery-image] Feb 28 11:58:21.291 INFO E| Compiling raw-cpuid v10.7.0
97332025-02-28T11:58:22.337Z[ host-image] Feb 28 11:58:21.296 INFO O| Feb 28 11:58:21.296 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97342025-02-28T11:58:22.340Z[ host-image] Feb 28 11:58:21.296 INFO O| Feb 28 11:58:21.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97352025-02-28T11:58:22.348Z[ recovery-image] Feb 28 11:58:21.307 INFO E| Compiling cpio_reader v0.1.1
97362025-02-28T11:58:22.370Z[ host-image] Feb 28 11:58:21.329 INFO O| Feb 28 11:58:21.296 INFO STEP 86 (ensure_dir) COMPLETE
97372025-02-28T11:58:22.370Z[ host-image] Feb 28 11:58:21.329 INFO O| Feb 28 11:58:21.329 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382025-02-28T11:58:22.504Z[ host-image] Feb 28 11:58:21.463 INFO O| Feb 28 11:58:21.463 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97392025-02-28T11:58:22.505Z[ host-image] Feb 28 11:58:21.463 INFO O| Feb 28 11:58:21.463 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97402025-02-28T11:58:22.507Z[ host-image] Feb 28 11:58:21.464 INFO O| Feb 28 11:58:21.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97412025-02-28T11:58:22.507Z[ host-image] Feb 28 11:58:21.464 INFO O| Feb 28 11:58:21.463 INFO ok!
97422025-02-28T11:58:22.507Z[ host-image] Feb 28 11:58:21.464 INFO O| Feb 28 11:58:21.464 INFO STEP 87 (ensure_file) COMPLETE
97432025-02-28T11:58:22.507Z[ host-image] Feb 28 11:58:21.464 INFO O| Feb 28 11:58:21.464 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442025-02-28T11:58:22.571Z[ host-image] Feb 28 11:58:21.530 INFO O| Feb 28 11:58:21.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97452025-02-28T11:58:22.571Z[ host-image] Feb 28 11:58:21.530 INFO O| Feb 28 11:58:21.530 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97462025-02-28T11:58:22.595Z[ host-image] Feb 28 11:58:21.554 INFO O| Feb 28 11:58:21.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97472025-02-28T11:58:22.595Z[ host-image] Feb 28 11:58:21.554 INFO O| Feb 28 11:58:21.554 INFO ok!
97482025-02-28T11:58:22.595Z[ host-image] Feb 28 11:58:21.554 INFO O| Feb 28 11:58:21.554 INFO STEP 88 (ensure_file) COMPLETE
97492025-02-28T11:58:22.598Z[ host-image] Feb 28 11:58:21.554 INFO O| Feb 28 11:58:21.554 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502025-02-28T11:58:22.618Z[ host-image] Feb 28 11:58:21.577 INFO O| Feb 28 11:58:21.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97512025-02-28T11:58:22.618Z[ host-image] Feb 28 11:58:21.577 INFO O| Feb 28 11:58:21.577 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97522025-02-28T11:58:22.711Z[ recovery-image] Feb 28 11:58:21.670 INFO E| Compiling miniz_oxide v0.8.0
97532025-02-28T11:58:22.992Z[ recovery-image] Feb 28 11:58:21.951 INFO E| Compiling static_assertions v1.1.0
97542025-02-28T11:58:23.181Z[ host-image] Feb 28 11:58:22.140 INFO O| Feb 28 11:58:22.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97552025-02-28T11:58:23.181Z[ host-image] Feb 28 11:58:22.140 INFO O| Feb 28 11:58:22.140 INFO ok!
97562025-02-28T11:58:23.184Z[ host-image] Feb 28 11:58:22.140 INFO O| Feb 28 11:58:22.140 INFO STEP 89 (ensure_file) COMPLETE
97572025-02-28T11:58:23.185Z[ host-image] Feb 28 11:58:22.140 INFO O| Feb 28 11:58:22.140 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582025-02-28T11:58:23.261Z[ host-image] Feb 28 11:58:22.219 INFO O| Feb 28 11:58:22.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97592025-02-28T11:58:23.264Z[ host-image] Feb 28 11:58:22.219 INFO O| Feb 28 11:58:22.219 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
97602025-02-28T11:58:23.264Z[ host-image] Feb 28 11:58:22.220 INFO O| Feb 28 11:58:22.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
97612025-02-28T11:58:23.264Z[ host-image] Feb 28 11:58:22.220 INFO O| Feb 28 11:58:22.220 INFO ok!
97622025-02-28T11:58:23.264Z[ host-image] Feb 28 11:58:22.220 INFO O| Feb 28 11:58:22.220 INFO STEP 90 (ensure_file) COMPLETE
97632025-02-28T11:58:23.264Z[ host-image] Feb 28 11:58:22.220 INFO O| Feb 28 11:58:22.220 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642025-02-28T11:58:23.393Z[ host-image] Feb 28 11:58:22.352 INFO O| Feb 28 11:58:22.352 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97652025-02-28T11:58:23.396Z[ host-image] Feb 28 11:58:22.352 INFO O| Feb 28 11:58:22.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97662025-02-28T11:58:23.396Z[ host-image] Feb 28 11:58:22.352 INFO O| Feb 28 11:58:22.352 INFO STEP 91 (ensure_dir) COMPLETE
97672025-02-28T11:58:23.396Z[ host-image] Feb 28 11:58:22.352 INFO O| Feb 28 11:58:22.352 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682025-02-28T11:58:23.427Z[ host-image] Feb 28 11:58:22.386 INFO O| Feb 28 11:58:22.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
97692025-02-28T11:58:23.427Z[ host-image] Feb 28 11:58:22.386 INFO O| Feb 28 11:58:22.386 INFO copying /tmp/.tmpX0wZ8Q/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 ...
97702025-02-28T11:58:23.430Z[ host-image] Feb 28 11:58:22.386 INFO O| Feb 28 11:58:22.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
97712025-02-28T11:58:23.430Z[ host-image] Feb 28 11:58:22.386 INFO O| Feb 28 11:58:22.386 INFO ok!
97722025-02-28T11:58:23.431Z[ host-image] Feb 28 11:58:22.386 INFO O| Feb 28 11:58:22.386 INFO STEP 92 (ensure_file) COMPLETE
97732025-02-28T11:58:23.431Z[ host-image] Feb 28 11:58:22.386 INFO O| Feb 28 11:58:22.386 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742025-02-28T11:58:23.508Z[ host-image] Feb 28 11:58:22.466 INFO O| Feb 28 11:58:22.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
97752025-02-28T11:58:23.508Z[ host-image] Feb 28 11:58:22.466 INFO O| Feb 28 11:58:22.466 INFO copying /tmp/.tmpX0wZ8Q/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 ...
97762025-02-28T11:58:23.509Z[ host-image] Feb 28 11:58:22.467 INFO O| Feb 28 11:58:22.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
97772025-02-28T11:58:23.509Z[ host-image] Feb 28 11:58:22.467 INFO O| Feb 28 11:58:22.467 INFO ok!
97782025-02-28T11:58:23.509Z[ host-image] Feb 28 11:58:22.467 INFO O| Feb 28 11:58:22.467 INFO STEP 93 (ensure_file) COMPLETE
97792025-02-28T11:58:23.509Z[ host-image] Feb 28 11:58:22.467 INFO O| Feb 28 11:58:22.467 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97802025-02-28T11:58:23.599Z[ host-image] Feb 28 11:58:22.558 INFO O| Feb 28 11:58:22.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
97812025-02-28T11:58:23.599Z[ host-image] Feb 28 11:58:22.558 INFO O| Feb 28 11:58:22.558 INFO copying /tmp/.tmpX0wZ8Q/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 ...
97822025-02-28T11:58:23.602Z[ host-image] Feb 28 11:58:22.558 INFO O| Feb 28 11:58:22.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
97832025-02-28T11:58:23.602Z[ host-image] Feb 28 11:58:22.558 INFO O| Feb 28 11:58:22.558 INFO ok!
97842025-02-28T11:58:23.602Z[ host-image] Feb 28 11:58:22.558 INFO O| Feb 28 11:58:22.558 INFO STEP 94 (ensure_file) COMPLETE
97852025-02-28T11:58:23.602Z[ host-image] Feb 28 11:58:22.558 INFO O| Feb 28 11:58:22.558 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97862025-02-28T11:58:23.636Z[ recovery-image] Feb 28 11:58:22.595 INFO E| Compiling goblin v0.8.2
97872025-02-28T11:58:23.750Z[ host-image] Feb 28 11:58:22.709 INFO O| Feb 28 11:58:22.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
97882025-02-28T11:58:23.750Z[ host-image] Feb 28 11:58:22.709 INFO O| Feb 28 11:58:22.709 INFO copying /tmp/.tmpX0wZ8Q/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 ...
97892025-02-28T11:58:23.753Z[ host-image] Feb 28 11:58:22.709 INFO O| Feb 28 11:58:22.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
97902025-02-28T11:58:23.753Z[ host-image] Feb 28 11:58:22.709 INFO O| Feb 28 11:58:22.709 INFO ok!
97912025-02-28T11:58:23.753Z[ host-image] Feb 28 11:58:22.710 INFO O| Feb 28 11:58:22.709 INFO STEP 95 (ensure_file) COMPLETE
97922025-02-28T11:58:23.753Z[ host-image] Feb 28 11:58:22.710 INFO O| Feb 28 11:58:22.710 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932025-02-28T11:58:23.884Z[ host-image] Feb 28 11:58:22.842 INFO O| Feb 28 11:58:22.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
97942025-02-28T11:58:23.884Z[ host-image] Feb 28 11:58:22.842 INFO O| Feb 28 11:58:22.839 INFO copying /tmp/.tmpX0wZ8Q/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 ...
97952025-02-28T11:58:23.884Z[ host-image] Feb 28 11:58:22.842 INFO O| Feb 28 11:58:22.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
97962025-02-28T11:58:23.884Z[ host-image] Feb 28 11:58:22.842 INFO O| Feb 28 11:58:22.839 INFO ok!
97972025-02-28T11:58:23.884Z[ host-image] Feb 28 11:58:22.842 INFO O| Feb 28 11:58:22.839 INFO STEP 96 (ensure_file) COMPLETE
97982025-02-28T11:58:23.887Z[ host-image] Feb 28 11:58:22.842 INFO O| Feb 28 11:58:22.839 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992025-02-28T11:58:23.978Z[ host-image] Feb 28 11:58:22.937 INFO O| Feb 28 11:58:22.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
98002025-02-28T11:58:23.978Z[ host-image] Feb 28 11:58:22.937 INFO O| Feb 28 11:58:22.937 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98012025-02-28T11:58:23.979Z[ host-image] Feb 28 11:58:22.937 INFO O| Feb 28 11:58:22.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
98022025-02-28T11:58:23.979Z[ host-image] Feb 28 11:58:22.937 INFO O| Feb 28 11:58:22.937 INFO ok!
98032025-02-28T11:58:23.982Z[ host-image] Feb 28 11:58:22.937 INFO O| Feb 28 11:58:22.937 INFO STEP 97 (ensure_file) COMPLETE
98042025-02-28T11:58:23.982Z[ host-image] Feb 28 11:58:22.937 INFO O| Feb 28 11:58:22.937 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052025-02-28T11:58:24.039Z[ host-image] Feb 28 11:58:22.998 INFO O| Feb 28 11:58:22.998 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
98062025-02-28T11:58:24.039Z[ host-image] Feb 28 11:58:22.998 INFO O| Feb 28 11:58:22.998 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
98072025-02-28T11:58:24.039Z[ host-image] Feb 28 11:58:22.998 INFO O| Feb 28 11:58:22.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
98082025-02-28T11:58:24.042Z[ host-image] Feb 28 11:58:22.998 INFO O| Feb 28 11:58:22.998 INFO ok!
98092025-02-28T11:58:24.042Z[ host-image] Feb 28 11:58:22.998 INFO O| Feb 28 11:58:22.998 INFO STEP 98 (ensure_file) COMPLETE
98102025-02-28T11:58:24.042Z[ host-image] Feb 28 11:58:22.998 INFO O| Feb 28 11:58:22.998 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112025-02-28T11:58:24.075Z[ host-image] Feb 28 11:58:23.033 INFO O| Feb 28 11:58:23.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
98122025-02-28T11:58:24.075Z[ host-image] Feb 28 11:58:23.033 INFO O| Feb 28 11:58:23.033 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98132025-02-28T11:58:24.075Z[ host-image] Feb 28 11:58:23.034 INFO O| Feb 28 11:58:23.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
98142025-02-28T11:58:24.091Z[ host-image] Feb 28 11:58:23.034 INFO O| Feb 28 11:58:23.034 INFO ok!
98152025-02-28T11:58:24.091Z[ host-image] Feb 28 11:58:23.034 INFO O| Feb 28 11:58:23.034 INFO STEP 99 (ensure_file) COMPLETE
98162025-02-28T11:58:24.091Z[ host-image] Feb 28 11:58:23.034 INFO O| Feb 28 11:58:23.034 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172025-02-28T11:58:24.106Z[ host-image] Feb 28 11:58:23.065 INFO O| Feb 28 11:58:23.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
98182025-02-28T11:58:24.106Z[ host-image] Feb 28 11:58:23.065 INFO O| Feb 28 11:58:23.065 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98192025-02-28T11:58:24.109Z[ host-image] Feb 28 11:58:23.065 INFO O| Feb 28 11:58:23.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
98202025-02-28T11:58:24.109Z[ host-image] Feb 28 11:58:23.065 INFO O| Feb 28 11:58:23.065 INFO ok!
98212025-02-28T11:58:24.109Z[ host-image] Feb 28 11:58:23.065 INFO O| Feb 28 11:58:23.065 INFO STEP 100 (ensure_file) COMPLETE
98222025-02-28T11:58:24.109Z[ host-image] Feb 28 11:58:23.066 INFO O| Feb 28 11:58:23.065 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232025-02-28T11:58:24.129Z[ host-image] Feb 28 11:58:23.087 INFO O| Feb 28 11:58:23.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
98242025-02-28T11:58:24.129Z[ host-image] Feb 28 11:58:23.088 INFO O| Feb 28 11:58:23.088 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98252025-02-28T11:58:24.132Z[ host-image] Feb 28 11:58:23.088 INFO O| Feb 28 11:58:23.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
98262025-02-28T11:58:24.132Z[ host-image] Feb 28 11:58:23.088 INFO O| Feb 28 11:58:23.088 INFO ok!
98272025-02-28T11:58:24.132Z[ host-image] Feb 28 11:58:23.088 INFO O| Feb 28 11:58:23.088 INFO STEP 101 (ensure_file) COMPLETE
98282025-02-28T11:58:24.132Z[ host-image] Feb 28 11:58:23.088 INFO O| Feb 28 11:58:23.088 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292025-02-28T11:58:24.151Z[ host-image] Feb 28 11:58:23.110 INFO O| Feb 28 11:58:23.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
98302025-02-28T11:58:24.151Z[ host-image] Feb 28 11:58:23.110 INFO O| Feb 28 11:58:23.110 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
98312025-02-28T11:58:24.154Z[ host-image] Feb 28 11:58:23.110 INFO O| Feb 28 11:58:23.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
98322025-02-28T11:58:24.154Z[ host-image] Feb 28 11:58:23.111 INFO O| Feb 28 11:58:23.111 INFO ok!
98332025-02-28T11:58:24.154Z[ host-image] Feb 28 11:58:23.111 INFO O| Feb 28 11:58:23.111 INFO STEP 102 (ensure_file) COMPLETE
98342025-02-28T11:58:24.154Z[ host-image] Feb 28 11:58:23.111 INFO O| Feb 28 11:58:23.111 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352025-02-28T11:58:24.171Z[ host-image] Feb 28 11:58:23.130 INFO O| Feb 28 11:58:23.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
98362025-02-28T11:58:24.174Z[ host-image] Feb 28 11:58:23.130 INFO O| Feb 28 11:58:23.130 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98372025-02-28T11:58:24.174Z[ host-image] Feb 28 11:58:23.130 INFO O| Feb 28 11:58:23.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
98382025-02-28T11:58:24.174Z[ host-image] Feb 28 11:58:23.130 INFO O| Feb 28 11:58:23.130 INFO ok!
98392025-02-28T11:58:24.174Z[ host-image] Feb 28 11:58:23.130 INFO O| Feb 28 11:58:23.130 INFO STEP 103 (ensure_file) COMPLETE
98402025-02-28T11:58:24.174Z[ host-image] Feb 28 11:58:23.130 INFO O| Feb 28 11:58:23.130 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412025-02-28T11:58:24.193Z[ host-image] Feb 28 11:58:23.151 INFO O| Feb 28 11:58:23.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
98422025-02-28T11:58:24.193Z[ host-image] Feb 28 11:58:23.151 INFO O| Feb 28 11:58:23.151 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98432025-02-28T11:58:24.196Z[ host-image] Feb 28 11:58:23.152 INFO O| Feb 28 11:58:23.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
98442025-02-28T11:58:24.196Z[ host-image] Feb 28 11:58:23.152 INFO O| Feb 28 11:58:23.152 INFO ok!
98452025-02-28T11:58:24.196Z[ host-image] Feb 28 11:58:23.152 INFO O| Feb 28 11:58:23.152 INFO STEP 104 (ensure_file) COMPLETE
98462025-02-28T11:58:24.196Z[ host-image] Feb 28 11:58:23.152 INFO O| Feb 28 11:58:23.152 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98472025-02-28T11:58:24.227Z[ host-image] Feb 28 11:58:23.186 INFO O| Feb 28 11:58:23.186 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
98482025-02-28T11:58:24.227Z[ host-image] Feb 28 11:58:23.186 INFO O| Feb 28 11:58:23.186 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98492025-02-28T11:58:24.230Z[ host-image] Feb 28 11:58:23.186 INFO O| Feb 28 11:58:23.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
98502025-02-28T11:58:24.230Z[ host-image] Feb 28 11:58:23.186 INFO O| Feb 28 11:58:23.186 INFO ok!
98512025-02-28T11:58:24.230Z[ host-image] Feb 28 11:58:23.187 INFO O| Feb 28 11:58:23.186 INFO STEP 105 (ensure_file) COMPLETE
98522025-02-28T11:58:24.230Z[ host-image] Feb 28 11:58:23.187 INFO O| Feb 28 11:58:23.187 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532025-02-28T11:58:24.248Z[ host-image] Feb 28 11:58:23.206 INFO O| Feb 28 11:58:23.206 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
98542025-02-28T11:58:24.248Z[ host-image] Feb 28 11:58:23.206 INFO O| Feb 28 11:58:23.206 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98552025-02-28T11:58:24.251Z[ host-image] Feb 28 11:58:23.207 INFO O| Feb 28 11:58:23.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
98562025-02-28T11:58:24.251Z[ host-image] Feb 28 11:58:23.207 INFO O| Feb 28 11:58:23.207 INFO ok!
98572025-02-28T11:58:24.251Z[ host-image] Feb 28 11:58:23.207 INFO O| Feb 28 11:58:23.207 INFO STEP 106 (ensure_file) COMPLETE
98582025-02-28T11:58:24.251Z[ host-image] Feb 28 11:58:23.207 INFO O| Feb 28 11:58:23.207 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592025-02-28T11:58:24.288Z[ host-image] Feb 28 11:58:23.247 INFO O| Feb 28 11:58:23.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
98602025-02-28T11:58:24.288Z[ host-image] Feb 28 11:58:23.247 INFO O| Feb 28 11:58:23.247 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98612025-02-28T11:58:24.291Z[ host-image] Feb 28 11:58:23.247 INFO O| Feb 28 11:58:23.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
98622025-02-28T11:58:24.291Z[ host-image] Feb 28 11:58:23.247 INFO O| Feb 28 11:58:23.247 INFO ok!
98632025-02-28T11:58:24.291Z[ host-image] Feb 28 11:58:23.247 INFO O| Feb 28 11:58:23.247 INFO STEP 107 (ensure_file) COMPLETE
98642025-02-28T11:58:24.291Z[ host-image] Feb 28 11:58:23.247 INFO O| Feb 28 11:58:23.247 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652025-02-28T11:58:24.343Z[ host-image] Feb 28 11:58:23.302 INFO O| Feb 28 11:58:23.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
98662025-02-28T11:58:24.343Z[ host-image] Feb 28 11:58:23.302 INFO O| Feb 28 11:58:23.302 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98672025-02-28T11:58:24.346Z[ host-image] Feb 28 11:58:23.302 INFO O| Feb 28 11:58:23.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
98682025-02-28T11:58:24.346Z[ host-image] Feb 28 11:58:23.302 INFO O| Feb 28 11:58:23.302 INFO ok!
98692025-02-28T11:58:24.346Z[ host-image] Feb 28 11:58:23.302 INFO O| Feb 28 11:58:23.302 INFO STEP 108 (ensure_file) COMPLETE
98702025-02-28T11:58:24.346Z[ host-image] Feb 28 11:58:23.302 INFO O| Feb 28 11:58:23.302 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712025-02-28T11:58:24.378Z[ host-image] Feb 28 11:58:23.337 INFO O| Feb 28 11:58:23.336 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
98722025-02-28T11:58:24.379Z[ host-image] Feb 28 11:58:23.337 INFO O| Feb 28 11:58:23.336 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98732025-02-28T11:58:24.383Z[ host-image] Feb 28 11:58:23.337 INFO O| Feb 28 11:58:23.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
98742025-02-28T11:58:24.383Z[ host-image] Feb 28 11:58:23.337 INFO O| Feb 28 11:58:23.337 INFO ok!
98752025-02-28T11:58:24.383Z[ host-image] Feb 28 11:58:23.337 INFO O| Feb 28 11:58:23.337 INFO STEP 109 (ensure_file) COMPLETE
98762025-02-28T11:58:24.383Z[ host-image] Feb 28 11:58:23.337 INFO O| Feb 28 11:58:23.337 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98772025-02-28T11:58:24.419Z[ host-image] Feb 28 11:58:23.378 INFO O| Feb 28 11:58:23.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
98782025-02-28T11:58:24.419Z[ host-image] Feb 28 11:58:23.378 INFO O| Feb 28 11:58:23.378 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98792025-02-28T11:58:24.419Z[ host-image] Feb 28 11:58:23.378 INFO O| Feb 28 11:58:23.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
98802025-02-28T11:58:24.422Z[ host-image] Feb 28 11:58:23.378 INFO O| Feb 28 11:58:23.378 INFO ok!
98812025-02-28T11:58:24.422Z[ host-image] Feb 28 11:58:23.378 INFO O| Feb 28 11:58:23.378 INFO STEP 110 (ensure_file) COMPLETE
98822025-02-28T11:58:24.422Z[ host-image] Feb 28 11:58:23.378 INFO O| Feb 28 11:58:23.378 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832025-02-28T11:58:24.462Z[ host-image] Feb 28 11:58:23.420 INFO O| Feb 28 11:58:23.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
98842025-02-28T11:58:24.462Z[ host-image] Feb 28 11:58:23.420 INFO O| Feb 28 11:58:23.420 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98852025-02-28T11:58:24.465Z[ host-image] Feb 28 11:58:23.420 INFO O| Feb 28 11:58:23.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
98862025-02-28T11:58:24.465Z[ host-image] Feb 28 11:58:23.420 INFO O| Feb 28 11:58:23.420 INFO ok!
98872025-02-28T11:58:24.465Z[ host-image] Feb 28 11:58:23.421 INFO O| Feb 28 11:58:23.420 INFO STEP 111 (ensure_file) COMPLETE
98882025-02-28T11:58:24.465Z[ host-image] Feb 28 11:58:23.421 INFO O| Feb 28 11:58:23.420 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892025-02-28T11:58:24.501Z[ host-image] Feb 28 11:58:23.459 INFO O| Feb 28 11:58:23.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
98902025-02-28T11:58:24.501Z[ host-image] Feb 28 11:58:23.459 INFO O| Feb 28 11:58:23.459 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98912025-02-28T11:58:24.501Z[ host-image] Feb 28 11:58:23.460 INFO O| Feb 28 11:58:23.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
98922025-02-28T11:58:24.504Z[ host-image] Feb 28 11:58:23.460 INFO O| Feb 28 11:58:23.460 INFO ok!
98932025-02-28T11:58:24.504Z[ host-image] Feb 28 11:58:23.460 INFO O| Feb 28 11:58:23.460 INFO STEP 112 (ensure_file) COMPLETE
98942025-02-28T11:58:24.504Z[ host-image] Feb 28 11:58:23.460 INFO O| Feb 28 11:58:23.460 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952025-02-28T11:58:24.523Z[ host-image] Feb 28 11:58:23.481 INFO O| Feb 28 11:58:23.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
98962025-02-28T11:58:24.523Z[ host-image] Feb 28 11:58:23.481 INFO O| Feb 28 11:58:23.481 INFO copying /tmp/.tmpX0wZ8Q/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 ...
98972025-02-28T11:58:24.523Z[ host-image] Feb 28 11:58:23.481 INFO O| Feb 28 11:58:23.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
98982025-02-28T11:58:24.523Z[ host-image] Feb 28 11:58:23.481 INFO O| Feb 28 11:58:23.481 INFO ok!
98992025-02-28T11:58:24.523Z[ host-image] Feb 28 11:58:23.481 INFO O| Feb 28 11:58:23.481 INFO STEP 113 (ensure_file) COMPLETE
99002025-02-28T11:58:24.523Z[ host-image] Feb 28 11:58:23.481 INFO O| Feb 28 11:58:23.481 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012025-02-28T11:58:24.553Z[ host-image] Feb 28 11:58:23.511 INFO O| Feb 28 11:58:23.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
99022025-02-28T11:58:24.553Z[ host-image] Feb 28 11:58:23.511 INFO O| Feb 28 11:58:23.511 INFO copying /tmp/.tmpX0wZ8Q/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 ...
99032025-02-28T11:58:24.556Z[ host-image] Feb 28 11:58:23.511 INFO O| Feb 28 11:58:23.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
99042025-02-28T11:58:24.556Z[ host-image] Feb 28 11:58:23.512 INFO O| Feb 28 11:58:23.511 INFO ok!
99052025-02-28T11:58:24.556Z[ host-image] Feb 28 11:58:23.512 INFO O| Feb 28 11:58:23.511 INFO STEP 114 (ensure_file) COMPLETE
99062025-02-28T11:58:24.556Z[ host-image] Feb 28 11:58:23.512 INFO O| Feb 28 11:58:23.512 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072025-02-28T11:58:24.574Z[ host-image] Feb 28 11:58:23.532 INFO O| Feb 28 11:58:23.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
99082025-02-28T11:58:24.574Z[ host-image] Feb 28 11:58:23.532 INFO O| Feb 28 11:58:23.532 INFO copying /tmp/.tmpX0wZ8Q/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 ...
99092025-02-28T11:58:24.574Z[ host-image] Feb 28 11:58:23.533 INFO O| Feb 28 11:58:23.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
99102025-02-28T11:58:24.574Z[ host-image] Feb 28 11:58:23.533 INFO O| Feb 28 11:58:23.532 INFO ok!
99112025-02-28T11:58:24.578Z[ host-image] Feb 28 11:58:23.533 INFO O| Feb 28 11:58:23.533 INFO STEP 115 (ensure_file) COMPLETE
99122025-02-28T11:58:24.581Z[ host-image] Feb 28 11:58:23.533 INFO O| Feb 28 11:58:23.533 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99132025-02-28T11:58:24.595Z[ host-image] Feb 28 11:58:23.553 INFO O| Feb 28 11:58:23.553 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
99142025-02-28T11:58:24.595Z[ host-image] Feb 28 11:58:23.553 INFO O| Feb 28 11:58:23.553 INFO copying /tmp/.tmpX0wZ8Q/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 ...
99152025-02-28T11:58:24.596Z[ host-image] Feb 28 11:58:23.553 INFO O| Feb 28 11:58:23.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
99162025-02-28T11:58:24.596Z[ host-image] Feb 28 11:58:23.553 INFO O| Feb 28 11:58:23.553 INFO ok!
99172025-02-28T11:58:24.596Z[ host-image] Feb 28 11:58:23.553 INFO O| Feb 28 11:58:23.553 INFO STEP 116 (ensure_file) COMPLETE
99182025-02-28T11:58:24.596Z[ host-image] Feb 28 11:58:23.553 INFO O| Feb 28 11:58:23.553 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99192025-02-28T11:58:24.614Z[ host-image] Feb 28 11:58:23.573 INFO O| Feb 28 11:58:23.572 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
99202025-02-28T11:58:24.614Z[ host-image] Feb 28 11:58:23.573 INFO O| Feb 28 11:58:23.572 INFO copying /tmp/.tmpX0wZ8Q/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 ...
99212025-02-28T11:58:24.617Z[ host-image] Feb 28 11:58:23.573 INFO O| Feb 28 11:58:23.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
99222025-02-28T11:58:24.617Z[ host-image] Feb 28 11:58:23.573 INFO O| Feb 28 11:58:23.573 INFO ok!
99232025-02-28T11:58:24.618Z[ host-image] Feb 28 11:58:23.573 INFO O| Feb 28 11:58:23.573 INFO STEP 117 (ensure_file) COMPLETE
99242025-02-28T11:58:24.618Z[ host-image] Feb 28 11:58:23.573 INFO O| Feb 28 11:58:23.573 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99252025-02-28T11:58:24.635Z[ host-image] Feb 28 11:58:23.593 INFO O| Feb 28 11:58:23.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
99262025-02-28T11:58:24.635Z[ host-image] Feb 28 11:58:23.593 INFO O| Feb 28 11:58:23.593 INFO copying /tmp/.tmpX0wZ8Q/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 ...
99272025-02-28T11:58:24.638Z[ host-image] Feb 28 11:58:23.594 INFO O| Feb 28 11:58:23.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
99282025-02-28T11:58:24.638Z[ host-image] Feb 28 11:58:23.594 INFO O| Feb 28 11:58:23.594 INFO ok!
99292025-02-28T11:58:24.638Z[ host-image] Feb 28 11:58:23.594 INFO O| Feb 28 11:58:23.594 INFO STEP 118 (ensure_file) COMPLETE
99302025-02-28T11:58:24.638Z[ host-image] Feb 28 11:58:23.594 INFO O| Feb 28 11:58:23.594 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99312025-02-28T11:58:24.656Z[ host-image] Feb 28 11:58:23.615 INFO O| Feb 28 11:58:23.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
99322025-02-28T11:58:24.656Z[ host-image] Feb 28 11:58:23.615 INFO O| Feb 28 11:58:23.615 INFO copying /tmp/.tmpX0wZ8Q/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 ...
99332025-02-28T11:58:24.656Z[ host-image] Feb 28 11:58:23.615 INFO O| Feb 28 11:58:23.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
99342025-02-28T11:58:24.659Z[ host-image] Feb 28 11:58:23.615 INFO O| Feb 28 11:58:23.615 INFO ok!
99352025-02-28T11:58:24.659Z[ host-image] Feb 28 11:58:23.615 INFO O| Feb 28 11:58:23.615 INFO STEP 119 (ensure_file) COMPLETE
99362025-02-28T11:58:24.659Z[ host-image] Feb 28 11:58:23.615 INFO O| Feb 28 11:58:23.615 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99372025-02-28T11:58:24.695Z[ host-image] Feb 28 11:58:23.653 INFO O| Feb 28 11:58:23.653 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
99382025-02-28T11:58:24.695Z[ host-image] Feb 28 11:58:23.653 INFO O| Feb 28 11:58:23.653 INFO copying /tmp/.tmpX0wZ8Q/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 ...
99392025-02-28T11:58:24.698Z[ host-image] Feb 28 11:58:23.655 INFO O| Feb 28 11:58:23.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
99402025-02-28T11:58:24.698Z[ host-image] Feb 28 11:58:23.655 INFO O| Feb 28 11:58:23.653 INFO ok!
99412025-02-28T11:58:24.698Z[ host-image] Feb 28 11:58:23.655 INFO O| Feb 28 11:58:23.653 INFO STEP 120 (ensure_file) COMPLETE
99422025-02-28T11:58:24.698Z[ host-image] Feb 28 11:58:23.655 INFO O| Feb 28 11:58:23.653 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99432025-02-28T11:58:24.717Z[ host-image] Feb 28 11:58:23.676 INFO O| Feb 28 11:58:23.676 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
99442025-02-28T11:58:24.717Z[ host-image] Feb 28 11:58:23.676 INFO O| Feb 28 11:58:23.676 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
99452025-02-28T11:58:24.721Z[ host-image] Feb 28 11:58:23.676 INFO O| Feb 28 11:58:23.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
99462025-02-28T11:58:24.721Z[ host-image] Feb 28 11:58:23.676 INFO O| Feb 28 11:58:23.676 INFO ok!
99472025-02-28T11:58:24.721Z[ host-image] Feb 28 11:58:23.676 INFO O| Feb 28 11:58:23.676 INFO STEP 121 (ensure_file) COMPLETE
99482025-02-28T11:58:24.721Z[ host-image] Feb 28 11:58:23.676 INFO O| Feb 28 11:58:23.676 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99492025-02-28T11:58:24.817Z[ host-image] Feb 28 11:58:23.775 INFO O| Feb 28 11:58:23.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
99502025-02-28T11:58:24.817Z[ host-image] Feb 28 11:58:23.775 INFO O| Feb 28 11:58:23.775 INFO copying /tmp/.tmpX0wZ8Q/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 ...
99512025-02-28T11:58:24.820Z[ host-image] Feb 28 11:58:23.776 INFO O| Feb 28 11:58:23.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
99522025-02-28T11:58:24.820Z[ host-image] Feb 28 11:58:23.776 INFO O| Feb 28 11:58:23.775 INFO ok!
99532025-02-28T11:58:24.820Z[ host-image] Feb 28 11:58:23.776 INFO O| Feb 28 11:58:23.776 INFO STEP 122 (ensure_file) COMPLETE
99542025-02-28T11:58:24.820Z[ host-image] Feb 28 11:58:23.776 INFO O| Feb 28 11:58:23.776 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99552025-02-28T11:58:24.841Z[ host-image] Feb 28 11:58:23.800 INFO O| Feb 28 11:58:23.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
99562025-02-28T11:58:24.841Z[ host-image] Feb 28 11:58:23.800 INFO O| Feb 28 11:58:23.800 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
99572025-02-28T11:58:24.845Z[ host-image] Feb 28 11:58:23.800 INFO O| Feb 28 11:58:23.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
99582025-02-28T11:58:24.845Z[ host-image] Feb 28 11:58:23.800 INFO O| Feb 28 11:58:23.800 INFO ok!
99592025-02-28T11:58:24.845Z[ host-image] Feb 28 11:58:23.800 INFO O| Feb 28 11:58:23.800 INFO STEP 123 (ensure_file) COMPLETE
99602025-02-28T11:58:24.845Z[ host-image] Feb 28 11:58:23.800 INFO O| Feb 28 11:58:23.800 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99612025-02-28T11:58:24.897Z[ host-image] Feb 28 11:58:23.855 INFO O| Feb 28 11:58:23.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
99622025-02-28T11:58:24.897Z[ host-image] Feb 28 11:58:23.855 INFO O| Feb 28 11:58:23.855 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
99632025-02-28T11:58:38.236Z[ host-image] Feb 28 11:58:37.192 INFO O| Feb 28 11:58:37.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
99642025-02-28T11:58:38.240Z[ host-image] Feb 28 11:58:37.192 INFO O| Feb 28 11:58:37.192 INFO ok!
99652025-02-28T11:58:38.240Z[ host-image] Feb 28 11:58:37.192 INFO O| Feb 28 11:58:37.192 INFO STEP 124 (ensure_file) COMPLETE
99662025-02-28T11:58:38.240Z[ host-image] Feb 28 11:58:37.192 INFO O| Feb 28 11:58:37.192 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99672025-02-28T11:58:38.257Z[ host-image] Feb 28 11:58:37.213 INFO O| Feb 28 11:58:37.213 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
99682025-02-28T11:58:38.257Z[ host-image] Feb 28 11:58:37.213 INFO O| Feb 28 11:58:37.213 INFO STEP 125 (ensure_dir) COMPLETE
99692025-02-28T11:58:38.257Z[ host-image] Feb 28 11:58:37.213 INFO O| Feb 28 11:58:37.213 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702025-02-28T11:58:38.275Z[ host-image] Feb 28 11:58:37.231 INFO O| Feb 28 11:58:37.231 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
99712025-02-28T11:58:38.275Z[ host-image] Feb 28 11:58:37.231 INFO O| Feb 28 11:58:37.231 INFO STEP 126 (ensure_dir) COMPLETE
99722025-02-28T11:58:38.275Z[ host-image] Feb 28 11:58:37.231 INFO O| Feb 28 11:58:37.231 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99732025-02-28T11:58:38.313Z[ host-image] Feb 28 11:58:37.269 INFO O| Feb 28 11:58:37.269 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
99742025-02-28T11:58:38.313Z[ host-image] Feb 28 11:58:37.269 INFO O| Feb 28 11:58:37.269 INFO STEP 127 (ensure_dir) COMPLETE
99752025-02-28T11:58:38.313Z[ host-image] Feb 28 11:58:37.269 INFO O| Feb 28 11:58:37.269 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99762025-02-28T11:58:38.333Z[ host-image] Feb 28 11:58:37.289 INFO O| Feb 28 11:58:37.289 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
99772025-02-28T11:58:38.333Z[ host-image] Feb 28 11:58:37.289 INFO O| Feb 28 11:58:37.289 INFO STEP 128 (ensure_dir) COMPLETE
99782025-02-28T11:58:38.334Z[ host-image] Feb 28 11:58:37.289 INFO O| Feb 28 11:58:37.289 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99792025-02-28T11:58:38.352Z[ host-image] Feb 28 11:58:37.308 INFO O| Feb 28 11:58:37.308 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
99802025-02-28T11:58:38.352Z[ host-image] Feb 28 11:58:37.308 INFO O| Feb 28 11:58:37.308 INFO copying /tmp/.tmpX0wZ8Q/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 ...
99812025-02-28T11:58:38.355Z[ host-image] Feb 28 11:58:37.308 INFO O| Feb 28 11:58:37.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
99822025-02-28T11:58:38.355Z[ host-image] Feb 28 11:58:37.308 INFO O| Feb 28 11:58:37.308 INFO ok!
99832025-02-28T11:58:38.355Z[ host-image] Feb 28 11:58:37.308 INFO O| Feb 28 11:58:37.308 INFO STEP 129 (ensure_file) COMPLETE
99842025-02-28T11:58:38.355Z[ host-image] Feb 28 11:58:37.308 INFO O| Feb 28 11:58:37.308 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99852025-02-28T11:58:38.372Z[ host-image] Feb 28 11:58:37.328 INFO O| Feb 28 11:58:37.328 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
99862025-02-28T11:58:38.372Z[ host-image] Feb 28 11:58:37.328 INFO O| Feb 28 11:58:37.328 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
99872025-02-28T11:58:38.374Z[ host-image] Feb 28 11:58:37.328 INFO O| Feb 28 11:58:37.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
99882025-02-28T11:58:38.374Z[ host-image] Feb 28 11:58:37.328 INFO O| Feb 28 11:58:37.328 INFO STEP 130 (ensure_dir) COMPLETE
99892025-02-28T11:58:38.374Z[ host-image] Feb 28 11:58:37.328 INFO O| Feb 28 11:58:37.328 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99902025-02-28T11:58:38.392Z[ host-image] Feb 28 11:58:37.348 INFO O| Feb 28 11:58:37.348 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
99912025-02-28T11:58:38.392Z[ host-image] Feb 28 11:58:37.348 INFO O| Feb 28 11:58:37.348 INFO copying /tmp/.tmpX0wZ8Q/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
99922025-02-28T11:58:38.395Z[ host-image] Feb 28 11:58:37.349 INFO O| Feb 28 11:58:37.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
99932025-02-28T11:58:38.396Z[ host-image] Feb 28 11:58:37.349 INFO O| Feb 28 11:58:37.349 INFO ok!
99942025-02-28T11:58:38.396Z[ host-image] Feb 28 11:58:37.349 INFO O| Feb 28 11:58:37.349 INFO STEP 131 (ensure_file) COMPLETE
99952025-02-28T11:58:38.396Z[ host-image] Feb 28 11:58:37.349 INFO O| Feb 28 11:58:37.349 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99962025-02-28T11:58:38.414Z[ host-image] Feb 28 11:58:37.371 INFO O| Feb 28 11:58:37.370 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
99972025-02-28T11:58:38.417Z[ host-image] Feb 28 11:58:37.371 INFO O| Feb 28 11:58:37.371 INFO STEP 132 (remove_files) COMPLETE
99982025-02-28T11:58:38.417Z[ host-image] Feb 28 11:58:37.371 INFO O| Feb 28 11:58:37.371 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99992025-02-28T11:58:38.435Z[ host-image] Feb 28 11:58:37.391 INFO O| Feb 28 11:58:37.391 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
100002025-02-28T11:58:38.438Z[ host-image] Feb 28 11:58:37.391 INFO O| Feb 28 11:58:37.391 INFO STEP 133 (remove_files) COMPLETE
100012025-02-28T11:58:38.438Z[ host-image] Feb 28 11:58:37.392 INFO O| Feb 28 11:58:37.391 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100022025-02-28T11:58:38.456Z[ host-image] Feb 28 11:58:37.412 INFO O| Feb 28 11:58:37.412 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
100032025-02-28T11:58:38.458Z[ host-image] Feb 28 11:58:37.412 INFO O| Feb 28 11:58:37.412 INFO STEP 134 (remove_files) COMPLETE
100042025-02-28T11:58:38.459Z[ host-image] Feb 28 11:58:37.413 INFO O| Feb 28 11:58:37.413 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100052025-02-28T11:58:38.476Z[ host-image] Feb 28 11:58:37.432 INFO O| Feb 28 11:58:37.432 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
100062025-02-28T11:58:38.479Z[ host-image] Feb 28 11:58:37.433 INFO O| Feb 28 11:58:37.433 INFO STEP 135 (remove_files) COMPLETE
100072025-02-28T11:58:38.479Z[ host-image] Feb 28 11:58:37.433 INFO O| Feb 28 11:58:37.433 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100082025-02-28T11:58:38.562Z[ host-image] Feb 28 11:58:37.518 INFO O| Feb 28 11:58:37.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
100092025-02-28T11:58:38.565Z[ host-image] Feb 28 11:58:37.519 INFO O| Feb 28 11:58:37.519 INFO STEP 136 (remove_files) COMPLETE
100102025-02-28T11:58:38.565Z[ host-image] Feb 28 11:58:37.519 INFO O| Feb 28 11:58:37.519 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100112025-02-28T11:58:38.583Z[ host-image] Feb 28 11:58:37.539 INFO O| Feb 28 11:58:37.539 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
100122025-02-28T11:58:38.586Z[ host-image] Feb 28 11:58:37.539 INFO O| Feb 28 11:58:37.539 INFO STEP 137 (remove_files) COMPLETE
100132025-02-28T11:58:38.586Z[ host-image] Feb 28 11:58:37.539 INFO O| Feb 28 11:58:37.539 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100142025-02-28T11:58:38.603Z[ host-image] Feb 28 11:58:37.559 INFO O| Feb 28 11:58:37.559 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100152025-02-28T11:58:38.603Z[ host-image] Feb 28 11:58:37.559 INFO O| Feb 28 11:58:37.559 INFO STEP 138 (remove_files) COMPLETE
100162025-02-28T11:58:38.606Z[ host-image] Feb 28 11:58:37.559 INFO O| Feb 28 11:58:37.559 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100172025-02-28T11:58:38.621Z[ host-image] Feb 28 11:58:37.578 INFO O| Feb 28 11:58:37.577 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100182025-02-28T11:58:38.624Z[ host-image] Feb 28 11:58:37.578 INFO O| Feb 28 11:58:37.578 INFO STEP 139 (remove_files) COMPLETE
100192025-02-28T11:58:38.624Z[ host-image] Feb 28 11:58:37.578 INFO O| Feb 28 11:58:37.578 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100202025-02-28T11:58:38.666Z[ host-image] Feb 28 11:58:37.622 INFO O| Feb 28 11:58:37.622 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
100212025-02-28T11:58:38.669Z[ host-image] Feb 28 11:58:37.622 INFO O| Feb 28 11:58:37.622 INFO STEP 140 (remove_files) COMPLETE
100222025-02-28T11:58:38.669Z[ host-image] Feb 28 11:58:37.622 INFO O| Feb 28 11:58:37.622 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100232025-02-28T11:58:38.727Z[ host-image] Feb 28 11:58:37.683 INFO O| Feb 28 11:58:37.683 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100242025-02-28T11:58:38.727Z[ host-image] Feb 28 11:58:37.683 INFO O| Feb 28 11:58:37.683 INFO STEP 141 (remove_files) COMPLETE
100252025-02-28T11:58:38.727Z[ host-image] Feb 28 11:58:37.683 INFO O| Feb 28 11:58:37.683 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100262025-02-28T11:58:38.757Z[ host-image] Feb 28 11:58:37.712 INFO O| Feb 28 11:58:37.712 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
100272025-02-28T11:58:38.757Z[ host-image] Feb 28 11:58:37.712 INFO O| Feb 28 11:58:37.712 INFO STEP 142 (remove_files) COMPLETE
100282025-02-28T11:58:38.757Z[ host-image] Feb 28 11:58:37.712 INFO O| Feb 28 11:58:37.712 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100292025-02-28T11:58:38.791Z[ host-image] Feb 28 11:58:37.747 INFO O| Feb 28 11:58:37.747 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
100302025-02-28T11:58:38.791Z[ host-image] Feb 28 11:58:37.748 INFO O| Feb 28 11:58:37.747 INFO STEP 143 (remove_files) COMPLETE
100312025-02-28T11:58:38.791Z[ host-image] Feb 28 11:58:37.748 INFO O| Feb 28 11:58:37.748 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100322025-02-28T11:58:38.810Z[ recovery-image] Feb 28 11:58:37.766 INFO E| Finished `release` profile [optimized] target(s) in 1m 27s
100332025-02-28T11:58:38.813Z[ host-image] Feb 28 11:58:37.768 INFO O| Feb 28 11:58:37.767 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100342025-02-28T11:58:38.813Z[ host-image] Feb 28 11:58:37.768 INFO O| Feb 28 11:58:37.768 INFO STEP 144 (remove_files) COMPLETE
100352025-02-28T11:58:38.813Z[ host-image] Feb 28 11:58:37.768 INFO O| Feb 28 11:58:37.768 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100362025-02-28T11:58:38.849Z[ recovery-image] Feb 28 11:58:37.805 INFO building host image...
100372025-02-28T11:58:38.851Z[ recovery-image] Feb 28 11:58:37.805 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")
100382025-02-28T11:58:38.865Z[ host-image] Feb 28 11:58:37.821 INFO O| Feb 28 11:58:37.820 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100392025-02-28T11:58:38.865Z[ host-image] Feb 28 11:58:37.821 INFO O| Feb 28 11:58:37.821 INFO STEP 145 (remove_files) COMPLETE
100402025-02-28T11:58:38.865Z[ host-image] Feb 28 11:58:37.821 INFO O| Feb 28 11:58:37.821 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100412025-02-28T11:58:38.888Z[ host-image] Feb 28 11:58:37.844 INFO O| Feb 28 11:58:37.843 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
100422025-02-28T11:58:38.888Z[ host-image] Feb 28 11:58:37.844 INFO O| Feb 28 11:58:37.844 INFO STEP 146 (remove_files) COMPLETE
100432025-02-28T11:58:38.888Z[ host-image] Feb 28 11:58:37.844 INFO O| Feb 28 11:58:37.844 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100442025-02-28T11:58:38.964Z[ host-image] Feb 28 11:58:37.920 INFO O| Feb 28 11:58:37.920 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100452025-02-28T11:58:38.964Z[ host-image] Feb 28 11:58:37.920 INFO O| Feb 28 11:58:37.920 INFO STEP 147 (remove_files) COMPLETE
100462025-02-28T11:58:38.964Z[ host-image] Feb 28 11:58:37.920 INFO O| Feb 28 11:58:37.920 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100472025-02-28T11:58:39.020Z[ host-image] Feb 28 11:58:37.975 INFO O| Feb 28 11:58:37.975 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100482025-02-28T11:58:39.020Z[ host-image] Feb 28 11:58:37.976 INFO O| Feb 28 11:58:37.976 INFO STEP 148 (remove_files) COMPLETE
100492025-02-28T11:58:39.020Z[ host-image] Feb 28 11:58:37.976 INFO O| Feb 28 11:58:37.976 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100502025-02-28T11:58:39.044Z[ host-image] Feb 28 11:58:37.999 INFO O| Feb 28 11:58:37.999 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
100512025-02-28T11:58:39.044Z[ host-image] Feb 28 11:58:37.999 INFO O| Feb 28 11:58:37.999 INFO STEP 149 (remove_files) COMPLETE
100522025-02-28T11:58:39.044Z[ host-image] Feb 28 11:58:37.999 INFO O| Feb 28 11:58:37.999 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100532025-02-28T11:58:39.101Z[ host-image] Feb 28 11:58:38.057 INFO O| Feb 28 11:58:38.057 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100542025-02-28T11:58:39.104Z[ host-image] Feb 28 11:58:38.058 INFO O| Feb 28 11:58:38.057 INFO STEP 150 (remove_files) COMPLETE
100552025-02-28T11:58:39.104Z[ host-image] Feb 28 11:58:38.058 INFO O| Feb 28 11:58:38.057 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100562025-02-28T11:58:39.142Z[ host-image] Feb 28 11:58:38.098 INFO O| Feb 28 11:58:38.098 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100572025-02-28T11:58:39.142Z[ host-image] Feb 28 11:58:38.098 INFO O| Feb 28 11:58:38.098 INFO STEP 151 (remove_files) COMPLETE
100582025-02-28T11:58:39.145Z[ host-image] Feb 28 11:58:38.098 INFO O| Feb 28 11:58:38.098 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100592025-02-28T11:58:39.187Z[ host-image] Feb 28 11:58:38.143 INFO O| Feb 28 11:58:38.142 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100602025-02-28T11:58:39.187Z[ host-image] Feb 28 11:58:38.143 INFO O| Feb 28 11:58:38.143 INFO STEP 152 (remove_files) COMPLETE
100612025-02-28T11:58:39.187Z[ host-image] Feb 28 11:58:38.143 INFO O| Feb 28 11:58:38.143 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100622025-02-28T11:58:39.206Z[ host-image] Feb 28 11:58:38.162 INFO O| Feb 28 11:58:38.162 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
100632025-02-28T11:58:39.209Z[ host-image] Feb 28 11:58:38.162 INFO O| Feb 28 11:58:38.162 INFO STEP 153 (remove_files) COMPLETE
100642025-02-28T11:58:39.209Z[ host-image] Feb 28 11:58:38.162 INFO O| Feb 28 11:58:38.162 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100652025-02-28T11:58:39.312Z[ host-image] Feb 28 11:58:38.267 INFO O| Feb 28 11:58:38.267 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100662025-02-28T11:58:39.312Z[ host-image] Feb 28 11:58:38.267 INFO O| Feb 28 11:58:38.267 INFO STEP 154 (remove_files) COMPLETE
100672025-02-28T11:58:39.312Z[ host-image] Feb 28 11:58:38.267 INFO O| Feb 28 11:58:38.267 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100682025-02-28T11:58:39.369Z[ host-image] Feb 28 11:58:38.325 INFO O| Feb 28 11:58:38.325 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
100692025-02-28T11:58:39.369Z[ host-image] Feb 28 11:58:38.325 INFO O| Feb 28 11:58:38.325 INFO STEP 155 (remove_files) COMPLETE
100702025-02-28T11:58:39.369Z[ host-image] Feb 28 11:58:38.325 INFO O| Feb 28 11:58:38.325 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100712025-02-28T11:58:39.395Z[ host-image] Feb 28 11:58:38.350 INFO O| Feb 28 11:58:38.350 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
100722025-02-28T11:58:39.395Z[ host-image] Feb 28 11:58:38.350 INFO O| Feb 28 11:58:38.350 INFO STEP 156 (remove_files) COMPLETE
100732025-02-28T11:58:39.395Z[ host-image] Feb 28 11:58:38.350 INFO O| Feb 28 11:58:38.350 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100742025-02-28T11:58:39.428Z[ host-image] Feb 28 11:58:38.383 INFO O| Feb 28 11:58:38.383 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
100752025-02-28T11:58:39.428Z[ host-image] Feb 28 11:58:38.383 INFO O| Feb 28 11:58:38.383 INFO STEP 157 (remove_files) COMPLETE
100762025-02-28T11:58:39.428Z[ host-image] Feb 28 11:58:38.383 INFO O| Feb 28 11:58:38.383 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100772025-02-28T11:58:39.466Z[ host-image] Feb 28 11:58:38.421 INFO O| Feb 28 11:58:38.421 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
100782025-02-28T11:58:39.467Z[ host-image] Feb 28 11:58:38.421 INFO O| Feb 28 11:58:38.421 INFO STEP 158 (remove_files) COMPLETE
100792025-02-28T11:58:39.467Z[ host-image] Feb 28 11:58:38.421 INFO O| Feb 28 11:58:38.421 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100802025-02-28T11:58:39.510Z[ host-image] Feb 28 11:58:38.466 INFO O| Feb 28 11:58:38.465 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
100812025-02-28T11:58:39.510Z[ host-image] Feb 28 11:58:38.466 INFO O| Feb 28 11:58:38.466 INFO STEP 159 (remove_files) COMPLETE
100822025-02-28T11:58:39.510Z[ host-image] Feb 28 11:58:38.466 INFO O| Feb 28 11:58:38.466 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100832025-02-28T11:58:39.532Z[ host-image] Feb 28 11:58:38.488 INFO O| Feb 28 11:58:38.488 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
100842025-02-28T11:58:39.532Z[ host-image] Feb 28 11:58:38.488 INFO O| Feb 28 11:58:38.488 INFO STEP 160 (remove_files) COMPLETE
100852025-02-28T11:58:39.532Z[ host-image] Feb 28 11:58:38.488 INFO O| Feb 28 11:58:38.488 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
100862025-02-28T11:58:39.566Z[ host-image] Feb 28 11:58:38.522 INFO O| Feb 28 11:58:38.522 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
100872025-02-28T11:58:39.569Z[ host-image] Feb 28 11:58:38.523 INFO O| Feb 28 11:58:38.522 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
100882025-02-28T11:58:39.790Z[ recovery-image] Feb 28 11:58:38.745 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
100892025-02-28T11:58:42.277Z[ recovery-image] Feb 28 11:58:41.233 INFO image complete! materials are in "/work/os-recovery"
100902025-02-28T11:58:42.284Z[ recovery-image]
100912025-02-28T11:58:42.284Z[ recovery-image] real 11:25.495151322
100922025-02-28T11:58:42.287Z[ recovery-image] user 7:03.647045455
100932025-02-28T11:58:42.287Z[ recovery-image] sys 1:08.505197768
100942025-02-28T11:58:42.287Z[ recovery-image] trap 0.459079817
100952025-02-28T11:58:42.287Z[ recovery-image] tflt 0.707742917
100962025-02-28T11:58:42.287Z[ recovery-image] dflt 3.796943142
100972025-02-28T11:58:42.287Z[ recovery-image] kflt 0.000039815
100982025-02-28T11:58:42.287Z[ recovery-image] lock 27:58.489183577
100992025-02-28T11:58:42.287Z[ recovery-image] slp 1:10:15.524977030
101002025-02-28T11:58:42.288Z[ recovery-image] lat 5:31.120976545
101012025-02-28T11:58:42.288Z[ recovery-image] stop 13.254131870
101022025-02-28T11:58:42.288ZFeb 28 11:58:41.241 INFO [recovery-image] process exited with exit status: 0 (685.52168842s)
101032025-02-28T11:58:42.673Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
101042025-02-28T11:58:47.441Z[ host-image] Feb 28 11:58:46.378 INFO O| Feb 28 11:58:46.378 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
101052025-02-28T11:58:47.441Z[ host-image] Feb 28 11:58:46.379 INFO O| Feb 28 11:58:46.379 INFO E| svccfg: Loaded 74 smf(7) service descriptions
101062025-02-28T11:58:47.451Z[ host-image] Feb 28 11:58:46.398 INFO O| Feb 28 11:58:46.398 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
101072025-02-28T11:58:47.749Z[ host-image] Feb 28 11:58:46.703 INFO O| Feb 28 11:58:46.703 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
101082025-02-28T11:58:47.916Z[ host-image] Feb 28 11:58:46.871 INFO O| Feb 28 11:58:46.871 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101092025-02-28T11:58:48.063Z[ host-image] Feb 28 11:58:47.017 INFO O| Feb 28 11:58:47.017 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
101102025-02-28T11:58:48.063Z[ host-image] Feb 28 11:58:47.017 INFO O| Feb 28 11:58:47.017 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
101112025-02-28T11:58:48.065Z[ host-image] Feb 28 11:58:47.020 INFO O| Feb 28 11:58:47.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
101122025-02-28T11:58:48.066Z[ host-image] Feb 28 11:58:47.020 INFO O| Feb 28 11:58:47.020 INFO ok!
101132025-02-28T11:58:48.066Z[ host-image] Feb 28 11:58:47.020 INFO O| Feb 28 11:58:47.020 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
101142025-02-28T11:58:48.066Z[ host-image] Feb 28 11:58:47.020 INFO O| Feb 28 11:58:47.020 INFO STEP 161 (seed_smf) COMPLETE
101152025-02-28T11:58:48.066Z[ host-image] Feb 28 11:58:47.020 INFO O| Feb 28 11:58:47.020 INFO steps complete; finalising image!
101162025-02-28T11:58:48.066Z[ host-image] Feb 28 11:58:47.020 INFO O| Feb 28 11:58:47.020 INFO TRIM POOL: TEMPORARY-gimlet-zfs
101172025-02-28T11:58:48.254Z[ host-image] Feb 28 11:58:47.208 INFO O| Feb 28 11:58:47.208 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 28 11:58:47 2025)
101182025-02-28T11:58:48.466Z[ host-image] Feb 28 11:58:47.420 INFO O| Feb 28 11:58:47.420 INFO trim TEMPORARY-gimlet-zfs: (19% trimmed, started at Fri Feb 28 11:58:47 2025)
101192025-02-28T11:58:48.678Z[ host-image] Feb 28 11:58:47.632 INFO O| Feb 28 11:58:47.632 INFO trim TEMPORARY-gimlet-zfs: (97% trimmed, started at Fri Feb 28 11:58:47 2025)
101202025-02-28T11:58:48.937Z[ host-image] Feb 28 11:58:47.891 INFO O| Feb 28 11:58:47.891 INFO temporary pool has 721M used, 111M avail, 1.79x compressratio
101212025-02-28T11:58:48.937Z[ host-image] Feb 28 11:58:47.891 INFO O| Feb 28 11:58:47.891 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
101222025-02-28T11:58:49.723Z[ host-image] Feb 28 11:58:48.677 INFO O| Feb 28 11:58:48.677 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
101232025-02-28T11:58:49.723Z[ host-image] Feb 28 11:58:48.677 INFO O| Feb 28 11:58:48.677 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
101242025-02-28T11:58:52.181Z[ host-image] Feb 28 11:58:51.134 INFO O| Feb 28 11:58:51.134 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
101252025-02-28T11:58:52.181Z[ host-image] Feb 28 11:58:51.135 INFO O| Feb 28 11:58:51.134 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
101262025-02-28T11:58:52.184Z[ host-image] Feb 28 11:58:51.135 INFO O| Feb 28 11:58:51.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
101272025-02-28T11:58:52.185Z[ host-image] Feb 28 11:58:51.135 INFO O| Feb 28 11:58:51.135 INFO completed processing gimlet/zfs
101282025-02-28T11:58:52.185Z[ host-image] Feb 28 11:58:51.135 INFO O| Feb 28 11:58:51.135 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
101292025-02-28T11:59:00.762Z[ host-image] Feb 28 11:58:59.714 INFO O| Feb 28 11:58:59.714 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
101302025-02-28T11:59:00.896Z[ host-image] Feb 28 11:58:59.848 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
101312025-02-28T11:59:00.899Z[ host-image] Feb 28 11:58:59.848 INFO expanded image name: "ci 35c1f98/${os_short_commit} 2025-02-28 11:23" -> "ci 35c1f98/9fcb5ef 2025-02-28 11:23"
101322025-02-28T11:59:00.899Z[ host-image] Feb 28 11:58:59.849 INFO output artefacts stored in: "/work/os-host"
101332025-02-28T11:59:00.899Z[ host-image] Feb 28 11:58:59.850 INFO collecting git info from project "amd-firmware"...
101342025-02-28T11:59:00.952Z[ host-image] Feb 28 11:58:59.904 INFO collecting git info from project "bootserver"...
101352025-02-28T11:59:00.964Z[ host-image] Feb 28 11:58:59.916 INFO collecting git info from project "image-builder"...
101362025-02-28T11:59:00.977Z[ host-image] Feb 28 11:58:59.929 INFO collecting git info from project "pinprick"...
101372025-02-28T11:59:00.989Z[ host-image] Feb 28 11:58:59.941 INFO collecting git info from project "chelsio-t6-roms"...
101382025-02-28T11:59:01.005Z[ host-image] Feb 28 11:58:59.958 INFO collecting git info from project "amd-host-image-builder"...
101392025-02-28T11:59:01.176Z[ host-image] Feb 28 11:59:00.128 INFO collecting git info from project "pilot"...
101402025-02-28T11:59:01.218Z[ host-image] Feb 28 11:59:00.170 INFO collecting git info from project "phbl"...
101412025-02-28T11:59:01.229Z[ host-image] Feb 28 11:59:00.182 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101422025-02-28T11:59:03.979Z[ host-image] Feb 28 11:59:02.931 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101432025-02-28T11:59:05.099Z[ host-image] Feb 28 11:59:04.050 INFO creating Oxide boot image...
101442025-02-28T11:59:05.099Z[ host-image] Feb 28 11:59:04.050 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 35c1f98/9fcb5ef 2025-02-28 11:23", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
101452025-02-28T11:59:06.832Z[ host-image] Feb 28 11:59:05.784 INFO O| ok, image written!
101462025-02-28T11:59:06.835Z[ host-image] Feb 28 11:59:05.784 INFO O| ok, boot_image_csum file written!
101472025-02-28T11:59:06.843Z[ host-image] Feb 28 11:59:05.792 INFO creating boot archive (CPIO)...
101482025-02-28T11:59:06.843Z[ host-image] Feb 28 11:59:05.792 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
101492025-02-28T11:59:06.851Z[ host-image] Feb 28 11:59:05.803 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
101502025-02-28T11:59:06.851Z[ host-image] Feb 28 11:59:05.803 INFO E| + outfile=/work/os-host/cpio
101512025-02-28T11:59:06.854Z[ host-image] Feb 28 11:59:05.803 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
101522025-02-28T11:59:06.857Z[ host-image] Feb 28 11:59:05.805 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
101532025-02-28T11:59:06.857Z[ host-image] Feb 28 11:59:05.806 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
101542025-02-28T11:59:06.907Z[ host-image] Feb 28 11:59:05.859 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
101552025-02-28T11:59:06.910Z[ host-image] Feb 28 11:59:05.859 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
101562025-02-28T11:59:06.919Z[ host-image] Feb 28 11:59:05.870 INFO creating compressed cpio/unix for nanobl-rs...
101572025-02-28T11:59:06.919Z[ host-image] Feb 28 11:59:05.870 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
101582025-02-28T11:59:07.340Z[ host-image] Feb 28 11:59:06.291 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
101592025-02-28T11:59:13.938Z[ host-image] Feb 28 11:59:12.888 INFO creating reset image...
101602025-02-28T11:59:13.940Z[ host-image] Feb 28 11:59:12.888 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
101612025-02-28T11:59:14.212Z[ host-image] Feb 28 11:59:13.162 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
101622025-02-28T11:59:14.229Z[ host-image] Feb 28 11:59:13.179 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
101632025-02-28T11:59:14.356Z[ host-image] Feb 28 11:59:13.306 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
101642025-02-28T11:59:20.055Z[ host-image] Feb 28 11:59:19.005 INFO E| Finished `release` profile [optimized] target(s) in 5.77s
101652025-02-28T11:59:20.077Z[ host-image] Feb 28 11:59:19.026 INFO building host image...
101662025-02-28T11:59:20.080Z[ host-image] Feb 28 11:59:19.026 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")
101672025-02-28T11:59:21.031Z[ host-image] Feb 28 11:59:19.980 INFO finishing image archive at "/work/os-host/os.tar.gz"...
101682025-02-28T12:00:37.361Z[ host-image] Feb 28 12:00:36.297 INFO image complete! materials are in "/work/os-host"
101692025-02-28T12:00:37.368Z[ host-image]
101702025-02-28T12:00:37.368Z[ host-image] real 13:57.324486260
101712025-02-28T12:00:37.368Z[ host-image] user 7:12.083836694
101722025-02-28T12:00:37.368Z[ host-image] sys 1:11.366470850
101732025-02-28T12:00:37.368Z[ host-image] trap 0.350516029
101742025-02-28T12:00:37.371Z[ host-image] tflt 0.032746771
101752025-02-28T12:00:37.371Z[ host-image] dflt 0.085477869
101762025-02-28T12:00:37.371Z[ host-image] kflt 0.058681534
101772025-02-28T12:00:37.371ZFeb 28 12:00:36.304 INFO [host-image] process exited with exit status: 0 (837.343803948s)
101782025-02-28T12:00:37.371Z[ host-image] lock 11:35.005103333
101792025-02-28T12:00:37.371Z[ host-image] slp 1:11:51.901258077
101802025-02-28T12:00:37.371Z[ host-image] lat 3:28.871515340
101812025-02-28T12:00:37.372Z[ host-image] stop 1.158245035
101822025-02-28T12:00:37.372ZFeb 28 12:00:36.304 INFO [tuf-repo] running task
101832025-02-28T12:01:12.246ZFeb 28 12:01:11.175 INFO assembling repository in `/tmp/tufaceousG0vUgm`, component: OmicronRepoAssembler
101842025-02-28T12:01:48.452ZFeb 28 12:01:47.369 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
101852025-02-28T12:01:48.694ZFeb 28 12:01:47.618 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
101862025-02-28T12:01:58.950ZFeb 28 12:01:57.872 INFO [tuf-repo] task succeeded (81.566072383s)
101872025-02-28T12:02:10.045Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
101882025-02-28T12:04:03.063Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
101892025-02-28T12:04:19.171Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
101902025-02-28T12:04:27.848Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101912025-02-28T12:09:50.794Z[verify-libraries] Finished `release` profile [optimized] target(s) in 22m 30s
101922025-02-28T12:09:51.273ZFeb 28 12:09:50.114 INFO [verify-libraries] process exited with exit status: 0 (1354.742151077s)
101932025-02-28T12:09:51.276ZFeb 28 12:09:50.115 INFO all jobs completed in 2801.456383153s
101942025-02-28T12:09:52.104Zprocess exited: duration 3527579 ms, exit code 0
 
101952025-02-28T12:09:52.131Zfound 33 output files
101962025-02-28T12:09:52.131Zuploading: /work/manifest.toml (13429 bytes)
101972025-02-28T12:09:53.142Zuploaded: /work/manifest.toml
101982025-02-28T12:09:53.142Zuploading: /work/repo.zip (2161509230 bytes)
101992025-02-28T12:10:25.862Zuploaded: /work/repo.zip
102002025-02-28T12:10:25.862Zuploading: /work/repo.zip.sha256.txt (65 bytes)
102012025-02-28T12:10:26.873Zuploaded: /work/repo.zip.sha256.txt
102022025-02-28T12:10:26.874Zuploading: /work/helios-setup.log (68666 bytes)
102032025-02-28T12:10:27.886Zuploaded: /work/helios-setup.log
102042025-02-28T12:10:27.886Zuploading: /work/host-image.log (199981 bytes)
102052025-02-28T12:10:28.900Zuploaded: /work/host-image.log
102062025-02-28T12:10:28.900Zuploading: /work/host-package.log (24811 bytes)
102072025-02-28T12:10:29.910Zuploaded: /work/host-package.log
102082025-02-28T12:10:29.910Zuploading: /work/host-target.log (101 bytes)
102092025-02-28T12:10:30.922Zuploaded: /work/host-target.log
102102025-02-28T12:10:30.922Zuploading: /work/omicron-package.log (6755 bytes)
102112025-02-28T12:10:31.930Zuploaded: /work/omicron-package.log
102122025-02-28T12:10:31.930Zuploading: /work/phbl-toolchain.log (881 bytes)
102132025-02-28T12:10:32.939Zuploaded: /work/phbl-toolchain.log
102142025-02-28T12:10:32.942Zuploading: /work/recovery-image.log (579591 bytes)
102152025-02-28T12:10:33.959Zuploaded: /work/recovery-image.log
102162025-02-28T12:10:33.959Zuploading: /work/recovery-package.log (1762 bytes)
102172025-02-28T12:10:34.968Zuploaded: /work/recovery-package.log
102182025-02-28T12:10:34.968Zuploading: /work/recovery-target.log (98 bytes)
102192025-02-28T12:10:35.983Zuploaded: /work/recovery-target.log
102202025-02-28T12:10:35.983Zuploading: /work/stamp-clickhouse.log (117 bytes)
102212025-02-28T12:10:36.999Zuploaded: /work/stamp-clickhouse.log
102222025-02-28T12:10:36.999Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
102232025-02-28T12:10:38.008Zuploaded: /work/stamp-clickhouse_keeper.log
102242025-02-28T12:10:38.008Zuploading: /work/stamp-cockroachdb.log (118 bytes)
102252025-02-28T12:10:39.017Zuploaded: /work/stamp-cockroachdb.log
102262025-02-28T12:10:39.017Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
102272025-02-28T12:10:40.024Zuploaded: /work/stamp-crucible-dtrace.log
102282025-02-28T12:10:40.024Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
102292025-02-28T12:10:41.033Zuploaded: /work/stamp-crucible-pantry-zone.log
102302025-02-28T12:10:41.033Zuploading: /work/stamp-crucible-zone.log (120 bytes)
102312025-02-28T12:10:42.042Zuploaded: /work/stamp-crucible-zone.log
102322025-02-28T12:10:42.042Zuploading: /work/stamp-external-dns.log (119 bytes)
102332025-02-28T12:10:43.049Zuploaded: /work/stamp-external-dns.log
102342025-02-28T12:10:43.049Zuploading: /work/stamp-installinator.log (103 bytes)
102352025-02-28T12:10:44.057Zuploaded: /work/stamp-installinator.log
102362025-02-28T12:10:44.057Zuploading: /work/stamp-internal-dns.log (119 bytes)
102372025-02-28T12:10:45.065Zuploaded: /work/stamp-internal-dns.log
102382025-02-28T12:10:45.065Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
102392025-02-28T12:10:46.074Zuploaded: /work/stamp-mg-ddm-gz.log
102402025-02-28T12:10:46.074Zuploading: /work/stamp-nexus.log (112 bytes)
102412025-02-28T12:10:47.083Zuploaded: /work/stamp-nexus.log
102422025-02-28T12:10:47.083Zuploading: /work/stamp-ntp.log (110 bytes)
102432025-02-28T12:10:48.099Zuploaded: /work/stamp-ntp.log
102442025-02-28T12:10:48.099Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
102452025-02-28T12:10:49.106Zuploaded: /work/stamp-omicron-sled-agent.log
102462025-02-28T12:10:49.106Zuploading: /work/stamp-overlay.log (114 bytes)
102472025-02-28T12:10:50.115Zuploaded: /work/stamp-overlay.log
102482025-02-28T12:10:50.115Zuploading: /work/stamp-oximeter.log (115 bytes)
102492025-02-28T12:10:51.206Zuploaded: /work/stamp-oximeter.log
102502025-02-28T12:10:51.206Zuploading: /work/stamp-oxlog.log (109 bytes)
102512025-02-28T12:10:52.215Zuploaded: /work/stamp-oxlog.log
102522025-02-28T12:10:52.215Zuploading: /work/stamp-probe.log (112 bytes)
102532025-02-28T12:10:53.224Zuploaded: /work/stamp-probe.log
102542025-02-28T12:10:53.224Zuploading: /work/stamp-propolis-server.log (122 bytes)
102552025-02-28T12:10:54.232Zuploaded: /work/stamp-propolis-server.log
102562025-02-28T12:10:54.232Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
102572025-02-28T12:10:55.241Zuploaded: /work/stamp-pumpkind-gz.log
102582025-02-28T12:10:55.241Zuploading: /work/stamp-switch-asic.log (118 bytes)
102592025-02-28T12:10:56.249Zuploaded: /work/stamp-switch-asic.log
102602025-02-28T12:10:56.249Zuploading: /work/verify-libraries.log (17219 bytes)
102612025-02-28T12:10:57.258Zuploaded: /work/verify-libraries.log