01JN60QMAT1Y5Q35T5Q6P5GX3P: 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: 01JN60R5BGA795GS3NCGNHN5SR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T10:14:25.722Zjob assigned to worker 01JN60R2VE74PDPQ3N125RKH80 [factory aws, i-0f21daef9683cf075] (queued for 50 s)
 
22025-02-28T10:14:34.310Zstarting task 0: "setup"
32025-02-28T10:14:34.317Z++ uname -s
42025-02-28T10:14:34.321Z+ kern=SunOS
52025-02-28T10:14:34.321Z+ build_user=build
62025-02-28T10:14:34.321Z+ build_uid=12345
72025-02-28T10:14:34.321Z+ work_dir=/work
82025-02-28T10:14:34.321Z+ input_dir=/input
92025-02-28T10:14:34.321Z+ [[ 0 == 12345 ]]
102025-02-28T10:14:34.321Z+ case "$kern" in
112025-02-28T10:14:34.321Z+ groupadd -g 12345 build
122025-02-28T10:14:34.324Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T10:14:36.332Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T10:14:36.453Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T10:14:36.456Z+ home_fs=zfs
162025-02-28T10:14:36.456Z+ [[ zfs == autofs ]]
172025-02-28T10:14:36.456Z+ mkdir -p /home/build
182025-02-28T10:14:36.459Z+ chown build:build /home/build /work
192025-02-28T10:14:38.461Z+ chmod 0700 /home/build /work
202025-02-28T10:14:38.463Zprocess exited: duration 4151 ms, exit code 0
 
212025-02-28T10:14:38.469Zstarting task 1: "rust-toolchain"
222025-02-28T10:14:38.474Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T10:14:38.474Z * rust toolchain channel = "1.85.0"
242025-02-28T10:14:38.474Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-28T10:14:38.474Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-02-28T10:14:38.474Z * rust toolchain profile = "default"
272025-02-28T10:14:38.474Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T10:14:38.477Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T10:14:38.478Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T10:14:38.581Zinfo: downloading installer
312025-02-28T10:14:40.049Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T10:14:40.049Zwarning: /opt/ooce/bin
332025-02-28T10:14:40.049Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T10:14:40.050Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T10:14:40.050Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T10:14:40.050Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T10:14:40.050Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T10:14:40.050Zerror: cannot install while Rust is installed
392025-02-28T10:14:40.050Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T10:14:40.088Zinfo: profile set to 'default'
412025-02-28T10:14:40.088Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T10:14:40.091Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T10:14:40.248Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T10:14:40.249Zinfo: downloading component 'cargo'
452025-02-28T10:14:41.119Zinfo: downloading component 'clippy'
462025-02-28T10:14:41.454Zinfo: downloading component 'rust-docs'
472025-02-28T10:14:42.780Zinfo: downloading component 'rust-std'
482025-02-28T10:14:44.729Zinfo: downloading component 'rustc'
492025-02-28T10:14:51.443Zinfo: downloading component 'rustfmt'
502025-02-28T10:14:51.696Zinfo: installing component 'cargo'
512025-02-28T10:14:52.518Zinfo: installing component 'clippy'
522025-02-28T10:14:52.898Zinfo: installing component 'rust-docs'
532025-02-28T10:14:54.639Zinfo: installing component 'rust-std'
542025-02-28T10:14:56.502Zinfo: installing component 'rustc'
552025-02-28T10:15:02.365Zinfo: installing component 'rustfmt'
562025-02-28T10:15:02.696Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T10:15:02.697Z
582025-02-28T10:15:03.068Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T10:15:03.069Z
602025-02-28T10:15:03.072Z
612025-02-28T10:15:03.072ZRust is installed now. Great!
622025-02-28T10:15:03.072Z
632025-02-28T10:15:03.072ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T10:15:03.072Zenvironment variable. This has not been done automatically.
652025-02-28T10:15:03.072Z
662025-02-28T10:15:03.072ZTo configure your current shell, you need to source
672025-02-28T10:15:03.072Zthe corresponding env file under $HOME/.cargo.
682025-02-28T10:15:03.072Z
692025-02-28T10:15:03.072ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T10:15:03.072Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T10:15:03.072Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T10:15:03.145Z+ rustup --version
732025-02-28T10:15:03.151Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T10:15:03.151Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T10:15:03.231Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T10:15:03.235Z+ cargo --version
772025-02-28T10:15:03.291Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T10:15:03.294Z+ rustc --version
792025-02-28T10:15:03.357Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T10:15:03.360Zprocess exited: duration 24878 ms, exit code 0
 
812025-02-28T10:15:03.366Zstarting task 2: "authentication"
822025-02-28T10:15:03.387Zprocess exited: duration 20 ms, exit code 0
 
832025-02-28T10:15:03.393Zstarting task 3: "clone repository"
842025-02-28T10:15:03.397Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T10:15:03.400Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T10:15:03.516ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T10:15:11.021Z+ cd /work/oxidecomputer/omicron
882025-02-28T10:15:11.021Z+ git fetch origin c0511e1966539305d568599df8e5d93a4d193070
892025-02-28T10:15:11.310ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T10:15:11.310Z * branch c0511e1966539305d568599df8e5d93a4d193070 -> FETCH_HEAD
912025-02-28T10:15:11.320Z+ [[ -n renovate/rstest-0.x ]]
922025-02-28T10:15:11.322Z++ git branch --show-current
932025-02-28T10:15:11.325Z+ current=main
942025-02-28T10:15:11.325Z+ [[ main != renovate/rstest-0.x ]]
952025-02-28T10:15:11.325Z+ git branch -f renovate/rstest-0.x c0511e1966539305d568599df8e5d93a4d193070
962025-02-28T10:15:11.328Z+ git checkout -f renovate/rstest-0.x
972025-02-28T10:15:11.516ZSwitched to branch 'renovate/rstest-0.x'
982025-02-28T10:15:11.519Z+ git reset --hard c0511e1966539305d568599df8e5d93a4d193070
992025-02-28T10:15:11.849ZHEAD is now at c0511e196 Update Rust crate rstest to 0.24.0
1002025-02-28T10:15:11.852Zprocess exited: duration 8306 ms, exit code 0
 
1012025-02-28T10:15:11.858Zstarting task 4: "build"
1022025-02-28T10:15:11.863Z+ source .github/buildomat/ci-env.sh
1032025-02-28T10:15:11.866Z++ export CARGO_TERM_COLOR=always
1042025-02-28T10:15:11.866Z++ CARGO_TERM_COLOR=always
1052025-02-28T10:15:11.866Z+ cargo --version
1062025-02-28T10:15:11.915Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-28T10:15:11.920Z+ rustc --version
1082025-02-28T10:15:11.981Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-28T10:15:11.984Z+ cargo tree --locked
1102025-02-28T10:15:12.220Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-28T10:15:12.530Z Updating crates.io index
1122025-02-28T10:15:12.533Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-28T10:15:13.139Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-28T10:15:13.444Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-28T10:15:13.679Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-28T10:15:14.631Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-28T10:15:16.433Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-28T10:15:17.073Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-28T10:15:17.849Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-28T10:15:18.126Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-28T10:15:18.417Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-28T10:15:19.017Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232025-02-28T10:15:19.538Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1242025-02-28T10:15:19.842Z Updating git repository `https://github.com/oxidecomputer/propolis`
1252025-02-28T10:15:20.326Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1262025-02-28T10:15:20.643Z Updating git repository `https://github.com/oxidecomputer/tofino`
1272025-02-28T10:15:20.885Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1282025-02-28T10:15:21.140Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1292025-02-28T10:15:21.410Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1302025-02-28T10:15:21.711Z Updating git repository `https://github.com/oxidecomputer/lldp`
1312025-02-28T10:15:22.017Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1322025-02-28T10:15:22.357Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332025-02-28T10:15:22.642Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342025-02-28T10:15:23.037Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1352025-02-28T10:15:23.314Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362025-02-28T10:15:23.830Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372025-02-28T10:15:24.067Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1382025-02-28T10:15:24.443Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1392025-02-28T10:15:24.944Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1402025-02-28T10:15:25.281Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412025-02-28T10:15:25.517Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422025-02-28T10:15:25.764Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432025-02-28T10:15:27.049Z Downloading crates ...
1442025-02-28T10:15:27.149Z Downloaded async-stream-impl v0.3.6
1452025-02-28T10:15:27.154Z Downloaded atty v0.2.14
1462025-02-28T10:15:27.157Z Downloaded async-object-pool v0.1.5
1472025-02-28T10:15:27.161Z Downloaded aead v0.5.2
1482025-02-28T10:15:27.169Z Downloaded chacha20poly1305 v0.10.1
1492025-02-28T10:15:27.172Z Downloaded env_filter v0.1.2
1502025-02-28T10:15:27.175Z Downloaded cfg_aliases v0.1.1
1512025-02-28T10:15:27.180Z Downloaded cfg_aliases v0.2.1
1522025-02-28T10:15:27.184Z Downloaded env_logger v0.11.5
1532025-02-28T10:15:27.187Z Downloaded filetime v0.2.25
1542025-02-28T10:15:27.190Z Downloaded env_logger v0.10.2
1552025-02-28T10:15:27.196Z Downloaded equivalent v1.0.1
1562025-02-28T10:15:27.199Z Downloaded atomicwrites v0.4.4
1572025-02-28T10:15:27.204Z Downloaded bit-vec v0.6.3
1582025-02-28T10:15:27.208Z Downloaded adler2 v2.0.0
1592025-02-28T10:15:27.211Z Downloaded bcrypt-pbkdf v0.10.0
1602025-02-28T10:15:27.214Z Downloaded escape8259 v0.5.3
1612025-02-28T10:15:27.218Z Downloaded autocfg v1.4.0
1622025-02-28T10:15:27.218Z Downloaded array-init v0.0.4
1632025-02-28T10:15:27.218Z Downloaded addr2line v0.24.2
1642025-02-28T10:15:27.221Z Downloaded bitfield-struct v0.6.2
1652025-02-28T10:15:27.221Z Downloaded approx v0.5.1
1662025-02-28T10:15:27.227Z Downloaded base16ct v0.2.0
1672025-02-28T10:15:27.230Z Downloaded anstyle-parse v0.2.5
1682025-02-28T10:15:27.233Z Downloaded async-signal v0.2.10
1692025-02-28T10:15:27.233Z Downloaded bitfield v0.14.0
1702025-02-28T10:15:27.236Z Downloaded async-recursion v1.1.1
1712025-02-28T10:15:27.241Z Downloaded bit-set v0.8.0
1722025-02-28T10:15:27.244Z Downloaded async-channel v2.3.1
1732025-02-28T10:15:27.244Z Downloaded bit-set v0.5.3
1742025-02-28T10:15:27.244Z Downloaded async-attributes v1.1.2
1752025-02-28T10:15:27.247Z Downloaded anes v0.1.6
1762025-02-28T10:15:27.251Z Downloaded cfg-if v1.0.0
1772025-02-28T10:15:27.251Z Downloaded blowfish v0.9.1
1782025-02-28T10:15:27.254Z Downloaded flagset v0.4.6
1792025-02-28T10:15:27.254Z Downloaded fnv v1.0.7
1802025-02-28T10:15:27.254Z Downloaded fixedbitset v0.4.2
1812025-02-28T10:15:27.257Z Downloaded chacha20 v0.9.1
1822025-02-28T10:15:27.257Z Downloaded foreign-types v0.5.0
1832025-02-28T10:15:27.260Z Downloaded foldhash v0.1.3
1842025-02-28T10:15:27.260Z Downloaded fragile v2.0.0
1852025-02-28T10:15:27.265Z Downloaded foreign-types-macros v0.2.3
1862025-02-28T10:15:27.265Z Downloaded flume v0.11.1
1872025-02-28T10:15:27.268Z Downloaded fs-err v2.11.0
1882025-02-28T10:15:27.271Z Downloaded cexpr v0.6.0
1892025-02-28T10:15:27.274Z Downloaded atomic-waker v1.1.2
1902025-02-28T10:15:27.274Z Downloaded float-cmp v0.10.0
1912025-02-28T10:15:27.276Z Downloaded futures-io v0.3.31
1922025-02-28T10:15:27.277Z Downloaded foreign-types-shared v0.3.1
1932025-02-28T10:15:27.280Z Downloaded float-ord v0.3.2
1942025-02-28T10:15:27.280Z Downloaded cbc v0.1.2
1952025-02-28T10:15:27.280Z Downloaded bytecount v0.6.8
1962025-02-28T10:15:27.283Z Downloaded futures-timer v3.0.3
1972025-02-28T10:15:27.286Z Downloaded bitflags v1.3.2
1982025-02-28T10:15:27.289Z Downloaded phf_shared v0.10.0
1992025-02-28T10:15:27.292Z Downloaded ghash v0.5.1
2002025-02-28T10:15:27.292Z Downloaded futures-lite v2.3.0
2012025-02-28T10:15:27.295Z Downloaded async-lock v3.4.0
2022025-02-28T10:15:27.297Z Downloaded glob v0.3.2
2032025-02-28T10:15:27.297Z Downloaded gethostname v0.5.0
2042025-02-28T10:15:27.301Z Downloaded anstream v0.6.15
2052025-02-28T10:15:27.304Z Downloaded headers-core v0.3.0
2062025-02-28T10:15:27.304Z Downloaded hubpack_derive v0.1.1
2072025-02-28T10:15:27.308Z Downloaded http-range v0.1.5
2082025-02-28T10:15:27.308Z Downloaded async-bb8-diesel v0.2.1
2092025-02-28T10:15:27.311Z Downloaded buf-list v1.0.3
2102025-02-28T10:15:27.312Z Downloaded http-body v1.0.1
2112025-02-28T10:15:27.314Z Downloaded event-listener v2.5.3
2122025-02-28T10:15:27.315Z Downloaded errno v0.3.9
2132025-02-28T10:15:27.318Z Downloaded hash32 v0.3.1
2142025-02-28T10:15:27.318Z Downloaded precomputed-hash v0.1.1
2152025-02-28T10:15:27.321Z Downloaded opaque-debug v0.3.1
2162025-02-28T10:15:27.321Z Downloaded num_enum_derive v0.5.11
2172025-02-28T10:15:27.323Z Downloaded num-integer v0.1.46
2182025-02-28T10:15:27.324Z Downloaded getrandom v0.2.15
2192025-02-28T10:15:27.326Z Downloaded hostname v0.3.1
2202025-02-28T10:15:27.329Z Downloaded home v0.5.9
2212025-02-28T10:15:27.332Z Downloaded event-listener-strategy v0.5.2
2222025-02-28T10:15:27.332Z Downloaded fd-lock v4.0.2
2232025-02-28T10:15:27.335Z Downloaded hostname v0.4.0
2242025-02-28T10:15:27.337Z Downloaded fastrand v2.1.1
2252025-02-28T10:15:27.338Z Downloaded blake2 v0.10.6
2262025-02-28T10:15:27.340Z Downloaded httpdate v1.0.3
2272025-02-28T10:15:27.343Z Downloaded rand_xorshift v0.3.0
2282025-02-28T10:15:27.343Z Downloaded hex v0.4.3
2292025-02-28T10:15:27.346Z Downloaded heck v0.4.1
2302025-02-28T10:15:27.346Z Downloaded humantime v2.1.0
2312025-02-28T10:15:27.349Z Downloaded hubpack v0.1.2
2322025-02-28T10:15:27.349Z Downloaded http-body-util v0.1.2
2332025-02-28T10:15:27.352Z Downloaded hex-literal v0.4.1
2342025-02-28T10:15:27.352Z Downloaded heck v0.3.3
2352025-02-28T10:15:27.355Z Downloaded olpc-cjson v0.1.4
2362025-02-28T10:15:27.355Z Downloaded bitflags v2.6.0
2372025-02-28T10:15:27.358Z Downloaded termtree v0.4.1
2382025-02-28T10:15:27.361Z Downloaded async-io v2.3.4
2392025-02-28T10:15:27.364Z Downloaded sync_wrapper v1.0.1
2402025-02-28T10:15:27.367Z Downloaded futures v0.3.31
2412025-02-28T10:15:27.370Z Downloaded pkg-config v0.3.31
2422025-02-28T10:15:27.374Z Downloaded psl-types v2.0.11
2432025-02-28T10:15:27.374Z Downloaded pin-utils v0.1.0
2442025-02-28T10:15:27.377Z Downloaded fallible-iterator v0.2.0
2452025-02-28T10:15:27.377Z Downloaded ppv-lite86 v0.2.20
2462025-02-28T10:15:27.380Z Downloaded cfg-expr v0.18.0
2472025-02-28T10:15:27.383Z Downloaded untrusted v0.7.1
2482025-02-28T10:15:27.383Z Downloaded try-lock v0.2.5
2492025-02-28T10:15:27.385Z Downloaded base64 v0.13.1
2502025-02-28T10:15:27.388Z Downloaded progenitor-client v0.9.1
2512025-02-28T10:15:27.388Z Downloaded schemars_derive v0.8.22
2522025-02-28T10:15:27.391Z Downloaded rpassword v7.3.1
2532025-02-28T10:15:27.391Z Downloaded relative-path v1.9.3
2542025-02-28T10:15:27.394Z Downloaded rand_seeder v0.3.0
2552025-02-28T10:15:27.394Z Downloaded radium v0.7.0
2562025-02-28T10:15:27.397Z Downloaded crunchy v0.2.2
2572025-02-28T10:15:27.397Z Downloaded crucible-workspace-hack v0.1.0
2582025-02-28T10:15:27.400Z Downloaded yoke-derive v0.7.4
2592025-02-28T10:15:27.400Z Downloaded shlex v1.3.0
2602025-02-28T10:15:27.403Z Downloaded semver v0.1.20
2612025-02-28T10:15:27.403Z Downloaded spki v0.7.3
2622025-02-28T10:15:27.406Z Downloaded dtrace-parser v0.2.0
2632025-02-28T10:15:27.406Z Downloaded signal-hook-mio v0.2.4
2642025-02-28T10:15:27.408Z Downloaded shell-words v1.1.0
2652025-02-28T10:15:27.409Z Downloaded sha1 v0.10.6
2662025-02-28T10:15:27.411Z Downloaded tokio-native-tls v0.3.1
2672025-02-28T10:15:27.414Z Downloaded typify-macro v0.2.0
2682025-02-28T10:15:27.414Z Downloaded tokio-macros v2.5.0
2692025-02-28T10:15:27.414Z Downloaded peg v0.8.4
2702025-02-28T10:15:27.418Z Downloaded md5 v0.7.0
2712025-02-28T10:15:27.422Z Downloaded match_cfg v0.1.0
2722025-02-28T10:15:27.422Z Downloaded highway v1.3.0
2732025-02-28T10:15:27.425Z Downloaded path-tree v0.8.1
2742025-02-28T10:15:27.425Z Downloaded fatfs v0.3.6
2752025-02-28T10:15:27.429Z Downloaded parking_lot_core v0.8.6
2762025-02-28T10:15:27.432Z Downloaded clap_lex v0.7.4
2772025-02-28T10:15:27.432Z Downloaded endian-type v0.1.2
2782025-02-28T10:15:27.435Z Downloaded strum_macros v0.25.3
2792025-02-28T10:15:27.435Z Downloaded want v0.3.1
2802025-02-28T10:15:27.437Z Downloaded untrusted v0.9.0
2812025-02-28T10:15:27.440Z Downloaded normalize-line-endings v0.3.0
2822025-02-28T10:15:27.440Z Downloaded maybe-uninit v2.0.0
2832025-02-28T10:15:27.445Z Downloaded proc-macro-error2 v2.0.1
2842025-02-28T10:15:27.448Z Downloaded hmac v0.12.1
2852025-02-28T10:15:27.448Z Downloaded cobs v0.2.3
2862025-02-28T10:15:27.448Z Downloaded cmake v0.1.51
2872025-02-28T10:15:27.451Z Downloaded newline-converter v0.3.0
2882025-02-28T10:15:27.451Z Downloaded terminal_size v0.2.6
2892025-02-28T10:15:27.454Z Downloaded path-slash v0.1.5
2902025-02-28T10:15:27.455Z Downloaded dirs-sys-next v0.1.2
2912025-02-28T10:15:27.457Z Downloaded crypto-common v0.1.6
2922025-02-28T10:15:27.457Z Downloaded display-error-chain v0.2.2
2932025-02-28T10:15:27.458Z Downloaded sqlformat v0.2.6
2942025-02-28T10:15:27.460Z Downloaded ipnetwork v0.21.1
2952025-02-28T10:15:27.463Z Downloaded dsl_auto_type v0.1.2
2962025-02-28T10:15:27.463Z Downloaded tokio-rustls v0.26.0
2972025-02-28T10:15:27.466Z Downloaded tokio-rustls v0.25.0
2982025-02-28T10:15:27.469Z Downloaded phf_generator v0.11.2
2992025-02-28T10:15:27.469Z Downloaded libsw-core v0.3.1
3002025-02-28T10:15:27.472Z Downloaded itoa v1.0.11
3012025-02-28T10:15:27.472Z Downloaded tokio-rustls v0.24.1
3022025-02-28T10:15:27.475Z Downloaded md-5 v0.10.6
3032025-02-28T10:15:27.478Z Downloaded criterion-plot v0.5.0
3042025-02-28T10:15:27.482Z Downloaded cpufeatures v0.2.14
3052025-02-28T10:15:27.482Z Downloaded walkdir v2.5.0
3062025-02-28T10:15:27.485Z Downloaded sha2 v0.10.8
3072025-02-28T10:15:27.488Z Downloaded pest_derive v2.7.14
3082025-02-28T10:15:27.491Z Downloaded num v0.4.3
3092025-02-28T10:15:27.491Z Downloaded nodrop v0.1.14
3102025-02-28T10:15:27.491Z Downloaded hickory-client v0.24.4
3112025-02-28T10:15:27.494Z Downloaded bytes v1.10.0
3122025-02-28T10:15:27.498Z Downloaded spin v0.9.8
3132025-02-28T10:15:27.501Z Downloaded yoke v0.7.4
3142025-02-28T10:15:27.504Z Downloaded term v0.7.0
3152025-02-28T10:15:27.507Z Downloaded base64 v0.22.1
3162025-02-28T10:15:27.511Z Downloaded predicates-tree v1.0.11
3172025-02-28T10:15:27.514Z Downloaded predicates-core v1.0.8
3182025-02-28T10:15:27.514Z Downloaded impl-trait-for-tuples v0.2.2
3192025-02-28T10:15:27.517Z Downloaded idna_adapter v1.2.0
3202025-02-28T10:15:27.520Z Downloaded hyper-rustls v0.26.0
3212025-02-28T10:15:27.523Z Downloaded enum-as-inner v0.6.1
3222025-02-28T10:15:27.523Z Downloaded progenitor-client v0.8.0
3232025-02-28T10:15:27.526Z Downloaded rand_core v0.6.4
3242025-02-28T10:15:27.526Z Downloaded indent_write v2.2.0
3252025-02-28T10:15:27.529Z Downloaded litemap v0.7.3
3262025-02-28T10:15:27.533Z Downloaded typify v0.2.0
3272025-02-28T10:15:27.536Z Downloaded papergrid v0.14.0
3282025-02-28T10:15:27.538Z Downloaded write16 v1.0.0
3292025-02-28T10:15:27.541Z Downloaded paste v1.0.15
3302025-02-28T10:15:27.544Z Downloaded salsa20 v0.10.2
3312025-02-28T10:15:27.544Z Downloaded oxnet v0.1.1
3322025-02-28T10:15:27.547Z Downloaded rusty-fork v0.3.0
3332025-02-28T10:15:27.551Z Downloaded nu-ansi-term v0.50.1
3342025-02-28T10:15:27.551Z Downloaded phf_shared v0.11.2
3352025-02-28T10:15:27.554Z Downloaded allocator-api2 v0.2.18
3362025-02-28T10:15:27.556Z Downloaded slog-json v2.6.1
3372025-02-28T10:15:27.557Z Downloaded expectorate v1.1.0
3382025-02-28T10:15:27.560Z Downloaded doc-comment v0.3.3
3392025-02-28T10:15:27.562Z Downloaded darling_macro v0.20.10
3402025-02-28T10:15:27.563Z Downloaded static_assertions v1.1.0
3412025-02-28T10:15:27.565Z Downloaded base64 v0.21.7
3422025-02-28T10:15:27.568Z Downloaded stringprep v0.1.5
3432025-02-28T10:15:27.571Z Downloaded topological-sort v0.2.2
3442025-02-28T10:15:27.571Z Downloaded threadpool v1.8.1
3452025-02-28T10:15:27.574Z Downloaded crossbeam-deque v0.8.5
3462025-02-28T10:15:27.574Z Downloaded rand_core v0.9.2
3472025-02-28T10:15:27.577Z Downloaded headers v0.4.0
3482025-02-28T10:15:27.581Z Downloaded progenitor v0.9.1
3492025-02-28T10:15:27.584Z Downloaded litrs v0.4.1
3502025-02-28T10:15:27.587Z Downloaded thread_local v1.1.8
3512025-02-28T10:15:27.587Z Downloaded heapless v0.7.17
3522025-02-28T10:15:27.591Z Downloaded rustversion v1.0.17
3532025-02-28T10:15:27.594Z Downloaded unsafe-libyaml v0.2.11
3542025-02-28T10:15:27.598Z Downloaded writeable v0.5.5
3552025-02-28T10:15:27.601Z Downloaded hickory-resolver v0.24.4
3562025-02-28T10:15:27.605Z Downloaded serde v1.0.218
3572025-02-28T10:15:27.609Z Downloaded pretty-hex v0.4.1
3582025-02-28T10:15:27.612Z Downloaded colorchoice v1.0.2
3592025-02-28T10:15:27.612Z Downloaded num-conv v0.1.0
3602025-02-28T10:15:27.616Z Downloaded new_debug_unreachable v1.0.6
3612025-02-28T10:15:27.617Z Downloaded unicode-xid v0.2.6
3622025-02-28T10:15:27.619Z Downloaded document-features v0.2.10
3632025-02-28T10:15:27.619Z Downloaded dropshot_endpoint v0.16.0
3642025-02-28T10:15:27.622Z Downloaded zeroize_derive v1.4.2
3652025-02-28T10:15:27.625Z Downloaded target-lexicon v0.13.2
3662025-02-28T10:15:27.628Z Downloaded inout v0.1.3
3672025-02-28T10:15:27.628Z Downloaded indoc v2.0.5
3682025-02-28T10:15:27.630Z Downloaded openssl-sys v0.9.106
3692025-02-28T10:15:27.635Z Downloaded utf8parse v0.2.2
3702025-02-28T10:15:27.638Z Downloaded parse-zoneinfo v0.3.1
3712025-02-28T10:15:27.641Z Downloaded crossbeam-epoch v0.9.18
3722025-02-28T10:15:27.644Z Downloaded plotters-svg v0.3.7
3732025-02-28T10:15:27.644Z Downloaded serde_yaml v0.9.34+deprecated
3742025-02-28T10:15:27.648Z Downloaded http v1.2.0
3752025-02-28T10:15:27.652Z Downloaded hickory-server v0.24.4
3762025-02-28T10:15:27.658Z Downloaded num_enum v0.5.11
3772025-02-28T10:15:27.663Z Downloaded is_terminal_polyfill v1.70.1
3782025-02-28T10:15:27.666Z Downloaded colored v2.2.0
3792025-02-28T10:15:27.669Z Downloaded toolchain_find v0.4.0
3802025-02-28T10:15:27.671Z Downloaded pest_generator v2.7.14
3812025-02-28T10:15:27.671Z Downloaded defmt v0.3.8
3822025-02-28T10:15:27.676Z Downloaded usdt-macro v0.5.0
3832025-02-28T10:15:27.679Z Downloaded typenum v1.17.0
3842025-02-28T10:15:27.679Z Downloaded usdt-attr-macro v0.5.0
3852025-02-28T10:15:27.682Z Downloaded libefi-sys v0.1.0
3862025-02-28T10:15:27.682Z Downloaded termtree v0.5.1
3872025-02-28T10:15:27.685Z Downloaded ref-cast-impl v1.0.23
3882025-02-28T10:15:27.685Z Downloaded r2d2 v0.8.10
3892025-02-28T10:15:27.688Z Downloaded num-iter v0.1.45
3902025-02-28T10:15:27.688Z Downloaded num-derive v0.4.2
3912025-02-28T10:15:27.691Z Downloaded same-file v1.0.6
3922025-02-28T10:15:27.694Z Downloaded ref-cast v1.0.23
3932025-02-28T10:15:27.696Z Downloaded rand_chacha v0.3.1
3942025-02-28T10:15:27.697Z Downloaded mime_guess v2.0.5
3952025-02-28T10:15:27.699Z Downloaded ryu v1.0.18
3962025-02-28T10:15:27.702Z Downloaded tracing-attributes v0.1.27
3972025-02-28T10:15:27.705Z Downloaded slog-bunyan v2.5.0
3982025-02-28T10:15:27.705Z Downloaded slog-async v2.8.0
3992025-02-28T10:15:27.708Z Downloaded clap v4.5.31
4002025-02-28T10:15:27.716Z Downloaded is_ci v1.2.0
4012025-02-28T10:15:27.719Z Downloaded thiserror v1.0.69
4022025-02-28T10:15:27.722Z Downloaded swrite v0.1.0
4032025-02-28T10:15:27.725Z Downloaded num_threads v0.1.7
4042025-02-28T10:15:27.728Z Downloaded unicode-truncate v1.1.0
4052025-02-28T10:15:27.728Z Downloaded proc-macro-error-attr v1.0.4
4062025-02-28T10:15:27.732Z Downloaded typify-macro v0.3.0
4072025-02-28T10:15:27.732Z Downloaded instability v0.3.2
4082025-02-28T10:15:27.732Z Downloaded usdt v0.5.0
4092025-02-28T10:15:27.735Z Downloaded icu_locid_transform v1.5.0
4102025-02-28T10:15:27.738Z Downloaded icu_locid_transform_data v1.5.0
4112025-02-28T10:15:27.738Z Downloaded is-terminal v0.4.13
4122025-02-28T10:15:27.740Z Downloaded ctr v0.9.2
4132025-02-28T10:15:27.741Z Downloaded crc v3.2.1
4142025-02-28T10:15:27.745Z Downloaded uuid v1.15.1
4152025-02-28T10:15:27.748Z Downloaded slog v2.7.0
4162025-02-28T10:15:27.751Z Downloaded aes v0.8.4
4172025-02-28T10:15:27.754Z Downloaded parse-size v1.1.0
4182025-02-28T10:15:27.757Z Downloaded hyper-tls v0.6.0
4192025-02-28T10:15:27.757Z Downloaded structmeta-derive v0.3.0
4202025-02-28T10:15:27.760Z Downloaded rustls-pemfile v1.0.4
4212025-02-28T10:15:27.763Z Downloaded piper v0.2.4
4222025-02-28T10:15:27.763Z Downloaded supports-color v3.0.2
4232025-02-28T10:15:27.766Z Downloaded num-rational v0.4.2
4242025-02-28T10:15:27.766Z Downloaded lock_api v0.4.12
4252025-02-28T10:15:27.769Z Downloaded linked-hash-map v0.5.6
4262025-02-28T10:15:27.771Z Downloaded polling v3.7.3
4272025-02-28T10:15:27.774Z Downloaded yansi v1.0.1
4282025-02-28T10:15:27.777Z Downloaded sqlparser_derive v0.2.2
4292025-02-28T10:15:27.777Z Downloaded russh-cryptovec v0.7.3
4302025-02-28T10:15:27.777Z Downloaded nom v7.1.3
4312025-02-28T10:15:27.783Z Downloaded parking v2.2.1
4322025-02-28T10:15:27.786Z Downloaded hashbrown v0.14.5
4332025-02-28T10:15:27.790Z Downloaded tower-layer v0.3.3
4342025-02-28T10:15:27.793Z Downloaded const_format_proc_macros v0.2.34
4352025-02-28T10:15:27.795Z Downloaded strum v0.26.3
4362025-02-28T10:15:27.795Z Downloaded guppy v0.17.17
4372025-02-28T10:15:27.801Z Downloaded rustls-pki-types v1.10.0
4382025-02-28T10:15:27.805Z Downloaded ciborium-io v0.2.2
4392025-02-28T10:15:27.808Z Downloaded futures-util v0.3.31
4402025-02-28T10:15:27.819Z Downloaded proc-macro-crate v1.3.1
4412025-02-28T10:15:27.822Z Downloaded dunce v1.0.5
4422025-02-28T10:15:27.822Z Downloaded icu_normalizer v1.5.0
4432025-02-28T10:15:27.825Z Downloaded dyn-clone v1.0.18
4442025-02-28T10:15:27.828Z Downloaded libtest-mimic v0.7.3
4452025-02-28T10:15:27.830Z Downloaded rustls-pemfile v2.2.0
4462025-02-28T10:15:27.834Z Downloaded mockall_derive v0.13.1
4472025-02-28T10:15:27.834Z Downloaded log v0.4.22
4482025-02-28T10:15:27.841Z Downloaded tungstenite v0.24.0
4492025-02-28T10:15:27.841Z Downloaded poly1305 v0.8.0
4502025-02-28T10:15:27.845Z Downloaded x509-cert v0.2.5
4512025-02-28T10:15:27.848Z Downloaded crossbeam-channel v0.5.13
4522025-02-28T10:15:27.852Z Downloaded ident_case v1.0.1
4532025-02-28T10:15:27.855Z Downloaded primeorder v0.13.6
4542025-02-28T10:15:27.855Z Downloaded rustls-native-certs v0.7.3
4552025-02-28T10:15:27.858Z Downloaded zopfli v0.8.1
4562025-02-28T10:15:27.861Z Downloaded rustc-demangle v0.1.24
4572025-02-28T10:15:27.864Z Downloaded iana-time-zone v0.1.61
4582025-02-28T10:15:27.864Z Downloaded quinn-udp v0.5.5
4592025-02-28T10:15:27.867Z Downloaded hyper-staticfile v0.10.1
4602025-02-28T10:15:27.870Z Downloaded pest_meta v2.7.14
4612025-02-28T10:15:27.870Z Downloaded num-traits v0.2.19
4622025-02-28T10:15:27.873Z Downloaded steno v0.4.1
4632025-02-28T10:15:27.877Z Downloaded serde_repr v0.1.19
4642025-02-28T10:15:27.880Z Downloaded zerocopy-derive v0.7.35
4652025-02-28T10:15:27.883Z Downloaded derive_builder_core v0.20.2
4662025-02-28T10:15:27.886Z Downloaded wyz v0.5.1
4672025-02-28T10:15:27.889Z Downloaded proc-macro-error v1.0.4
4682025-02-28T10:15:27.892Z Downloaded rtoolbox v0.0.2
4692025-02-28T10:15:27.892Z Downloaded strum_macros v0.24.3
4702025-02-28T10:15:27.895Z Downloaded tinystr v0.7.6
4712025-02-28T10:15:27.898Z Downloaded textwrap v0.16.1
4722025-02-28T10:15:27.901Z Downloaded memoffset v0.9.1
4732025-02-28T10:15:27.901Z Downloaded sigpipe v0.1.3
4742025-02-28T10:15:27.904Z Downloaded serde_spanned v0.6.8
4752025-02-28T10:15:27.904Z Downloaded tar v0.4.44
4762025-02-28T10:15:27.907Z Downloaded proc-macro2 v1.0.93
4772025-02-28T10:15:27.910Z Downloaded dirs-next v2.0.0
4782025-02-28T10:15:27.912Z Downloaded subtle v2.6.1
4792025-02-28T10:15:27.912Z Downloaded serde_tokenstream v0.2.2
4802025-02-28T10:15:27.915Z Downloaded partial-io v0.5.4
4812025-02-28T10:15:27.918Z Downloaded plotters-backend v0.3.7
4822025-02-28T10:15:27.918Z Downloaded csv-core v0.1.11
4832025-02-28T10:15:27.921Z Downloaded rsa v0.9.6
4842025-02-28T10:15:27.925Z Downloaded unarray v0.1.4
4852025-02-28T10:15:27.927Z Downloaded samael v0.0.18
4862025-02-28T10:15:27.933Z Downloaded kstat-rs v0.2.4
4872025-02-28T10:15:27.936Z Downloaded keccak v0.1.5
4882025-02-28T10:15:27.939Z Downloaded percent-encoding v2.3.1
4892025-02-28T10:15:27.939Z Downloaded oorandom v11.1.4
4902025-02-28T10:15:27.939Z Downloaded h2 v0.4.6
4912025-02-28T10:15:27.946Z Downloaded scrypt v0.11.0
4922025-02-28T10:15:27.949Z Downloaded scroll_derive v0.12.0
4932025-02-28T10:15:27.949Z Downloaded either v1.14.0
4942025-02-28T10:15:27.952Z Downloaded rustc-hash v1.1.0
4952025-02-28T10:15:27.952Z Downloaded rust-argon2 v2.1.0
4962025-02-28T10:15:27.955Z Downloaded derive_more v0.99.19
4972025-02-28T10:15:27.958Z Downloaded num-complex v0.4.6
4982025-02-28T10:15:27.961Z Downloaded serde_urlencoded v0.7.1
4992025-02-28T10:15:27.964Z Downloaded tls_codec_derive v0.4.1
5002025-02-28T10:15:27.966Z Downloaded native-tls v0.2.12
5012025-02-28T10:15:27.969Z Downloaded goblin v0.8.2
5022025-02-28T10:15:27.973Z Downloaded aho-corasick v1.1.3
5032025-02-28T10:15:27.980Z Downloaded thiserror-impl v1.0.69
5042025-02-28T10:15:27.983Z Downloaded ciborium-ll v0.2.2
5052025-02-28T10:15:27.985Z Downloaded diesel_table_macro_syntax v0.2.0
5062025-02-28T10:15:27.985Z Downloaded uzers v0.12.1
5072025-02-28T10:15:27.988Z Downloaded utf-8 v0.7.6
5082025-02-28T10:15:27.988Z Downloaded quick-error v1.2.3
5092025-02-28T10:15:27.991Z Downloaded progenitor-macro v0.9.1
5102025-02-28T10:15:27.991Z Downloaded tungstenite v0.23.0
5112025-02-28T10:15:27.995Z Downloaded ciborium v0.2.2
5122025-02-28T10:15:28.000Z Downloaded slog-scope v4.4.0
5132025-02-28T10:15:28.003Z Downloaded pest v2.7.14
5142025-02-28T10:15:28.006Z Downloaded tls_codec v0.4.1
5152025-02-28T10:15:28.009Z Downloaded chrono-tz-build v0.4.0
5162025-02-28T10:15:28.009Z Downloaded tower-service v0.3.3
5172025-02-28T10:15:28.009Z Downloaded time-core v0.1.2
5182025-02-28T10:15:28.012Z Downloaded once_cell v1.20.3
5192025-02-28T10:15:28.015Z Downloaded multer v3.1.0
5202025-02-28T10:15:28.017Z Downloaded crc-catalog v2.4.0
5212025-02-28T10:15:28.017Z Downloaded convert_case v0.4.0
5222025-02-28T10:15:28.021Z Downloaded zerofrom v0.1.4
5232025-02-28T10:15:28.021Z Downloaded phf v0.11.2
5242025-02-28T10:15:28.023Z Downloaded subprocess v0.2.9
5252025-02-28T10:15:28.026Z Downloaded unicase v2.7.0
5262025-02-28T10:15:28.026Z Downloaded zerocopy-derive v0.8.10
5272025-02-28T10:15:28.032Z Downloaded cookie_store v0.21.1
5282025-02-28T10:15:28.035Z Downloaded hyper-util v0.1.10
5292025-02-28T10:15:28.039Z Downloaded itertools v0.13.0
5302025-02-28T10:15:28.047Z Downloaded instant v0.1.13
5312025-02-28T10:15:28.049Z Downloaded scopeguard v1.2.0
5322025-02-28T10:15:28.052Z Downloaded rustc-hash v2.1.1
5332025-02-28T10:15:28.052Z Downloaded multimap v0.10.0
5342025-02-28T10:15:28.055Z Downloaded tokio-stream v0.1.17
5352025-02-28T10:15:28.058Z Downloaded time v0.3.36
5362025-02-28T10:15:28.066Z Downloaded tiny-keccak v2.0.2
5372025-02-28T10:15:28.069Z Downloaded time-macros v0.2.18
5382025-02-28T10:15:28.072Z Downloaded prettyplease v0.2.29
5392025-02-28T10:15:28.075Z Downloaded sync-ptr v0.1.1
5402025-02-28T10:15:28.078Z Downloaded zeroize v1.8.1
5412025-02-28T10:15:28.078Z Downloaded zerofrom-derive v0.1.4
5422025-02-28T10:15:28.080Z Downloaded pem-rfc7468 v0.7.0
5432025-02-28T10:15:28.083Z Downloaded tokio-tungstenite v0.21.0
5442025-02-28T10:15:28.086Z Downloaded omicron-zone-package v0.12.0
5452025-02-28T10:15:28.088Z Downloaded crc32fast v1.4.2
5462025-02-28T10:15:28.091Z Downloaded rand v0.8.5
5472025-02-28T10:15:28.094Z Downloaded url v2.5.3
5482025-02-28T10:15:28.097Z Downloaded serde_path_to_error v0.1.16
5492025-02-28T10:15:28.099Z Downloaded lazycell v1.3.0
5502025-02-28T10:15:28.102Z Downloaded criterion v0.5.1
5512025-02-28T10:15:28.107Z Downloaded packed_struct_codegen v0.10.1
5522025-02-28T10:15:28.110Z Downloaded progenitor-macro v0.8.0
5532025-02-28T10:15:28.110Z Downloaded lalrpop-util v0.19.12
5542025-02-28T10:15:28.113Z Downloaded internet-checksum v0.2.1
5552025-02-28T10:15:28.113Z Downloaded toml_edit v0.22.24
5562025-02-28T10:15:28.135Z Downloaded take_mut v0.2.2
5572025-02-28T10:15:28.137Z Downloaded pretty-hex v0.2.1
5582025-02-28T10:15:28.138Z Downloaded cstr-argument v0.1.2
5592025-02-28T10:15:28.138Z Downloaded slog-envlogger v2.2.0
5602025-02-28T10:15:28.140Z Downloaded diesel-dtrace v0.4.2
5612025-02-28T10:15:28.140Z Downloaded whoami v1.5.2
5622025-02-28T10:15:28.143Z Downloaded thread-id v4.2.2
5632025-02-28T10:15:28.146Z Downloaded structmeta v0.3.0
5642025-02-28T10:15:28.146Z Downloaded num-bigint v0.4.6
5652025-02-28T10:15:28.150Z Downloaded git2 v0.19.0
5662025-02-28T10:15:28.159Z Downloaded curve25519-dalek-derive v0.1.1
5672025-02-28T10:15:28.162Z Downloaded aws-lc-rs v1.12.4
5682025-02-28T10:15:28.170Z Downloaded rfc6979 v0.4.0
5692025-02-28T10:15:28.173Z Downloaded itertools v0.12.1
5702025-02-28T10:15:28.178Z Downloaded number_prefix v0.4.0
5712025-02-28T10:15:28.181Z Downloaded pin-project-lite v0.2.14
5722025-02-28T10:15:28.184Z Downloaded der v0.7.9
5732025-02-28T10:15:28.190Z Downloaded signal-hook-registry v1.4.2
5742025-02-28T10:15:28.193Z Downloaded sqlparser v0.45.0
5752025-02-28T10:15:28.197Z Downloaded tap v1.0.1
5762025-02-28T10:15:28.200Z Downloaded bindgen v0.69.5
5772025-02-28T10:15:28.205Z Downloaded zone_cfg_derive v0.1.2
5782025-02-28T10:15:28.208Z Downloaded tinytemplate v1.2.1
5792025-02-28T10:15:28.211Z Downloaded unicode-ident v1.0.14
5802025-02-28T10:15:28.211Z Downloaded icu_provider v1.5.0
5812025-02-28T10:15:28.215Z Downloaded zone v0.1.8
5822025-02-28T10:15:28.217Z Downloaded polyval v0.6.2
5832025-02-28T10:15:28.218Z Downloaded which v4.4.2
5842025-02-28T10:15:28.220Z Downloaded des v0.8.1
5852025-02-28T10:15:28.223Z Downloaded wait-timeout v0.2.0
5862025-02-28T10:15:28.223Z Downloaded deranged v0.3.11
5872025-02-28T10:15:28.226Z Downloaded qorb v0.2.1
5882025-02-28T10:15:28.229Z Downloaded tui-tree-widget v0.23.0
5892025-02-28T10:15:28.232Z Downloaded io-lifetimes v1.0.11
5902025-02-28T10:15:28.235Z Downloaded indexmap v1.9.3
5912025-02-28T10:15:28.239Z Downloaded simd-adler32 v0.3.7
5922025-02-28T10:15:28.242Z Downloaded pin-project-internal v1.1.6
5932025-02-28T10:15:28.242Z Downloaded schemars v0.8.22
5942025-02-28T10:15:28.253Z Downloaded managed v0.8.0
5952025-02-28T10:15:28.256Z Downloaded toml_datetime v0.6.8
5962025-02-28T10:15:28.256Z Downloaded snafu-derive v0.8.5
5972025-02-28T10:15:28.259Z Downloaded daft v0.1.1
5982025-02-28T10:15:28.259Z Downloaded constant_time_eq v0.3.1
5992025-02-28T10:15:28.263Z Downloaded tracing-core v0.1.32
6002025-02-28T10:15:28.266Z Downloaded salty v0.3.0
6012025-02-28T10:15:28.270Z Downloaded openssl-probe v0.1.5
6022025-02-28T10:15:28.274Z Downloaded openssl-macros v0.1.1
6032025-02-28T10:15:28.274Z Downloaded newtype_derive v0.1.6
6042025-02-28T10:15:28.276Z Downloaded oso-derive v0.27.3
6052025-02-28T10:15:28.276Z Downloaded mime v0.3.17
6062025-02-28T10:15:28.277Z Downloaded rand_chacha v0.9.0
6072025-02-28T10:15:28.279Z Downloaded unicode_categories v0.1.1
6082025-02-28T10:15:28.279Z Downloaded memmap v0.7.0
6092025-02-28T10:15:28.282Z Downloaded async-std v1.13.0
6102025-02-28T10:15:28.300Z Downloaded peg-runtime v0.8.3
6112025-02-28T10:15:28.303Z Downloaded bindgen v0.71.1
6122025-02-28T10:15:28.308Z Downloaded target-triple v0.1.3
6132025-02-28T10:15:28.311Z Downloaded serde-big-array v0.5.1
6142025-02-28T10:15:28.311Z Downloaded synstructure v0.13.1
6152025-02-28T10:15:28.314Z Downloaded ssh-cipher v0.2.0
6162025-02-28T10:15:28.314Z Downloaded smallvec v0.6.14
6172025-02-28T10:15:28.316Z Downloaded rustfmt-wrapper v0.2.1
6182025-02-28T10:15:28.316Z Downloaded dof v0.3.0
6192025-02-28T10:15:28.319Z Downloaded nibble_vec v0.1.0
6202025-02-28T10:15:28.319Z Downloaded pin-project v1.1.6
6212025-02-28T10:15:28.330Z Downloaded zone_cfg_derive v0.3.0
6222025-02-28T10:15:28.333Z Downloaded parse-display-derive v0.10.0
6232025-02-28T10:15:28.333Z Downloaded predicates v3.1.3
6242025-02-28T10:15:28.336Z Downloaded proptest v1.6.0
6252025-02-28T10:15:28.344Z Downloaded icu_provider_macros v1.5.0
6262025-02-28T10:15:28.347Z Downloaded memmap2 v0.9.5
6272025-02-28T10:15:28.347Z Downloaded clap_builder v4.5.31
6282025-02-28T10:15:28.354Z Downloaded pbkdf2 v0.12.2
6292025-02-28T10:15:28.357Z Downloaded publicsuffix v2.3.0
6302025-02-28T10:15:28.360Z Downloaded itertools v0.10.5
6312025-02-28T10:15:28.365Z Downloaded downcast v0.11.0
6322025-02-28T10:15:28.368Z Downloaded tinyvec_macros v0.1.1
6332025-02-28T10:15:28.368Z Downloaded indicatif v0.17.11
6342025-02-28T10:15:28.371Z Downloaded nanorand v0.7.0
6352025-02-28T10:15:28.374Z Downloaded difflib v0.4.0
6362025-02-28T10:15:28.377Z Downloaded pathdiff v0.2.3
6372025-02-28T10:15:28.377Z Downloaded tabled_derive v0.7.0
6382025-02-28T10:15:28.377Z Downloaded hyper-rustls v0.27.3
6392025-02-28T10:15:28.380Z Downloaded newtype-uuid v1.2.1
6402025-02-28T10:15:28.383Z Downloaded icu_normalizer_data v1.5.0
6412025-02-28T10:15:28.386Z Downloaded vte_generate_state_changes v0.1.2
6422025-02-28T10:15:28.386Z Downloaded libm v0.2.8
6432025-02-28T10:15:28.392Z Downloaded unicode-bidi v0.3.17
6442025-02-28T10:15:28.394Z Downloaded plotters v0.3.7
6452025-02-28T10:15:28.403Z Downloaded version_check v0.9.5
6462025-02-28T10:15:28.407Z Downloaded unicode-linebreak v0.1.5
6472025-02-28T10:15:28.407Z Downloaded thiserror-no-std v2.0.2
6482025-02-28T10:15:28.409Z Downloaded embedded-io v0.4.0
6492025-02-28T10:15:28.412Z Downloaded indexmap v2.7.1
6502025-02-28T10:15:28.415Z Downloaded quinn v0.11.5
6512025-02-28T10:15:28.419Z Downloaded sec1 v0.7.3
6522025-02-28T10:15:28.422Z Downloaded concurrent-queue v2.5.0
6532025-02-28T10:15:28.424Z Downloaded reedline v0.35.0
6542025-02-28T10:15:28.430Z Downloaded digest v0.10.7
6552025-02-28T10:15:28.433Z Downloaded vsss-rs v3.3.4
6562025-02-28T10:15:28.435Z Downloaded darling_core v0.20.10
6572025-02-28T10:15:28.439Z Downloaded icu_locid v1.5.0
6582025-02-28T10:15:28.443Z Downloaded pkcs1 v0.7.5
6592025-02-28T10:15:28.446Z Downloaded clang-sys v1.8.1
6602025-02-28T10:15:28.448Z Downloaded thiserror-impl-no-std v2.0.2
6612025-02-28T10:15:28.451Z Downloaded pem v3.0.5
6622025-02-28T10:15:28.452Z Downloaded toml v0.8.20
6632025-02-28T10:15:28.455Z Downloaded icu_collections v1.5.0
6642025-02-28T10:15:28.461Z Downloaded pretty_assertions v1.4.1
6652025-02-28T10:15:28.463Z Downloaded pbkdf2 v0.11.0
6662025-02-28T10:15:28.467Z Downloaded similar v2.6.0
6672025-02-28T10:15:28.469Z Downloaded progenitor-impl v0.9.1
6682025-02-28T10:15:28.472Z Downloaded p256 v0.13.2
6692025-02-28T10:15:28.475Z Downloaded ecdsa v0.16.9
6702025-02-28T10:15:28.478Z Downloaded toml v0.7.8
6712025-02-28T10:15:28.480Z Downloaded vte v0.11.1
6722025-02-28T10:15:28.483Z Downloaded rand_distr v0.4.3
6732025-02-28T10:15:28.486Z Downloaded radix_trie v0.2.1
6742025-02-28T10:15:28.491Z Downloaded minimal-lexical v0.2.1
6752025-02-28T10:15:28.495Z Downloaded derive-where v1.2.7
6762025-02-28T10:15:28.499Z Downloaded rcgen v0.12.1
6772025-02-28T10:15:28.502Z Downloaded rayon-core v1.12.1
6782025-02-28T10:15:28.505Z Downloaded openssl v0.10.71
6792025-02-28T10:15:28.515Z Downloaded vcpkg v0.2.15
6802025-02-28T10:15:28.552Z Downloaded toml_edit v0.19.15
6812025-02-28T10:15:28.567Z Downloaded p521 v0.13.3
6822025-02-28T10:15:28.571Z Downloaded rustls v0.22.4
6832025-02-28T10:15:28.584Z Downloaded const_format v0.2.34
6842025-02-28T10:15:28.588Z Downloaded winnow v0.5.40
6852025-02-28T10:15:28.596Z Downloaded icu_properties v1.5.1
6862025-02-28T10:15:28.599Z Downloaded curve25519-dalek v4.1.3
6872025-02-28T10:15:28.608Z Downloaded winnow v0.7.3
6882025-02-28T10:15:28.617Z Downloaded hickory-proto v0.24.4
6892025-02-28T10:15:28.633Z Downloaded miniz_oxide v0.8.5
6902025-02-28T10:15:28.636Z Downloaded rustls-webpki v0.102.8
6912025-02-28T10:15:28.654Z Downloaded tower v0.5.2
6922025-02-28T10:15:28.662Z Downloaded unicode-width v0.2.0
6932025-02-28T10:15:28.668Z Downloaded winnow v0.6.20
6942025-02-28T10:15:28.676Z Downloaded unicode-width v0.1.14
6952025-02-28T10:15:28.681Z Downloaded rayon v1.10.0
6962025-02-28T10:15:28.690Z Downloaded chrono v0.4.40
6972025-02-28T10:15:28.697Z Downloaded regex v1.11.1
6982025-02-28T10:15:28.710Z Downloaded icu_properties_data v1.5.0
6992025-02-28T10:15:28.720Z Downloaded nix v0.27.1
7002025-02-28T10:15:28.730Z Downloaded mio v1.0.2
7012025-02-28T10:15:28.736Z Downloaded webpki-roots v0.26.6
7022025-02-28T10:15:28.740Z Downloaded tough v0.19.0
7032025-02-28T10:15:28.748Z Downloaded sled v0.34.7
7042025-02-28T10:15:28.757Z Downloaded smoltcp v0.11.0
7052025-02-28T10:15:28.769Z Downloaded openapiv3 v2.0.0
7062025-02-28T10:15:28.781Z Downloaded quick-xml v0.37.2
7072025-02-28T10:15:28.786Z Downloaded zerocopy v0.8.10
7082025-02-28T10:15:28.809Z Downloaded polar-core v0.27.3
7092025-02-28T10:15:28.816Z Downloaded typify-impl v0.3.0
7102025-02-28T10:15:28.830Z Downloaded regex-syntax v0.6.29
7112025-02-28T10:15:28.837Z Downloaded rustix v0.37.28
7122025-02-28T10:15:28.855Z Downloaded idna v1.0.3
7132025-02-28T10:15:28.859Z Downloaded petname v2.0.2
7142025-02-28T10:15:28.865Z Downloaded zip v2.1.3
7152025-02-28T10:15:28.868Z Downloaded rustls v0.21.12
7162025-02-28T10:15:28.879Z Downloaded serde_json v1.0.139
7172025-02-28T10:15:28.886Z Downloaded quinn-proto v0.11.8
7182025-02-28T10:15:28.892Z Downloaded syn v2.0.98
7192025-02-28T10:15:28.903Z Downloaded libc v0.2.170
7202025-02-28T10:15:28.933Z Downloaded lalrpop v0.19.12
7212025-02-28T10:15:28.939Z Downloaded rustix v0.38.37
7222025-02-28T10:15:28.961Z Downloaded tabled v0.15.0
7232025-02-28T10:15:28.976Z Downloaded reqwest v0.12.12
7242025-02-28T10:15:28.984Z Downloaded nix v0.29.0
7252025-02-28T10:15:28.996Z Downloaded object v0.30.4
7262025-02-28T10:15:29.005Z Downloaded regress v0.9.1
7272025-02-28T10:15:29.013Z Downloaded nix v0.28.0
7282025-02-28T10:15:29.025Z Downloaded tabled v0.18.0
7292025-02-28T10:15:29.043Z Downloaded smoltcp v0.9.1
7302025-02-28T10:15:29.053Z Downloaded dropshot v0.12.0
7312025-02-28T10:15:29.096Z Downloaded object v0.36.5
7322025-02-28T10:15:29.112Z Downloaded libz-sys v1.1.20
7332025-02-28T10:15:29.135Z Downloaded regex-syntax v0.8.5
7342025-02-28T10:15:29.144Z Downloaded typify-impl v0.2.0
7352025-02-28T10:15:29.157Z Downloaded bstr v1.10.0
7362025-02-28T10:15:29.167Z Downloaded chrono-tz v0.10.1
7372025-02-28T10:15:29.174Z Downloaded rustls v0.23.19
7382025-02-28T10:15:29.186Z Downloaded diesel v2.2.7
7392025-02-28T10:15:29.204Z Downloaded dropshot v0.16.0
7402025-02-28T10:15:29.226Z Downloaded ratatui v0.29.0
7412025-02-28T10:15:29.254Z Downloaded zip v0.6.6
7422025-02-28T10:15:29.258Z Downloaded regress v0.10.1
7432025-02-28T10:15:29.266Z Downloaded syn v1.0.109
7442025-02-28T10:15:29.276Z Downloaded vergen v8.3.2
7452025-02-28T10:15:29.279Z Downloaded oso v0.27.3
7462025-02-28T10:15:29.282Z Downloaded scroll v0.12.0
7472025-02-28T10:15:29.285Z Downloaded elliptic-curve v0.13.8
7482025-02-28T10:15:29.288Z Downloaded p384 v0.13.0
7492025-02-28T10:15:29.292Z Downloaded unicode-normalization v0.1.24
7502025-02-28T10:15:29.295Z Downloaded const-oid v0.9.6
7512025-02-28T10:15:29.298Z Downloaded zerocopy-derive v0.6.6
7522025-02-28T10:15:29.306Z Downloaded regex-automata v0.4.8
7532025-02-28T10:15:29.322Z Downloaded httpmock v0.8.0-alpha.1
7542025-02-28T10:15:29.343Z Downloaded bzip2-sys v0.1.11+1.0.8
7552025-02-28T10:15:29.351Z Downloaded serde_with v3.11.0
7562025-02-28T10:15:29.359Z Downloaded ssh-key v0.6.6
7572025-02-28T10:15:29.368Z Downloaded rand v0.9.0
7582025-02-28T10:15:29.372Z Downloaded serde_derive_internals v0.29.1
7592025-02-28T10:15:29.374Z Downloaded console v0.15.10
7602025-02-28T10:15:29.377Z Downloaded maplit v1.0.2
7612025-02-28T10:15:29.377Z Downloaded ucd-trie v0.1.7
7622025-02-28T10:15:29.380Z Downloaded unicode-segmentation v1.12.0
7632025-02-28T10:15:29.383Z Downloaded tokio-util v0.7.13
7642025-02-28T10:15:29.388Z Downloaded gimli v0.31.1
7652025-02-28T10:15:29.397Z Downloaded resolv-conf v0.7.0
7662025-02-28T10:15:29.400Z Downloaded cipher v0.4.4
7672025-02-28T10:15:29.402Z Downloaded ring v0.17.11
7682025-02-28T10:15:29.442Z Downloaded petgraph v0.6.5
7692025-02-28T10:15:29.458Z Downloaded scheduled-thread-pool v0.2.7
7702025-02-28T10:15:29.461Z Downloaded smallvec v1.14.0
7712025-02-28T10:15:29.461Z Downloaded slog-term v2.9.1
7722025-02-28T10:15:29.464Z Downloaded rustc_version v0.4.1
7732025-02-28T10:15:29.467Z Downloaded progenitor-impl v0.8.0
7742025-02-28T10:15:29.467Z Downloaded thiserror-impl v2.0.11
7752025-02-28T10:15:29.470Z Downloaded daft-derive v0.1.1
7762025-02-28T10:15:29.473Z Downloaded petgraph v0.7.1
7772025-02-28T10:15:29.489Z Downloaded diff v0.1.13
7782025-02-28T10:15:29.492Z Downloaded compact_str v0.8.0
7792025-02-28T10:15:29.496Z Downloaded rustls-webpki v0.101.7
7802025-02-28T10:15:29.509Z Downloaded postgres-types v0.2.9
7812025-02-28T10:15:29.512Z Downloaded sha3 v0.10.8
7822025-02-28T10:15:29.516Z Downloaded lzma-sys v0.1.20
7832025-02-28T10:15:29.545Z Downloaded tokio v1.43.0
7842025-02-28T10:15:29.583Z Downloaded tinyvec v1.8.0
7852025-02-28T10:15:29.585Z Downloaded csv v1.3.1
7862025-02-28T10:15:29.604Z Downloaded serde_derive v1.0.218
7872025-02-28T10:15:29.607Z Downloaded diesel_derives v2.2.3
7882025-02-28T10:15:29.610Z Downloaded tracing v0.1.40
7892025-02-28T10:15:29.616Z Downloaded bitvec v1.0.1
7902025-02-28T10:15:29.630Z Downloaded russh v0.45.0
7912025-02-28T10:15:29.635Z Downloaded libxml v0.3.3
7922025-02-28T10:15:29.640Z Downloaded serde_plain v1.0.2
7932025-02-28T10:15:29.643Z Downloaded rustc_version v0.1.7
7942025-02-28T10:15:29.643Z Downloaded pkcs5 v0.7.1
7952025-02-28T10:15:29.646Z Downloaded der_derive v0.7.3
7962025-02-28T10:15:29.649Z Downloaded darling v0.20.10
7972025-02-28T10:15:29.651Z Downloaded pkcs8 v0.10.2
7982025-02-28T10:15:29.654Z Downloaded libgit2-sys v0.17.0+1.8.1
7992025-02-28T10:15:29.711Z Downloaded parking_lot_core v0.9.10
8002025-02-28T10:15:29.714Z Downloaded snafu v0.8.5
8012025-02-28T10:15:29.719Z Downloaded parking_lot v0.11.2
8022025-02-28T10:15:29.722Z Downloaded papergrid v0.11.0
8032025-02-28T10:15:29.725Z Downloaded ed25519-dalek v2.1.1
8042025-02-28T10:15:29.728Z Downloaded signature v2.2.0
8052025-02-28T10:15:29.731Z Downloaded serde_regex v1.1.0
8062025-02-28T10:15:29.731Z Downloaded libloading v0.8.5
8072025-02-28T10:15:29.734Z Downloaded tungstenite v0.21.0
8082025-02-28T10:15:29.736Z Downloaded tempfile v3.13.0
8092025-02-28T10:15:29.739Z Downloaded parse-display v0.10.0
8102025-02-28T10:15:29.742Z Downloaded macaddr v1.0.1
8112025-02-28T10:15:29.742Z Downloaded lru v0.12.5
8122025-02-28T10:15:29.742Z Downloaded strsim v0.11.1
8132025-02-28T10:15:29.745Z Downloaded serde-hex v0.1.0
8142025-02-28T10:15:29.745Z Downloaded kv-log-macro v1.0.7
8152025-02-28T10:15:29.747Z Downloaded ipnet v2.11.0
8162025-02-28T10:15:29.750Z Downloaded dropshot_endpoint v0.12.0
8172025-02-28T10:15:29.752Z Downloaded cookie v0.18.1
8182025-02-28T10:15:29.752Z Downloaded portable-atomic v1.9.0
8192025-02-28T10:15:29.759Z Downloaded packed_struct v0.10.1
8202025-02-28T10:15:29.762Z Downloaded postgres-protocol v0.6.8
8212025-02-28T10:15:29.764Z Downloaded encoding_rs v0.8.34
8222025-02-28T10:15:29.785Z Downloaded postcard v1.0.10
8232025-02-28T10:15:29.788Z Downloaded unicode-properties v0.1.3
8242025-02-28T10:15:29.788Z Downloaded hyper v1.6.0
8252025-02-28T10:15:29.795Z Downloaded zerovec-derive v0.10.3
8262025-02-28T10:15:29.797Z Downloaded zerovec v0.10.4
8272025-02-28T10:15:29.801Z Downloaded itertools v0.14.0
8282025-02-28T10:15:29.808Z Downloaded slog-dtrace v0.3.0
8292025-02-28T10:15:29.811Z Downloaded rstest v0.24.0
8302025-02-28T10:15:29.815Z Downloaded rstest_macros v0.24.0
8312025-02-28T10:15:29.818Z Downloaded lru-cache v0.1.2
8322025-02-28T10:15:29.821Z Downloaded lazy_static v1.5.0
8332025-02-28T10:15:29.821Z Downloaded slog-stdlog v4.1.1
8342025-02-28T10:15:29.824Z Downloaded sct v0.7.1
8352025-02-28T10:15:29.826Z Downloaded num-bigint-dig v0.8.4
8362025-02-28T10:15:29.831Z Downloaded waitgroup v0.1.2
8372025-02-28T10:15:29.839Z Downloaded crc-any v2.5.0
8382025-02-28T10:15:29.839Z Downloaded test-strategy v0.4.0
8392025-02-28T10:15:29.839Z Downloaded rustyline v14.0.0
8402025-02-28T10:15:29.843Z Downloaded strip-ansi-escapes v0.2.0
8412025-02-28T10:15:29.843Z Downloaded ssh-encoding v0.2.0
8422025-02-28T10:15:29.846Z Downloaded libsw v3.4.0
8432025-02-28T10:15:29.846Z Downloaded russh-keys v0.45.0
8442025-02-28T10:15:29.848Z Downloaded powerfmt v0.2.0
8452025-02-28T10:15:29.848Z Downloaded zerocopy v0.7.35
8462025-02-28T10:15:29.863Z Downloaded typed-path v0.9.3
8472025-02-28T10:15:29.869Z Downloaded crossterm v0.28.1
8482025-02-28T10:15:29.875Z Downloaded blake3 v1.5.4
8492025-02-28T10:15:29.882Z Downloaded ed25519 v2.2.3
8502025-02-28T10:15:29.885Z Downloaded defmt-parser v0.3.4
8512025-02-28T10:15:29.885Z Downloaded defmt-macros v0.3.9
8522025-02-28T10:15:29.887Z Downloaded jobserver v0.1.32
8532025-02-28T10:15:29.890Z Downloaded mockall v0.13.1
8542025-02-28T10:15:29.893Z Downloaded quote v1.0.38
8552025-02-28T10:15:29.893Z Downloaded indoc v1.0.9
8562025-02-28T10:15:29.896Z Downloaded zone v0.3.0
8572025-02-28T10:15:29.898Z Downloaded utf8_iter v1.0.4
8582025-02-28T10:15:29.898Z Downloaded utf16_iter v1.0.5
8592025-02-28T10:15:29.898Z Downloaded universal-hash v0.5.1
8602025-02-28T10:15:29.901Z Downloaded hkdf v0.12.4
8612025-02-28T10:15:29.901Z Downloaded derive_builder v0.20.2
8622025-02-28T10:15:29.905Z Downloaded linear-map v1.2.0
8632025-02-28T10:15:29.907Z Downloaded thiserror v2.0.11
8642025-02-28T10:15:29.911Z Downloaded hashbrown v0.15.1
8652025-02-28T10:15:29.916Z Downloaded password-hash v0.4.2
8662025-02-28T10:15:29.919Z Downloaded derive_builder_macro v0.20.2
8672025-02-28T10:15:29.919Z Downloaded proc-macro-error-attr2 v2.0.0
8682025-02-28T10:15:29.921Z Downloaded memchr v2.7.4
8692025-02-28T10:15:29.924Z Downloaded peg-macros v0.8.4
8702025-02-28T10:15:29.927Z Downloaded slab v0.4.9
8712025-02-28T10:15:29.927Z Downloaded signal-hook-tokio v0.3.1
8722025-02-28T10:15:29.930Z Downloaded num_cpus v1.16.0
8732025-02-28T10:15:29.934Z Downloaded owo-colors v4.2.0
8742025-02-28T10:15:29.935Z Downloaded tokio-postgres v0.7.13
8752025-02-28T10:15:29.938Z Downloaded target-spec v3.4.2
8762025-02-28T10:15:29.940Z Downloaded serde_with_macros v3.11.0
8772025-02-28T10:15:29.943Z Downloaded crypto-bigint v0.5.5
8782025-02-28T10:15:29.946Z Downloaded clap_derive v4.5.28
8792025-02-28T10:15:29.949Z Downloaded embedded-io v0.6.1
8802025-02-28T10:15:29.952Z Downloaded displaydoc v0.2.5
8812025-02-28T10:15:29.954Z Downloaded hashbrown v0.13.2
8822025-02-28T10:15:29.957Z Downloaded usdt-impl v0.5.0
8832025-02-28T10:15:29.959Z Downloaded twox-hash v2.1.0
8842025-02-28T10:15:29.962Z Downloaded socket2 v0.5.8
8852025-02-28T10:15:29.962Z Downloaded cc v1.2.15
8862025-02-28T10:15:29.965Z Downloaded ena v0.14.3
8872025-02-28T10:15:29.968Z Downloaded tokio-tungstenite v0.24.0
8882025-02-28T10:15:29.970Z Downloaded tokio-tungstenite v0.23.1
8892025-02-28T10:15:29.976Z Downloaded parking_lot v0.12.3
8902025-02-28T10:15:29.976Z Downloaded debug-ignore v1.0.5
8912025-02-28T10:15:29.979Z Downloaded datatest-stable v0.2.9
8922025-02-28T10:15:29.979Z Downloaded data-encoding v2.6.0
8932025-02-28T10:15:29.979Z Downloaded value-bag v1.9.0
8942025-02-28T10:15:29.982Z Downloaded nested v0.1.1
8952025-02-28T10:15:29.982Z Downloaded lockfree-object-pool v0.1.6
8962025-02-28T10:15:29.985Z Downloaded password-hash v0.5.0
8972025-02-28T10:15:29.985Z Downloaded smf v0.2.3
8982025-02-28T10:15:29.987Z Downloaded smawk v0.3.2
8992025-02-28T10:15:29.987Z Downloaded typify v0.3.0
9002025-02-28T10:15:29.990Z Downloaded trybuild v1.0.103
9012025-02-28T10:15:29.995Z Downloaded ron v0.8.1
9022025-02-28T10:15:30.000Z Downloaded aes-gcm v0.10.3
9032025-02-28T10:15:30.003Z Downloaded hashbrown v0.12.3
9042025-02-28T10:15:30.008Z Downloaded fancy-regex v0.13.0
9052025-02-28T10:15:30.011Z Downloaded zerocopy v0.6.6
9062025-02-28T10:15:30.014Z Downloaded backtrace v0.3.74
9072025-02-28T10:15:30.017Z Downloaded stringmetrics v2.2.2
9082025-02-28T10:15:30.020Z Downloaded string_cache v0.8.7
9092025-02-28T10:15:30.023Z Downloaded stable_deref_trait v1.2.0
9102025-02-28T10:15:30.023Z Downloaded crossbeam-utils v0.8.20
9112025-02-28T10:15:30.027Z Downloaded siphasher v0.3.11
9122025-02-28T10:15:30.027Z Downloaded similar-asserts v1.6.1
9132025-02-28T10:15:30.030Z Downloaded progenitor v0.8.0
9142025-02-28T10:15:30.030Z Downloaded phf_codegen v0.11.2
9152025-02-28T10:15:30.030Z Downloaded yasna v0.5.2
9162025-02-28T10:15:30.032Z Downloaded signal-hook v0.3.17
9172025-02-28T10:15:30.035Z Downloaded heapless v0.8.0
9182025-02-28T10:15:30.038Z Downloaded ron v0.7.1
9192025-02-28T10:15:30.041Z Downloaded plain v0.2.3
9202025-02-28T10:15:30.044Z Downloaded bumpalo v3.16.0
9212025-02-28T10:15:30.047Z Downloaded arc-swap v1.7.1
9222025-02-28T10:15:30.049Z Downloaded xattr v1.3.1
9232025-02-28T10:15:30.052Z Downloaded xz2 v0.1.7
9242025-02-28T10:15:30.052Z Downloaded semver v1.0.25
9252025-02-28T10:15:30.055Z Downloaded termcolor v1.4.1
9262025-02-28T10:15:30.055Z Downloaded strum_macros v0.26.4
9272025-02-28T10:15:30.058Z Downloaded event-listener v5.3.1
9282025-02-28T10:15:30.061Z Downloaded termios v0.3.3
9292025-02-28T10:15:30.061Z Downloaded terminal_size v0.4.0
9302025-02-28T10:15:30.063Z Downloaded tabwriter v1.4.0
9312025-02-28T10:15:30.063Z Downloaded tabled_derive v0.10.0
9322025-02-28T10:15:30.066Z Downloaded heck v0.5.0
9332025-02-28T10:15:30.066Z Downloaded secrecy v0.8.0
9342025-02-28T10:15:30.066Z Downloaded httparse v1.9.5
9352025-02-28T10:15:30.069Z Downloaded getrandom v0.3.1
9362025-02-28T10:15:30.071Z Downloaded proc-macro-crate v3.2.0
9372025-02-28T10:15:30.074Z Downloaded httptest v0.16.3
9382025-02-28T10:15:30.074Z Downloaded half v2.4.1
9392025-02-28T10:15:30.076Z Downloaded arrayvec v0.7.6
9402025-02-28T10:15:30.080Z Downloaded blake2b_simd v1.0.2
9412025-02-28T10:15:30.082Z Downloaded anyhow v1.0.96
9422025-02-28T10:15:30.085Z Downloaded globset v0.4.15
9432025-02-28T10:15:30.085Z Downloaded cargo_metadata v0.19.1
9442025-02-28T10:15:30.088Z Downloaded camino-tempfile v1.1.1
9452025-02-28T10:15:30.091Z Downloaded async-process v2.3.0
9462025-02-28T10:15:30.091Z Downloaded assert_cmd v2.0.16
9472025-02-28T10:15:30.093Z Downloaded futures-macro v0.3.31
9482025-02-28T10:15:30.093Z Downloaded ff v0.13.0
9492025-02-28T10:15:30.096Z Downloaded hash32 v0.2.1
9502025-02-28T10:15:30.096Z Downloaded group v0.13.0
9512025-02-28T10:15:30.098Z Downloaded generic-array v0.14.7
9522025-02-28T10:15:30.099Z Downloaded funty v2.0.0
9532025-02-28T10:15:30.101Z Downloaded fs_extra v1.3.0
9542025-02-28T10:15:30.101Z Downloaded cassowary v0.3.0
9552025-02-28T10:15:30.104Z Downloaded cargo_metadata v0.18.1
9562025-02-28T10:15:30.104Z Downloaded cancel-safe-futures v0.1.5
9572025-02-28T10:15:30.107Z Downloaded camino v1.1.9
9582025-02-28T10:15:30.109Z Downloaded bzip2 v0.4.4
9592025-02-28T10:15:30.109Z Downloaded blocking v1.6.1
9602025-02-28T10:15:30.112Z Downloaded bit-vec v0.8.0
9612025-02-28T10:15:30.112Z Downloaded bcs v0.1.6
9622025-02-28T10:15:30.115Z Downloaded base64ct v1.6.0
9632025-02-28T10:15:30.118Z Downloaded async-trait v0.1.86
9642025-02-28T10:15:30.121Z Downloaded async-task v4.7.1
9652025-02-28T10:15:30.123Z Downloaded async-executor v1.13.1
9662025-02-28T10:15:30.123Z Downloaded argon2 v0.5.3
9672025-02-28T10:15:30.126Z Downloaded futures-channel v0.3.31
9682025-02-28T10:15:30.129Z Downloaded guppy-workspace-hack v0.1.0
9692025-02-28T10:15:30.129Z Downloaded fxhash v0.2.1
9702025-02-28T10:15:30.129Z Downloaded cargo-platform v0.1.8
9712025-02-28T10:15:30.129Z Downloaded async-channel v1.9.0
9722025-02-28T10:15:30.132Z Downloaded backoff v0.4.0
9732025-02-28T10:15:30.132Z Downloaded futures-task v0.3.31
9742025-02-28T10:15:30.135Z Downloaded futures-sink v0.3.31
9752025-02-28T10:15:30.135Z Downloaded futures-executor v0.3.31
9762025-02-28T10:15:30.138Z Downloaded futures-core v0.3.31
9772025-02-28T10:15:30.138Z Downloaded form_urlencoded v1.2.1
9782025-02-28T10:15:30.138Z Downloaded arrayref v0.3.9
9792025-02-28T10:15:30.140Z Downloaded fixedbitset v0.5.7
9802025-02-28T10:15:30.140Z Downloaded async-stream v0.3.6
9812025-02-28T10:15:30.143Z Downloaded foreign-types-shared v0.1.1
9822025-02-28T10:15:30.143Z Downloaded foreign-types v0.3.2
9832025-02-28T10:15:30.143Z Downloaded flate2 v1.1.0
9842025-02-28T10:15:30.148Z Downloaded ahash v0.8.11
9852025-02-28T10:15:30.151Z Downloaded block-buffer v0.10.4
9862025-02-28T10:15:30.153Z Downloaded async-global-executor v2.4.1
9872025-02-28T10:15:30.153Z Downloaded assert_matches v1.5.0
9882025-02-28T10:15:30.156Z Downloaded assert-json-diff v2.0.2
9892025-02-28T10:15:30.156Z Downloaded anstyle v1.0.10
9902025-02-28T10:15:30.159Z Downloaded byteorder v1.5.0
9912025-02-28T10:15:30.159Z Downloaded ascii-canvas v3.0.0
9922025-02-28T10:15:30.161Z Downloaded castaway v0.2.3
9932025-02-28T10:15:30.161Z Downloaded cast v0.3.0
9942025-02-28T10:15:30.164Z Downloaded block-padding v0.3.3
9952025-02-28T10:15:30.164Z Downloaded bb8 v0.8.5
9962025-02-28T10:15:30.164Z Downloaded anstyle-query v1.1.1
9972025-02-28T10:15:30.452Z Downloaded aws-lc-sys v0.26.0
9982025-02-28T10:15:30.957Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9992025-02-28T10:15:35.395Zpkg list: illegal option -- F
10002025-02-28T10:15:35.395ZUsage:
10012025-02-28T10:15:35.398Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
10022025-02-28T10:15:35.398Z [pkg_fmri_pattern ...]
10032025-02-28T10:15:36.300Zpkg list: illegal option -- F
10042025-02-28T10:15:36.300ZUsage:
10052025-02-28T10:15:36.309Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
10062025-02-28T10:15:36.309Z [pkg_fmri_pattern ...]
10072025-02-28T10:15:44.193Z Startup: Refreshing catalog 'helios-dev' ... Done
10082025-02-28T10:15:48.644Z Startup: Caching catalogs ... Done
10092025-02-28T10:16:01.906ZPlanning: Solver setup ... Done (12.344s)
10102025-02-28T10:16:02.060ZPlanning: Running solver ... Done (0.154s)
10112025-02-28T10:16:02.249ZPlanning: Finding local manifests ... Done (0.079s)
10122025-02-28T10:16:02.385ZPlanning: Fetching manifests: 0/7 0% complete
10132025-02-28T10:16:02.787ZPlanning: Fetching manifests: 7/7 100% complete
10142025-02-28T10:16:03.014ZPlanning: Package planning ... Done (0.226s)
10152025-02-28T10:16:03.070ZPlanning: Merging actions ... Done (0.056s)
10162025-02-28T10:16:03.466ZPlanning: Checking for conflicting actions ... Done (0.395s)
10172025-02-28T10:16:06.919ZPlanning: Consolidating action changes ... Done (3.451s)
10182025-02-28T10:16:07.364ZPlanning: Evaluating mediators ... Done (0.445s)
10192025-02-28T10:16:07.610ZPlanning: Planning completed in 18.89 seconds
10202025-02-28T10:16:07.626Z Packages to install: 4
10212025-02-28T10:16:07.626Z Packages to update: 3
10222025-02-28T10:16:07.629Z Mediators to change: 2
10232025-02-28T10:16:07.629Z Services to change: 1
10242025-02-28T10:16:07.629Z Estimated space available: 155.37 GB
10252025-02-28T10:16:07.630ZEstimated space to be consumed: 1.66 GB
10262025-02-28T10:16:07.630Z Create boot environment: No
10272025-02-28T10:16:07.630ZCreate backup boot environment: Yes
10282025-02-28T10:16:07.630Z Rebuild boot archive: No
10292025-02-28T10:16:07.630Z
10302025-02-28T10:16:07.630ZChanged mediators:
10312025-02-28T10:16:07.630Z mediator clang:
10322025-02-28T10:16:07.630Z version: None -> 15 (system default)
10332025-02-28T10:16:07.630Z
10342025-02-28T10:16:07.630Z mediator llvm:
10352025-02-28T10:16:07.630Z version: 14 (system default) -> 15 (system default)
10362025-02-28T10:16:07.630Z
10372025-02-28T10:16:07.630ZChanged packages:
10382025-02-28T10:16:07.630Zhelios-dev
10392025-02-28T10:16:07.630Z developer/build-essential
10402025-02-28T10:16:07.630Z None -> 11-2.0
10412025-02-28T10:16:07.630Z library/libxmlsec1
10422025-02-28T10:16:07.630Z None -> 1.2.35-2.0
10432025-02-28T10:16:07.630Z ooce/developer/clang-15
10442025-02-28T10:16:07.630Z None -> 15.0.7-2.0
10452025-02-28T10:16:07.630Z ooce/developer/llvm-15
10462025-02-28T10:16:07.630Z None -> 15.0.7-2.0
10472025-02-28T10:16:07.630Z package/pkg
10482025-02-28T10:16:07.630Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10492025-02-28T10:16:07.630Z system/library/g++-runtime
10502025-02-28T10:16:07.630Z 13-2.0 -> 14-2.0
10512025-02-28T10:16:07.630Z system/library/gcc-runtime
10522025-02-28T10:16:07.630Z 13-2.0 -> 14-2.0
10532025-02-28T10:16:07.630Z
10542025-02-28T10:16:07.630ZServices:
10552025-02-28T10:16:07.630Z restart_fmri:
10562025-02-28T10:16:07.630Z svc:/system/update-man-index:default
10572025-02-28T10:16:07.630Z
10582025-02-28T10:16:07.630ZEditable files to change:
10592025-02-28T10:16:07.630Z Update:
10602025-02-28T10:16:07.630Z usr/share/lib/pkg/web/config.shtml
10612025-02-28T10:16:07.787Z
10622025-02-28T10:16:07.787ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10632025-02-28T10:16:13.939ZDownload: 213/4301 items 1.3/225.4MB 0% complete (643k/s)
10642025-02-28T10:16:18.948ZDownload: 819/4301 items 18.7/225.4MB 8% complete (1.8M/s)
10652025-02-28T10:16:24.537ZDownload: 1194/4301 items 83.2/225.4MB 36% complete (8.1M/s)
10662025-02-28T10:16:33.329ZDownload: 1197/4301 items 83.5/225.4MB 37% complete (7.5M/s)
10672025-02-28T10:16:40.907ZDownload: 1198/4301 items 83.5/225.4MB 37% complete
10682025-02-28T10:16:45.910ZDownload: 1770/4301 items 118.3/225.4MB 52% complete (7.3M/s)
10692025-02-28T10:16:51.281ZDownload: 2221/4301 items 119.2/225.4MB 52% complete (4.2M/s)
10702025-02-28T10:16:56.236ZDownload: 2632/4301 items 120.5/225.4MB 53% complete (223k/s)
10712025-02-28T10:17:01.480ZDownload: 3246/4301 items 202.1/225.4MB 89% complete (8.3M/s)
10722025-02-28T10:17:06.504ZDownload: 4199/4301 items 220.5/225.4MB 97% complete (10.0M/s)
10732025-02-28T10:17:11.236ZDownload: Completed 225.42 MB in 63.42 seconds (3.5M/s)
10742025-02-28T10:17:13.455Z Actions: 1/5122 actions (Removing old actions)
10752025-02-28T10:17:13.480Z Actions: 194/5122 actions (Installing new actions)
10762025-02-28T10:17:18.407Z Actions: 4267/5122 actions (Updating modified actions)
10772025-02-28T10:17:18.942Z Actions: Completed 5122 actions in 5.48 seconds.
10782025-02-28T10:17:19.360Z Done (0.410s)
10792025-02-28T10:17:19.363Z Done (0.002s)
10802025-02-28T10:17:19.972Z Done (0.607s)
10812025-02-28T10:17:25.179Z Done (4.967s)
10822025-02-28T10:17:25.587Z Done (0.338s)
10832025-02-28T10:17:25.590Z Done (0.000s)
10842025-02-28T10:17:25.778Z Done (0.000s)
10852025-02-28T10:17:26.490ZPlanning: Evaluating mediator changes ... Done
10862025-02-28T10:17:26.655ZPlanning: Checking for conflicting actions ... Done
10872025-02-28T10:17:26.658ZPlanning: Consolidating action changes ... Done
10882025-02-28T10:17:26.934ZPlanning: Evaluating mediators ... Done
10892025-02-28T10:17:26.937ZPlanning: Planning completed in 0.44 seconds
10902025-02-28T10:17:26.977Z Mediators to change: 2
10912025-02-28T10:17:26.980Z Create boot environment: No
10922025-02-28T10:17:26.980ZCreate backup boot environment: No
10932025-02-28T10:17:27.085Z Done
10942025-02-28T10:17:27.085Z Done
10952025-02-28T10:17:27.515Z Done
10962025-02-28T10:17:31.139Z Done
10972025-02-28T10:17:31.234Z Done
10982025-02-28T10:17:31.237Z Done
10992025-02-28T10:17:31.360Z Done
11002025-02-28T10:17:31.970ZPlanning: Evaluating mediator changes ... Done
11012025-02-28T10:17:31.973ZPlanning: Merging actions ... Done
11022025-02-28T10:17:32.161ZPlanning: Checking for conflicting actions ... Done
11032025-02-28T10:17:32.166ZPlanning: Consolidating action changes ... Done
11042025-02-28T10:17:32.428ZPlanning: Evaluating mediators ... Done
11052025-02-28T10:17:32.483ZPlanning: Planning completed in 0.76 seconds
11062025-02-28T10:17:32.524Z Packages to change: 1
11072025-02-28T10:17:32.524Z Mediators to change: 1
11082025-02-28T10:17:32.526Z Services to change: 1
11092025-02-28T10:17:32.526Z Create boot environment: No
11102025-02-28T10:17:32.527ZCreate backup boot environment: Yes
11112025-02-28T10:17:33.883Z Actions: 1/6 actions (Updating modified actions)
11122025-02-28T10:17:33.902Z Actions: Completed 6 actions in 0.00 seconds.
11132025-02-28T10:17:33.902Z Done
11142025-02-28T10:17:33.902Z Done
11152025-02-28T10:17:33.902Z Done
11162025-02-28T10:17:37.455Z Done
11172025-02-28T10:17:37.542Z Done
11182025-02-28T10:17:37.545Z Done
11192025-02-28T10:17:37.690Z Done
11202025-02-28T10:17:38.120ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11212025-02-28T10:17:38.120Zclang system 15 system
11222025-02-28T10:17:38.120Zcsh system system illumos
11232025-02-28T10:17:38.120Zctags system system illumos
11242025-02-28T10:17:38.120Zgcc vendor 12 vendor
11252025-02-28T10:17:38.120Zgcc system 10 system
11262025-02-28T10:17:38.120Zgcc system 7 system
11272025-02-28T10:17:38.120Zgo system 1.20 system
11282025-02-28T10:17:38.120Zgo system 1.19 system
11292025-02-28T10:17:38.120Zllvm system 15 system
11302025-02-28T10:17:38.120Zllvm system 14 system
11312025-02-28T10:17:38.120Zmariadb system 10.6 system
11322025-02-28T10:17:38.120Zmta vendor vendor dma
11332025-02-28T10:17:38.120Zopenjdk system 17 system
11342025-02-28T10:17:38.120Zopenjdk system 11 system
11352025-02-28T10:17:38.120Zopenjdk system 1.8 system
11362025-02-28T10:17:38.120Zopenssl vendor 3 vendor
11372025-02-28T10:17:38.120Zperl system 5.36 system
11382025-02-28T10:17:38.120Zpostgresql system 15 system
11392025-02-28T10:17:38.120Zpostgresql system 13 system
11402025-02-28T10:17:38.120Zpython vendor 3 vendor
11412025-02-28T10:17:38.120Zpython system 2 system
11422025-02-28T10:17:38.120Zpython3 system 3.11 system
11432025-02-28T10:17:38.120Zruby system 3.0 system
11442025-02-28T10:17:38.120Zwords vendor vendor american-english
11452025-02-28T10:17:38.120Zwords system system australian-english
11462025-02-28T10:17:38.120Zwords system system british-english
11472025-02-28T10:17:38.120Zwords system system canadian-english
11482025-02-28T10:17:38.121Zwords system system french
11492025-02-28T10:17:38.121Zwords system system italian
11502025-02-28T10:17:38.121Zwords system system ngerman
11512025-02-28T10:17:38.121Zwords system system ogerman
11522025-02-28T10:17:38.121Zwords system system spanish
11532025-02-28T10:17:38.457ZPUBLISHER TYPE STATUS P LOCATION
11542025-02-28T10:17:38.457Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11552025-02-28T10:17:41.508ZFMRI IFO
11562025-02-28T10:17:41.508Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11572025-02-28T10:17:41.508Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11582025-02-28T10:17:41.508Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11592025-02-28T10:17:41.508Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11602025-02-28T10:17:41.508Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11612025-02-28T10:17:41.508Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11622025-02-28T10:17:41.509Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11632025-02-28T10:17:41.509Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11642025-02-28T10:17:41.509Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11652025-02-28T10:17:41.509Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11662025-02-28T10:17:41.509Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11672025-02-28T10:17:41.509Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11682025-02-28T10:17:41.509Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11692025-02-28T10:17:41.509Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11702025-02-28T10:17:41.509Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11712025-02-28T10:17:42.606Z Downloading crates ...
11722025-02-28T10:17:42.733Z Downloaded cargo_toml v0.21.0
11732025-02-28T10:17:42.877Z Compiling proc-macro2 v1.0.93
11742025-02-28T10:17:42.880Z Compiling unicode-ident v1.0.14
11752025-02-28T10:17:42.880Z Compiling libc v0.2.170
11762025-02-28T10:17:42.880Z Compiling serde v1.0.218
11772025-02-28T10:17:42.880Z Compiling version_check v0.9.5
11782025-02-28T10:17:42.880Z Compiling memchr v2.7.4
11792025-02-28T10:17:42.900Z Compiling thiserror v1.0.69
11802025-02-28T10:17:42.904Z Compiling ucd-trie v0.1.7
11812025-02-28T10:17:43.149Z Compiling itoa v1.0.11
11822025-02-28T10:17:43.369Z Compiling ryu v1.0.18
11832025-02-28T10:17:43.414Z Compiling once_cell v1.20.3
11842025-02-28T10:17:43.611Z Compiling byteorder v1.5.0
11852025-02-28T10:17:43.695Z Compiling serde_json v1.0.139
11862025-02-28T10:17:43.849Z Compiling rustix v0.38.37
11872025-02-28T10:17:44.036Z Compiling bitflags v2.6.0
11882025-02-28T10:17:44.142Z Compiling proc-macro-error-attr v1.0.4
11892025-02-28T10:17:44.356Z Compiling usdt-impl v0.5.0
11902025-02-28T10:17:44.394Z Compiling syn v1.0.109
11912025-02-28T10:17:44.408Z Compiling io-lifetimes v1.0.11
11922025-02-28T10:17:44.499Z Compiling proc-macro-error v1.0.4
11932025-02-28T10:17:44.677Z Compiling quote v1.0.38
11942025-02-28T10:17:44.713Z Compiling errno v0.3.9
11952025-02-28T10:17:44.952Z Compiling equivalent v1.0.1
11962025-02-28T10:17:44.966Z Compiling utf8parse v0.2.2
11972025-02-28T10:17:44.997Z Compiling rustix v0.37.28
11982025-02-28T10:17:45.073Z Compiling syn v2.0.98
11992025-02-28T10:17:45.129Z Compiling thread-id v4.2.2
12002025-02-28T10:17:45.132Z Compiling log v0.4.22
12012025-02-28T10:17:45.240Z Compiling camino v1.1.9
12022025-02-28T10:17:45.265Z Compiling plain v0.2.3
12032025-02-28T10:17:45.278Z Compiling hashbrown v0.15.1
12042025-02-28T10:17:45.463Z Compiling anstyle-parse v0.2.5
12052025-02-28T10:17:45.859Z Compiling winnow v0.7.3
12062025-02-28T10:17:45.949Z Compiling autocfg v1.4.0
12072025-02-28T10:17:46.204Z Compiling bitflags v1.3.2
12082025-02-28T10:17:46.220Z Compiling indexmap v2.7.1
12092025-02-28T10:17:46.305Z Compiling anstyle v1.0.10
12102025-02-28T10:17:46.318Z Compiling pretty-hex v0.4.1
12112025-02-28T10:17:46.534Z Compiling is_terminal_polyfill v1.70.1
12122025-02-28T10:17:46.670Z Compiling anstyle-query v1.1.1
12132025-02-28T10:17:46.733Z Compiling semver v1.0.25
12142025-02-28T10:17:46.821Z Compiling colorchoice v1.0.2
12152025-02-28T10:17:46.872Z Compiling thiserror v2.0.11
12162025-02-28T10:17:46.981Z Compiling unicode-width v0.1.14
12172025-02-28T10:17:47.306Z Compiling anstream v0.6.15
12182025-02-28T10:17:47.419Z Compiling fs-err v2.11.0
12192025-02-28T10:17:47.432Z Compiling terminal_size v0.4.0
12202025-02-28T10:17:47.791Z Compiling strsim v0.11.1
12212025-02-28T10:17:47.813Z Compiling cfg-if v1.0.0
12222025-02-28T10:17:47.897Z Compiling heck v0.4.1
12232025-02-28T10:17:47.914Z Compiling fnv v1.0.7
12242025-02-28T10:17:48.054Z Compiling fastrand v2.1.1
12252025-02-28T10:17:48.340Z Compiling anyhow v1.0.96
12262025-02-28T10:17:48.521Z Compiling bytecount v0.6.8
12272025-02-28T10:17:48.572Z Compiling heck v0.5.0
12282025-02-28T10:17:48.732Z Compiling clap_lex v0.7.4
12292025-02-28T10:17:48.779Z Compiling papergrid v0.11.0
12302025-02-28T10:17:48.918Z Compiling terminal_size v0.2.6
12312025-02-28T10:17:49.034Z Compiling clap_builder v4.5.31
12322025-02-28T10:17:49.117Z Compiling tempfile v3.13.0
12332025-02-28T10:17:49.260Z Compiling memmap v0.7.0
12342025-02-28T10:17:49.297Z Compiling unicode-linebreak v0.1.5
12352025-02-28T10:17:49.313Z Compiling smawk v0.3.2
12362025-02-28T10:17:49.773Z Compiling textwrap v0.16.1
12372025-02-28T10:17:49.836Z Compiling swrite v0.1.0
12382025-02-28T10:17:50.340Z Compiling tabled_derive v0.7.0
12392025-02-28T10:17:51.761Z Compiling tabled v0.15.0
12402025-02-28T10:17:51.982Z Compiling serde_derive v1.0.218
12412025-02-28T10:17:51.985Z Compiling thiserror-impl v1.0.69
12422025-02-28T10:17:51.985Z Compiling zerocopy-derive v0.7.35
12432025-02-28T10:17:51.985Z Compiling scroll_derive v0.12.0
12442025-02-28T10:17:51.985Z Compiling thiserror-impl v2.0.11
12452025-02-28T10:17:51.985Z Compiling clap_derive v4.5.28
12462025-02-28T10:17:53.447Z Compiling scroll v0.12.0
12472025-02-28T10:17:53.982Z Compiling goblin v0.8.2
12482025-02-28T10:17:54.013Z Compiling zerocopy v0.7.35
12492025-02-28T10:17:55.032Z Compiling pest v2.7.14
12502025-02-28T10:17:56.305Z Compiling clap v4.5.31
12512025-02-28T10:17:57.258Z Compiling pest_meta v2.7.14
12522025-02-28T10:17:58.253Z Compiling pest_generator v2.7.14
12532025-02-28T10:17:59.534Z Compiling pest_derive v2.7.14
12542025-02-28T10:18:00.154Z Compiling dtrace-parser v0.2.0
12552025-02-28T10:18:01.079Z Compiling toml_datetime v0.6.8
12562025-02-28T10:18:01.079Z Compiling serde_spanned v0.6.8
12572025-02-28T10:18:01.083Z Compiling cargo-platform v0.1.8
12582025-02-28T10:18:01.383Z Compiling serde_tokenstream v0.2.2
12592025-02-28T10:18:01.387Z Compiling toml_edit v0.22.24
12602025-02-28T10:18:01.527Z Compiling macaddr v1.0.1
12612025-02-28T10:18:01.675Z Compiling camino-tempfile v1.1.1
12622025-02-28T10:18:02.392Z Compiling dof v0.3.0
12632025-02-28T10:18:02.392Z Compiling cargo_metadata v0.19.1
12642025-02-28T10:18:04.013Z Compiling usdt-attr-macro v0.5.0
12652025-02-28T10:18:04.018Z Compiling usdt-macro v0.5.0
12662025-02-28T10:18:04.331Z Compiling toml v0.8.20
12672025-02-28T10:18:05.139Z Compiling cargo_toml v0.21.0
12682025-02-28T10:18:05.154Z Compiling usdt v0.5.0
12692025-02-28T10:18:07.634Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12702025-02-28T10:18:10.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.69s
12712025-02-28T10:18:10.831Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12722025-02-28T10:18:11.709Z Compiling serde v1.0.218
12732025-02-28T10:18:11.712Z Compiling value-bag v1.9.0
12742025-02-28T10:18:11.712Z Compiling lock_api v0.4.12
12752025-02-28T10:18:11.712Z Compiling scopeguard v1.2.0
12762025-02-28T10:18:11.712Z Compiling typenum v1.17.0
12772025-02-28T10:18:11.844Z Compiling generic-array v0.14.7
12782025-02-28T10:18:11.873Z Compiling syn v2.0.98
12792025-02-28T10:18:11.887Z Compiling getrandom v0.2.15
12802025-02-28T10:18:12.019Z Compiling shlex v1.3.0
12812025-02-28T10:18:12.147Z Compiling rand_core v0.6.4
12822025-02-28T10:18:12.275Z Compiling log v0.4.22
12832025-02-28T10:18:12.374Z Compiling subtle v2.6.1
12842025-02-28T10:18:12.392Z Compiling jobserver v0.1.32
12852025-02-28T10:18:12.428Z Compiling smallvec v1.14.0
12862025-02-28T10:18:12.686Z Compiling const-oid v0.9.6
12872025-02-28T10:18:12.745Z Compiling pin-project-lite v0.2.14
12882025-02-28T10:18:12.764Z Compiling parking_lot_core v0.9.10
12892025-02-28T10:18:12.842Z Compiling cc v1.2.15
12902025-02-28T10:18:12.883Z Compiling rustix v0.38.37
12912025-02-28T10:18:13.011Z Compiling futures-core v0.3.31
12922025-02-28T10:18:13.217Z Compiling spin v0.9.8
12932025-02-28T10:18:13.255Z Compiling signal-hook-registry v1.4.2
12942025-02-28T10:18:13.577Z Compiling parking_lot v0.12.3
12952025-02-28T10:18:13.750Z Compiling mio v1.0.2
12962025-02-28T10:18:13.769Z Compiling aho-corasick v1.1.3
12972025-02-28T10:18:13.896Z Compiling regex-syntax v0.8.5
12982025-02-28T10:18:14.223Z Compiling futures-sink v0.3.31
12992025-02-28T10:18:14.378Z Compiling stable_deref_trait v1.2.0
13002025-02-28T10:18:14.396Z Compiling cpufeatures v0.2.14
13012025-02-28T10:18:14.502Z Compiling either v1.14.0
13022025-02-28T10:18:14.521Z Compiling socket2 v0.5.8
13032025-02-28T10:18:14.652Z Compiling slab v0.4.9
13042025-02-28T10:18:14.790Z Compiling glob v0.3.2
13052025-02-28T10:18:14.919Z Compiling prettyplease v0.2.29
13062025-02-28T10:18:15.283Z Compiling lazy_static v1.5.0
13072025-02-28T10:18:15.379Z Compiling serde_json v1.0.139
13082025-02-28T10:18:15.411Z Compiling minimal-lexical v0.2.1
13092025-02-28T10:18:15.414Z Compiling futures-channel v0.3.31
13102025-02-28T10:18:15.577Z Compiling clang-sys v1.8.1
13112025-02-28T10:18:15.731Z Compiling libloading v0.8.5
13122025-02-28T10:18:15.832Z Compiling nom v7.1.3
13132025-02-28T10:18:15.882Z Compiling futures-task v0.3.31
13142025-02-28T10:18:16.106Z Compiling bindgen v0.69.5
13152025-02-28T10:18:16.182Z Compiling futures-io v0.3.31
13162025-02-28T10:18:16.289Z Compiling pin-utils v0.1.0
13172025-02-28T10:18:16.409Z Compiling home v0.5.9
13182025-02-28T10:18:16.608Z Compiling itertools v0.12.1
13192025-02-28T10:18:16.628Z Compiling foldhash v0.1.3
13202025-02-28T10:18:16.911Z Compiling lazycell v1.3.0
13212025-02-28T10:18:16.959Z Compiling libm v0.2.8
13222025-02-28T10:18:17.099Z Compiling rustc-hash v1.1.0
13232025-02-28T10:18:17.253Z Compiling allocator-api2 v0.2.18
13242025-02-28T10:18:17.321Z Compiling cmake v0.1.51
13252025-02-28T10:18:18.014Z Compiling regex-automata v0.4.8
13262025-02-28T10:18:18.110Z Compiling hashbrown v0.15.1
13272025-02-28T10:18:18.230Z Compiling num-traits v0.2.19
13282025-02-28T10:18:18.548Z Compiling fs_extra v1.3.0
13292025-02-28T10:18:19.087Z Compiling synstructure v0.13.1
13302025-02-28T10:18:19.307Z Compiling cexpr v0.6.0
13312025-02-28T10:18:19.442Z Compiling pkg-config v0.3.31
13322025-02-28T10:18:19.857Z Compiling dunce v1.0.5
13332025-02-28T10:18:20.449Z Compiling litemap v0.7.3
13342025-02-28T10:18:20.708Z Compiling writeable v0.5.5
13352025-02-28T10:18:20.834Z Compiling getrandom v0.3.1
13362025-02-28T10:18:21.108Z Compiling ring v0.17.11
13372025-02-28T10:18:21.547Z Compiling base64ct v1.6.0
13382025-02-28T10:18:21.574Z Compiling paste v1.0.15
13392025-02-28T10:18:22.117Z Compiling pem-rfc7468 v0.7.0
13402025-02-28T10:18:22.155Z Compiling httparse v1.9.5
13412025-02-28T10:18:22.286Z Compiling icu_locid_transform_data v1.5.0
13422025-02-28T10:18:22.405Z Compiling flagset v0.4.6
13432025-02-28T10:18:22.639Z Compiling aws-lc-rs v1.12.4
13442025-02-28T10:18:22.872Z Compiling tracing-core v0.1.32
13452025-02-28T10:18:22.922Z Compiling percent-encoding v2.3.1
13462025-02-28T10:18:23.037Z Compiling rustls-pki-types v1.10.0
13472025-02-28T10:18:23.236Z Compiling regex v1.11.1
13482025-02-28T10:18:23.797Z Compiling crossbeam-utils v0.8.20
13492025-02-28T10:18:23.938Z Compiling icu_properties_data v1.5.0
13502025-02-28T10:18:24.009Z Compiling serde_derive v1.0.218
13512025-02-28T10:18:24.133Z Compiling zeroize_derive v1.4.2
13522025-02-28T10:18:24.174Z Compiling zerocopy-derive v0.7.35
13532025-02-28T10:18:24.291Z Compiling tokio-macros v2.5.0
13542025-02-28T10:18:24.591Z Compiling zerofrom-derive v0.1.4
13552025-02-28T10:18:25.471Z Compiling zeroize v1.8.1
13562025-02-28T10:18:25.798Z Compiling yoke-derive v0.7.4
13572025-02-28T10:18:26.129Z Compiling zerocopy v0.7.35
13582025-02-28T10:18:26.810Z Compiling thiserror-impl v1.0.69
13592025-02-28T10:18:26.992Z Compiling crypto-common v0.1.6
13602025-02-28T10:18:27.247Z Compiling block-buffer v0.10.4
13612025-02-28T10:18:27.433Z Compiling zerovec-derive v0.10.3
13622025-02-28T10:18:27.502Z Compiling digest v0.10.7
13632025-02-28T10:18:27.815Z Compiling zerofrom v0.1.4
13642025-02-28T10:18:27.874Z Compiling futures-macro v0.3.31
13652025-02-28T10:18:28.022Z Compiling hmac v0.12.1
13662025-02-28T10:18:28.045Z Compiling displaydoc v0.2.5
13672025-02-28T10:18:28.282Z Compiling block-padding v0.3.3
13682025-02-28T10:18:28.335Z Compiling yoke v0.7.4
13692025-02-28T10:18:28.356Z Compiling ppv-lite86 v0.2.20
13702025-02-28T10:18:28.563Z Compiling inout v0.1.3
13712025-02-28T10:18:28.711Z Compiling sha2 v0.10.8
13722025-02-28T10:18:28.851Z Compiling cipher v0.4.4
13732025-02-28T10:18:29.144Z Compiling icu_provider_macros v1.5.0
13742025-02-28T10:18:29.377Z Compiling der_derive v0.7.3
13752025-02-28T10:18:29.578Z Compiling tracing-attributes v0.1.27
13762025-02-28T10:18:29.625Z Compiling futures-util v0.3.31
13772025-02-28T10:18:29.718Z Compiling thiserror v1.0.69
13782025-02-28T10:18:29.868Z Compiling pest v2.7.14
13792025-02-28T10:18:29.933Z Compiling zerovec v0.10.4
13802025-02-28T10:18:30.168Z Compiling salsa20 v0.10.2
13812025-02-28T10:18:30.398Z Compiling pbkdf2 v0.12.2
13822025-02-28T10:18:30.609Z Compiling untrusted v0.7.1
13832025-02-28T10:18:30.822Z Compiling num-conv v0.1.0
13842025-02-28T10:18:31.078Z Compiling utf16_iter v1.0.5
13852025-02-28T10:18:31.302Z Compiling time-core v0.1.2
13862025-02-28T10:18:31.495Z Compiling untrusted v0.9.0
13872025-02-28T10:18:31.630Z Compiling tinystr v0.7.6
13882025-02-28T10:18:31.691Z Compiling der v0.7.9
13892025-02-28T10:18:31.898Z Compiling icu_collections v1.5.0
13902025-02-28T10:18:32.001Z Compiling icu_locid v1.5.0
13912025-02-28T10:18:32.157Z Compiling utf8_iter v1.0.4
13922025-02-28T10:18:32.395Z Compiling powerfmt v0.2.0
13932025-02-28T10:18:32.759Z Compiling tracing v0.1.40
13942025-02-28T10:18:32.842Z Compiling write16 v1.0.0
13952025-02-28T10:18:32.880Z Compiling icu_normalizer_data v1.5.0
13962025-02-28T10:18:32.989Z Compiling vcpkg v0.2.15
13972025-02-28T10:18:32.992Z Compiling deranged v0.3.11
13982025-02-28T10:18:33.212Z Compiling icu_provider v1.5.0
13992025-02-28T10:18:33.263Z Compiling pest_meta v2.7.14
14002025-02-28T10:18:34.034Z Compiling icu_locid_transform v1.5.0
14012025-02-28T10:18:34.174Z Compiling spki v0.7.3
14022025-02-28T10:18:34.550Z Compiling time-macros v0.2.18
14032025-02-28T10:18:34.707Z Compiling openssl-sys v0.9.106
14042025-02-28T10:18:34.861Z Compiling scrypt v0.11.0
14052025-02-28T10:18:35.373Z Compiling icu_properties v1.5.1
14062025-02-28T10:18:35.768Z Compiling cbc v0.1.2
14072025-02-28T10:18:35.850Z Compiling aes v0.8.4
14082025-02-28T10:18:36.007Z Compiling scroll_derive v0.12.0
14092025-02-28T10:18:36.306Z Compiling bitflags v2.6.0
14102025-02-28T10:18:36.612Z Compiling bytes v1.10.0
14112025-02-28T10:18:37.400Z Compiling semver v1.0.25
14122025-02-28T10:18:37.478Z Compiling indexmap v2.7.1
14132025-02-28T10:18:38.042Z Compiling tokio v1.43.0
14142025-02-28T10:18:38.133Z Compiling http v1.2.0
14152025-02-28T10:18:38.639Z Compiling rustc_version v0.4.1
14162025-02-28T10:18:38.721Z Compiling num_threads v0.1.7
14172025-02-28T10:18:38.838Z Compiling tinyvec_macros v0.1.1
14182025-02-28T10:18:38.872Z Compiling atomic-waker v1.1.2
14192025-02-28T10:18:38.946Z Compiling tinyvec v1.8.0
14202025-02-28T10:18:39.067Z Compiling icu_normalizer v1.5.0
14212025-02-28T10:18:39.284Z Compiling time v0.3.36
14222025-02-28T10:18:40.001Z Compiling idna_adapter v1.2.0
14232025-02-28T10:18:40.096Z Compiling http-body v1.0.1
14242025-02-28T10:18:40.324Z Compiling which v4.4.2
14252025-02-28T10:18:40.335Z Compiling scroll v0.12.0
14262025-02-28T10:18:40.342Z Compiling pkcs5 v0.7.1
14272025-02-28T10:18:40.748Z Compiling pest_generator v2.7.14
14282025-02-28T10:18:40.786Z Compiling rand_chacha v0.3.1
14292025-02-28T10:18:40.810Z Compiling form_urlencoded v1.2.1
14302025-02-28T10:18:41.118Z Compiling zerocopy v0.8.10
14312025-02-28T10:18:41.286Z Compiling slog v2.7.0
14322025-02-28T10:18:41.418Z Compiling try-lock v0.2.5
14332025-02-28T10:18:41.596Z Compiling want v0.3.1
14342025-02-28T10:18:41.844Z Compiling rand v0.8.5
14352025-02-28T10:18:41.905Z Compiling goblin v0.8.2
14362025-02-28T10:18:41.956Z Compiling pkcs8 v0.10.2
14372025-02-28T10:18:42.536Z Compiling pest_derive v2.7.14
14382025-02-28T10:18:42.594Z Compiling idna v1.0.3
14392025-02-28T10:18:43.143Z Compiling uuid v1.15.1
14402025-02-28T10:18:43.341Z Compiling zerocopy-derive v0.8.10
14412025-02-28T10:18:43.659Z Compiling iana-time-zone v0.1.61
14422025-02-28T10:18:43.900Z Compiling httpdate v1.0.3
14432025-02-28T10:18:44.031Z Compiling tower-service v0.3.3
14442025-02-28T10:18:44.189Z Compiling chrono v0.4.40
14452025-02-28T10:18:44.235Z Compiling dtrace-parser v0.2.0
14462025-02-28T10:18:44.697Z Compiling serde_tokenstream v0.2.2
14472025-02-28T10:18:45.070Z Compiling toml_datetime v0.6.8
14482025-02-28T10:18:45.292Z Compiling serde_spanned v0.6.8
14492025-02-28T10:18:45.533Z Compiling adler2 v2.0.0
14502025-02-28T10:18:45.533Z Compiling rustversion v1.0.17
14512025-02-28T10:18:45.760Z Compiling match_cfg v0.1.0
14522025-02-28T10:18:45.894Z Compiling tokio-util v0.7.13
14532025-02-28T10:18:45.983Z Compiling base64 v0.22.1
14542025-02-28T10:18:46.184Z Compiling foreign-types-shared v0.1.1
14552025-02-28T10:18:46.314Z Compiling openssl v0.10.71
14562025-02-28T10:18:46.669Z Compiling foreign-types v0.3.2
14572025-02-28T10:18:46.767Z Compiling h2 v0.4.6
14582025-02-28T10:18:46.857Z Compiling hostname v0.3.1
14592025-02-28T10:18:47.066Z Compiling miniz_oxide v0.8.5
14602025-02-28T10:18:47.068Z Compiling url v2.5.3
14612025-02-28T10:18:48.521Z Compiling dof v0.3.0
14622025-02-28T10:18:48.686Z Compiling openssl-macros v0.1.1
14632025-02-28T10:18:48.860Z Compiling async-trait v0.1.86
14642025-02-28T10:18:49.072Z Compiling rand_core v0.9.2
14652025-02-28T10:18:49.389Z Compiling usdt-impl v0.5.0
14662025-02-28T10:18:49.526Z Compiling serde_derive_internals v0.29.1
14672025-02-28T10:18:50.253Z Compiling dirs-sys-next v0.1.2
14682025-02-28T10:18:50.719Z Compiling rustls v0.23.19
14692025-02-28T10:18:50.811Z Compiling native-tls v0.2.12
14702025-02-28T10:18:50.972Z Compiling data-encoding v2.6.0
14712025-02-28T10:18:51.020Z Compiling rustls v0.22.4
14722025-02-28T10:18:51.041Z Compiling schemars v0.8.22
14732025-02-28T10:18:51.163Z Compiling syn v1.0.109
14742025-02-28T10:18:51.230Z Compiling siphasher v0.3.11
14752025-02-28T10:18:51.387Z Compiling dirs-next v2.0.0
14762025-02-28T10:18:51.433Z Compiling rand_chacha v0.9.0
14772025-02-28T10:18:51.737Z Compiling schemars_derive v0.8.22
14782025-02-28T10:18:51.828Z Compiling unicode-normalization v0.1.24
14792025-02-28T10:18:52.863Z Compiling http-body-util v0.1.2
14802025-02-28T10:18:52.883Z Compiling heapless v0.7.17
14812025-02-28T10:18:52.940Z Compiling crossbeam-epoch v0.9.18
14822025-02-28T10:18:53.336Z Compiling sha1 v0.10.6
14832025-02-28T10:18:53.363Z Compiling signature v2.2.0
14842025-02-28T10:18:53.495Z Compiling bzip2-sys v0.1.11+1.0.8
14852025-02-28T10:18:53.617Z Compiling thread_local v1.1.8
14862025-02-28T10:18:53.668Z Compiling encoding_rs v0.8.34
14872025-02-28T10:18:53.743Z Compiling hyper v1.6.0
14882025-02-28T10:18:54.004Z Compiling cookie v0.18.1
14892025-02-28T10:18:54.127Z Compiling multer v3.1.0
14902025-02-28T10:18:54.313Z Compiling mime v0.3.17
14912025-02-28T10:18:54.455Z Compiling signal-hook v0.3.17
14922025-02-28T10:18:54.698Z Compiling unicode-bidi v0.3.17
14932025-02-28T10:18:54.760Z Compiling dyn-clone v1.0.18
14942025-02-28T10:18:54.823Z Compiling ipnet v2.11.0
14952025-02-28T10:18:54.977Z Compiling gimli v0.31.1
14962025-02-28T10:18:55.874Z Compiling unicode-properties v0.1.3
14972025-02-28T10:18:55.923Z Compiling openssl-probe v0.1.5
14982025-02-28T10:18:56.248Z Compiling hyper-util v0.1.10
14992025-02-28T10:18:56.284Z Compiling rayon-core v1.12.1
15002025-02-28T10:18:56.462Z Compiling slog-async v2.8.0
15012025-02-28T10:18:56.628Z Compiling toml_edit v0.22.24
15022025-02-28T10:18:57.078Z Compiling stringprep v0.1.5
15032025-02-28T10:18:58.127Z Compiling crossbeam-deque v0.8.5
15042025-02-28T10:18:58.538Z Compiling rand v0.9.0
15052025-02-28T10:18:59.078Z Compiling addr2line v0.24.2
15062025-02-28T10:18:59.575Z Compiling term v0.7.0
15072025-02-28T10:18:59.594Z Compiling usdt-attr-macro v0.5.0
15082025-02-28T10:18:59.797Z Compiling usdt-macro v0.5.0
15092025-02-28T10:19:00.185Z Compiling slog-json v2.6.1
15102025-02-28T10:19:00.552Z Compiling serde_urlencoded v0.7.1
15112025-02-28T10:19:00.773Z Compiling curve25519-dalek v4.1.3
15122025-02-28T10:19:00.776Z Compiling crossbeam-channel v0.5.13
15132025-02-28T10:19:01.038Z Compiling futures-executor v0.3.31
15142025-02-28T10:19:01.150Z Compiling enum-as-inner v0.6.1
15152025-02-28T10:19:01.203Z Compiling md-5 v0.10.6
15162025-02-28T10:19:01.464Z Compiling async-stream-impl v0.3.6
15172025-02-28T10:19:01.484Z Compiling rustls-pemfile v2.2.0
15182025-02-28T10:19:01.535Z Compiling num-integer v0.1.46
15192025-02-28T10:19:01.807Z Compiling hash32 v0.2.1
15202025-02-28T10:19:01.810Z Compiling ff v0.13.0
15212025-02-28T10:19:02.041Z Compiling is-terminal v0.4.13
15222025-02-28T10:19:02.184Z Compiling dropshot v0.12.0
15232025-02-28T10:19:02.203Z Compiling object v0.36.5
15242025-02-28T10:19:02.206Z Compiling memoffset v0.9.1
15252025-02-28T10:19:02.240Z Compiling fallible-iterator v0.2.0
15262025-02-28T10:19:02.496Z Compiling base16ct v0.2.0
15272025-02-28T10:19:02.569Z Compiling num-bigint-dig v0.8.4
15282025-02-28T10:19:02.727Z Compiling quick-error v1.2.3
15292025-02-28T10:19:02.863Z Compiling rustc-demangle v0.1.24
15302025-02-28T10:19:02.896Z Compiling portable-atomic v1.9.0
15312025-02-28T10:19:02.917Z Compiling take_mut v0.2.2
15322025-02-28T10:19:02.943Z Compiling cfg_aliases v0.2.1
15332025-02-28T10:19:03.057Z Compiling psl-types v2.0.11
15342025-02-28T10:19:03.090Z Compiling linked-hash-map v0.5.6
15352025-02-28T10:19:03.258Z Compiling anyhow v1.0.96
15362025-02-28T10:19:03.433Z Compiling smoltcp v0.9.1
15372025-02-28T10:19:03.493Z Compiling litrs v0.4.1
15382025-02-28T10:19:03.726Z Compiling utf-8 v0.7.6
15392025-02-28T10:19:03.928Z Compiling lru-cache v0.1.2
15402025-02-28T10:19:04.048Z Compiling tungstenite v0.24.0
15412025-02-28T10:19:04.097Z Compiling publicsuffix v2.3.0
15422025-02-28T10:19:04.127Z Compiling nix v0.29.0
15432025-02-28T10:19:04.408Z Compiling postgres-protocol v0.6.8
15442025-02-28T10:19:04.560Z Compiling document-features v0.2.10
15452025-02-28T10:19:05.030Z Compiling resolv-conf v0.7.0
15462025-02-28T10:19:05.273Z Compiling sec1 v0.7.3
15472025-02-28T10:19:05.583Z Compiling async-stream v0.3.6
15482025-02-28T10:19:05.790Z Compiling hickory-proto v0.24.4
15492025-02-28T10:19:05.825Z Compiling slog-term v2.9.1
15502025-02-28T10:19:05.863Z Compiling usdt v0.5.0
15512025-02-28T10:19:05.965Z Compiling num-iter v0.1.45
15522025-02-28T10:19:06.159Z Compiling group v0.13.0
15532025-02-28T10:19:06.465Z Compiling futures v0.3.31
15542025-02-28T10:19:06.492Z Compiling slog-bunyan v2.5.0
15552025-02-28T10:19:06.582Z Compiling toml v0.8.20
15562025-02-28T10:19:07.862Z Compiling camino v1.1.9
15572025-02-28T10:19:08.061Z Compiling tokio-native-tls v0.3.1
15582025-02-28T10:19:08.343Z Compiling phf_shared v0.11.2
15592025-02-28T10:19:08.346Z Compiling dropshot_endpoint v0.12.0
15602025-02-28T10:19:08.661Z Compiling terminal_size v0.4.0
15612025-02-28T10:19:08.733Z Compiling backtrace v0.3.74
15622025-02-28T10:19:08.834Z Compiling openapiv3 v2.0.0
15632025-02-28T10:19:08.899Z Compiling waitgroup v0.1.2
15642025-02-28T10:19:09.129Z Compiling serde_path_to_error v0.1.16
15652025-02-28T10:19:09.333Z Compiling hkdf v0.12.4
15662025-02-28T10:19:09.623Z Compiling crypto-bigint v0.5.5
15672025-02-28T10:19:09.869Z Compiling zerocopy-derive v0.6.6
15682025-02-28T10:19:10.894Z Compiling hubpack_derive v0.1.1
15692025-02-28T10:19:11.551Z Compiling curve25519-dalek-derive v0.1.1
15702025-02-28T10:19:11.770Z Compiling webpki-roots v0.26.6
15712025-02-28T10:19:11.812Z Compiling sync_wrapper v1.0.1
15722025-02-28T10:19:11.964Z Compiling hostname v0.4.0
15732025-02-28T10:19:11.992Z Compiling crc32fast v1.4.2
15742025-02-28T10:19:12.194Z Compiling ahash v0.8.11
15752025-02-28T10:19:12.328Z Compiling fs-err v2.11.0
15762025-02-28T10:19:12.421Z Compiling debug-ignore v1.0.5
15772025-02-28T10:19:12.557Z Compiling unicode-width v0.2.0
15782025-02-28T10:19:12.577Z Compiling managed v0.8.0
15792025-02-28T10:19:12.682Z Compiling tower-layer v0.3.3
15802025-02-28T10:19:12.812Z Compiling winnow v0.5.40
15812025-02-28T10:19:12.973Z Compiling newtype-uuid v1.2.1
15822025-02-28T10:19:13.057Z Compiling console v0.15.10
15832025-02-28T10:19:13.305Z Compiling tower v0.5.2
15842025-02-28T10:19:14.132Z Compiling strum_macros v0.25.3
15852025-02-28T10:19:14.334Z Compiling clap_builder v4.5.31
15862025-02-28T10:19:14.717Z Compiling elliptic-curve v0.13.8
15872025-02-28T10:19:14.996Z Compiling flate2 v1.1.0
15882025-02-28T10:19:15.506Z Compiling zerocopy v0.6.6
15892025-02-28T10:19:15.617Z Compiling hubpack v0.1.2
15902025-02-28T10:19:15.867Z Compiling hickory-resolver v0.24.4
15912025-02-28T10:19:16.028Z Compiling toml_edit v0.19.15
15922025-02-28T10:19:16.307Z Compiling phf v0.11.2
15932025-02-28T10:19:16.596Z Compiling signal-hook-mio v0.2.4
15942025-02-28T10:19:16.800Z Compiling hyper-tls v0.6.0
15952025-02-28T10:19:16.985Z Compiling rayon v1.10.0
15962025-02-28T10:19:17.212Z Compiling cookie_store v0.21.1
15972025-02-28T10:19:17.734Z Compiling bzip2 v0.4.4
15982025-02-28T10:19:18.772Z Compiling postgres-types v0.2.9
15992025-02-28T10:19:20.030Z Compiling tokio-tungstenite v0.24.0
16002025-02-28T10:19:20.838Z Compiling ed25519 v2.2.3
16012025-02-28T10:19:21.274Z Compiling phf_shared v0.10.0
16022025-02-28T10:19:21.352Z Compiling tokio-stream v0.1.17
16032025-02-28T10:19:21.674Z Compiling pkcs1 v0.7.5
16042025-02-28T10:19:21.843Z Compiling serde-big-array v0.5.1
16052025-02-28T10:19:22.084Z Compiling clap_derive v4.5.28
16062025-02-28T10:19:22.154Z Compiling rfc6979 v0.4.0
16072025-02-28T10:19:22.270Z Compiling serde_repr v0.1.19
16082025-02-28T10:19:22.359Z Compiling derive-where v1.2.7
16092025-02-28T10:19:22.572Z Compiling bstr v1.10.0
16102025-02-28T10:19:22.701Z Compiling float-cmp v0.10.0
16112025-02-28T10:19:22.843Z Compiling difflib v0.4.0
16122025-02-28T10:19:22.957Z Compiling number_prefix v0.4.0
16132025-02-28T10:19:23.203Z Compiling fixedbitset v0.4.2
16142025-02-28T10:19:23.371Z Compiling whoami v1.5.2
16152025-02-28T10:19:23.646Z Compiling unicode-segmentation v1.12.0
16162025-02-28T10:19:23.913Z Compiling new_debug_unreachable v1.0.6
16172025-02-28T10:19:24.027Z Compiling static_assertions v1.1.0
16182025-02-28T10:19:24.137Z Compiling precomputed-hash v0.1.1
16192025-02-28T10:19:24.158Z Compiling predicates-core v1.0.8
16202025-02-28T10:19:24.175Z Compiling bit-vec v0.6.3
16212025-02-28T10:19:24.277Z Compiling normalize-line-endings v0.3.0
16222025-02-28T10:19:24.420Z Compiling predicates v3.1.3
16232025-02-28T10:19:24.482Z Compiling similar v2.6.0
16242025-02-28T10:19:24.501Z Compiling bit-set v0.5.3
16252025-02-28T10:19:24.588Z Compiling string_cache v0.8.7
16262025-02-28T10:19:24.792Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16272025-02-28T10:19:25.009Z Compiling tokio-postgres v0.7.13
16282025-02-28T10:19:25.475Z Compiling petgraph v0.6.5
16292025-02-28T10:19:25.899Z Compiling indicatif v0.17.11
16302025-02-28T10:19:26.381Z Compiling clap v4.5.31
16312025-02-28T10:19:26.489Z Compiling ecdsa v0.16.9
16322025-02-28T10:19:26.508Z Compiling rsa v0.9.6
16332025-02-28T10:19:27.306Z Compiling ed25519-dalek v2.1.1
16342025-02-28T10:19:28.640Z Compiling toml v0.7.8
16352025-02-28T10:19:29.123Z Compiling zip v0.6.6
16362025-02-28T10:19:29.955Z Compiling crossterm v0.28.1
16372025-02-28T10:19:30.575Z Compiling hex v0.4.3
16382025-02-28T10:19:30.795Z Compiling x509-cert v0.2.5
16392025-02-28T10:19:31.003Z Compiling itertools v0.10.5
16402025-02-28T10:19:31.146Z Compiling unicode-xid v0.2.6
16412025-02-28T10:19:31.208Z Compiling peg-runtime v0.8.3
16422025-02-28T10:19:31.345Z Compiling lalrpop-util v0.19.12
16432025-02-28T10:19:31.718Z Compiling strum_macros v0.26.4
16442025-02-28T10:19:31.760Z Compiling xattr v1.3.1
16452025-02-28T10:19:31.957Z Compiling filetime v0.2.25
16462025-02-28T10:19:32.269Z Compiling tar v0.4.44
16472025-02-28T10:19:36.178Z Compiling strum v0.26.3
16482025-02-28T10:19:38.959Z Compiling aws-lc-sys v0.26.0
16492025-02-28T10:20:09.675Z Compiling rustls-webpki v0.102.8
16502025-02-28T10:20:12.846Z Compiling tokio-rustls v0.25.0
16512025-02-28T10:20:14.533Z Compiling tokio-rustls v0.26.0
16522025-02-28T10:20:14.803Z Compiling hyper-rustls v0.27.3
16532025-02-28T10:20:15.182Z Compiling reqwest v0.12.12
16542025-02-28T10:20:16.454Z Compiling qorb v0.2.1
16552025-02-28T10:20:19.414Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16562025-02-28T10:20:19.694Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16572025-02-28T10:20:24.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
16582025-02-28T10:20:24.268Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16592025-02-28T10:20:24.314ZFeb 28 10:20:23.377 INFO Starting download, target: Clickhouse
16602025-02-28T10:20:24.314ZFeb 28 10:20:23.377 INFO Starting download, target: Cockroach
16612025-02-28T10:20:24.314ZFeb 28 10:20:23.377 INFO Starting download, target: Console
16622025-02-28T10:20:24.318ZFeb 28 10:20:23.377 INFO Starting download, target: DendriteOpenapi
16632025-02-28T10:20:24.318ZFeb 28 10:20:23.377 INFO Starting download, target: DendriteStub
16642025-02-28T10:20:24.318ZFeb 28 10:20:23.377 INFO Starting download, target: MaghemiteMgd
16652025-02-28T10:20:24.318ZFeb 28 10:20:23.377 INFO Starting download, target: TransceiverControl
16662025-02-28T10:20:24.318ZFeb 28 10:20:23.378 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16672025-02-28T10:20:24.318ZFeb 28 10:20:23.378 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16682025-02-28T10:20:24.318ZFeb 28 10:20:23.378 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16692025-02-28T10:20:24.318ZFeb 28 10:20:23.378 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16702025-02-28T10:20:24.318ZFeb 28 10:20:23.378 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16712025-02-28T10:20:24.318ZFeb 28 10:20:23.378 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16722025-02-28T10:20:24.318ZFeb 28 10:20:23.378 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16732025-02-28T10:20:24.527ZFeb 28 10:20:23.586 INFO Download complete, target: DendriteOpenapi
16742025-02-28T10:20:24.710ZFeb 28 10:20:23.761 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16752025-02-28T10:20:24.815ZFeb 28 10:20:23.871 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16762025-02-28T10:20:25.104ZFeb 28 10:20:24.161 INFO Download complete, target: TransceiverControl
16772025-02-28T10:20:25.138ZFeb 28 10:20:24.199 INFO Download complete, target: Console
16782025-02-28T10:20:25.313ZFeb 28 10:20:24.375 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16792025-02-28T10:20:25.539ZFeb 28 10:20:24.600 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16802025-02-28T10:20:26.372ZFeb 28 10:20:25.431 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16812025-02-28T10:20:26.672ZFeb 28 10:20:25.735 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16822025-02-28T10:20:26.672ZFeb 28 10:20:25.735 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16832025-02-28T10:20:27.892ZFeb 28 10:20:26.955 INFO Download complete, target: MaghemiteMgd
16842025-02-28T10:20:27.940ZFeb 28 10:20:27.002 INFO Download complete, target: DendriteStub
16852025-02-28T10:20:33.005ZFeb 28 10:20:32.064 INFO Checking that binary works, target: Cockroach
16862025-02-28T10:20:33.214ZFeb 28 10:20:32.262 INFO Download complete, target: Cockroach
16872025-02-28T10:20:37.011ZFeb 28 10:20:36.066 INFO Checking that binary works, target: Clickhouse
16882025-02-28T10:20:37.427ZFeb 28 10:20:36.484 INFO Download complete, target: Clickhouse
16892025-02-28T10:20:37.434ZAll prerequisites installed successfully
16902025-02-28T10:20:37.439Z
16912025-02-28T10:20:37.439Zreal 5:06.325683883
16922025-02-28T10:20:37.439Zuser 15:33.621151354
16932025-02-28T10:20:37.439Zsys 2:05.102986950
16942025-02-28T10:20:37.439Ztrap 0.517880403
16952025-02-28T10:20:37.439Ztflt 1.849608744
16962025-02-28T10:20:37.439Zdflt 1.815536009
16972025-02-28T10:20:37.439Zkflt 0.030795684
16982025-02-28T10:20:37.440Zlock 26:17.008628204
16992025-02-28T10:20:37.440Zslp 56:54.946946468
17002025-02-28T10:20:37.440Zlat 57.814290291
17012025-02-28T10:20:37.440Zstop 2:23.138289687
17022025-02-28T10:20:37.440Z+ source ./tools/include/force-git-over-https.sh
17032025-02-28T10:20:37.440Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17042025-02-28T10:20:37.440Z++ (( i = 0 ))
17052025-02-28T10:20:37.440Z++ (( i < 5 ))
17062025-02-28T10:20:37.440Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17072025-02-28T10:20:37.455Z++ (( i++ ))
17082025-02-28T10:20:37.455Z++ (( i < 5 ))
17092025-02-28T10:20:37.455Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17102025-02-28T10:20:37.455Z++ (( i++ ))
17112025-02-28T10:20:37.455Z++ (( i < 5 ))
17122025-02-28T10:20:37.455Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17132025-02-28T10:20:37.455Z++ (( i++ ))
17142025-02-28T10:20:37.455Z++ (( i < 5 ))
17152025-02-28T10:20:37.455Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17162025-02-28T10:20:37.455Z++ (( i++ ))
17172025-02-28T10:20:37.456Z++ (( i < 5 ))
17182025-02-28T10:20:37.456Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17192025-02-28T10:20:37.456Z++ (( i++ ))
17202025-02-28T10:20:37.456Z++ (( i < 5 ))
17212025-02-28T10:20:37.456Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17222025-02-28T10:20:37.456Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17232025-02-28T10:20:37.456Z+ rc=0
17242025-02-28T10:20:37.456Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17252025-02-28T10:21:11.718Z+ case $rc in
17262025-02-28T10:21:11.718Z+ pfexec zfs create -p rpool/images/build/host
17272025-02-28T10:21:12.016Z+ pfexec zfs create -p rpool/images/build/recovery
17282025-02-28T10:21:12.098Z+ cargo xtask releng --output-dir /work
17292025-02-28T10:21:12.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17302025-02-28T10:21:12.689Z Running `target/debug/xtask releng --output-dir /work`
17312025-02-28T10:21:13.636Z Compiling proc-macro2 v1.0.93
17322025-02-28T10:21:13.636Z Compiling unicode-ident v1.0.14
17332025-02-28T10:21:13.639Z Compiling libc v0.2.170
17342025-02-28T10:21:13.639Z Compiling serde v1.0.218
17352025-02-28T10:21:13.639Z Compiling autocfg v1.4.0
17362025-02-28T10:21:13.639Z Compiling version_check v0.9.5
17372025-02-28T10:21:13.639Z Compiling cfg-if v1.0.0
17382025-02-28T10:21:13.956Z Compiling memchr v2.7.4
17392025-02-28T10:21:14.017Z Compiling typenum v1.17.0
17402025-02-28T10:21:14.021Z Compiling shlex v1.3.0
17412025-02-28T10:21:14.501Z Compiling generic-array v0.14.7
17422025-02-28T10:21:14.526Z Compiling value-bag v1.9.0
17432025-02-28T10:21:14.560Z Compiling lock_api v0.4.12
17442025-02-28T10:21:14.829Z Compiling scopeguard v1.2.0
17452025-02-28T10:21:14.993Z Compiling log v0.4.22
17462025-02-28T10:21:15.016Z Compiling parking_lot_core v0.9.10
17472025-02-28T10:21:15.218Z Compiling rustix v0.38.37
17482025-02-28T10:21:15.430Z Compiling serde_json v1.0.139
17492025-02-28T10:21:15.475Z Compiling libm v0.2.8
17502025-02-28T10:21:15.758Z Compiling quote v1.0.38
17512025-02-28T10:21:15.785Z Compiling jobserver v0.1.32
17522025-02-28T10:21:15.839Z Compiling getrandom v0.2.15
17532025-02-28T10:21:15.898Z Compiling num-traits v0.2.19
17542025-02-28T10:21:15.982Z Compiling once_cell v1.20.3
17552025-02-28T10:21:16.165Z Compiling syn v2.0.98
17562025-02-28T10:21:16.197Z Compiling cc v1.2.15
17572025-02-28T10:21:16.218Z Compiling slab v0.4.9
17582025-02-28T10:21:16.246Z Compiling semver v1.0.25
17592025-02-28T10:21:16.315Z Compiling itoa v1.0.11
17602025-02-28T10:21:16.477Z Compiling aho-corasick v1.1.3
17612025-02-28T10:21:16.558Z Compiling regex-syntax v0.8.5
17622025-02-28T10:21:16.576Z Compiling thiserror v1.0.69
17632025-02-28T10:21:16.718Z Compiling spin v0.9.8
17642025-02-28T10:21:17.199Z Compiling byteorder v1.5.0
17652025-02-28T10:21:17.427Z Compiling errno v0.3.9
17662025-02-28T10:21:17.699Z Compiling getrandom v0.3.1
17672025-02-28T10:21:17.771Z Compiling either v1.14.0
17682025-02-28T10:21:17.991Z Compiling glob v0.3.2
17692025-02-28T10:21:18.138Z Compiling rand_core v0.6.4
17702025-02-28T10:21:18.200Z Compiling prettyplease v0.2.29
17712025-02-28T10:21:18.599Z Compiling subtle v2.6.1
17722025-02-28T10:21:18.695Z Compiling lazy_static v1.5.0
17732025-02-28T10:21:18.754Z Compiling clang-sys v1.8.1
17742025-02-28T10:21:18.848Z Compiling minimal-lexical v0.2.1
17752025-02-28T10:21:19.234Z Compiling libloading v0.8.5
17762025-02-28T10:21:19.395Z Compiling nom v7.1.3
17772025-02-28T10:21:19.426Z Compiling home v0.5.9
17782025-02-28T10:21:19.533Z Compiling smallvec v1.14.0
17792025-02-28T10:21:19.667Z Compiling bindgen v0.69.5
17802025-02-28T10:21:20.225Z Compiling itertools v0.12.1
17812025-02-28T10:21:20.493Z Compiling regex-automata v0.4.8
17822025-02-28T10:21:20.518Z Compiling rustc-hash v1.1.0
17832025-02-28T10:21:20.684Z Compiling lazycell v1.3.0
17842025-02-28T10:21:21.287Z Compiling cmake v0.1.51
17852025-02-28T10:21:22.135Z Compiling dunce v1.0.5
17862025-02-28T10:21:22.217Z Compiling pkg-config v0.3.31
17872025-02-28T10:21:22.344Z Compiling fs_extra v1.3.0
17882025-02-28T10:21:22.621Z Compiling cexpr v0.6.0
17892025-02-28T10:21:22.893Z Compiling ring v0.17.11
17902025-02-28T10:21:23.206Z Compiling paste v1.0.15
17912025-02-28T10:21:23.353Z Compiling heck v0.5.0
17922025-02-28T10:21:23.705Z Compiling synstructure v0.13.1
17932025-02-28T10:21:24.013Z Compiling ryu v1.0.18
17942025-02-28T10:21:24.426Z Compiling aws-lc-rs v1.12.4
17952025-02-28T10:21:24.466Z Compiling pin-project-lite v0.2.14
17962025-02-28T10:21:24.641Z Compiling httparse v1.9.5
17972025-02-28T10:21:24.993Z Compiling const-oid v0.9.6
17982025-02-28T10:21:25.314Z Compiling allocator-api2 v0.2.18
17992025-02-28T10:21:25.356Z Compiling futures-core v0.3.31
18002025-02-28T10:21:26.125Z Compiling signal-hook-registry v1.4.2
18012025-02-28T10:21:26.376Z Compiling regex v1.11.1
18022025-02-28T10:21:27.347Z Compiling parking_lot v0.12.3
18032025-02-28T10:21:27.419Z Compiling mio v1.0.2
18042025-02-28T10:21:27.699Z Compiling num-conv v0.1.0
18052025-02-28T10:21:27.737Z Compiling time-core v0.1.2
18062025-02-28T10:21:27.765Z Compiling serde_derive v1.0.218
18072025-02-28T10:21:27.951Z Compiling zeroize_derive v1.4.2
18082025-02-28T10:21:28.040Z Compiling zerocopy-derive v0.7.35
18092025-02-28T10:21:28.711Z Compiling tokio-macros v2.5.0
18102025-02-28T10:21:29.238Z Compiling thiserror-impl v1.0.69
18112025-02-28T10:21:29.394Z Compiling zeroize v1.8.1
18122025-02-28T10:21:29.618Z Compiling zerofrom-derive v0.1.4
18132025-02-28T10:21:29.884Z Compiling yoke-derive v0.7.4
18142025-02-28T10:21:29.972Z Compiling futures-macro v0.3.31
18152025-02-28T10:21:30.049Z Compiling zerovec-derive v0.10.3
18162025-02-28T10:21:30.375Z Compiling displaydoc v0.2.5
18172025-02-28T10:21:30.410Z Compiling zerocopy v0.7.35
18182025-02-28T10:21:31.928Z Compiling icu_provider_macros v1.5.0
18192025-02-28T10:21:32.432Z Compiling tracing-attributes v0.1.27
18202025-02-28T10:21:32.602Z Compiling der_derive v0.7.3
18212025-02-28T10:21:32.759Z Compiling time-macros v0.2.18
18222025-02-28T10:21:33.042Z Compiling crypto-common v0.1.6
18232025-02-28T10:21:33.106Z Compiling block-buffer v0.10.4
18242025-02-28T10:21:33.399Z Compiling digest v0.10.7
18252025-02-28T10:21:33.631Z Compiling vcpkg v0.2.15
18262025-02-28T10:21:33.939Z Compiling crossbeam-utils v0.8.20
18272025-02-28T10:21:33.953Z Compiling schemars v0.8.22
18282025-02-28T10:21:34.356Z Compiling serde_derive_internals v0.29.1
18292025-02-28T10:21:34.506Z Compiling socket2 v0.5.8
18302025-02-28T10:21:35.463Z Compiling openssl-sys v0.9.106
18312025-02-28T10:21:36.332Z Compiling fnv v1.0.7
18322025-02-28T10:21:36.383Z Compiling schemars_derive v0.8.22
18332025-02-28T10:21:36.504Z Compiling futures-sink v0.3.31
18342025-02-28T10:21:37.863Z Compiling ahash v0.8.11
18352025-02-28T10:21:37.898Z Compiling stable_deref_trait v1.2.0
18362025-02-28T10:21:38.298Z Compiling foldhash v0.1.3
18372025-02-28T10:21:38.419Z Compiling equivalent v1.0.1
18382025-02-28T10:21:38.633Z Compiling cpufeatures v0.2.14
18392025-02-28T10:21:38.710Z Compiling hashbrown v0.15.1
18402025-02-28T10:21:39.113Z Compiling slog v2.7.0
18412025-02-28T10:21:39.180Z Compiling futures-channel v0.3.31
18422025-02-28T10:21:39.474Z Compiling zerofrom v0.1.4
18432025-02-28T10:21:39.666Z Compiling futures-io v0.3.31
18442025-02-28T10:21:39.706Z Compiling pin-utils v0.1.0
18452025-02-28T10:21:39.791Z Compiling futures-task v0.3.31
18462025-02-28T10:21:39.858Z Compiling yoke v0.7.4
18472025-02-28T10:21:40.088Z Compiling futures-util v0.3.31
18482025-02-28T10:21:40.216Z Compiling openssl v0.10.71
18492025-02-28T10:21:40.317Z Compiling zerovec v0.10.4
18502025-02-28T10:21:40.416Z Compiling bitflags v2.6.0
18512025-02-28T10:21:40.648Z Compiling bytes v1.10.0
18522025-02-28T10:21:40.763Z Compiling indexmap v2.7.1
18532025-02-28T10:21:42.341Z Compiling tokio v1.43.0
18542025-02-28T10:21:43.766Z Compiling serde_tokenstream v0.2.2
18552025-02-28T10:21:43.811Z Compiling http v1.2.0
18562025-02-28T10:21:44.861Z Compiling scroll_derive v0.12.0
18572025-02-28T10:21:45.500Z Compiling which v4.4.2
18582025-02-28T10:21:46.377Z Compiling ucd-trie v0.1.7
18592025-02-28T10:21:46.874Z Compiling pest v2.7.14
18602025-02-28T10:21:48.627Z Compiling rustc_version v0.4.1
18612025-02-28T10:21:49.226Z Compiling uuid v1.15.1
18622025-02-28T10:21:49.265Z Compiling hmac v0.12.1
18632025-02-28T10:21:49.597Z Compiling openssl-macros v0.1.1
18642025-02-28T10:21:50.127Z Compiling zerocopy v0.8.10
18652025-02-28T10:21:50.173Z Compiling rustls v0.23.19
18662025-02-28T10:21:50.467Z Compiling iana-time-zone v0.1.61
18672025-02-28T10:21:50.577Z Compiling native-tls v0.2.12
18682025-02-28T10:21:50.890Z Compiling chrono v0.4.40
18692025-02-28T10:21:51.053Z Compiling pest_meta v2.7.14
18702025-02-28T10:21:51.102Z Compiling tinystr v0.7.6
18712025-02-28T10:21:51.660Z Compiling block-padding v0.3.3
18722025-02-28T10:21:51.663Z Compiling writeable v0.5.5
18732025-02-28T10:21:51.991Z Compiling litemap v0.7.3
18742025-02-28T10:21:52.550Z Compiling pest_generator v2.7.14
18752025-02-28T10:21:52.707Z Compiling icu_locid v1.5.0
18762025-02-28T10:21:52.839Z Compiling inout v0.1.3
18772025-02-28T10:21:53.619Z Compiling ppv-lite86 v0.2.20
18782025-02-28T10:21:54.368Z Compiling zerocopy-derive v0.8.10
18792025-02-28T10:21:54.481Z Compiling cookie v0.18.1
18802025-02-28T10:21:55.906Z Compiling pest_derive v2.7.14
18812025-02-28T10:21:56.851Z Compiling icu_provider v1.5.0
18822025-02-28T10:21:57.128Z Compiling cipher v0.4.4
18832025-02-28T10:21:57.800Z Compiling sha2 v0.10.8
18842025-02-28T10:21:58.165Z Compiling async-trait v0.1.86
18852025-02-28T10:21:58.570Z Compiling aws-lc-sys v0.26.0
18862025-02-28T10:21:58.795Z Compiling tracing-core v0.1.32
18872025-02-28T10:21:59.155Z Compiling usdt-impl v0.5.0
18882025-02-28T10:21:59.682Z Compiling dyn-clone v1.0.18
18892025-02-28T10:21:59.965Z Compiling percent-encoding v2.3.1
18902025-02-28T10:22:00.185Z Compiling base64ct v1.6.0
18912025-02-28T10:22:00.474Z Compiling rustls-pki-types v1.10.0
18922025-02-28T10:22:00.495Z Compiling icu_locid_transform_data v1.5.0
18932025-02-28T10:22:00.626Z Compiling icu_locid_transform v1.5.0
18942025-02-28T10:22:00.907Z Compiling pem-rfc7468 v0.7.0
18952025-02-28T10:22:02.412Z Compiling tracing v0.1.40
18962025-02-28T10:22:04.431Z Compiling tokio-util v0.7.13
18972025-02-28T10:22:04.510Z Compiling scroll v0.12.0
18982025-02-28T10:22:05.100Z Compiling icu_collections v1.5.0
18992025-02-28T10:22:07.186Z Compiling flagset v0.4.6
19002025-02-28T10:22:07.227Z Compiling plain v0.2.3
19012025-02-28T10:22:07.390Z Compiling syn v1.0.109
19022025-02-28T10:22:07.414Z Compiling powerfmt v0.2.0
19032025-02-28T10:22:07.724Z Compiling untrusted v0.9.0
19042025-02-28T10:22:07.888Z Compiling icu_properties_data v1.5.0
19052025-02-28T10:22:07.909Z Compiling camino v1.1.9
19062025-02-28T10:22:08.065Z Compiling untrusted v0.7.1
19072025-02-28T10:22:08.142Z Compiling icu_properties v1.5.1
19082025-02-28T10:22:08.542Z Compiling deranged v0.3.11
19092025-02-28T10:22:10.358Z Compiling goblin v0.8.2
19102025-02-28T10:22:10.448Z Compiling der v0.7.9
19112025-02-28T10:22:14.662Z Compiling utf16_iter v1.0.5
19122025-02-28T10:22:14.881Z Compiling pretty-hex v0.4.1
19132025-02-28T10:22:15.365Z Compiling atomic-waker v1.1.2
19142025-02-28T10:22:15.393Z Compiling write16 v1.0.0
19152025-02-28T10:22:15.527Z Compiling litrs v0.4.1
19162025-02-28T10:22:15.587Z Compiling rayon-core v1.12.1
19172025-02-28T10:22:15.623Z Compiling num_threads v0.1.7
19182025-02-28T10:22:15.967Z Compiling utf8_iter v1.0.4
19192025-02-28T10:22:16.180Z Compiling rustls v0.22.4
19202025-02-28T10:22:16.288Z Compiling icu_normalizer_data v1.5.0
19212025-02-28T10:22:16.439Z Compiling icu_normalizer v1.5.0
19222025-02-28T10:22:16.502Z Compiling document-features v0.2.10
19232025-02-28T10:22:16.706Z Compiling dof v0.3.0
19242025-02-28T10:22:16.848Z Compiling time v0.3.36
19252025-02-28T10:22:19.012Z Compiling spki v0.7.3
19262025-02-28T10:22:19.724Z Compiling form_urlencoded v1.2.1
19272025-02-28T10:22:20.046Z Compiling salsa20 v0.10.2
19282025-02-28T10:22:20.296Z Compiling dtrace-parser v0.2.0
19292025-02-28T10:22:21.730Z Compiling pbkdf2 v0.12.2
19302025-02-28T10:22:21.945Z Compiling http-body v1.0.1
19312025-02-28T10:22:22.051Z Compiling bzip2-sys v0.1.11+1.0.8
19322025-02-28T10:22:22.273Z Compiling thread-id v4.2.2
19332025-02-28T10:22:23.045Z Compiling try-lock v0.2.5
19342025-02-28T10:22:23.309Z Compiling want v0.3.1
19352025-02-28T10:22:25.295Z Compiling scrypt v0.11.0
19362025-02-28T10:22:25.819Z Compiling idna_adapter v1.2.0
19372025-02-28T10:22:26.118Z Compiling h2 v0.4.6
19382025-02-28T10:22:26.140Z Compiling cbc v0.1.2
19392025-02-28T10:22:26.238Z Compiling aes v0.8.4
19402025-02-28T10:22:27.195Z Compiling multer v3.1.0
19412025-02-28T10:22:27.512Z Compiling slog-async v2.8.0
19422025-02-28T10:22:27.622Z Compiling httpdate v1.0.3
19432025-02-28T10:22:28.085Z Compiling tinyvec_macros v0.1.1
19442025-02-28T10:22:28.275Z Compiling base64 v0.22.1
19452025-02-28T10:22:28.737Z Compiling tower-service v0.3.3
19462025-02-28T10:22:29.499Z Compiling tinyvec v1.8.0
19472025-02-28T10:22:29.874Z Compiling pkcs5 v0.7.1
19482025-02-28T10:22:31.155Z Compiling idna v1.0.3
19492025-02-28T10:22:34.046Z Compiling rand_chacha v0.3.1
19502025-02-28T10:22:34.985Z Compiling heapless v0.7.17
19512025-02-28T10:22:35.481Z Compiling hyper v1.6.0
19522025-02-28T10:22:37.029Z Compiling zerocopy-derive v0.6.6
19532025-02-28T10:22:37.474Z Compiling signal-hook v0.3.17
19542025-02-28T10:22:37.825Z Compiling num-bigint-dig v0.8.4
19552025-02-28T10:22:38.693Z Compiling anyhow v1.0.96
19562025-02-28T10:22:38.932Z Compiling hyper-util v0.1.10
19572025-02-28T10:22:41.566Z Compiling rand v0.8.5
19582025-02-28T10:22:43.710Z Compiling pkcs8 v0.10.2
19592025-02-28T10:22:44.335Z Compiling usdt-macro v0.5.0
19602025-02-28T10:22:44.436Z Compiling usdt-attr-macro v0.5.0
19612025-02-28T10:22:45.677Z Compiling async-stream-impl v0.3.6
19622025-02-28T10:22:45.939Z Compiling foreign-types-shared v0.1.1
19632025-02-28T10:22:46.167Z Compiling strsim v0.11.1
19642025-02-28T10:22:46.225Z Compiling rustversion v1.0.17
19652025-02-28T10:22:46.662Z Compiling foreign-types v0.3.2
19662025-02-28T10:22:47.538Z Compiling url v2.5.3
19672025-02-28T10:22:48.017Z Compiling http-body-util v0.1.2
19682025-02-28T10:22:49.858Z Compiling curve25519-dalek v4.1.3
19692025-02-28T10:22:50.471Z Compiling openapiv3 v2.0.0
19702025-02-28T10:22:50.637Z Compiling toml_datetime v0.6.8
19712025-02-28T10:22:51.171Z Compiling serde_spanned v0.6.8
19722025-02-28T10:22:51.320Z Compiling enum-as-inner v0.6.1
19732025-02-28T10:22:52.415Z Compiling memoffset v0.9.1
19742025-02-28T10:22:52.801Z Compiling dropshot v0.12.0
19752025-02-28T10:22:53.147Z Compiling encoding_rs v0.8.34
19762025-02-28T10:22:53.672Z Compiling adler2 v2.0.0
19772025-02-28T10:22:53.895Z Compiling smoltcp v0.9.1
19782025-02-28T10:22:53.898Z Compiling mime v0.3.17
19792025-02-28T10:22:54.614Z Compiling newtype-uuid v1.2.1
19802025-02-28T10:22:54.936Z Compiling portable-atomic v1.9.0
19812025-02-28T10:22:55.218Z Compiling match_cfg v0.1.0
19822025-02-28T10:22:55.589Z Compiling hostname v0.3.1
19832025-02-28T10:22:55.819Z Compiling miniz_oxide v0.8.5
19842025-02-28T10:22:57.232Z Compiling rand_core v0.9.2
19852025-02-28T10:23:07.794Z Compiling serde_urlencoded v0.7.1
19862025-02-28T10:23:08.498Z Compiling rustls-pemfile v2.2.0
19872025-02-28T10:23:08.521Z Compiling clap_derive v4.5.28
19882025-02-28T10:23:08.985Z Compiling dirs-sys-next v0.1.2
19892025-02-28T10:23:09.934Z Compiling data-encoding v2.6.0
19902025-02-28T10:23:11.511Z Compiling cfg_aliases v0.2.1
19912025-02-28T10:23:11.686Z Compiling siphasher v0.3.11
19922025-02-28T10:23:12.168Z Compiling openssl-probe v0.1.5
19932025-02-28T10:23:12.324Z Compiling ipnet v2.11.0
19942025-02-28T10:23:13.141Z Compiling nix v0.29.0
19952025-02-28T10:23:14.182Z Compiling dirs-next v2.0.0
19962025-02-28T10:23:16.226Z Compiling rand_chacha v0.9.0
19972025-02-28T10:23:17.787Z Compiling unicode-normalization v0.1.24
19982025-02-28T10:23:17.979Z Compiling hubpack_derive v0.1.1
19992025-02-28T10:23:18.138Z Compiling crossbeam-epoch v0.9.18
20002025-02-28T10:23:18.903Z Compiling dropshot_endpoint v0.12.0
20012025-02-28T10:23:19.271Z Compiling sha1 v0.10.6
20022025-02-28T10:23:19.705Z Compiling signature v2.2.0
20032025-02-28T10:23:19.990Z Compiling curve25519-dalek-derive v0.1.1
20042025-02-28T10:23:20.092Z Compiling thread_local v1.1.8
20052025-02-28T10:23:20.700Z Compiling rustls-webpki v0.102.8
20062025-02-28T10:23:20.961Z Compiling fs-err v2.11.0
20072025-02-28T10:23:22.064Z Compiling anstyle v1.0.10
20082025-02-28T10:23:22.517Z Compiling utf8parse v0.2.2
20092025-02-28T10:23:22.698Z Compiling unicode-properties v0.1.3
20102025-02-28T10:23:22.976Z Compiling winnow v0.7.3
20112025-02-28T10:23:23.105Z Compiling psl-types v2.0.11
20122025-02-28T10:23:23.225Z Compiling gimli v0.31.1
20132025-02-28T10:23:23.379Z Compiling unicode-bidi v0.3.17
20142025-02-28T10:23:23.511Z Compiling publicsuffix v2.3.0
20152025-02-28T10:23:24.540Z Compiling stringprep v0.1.5
20162025-02-28T10:23:24.637Z Compiling anstyle-parse v0.2.5
20172025-02-28T10:23:26.549Z Compiling toml_edit v0.22.24
20182025-02-28T10:23:28.073Z Compiling addr2line v0.24.2
20192025-02-28T10:23:28.094Z Compiling crossbeam-deque v0.8.5
20202025-02-28T10:23:28.446Z Compiling rand v0.9.0
20212025-02-28T10:23:28.740Z Compiling term v0.7.0
20222025-02-28T10:23:29.694Z Compiling tokio-native-tls v0.3.1
20232025-02-28T10:23:29.799Z Compiling slog-json v2.6.1
20242025-02-28T10:23:30.321Z Compiling crossbeam-channel v0.5.13
20252025-02-28T10:23:31.664Z Compiling webpki-roots v0.26.6
20262025-02-28T10:23:31.982Z Compiling futures-executor v0.3.31
20272025-02-28T10:23:32.074Z Compiling num-integer v0.1.46
20282025-02-28T10:23:32.285Z Compiling md-5 v0.10.6
20292025-02-28T10:23:32.426Z Compiling sync_wrapper v1.0.1
20302025-02-28T10:23:32.556Z Compiling ff v0.13.0
20312025-02-28T10:23:32.608Z Compiling hash32 v0.2.1
20322025-02-28T10:23:32.689Z Compiling is-terminal v0.4.13
20332025-02-28T10:23:32.744Z Compiling memmap v0.7.0
20342025-02-28T10:23:32.788Z Compiling object v0.36.5
20352025-02-28T10:23:32.842Z Compiling colorchoice v1.0.2
20362025-02-28T10:23:32.980Z Compiling tower-layer v0.3.3
20372025-02-28T10:23:33.027Z Compiling heck v0.4.1
20382025-02-28T10:23:33.057Z Compiling anstyle-query v1.1.1
20392025-02-28T10:23:33.226Z Compiling quick-error v1.2.3
20402025-02-28T10:23:33.398Z Compiling take_mut v0.2.2
20412025-02-28T10:23:33.401Z Compiling is_terminal_polyfill v1.70.1
20422025-02-28T10:23:33.441Z Compiling rustc-demangle v0.1.24
20432025-02-28T10:23:33.573Z Compiling utf-8 v0.7.6
20442025-02-28T10:23:33.576Z Compiling base16ct v0.2.0
20452025-02-28T10:23:33.877Z Compiling linked-hash-map v0.5.6
20462025-02-28T10:23:34.126Z Compiling fallible-iterator v0.2.0
20472025-02-28T10:23:34.218Z Compiling lru-cache v0.1.2
20482025-02-28T10:23:34.433Z Compiling sec1 v0.7.3
20492025-02-28T10:23:34.557Z Compiling tungstenite v0.24.0
20502025-02-28T10:23:34.785Z Compiling postgres-protocol v0.6.8
20512025-02-28T10:23:34.961Z Compiling anstream v0.6.15
20522025-02-28T10:23:35.933Z Compiling strum_macros v0.25.3
20532025-02-28T10:23:36.321Z Compiling resolv-conf v0.7.0
20542025-02-28T10:23:36.397Z Compiling tower v0.5.2
20552025-02-28T10:23:36.487Z Compiling usdt v0.5.0
20562025-02-28T10:23:36.924Z Compiling slog-term v2.9.1
20572025-02-28T10:23:37.341Z Compiling group v0.13.0
20582025-02-28T10:23:37.672Z Compiling num-iter v0.1.45
20592025-02-28T10:23:37.878Z Compiling futures v0.3.31
20602025-02-28T10:23:38.106Z Compiling tokio-rustls v0.26.0
20612025-02-28T10:23:38.811Z Compiling slog-bunyan v2.5.0
20622025-02-28T10:23:39.250Z Compiling backtrace v0.3.74
20632025-02-28T10:23:39.542Z Compiling hyper-tls v0.6.0
20642025-02-28T10:23:39.683Z Compiling toml v0.8.20
20652025-02-28T10:23:39.750Z Compiling tokio-rustls v0.25.0
20662025-02-28T10:23:39.885Z Compiling cookie_store v0.21.1
20672025-02-28T10:23:40.181Z Compiling hickory-proto v0.24.4
20682025-02-28T10:23:40.233Z Compiling phf_shared v0.11.2
20692025-02-28T10:23:40.977Z Compiling async-stream v0.3.6
20702025-02-28T10:23:41.199Z Compiling waitgroup v0.1.2
20712025-02-28T10:23:41.416Z Compiling hashbrown v0.14.5
20722025-02-28T10:23:41.534Z Compiling hkdf v0.12.4
20732025-02-28T10:23:41.594Z Compiling terminal_size v0.4.0
20742025-02-28T10:23:41.786Z Compiling serde_path_to_error v0.1.16
20752025-02-28T10:23:42.007Z Compiling crypto-bigint v0.5.5
20762025-02-28T10:23:42.197Z Compiling serde_repr v0.1.19
20772025-02-28T10:23:42.582Z Compiling derive-where v1.2.7
20782025-02-28T10:23:42.604Z Compiling hostname v0.4.0
20792025-02-28T10:23:42.972Z Compiling crc32fast v1.4.2
20802025-02-28T10:23:44.323Z Compiling managed v0.8.0
20812025-02-28T10:23:44.372Z Compiling bitflags v1.3.2
20822025-02-28T10:23:44.499Z Compiling clap_lex v0.7.4
20832025-02-28T10:23:44.640Z Compiling debug-ignore v1.0.5
20842025-02-28T10:23:44.755Z Compiling winnow v0.5.40
20852025-02-28T10:23:44.892Z Compiling unicode-width v0.2.0
20862025-02-28T10:23:45.344Z Compiling elliptic-curve v0.13.8
20872025-02-28T10:23:45.408Z Compiling console v0.15.10
20882025-02-28T10:23:45.451Z Compiling clap_builder v4.5.31
20892025-02-28T10:23:46.043Z Compiling hickory-resolver v0.24.4
20902025-02-28T10:23:48.105Z Compiling toml_edit v0.19.15
20912025-02-28T10:23:50.730Z Compiling flate2 v1.1.0
20922025-02-28T10:23:51.572Z Compiling regress v0.10.1
20932025-02-28T10:23:53.901Z Compiling hyper-rustls v0.27.3
20942025-02-28T10:23:54.979Z Compiling phf v0.11.2
20952025-02-28T10:23:55.694Z Compiling signal-hook-mio v0.2.4
20962025-02-28T10:23:55.739Z Compiling rayon v1.10.0
20972025-02-28T10:23:56.014Z Compiling bzip2 v0.4.4
20982025-02-28T10:23:56.170Z Compiling tokio-tungstenite v0.24.0
20992025-02-28T10:23:56.376Z Compiling postgres-types v0.2.9
21002025-02-28T10:23:56.662Z Compiling ed25519 v2.2.3
21012025-02-28T10:23:56.692Z Compiling hubpack v0.1.2
21022025-02-28T10:23:56.746Z Compiling phf_shared v0.10.0
21032025-02-28T10:23:57.116Z Compiling pkcs1 v0.7.5
21042025-02-28T10:23:57.175Z Compiling zerocopy v0.6.6
21052025-02-28T10:23:57.499Z Compiling tokio-stream v0.1.17
21062025-02-28T10:23:57.989Z Compiling rfc6979 v0.4.0
21072025-02-28T10:23:58.296Z Compiling serde-big-array v0.5.1
21082025-02-28T10:23:58.430Z Compiling float-cmp v0.10.0
21092025-02-28T10:23:58.541Z Compiling bstr v1.10.0
21102025-02-28T10:23:58.750Z Compiling static_assertions v1.1.0
21112025-02-28T10:23:58.880Z Compiling unicode-segmentation v1.12.0
21122025-02-28T10:23:59.722Z Compiling difflib v0.4.0
21132025-02-28T10:23:59.932Z Compiling predicates-core v1.0.8
21142025-02-28T10:23:59.956Z Compiling whoami v1.5.2
21152025-02-28T10:24:00.033Z Compiling normalize-line-endings v0.3.0
21162025-02-28T10:24:00.193Z Compiling precomputed-hash v0.1.1
21172025-02-28T10:24:00.230Z Compiling bit-vec v0.6.3
21182025-02-28T10:24:00.445Z Compiling number_prefix v0.4.0
21192025-02-28T10:24:00.636Z Compiling fixedbitset v0.4.2
21202025-02-28T10:24:00.696Z Compiling new_debug_unreachable v1.0.6
21212025-02-28T10:24:01.050Z Compiling petgraph v0.6.5
21222025-02-28T10:24:03.853Z Compiling string_cache v0.8.7
21232025-02-28T10:24:04.277Z Compiling indicatif v0.17.11
21242025-02-28T10:24:04.620Z Compiling bit-set v0.5.3
21252025-02-28T10:24:04.675Z Compiling tokio-postgres v0.7.13
21262025-02-28T10:24:04.794Z Compiling predicates v3.1.3
21272025-02-28T10:24:04.908Z Compiling similar v2.6.0
21282025-02-28T10:24:05.758Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21292025-02-28T10:24:06.004Z Compiling qorb v0.2.1
21302025-02-28T10:24:06.243Z Compiling ecdsa v0.16.9
21312025-02-28T10:24:06.882Z Compiling rsa v0.9.6
21322025-02-28T10:24:07.027Z Compiling ed25519-dalek v2.1.1
21332025-02-28T10:24:08.324Z Compiling reqwest v0.12.12
21342025-02-28T10:24:08.371Z Compiling zip v0.6.6
21352025-02-28T10:24:09.204Z Compiling crossterm v0.28.1
21362025-02-28T10:24:09.516Z Compiling typify-impl v0.2.0
21372025-02-28T10:24:11.964Z Compiling toml v0.7.8
21382025-02-28T10:24:12.014Z Compiling clap v4.5.31
21392025-02-28T10:24:13.306Z Compiling x509-cert v0.2.5
21402025-02-28T10:24:14.894Z Compiling hex v0.4.3
21412025-02-28T10:24:17.277Z Compiling itertools v0.10.5
21422025-02-28T10:24:20.229Z Compiling lalrpop-util v0.19.12
21432025-02-28T10:24:20.580Z Compiling unicode-xid v0.2.6
21442025-02-28T10:24:20.786Z Compiling peg-runtime v0.8.3
21452025-02-28T10:24:21.283Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21462025-02-28T10:24:21.809Z Compiling typify-macro v0.2.0
21472025-02-28T10:24:50.865Z Compiling radium v0.7.0
21482025-02-28T10:24:57.277Z Compiling ident_case v1.0.1
21492025-02-28T10:24:57.486Z Compiling tap v1.0.1
21502025-02-28T10:24:57.699Z Compiling maybe-uninit v2.0.0
21512025-02-28T10:24:58.727Z Compiling thiserror v2.0.11
21522025-02-28T10:25:02.497Z Compiling wyz v0.5.1
21532025-02-28T10:25:02.593Z Compiling darling_core v0.20.10
21542025-02-28T10:25:09.564Z Compiling typify v0.2.0
21552025-02-28T10:25:11.719Z Compiling thiserror-impl v2.0.11
21562025-02-28T10:25:11.925Z Compiling packed_struct v0.10.1
21572025-02-28T10:25:13.015Z Compiling unsafe-libyaml v0.2.11
21582025-02-28T10:25:14.522Z Compiling funty v2.0.0
21592025-02-28T10:25:17.558Z Compiling bitvec v1.0.1
21602025-02-28T10:25:21.488Z Compiling serde_yaml v0.9.34+deprecated
21612025-02-28T10:25:27.578Z Compiling progenitor-impl v0.8.0
21622025-02-28T10:25:28.369Z Compiling darling_macro v0.20.10
21632025-02-28T10:25:32.342Z Compiling ipnetwork v0.21.1
21642025-02-28T10:25:32.533Z Compiling packed_struct_codegen v0.10.1
21652025-02-28T10:25:32.846Z Compiling structmeta-derive v0.3.0
21662025-02-28T10:25:33.463Z Compiling indexmap v1.9.3
21672025-02-28T10:25:33.836Z Compiling crc-catalog v2.4.0
21682025-02-28T10:25:34.774Z Compiling fastrand v2.1.1
21692025-02-28T10:25:35.251Z Compiling nodrop v0.1.14
21702025-02-28T10:25:35.410Z Compiling array-init v0.0.4
21712025-02-28T10:25:35.449Z Compiling structmeta v0.3.0
21722025-02-28T10:25:35.736Z Compiling tempfile v3.13.0
21732025-02-28T10:25:35.953Z Compiling crc v3.2.1
21742025-02-28T10:25:36.117Z Compiling progenitor-macro v0.8.0
21752025-02-28T10:25:36.470Z Compiling oxnet v0.1.1
21762025-02-28T10:25:36.818Z Compiling smallvec v0.6.14
21772025-02-28T10:25:37.334Z Compiling darling v0.20.10
21782025-02-28T10:25:37.504Z Compiling progenitor-client v0.8.0
21792025-02-28T10:25:37.999Z Compiling xattr v1.3.1
21802025-02-28T10:25:38.336Z Compiling daft-derive v0.1.1
21812025-02-28T10:25:38.415Z Compiling pin-project-internal v1.1.6
21822025-02-28T10:25:39.735Z Compiling filetime v0.2.25
21832025-02-28T10:25:40.011Z Compiling dropshot v0.16.0
21842025-02-28T10:25:40.100Z Compiling termcolor v1.4.1
21852025-02-28T10:25:40.123Z Compiling base64 v0.21.7
21862025-02-28T10:25:40.349Z Compiling hashbrown v0.12.3
21872025-02-28T10:25:40.853Z Compiling same-file v1.0.6
21882025-02-28T10:25:41.112Z Compiling bitfield v0.14.0
21892025-02-28T10:25:41.191Z Compiling walkdir v2.5.0
21902025-02-28T10:25:41.223Z Compiling pin-project v1.1.6
21912025-02-28T10:25:41.390Z Compiling ron v0.8.1
21922025-02-28T10:25:41.478Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21932025-02-28T10:25:42.652Z Compiling env_logger v0.10.2
21942025-02-28T10:25:42.861Z Compiling tar v0.4.44
21952025-02-28T10:25:45.549Z Compiling daft v0.1.1
21962025-02-28T10:25:46.200Z Compiling serde_with_macros v3.11.0
21972025-02-28T10:25:46.394Z Compiling progenitor v0.8.0
21982025-02-28T10:25:46.638Z Compiling serde-hex v0.1.0
21992025-02-28T10:25:47.269Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22002025-02-28T10:25:47.616Z Compiling parse-display-derive v0.10.0
22012025-02-28T10:25:48.505Z Compiling strum_macros v0.26.4
22022025-02-28T10:25:48.631Z Compiling hashbrown v0.13.2
22032025-02-28T10:25:49.937Z Compiling dropshot_endpoint v0.16.0
22042025-02-28T10:25:51.128Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052025-02-28T10:25:51.659Z Compiling snafu-derive v0.8.5
22062025-02-28T10:25:51.877Z Compiling blake3 v1.5.4
22072025-02-28T10:25:52.532Z Compiling instant v0.1.13
22082025-02-28T10:25:52.601Z Compiling bumpalo v3.16.0
22092025-02-28T10:25:52.732Z Compiling lockfree-object-pool v0.1.6
22102025-02-28T10:25:53.054Z Compiling crc-any v2.5.0
22112025-02-28T10:25:53.165Z Compiling simd-adler32 v0.3.7
22122025-02-28T10:25:53.826Z Compiling buf-list v1.0.3
22132025-02-28T10:25:53.947Z Compiling zip v2.1.3
22142025-02-28T10:25:54.428Z Compiling zopfli v0.8.1
22152025-02-28T10:25:54.482Z Compiling backoff v0.4.0
22162025-02-28T10:25:54.863Z Compiling strum v0.26.3
22172025-02-28T10:25:55.150Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182025-02-28T10:25:55.395Z Compiling parse-display v0.10.0
22192025-02-28T10:25:55.703Z Compiling snafu v0.8.5
22202025-02-28T10:25:55.741Z Compiling object v0.30.4
22212025-02-28T10:25:56.951Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22222025-02-28T10:25:57.160Z Compiling serde_with v3.11.0
22232025-02-28T10:25:58.637Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22242025-02-28T10:26:00.238Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22252025-02-28T10:26:01.084Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22262025-02-28T10:26:01.824Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22272025-02-28T10:26:02.596Z Compiling camino-tempfile v1.1.1
22282025-02-28T10:26:03.382Z Compiling globset v0.4.15
22292025-02-28T10:26:03.830Z Compiling regress v0.9.1
22302025-02-28T10:26:07.869Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22312025-02-28T10:26:08.104Z Compiling progenitor-client v0.9.1
22322025-02-28T10:26:09.070Z Compiling olpc-cjson v0.1.4
22332025-02-28T10:26:09.388Z Compiling pem v3.0.5
22342025-02-28T10:26:09.391Z Compiling macaddr v1.0.1
22352025-02-28T10:26:10.019Z Compiling serde_plain v1.0.2
22362025-02-28T10:26:10.562Z Compiling cargo-platform v0.1.8
22372025-02-28T10:26:10.871Z Compiling async-recursion v1.1.1
22382025-02-28T10:26:11.113Z Compiling memmap2 v0.9.5
22392025-02-28T10:26:11.664Z Compiling arrayvec v0.7.6
22402025-02-28T10:26:11.699Z Compiling arrayref v0.3.9
22412025-02-28T10:26:11.828Z Compiling path-slash v0.1.5
22422025-02-28T10:26:12.091Z Compiling typed-path v0.9.3
22432025-02-28T10:26:12.155Z Compiling constant_time_eq v0.3.1
22442025-02-28T10:26:12.158Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22452025-02-28T10:26:12.232Z Compiling cargo_metadata v0.19.1
22462025-02-28T10:26:14.324Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22472025-02-28T10:26:14.811Z Compiling tough v0.19.0
22482025-02-28T10:26:18.493Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22492025-02-28T10:26:18.647Z Compiling itertools v0.14.0
22502025-02-28T10:26:18.977Z Compiling topological-sort v0.2.2
22512025-02-28T10:26:19.010Z Compiling parse-size v1.1.0
22522025-02-28T10:26:19.270Z Compiling omicron-zone-package v0.12.0
22532025-02-28T10:26:19.332Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22542025-02-28T10:26:22.150Z Compiling shell-words v1.1.0
22552025-02-28T10:26:27.260Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22562025-02-28T10:26:38.883Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22572025-02-28T10:26:52.692Z Finished `release` profile [optimized] target(s) in 5m 39s
22582025-02-28T10:26:52.870Z Running `target/release/omicron-releng --output-dir /work`
22592025-02-28T10:26:52.917ZFeb 28 10:26:51.792 DEBG changing working directory to /work/oxidecomputer/omicron
22602025-02-28T10:26:53.025ZFeb 28 10:26:51.900 DEBG running: git rev-parse HEAD
22612025-02-28T10:26:53.031ZFeb 28 10:26:51.907 DEBG process exited with exit status: 0 (6.788271ms)
22622025-02-28T10:26:53.032ZFeb 28 10:26:51.907 INFO version: 13.0.0-0.ci+gitc0511e19665
22632025-02-28T10:26:53.072ZFeb 28 10:26:51.948 INFO cloning helios to /work/oxidecomputer/helios
22642025-02-28T10:26:53.073ZFeb 28 10:26:51.948 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22652025-02-28T10:26:53.078ZCloning into '/work/oxidecomputer/helios'...
22662025-02-28T10:26:53.516ZFeb 28 10:26:52.391 DEBG process exited with exit status: 0 (442.786849ms)
22672025-02-28T10:26:53.516ZFeb 28 10:26:52.391 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22682025-02-28T10:26:54.426ZFeb 28 10:26:53.300 DEBG process exited with exit status: 0 (909.227659ms)
22692025-02-28T10:26:54.426ZFeb 28 10:26:53.300 DEBG running: zfs list rpool/images/build/host
22702025-02-28T10:26:54.433ZNAME USED AVAIL REFER MOUNTPOINT
22712025-02-28T10:26:54.433Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22722025-02-28T10:26:54.461ZFeb 28 10:26:53.308 DEBG process exited with exit status: 0 (7.801679ms)
22732025-02-28T10:26:54.461ZFeb 28 10:26:53.308 DEBG running: zfs list rpool/images/build/recovery
22742025-02-28T10:26:54.465ZNAME USED AVAIL REFER MOUNTPOINT
22752025-02-28T10:26:54.465Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22762025-02-28T10:26:54.465ZFeb 28 10:26:53.315 DEBG process exited with exit status: 0 (6.595709ms)
22772025-02-28T10:26:54.465ZFeb 28 10:26:53.315 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22782025-02-28T10:26:54.465Z# branch.oid 873badbd0b076bec558c882d9d377855dcb48038
22792025-02-28T10:26:54.465Z# branch.head master
22802025-02-28T10:26:54.465Z# branch.upstream origin/master
22812025-02-28T10:26:54.465Z# branch.ab +0 -0
22822025-02-28T10:26:54.465ZFeb 28 10:26:53.323 DEBG process exited with exit status: 0 (8.264337ms)
22832025-02-28T10:26:54.465ZFeb 28 10:26:53.324 INFO [hubris-staging] running task
22842025-02-28T10:26:54.465ZFeb 28 10:26:53.324 INFO [hubris-production] running task
22852025-02-28T10:26:54.465ZFeb 28 10:26:53.324 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
22862025-02-28T10:26:54.465ZFeb 28 10:26:53.328 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22872025-02-28T10:26:54.526Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22882025-02-28T10:26:54.949Z[ omicron-package] Blocking waiting for file lock on package cache
22892025-02-28T10:26:55.442Z[ omicron-package] Blocking waiting for file lock on package cache
22902025-02-28T10:26:55.722Z[ omicron-package] Blocking waiting for file lock on package cache
22912025-02-28T10:26:56.426ZFeb 28 10:26:55.300 INFO [hubris-production] task succeeded (1.975684153s)
22922025-02-28T10:26:56.508Z[ omicron-package] Compiling ring v0.17.11
22932025-02-28T10:26:56.519Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22942025-02-28T10:26:56.519Z[ omicron-package] Compiling itertools v0.13.0
22952025-02-28T10:26:56.522Z[ omicron-package] Compiling heapless v0.8.0
22962025-02-28T10:26:56.523Z[ omicron-package] Compiling hash32 v0.3.1
22972025-02-28T10:26:56.523Z[ omicron-package] Compiling smoltcp v0.11.0
22982025-02-28T10:26:56.523Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22992025-02-28T10:26:57.678Z[ omicron-package] Compiling num_enum_derive v0.5.11
23002025-02-28T10:26:57.793Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23012025-02-28T10:26:58.369Z[ omicron-package] Compiling cobs v0.2.3
23022025-02-28T10:26:58.535Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23032025-02-28T10:26:58.883Z[ omicron-package] Compiling postcard v1.0.10
23042025-02-28T10:26:59.631Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23052025-02-28T10:26:59.854Z[ omicron-package] Compiling proc-macro-error v1.0.4
23062025-02-28T10:27:00.368Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23072025-02-28T10:27:00.629Z[ omicron-package] Compiling unicode-width v0.1.14
23082025-02-28T10:27:00.839Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23092025-02-28T10:27:01.290Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23102025-02-28T10:27:01.500Z[ omicron-package] Compiling num_enum v0.5.11
23112025-02-28T10:27:01.775Z[ omicron-package] Compiling tabwriter v1.4.0
23122025-02-28T10:27:02.412Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23132025-02-28T10:27:02.785Z[ omicron-package] Compiling foreign-types v0.5.0
23142025-02-28T10:27:03.242Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152025-02-28T10:27:03.418Z[ omicron-package] Compiling cstr-argument v0.1.2
23162025-02-28T10:27:03.421Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23172025-02-28T10:27:04.054Z[ omicron-package] Compiling rustls v0.22.4
23182025-02-28T10:27:04.264Z[ omicron-package] Compiling rustls v0.23.19
23192025-02-28T10:27:04.269Z[ omicron-package] Compiling pretty-hex v0.2.1
23202025-02-28T10:27:04.749Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23212025-02-28T10:27:04.851Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
23222025-02-28T10:27:05.202Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232025-02-28T10:27:05.456Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23242025-02-28T10:27:05.915Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252025-02-28T10:27:05.988Z[ omicron-package] Compiling colored v2.2.0
23262025-02-28T10:27:06.381Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23272025-02-28T10:27:07.170Z[ omicron-package] Compiling winnow v0.6.20
23282025-02-28T10:27:07.377Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23292025-02-28T10:27:08.238Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23302025-02-28T10:27:08.499Z[ omicron-package] Compiling sigpipe v0.1.3
23312025-02-28T10:27:08.904Z[ omicron-package] Compiling rustls-webpki v0.102.8
23322025-02-28T10:27:08.993Z[ omicron-package] Compiling num-derive v0.4.2
23332025-02-28T10:27:09.485Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23342025-02-28T10:27:10.070Z[ omicron-package] Compiling libefi-sys v0.1.0
23352025-02-28T10:27:11.904Z[ omicron-package] Compiling zone v0.3.0
23362025-02-28T10:27:12.244Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
23372025-02-28T10:27:12.653Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23382025-02-28T10:27:13.735Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23392025-02-28T10:27:14.111Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23402025-02-28T10:27:14.161Z[ omicron-package] Compiling smf v0.2.3
23412025-02-28T10:27:15.111Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23422025-02-28T10:27:15.761Z[ omicron-package] Compiling bitfield-struct v0.6.2
23432025-02-28T10:27:16.224Z[ omicron-package] Compiling tokio-rustls v0.25.0
23442025-02-28T10:27:17.008Z[ omicron-package] Compiling dropshot v0.12.0
23452025-02-28T10:27:17.412Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23462025-02-28T10:27:17.476Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472025-02-28T10:27:18.659Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23482025-02-28T10:27:18.703Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492025-02-28T10:27:19.030Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502025-02-28T10:27:20.373Z[ omicron-package] Compiling tokio-rustls v0.26.0
23512025-02-28T10:27:20.573Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23522025-02-28T10:27:21.072Z[ omicron-package] Compiling hyper-rustls v0.27.3
23532025-02-28T10:27:21.704Z[ omicron-package] Compiling reqwest v0.12.12
23542025-02-28T10:27:24.591Z[ omicron-package] Compiling qorb v0.2.1
23552025-02-28T10:27:26.557Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23562025-02-28T10:27:26.837Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23572025-02-28T10:27:26.985Z[ omicron-package] Compiling gethostname v0.5.0
23582025-02-28T10:27:27.313Z[ omicron-package] Compiling fixedbitset v0.5.7
23592025-02-28T10:27:27.508Z[ omicron-package] Compiling indent_write v2.2.0
23602025-02-28T10:27:28.012Z[ omicron-package] Compiling petgraph v0.7.1
23612025-02-28T10:27:28.148ZFeb 28 10:27:27.005 INFO [hubris-staging] task succeeded (33.681072376s)
23622025-02-28T10:27:31.455Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23632025-02-28T10:27:31.924Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23642025-02-28T10:27:33.226Z[ omicron-package] Compiling dropshot v0.16.0
23652025-02-28T10:27:39.994Z[ helios-setup] Feb 28 10:27:38.846 INFO helios repository root is: /work/oxidecomputer/helios
23662025-02-28T10:27:39.996Z[ helios-setup] Feb 28 10:27:38.849 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
23672025-02-28T10:27:39.996Z[ helios-setup] Feb 28 10:27:38.849 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23682025-02-28T10:27:40.001Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23692025-02-28T10:27:40.707Z[ helios-setup] Feb 28 10:27:39.559 INFO clone ok!, project: bootserver
23702025-02-28T10:27:40.709Z[ helios-setup] Feb 28 10:27:39.559 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
23712025-02-28T10:27:40.709Z[ helios-setup] Feb 28 10:27:39.559 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23722025-02-28T10:27:40.719Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23732025-02-28T10:27:41.474Z[ helios-setup] Feb 28 10:27:40.325 INFO clone ok!, project: pinprick
23742025-02-28T10:27:41.477Z[ helios-setup] Feb 28 10:27:40.326 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
23752025-02-28T10:27:41.477Z[ helios-setup] Feb 28 10:27:40.326 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23762025-02-28T10:27:41.482Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23772025-02-28T10:27:42.297Z[ helios-setup] Feb 28 10:27:41.147 INFO clone ok!, project: phbl
23782025-02-28T10:27:42.300Z[ helios-setup] Feb 28 10:27:41.147 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23792025-02-28T10:27:42.300Z[ helios-setup] Feb 28 10:27:41.147 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
23802025-02-28T10:27:42.300Z[ helios-setup] Feb 28 10:27:41.147 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23812025-02-28T10:27:42.303Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23822025-02-28T10:27:42.307Z[ omicron-package] Compiling progenitor-client v0.8.0
23832025-02-28T10:27:43.211Z[ omicron-package] Compiling progenitor v0.8.0
23842025-02-28T10:27:43.459Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23852025-02-28T10:27:50.437Z[ omicron-package] Compiling progenitor-client v0.9.1
23862025-02-28T10:27:51.425Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872025-02-28T10:27:51.531Z[ helios-setup] Feb 28 10:27:50.378 INFO clone ok!, project: amd-firmware
23882025-02-28T10:27:51.534Z[ helios-setup] Feb 28 10:27:50.378 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
23892025-02-28T10:27:51.534Z[ helios-setup] Feb 28 10:27:50.378 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
23902025-02-28T10:27:51.538Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23912025-02-28T10:27:51.555Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23922025-02-28T10:27:51.611Z[ omicron-package] Compiling omicron-zone-package v0.12.0
23932025-02-28T10:27:52.781Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23942025-02-28T10:27:52.794Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23952025-02-28T10:28:01.502Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23962025-02-28T10:28:01.517Z[ helios-setup] Feb 28 10:28:00.359 INFO clone ok!, project: amd-host-image-builder
23972025-02-28T10:28:01.520Z[ helios-setup] Feb 28 10:28:00.360 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
23982025-02-28T10:28:01.520Z[ helios-setup] Feb 28 10:28:00.360 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23992025-02-28T10:28:01.523Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
24002025-02-28T10:28:02.679Z[ helios-setup] Feb 28 10:28:01.520 INFO clone ok!, project: pilot
24012025-02-28T10:28:02.682Z[ helios-setup] Feb 28 10:28:01.520 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
24022025-02-28T10:28:02.682Z[ helios-setup] Feb 28 10:28:01.520 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
24032025-02-28T10:28:02.686Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
24042025-02-28T10:28:03.628Z[ helios-setup] Feb 28 10:28:02.467 INFO clone ok!, project: image-builder
24052025-02-28T10:28:03.631Z[ helios-setup] Feb 28 10:28:02.467 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
24062025-02-28T10:28:03.631Z[ helios-setup] Feb 28 10:28:02.467 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
24072025-02-28T10:28:03.631Z[ helios-setup] Feb 28 10:28:02.467 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
24082025-02-28T10:28:03.634Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
24092025-02-28T10:28:04.695Z[ helios-setup] Feb 28 10:28:03.535 INFO clone ok!, project: chelsio-t6-roms
24102025-02-28T10:28:04.698Z[ helios-setup] Feb 28 10:28:03.535 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
24112025-02-28T10:28:04.698Z[ helios-setup] Feb 28 10:28:03.535 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24122025-02-28T10:28:05.515Z[ helios-setup] Feb 28 10:28:04.355 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24132025-02-28T10:28:06.052Z[ helios-setup] Feb 28 10:28:04.890 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24142025-02-28T10:28:06.052Z[ helios-setup] Feb 28 10:28:04.890 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24152025-02-28T10:28:06.575Z[ helios-setup] Feb 28 10:28:05.414 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24162025-02-28T10:28:07.155Z[ helios-setup] Feb 28 10:28:05.993 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24172025-02-28T10:28:07.155Z[ helios-setup] Feb 28 10:28:05.993 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24182025-02-28T10:28:07.756Z[ helios-setup] Feb 28 10:28:06.595 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24192025-02-28T10:28:08.323Z[ helios-setup] Feb 28 10:28:07.161 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24202025-02-28T10:28:08.323Z[ helios-setup] Feb 28 10:28:07.161 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24212025-02-28T10:28:08.323Z[ helios-setup] Feb 28 10:28:07.161 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24222025-02-28T10:28:08.326Z[ helios-setup] Feb 28 10:28:07.162 INFO ok!
24232025-02-28T10:28:08.326Z[ helios-setup] Feb 28 10:28:07.162 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24242025-02-28T10:28:08.326Z[ helios-setup] Feb 28 10:28:07.162 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24252025-02-28T10:28:08.326Z[ helios-setup] Feb 28 10:28:07.162 INFO ok!
24262025-02-28T10:28:08.326Z[ helios-setup] Feb 28 10:28:07.162 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24272025-02-28T10:28:08.326Z[ helios-setup] Feb 28 10:28:07.162 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24282025-02-28T10:28:08.326Z[ helios-setup] Feb 28 10:28:07.162 INFO ok!
24292025-02-28T10:28:08.326Z[ helios-setup] Feb 28 10:28:07.162 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24302025-02-28T10:28:08.326Z[ helios-setup] Feb 28 10:28:07.162 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24312025-02-28T10:28:08.567Z[ helios-setup] Feb 28 10:28:07.406 INFO E| Downloading crates ...
24322025-02-28T10:28:08.632Z[ helios-setup] Feb 28 10:28:07.471 INFO E| Downloaded typenum v1.15.0
24332025-02-28T10:28:08.642Z[ helios-setup] Feb 28 10:28:07.481 INFO E| Downloaded generic-array v0.14.6
24342025-02-28T10:28:08.645Z[ helios-setup] Feb 28 10:28:07.484 INFO E| Downloaded unicode-width v0.1.10
24352025-02-28T10:28:08.654Z[ helios-setup] Feb 28 10:28:07.492 INFO E| Downloaded bytes v1.2.1
24362025-02-28T10:28:08.659Z[ helios-setup] Feb 28 10:28:07.497 INFO E| Downloaded sha2 v0.10.5
24372025-02-28T10:28:08.663Z[ helios-setup] Feb 28 10:28:07.499 INFO E| Downloaded miniz_oxide v0.6.2
24382025-02-28T10:28:08.665Z[ helios-setup] Feb 28 10:28:07.502 INFO E| Downloaded flate2 v1.0.25
24392025-02-28T10:28:08.670Z[ helios-setup] Feb 28 10:28:07.509 INFO E| Downloaded cpufeatures v0.2.5
24402025-02-28T10:28:08.673Z[ helios-setup] Feb 28 10:28:07.510 INFO E| Downloaded block-buffer v0.10.3
24412025-02-28T10:28:08.676Z[ helios-setup] Feb 28 10:28:07.512 INFO E| Downloaded anyhow v1.0.62
24422025-02-28T10:28:08.694Z[ helios-setup] Feb 28 10:28:07.532 INFO E| Downloaded digest v0.10.3
24432025-02-28T10:28:08.755Z[ helios-setup] Feb 28 10:28:07.593 INFO E| Compiling version_check v0.9.4
24442025-02-28T10:28:08.755Z[ helios-setup] Feb 28 10:28:07.593 INFO E| Compiling typenum v1.15.0
24452025-02-28T10:28:08.758Z[ helios-setup] Feb 28 10:28:07.593 INFO E| Compiling crc32fast v1.3.2
24462025-02-28T10:28:08.758Z[ helios-setup] Feb 28 10:28:07.594 INFO E| Compiling cfg-if v1.0.0
24472025-02-28T10:28:08.758Z[ helios-setup] Feb 28 10:28:07.594 INFO E| Compiling adler v1.0.2
24482025-02-28T10:28:08.758Z[ helios-setup] Feb 28 10:28:07.594 INFO E| Compiling anyhow v1.0.62
24492025-02-28T10:28:08.758Z[ helios-setup] Feb 28 10:28:07.594 INFO E| Compiling unicode-width v0.1.10
24502025-02-28T10:28:08.758Z[ helios-setup] Feb 28 10:28:07.594 INFO E| Compiling cpufeatures v0.2.5
24512025-02-28T10:28:08.947Z[ helios-setup] Feb 28 10:28:07.785 INFO E| Compiling getopts v0.2.21
24522025-02-28T10:28:08.950Z[ helios-setup] Feb 28 10:28:07.786 INFO E| Compiling bitflags v1.3.2
24532025-02-28T10:28:09.177Z[ helios-setup] Feb 28 10:28:08.015 INFO E| Compiling miniz_oxide v0.6.2
24542025-02-28T10:28:09.281Z[ helios-setup] Feb 28 10:28:08.119 INFO E| Compiling generic-array v0.14.6
24552025-02-28T10:28:09.281Z[ helios-setup] Feb 28 10:28:08.119 INFO E| Compiling bytes v1.2.1
24562025-02-28T10:28:10.746Z[ helios-setup] Feb 28 10:28:09.583 INFO E| Compiling flate2 v1.0.25
24572025-02-28T10:28:12.856Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24582025-02-28T10:28:13.672Z[ helios-setup] Feb 28 10:28:12.508 INFO E| Compiling block-buffer v0.10.3
24592025-02-28T10:28:13.672Z[ helios-setup] Feb 28 10:28:12.508 INFO E| Compiling crypto-common v0.1.6
24602025-02-28T10:28:13.825Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24612025-02-28T10:28:13.871Z[ helios-setup] Feb 28 10:28:12.707 INFO E| Compiling digest v0.10.3
24622025-02-28T10:28:14.305Z[ helios-setup] Feb 28 10:28:13.140 INFO E| Compiling sha2 v0.10.5
24632025-02-28T10:28:14.856Z[ helios-setup] Feb 28 10:28:13.691 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24642025-02-28T10:28:17.962Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24652025-02-28T10:28:19.540Z[ helios-setup] Feb 28 10:28:18.373 INFO E| Finished `release` profile [optimized] target(s) in 11.11s
24662025-02-28T10:28:19.554Z[ helios-setup] Feb 28 10:28:18.387 INFO building project "bootserver" ok (11 seconds)
24672025-02-28T10:28:19.554Z[ helios-setup] Feb 28 10:28:18.387 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24682025-02-28T10:28:19.554Z[ helios-setup] Feb 28 10:28:18.387 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24692025-02-28T10:28:19.787Z[ helios-setup] Feb 28 10:28:18.619 INFO E| Downloading crates ...
24702025-02-28T10:28:19.847Z[ helios-setup] Feb 28 10:28:18.680 INFO E| Downloaded miniz_oxide v0.7.2
24712025-02-28T10:28:19.888Z[ helios-setup] Feb 28 10:28:18.721 INFO E| Compiling adler v1.0.2
24722025-02-28T10:28:19.998Z[ helios-setup] Feb 28 10:28:18.830 INFO E| Compiling miniz_oxide v0.7.2
24732025-02-28T10:28:22.106Z[ helios-setup] Feb 28 10:28:20.937 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24742025-02-28T10:28:22.899Z[ helios-setup] Feb 28 10:28:21.731 INFO E| Finished `release` profile [optimized] target(s) in 3.23s
24752025-02-28T10:28:22.908Z[ helios-setup] Feb 28 10:28:21.740 INFO building project "pinprick" ok (3 seconds)
24762025-02-28T10:28:22.911Z[ helios-setup] Feb 28 10:28:21.740 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24772025-02-28T10:28:22.911Z[ helios-setup] Feb 28 10:28:21.740 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24782025-02-28T10:28:22.918Z[ helios-setup] Feb 28 10:28:21.750 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24792025-02-28T10:28:23.132Z[ helios-setup] Feb 28 10:28:21.963 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24802025-02-28T10:28:23.132Z[ helios-setup] Feb 28 10:28:21.963 INFO E| info: downloading component 'cargo'
24812025-02-28T10:28:24.136Z[ helios-setup] Feb 28 10:28:22.967 INFO E| info: downloading component 'clippy'
24822025-02-28T10:28:24.399Z[ helios-setup] Feb 28 10:28:23.230 INFO E| info: downloading component 'rust-docs'
24832025-02-28T10:28:25.480Z[ helios-setup] Feb 28 10:28:24.311 INFO E| info: downloading component 'rust-src'
24842025-02-28T10:28:25.672Z[ helios-setup] Feb 28 10:28:24.503 INFO E| info: downloading component 'rust-std'
24852025-02-28T10:28:27.472Z[ helios-setup] Feb 28 10:28:26.301 INFO E| info: downloading component 'rustc'
24862025-02-28T10:28:32.628Z[ helios-setup] Feb 28 10:28:31.455 INFO E| info: downloading component 'rustfmt'
24872025-02-28T10:28:32.873Z[ helios-setup] Feb 28 10:28:31.700 INFO E| info: installing component 'cargo'
24882025-02-28T10:28:33.726Z[ helios-setup] Feb 28 10:28:32.553 INFO E| info: installing component 'clippy'
24892025-02-28T10:28:34.036Z[ helios-setup] Feb 28 10:28:32.862 INFO E| info: installing component 'rust-docs'
24902025-02-28T10:28:34.100Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 39s
24912025-02-28T10:28:34.386Z[ omicron-package]
24922025-02-28T10:28:34.386Z[ omicron-package] real 1:39.824121842
24932025-02-28T10:28:34.386Z[ omicron-package] user 9:01.667700776
24942025-02-28T10:28:34.386Z[ omicron-package] sys 30.766522711
24952025-02-28T10:28:34.389Z[ omicron-package] trap 1.174068874
24962025-02-28T10:28:34.389Z[ omicron-package] tflt 0.642165078
24972025-02-28T10:28:34.389Z[ omicron-package] dflt 0.798240776
24982025-02-28T10:28:34.389Z[ omicron-package] kflt 0.000008915
24992025-02-28T10:28:34.389Z[ omicron-package] lock 19:07.230741772
25002025-02-28T10:28:34.389Z[ omicron-package] slp 30:54.732232107
25012025-02-28T10:28:34.389Z[ omicron-package] lat 2:51.661528605
25022025-02-28T10:28:34.389Z[ omicron-package] stop 1:14.485823112
25032025-02-28T10:28:34.389ZFeb 28 10:28:33.213 INFO [omicron-package] process exited with exit status: 0 (99.888575309s)
25042025-02-28T10:28:34.389ZFeb 28 10:28:33.213 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
25052025-02-28T10:28:34.488ZFeb 28 10:28:33.314 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
25062025-02-28T10:28:34.503Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
25072025-02-28T10:28:34.506Z[ host-target] Created new build target 'host' and set it as active
25082025-02-28T10:28:34.508ZFeb 28 10:28:33.333 INFO [host-target] process exited with exit status: 0 (120.004238ms)
25092025-02-28T10:28:34.508ZFeb 28 10:28:33.333 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
25102025-02-28T10:28:34.519Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
25112025-02-28T10:28:34.521Z[ recovery-target] Created new build target 'recovery' and set it as active
25122025-02-28T10:28:34.525ZFeb 28 10:28:33.351 INFO [recovery-target] process exited with exit status: 0 (37.278173ms)
25132025-02-28T10:28:34.538Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
25142025-02-28T10:28:35.611Z[ helios-setup] Feb 28 10:28:34.436 INFO E| info: installing component 'rust-src'
25152025-02-28T10:28:35.934Z[ helios-setup] Feb 28 10:28:34.760 INFO E| info: installing component 'rust-std'
25162025-02-28T10:28:36.159Z[ host-package] Compiling ring v0.17.11
25172025-02-28T10:28:36.355Z[ host-package] Compiling thiserror v2.0.11
25182025-02-28T10:28:36.380Z[ host-package] Compiling typify-impl v0.3.0
25192025-02-28T10:28:36.398Z[ host-package] Compiling convert_case v0.4.0
25202025-02-28T10:28:36.401Z[ host-package] Compiling newline-converter v0.3.0
25212025-02-28T10:28:36.401Z[ host-package] Compiling password-hash v0.5.0
25222025-02-28T10:28:36.401Z[ host-package] Compiling blake2 v0.10.6
25232025-02-28T10:28:36.595Z[ host-package] Compiling expectorate v1.1.0
25242025-02-28T10:28:37.018Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25252025-02-28T10:28:37.147Z[ host-package] Compiling derive_more v0.99.19
25262025-02-28T10:28:37.738Z[ host-package] Compiling argon2 v0.5.3
25272025-02-28T10:28:37.859Z[ host-package] Compiling atomicwrites v0.4.4
25282025-02-28T10:28:38.041Z[ helios-setup] Feb 28 10:28:36.865 INFO E| info: installing component 'rustc'
25292025-02-28T10:28:38.547Z[ host-package] Compiling owo-colors v4.2.0
25302025-02-28T10:28:38.977Z[ host-package] Compiling cancel-safe-futures v0.1.5
25312025-02-28T10:28:39.432Z[ host-package] Compiling num-rational v0.4.2
25322025-02-28T10:28:39.617Z[ host-package] Compiling libsw-core v0.3.1
25332025-02-28T10:28:39.978Z[ host-package] Compiling num-complex v0.4.6
25342025-02-28T10:28:40.632Z[ host-package] Compiling libsw v3.4.0
25352025-02-28T10:28:41.323Z[ host-package] Compiling num v0.4.3
25362025-02-28T10:28:41.568Z[ host-package] Compiling rustls v0.23.19
25372025-02-28T10:28:41.628Z[ host-package] Compiling rustls v0.22.4
25382025-02-28T10:28:41.774Z[ host-package] Compiling float-ord v0.3.2
25392025-02-28T10:28:42.007Z[ host-package] Compiling linear-map v1.2.0
25402025-02-28T10:28:42.070Z[ host-package] Compiling swrite v0.1.0
25412025-02-28T10:28:42.251Z[ host-package] Compiling highway v1.3.0
25422025-02-28T10:28:42.489Z[ host-package] Compiling tungstenite v0.21.0
25432025-02-28T10:28:43.320Z[ host-package] Compiling semver v0.1.20
25442025-02-28T10:28:43.887Z[ helios-setup] Feb 28 10:28:42.708 INFO E| info: installing component 'rustfmt'
25452025-02-28T10:28:43.905Z[ host-package] Compiling rustc_version v0.1.7
25462025-02-28T10:28:44.087Z[ host-package] Compiling tokio-tungstenite v0.21.0
25472025-02-28T10:28:44.277Z[ host-package] Compiling ipnetwork v0.21.1
25482025-02-28T10:28:44.426Z[ host-package] Compiling rustls-webpki v0.102.8
25492025-02-28T10:28:44.746Z[ helios-setup] Feb 28 10:28:43.567 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25502025-02-28T10:28:44.895Z[ host-package] Compiling newtype_derive v0.1.6
25512025-02-28T10:28:45.098Z[ host-package] Compiling oxnet v0.1.1
25522025-02-28T10:28:45.339Z[ host-package] Compiling humantime v2.1.0
25532025-02-28T10:28:45.575Z[ helios-setup] Feb 28 10:28:44.396 INFO E| From https://github.com/oxidecomputer/amd-apcb
25542025-02-28T10:28:45.576Z[ helios-setup] Feb 28 10:28:44.396 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
25552025-02-28T10:28:45.576Z[ helios-setup] Feb 28 10:28:44.396 INFO E| * [new tag] v0.4.5 -> v0.4.5
25562025-02-28T10:28:45.604Z[ helios-setup] Feb 28 10:28:44.423 INFO E| * [new tag] v0.1.3 -> v0.1.3
25572025-02-28T10:28:45.604Z[ helios-setup] Feb 28 10:28:44.424 INFO E| * [new tag] v0.1.4 -> v0.1.4
25582025-02-28T10:28:45.604Z[ helios-setup] Feb 28 10:28:44.424 INFO E| * [new tag] v0.1.5 -> v0.1.5
25592025-02-28T10:28:45.604Z[ helios-setup] Feb 28 10:28:44.424 INFO E| * [new tag] v0.2.0 -> v0.2.0
25602025-02-28T10:28:45.607Z[ helios-setup] Feb 28 10:28:44.424 INFO E| * [new tag] v0.3.0 -> v0.3.0
25612025-02-28T10:28:45.607Z[ helios-setup] Feb 28 10:28:44.424 INFO E| * [new tag] v0.3.1 -> v0.3.1
25622025-02-28T10:28:45.607Z[ helios-setup] Feb 28 10:28:44.424 INFO E| * [new tag] v0.3.2 -> v0.3.2
25632025-02-28T10:28:45.607Z[ helios-setup] Feb 28 10:28:44.424 INFO E| * [new tag] v0.3.3 -> v0.3.3
25642025-02-28T10:28:45.607Z[ helios-setup] Feb 28 10:28:44.425 INFO E| * [new tag] v0.4.0 -> v0.4.0
25652025-02-28T10:28:45.607Z[ helios-setup] Feb 28 10:28:44.425 INFO E| * [new tag] v0.4.1 -> v0.4.1
25662025-02-28T10:28:45.607Z[ helios-setup] Feb 28 10:28:44.425 INFO E| * [new tag] v0.4.2 -> v0.4.2
25672025-02-28T10:28:45.607Z[ helios-setup] Feb 28 10:28:44.425 INFO E| * [new tag] v0.4.3 -> v0.4.3
25682025-02-28T10:28:45.607Z[ helios-setup] Feb 28 10:28:44.425 INFO E| * [new tag] v0.4.4 -> v0.4.4
25692025-02-28T10:28:45.640Z[ helios-setup] Feb 28 10:28:44.461 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25702025-02-28T10:28:46.174Z[ host-package] Compiling daft v0.1.1
25712025-02-28T10:28:46.526Z[ helios-setup] Feb 28 10:28:45.346 INFO E| From https://github.com/oxidecomputer/amd-efs
25722025-02-28T10:28:46.526Z[ helios-setup] Feb 28 10:28:45.346 INFO E| * [new branch] empty -> origin/empty
25732025-02-28T10:28:46.530Z[ helios-setup] Feb 28 10:28:45.346 INFO E| * [new branch] issue-99 -> origin/issue-99
25742025-02-28T10:28:46.530Z[ helios-setup] Feb 28 10:28:45.346 INFO E| * [new branch] main -> origin/main
25752025-02-28T10:28:46.530Z[ helios-setup] Feb 28 10:28:45.346 INFO E| * [new branch] review -> origin/review
25762025-02-28T10:28:46.530Z[ helios-setup] Feb 28 10:28:45.347 INFO E| * [new ref] -> origin/HEAD
25772025-02-28T10:28:46.530Z[ helios-setup] Feb 28 10:28:45.347 INFO E| * [new tag] v0.2.0 -> v0.2.0
25782025-02-28T10:28:46.530Z[ helios-setup] Feb 28 10:28:45.347 INFO E| * [new tag] v0.2.1 -> v0.2.1
25792025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.347 INFO E| * [new tag] v0.2.2 -> v0.2.2
25802025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.347 INFO E| * [new tag] v0.2.3 -> v0.2.3
25812025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.347 INFO E| * [new tag] v0.2.4 -> v0.2.4
25822025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.348 INFO E| * [new tag] v0.2.5 -> v0.2.5
25832025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.348 INFO E| * [new tag] v0.2.6 -> v0.2.6
25842025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.348 INFO E| * [new tag] v0.2.7 -> v0.2.7
25852025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.348 INFO E| * [new tag] v0.3.0 -> v0.3.0
25862025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.348 INFO E| * [new tag] v0.3.1 -> v0.3.1
25872025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.348 INFO E| * [new tag] v0.4.0 -> v0.4.0
25882025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.348 INFO E| * [new tag] v0.4.1 -> v0.4.1
25892025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.348 INFO E| * [new tag] v0.4.2 -> v0.4.2
25902025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.349 INFO E| * [new tag] v0.4.3 -> v0.4.3
25912025-02-28T10:28:46.531Z[ helios-setup] Feb 28 10:28:45.349 INFO E| * [new tag] v0.4.4 -> v0.4.4
25922025-02-28T10:28:46.553Z[ helios-setup] Feb 28 10:28:45.373 INFO E| Updating crates.io index
25932025-02-28T10:28:46.697Z[ host-package] Compiling dropshot v0.16.0
25942025-02-28T10:28:46.700Z[ host-package] Compiling instant v0.1.13
25952025-02-28T10:28:46.786Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25962025-02-28T10:28:46.961Z[ host-package] Compiling backoff v0.4.0
25972025-02-28T10:28:47.265Z[ helios-setup] Feb 28 10:28:46.085 INFO E| Downloading crates ...
25982025-02-28T10:28:47.329Z[ host-package] Compiling steno v0.4.1
25992025-02-28T10:28:47.341Z[ helios-setup] Feb 28 10:28:46.161 INFO E| Downloaded atty v0.2.14
26002025-02-28T10:28:47.350Z[ helios-setup] Feb 28 10:28:46.170 INFO E| Downloaded cfg-if v0.1.10
26012025-02-28T10:28:47.355Z[ helios-setup] Feb 28 10:28:46.175 INFO E| Downloaded bytesize v1.3.0
26022025-02-28T10:28:47.357Z[ helios-setup] Feb 28 10:28:46.176 INFO E| Downloaded parse_int v0.6.0
26032025-02-28T10:28:47.360Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
26042025-02-28T10:28:47.364Z[ helios-setup] Feb 28 10:28:46.181 INFO E| Downloaded fletcher v0.1.0
26052025-02-28T10:28:47.369Z[ helios-setup] Feb 28 10:28:46.188 INFO E| Downloaded unic-ucd-version v0.9.0
26062025-02-28T10:28:47.373Z[ helios-setup] Feb 28 10:28:46.190 INFO E| Downloaded unic-common v0.9.0
26072025-02-28T10:28:47.374Z[ helios-setup] Feb 28 10:28:46.191 INFO E| Downloaded strum v0.23.0
26082025-02-28T10:28:47.379Z[ helios-setup] Feb 28 10:28:46.195 INFO E| Downloaded unic-char-range v0.9.0
26092025-02-28T10:28:47.379Z[ helios-setup] Feb 28 10:28:46.198 INFO E| Downloaded memoffset v0.5.6
26102025-02-28T10:28:47.392Z[ helios-setup] Feb 28 10:28:46.200 INFO E| Downloaded dyn-clone v1.0.17
26112025-02-28T10:28:47.392Z[ helios-setup] Feb 28 10:28:46.203 INFO E| Downloaded unic-char-property v0.9.0
26122025-02-28T10:28:47.392Z[ helios-setup] Feb 28 10:28:46.205 INFO E| Downloaded cpufeatures v0.2.16
26132025-02-28T10:28:47.392Z[ helios-setup] Feb 28 10:28:46.208 INFO E| Downloaded scroll_derive v0.10.5
26142025-02-28T10:28:47.392Z[ helios-setup] Feb 28 10:28:46.210 INFO E| Downloaded cfg-if v1.0.0
26152025-02-28T10:28:47.392Z[ helios-setup] Feb 28 10:28:46.211 INFO E| Downloaded textwrap v0.11.0
26162025-02-28T10:28:47.395Z[ helios-setup] Feb 28 10:28:46.214 INFO E| Downloaded lazy_static v1.5.0
26172025-02-28T10:28:47.398Z[ helios-setup] Feb 28 10:28:46.217 INFO E| Downloaded json5 v0.4.1
26182025-02-28T10:28:47.400Z[ helios-setup] Feb 28 10:28:46.219 INFO E| Downloaded rustversion v1.0.19
26192025-02-28T10:28:47.405Z[ helios-setup] Feb 28 10:28:46.225 INFO E| Downloaded static_assertions v1.1.0
26202025-02-28T10:28:47.408Z[ helios-setup] Feb 28 10:28:46.227 INFO E| Downloaded schemars_derive v0.8.21
26212025-02-28T10:28:47.410Z[ helios-setup] Feb 28 10:28:46.230 INFO E| Downloaded version_check v0.9.5
26222025-02-28T10:28:47.413Z[ helios-setup] Feb 28 10:28:46.232 INFO E| Downloaded thiserror-impl v2.0.11
26232025-02-28T10:28:47.416Z[ helios-setup] Feb 28 10:28:46.234 INFO E| Downloaded proc-macro-error-attr v1.0.4
26242025-02-28T10:28:47.419Z[ helios-setup] Feb 28 10:28:46.236 INFO E| Downloaded plain v0.2.3
26252025-02-28T10:28:47.419Z[ helios-setup] Feb 28 10:28:46.238 INFO E| Downloaded unic-ucd-ident v0.9.0
26262025-02-28T10:28:47.421Z[ helios-setup] Feb 28 10:28:46.241 INFO E| Downloaded strum_macros v0.23.1
26272025-02-28T10:28:47.425Z[ helios-setup] Feb 28 10:28:46.245 INFO E| Downloaded vec_map v0.8.2
26282025-02-28T10:28:47.429Z[ helios-setup] Feb 28 10:28:46.247 INFO E| Downloaded structopt-derive v0.4.18
26292025-02-28T10:28:47.432Z[ helios-setup] Feb 28 10:28:46.248 INFO E| Downloaded scroll v0.10.2
26302025-02-28T10:28:47.435Z[ helios-setup] Feb 28 10:28:46.252 INFO E| Downloaded strsim v0.8.0
26312025-02-28T10:28:47.435Z[ helios-setup] Feb 28 10:28:46.254 INFO E| Downloaded serde_derive_internals v0.29.1
26322025-02-28T10:28:47.461Z[ helios-setup] Feb 28 10:28:46.280 INFO E| Downloaded thiserror-impl v1.0.69
26332025-02-28T10:28:47.464Z[ helios-setup] Feb 28 10:28:46.282 INFO E| Downloaded thiserror v2.0.11
26342025-02-28T10:28:47.474Z[ helios-setup] Feb 28 10:28:46.294 INFO E| Downloaded once_cell v1.20.2
26352025-02-28T10:28:47.484Z[ helios-setup] Feb 28 10:28:46.304 INFO E| Downloaded zerocopy v0.6.6
26362025-02-28T10:28:47.487Z[ helios-setup] Feb 28 10:28:46.307 INFO E| Downloaded proc-macro2 v1.0.93
26372025-02-28T10:28:47.491Z[ helios-setup] Feb 28 10:28:46.311 INFO E| Downloaded unicode-ident v1.0.14
26382025-02-28T10:28:47.496Z[ helios-setup] Feb 28 10:28:46.315 INFO E| Downloaded structopt v0.3.26
26392025-02-28T10:28:47.506Z[ helios-setup] Feb 28 10:28:46.325 INFO E| Downloaded ucd-trie v0.1.7
26402025-02-28T10:28:47.511Z[ helios-setup] Feb 28 10:28:46.328 INFO E| Downloaded modular-bitfield v0.11.2
26412025-02-28T10:28:47.522Z[ helios-setup] Feb 28 10:28:46.342 INFO E| Downloaded serde_derive v1.0.217
26422025-02-28T10:28:47.526Z[ helios-setup] Feb 28 10:28:46.346 INFO E| Downloaded typenum v1.17.0
26432025-02-28T10:28:47.529Z[ helios-setup] Feb 28 10:28:46.349 INFO E| Downloaded serde v1.0.217
26442025-02-28T10:28:47.535Z[ helios-setup] Feb 28 10:28:46.354 INFO E| Downloaded memchr v2.7.4
26452025-02-28T10:28:47.542Z[ helios-setup] Feb 28 10:28:46.361 INFO E| Downloaded unicode-segmentation v1.12.0
26462025-02-28T10:28:47.547Z[ helios-setup] Feb 28 10:28:46.366 INFO E| Downloaded schemars v0.8.21
26472025-02-28T10:28:47.563Z[ helios-setup] Feb 28 10:28:46.381 INFO E| Downloaded serde_json v1.0.135
26482025-02-28T10:28:47.572Z[ helios-setup] Feb 28 10:28:46.391 INFO E| Downloaded pest v2.7.15
26492025-02-28T10:28:47.578Z[ helios-setup] Feb 28 10:28:46.397 INFO E| Downloaded goblin v0.4.3
26502025-02-28T10:28:47.585Z[ helios-setup] Feb 28 10:28:46.404 INFO E| Downloaded clap v2.34.0
26512025-02-28T10:28:47.594Z[ helios-setup] Feb 28 10:28:46.413 INFO E| Downloaded toml v0.5.11
26522025-02-28T10:28:47.597Z[ helios-setup] Feb 28 10:28:46.417 INFO E| Downloaded syn v1.0.109
26532025-02-28T10:28:47.611Z[ helios-setup] Feb 28 10:28:46.430 INFO E| Downloaded unicode-width v0.1.14
26542025-02-28T10:28:47.618Z[ helios-setup] Feb 28 10:28:46.438 INFO E| Downloaded syn v2.0.96
26552025-02-28T10:28:47.633Z[ helios-setup] Feb 28 10:28:46.452 INFO E| Downloaded ryu v1.0.18
26562025-02-28T10:28:47.636Z[ helios-setup] Feb 28 10:28:46.456 INFO E| Downloaded pest_meta v2.7.15
26572025-02-28T10:28:47.639Z[ helios-setup] Feb 28 10:28:46.458 INFO E| Downloaded pest_derive v2.7.15
26582025-02-28T10:28:47.642Z[ helios-setup] Feb 28 10:28:46.461 INFO E| Downloaded zerocopy-derive v0.6.6
26592025-02-28T10:28:47.654Z[ helios-setup] Feb 28 10:28:46.473 INFO E| Downloaded libc v0.2.169
26602025-02-28T10:28:47.686Z[ helios-setup] Feb 28 10:28:46.505 INFO E| Downloaded num-traits v0.2.19
26612025-02-28T10:28:47.689Z[ helios-setup] Feb 28 10:28:46.509 INFO E| Downloaded log v0.4.22
26622025-02-28T10:28:47.693Z[ helios-setup] Feb 28 10:28:46.513 INFO E| Downloaded thiserror v1.0.69
26632025-02-28T10:28:47.699Z[ host-package] Compiling typify-macro v0.3.0
26642025-02-28T10:28:47.702Z[ helios-setup] Feb 28 10:28:46.520 INFO E| Downloaded sha2 v0.10.8
26652025-02-28T10:28:47.705Z[ helios-setup] Feb 28 10:28:46.523 INFO E| Downloaded quote v1.0.38
26662025-02-28T10:28:47.708Z[ helios-setup] Feb 28 10:28:46.527 INFO E| Downloaded pre-proc-macro v0.2.1
26672025-02-28T10:28:47.710Z[ helios-setup] Feb 28 10:28:46.529 INFO E| Downloaded pest_generator v2.7.15
26682025-02-28T10:28:47.713Z[ helios-setup] Feb 28 10:28:46.531 INFO E| Downloaded proc-macro-error v1.0.4
26692025-02-28T10:28:47.716Z[ helios-setup] Feb 28 10:28:46.536 INFO E| Downloaded semver-parser v0.7.0
26702025-02-28T10:28:47.719Z[ helios-setup] Feb 28 10:28:46.537 INFO E| Downloaded num-derive v0.4.2
26712025-02-28T10:28:47.724Z[ helios-setup] Feb 28 10:28:46.539 INFO E| Downloaded proc-macro-crate v0.1.5
26722025-02-28T10:28:47.724Z[ helios-setup] Feb 28 10:28:46.541 INFO E| Downloaded paste v1.0.15
26732025-02-28T10:28:47.727Z[ helios-setup] Feb 28 10:28:46.545 INFO E| Downloaded modular-bitfield-impl v0.11.2
26742025-02-28T10:28:47.727Z[ helios-setup] Feb 28 10:28:46.547 INFO E| Downloaded digest v0.10.7
26752025-02-28T10:28:47.730Z[ helios-setup] Feb 28 10:28:46.549 INFO E| Downloaded ansi_term v0.12.1
26762025-02-28T10:28:47.733Z[ helios-setup] Feb 28 10:28:46.552 INFO E| Downloaded semver v0.9.0
26772025-02-28T10:28:47.735Z[ helios-setup] Feb 28 10:28:46.554 INFO E| Downloaded heck v0.3.3
26782025-02-28T10:28:47.735Z[ helios-setup] Feb 28 10:28:46.555 INFO E| Downloaded rustc_version v0.2.3
26792025-02-28T10:28:47.738Z[ helios-setup] Feb 28 10:28:46.556 INFO E| Downloaded pre v0.2.1
26802025-02-28T10:28:47.738Z[ helios-setup] Feb 28 10:28:46.557 INFO E| Downloaded itoa v1.0.14
26812025-02-28T10:28:47.741Z[ helios-setup] Feb 28 10:28:46.559 INFO E| Downloaded four-cc v0.3.0
26822025-02-28T10:28:47.741Z[ helios-setup] Feb 28 10:28:46.560 INFO E| Downloaded generic-array v0.14.7
26832025-02-28T10:28:47.744Z[ helios-setup] Feb 28 10:28:46.562 INFO E| Downloaded bitflags v1.3.2
26842025-02-28T10:28:47.746Z[ helios-setup] Feb 28 10:28:46.565 INFO E| Downloaded crypto-common v0.1.6
26852025-02-28T10:28:47.746Z[ helios-setup] Feb 28 10:28:46.566 INFO E| Downloaded byteorder v1.5.0
26862025-02-28T10:28:47.749Z[ helios-setup] Feb 28 10:28:46.568 INFO E| Downloaded block-buffer v0.10.4
26872025-02-28T10:28:47.752Z[ helios-setup] Feb 28 10:28:46.570 INFO E| Downloaded autocfg v1.4.0
26882025-02-28T10:28:47.784Z[ host-package] Compiling parse-display v0.10.0
26892025-02-28T10:28:47.864Z[ helios-setup] Feb 28 10:28:46.683 INFO E| Compiling proc-macro2 v1.0.93
26902025-02-28T10:28:47.864Z[ helios-setup] Feb 28 10:28:46.683 INFO E| Compiling unicode-ident v1.0.14
26912025-02-28T10:28:47.867Z[ helios-setup] Feb 28 10:28:46.683 INFO E| Compiling syn v1.0.109
26922025-02-28T10:28:47.867Z[ helios-setup] Feb 28 10:28:46.683 INFO E| Compiling version_check v0.9.5
26932025-02-28T10:28:47.867Z[ helios-setup] Feb 28 10:28:46.684 INFO E| Compiling memchr v2.7.4
26942025-02-28T10:28:47.867Z[ helios-setup] Feb 28 10:28:46.684 INFO E| Compiling semver-parser v0.7.0
26952025-02-28T10:28:47.867Z[ helios-setup] Feb 28 10:28:46.684 INFO E| Compiling autocfg v1.4.0
26962025-02-28T10:28:47.867Z[ helios-setup] Feb 28 10:28:46.684 INFO E| Compiling serde v1.0.217
26972025-02-28T10:28:48.385Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26982025-02-28T10:28:48.845Z[ helios-setup] Feb 28 10:28:47.664 INFO E| Compiling serde_json v1.0.135
26992025-02-28T10:28:49.221Z[ host-package] Compiling strum v0.26.3
27002025-02-28T10:28:49.391Z[ helios-setup] Feb 28 10:28:48.209 INFO E| Compiling semver v0.9.0
27012025-02-28T10:28:49.506Z[ helios-setup] Feb 28 10:28:48.325 INFO E| Compiling proc-macro-error-attr v1.0.4
27022025-02-28T10:28:49.544Z[ helios-setup] Feb 28 10:28:48.362 INFO E| Compiling proc-macro-error v1.0.4
27032025-02-28T10:28:49.665Z[ helios-setup] Feb 28 10:28:48.483 INFO E| Compiling thiserror v2.0.11
27042025-02-28T10:28:49.947Z[ host-package] Compiling serde_with v3.11.0
27052025-02-28T10:28:50.092Z[ helios-setup] Feb 28 10:28:48.910 INFO E| Compiling num-traits v0.2.19
27062025-02-28T10:28:50.316Z[ helios-setup] Feb 28 10:28:49.134 INFO E| Compiling rustc_version v0.2.3
27072025-02-28T10:28:50.701Z[ helios-setup] Feb 28 10:28:49.519 INFO E| Compiling schemars v0.8.21
27082025-02-28T10:28:50.773Z[ helios-setup] Feb 28 10:28:49.590 INFO E| Compiling itoa v1.0.14
27092025-02-28T10:28:50.988Z[ helios-setup] Feb 28 10:28:49.806 INFO E| Compiling ryu v1.0.18
27102025-02-28T10:28:51.365Z[ helios-setup] Feb 28 10:28:50.182 INFO E| Compiling unicode-segmentation v1.12.0
27112025-02-28T10:28:51.397Z[ helios-setup] Feb 28 10:28:50.214 INFO E| Compiling pre-proc-macro v0.2.1
27122025-02-28T10:28:51.462Z[ helios-setup] Feb 28 10:28:50.279 INFO E| Compiling quote v1.0.38
27132025-02-28T10:28:51.811Z[ helios-setup] Feb 28 10:28:50.628 INFO E| Compiling memoffset v0.5.6
27142025-02-28T10:28:52.024Z[ helios-setup] Feb 28 10:28:50.841 INFO E| Compiling thiserror v1.0.69
27152025-02-28T10:28:52.281Z[ helios-setup] Feb 28 10:28:51.092 INFO E| Compiling syn v2.0.96
27162025-02-28T10:28:52.746Z[ helios-setup] Feb 28 10:28:51.564 INFO E| Compiling paste v1.0.15
27172025-02-28T10:28:52.844Z[ host-package] Compiling tokio-rustls v0.25.0
27182025-02-28T10:28:52.949Z[ helios-setup] Feb 28 10:28:51.766 INFO E| Compiling heck v0.3.3
27192025-02-28T10:28:53.260Z[ helios-setup] Feb 28 10:28:52.076 INFO E| Compiling rustversion v1.0.19
27202025-02-28T10:28:53.350Z[ helios-setup] Feb 28 10:28:52.166 INFO E| Compiling lazy_static v1.5.0
27212025-02-28T10:28:53.441Z[ host-package] Compiling typify v0.3.0
27222025-02-28T10:28:53.663Z[ helios-setup] Feb 28 10:28:52.480 INFO E| Compiling libc v0.2.169
27232025-02-28T10:28:53.771Z[ helios-setup] Feb 28 10:28:52.587 INFO E| Compiling dyn-clone v1.0.17
27242025-02-28T10:28:53.785Z[ host-package] Compiling dropshot v0.12.0
27252025-02-28T10:28:53.906Z[ helios-setup] Feb 28 10:28:52.723 INFO E| Compiling ucd-trie v0.1.7
27262025-02-28T10:28:53.910Z[ host-package] Compiling progenitor-impl v0.9.1
27272025-02-28T10:28:55.372Z[ helios-setup] Feb 28 10:28:54.186 INFO E| Compiling pre v0.2.1
27282025-02-28T10:28:55.471Z[ helios-setup] Feb 28 10:28:54.286 INFO E| Compiling cfg-if v0.1.10
27292025-02-28T10:28:55.525Z[ helios-setup] Feb 28 10:28:54.340 INFO E| Compiling static_assertions v1.1.0
27302025-02-28T10:28:55.616Z[ helios-setup] Feb 28 10:28:54.431 INFO E| Compiling byteorder v1.5.0
27312025-02-28T10:28:55.767Z[ helios-setup] Feb 28 10:28:54.582 INFO E| Compiling once_cell v1.20.2
27322025-02-28T10:28:56.953Z[ helios-setup] Feb 28 10:28:55.768 INFO E| Compiling unicode-width v0.1.14
27332025-02-28T10:28:57.032Z[ host-package] Compiling tokio-rustls v0.26.0
27342025-02-28T10:28:57.879Z[ host-package] Compiling hyper-rustls v0.27.3
27352025-02-28T10:28:57.970Z[ helios-setup] Feb 28 10:28:56.784 INFO E| Compiling textwrap v0.11.0
27362025-02-28T10:28:57.970Z[ helios-setup] Feb 28 10:28:56.784 INFO E| Compiling atty v0.2.14
27372025-02-28T10:28:58.286Z[ helios-setup] Feb 28 10:28:57.100 INFO E| Compiling unic-common v0.9.0
27382025-02-28T10:28:58.838Z[ helios-setup] Feb 28 10:28:57.652 INFO E| Compiling bitflags v1.3.2
27392025-02-28T10:28:59.054Z[ helios-setup] Feb 28 10:28:57.868 INFO E| Compiling parse_int v0.6.0
27402025-02-28T10:28:59.087Z[ helios-setup] Feb 28 10:28:57.900 INFO E| Compiling unic-char-range v0.9.0
27412025-02-28T10:28:59.101Z[ host-package] Compiling reqwest v0.12.12
27422025-02-28T10:28:59.123Z[ helios-setup] Feb 28 10:28:57.933 INFO E| Compiling strum v0.23.0
27432025-02-28T10:28:59.351Z[ helios-setup] Feb 28 10:28:58.165 INFO E| Compiling fletcher v0.1.0
27442025-02-28T10:28:59.351Z[ helios-setup] Feb 28 10:28:58.165 INFO E| Compiling vec_map v0.8.2
27452025-02-28T10:28:59.460Z[ helios-setup] Feb 28 10:28:58.274 INFO E| Compiling strsim v0.8.0
27462025-02-28T10:28:59.633Z[ helios-setup] Feb 28 10:28:58.446 INFO E| Compiling ansi_term v0.12.1
27472025-02-28T10:28:59.636Z[ helios-setup] Feb 28 10:28:58.446 INFO E| Compiling unic-char-property v0.9.0
27482025-02-28T10:28:59.833Z[ helios-setup] Feb 28 10:28:58.647 INFO E| Compiling unic-ucd-version v0.9.0
27492025-02-28T10:29:00.121Z[ helios-setup] Feb 28 10:28:58.934 INFO E| Compiling log v0.4.22
27502025-02-28T10:29:00.226Z[ helios-setup] Feb 28 10:28:59.038 INFO E| Compiling plain v0.2.3
27512025-02-28T10:29:00.311Z[ helios-setup] Feb 28 10:28:59.124 INFO E| Compiling clap v2.34.0
27522025-02-28T10:29:00.775Z[ helios-setup] Feb 28 10:28:59.587 INFO E| Compiling unic-ucd-ident v0.9.0
27532025-02-28T10:29:00.940Z[ helios-setup] Feb 28 10:28:59.753 INFO E| Compiling bytesize v1.3.0
27542025-02-28T10:29:01.316Z[ helios-setup] Feb 28 10:29:00.128 INFO E| Compiling serde_derive_internals v0.29.1
27552025-02-28T10:29:02.535Z[ helios-setup] Feb 28 10:29:01.348 INFO E| Compiling toml v0.5.11
27562025-02-28T10:29:04.400Z[ host-package] Compiling qorb v0.2.1
27572025-02-28T10:29:05.855Z[ helios-setup] Feb 28 10:29:04.665 INFO E| Compiling proc-macro-crate v0.1.5
27582025-02-28T10:29:06.283Z[ helios-setup] Feb 28 10:29:05.094 INFO E| Compiling serde_derive v1.0.217
27592025-02-28T10:29:06.452Z[ helios-setup] Feb 28 10:29:05.262 INFO E| Compiling thiserror-impl v2.0.11
27602025-02-28T10:29:06.900Z[ helios-setup] Feb 28 10:29:05.710 INFO E| Compiling schemars_derive v0.8.21
27612025-02-28T10:29:07.424Z[ helios-setup] Feb 28 10:29:06.233 INFO E| Compiling zerocopy-derive v0.6.6
27622025-02-28T10:29:08.170Z[ helios-setup] Feb 28 10:29:06.979 INFO E| Compiling thiserror-impl v1.0.69
27632025-02-28T10:29:08.390Z[ host-package] Compiling progenitor-macro v0.9.1
27642025-02-28T10:29:08.520Z[ helios-setup] Feb 28 10:29:07.330 INFO E| Compiling num-derive v0.4.2
27652025-02-28T10:29:11.227Z[ helios-setup] Feb 28 10:29:10.035 INFO E| Compiling zerocopy v0.6.6
27662025-02-28T10:29:13.385Z[ helios-setup] Feb 28 10:29:12.191 INFO E| Compiling pest v2.7.15
27672025-02-28T10:29:14.290Z[ host-package] Compiling progenitor-client v0.9.1
27682025-02-28T10:29:15.417Z[ host-package] Compiling progenitor-client v0.8.0
27692025-02-28T10:29:15.739Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27702025-02-28T10:29:16.335Z[ helios-setup] Feb 28 10:29:15.140 INFO E| Compiling modular-bitfield-impl v0.11.2
27712025-02-28T10:29:16.392Z[ helios-setup] Feb 28 10:29:15.197 INFO E| Compiling strum_macros v0.23.1
27722025-02-28T10:29:16.891Z[ helios-setup] Feb 28 10:29:15.696 INFO E| Compiling scroll_derive v0.10.5
27732025-02-28T10:29:16.995Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27742025-02-28T10:29:17.994Z[ helios-setup] Feb 28 10:29:16.799 INFO E| Compiling structopt-derive v0.4.18
27752025-02-28T10:29:19.405Z[ helios-setup] Feb 28 10:29:18.209 INFO E| Compiling pest_meta v2.7.15
27762025-02-28T10:29:20.376Z[ helios-setup] Feb 28 10:29:19.180 INFO E| Compiling scroll v0.10.2
27772025-02-28T10:29:21.523Z[ helios-setup] Feb 28 10:29:20.326 INFO E| Compiling goblin v0.4.3
27782025-02-28T10:29:22.142Z[ helios-setup] Feb 28 10:29:20.944 INFO E| Compiling modular-bitfield v0.11.2
27792025-02-28T10:29:22.404Z[ helios-setup] Feb 28 10:29:21.207 INFO E| Compiling pest_generator v2.7.15
27802025-02-28T10:29:23.320Z[ helios-setup] Feb 28 10:29:22.123 INFO E| Compiling structopt v0.3.26
27812025-02-28T10:29:28.347Z[ helios-setup] Feb 28 10:29:27.147 INFO E| Compiling pest_derive v2.7.15
27822025-02-28T10:29:30.777Z[ helios-setup] Feb 28 10:29:29.575 INFO E| Compiling json5 v0.4.1
27832025-02-28T10:29:36.683Z[ helios-setup] Feb 28 10:29:35.479 INFO E| Compiling four-cc v0.3.0
27842025-02-28T10:29:36.683Z[ helios-setup] Feb 28 10:29:35.479 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27852025-02-28T10:29:36.930Z[ helios-setup] Feb 28 10:29:35.725 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
27862025-02-28T10:29:52.001Z[ host-package] Compiling progenitor v0.8.0
27872025-02-28T10:29:52.292Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
27882025-02-28T10:29:57.500Z[ host-package] Compiling progenitor v0.9.1
27892025-02-28T10:29:57.814Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27902025-02-28T10:29:59.801Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27912025-02-28T10:30:01.594Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27922025-02-28T10:30:01.683Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27932025-02-28T10:30:02.074Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27942025-02-28T10:30:02.478Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27952025-02-28T10:30:09.686Z[ host-package] Compiling regress v0.9.1
27962025-02-28T10:30:10.350Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27972025-02-28T10:30:12.183Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27982025-02-28T10:30:13.928Z[ host-package] Compiling macaddr v1.0.1
27992025-02-28T10:30:14.359Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28002025-02-28T10:30:14.494Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28012025-02-28T10:30:14.632Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28022025-02-28T10:30:15.211Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28032025-02-28T10:30:17.561Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28042025-02-28T10:30:19.331Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28052025-02-28T10:30:20.671Z[ helios-setup] Feb 28 10:30:19.445 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28062025-02-28T10:30:22.129Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28072025-02-28T10:30:26.112Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28082025-02-28T10:30:31.329Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28092025-02-28T10:30:31.816Z[ host-package] Compiling slog-dtrace v0.3.0
28102025-02-28T10:30:32.574Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28112025-02-28T10:30:32.618Z[ host-package] Compiling prettyplease v0.2.29
28122025-02-28T10:30:36.394Z[ helios-setup] Feb 28 10:30:35.161 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28132025-02-28T10:30:43.390Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28142025-02-28T10:30:44.846Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28152025-02-28T10:30:45.753Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28162025-02-28T10:30:45.937Z[ host-package] Compiling half v2.4.1
28172025-02-28T10:30:46.077Z[ host-package] Compiling ciborium-io v0.2.2
28182025-02-28T10:30:46.283Z[ host-package] Compiling bytecount v0.6.8
28192025-02-28T10:30:46.657Z[ host-package] Compiling ciborium-ll v0.2.2
28202025-02-28T10:30:46.682Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28212025-02-28T10:30:46.682Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28222025-02-28T10:30:47.309Z[ host-package] Compiling ciborium v0.2.2
28232025-02-28T10:30:49.542Z[ host-package] Compiling display-error-chain v0.2.2
28242025-02-28T10:30:50.251Z[ host-package] Compiling const_format_proc_macros v0.2.34
28252025-02-28T10:30:52.016Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28262025-02-28T10:30:52.301Z[ host-package] Compiling same-file v1.0.6
28272025-02-28T10:30:52.481Z[ host-package] Compiling crunchy v0.2.2
28282025-02-28T10:30:52.651Z[ host-package] Compiling keccak v0.1.5
28292025-02-28T10:30:52.883Z[ host-package] Compiling maplit v1.0.2
28302025-02-28T10:30:53.095Z[ host-package] Compiling fastrand v2.1.1
28312025-02-28T10:30:53.198Z[ host-package] Compiling sha3 v0.10.8
28322025-02-28T10:30:53.714Z[ host-package] Compiling tempfile v3.13.0
28332025-02-28T10:30:53.910Z[ host-package] Compiling walkdir v2.5.0
28342025-02-28T10:30:54.172Z[ host-package] Compiling const_format v0.2.34
28352025-02-28T10:30:54.539Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28362025-02-28T10:30:54.607Z[ host-package] Compiling tiny-keccak v2.0.2
28372025-02-28T10:30:55.019Z[ host-package] Compiling blake3 v1.5.4
28382025-02-28T10:30:55.732Z[ host-package] Compiling dsl_auto_type v0.1.2
28392025-02-28T10:30:55.962Z[ host-package] Compiling scheduled-thread-pool v0.2.7
28402025-02-28T10:30:56.031Z[ host-package] Compiling xattr v1.3.1
28412025-02-28T10:30:56.341Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
28422025-02-28T10:30:56.967Z[ host-package] Compiling memmap2 v0.9.5
28432025-02-28T10:30:57.196Z[ host-package] Compiling filetime v0.2.25
28442025-02-28T10:30:57.402Z[ host-package] Compiling constant_time_eq v0.3.1
28452025-02-28T10:30:57.443Z[ host-package] Compiling arrayvec v0.7.6
28462025-02-28T10:30:57.501Z[ host-package] Compiling arrayref v0.3.9
28472025-02-28T10:30:57.607Z[ host-package] Compiling tar v0.4.44
28482025-02-28T10:30:57.669Z[ host-package] Compiling diesel_derives v2.2.3
28492025-02-28T10:30:57.719Z[ host-package] Compiling r2d2 v0.8.10
28502025-02-28T10:30:58.996Z[ host-package] Compiling toolchain_find v0.4.0
28512025-02-28T10:30:59.296Z[ host-package] Compiling camino-tempfile v1.1.1
28522025-02-28T10:30:59.674Z[ host-package] Compiling phf_generator v0.11.2
28532025-02-28T10:30:59.760Z[ host-package] Compiling ascii-canvas v3.0.0
28542025-02-28T10:30:59.764Z[ host-package] Compiling secrecy v0.8.0
28552025-02-28T10:31:00.011Z[ host-package] Compiling ena v0.14.3
28562025-02-28T10:31:00.114Z[ host-package] Compiling topological-sort v0.2.2
28572025-02-28T10:31:00.377Z[ host-package] Compiling bindgen v0.71.1
28582025-02-28T10:31:00.446Z[ host-package] Compiling regex-syntax v0.6.29
28592025-02-28T10:31:00.446Z[ host-package] Compiling diff v0.1.13
28602025-02-28T10:31:00.627Z[ host-package] Compiling omicron-zone-package v0.12.0
28612025-02-28T10:31:01.172Z[ host-package] Compiling phf_codegen v0.11.2
28622025-02-28T10:31:01.318Z[ host-package] Compiling rustfmt-wrapper v0.2.1
28632025-02-28T10:31:01.390Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28642025-02-28T10:31:02.343Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28652025-02-28T10:31:02.657Z[ host-package] Compiling universal-hash v0.5.1
28662025-02-28T10:31:02.704Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28672025-02-28T10:31:02.947Z[ host-package] Compiling parse-zoneinfo v0.3.1
28682025-02-28T10:31:03.291Z[ host-package] Compiling rustc-hash v2.1.1
28692025-02-28T10:31:03.680Z[ host-package] Compiling ref-cast v1.0.23
28702025-02-28T10:31:04.243Z[ host-package] Compiling lalrpop v0.19.12
28712025-02-28T10:31:04.613Z[ host-package] Compiling opaque-debug v0.3.1
28722025-02-28T10:31:04.782Z[ host-package] Compiling poly1305 v0.8.0
28732025-02-28T10:31:05.395Z[ host-package] Compiling thiserror-no-std v2.0.2
28742025-02-28T10:31:05.765Z[ host-package] Compiling chrono-tz-build v0.4.0
28752025-02-28T10:31:06.308Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28762025-02-28T10:31:06.983Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28772025-02-28T10:31:06.983Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28782025-02-28T10:31:07.422Z[ host-package] Compiling derive_builder_core v0.20.2
28792025-02-28T10:31:07.452Z[ host-package] Compiling chacha20 v0.9.1
28802025-02-28T10:31:08.455Z[ host-package] Compiling headers-core v0.3.0
28812025-02-28T10:31:09.245Z[ host-package] Compiling aead v0.5.2
28822025-02-28T10:31:09.691Z[ host-package] Compiling libxml v0.3.3
28832025-02-28T10:31:09.842Z[ host-package] Compiling diesel v2.2.7
28842025-02-28T10:31:10.017Z[ host-package] Compiling ref-cast-impl v1.0.23
28852025-02-28T10:31:10.443Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28862025-02-28T10:31:11.426Z[ host-package] Compiling arc-swap v1.7.1
28872025-02-28T10:31:11.558Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
28882025-02-28T10:31:12.170Z[ host-package] Compiling slog-scope v4.4.0
28892025-02-28T10:31:12.683Z[ host-package] Compiling vte v0.11.1
28902025-02-28T10:31:13.618Z[ host-package] Compiling derive_builder_macro v0.20.2
28912025-02-28T10:31:14.495Z[ host-package] Compiling chacha20poly1305 v0.10.1
28922025-02-28T10:31:14.710Z[ host-package] Compiling headers v0.4.0
28932025-02-28T10:31:14.920Z[ host-package] Compiling chrono-tz v0.10.1
28942025-02-28T10:31:15.725Z[ host-package] Compiling vsss-rs v3.3.4
28952025-02-28T10:31:18.738Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28962025-02-28T10:31:20.211Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28972025-02-28T10:31:20.645Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28982025-02-28T10:31:21.592Z[ host-package] Compiling samael v0.0.18
28992025-02-28T10:31:22.015Z[ helios-setup] Feb 28 10:31:20.759 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 37s
29002025-02-28T10:31:22.107Z[ helios-setup] Feb 28 10:31:20.846 INFO building project "amd-host-image-builder" ok (179 seconds)
29012025-02-28T10:31:22.107Z[ helios-setup] Feb 28 10:31:20.846 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29022025-02-28T10:31:22.110Z[ helios-setup] Feb 28 10:31:20.846 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29032025-02-28T10:31:22.299Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29042025-02-28T10:31:22.348Z[ helios-setup] Feb 28 10:31:21.092 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29052025-02-28T10:31:22.691Z[ host-package] Compiling strum_macros v0.24.3
29062025-02-28T10:31:23.508Z[ host-package] Compiling unicase v2.7.0
29072025-02-28T10:31:23.737Z[ helios-setup] Feb 28 10:31:22.481 INFO E| From https://github.com/oxidecomputer/progenitor
29082025-02-28T10:31:23.740Z[ helios-setup] Feb 28 10:31:22.481 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29092025-02-28T10:31:23.848Z[ helios-setup] Feb 28 10:31:22.591 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29102025-02-28T10:31:24.072Z[ host-package] Compiling indoc v1.0.9
29112025-02-28T10:31:24.376Z[ helios-setup] Feb 28 10:31:23.120 INFO E| From https://github.com/jclulow/hiercmd
29122025-02-28T10:31:24.376Z[ helios-setup] Feb 28 10:31:23.120 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29132025-02-28T10:31:24.397Z[ helios-setup] Feb 28 10:31:23.140 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29142025-02-28T10:31:24.825Z[ helios-setup] Feb 28 10:31:23.568 INFO E| From https://github.com/jclulow/network-interface
29152025-02-28T10:31:24.826Z[ helios-setup] Feb 28 10:31:23.568 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29162025-02-28T10:31:24.858Z[ helios-setup] Feb 28 10:31:23.601 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29172025-02-28T10:31:25.363Z[ helios-setup] Feb 28 10:31:24.105 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29182025-02-28T10:31:25.363Z[ helios-setup] Feb 28 10:31:24.105 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29192025-02-28T10:31:25.394Z[ helios-setup] Feb 28 10:31:24.136 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29202025-02-28T10:31:26.321Z[ helios-setup] Feb 28 10:31:25.063 INFO E| From https://github.com/oxidecomputer/facade
29212025-02-28T10:31:26.321Z[ helios-setup] Feb 28 10:31:25.063 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29222025-02-28T10:31:26.367Z[ helios-setup] Feb 28 10:31:25.109 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29232025-02-28T10:31:27.510Z[ helios-setup] Feb 28 10:31:26.252 INFO E| From https://github.com/oxidecomputer/dropshot
29242025-02-28T10:31:27.510Z[ helios-setup] Feb 28 10:31:26.252 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29252025-02-28T10:31:27.553Z[ helios-setup] Feb 28 10:31:26.295 INFO E| Updating crates.io index
29262025-02-28T10:31:27.761Z[ helios-setup] Feb 28 10:31:26.503 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29272025-02-28T10:31:28.575Z[ helios-setup] Feb 28 10:31:27.316 INFO E| From https://github.com/oxidecomputer/typify
29282025-02-28T10:31:28.575Z[ helios-setup] Feb 28 10:31:27.316 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29292025-02-28T10:31:28.903Z[ helios-setup] Feb 28 10:31:27.644 INFO E| Downloading crates ...
29302025-02-28T10:31:29.127Z[ helios-setup] Feb 28 10:31:27.868 INFO E| Downloaded concolor-override v1.0.0
29312025-02-28T10:31:29.130Z[ helios-setup] Feb 28 10:31:27.870 INFO E| Downloaded ahash v0.7.6
29322025-02-28T10:31:29.134Z[ helios-setup] Feb 28 10:31:27.875 INFO E| Downloaded aho-corasick v0.7.20
29332025-02-28T10:31:29.140Z[ helios-setup] Feb 28 10:31:27.881 INFO E| Downloaded anstream v0.2.6
29342025-02-28T10:31:29.143Z[ helios-setup] Feb 28 10:31:27.884 INFO E| Downloaded async-stream v0.3.5
29352025-02-28T10:31:29.146Z[ helios-setup] Feb 28 10:31:27.888 INFO E| Downloaded sct v0.7.0
29362025-02-28T10:31:29.152Z[ helios-setup] Feb 28 10:31:27.894 INFO E| Downloaded semver-parser v0.10.2
29372025-02-28T10:31:29.158Z[ helios-setup] Feb 28 10:31:27.899 INFO E| Downloaded semver v1.0.17
29382025-02-28T10:31:29.163Z[ helios-setup] Feb 28 10:31:27.904 INFO E| Downloaded dyn-clone v1.0.11
29392025-02-28T10:31:29.166Z[ helios-setup] Feb 28 10:31:27.907 INFO E| Downloaded clap v4.2.1
29402025-02-28T10:31:29.180Z[ helios-setup] Feb 28 10:31:27.921 INFO E| Downloaded try-lock v0.2.4
29412025-02-28T10:31:29.183Z[ helios-setup] Feb 28 10:31:27.923 INFO E| Downloaded want v0.3.0
29422025-02-28T10:31:29.186Z[ helios-setup] Feb 28 10:31:27.925 INFO E| Downloaded const-random-macro v0.1.15
29432025-02-28T10:31:29.186Z[ helios-setup] Feb 28 10:31:27.926 INFO E| Downloaded tower-service v0.3.2
29442025-02-28T10:31:29.189Z[ helios-setup] Feb 28 10:31:27.928 INFO E| Downloaded sha2 v0.10.6
29452025-02-28T10:31:29.192Z[ helios-setup] Feb 28 10:31:27.932 INFO E| Downloaded slog-bunyan v2.4.0
29462025-02-28T10:31:29.195Z[ helios-setup] Feb 28 10:31:27.934 INFO E| Downloaded spin v0.5.2
29472025-02-28T10:31:29.198Z[ helios-setup] Feb 28 10:31:27.937 INFO E| Downloaded serde_path_to_error v0.1.11
29482025-02-28T10:31:29.201Z[ helios-setup] Feb 28 10:31:27.940 INFO E| Downloaded walkdir v2.3.3
29492025-02-28T10:31:29.204Z[ helios-setup] Feb 28 10:31:27.945 INFO E| Downloaded scopeguard v1.1.0
29502025-02-28T10:31:29.207Z[ helios-setup] Feb 28 10:31:27.947 INFO E| Downloaded utf8parse v0.2.1
29512025-02-28T10:31:29.210Z[ helios-setup] Feb 28 10:31:27.949 INFO E| Downloaded thiserror-impl v1.0.38
29522025-02-28T10:31:29.213Z[ helios-setup] Feb 28 10:31:27.952 INFO E| Downloaded tokio-macros v2.0.0
29532025-02-28T10:31:29.213Z[ helios-setup] Feb 28 10:31:27.954 INFO E| Downloaded toml_datetime v0.6.1
29542025-02-28T10:31:29.216Z[ helios-setup] Feb 28 10:31:27.956 INFO E| Downloaded strsim v0.10.0
29552025-02-28T10:31:29.219Z[ helios-setup] Feb 28 10:31:27.958 INFO E| Downloaded thiserror v1.0.38
29562025-02-28T10:31:29.226Z[ helios-setup] Feb 28 10:31:27.966 INFO E| Downloaded num-integer v0.1.45
29572025-02-28T10:31:29.229Z[ helios-setup] Feb 28 10:31:27.969 INFO E| Downloaded smawk v0.3.1
29582025-02-28T10:31:29.232Z[ helios-setup] Feb 28 10:31:27.971 INFO E| Downloaded smartstring v1.0.1
29592025-02-28T10:31:29.235Z[ helios-setup] Feb 28 10:31:27.975 INFO E| Downloaded signal-hook-registry v1.4.0
29602025-02-28T10:31:29.238Z[ helios-setup] Feb 28 10:31:27.977 INFO E| Downloaded lock_api v0.4.9
29612025-02-28T10:31:29.241Z[ helios-setup] Feb 28 10:31:27.980 INFO E| Downloaded time v0.1.45
29622025-02-28T10:31:29.244Z[ helios-setup] Feb 28 10:31:27.983 INFO E| Downloaded tokio-rustls v0.24.0
29632025-02-28T10:31:29.247Z[ helios-setup] Feb 28 10:31:27.986 INFO E| Downloaded slog-async v2.7.0
29642025-02-28T10:31:29.250Z[ helios-setup] Feb 28 10:31:27.989 INFO E| Downloaded iana-time-zone v0.1.56
29652025-02-28T10:31:29.253Z[ helios-setup] Feb 28 10:31:27.992 INFO E| Downloaded ppv-lite86 v0.2.17
29662025-02-28T10:31:29.256Z[ helios-setup] Feb 28 10:31:27.995 INFO E| Downloaded pkg-config v0.3.26
29672025-02-28T10:31:29.259Z[ helios-setup] Feb 28 10:31:27.998 INFO E| Downloaded futures-task v0.3.28
29682025-02-28T10:31:29.259Z[ helios-setup] Feb 28 10:31:28.000 INFO E| Downloaded paste v1.0.12
29692025-02-28T10:31:29.285Z[ helios-setup] Feb 28 10:31:28.026 INFO E| Downloaded ucd-trie v0.1.5
29702025-02-28T10:31:29.288Z[ helios-setup] Feb 28 10:31:28.028 INFO E| Downloaded schemars v0.8.12
29712025-02-28T10:31:29.307Z[ helios-setup] Feb 28 10:31:28.048 INFO E| Downloaded uuid v1.3.0
29722025-02-28T10:31:29.312Z[ helios-setup] Feb 28 10:31:28.053 INFO E| Downloaded smallvec v1.10.0
29732025-02-28T10:31:29.333Z[ helios-setup] Feb 28 10:31:28.074 INFO E| Downloaded url v2.3.1
29742025-02-28T10:31:29.337Z[ helios-setup] Feb 28 10:31:28.079 INFO E| Downloaded tungstenite v0.18.0
29752025-02-28T10:31:29.342Z[ helios-setup] Feb 28 10:31:28.083 INFO E| Downloaded unsafe-libyaml v0.2.8
29762025-02-28T10:31:29.347Z[ helios-setup] Feb 28 10:31:28.088 INFO E| Downloaded proc-macro2 v1.0.86
29772025-02-28T10:31:29.355Z[ helios-setup] Feb 28 10:31:28.093 INFO E| Downloaded unicode-linebreak v0.1.4
29782025-02-28T10:31:29.355Z[ helios-setup] Feb 28 10:31:28.095 INFO E| Downloaded serde v1.0.204
29792025-02-28T10:31:29.359Z[ helios-setup] Feb 28 10:31:28.100 INFO E| Downloaded parking_lot v0.12.1
29802025-02-28T10:31:29.363Z[ helios-setup] Feb 28 10:31:28.104 INFO E| Downloaded toml_edit v0.19.8
29812025-02-28T10:31:29.391Z[ helios-setup] Feb 28 10:31:28.131 INFO E| Downloaded num-traits v0.2.15
29822025-02-28T10:31:29.395Z[ helios-setup] Feb 28 10:31:28.136 INFO E| Downloaded winnow v0.4.1
29832025-02-28T10:31:29.409Z[ helios-setup] Feb 28 10:31:28.150 INFO E| Downloaded mio v0.8.5
29842025-02-28T10:31:29.420Z[ helios-setup] Feb 28 10:31:28.161 INFO E| Downloaded serde_json v1.0.95
29852025-02-28T10:31:29.434Z[ helios-setup] Feb 28 10:31:28.175 INFO E| Downloaded rayon-core v1.10.2
29862025-02-28T10:31:29.441Z[ helios-setup] Feb 28 10:31:28.182 INFO E| Downloaded http v0.2.9
29872025-02-28T10:31:29.447Z[ helios-setup] Feb 28 10:31:28.188 INFO E| Downloaded unicode-normalization v0.1.22
29882025-02-28T10:31:29.452Z[ helios-setup] Feb 28 10:31:28.193 INFO E| Downloaded pest v2.5.7
29892025-02-28T10:31:29.461Z[ helios-setup] Feb 28 10:31:28.202 INFO E| Downloaded clap_builder v4.2.1
29902025-02-28T10:31:29.472Z[ helios-setup] Feb 28 10:31:28.214 INFO E| Downloaded syn v1.0.107
29912025-02-28T10:31:29.491Z[ helios-setup] Feb 28 10:31:28.232 INFO E| Downloaded rustls v0.21.0
29922025-02-28T10:31:29.508Z[ helios-setup] Feb 28 10:31:28.250 INFO E| Downloaded syn v2.0.72
29932025-02-28T10:31:29.525Z[ helios-setup] Feb 28 10:31:28.266 INFO E| Downloaded futures-util v0.3.28
29942025-02-28T10:31:29.548Z[ helios-setup] Feb 28 10:31:28.289 INFO E| Downloaded git2 v0.16.1
29952025-02-28T10:31:29.561Z[ helios-setup] Feb 28 10:31:28.302 INFO E| Downloaded rustix v0.37.3
29962025-02-28T10:31:29.640Z[ helios-setup] Feb 28 10:31:28.380 INFO E| Downloaded idna v0.3.0
29972025-02-28T10:31:29.648Z[ helios-setup] Feb 28 10:31:28.389 INFO E| Downloaded regex v1.7.3
29982025-02-28T10:31:29.720Z[ helios-setup] Feb 28 10:31:28.461 INFO E| Downloaded regress v0.5.0
29992025-02-28T10:31:29.731Z[ helios-setup] Feb 28 10:31:28.472 INFO E| Downloaded reqwest v0.11.16
30002025-02-28T10:31:29.742Z[ helios-setup] Feb 28 10:31:28.483 INFO E| Downloaded rayon v1.6.1
30012025-02-28T10:31:29.751Z[ host-package] Compiling derive_builder v0.20.2
30022025-02-28T10:31:29.762Z[ helios-setup] Feb 28 10:31:28.503 INFO E| Downloaded h2 v0.3.16
30032025-02-28T10:31:29.772Z[ helios-setup] Feb 28 10:31:28.513 INFO E| Downloaded rhai v1.14.0
30042025-02-28T10:31:29.789Z[ helios-setup] Feb 28 10:31:28.530 INFO E| Downloaded crossbeam-epoch v0.9.13
30052025-02-28T10:31:29.792Z[ helios-setup] Feb 28 10:31:28.533 INFO E| Downloaded crossbeam-channel v0.5.6
30062025-02-28T10:31:29.799Z[ helios-setup] Feb 28 10:31:28.540 INFO E| Downloaded once_cell v1.17.0
30072025-02-28T10:31:29.803Z[ helios-setup] Feb 28 10:31:28.544 INFO E| Downloaded futures v0.3.28
30082025-02-28T10:31:29.812Z[ helios-setup] Feb 28 10:31:28.553 INFO E| Downloaded openapiv3 v1.0.2
30092025-02-28T10:31:29.831Z[ helios-setup] Feb 28 10:31:28.572 INFO E| Downloaded crossbeam-utils v0.8.14
30102025-02-28T10:31:29.835Z[ helios-setup] Feb 28 10:31:28.576 INFO E| Downloaded tracing v0.1.37
30112025-02-28T10:31:29.843Z[ helios-setup] Feb 28 10:31:28.584 INFO E| Downloaded tokio-util v0.7.7
30122025-02-28T10:31:29.853Z[ helios-setup] Feb 28 10:31:28.594 INFO E| Downloaded pin-project-lite v0.2.9
30132025-02-28T10:31:29.861Z[ helios-setup] Feb 28 10:31:28.602 INFO E| Downloaded cc v1.0.78
30142025-02-28T10:31:29.865Z[ helios-setup] Feb 28 10:31:28.606 INFO E| Downloaded tracing-core v0.1.30
30152025-02-28T10:31:29.870Z[ helios-setup] Feb 28 10:31:28.612 INFO E| Downloaded toml v0.5.11
30162025-02-28T10:31:29.875Z[ helios-setup] Feb 28 10:31:28.616 INFO E| Downloaded textwrap v0.16.0
30172025-02-28T10:31:29.879Z[ helios-setup] Feb 28 10:31:28.620 INFO E| Downloaded tokio v1.27.0
30182025-02-28T10:31:29.922Z[ helios-setup] Feb 28 10:31:28.663 INFO E| Downloaded serde_yaml v0.9.21
30192025-02-28T10:31:29.934Z[ helios-setup] Feb 28 10:31:28.675 INFO E| Downloaded rustls-webpki v0.100.1
30202025-02-28T10:31:29.945Z[ helios-setup] Feb 28 10:31:28.686 INFO E| Downloaded serde_derive v1.0.204
30212025-02-28T10:31:29.949Z[ helios-setup] Feb 28 10:31:28.690 INFO E| Downloaded cargo-lock v8.0.3
30222025-02-28T10:31:29.954Z[ helios-setup] Feb 28 10:31:28.694 INFO E| Downloaded camino v1.1.4
30232025-02-28T10:31:29.957Z[ host-package] Compiling polar-core v0.27.3
30242025-02-28T10:31:29.960Z[ helios-setup] Feb 28 10:31:28.698 INFO E| Downloaded bytes v1.4.0
30252025-02-28T10:31:29.965Z[ helios-setup] Feb 28 10:31:28.705 INFO E| Downloaded libc v0.2.139
30262025-02-28T10:31:30.007Z[ helios-setup] Feb 28 10:31:28.747 INFO E| Downloaded unicode-ident v1.0.8
30272025-02-28T10:31:30.012Z[ helios-setup] Feb 28 10:31:28.752 INFO E| Downloaded unicode-bidi v0.3.13
30282025-02-28T10:31:30.016Z[ helios-setup] Feb 28 10:31:28.756 INFO E| Downloaded typenum v1.16.0
30292025-02-28T10:31:30.020Z[ helios-setup] Feb 28 10:31:28.761 INFO E| Downloaded tempfile v3.5.0
30302025-02-28T10:31:30.024Z[ helios-setup] Feb 28 10:31:28.765 INFO E| Downloaded rustfmt-wrapper v0.2.0
30312025-02-28T10:31:30.027Z[ helios-setup] Feb 28 10:31:28.767 INFO E| Downloaded rhai_codegen v1.5.0
30322025-02-28T10:31:30.041Z[ helios-setup] Feb 28 10:31:28.782 INFO E| Downloaded quote v1.0.36
30332025-02-28T10:31:30.046Z[ helios-setup] Feb 28 10:31:28.786 INFO E| Downloaded parking_lot_core v0.9.6
30342025-02-28T10:31:30.050Z[ helios-setup] Feb 28 10:31:28.791 INFO E| Downloaded num_enum v0.5.7
30352025-02-28T10:31:30.057Z[ helios-setup] Feb 28 10:31:28.797 INFO E| Downloaded num_cpus v1.15.0
30362025-02-28T10:31:30.062Z[ helios-setup] Feb 28 10:31:28.803 INFO E| Downloaded memchr v2.5.0
30372025-02-28T10:31:30.069Z[ helios-setup] Feb 28 10:31:28.810 INFO E| Downloaded ipnet v2.7.2
30382025-02-28T10:31:30.072Z[ helios-setup] Feb 28 10:31:28.813 INFO E| Downloaded httparse v1.8.0
30392025-02-28T10:31:30.087Z[ helios-setup] Feb 28 10:31:28.828 INFO E| Downloaded home v0.5.4
30402025-02-28T10:31:30.090Z[ helios-setup] Feb 28 10:31:28.829 INFO E| Downloaded getrandom v0.2.8
30412025-02-28T10:31:30.093Z[ helios-setup] Feb 28 10:31:28.833 INFO E| Downloaded futures-macro v0.3.28
30422025-02-28T10:31:30.096Z[ helios-setup] Feb 28 10:31:28.835 INFO E| Downloaded errno v0.3.1
30432025-02-28T10:31:30.096Z[ helios-setup] Feb 28 10:31:28.837 INFO E| Downloaded ryu v1.0.13
30442025-02-28T10:31:30.101Z[ helios-setup] Feb 28 10:31:28.841 INFO E| Downloaded toml v0.7.3
30452025-02-28T10:31:30.129Z[ helios-setup] Feb 28 10:31:28.846 INFO E| Downloaded tokio-tungstenite v0.18.0
30462025-02-28T10:31:30.129Z[ helios-setup] Feb 28 10:31:28.849 INFO E| Downloaded tinyvec v1.6.0
30472025-02-28T10:31:30.129Z[ helios-setup] Feb 28 10:31:28.854 INFO E| Downloaded socket2 v0.4.9
30482025-02-28T10:31:30.129Z[ helios-setup] Feb 28 10:31:28.857 INFO E| Downloaded slab v0.4.7
30492025-02-28T10:31:30.129Z[ helios-setup] Feb 28 10:31:28.859 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30502025-02-28T10:31:30.134Z[ helios-setup] Feb 28 10:31:28.875 INFO E| Downloaded proc-macro-crate v1.2.1
30512025-02-28T10:31:30.137Z[ helios-setup] Feb 28 10:31:28.876 INFO E| Downloaded percent-encoding v2.2.0
30522025-02-28T10:31:30.140Z[ host-package] Compiling strip-ansi-escapes v0.2.0
30532025-02-28T10:31:30.140Z[ helios-setup] Feb 28 10:31:28.879 INFO E| Downloaded http-body v0.4.5
30542025-02-28T10:31:30.143Z[ helios-setup] Feb 28 10:31:28.881 INFO E| Downloaded futures-sink v0.3.28
30552025-02-28T10:31:30.143Z[ helios-setup] Feb 28 10:31:28.883 INFO E| Downloaded futures-io v0.3.28
30562025-02-28T10:31:30.146Z[ helios-setup] Feb 28 10:31:28.884 INFO E| Downloaded futures-executor v0.3.28
30572025-02-28T10:31:30.146Z[ helios-setup] Feb 28 10:31:28.886 INFO E| Downloaded futures-core v0.3.28
30582025-02-28T10:31:30.149Z[ helios-setup] Feb 28 10:31:28.888 INFO E| Downloaded form_urlencoded v1.1.0
30592025-02-28T10:31:30.149Z[ helios-setup] Feb 28 10:31:28.889 INFO E| Downloaded digest v0.10.6
30602025-02-28T10:31:30.152Z[ helios-setup] Feb 28 10:31:28.891 INFO E| Downloaded crossbeam-deque v0.8.2
30612025-02-28T10:31:30.155Z[ helios-setup] Feb 28 10:31:28.894 INFO E| Downloaded fastrand v1.9.0
30622025-02-28T10:31:30.158Z[ helios-setup] Feb 28 10:31:28.896 INFO E| Downloaded num_enum_derive v0.5.7
30632025-02-28T10:31:30.158Z[ helios-setup] Feb 28 10:31:28.897 INFO E| Downloaded sha1 v0.10.5
30642025-02-28T10:31:30.177Z[ helios-setup] Feb 28 10:31:28.899 INFO E| Downloaded serde_tokenstream v0.2.0
30652025-02-28T10:31:30.177Z[ helios-setup] Feb 28 10:31:28.904 INFO E| Downloaded semver v0.11.0
30662025-02-28T10:31:30.177Z[ helios-setup] Feb 28 10:31:28.907 INFO E| Downloaded jobserver v0.1.26
30672025-02-28T10:31:30.177Z[ helios-setup] Feb 28 10:31:28.910 INFO E| Downloaded serde_spanned v0.6.1
30682025-02-28T10:31:30.177Z[ helios-setup] Feb 28 10:31:28.911 INFO E| Downloaded project-root v0.2.2
30692025-02-28T10:31:30.177Z[ helios-setup] Feb 28 10:31:28.912 INFO E| Downloaded const-random v0.1.15
30702025-02-28T10:31:30.177Z[ helios-setup] Feb 28 10:31:28.915 INFO E| Downloaded futures-channel v0.3.28
30712025-02-28T10:31:30.180Z[ helios-setup] Feb 28 10:31:28.918 INFO E| Downloaded bincode v1.3.3
30722025-02-28T10:31:30.182Z[ helios-setup] Feb 28 10:31:28.922 INFO E| Downloaded memoffset v0.7.1
30732025-02-28T10:31:30.185Z[ helios-setup] Feb 28 10:31:28.924 INFO E| Downloaded itoa v1.0.6
30742025-02-28T10:31:30.185Z[ helios-setup] Feb 28 10:31:28.926 INFO E| Downloaded is-terminal v0.4.7
30752025-02-28T10:31:30.188Z[ helios-setup] Feb 28 10:31:28.927 INFO E| Downloaded httpdate v1.0.2
30762025-02-28T10:31:30.191Z[ helios-setup] Feb 28 10:31:28.929 INFO E| Downloaded byteorder v1.4.3
30772025-02-28T10:31:30.193Z[ helios-setup] Feb 28 10:31:28.932 INFO E| Downloaded built v0.6.0
30782025-02-28T10:31:30.198Z[ helios-setup] Feb 28 10:31:28.934 INFO E| Downloaded schemars_derive v0.8.12
30792025-02-28T10:31:30.198Z[ helios-setup] Feb 28 10:31:28.938 INFO E| Downloaded rustls-pemfile v1.0.2
30802025-02-28T10:31:30.201Z[ helios-setup] Feb 28 10:31:28.941 INFO E| Downloaded lazy_static v1.4.0
30812025-02-28T10:31:30.204Z[ helios-setup] Feb 28 10:31:28.943 INFO E| Downloaded hyper v0.14.25
30822025-02-28T10:31:30.213Z[ helios-setup] Feb 28 10:31:28.954 INFO E| Downloaded toolchain_find v0.2.0
30832025-02-28T10:31:30.216Z[ helios-setup] Feb 28 10:31:28.955 INFO E| Downloaded serde_derive_internals v0.26.0
30842025-02-28T10:31:30.219Z[ helios-setup] Feb 28 10:31:28.957 INFO E| Downloaded io-lifetimes v1.0.10
30852025-02-28T10:31:30.221Z[ helios-setup] Feb 28 10:31:28.961 INFO E| Downloaded encoding_rs v0.8.32
30862025-02-28T10:31:30.252Z[ helios-setup] Feb 28 10:31:28.993 INFO E| Downloaded anyhow v1.0.68
30872025-02-28T10:31:30.260Z[ helios-setup] Feb 28 10:31:29.000 INFO E| Downloaded log v0.4.17
30882025-02-28T10:31:30.263Z[ helios-setup] Feb 28 10:31:29.003 INFO E| Downloaded either v1.8.0
30892025-02-28T10:31:30.265Z[ helios-setup] Feb 28 10:31:29.005 INFO E| Downloaded clap_lex v0.4.1
30902025-02-28T10:31:30.268Z[ helios-setup] Feb 28 10:31:29.007 INFO E| Downloaded clap_derive v4.2.0
30912025-02-28T10:31:30.271Z[ helios-setup] Feb 28 10:31:29.011 INFO E| Downloaded chrono v0.4.24
30922025-02-28T10:31:30.282Z[ helios-setup] Feb 28 10:31:29.022 INFO E| Downloaded autocfg v1.1.0
30932025-02-28T10:31:30.285Z[ helios-setup] Feb 28 10:31:29.025 INFO E| Downloaded async-stream-impl v0.3.5
30942025-02-28T10:31:30.288Z[ helios-setup] Feb 28 10:31:29.026 INFO E| Downloaded anstyle v0.3.5
30952025-02-28T10:31:30.288Z[ helios-setup] Feb 28 10:31:29.028 INFO E| Downloaded concolor-query v0.3.3
30962025-02-28T10:31:30.290Z[ helios-setup] Feb 28 10:31:29.030 INFO E| Downloaded base64 v0.21.0
30972025-02-28T10:31:30.295Z[ helios-setup] Feb 28 10:31:29.035 INFO E| Downloaded async-trait v0.1.68
30982025-02-28T10:31:30.301Z[ helios-setup] Feb 28 10:31:29.041 INFO E| Downloaded anstyle-parse v0.1.1
30992025-02-28T10:31:30.306Z[ helios-setup] Feb 28 10:31:29.044 INFO E| Downloaded ahash v0.8.3
31002025-02-28T10:31:30.311Z[ helios-setup] Feb 28 10:31:29.048 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31012025-02-28T10:31:30.443Z[ helios-setup] Feb 28 10:31:29.183 INFO E| Downloaded libz-sys v1.1.8
31022025-02-28T10:31:30.822Z[ helios-setup] Feb 28 10:31:29.559 INFO E| Downloaded ring v0.16.20
31032025-02-28T10:31:31.183Z[ helios-setup] Feb 28 10:31:29.923 INFO E| Compiling proc-macro2 v1.0.86
31042025-02-28T10:31:31.186Z[ helios-setup] Feb 28 10:31:29.923 INFO E| Compiling libc v0.2.139
31052025-02-28T10:31:31.186Z[ helios-setup] Feb 28 10:31:29.923 INFO E| Compiling unicode-ident v1.0.8
31062025-02-28T10:31:31.186Z[ helios-setup] Feb 28 10:31:29.923 INFO E| Compiling autocfg v1.1.0
31072025-02-28T10:31:31.186Z[ helios-setup] Feb 28 10:31:29.924 INFO E| Compiling cfg-if v1.0.0
31082025-02-28T10:31:31.186Z[ helios-setup] Feb 28 10:31:29.924 INFO E| Compiling version_check v0.9.4
31092025-02-28T10:31:31.186Z[ helios-setup] Feb 28 10:31:29.924 INFO E| Compiling serde v1.0.204
31102025-02-28T10:31:31.186Z[ helios-setup] Feb 28 10:31:29.924 INFO E| Compiling syn v1.0.107
31112025-02-28T10:31:31.875Z[ helios-setup] Feb 28 10:31:30.614 INFO E| Compiling memchr v2.5.0
31122025-02-28T10:31:32.612Z[ helios-setup] Feb 28 10:31:31.347 INFO E| Compiling once_cell v1.17.0
31132025-02-28T10:31:32.615Z[ helios-setup] Feb 28 10:31:31.351 INFO E| Compiling log v0.4.17
31142025-02-28T10:31:33.169Z[ helios-setup] Feb 28 10:31:31.908 INFO E| Compiling thiserror v1.0.38
31152025-02-28T10:31:33.447Z[ helios-setup] Feb 28 10:31:32.186 INFO E| Compiling serde_json v1.0.95
31162025-02-28T10:31:33.614Z[ helios-setup] Feb 28 10:31:32.350 INFO E| Compiling itoa v1.0.6
31172025-02-28T10:31:34.605Z[ helios-setup] Feb 28 10:31:33.343 INFO E| Compiling pin-project-lite v0.2.9
31182025-02-28T10:31:35.052Z[ helios-setup] Feb 28 10:31:33.790 INFO E| Compiling getrandom v0.2.8
31192025-02-28T10:31:35.544Z[ helios-setup] Feb 28 10:31:34.281 INFO E| Compiling jobserver v0.1.26
31202025-02-28T10:31:35.681Z[ helios-setup] Feb 28 10:31:34.418 INFO E| Compiling quote v1.0.36
31212025-02-28T10:31:35.709Z[ helios-setup] Feb 28 10:31:34.446 INFO E| Compiling scopeguard v1.1.0
31222025-02-28T10:31:35.713Z[ helios-setup] Feb 28 10:31:34.447 INFO E| Compiling indexmap v1.9.3
31232025-02-28T10:31:36.169Z[ helios-setup] Feb 28 10:31:34.903 INFO E| Compiling futures-core v0.3.28
31242025-02-28T10:31:36.289Z[ helios-setup] Feb 28 10:31:35.026 INFO E| Compiling cc v1.0.78
31252025-02-28T10:31:36.405Z[ helios-setup] Feb 28 10:31:35.143 INFO E| Compiling bytes v1.4.0
31262025-02-28T10:31:36.647Z[ helios-setup] Feb 28 10:31:35.384 INFO E| Compiling syn v2.0.72
31272025-02-28T10:31:36.938Z[ helios-setup] Feb 28 10:31:35.674 INFO E| Compiling num-integer v0.1.45
31282025-02-28T10:31:37.006Z[ helios-setup] Feb 28 10:31:35.743 INFO E| Compiling ryu v1.0.13
31292025-02-28T10:31:38.210Z[ helios-setup] Feb 28 10:31:36.946 INFO E| Compiling lock_api v0.4.9
31302025-02-28T10:31:38.304Z[ helios-setup] Feb 28 10:31:37.041 INFO E| Compiling parking_lot_core v0.9.6
31312025-02-28T10:31:38.527Z[ helios-setup] Feb 28 10:31:37.264 INFO E| Compiling typenum v1.16.0
31322025-02-28T10:31:38.603Z[ host-package] Compiling slog-stdlog v4.1.1
31332025-02-28T10:31:39.091Z[ helios-setup] Feb 28 10:31:37.827 INFO E| Compiling bitflags v1.3.2
31342025-02-28T10:31:39.539Z[ helios-setup] Feb 28 10:31:38.275 INFO E| Compiling num_cpus v1.15.0
31352025-02-28T10:31:39.703Z[ helios-setup] Feb 28 10:31:38.439 INFO E| Compiling generic-array v0.14.6
31362025-02-28T10:31:39.856Z[ helios-setup] Feb 28 10:31:38.592 INFO E| Compiling slab v0.4.7
31372025-02-28T10:31:39.859Z[ helios-setup] Feb 28 10:31:38.593 INFO E| Compiling futures-task v0.3.28
31382025-02-28T10:31:39.948Z[ helios-setup] Feb 28 10:31:38.684 INFO E| Compiling futures-sink v0.3.28
31392025-02-28T10:31:40.037Z[ helios-setup] Feb 28 10:31:38.773 INFO E| Compiling futures-channel v0.3.28
31402025-02-28T10:31:40.513Z[ helios-setup] Feb 28 10:31:39.243 INFO E| Compiling tokio v1.27.0
31412025-02-28T10:31:40.818Z[ helios-setup] Feb 28 10:31:39.553 INFO E| Compiling futures-util v0.3.28
31422025-02-28T10:31:40.869Z[ host-package] Compiling papergrid v0.11.0
31432025-02-28T10:31:41.747Z[ helios-setup] Feb 28 10:31:40.481 INFO E| Compiling mio v0.8.5
31442025-02-28T10:31:41.813Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31452025-02-28T10:31:41.959Z[ helios-setup] Feb 28 10:31:40.692 INFO E| Compiling socket2 v0.4.9
31462025-02-28T10:31:42.020Z[ helios-setup] Feb 28 10:31:40.754 INFO E| Compiling signal-hook-registry v1.4.0
31472025-02-28T10:31:42.116Z[ helios-setup] Feb 28 10:31:40.845 INFO E| Compiling futures-io v0.3.28
31482025-02-28T10:31:42.433Z[ helios-setup] Feb 28 10:31:41.168 INFO E| Compiling pin-utils v0.1.0
31492025-02-28T10:31:42.528Z[ host-package] Compiling tabled_derive v0.7.0
31502025-02-28T10:31:42.714Z[ helios-setup] Feb 28 10:31:41.449 INFO E| Compiling schemars v0.8.12
31512025-02-28T10:31:42.862Z[ helios-setup] Feb 28 10:31:41.596 INFO E| Compiling ahash v0.7.6
31522025-02-28T10:31:43.914Z[ helios-setup] Feb 28 10:31:42.647 INFO E| Compiling num-traits v0.2.15
31532025-02-28T10:31:44.043Z[ helios-setup] Feb 28 10:31:42.777 INFO E| Compiling crunchy v0.2.2
31542025-02-28T10:31:44.859Z[ helios-setup] Feb 28 10:31:43.593 INFO E| Compiling io-lifetimes v1.0.10
31552025-02-28T10:31:45.372Z[ helios-setup] Feb 28 10:31:44.102 INFO E| Compiling ahash v0.8.3
31562025-02-28T10:31:45.555Z[ helios-setup] Feb 28 10:31:44.287 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31572025-02-28T10:31:46.220Z[ helios-setup] Feb 28 10:31:44.953 INFO E| Compiling crypto-common v0.1.6
31582025-02-28T10:31:46.365Z[ helios-setup] Feb 28 10:31:45.098 INFO E| Compiling block-buffer v0.10.3
31592025-02-28T10:31:46.531Z[ host-package] Compiling fd-lock v4.0.2
31602025-02-28T10:31:46.652Z[ helios-setup] Feb 28 10:31:45.385 INFO E| Compiling hashbrown v0.12.3
31612025-02-28T10:31:46.826Z[ helios-setup] Feb 28 10:31:45.558 INFO E| Compiling slog v2.7.0
31622025-02-28T10:31:46.908Z[ helios-setup] Feb 28 10:31:45.641 INFO E| Compiling tiny-keccak v2.0.2
31632025-02-28T10:31:46.998Z[ host-package] Compiling peg-macros v0.8.4
31642025-02-28T10:31:47.159Z[ helios-setup] Feb 28 10:31:45.891 INFO E| Compiling rustix v0.37.3
31652025-02-28T10:31:47.433Z[ helios-setup] Feb 28 10:31:46.165 INFO E| Compiling serde_derive_internals v0.26.0
31662025-02-28T10:31:47.473Z[ helios-setup] Feb 28 10:31:46.205 INFO E| Compiling crossbeam-utils v0.8.14
31672025-02-28T10:31:48.682Z[ helios-setup] Feb 28 10:31:47.413 INFO E| Compiling digest v0.10.6
31682025-02-28T10:31:49.499Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31692025-02-28T10:31:49.596Z[ helios-setup] Feb 28 10:31:48.327 INFO E| Compiling errno v0.3.1
31702025-02-28T10:31:50.238Z[ helios-setup] Feb 28 10:31:48.968 INFO E| Compiling cpufeatures v0.2.5
31712025-02-28T10:31:50.397Z[ helios-setup] Feb 28 10:31:49.128 INFO E| Compiling fnv v1.0.7
31722025-02-28T10:31:50.594Z[ helios-setup] Feb 28 10:31:49.325 INFO E| Compiling unicode-width v0.1.10
31732025-02-28T10:31:50.615Z[ helios-setup] Feb 28 10:31:49.345 INFO E| Compiling anyhow v1.0.68
31742025-02-28T10:31:50.906Z[ helios-setup] Feb 28 10:31:49.636 INFO E| Compiling pkg-config v0.3.26
31752025-02-28T10:31:51.023Z[ helios-setup] Feb 28 10:31:49.753 INFO E| Compiling http v0.2.9
31762025-02-28T10:31:51.216Z[ host-package] Compiling oso-derive v0.27.3
31772025-02-28T10:31:52.435Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
31782025-02-28T10:31:53.077Z[ host-package] Compiling quick-xml v0.37.2
31792025-02-28T10:31:54.087Z[ helios-setup] Feb 28 10:31:52.816 INFO E| Compiling aho-corasick v0.7.20
31802025-02-28T10:31:54.360Z[ helios-setup] Feb 28 10:31:53.089 INFO E| Compiling thiserror-impl v1.0.38
31812025-02-28T10:31:55.272Z[ helios-setup] Feb 28 10:31:54.000 INFO E| Compiling schemars_derive v0.8.12
31822025-02-28T10:31:56.287Z[ helios-setup] Feb 28 10:31:55.014 INFO E| Compiling serde_derive v1.0.204
31832025-02-28T10:31:56.471Z[ helios-setup] Feb 28 10:31:55.199 INFO E| Compiling futures-macro v0.3.28
31842025-02-28T10:31:56.944Z[ helios-setup] Feb 28 10:31:55.671 INFO E| Compiling tokio-macros v2.0.0
31852025-02-28T10:31:58.007Z[ helios-setup] Feb 28 10:31:56.734 INFO E| Compiling percent-encoding v2.2.0
31862025-02-28T10:31:58.347Z[ helios-setup] Feb 28 10:31:57.073 INFO E| Compiling httparse v1.8.0
31872025-02-28T10:31:59.349Z[ helios-setup] Feb 28 10:31:58.075 INFO E| Compiling heck v0.4.1
31882025-02-28T10:31:59.467Z[ helios-setup] Feb 28 10:31:58.193 INFO E| Compiling regex-syntax v0.6.29
31892025-02-28T10:32:00.025Z[ helios-setup] Feb 28 10:31:58.750 INFO E| Compiling tinyvec_macros v0.1.1
31902025-02-28T10:32:00.584Z[ helios-setup] Feb 28 10:31:59.310 INFO E| Compiling tinyvec v1.6.0
31912025-02-28T10:32:00.588Z[ helios-setup] Feb 28 10:31:59.314 INFO E| Compiling form_urlencoded v1.1.0
31922025-02-28T10:32:00.591Z[ helios-setup] Feb 28 10:31:59.315 INFO E| Compiling const-random-macro v0.1.15
31932025-02-28T10:32:01.676Z[ helios-setup] Feb 28 10:32:00.401 INFO E| Compiling hashbrown v0.13.2
31942025-02-28T10:32:02.509Z[ helios-setup] Feb 28 10:32:01.234 INFO E| Compiling libz-sys v1.1.8
31952025-02-28T10:32:02.941Z[ host-package] Compiling diesel-dtrace v0.4.2
31962025-02-28T10:32:03.703Z[ host-package] Compiling nu-ansi-term v0.50.1
31972025-02-28T10:32:04.132Z[ helios-setup] Feb 28 10:32:02.856 INFO E| Compiling chrono v0.4.24
31982025-02-28T10:32:04.243Z[ helios-setup] Feb 28 10:32:02.967 INFO E| Compiling getopts v0.2.21
31992025-02-28T10:32:05.558Z[ helios-setup] Feb 28 10:32:04.281 INFO E| Compiling memoffset v0.7.1
32002025-02-28T10:32:05.665Z[ helios-setup] Feb 28 10:32:04.388 INFO E| Compiling powerfmt v0.2.0
32012025-02-28T10:32:05.988Z[ helios-setup] Feb 28 10:32:04.708 INFO E| Compiling time-core v0.1.2
32022025-02-28T10:32:06.395Z[ host-package] Compiling reedline v0.35.0
32032025-02-28T10:32:06.470Z[ helios-setup] Feb 28 10:32:05.192 INFO E| Compiling regex v1.7.3
32042025-02-28T10:32:06.470Z[ helios-setup] Feb 28 10:32:05.193 INFO E| Compiling dyn-clone v1.0.11
32052025-02-28T10:32:06.659Z[ host-package] Compiling peg v0.8.4
32062025-02-28T10:32:06.712Z[ helios-setup] Feb 28 10:32:05.432 INFO E| Compiling uuid v1.3.0
32072025-02-28T10:32:07.240Z[ helios-setup] Feb 28 10:32:05.963 INFO E| Compiling num-conv v0.1.0
32082025-02-28T10:32:07.263Z[ host-package] Compiling tabled v0.15.0
32092025-02-28T10:32:07.753Z[ helios-setup] Feb 28 10:32:06.474 INFO E| Compiling deranged v0.3.11
32102025-02-28T10:32:07.974Z[ helios-setup] Feb 28 10:32:06.696 INFO E| Compiling time-macros v0.2.18
32112025-02-28T10:32:08.263Z[ helios-setup] Feb 28 10:32:06.985 INFO E| Compiling unicode-normalization v0.1.22
32122025-02-28T10:32:08.582Z[ helios-setup] Feb 28 10:32:07.303 INFO E| Compiling regress v0.5.0
32132025-02-28T10:32:11.323Z[ helios-setup] Feb 28 10:32:10.044 INFO E| Compiling const-random v0.1.15
32142025-02-28T10:32:12.591Z[ helios-setup] Feb 28 10:32:11.311 INFO E| Compiling tracing-core v0.1.30
32152025-02-28T10:32:13.473Z[ helios-setup] Feb 28 10:32:12.192 INFO E| Compiling crossbeam-epoch v0.9.13
32162025-02-28T10:32:13.776Z[ helios-setup] Feb 28 10:32:12.495 INFO E| Compiling unicode-bidi v0.3.13
32172025-02-28T10:32:13.963Z[ helios-setup] Feb 28 10:32:12.682 INFO E| Compiling ucd-trie v0.1.5
32182025-02-28T10:32:15.421Z[ helios-setup] Feb 28 10:32:14.140 INFO E| Compiling num_threads v0.1.6
32192025-02-28T10:32:15.699Z[ helios-setup] Feb 28 10:32:14.417 INFO E| Compiling time v0.3.36
32202025-02-28T10:32:16.589Z[ helios-setup] Feb 28 10:32:15.307 INFO E| Compiling idna v0.3.0
32212025-02-28T10:32:17.443Z[ helios-setup] Feb 28 10:32:16.160 INFO E| Compiling pest v2.5.7
32222025-02-28T10:32:19.718Z[ helios-setup] Feb 28 10:32:18.427 INFO E| Compiling tracing v0.1.37
32232025-02-28T10:32:22.282Z[ helios-setup] Feb 28 10:32:20.997 INFO E| Compiling smallvec v1.10.0
32242025-02-28T10:32:22.418Z[ helios-setup] Feb 28 10:32:21.114 INFO E| Compiling toml v0.5.11
32252025-02-28T10:32:25.007Z[ helios-setup] Feb 28 10:32:23.719 INFO E| Compiling parking_lot v0.12.1
32262025-02-28T10:32:25.621Z[ helios-setup] Feb 28 10:32:24.335 INFO E| Compiling serde_tokenstream v0.2.0
32272025-02-28T10:32:25.726Z[ host-package] Compiling oso v0.27.3
32282025-02-28T10:32:28.547Z[ helios-setup] Feb 28 10:32:27.259 INFO E| Compiling crossbeam-channel v0.5.6
32292025-02-28T10:32:28.804Z[ helios-setup] Feb 28 10:32:27.516 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32302025-02-28T10:32:28.878Z[ helios-setup] Feb 28 10:32:27.589 INFO E| Compiling dirs-sys-next v0.1.2
32312025-02-28T10:32:30.617Z[ helios-setup] Feb 28 10:32:29.328 INFO E| Compiling time v0.1.45
32322025-02-28T10:32:31.117Z[ helios-setup] Feb 28 10:32:29.828 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32332025-02-28T10:32:32.907Z[ helios-setup] Feb 28 10:32:31.617 INFO E| Compiling iana-time-zone v0.1.56
32342025-02-28T10:32:33.714Z[ helios-setup] Feb 28 10:32:32.424 INFO E| Compiling semver v1.0.17
32352025-02-28T10:32:34.132Z[ helios-setup] Feb 28 10:32:32.841 INFO E| Compiling crc32fast v1.3.2
32362025-02-28T10:32:35.713Z[ helios-setup] Feb 28 10:32:34.240 INFO E| Compiling dirs-next v2.0.0
32372025-02-28T10:32:36.516Z[ helios-setup] Feb 28 10:32:35.216 INFO E| Compiling proc-macro-crate v1.2.1
32382025-02-28T10:32:37.382Z[ helios-setup] Feb 28 10:32:36.090 INFO E| Compiling semver-parser v0.10.2
32392025-02-28T10:32:38.032Z[ helios-setup] Feb 28 10:32:36.740 INFO E| Compiling url v2.3.1
32402025-02-28T10:32:40.661Z[ helios-setup] Feb 28 10:32:39.345 INFO E| Compiling futures-executor v0.3.28
32412025-02-28T10:32:41.498Z[ helios-setup] Feb 28 10:32:40.203 INFO E| Compiling thread_local v1.1.7
32422025-02-28T10:32:41.901Z[ helios-setup] Feb 28 10:32:40.606 INFO E| Compiling adler v1.0.2
32432025-02-28T10:32:42.217Z[ helios-setup] Feb 28 10:32:40.923 INFO E| Compiling try-lock v0.2.4
32442025-02-28T10:32:42.572Z[ helios-setup] Feb 28 10:32:41.278 INFO E| Compiling same-file v1.0.6
32452025-02-28T10:32:42.677Z[ helios-setup] Feb 28 10:32:41.383 INFO E| Compiling rayon-core v1.10.2
32462025-02-28T10:32:43.113Z[ helios-setup] Feb 28 10:32:41.815 INFO E| Compiling walkdir v2.3.3
32472025-02-28T10:32:43.321Z[ helios-setup] Feb 28 10:32:42.023 INFO E| Compiling tokio-util v0.7.7
32482025-02-28T10:32:43.722Z[ helios-setup] Feb 28 10:32:42.425 INFO E| Compiling want v0.3.0
32492025-02-28T10:32:44.406Z[ helios-setup] Feb 28 10:32:43.109 INFO E| Compiling miniz_oxide v0.6.2
32502025-02-28T10:32:44.781Z[ helios-setup] Feb 28 10:32:43.482 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32512025-02-28T10:32:47.178Z[ host-package] Compiling slog-envlogger v2.2.0
32522025-02-28T10:32:47.416Z[ helios-setup] Feb 28 10:32:46.119 INFO E| Compiling h2 v0.3.16
32532025-02-28T10:32:47.569Z[ helios-setup] Feb 28 10:32:46.272 INFO E| Compiling futures v0.3.28
32542025-02-28T10:32:50.161Z[ helios-setup] Feb 28 10:32:48.862 INFO E| Compiling semver v0.11.0
32552025-02-28T10:32:50.363Z[ helios-setup] Feb 28 10:32:49.065 INFO E| Compiling num_enum_derive v0.5.7
32562025-02-28T10:32:51.616Z[ helios-setup] Feb 28 10:32:50.316 INFO E| Compiling crossbeam-deque v0.8.2
32572025-02-28T10:32:51.668Z[ helios-setup] Feb 28 10:32:50.369 INFO E| Compiling term v0.7.0
32582025-02-28T10:32:53.216Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32592025-02-28T10:32:54.311Z[ helios-setup] Feb 28 10:32:53.010 INFO E| Compiling http-body v0.4.5
32602025-02-28T10:32:55.469Z[ helios-setup] Feb 28 10:32:54.168 INFO E| Compiling sha2 v0.10.6
32612025-02-28T10:32:55.680Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32622025-02-28T10:32:56.284Z[ helios-setup] Feb 28 10:32:54.982 INFO E| Compiling ring v0.16.20
32632025-02-28T10:32:58.109Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32642025-02-28T10:32:58.568Z[ helios-setup] Feb 28 10:32:57.259 INFO E| Compiling rand_core v0.6.4
32652025-02-28T10:32:58.905Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32662025-02-28T10:32:59.052Z[ host-package] Compiling bb8 v0.8.5
32672025-02-28T10:32:59.575Z[ helios-setup] Feb 28 10:32:58.272 INFO E| Compiling atty v0.2.14
32682025-02-28T10:32:59.957Z[ helios-setup] Feb 28 10:32:58.653 INFO E| Compiling home v0.5.4
32692025-02-28T10:33:00.296Z[ helios-setup] Feb 28 10:32:58.993 INFO E| Compiling httpdate v1.0.2
32702025-02-28T10:33:00.522Z[ host-package] Compiling bcs v0.1.6
32712025-02-28T10:33:01.472Z[ helios-setup] Feb 28 10:33:00.168 INFO E| Compiling utf8parse v0.2.1
32722025-02-28T10:33:01.768Z[ helios-setup] Feb 28 10:33:00.464 INFO E| Compiling lazy_static v1.4.0
32732025-02-28T10:33:02.049Z[ helios-setup] Feb 28 10:33:00.745 INFO E| Compiling tower-service v0.3.2
32742025-02-28T10:33:02.352Z[ helios-setup] Feb 28 10:33:01.048 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
32752025-02-28T10:33:02.412Z[ host-package] Compiling fxhash v0.2.1
32762025-02-28T10:33:02.436Z[ helios-setup] Feb 28 10:33:01.132 INFO E| Compiling ppv-lite86 v0.2.17
32772025-02-28T10:33:02.673Z[ helios-setup] Feb 28 10:33:01.369 INFO E| Compiling base64 v0.21.0
32782025-02-28T10:33:03.356Z[ host-package] Compiling libz-sys v1.1.20
32792025-02-28T10:33:03.575Z[ helios-setup] Feb 28 10:33:02.270 INFO E| Compiling fastrand v1.9.0
32802025-02-28T10:33:03.986Z[ helios-setup] Feb 28 10:33:02.681 INFO E| Compiling rand_chacha v0.3.1
32812025-02-28T10:33:04.470Z[ helios-setup] Feb 28 10:33:03.164 INFO E| Compiling tempfile v3.5.0
32822025-02-28T10:33:04.863Z[ helios-setup] Feb 28 10:33:03.558 INFO E| Compiling hyper v0.14.25
32832025-02-28T10:33:05.042Z[ helios-setup] Feb 28 10:33:03.736 INFO E| Compiling toolchain_find v0.2.0
32842025-02-28T10:33:05.083Z[ host-package] Compiling termtree v0.5.1
32852025-02-28T10:33:05.835Z[ helios-setup] Feb 28 10:33:04.529 INFO E| Compiling anstyle-parse v0.1.1
32862025-02-28T10:33:06.470Z[ host-package] Compiling async-bb8-diesel v0.2.1
32872025-02-28T10:33:06.571Z[ helios-setup] Feb 28 10:33:05.264 INFO E| Compiling slog-term v2.9.0
32882025-02-28T10:33:09.164Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32892025-02-28T10:33:09.516Z[ host-package] Compiling kstat-rs v0.2.4
32902025-02-28T10:33:11.288Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32912025-02-28T10:33:11.291Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922025-02-28T10:33:13.086Z[ host-package] Compiling proc-macro-error2 v2.0.1
32932025-02-28T10:33:15.509Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32942025-02-28T10:33:16.535Z[ helios-setup] Feb 28 10:33:15.224 INFO E| Compiling num_enum v0.5.7
32952025-02-28T10:33:17.202Z[ helios-setup] Feb 28 10:33:15.891 INFO E| Compiling cargo-lock v8.0.3
32962025-02-28T10:33:18.811Z[ helios-setup] Feb 28 10:33:17.499 INFO E| Compiling flate2 v1.0.25
32972025-02-28T10:33:19.107Z[ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
32982025-02-28T10:33:20.447Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
32992025-02-28T10:33:22.317Z[ host-package] Compiling nanorand v0.7.0
33002025-02-28T10:33:23.746Z[ host-package] Compiling parking_lot_core v0.8.6
33012025-02-28T10:33:24.883Z[ host-package] Compiling flume v0.11.1
33022025-02-28T10:33:26.489Z[ helios-setup] Feb 28 10:33:25.172 INFO E| Compiling serde_urlencoded v0.7.1
33032025-02-28T10:33:28.541Z[ helios-setup] Feb 28 10:33:27.224 INFO E| Compiling is-terminal v0.4.7
33042025-02-28T10:33:28.713Z[ helios-setup] Feb 28 10:33:27.396 INFO E| Compiling sha1 v0.10.5
33052025-02-28T10:33:29.907Z[ helios-setup] Feb 28 10:33:28.589 INFO E| Compiling anstyle v0.3.5
33062025-02-28T10:33:30.848Z[ helios-setup] Feb 28 10:33:29.530 INFO E| Compiling either v1.8.0
33072025-02-28T10:33:32.366Z[ helios-setup] Feb 28 10:33:31.045 INFO E| Compiling concolor-query v0.3.3
33082025-02-28T10:33:32.787Z[ helios-setup] Feb 28 10:33:31.468 INFO E| Compiling concolor-override v1.0.0
33092025-02-28T10:33:33.159Z[ helios-setup] Feb 28 10:33:31.840 INFO E| Compiling anstream v0.2.6
33102025-02-28T10:33:34.221Z[ helios-setup] Feb 28 10:33:32.902 INFO E| Compiling rayon v1.6.1
33112025-02-28T10:33:35.727Z[ helios-setup] Feb 28 10:33:34.405 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33122025-02-28T10:33:36.906Z[ helios-setup] Feb 28 10:33:35.585 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33132025-02-28T10:33:36.989Z[ helios-setup] Feb 28 10:33:35.668 INFO E| Compiling rustfmt-wrapper v0.2.0
33142025-02-28T10:33:37.448Z[ helios-setup] Feb 28 10:33:36.126 INFO E| Compiling rand v0.8.5
33152025-02-28T10:33:38.403Z[ helios-setup] Feb 28 10:33:37.081 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33162025-02-28T10:33:39.476Z[ helios-setup] Feb 28 10:33:38.154 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33172025-02-28T10:33:40.266Z[ helios-setup] Feb 28 10:33:38.942 INFO E| Compiling openapiv3 v1.0.2
33182025-02-28T10:33:40.791Z[ helios-setup] Feb 28 10:33:39.467 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33192025-02-28T10:33:41.325Z[ helios-setup] Feb 28 10:33:40.002 INFO E| Compiling encoding_rs v0.8.32
33202025-02-28T10:33:41.584Z[ helios-setup] Feb 28 10:33:40.261 INFO E| Compiling unsafe-libyaml v0.2.8
33212025-02-28T10:33:43.677Z[ host-package] Compiling mime_guess v2.0.5
33222025-02-28T10:33:45.002Z[ helios-setup] Feb 28 10:33:43.677 INFO E| Compiling byteorder v1.4.3
33232025-02-28T10:33:45.255Z[ helios-setup] Feb 28 10:33:43.930 INFO E| Compiling utf-8 v0.7.6
33242025-02-28T10:33:46.052Z[ helios-setup] Feb 28 10:33:44.727 INFO E| Compiling untrusted v0.7.1
33252025-02-28T10:33:46.137Z[ helios-setup] Feb 28 10:33:44.812 INFO E| Compiling spin v0.5.2
33262025-02-28T10:33:46.316Z[ host-package] Compiling tabled_derive v0.10.0
33272025-02-28T10:33:46.476Z[ helios-setup] Feb 28 10:33:45.150 INFO E| Compiling mime v0.3.17
33282025-02-28T10:33:46.589Z[ helios-setup] Feb 28 10:33:45.263 INFO E| Compiling clap_lex v0.4.1
33292025-02-28T10:33:46.721Z[ helios-setup] Feb 28 10:33:45.395 INFO E| Compiling base64 v0.13.1
33302025-02-28T10:33:48.180Z[ helios-setup] Feb 28 10:33:46.854 INFO E| Compiling strsim v0.10.0
33312025-02-28T10:33:48.415Z[ helios-setup] Feb 28 10:33:47.088 INFO E| Compiling ipnet v2.7.2
33322025-02-28T10:33:48.492Z[ helios-setup] Feb 28 10:33:47.166 INFO E| Compiling project-root v0.2.2
33332025-02-28T10:33:48.649Z[ helios-setup] Feb 28 10:33:47.321 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33342025-02-28T10:33:49.351Z[ helios-setup] Feb 28 10:33:48.023 INFO E| Compiling clap_builder v4.2.1
33352025-02-28T10:33:50.853Z[ helios-setup] Feb 28 10:33:49.524 INFO E| Compiling reqwest v0.11.16
33362025-02-28T10:33:50.958Z[ host-package] Compiling papergrid v0.14.0
33372025-02-28T10:33:51.465Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33382025-02-28T10:33:51.817Z[ helios-setup] Feb 28 10:33:50.489 INFO E| Compiling tungstenite v0.18.0
33392025-02-28T10:33:54.189Z[ helios-setup] Feb 28 10:33:52.860 INFO E| Compiling serde_yaml v0.9.21
33402025-02-28T10:33:57.605Z[ helios-setup] Feb 28 10:33:56.273 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33412025-02-28T10:34:00.243Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33422025-02-28T10:34:01.318Z[ helios-setup] Feb 28 10:33:59.984 INFO E| Compiling clap_derive v4.2.0
33432025-02-28T10:34:09.868Z[ helios-setup] Feb 28 10:34:08.530 INFO E| Compiling clap v4.2.1
33442025-02-28T10:34:13.119Z[ helios-setup] Feb 28 10:34:11.780 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33452025-02-28T10:34:14.184Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33462025-02-28T10:34:15.934Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33472025-02-28T10:34:20.463Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33482025-02-28T10:34:21.716Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
33492025-02-28T10:34:23.211Z[ host-package] Compiling tabled v0.18.0
33502025-02-28T10:34:27.690Z[ helios-setup] Feb 28 10:34:26.343 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33512025-02-28T10:34:29.378Z[ helios-setup] Feb 28 10:34:28.031 INFO E| Compiling tokio-tungstenite v0.18.0
33522025-02-28T10:34:30.566Z[ helios-setup] Feb 28 10:34:29.218 INFO E| Compiling smartstring v1.0.1
33532025-02-28T10:34:31.921Z[ helios-setup] Feb 28 10:34:30.573 INFO E| Compiling rustls v0.21.0
33542025-02-28T10:34:34.191Z[ helios-setup] Feb 28 10:34:32.842 INFO E| Compiling serde_spanned v0.6.1
33552025-02-28T10:34:34.849Z[ helios-setup] Feb 28 10:34:33.500 INFO E| Compiling toml_datetime v0.6.1
33562025-02-28T10:34:35.090Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33572025-02-28T10:34:36.049Z[ helios-setup] Feb 28 10:34:34.698 INFO E| Compiling async-trait v0.1.68
33582025-02-28T10:34:37.307Z[ helios-setup] Feb 28 10:34:35.956 INFO E| Compiling match_cfg v0.1.0
33592025-02-28T10:34:37.508Z[ helios-setup] Feb 28 10:34:36.157 INFO E| Compiling winnow v0.4.1
33602025-02-28T10:34:38.640Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33612025-02-28T10:34:39.160Z[ host-package] Compiling itertools v0.13.0
33622025-02-28T10:34:39.163Z[ helios-setup] Feb 28 10:34:37.809 INFO E| Compiling static_assertions v1.1.0
33632025-02-28T10:34:39.541Z[ helios-setup] Feb 28 10:34:38.189 INFO E| Compiling paste v1.0.12
33642025-02-28T10:34:40.754Z[ helios-setup] Feb 28 10:34:39.402 INFO E| Compiling camino v1.1.4
33652025-02-28T10:34:41.485Z[ helios-setup] Feb 28 10:34:40.133 INFO E| Compiling slog-async v2.7.0
33662025-02-28T10:34:42.677Z[ host-package] Compiling vergen v8.3.2
33672025-02-28T10:34:43.001Z[ helios-setup] Feb 28 10:34:41.648 INFO E| Compiling hostname v0.3.1
33682025-02-28T10:34:43.633Z[ helios-setup] Feb 28 10:34:42.279 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33692025-02-28T10:34:43.666Z[ helios-setup] Feb 28 10:34:42.312 INFO E| Compiling slog-json v2.6.1
33702025-02-28T10:34:43.879Z[ host-package] Compiling castaway v0.2.3
33712025-02-28T10:34:44.099Z[ helios-setup] Feb 28 10:34:42.746 INFO E| Compiling toml_edit v0.19.8
33722025-02-28T10:34:44.253Z[ host-package] Compiling nibble_vec v0.1.0
33732025-02-28T10:34:44.412Z[ helios-setup] Feb 28 10:34:43.058 INFO E| Compiling bincode v1.3.3
33742025-02-28T10:34:44.637Z[ helios-setup] Feb 28 10:34:43.282 INFO E| Compiling unicode-linebreak v0.1.4
33752025-02-28T10:34:45.271Z[ host-package] Compiling cargo-platform v0.1.8
33762025-02-28T10:34:46.295Z[ host-package] Compiling atty v0.2.14
33772025-02-28T10:34:46.649Z[ host-package] Compiling http-range v0.1.5
33782025-02-28T10:34:46.812Z[ host-package] Compiling io-lifetimes v1.0.11
33792025-02-28T10:34:47.323Z[ helios-setup] Feb 28 10:34:45.968 INFO E| Compiling async-stream-impl v0.3.5
33802025-02-28T10:34:47.723Z[ host-package] Compiling endian-type v0.1.2
33812025-02-28T10:34:48.126Z[ host-package] Compiling salty v0.3.0
33822025-02-28T10:34:48.427Z[ host-package] Compiling radix_trie v0.2.1
33832025-02-28T10:34:49.391Z[ helios-setup] Feb 28 10:34:48.035 INFO E| Compiling rhai_codegen v1.5.0
33842025-02-28T10:34:49.913Z[ host-package] Compiling tough v0.19.0
33852025-02-28T10:34:50.056Z[ helios-setup] Feb 28 10:34:48.699 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33862025-02-28T10:34:50.240Z[ host-package] Compiling unicode-truncate v1.1.0
33872025-02-28T10:34:50.355Z[ host-package] Compiling cargo_metadata v0.18.1
33882025-02-28T10:34:50.862Z[ host-package] Compiling compact_str v0.8.0
33892025-02-28T10:34:51.345Z[ helios-setup] Feb 28 10:34:49.985 INFO E| Compiling take_mut v0.2.2
33902025-02-28T10:34:52.011Z[ helios-setup] Feb 28 10:34:50.653 INFO E| Compiling toml v0.7.3
33912025-02-28T10:34:54.103Z[ helios-setup] Feb 28 10:34:52.744 INFO E| Compiling rhai v1.14.0
33922025-02-28T10:34:54.498Z[ host-package] Compiling git2 v0.19.0
33932025-02-28T10:34:55.617Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33942025-02-28T10:34:55.848Z[ host-package] Compiling parking_lot v0.11.2
33952025-02-28T10:35:00.350Z[ helios-setup] Feb 28 10:34:58.989 INFO E| Compiling async-stream v0.3.5
33962025-02-28T10:35:01.776Z[ helios-setup] Feb 28 10:35:00.414 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33972025-02-28T10:35:02.463Z[ helios-setup] Feb 28 10:35:01.100 INFO E| Compiling slog-bunyan v2.4.0
33982025-02-28T10:35:03.437Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33992025-02-28T10:35:06.833Z[ helios-setup] Feb 28 10:35:05.468 INFO E| Compiling rustls-pemfile v1.0.2
34002025-02-28T10:35:07.568Z[ helios-setup] Feb 28 10:35:06.202 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34012025-02-28T10:35:08.252Z[ helios-setup] Feb 28 10:35:06.887 INFO E| Compiling serde_path_to_error v0.1.11
34022025-02-28T10:35:09.590Z[ helios-setup] Feb 28 10:35:08.224 INFO E| Compiling terminal_size v0.2.6
34032025-02-28T10:35:10.203Z[ helios-setup] Feb 28 10:35:08.836 INFO E| Compiling smawk v0.3.1
34042025-02-28T10:35:10.400Z[ helios-setup] Feb 28 10:35:09.023 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
34052025-02-28T10:35:10.807Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
34062025-02-28T10:35:11.063Z[ helios-setup] Feb 28 10:35:09.696 INFO E| Compiling textwrap v0.16.0
34072025-02-28T10:35:12.447Z[ host-package] Compiling lru v0.12.5
34082025-02-28T10:35:13.530Z[ host-package] Compiling rand_seeder v0.3.0
34092025-02-28T10:35:14.321Z[ host-package] Compiling lzma-sys v0.1.20
34102025-02-28T10:35:14.695Z[ host-package] Compiling instability v0.3.2
34112025-02-28T10:35:15.871Z[ host-package] Compiling rustix v0.37.28
34122025-02-28T10:35:16.777Z[ host-package] Compiling indoc v2.0.5
34132025-02-28T10:35:17.247Z[ helios-setup] Feb 28 10:35:15.877 INFO E| Compiling sct v0.7.0
34142025-02-28T10:35:17.279Z[ helios-setup] Feb 28 10:35:15.909 INFO E| Compiling rustls-webpki v0.100.1
34152025-02-28T10:35:17.285Z[ host-package] Compiling cassowary v0.3.0
34162025-02-28T10:35:17.401Z[ host-package] Compiling rustls v0.21.12
34172025-02-28T10:35:18.577Z[ host-package] Compiling ratatui v0.29.0
34182025-02-28T10:35:18.966Z[ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34192025-02-28T10:35:20.047Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34202025-02-28T10:35:20.452Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34212025-02-28T10:35:23.812Z[ host-package] Compiling hyper-staticfile v0.10.1
34222025-02-28T10:35:24.296Z[ host-package] Compiling sled v0.34.7
34232025-02-28T10:35:27.506Z[ helios-setup] Feb 28 10:35:26.131 INFO E| Compiling git2 v0.16.1
34242025-02-28T10:35:27.652Z[ helios-setup] Feb 28 10:35:26.277 INFO E| Compiling tokio-rustls v0.24.0
34252025-02-28T10:35:38.068Z[ helios-setup] Feb 28 10:35:36.685 INFO E| Compiling built v0.6.0
34262025-02-28T10:35:39.539Z[ helios-setup] Feb 28 10:35:38.159 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34272025-02-28T10:35:42.076Z[ helios-setup] Feb 28 10:35:40.694 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34282025-02-28T10:35:43.298Z[ helios-setup] Feb 28 10:35:41.915 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34292025-02-28T10:35:53.250Z[ host-package] Compiling hickory-client v0.24.4
34302025-02-28T10:35:58.663Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34312025-02-28T10:35:58.734Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34322025-02-28T10:36:00.126Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34332025-02-28T10:36:00.129Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34342025-02-28T10:36:00.606Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
34352025-02-28T10:36:02.670Z[ host-package] Compiling sct v0.7.1
34362025-02-28T10:36:03.143Z[ host-package] Compiling rustls-webpki v0.101.7
34372025-02-28T10:36:04.420Z[ host-package] Compiling hickory-server v0.24.4
34382025-02-28T10:36:07.611Z[ host-package] Compiling primeorder v0.13.6
34392025-02-28T10:36:08.288Z[ host-package] Compiling heck v0.3.3
34402025-02-28T10:36:08.730Z[ host-package] Compiling env_filter v0.1.2
34412025-02-28T10:36:10.017Z[ host-package] Compiling csv-core v0.1.11
34422025-02-28T10:36:10.545Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34432025-02-28T10:36:11.041Z[ host-package] Compiling csv v1.3.1
34442025-02-28T10:36:11.231Z[ host-package] Compiling env_logger v0.11.5
34452025-02-28T10:36:11.710Z[ host-package] Compiling zone_cfg_derive v0.1.2
34462025-02-28T10:36:12.823Z[ host-package] Compiling p384 v0.13.0
34472025-02-28T10:36:13.230Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34482025-02-28T10:36:16.222Z[ helios-setup] Feb 28 10:36:14.824 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34492025-02-28T10:36:16.589Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34502025-02-28T10:36:16.751Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34512025-02-28T10:36:18.777Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34522025-02-28T10:36:21.029Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
34532025-02-28T10:36:22.455Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34542025-02-28T10:36:24.106Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34552025-02-28T10:36:24.733Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34562025-02-28T10:36:24.836Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34572025-02-28T10:36:25.637Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34582025-02-28T10:36:25.777Z[ host-package] Compiling nix v0.27.1
34592025-02-28T10:36:26.912Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34602025-02-28T10:36:27.428Z[ helios-setup] Feb 28 10:36:25.998 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34612025-02-28T10:36:28.143Z[ host-package] Compiling tungstenite v0.23.0
34622025-02-28T10:36:30.978Z[ host-package] Compiling base64 v0.13.1
34632025-02-28T10:36:31.551Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
34642025-02-28T10:36:32.645Z[ host-package] Compiling ron v0.7.1
34652025-02-28T10:36:33.067Z[ host-package] Compiling tokio-tungstenite v0.23.1
34662025-02-28T10:36:37.425Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34672025-02-28T10:36:38.283Z[ host-package] Compiling xz2 v0.1.7
34682025-02-28T10:36:39.638Z[ host-package] Compiling terminal_size v0.2.6
34692025-02-28T10:36:40.391Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34702025-02-28T10:36:42.384Z[ host-package] Compiling tokio-rustls v0.24.1
34712025-02-28T10:36:43.561Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34722025-02-28T10:36:53.318Z[ host-package] Compiling zone v0.1.8
34732025-02-28T10:36:54.550Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34742025-02-28T10:36:55.267Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34752025-02-28T10:36:55.759Z[ helios-setup] Feb 28 10:36:54.341 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34762025-02-28T10:36:55.832Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34772025-02-28T10:36:56.692Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34782025-02-28T10:36:57.200Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34792025-02-28T10:36:57.474Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34802025-02-28T10:37:00.534Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34812025-02-28T10:37:01.009Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34822025-02-28T10:37:02.664Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34832025-02-28T10:37:04.491Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34842025-02-28T10:37:06.873Z[ host-package] Compiling rustls-pemfile v1.0.4
34852025-02-28T10:37:07.816Z[ host-package] Compiling signal-hook-tokio v0.3.1
34862025-02-28T10:37:08.101Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34872025-02-28T10:37:08.162Z[ host-package] Compiling twox-hash v2.1.0
34882025-02-28T10:37:09.194Z[ host-package] Compiling yasna v0.5.2
34892025-02-28T10:37:09.885Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
34902025-02-28T10:37:11.980Z[ host-package] Compiling is_ci v1.2.0
34912025-02-28T10:37:12.715Z[ host-package] Compiling glob v0.3.2
34922025-02-28T10:37:14.381Z[ host-package] Compiling unicode-linebreak v0.1.5
34932025-02-28T10:37:15.471Z[ host-package] Compiling smawk v0.3.2
34942025-02-28T10:37:15.793Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34952025-02-28T10:37:16.088Z[ host-package] Compiling textwrap v0.16.1
34962025-02-28T10:37:16.616Z[ host-package] Compiling supports-color v3.0.2
34972025-02-28T10:37:17.748Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34982025-02-28T10:37:18.012Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34992025-02-28T10:37:23.600Z[ host-package] Compiling rcgen v0.12.1
35002025-02-28T10:37:24.734Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
35012025-02-28T10:37:25.727Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35022025-02-28T10:37:29.365Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35032025-02-28T10:37:43.352Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35042025-02-28T10:37:45.861Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35052025-02-28T10:37:46.752Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35062025-02-28T10:37:51.075Z[ helios-setup] Feb 28 10:37:49.629 INFO E| Finished `release` profile [optimized] target(s) in 6m 28s
35072025-02-28T10:37:51.215Z[ helios-setup] Feb 28 10:37:49.770 INFO building project "pilot" ok (388 seconds)
35082025-02-28T10:37:51.218Z[ helios-setup] Feb 28 10:37:49.771 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
35092025-02-28T10:37:51.218Z[ helios-setup] Feb 28 10:37:49.771 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
35102025-02-28T10:37:51.460Z[ helios-setup] Feb 28 10:37:50.015 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
35112025-02-28T10:37:51.847Z[ helios-setup] Feb 28 10:37:50.402 INFO E| From https://github.com/jclulow/rust-jmclib
35122025-02-28T10:37:51.847Z[ helios-setup] Feb 28 10:37:50.402 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
35132025-02-28T10:37:51.867Z[ helios-setup] Feb 28 10:37:50.422 INFO E| Updating crates.io index
35142025-02-28T10:37:51.943Z[ helios-setup] Feb 28 10:37:50.498 INFO E| Downloading crates ...
35152025-02-28T10:37:52.093Z[ helios-setup] Feb 28 10:37:50.648 INFO E| Downloaded sha-1 v0.9.8
35162025-02-28T10:37:52.096Z[ helios-setup] Feb 28 10:37:50.651 INFO E| Downloaded libdevinfo-sys v1.0.0
35172025-02-28T10:37:52.099Z[ helios-setup] Feb 28 10:37:50.652 INFO E| Downloaded block-buffer v0.9.0
35182025-02-28T10:37:52.099Z[ helios-setup] Feb 28 10:37:50.654 INFO E| Downloaded anyhow v1.0.72
35192025-02-28T10:37:52.105Z[ helios-setup] Feb 28 10:37:50.660 INFO E| Downloaded md-5 v0.9.1
35202025-02-28T10:37:52.107Z[ helios-setup] Feb 28 10:37:50.662 INFO E| Downloaded cpufeatures v0.2.9
35212025-02-28T10:37:52.113Z[ helios-setup] Feb 28 10:37:50.668 INFO E| Downloaded fastrand v2.0.0
35222025-02-28T10:37:52.113Z[ helios-setup] Feb 28 10:37:50.668 INFO E| Downloaded digest v0.9.0
35232025-02-28T10:37:52.116Z[ helios-setup] Feb 28 10:37:50.669 INFO E| Downloaded getrandom v0.2.10
35242025-02-28T10:37:52.121Z[ helios-setup] Feb 28 10:37:50.673 INFO E| Downloaded bitflags v2.3.3
35252025-02-28T10:37:52.124Z[ helios-setup] Feb 28 10:37:50.677 INFO E| Downloaded uuid v0.8.2
35262025-02-28T10:37:52.127Z[ helios-setup] Feb 28 10:37:50.682 INFO E| Downloaded serde_derive v1.0.193
35272025-02-28T10:37:52.131Z[ helios-setup] Feb 28 10:37:50.686 INFO E| Downloaded unicode-ident v1.0.11
35282025-02-28T10:37:52.135Z[ helios-setup] Feb 28 10:37:50.690 INFO E| Downloaded once_cell v1.18.0
35292025-02-28T10:37:52.139Z[ helios-setup] Feb 28 10:37:50.694 INFO E| Downloaded serde v1.0.193
35302025-02-28T10:37:52.145Z[ helios-setup] Feb 28 10:37:50.700 INFO E| Downloaded tempfile v3.7.0
35312025-02-28T10:37:52.149Z[ helios-setup] Feb 28 10:37:50.703 INFO E| Downloaded proc-macro2 v1.0.66
35322025-02-28T10:37:52.153Z[ helios-setup] Feb 28 10:37:50.707 INFO E| Downloaded quote v1.0.31
35332025-02-28T10:37:52.156Z[ helios-setup] Feb 28 10:37:50.712 INFO E| Downloaded serde_json v1.0.103
35342025-02-28T10:37:52.226Z[ helios-setup] Feb 28 10:37:50.781 INFO E| Downloaded syn v2.0.32
35352025-02-28T10:37:52.255Z[ helios-setup] Feb 28 10:37:50.810 INFO E| Downloaded rustix v0.38.4
35362025-02-28T10:37:52.310Z[ helios-setup] Feb 28 10:37:50.864 INFO E| Downloaded libc v0.2.147
35372025-02-28T10:37:52.458Z[ helios-setup] Feb 28 10:37:51.013 INFO E| Compiling libc v0.2.147
35382025-02-28T10:37:52.461Z[ helios-setup] Feb 28 10:37:51.013 INFO E| Compiling proc-macro2 v1.0.66
35392025-02-28T10:37:52.461Z[ helios-setup] Feb 28 10:37:51.013 INFO E| Compiling unicode-ident v1.0.11
35402025-02-28T10:37:52.461Z[ helios-setup] Feb 28 10:37:51.013 INFO E| Compiling cfg-if v1.0.0
35412025-02-28T10:37:52.461Z[ helios-setup] Feb 28 10:37:51.013 INFO E| Compiling typenum v1.16.0
35422025-02-28T10:37:52.461Z[ helios-setup] Feb 28 10:37:51.013 INFO E| Compiling version_check v0.9.4
35432025-02-28T10:37:52.461Z[ helios-setup] Feb 28 10:37:51.014 INFO E| Compiling serde v1.0.193
35442025-02-28T10:37:52.461Z[ helios-setup] Feb 28 10:37:51.014 INFO E| Compiling num-conv v0.1.0
35452025-02-28T10:37:52.988Z[ helios-setup] Feb 28 10:37:51.543 INFO E| Compiling slog v2.7.0
35462025-02-28T10:37:53.030Z[ helios-setup] Feb 28 10:37:51.585 INFO E| Compiling powerfmt v0.2.0
35472025-02-28T10:37:53.305Z[ helios-setup] Feb 28 10:37:51.859 INFO E| Compiling rustix v0.38.4
35482025-02-28T10:37:53.850Z[ helios-setup] Feb 28 10:37:52.404 INFO E| Compiling generic-array v0.14.7
35492025-02-28T10:37:53.924Z[ helios-setup] Feb 28 10:37:52.478 INFO E| Compiling time-core v0.1.2
35502025-02-28T10:37:54.084Z[ helios-setup] Feb 28 10:37:52.638 INFO E| Compiling itoa v1.0.9
35512025-02-28T10:37:54.223Z[ helios-setup] Feb 28 10:37:52.777 INFO E| Compiling time-macros v0.2.18
35522025-02-28T10:37:54.626Z[ helios-setup] Feb 28 10:37:53.180 INFO E| Compiling deranged v0.3.11
35532025-02-28T10:37:54.662Z[ helios-setup] Feb 28 10:37:53.216 INFO E| Compiling once_cell v1.18.0
35542025-02-28T10:37:54.823Z[ helios-setup] Feb 28 10:37:53.376 INFO E| Compiling bitflags v2.3.3
35552025-02-28T10:37:55.004Z[ helios-setup] Feb 28 10:37:53.557 INFO E| Compiling num_threads v0.1.6
35562025-02-28T10:37:55.315Z[ helios-setup] Feb 28 10:37:53.868 INFO E| Compiling thread_local v1.1.7
35572025-02-28T10:37:55.618Z[ helios-setup] Feb 28 10:37:54.172 INFO E| Compiling opaque-debug v0.3.0
35582025-02-28T10:37:55.736Z[ helios-setup] Feb 28 10:37:54.288 INFO E| Compiling serde_json v1.0.103
35592025-02-28T10:37:56.372Z[ helios-setup] Feb 28 10:37:54.925 INFO E| Compiling quote v1.0.31
35602025-02-28T10:37:56.689Z[ helios-setup] Feb 28 10:37:55.242 INFO E| Compiling dirs-sys-next v0.1.2
35612025-02-28T10:37:56.730Z[ helios-setup] Feb 28 10:37:55.283 INFO E| Compiling errno v0.3.1
35622025-02-28T10:37:56.953Z[ helios-setup] Feb 28 10:37:55.505 INFO E| Compiling atty v0.2.14
35632025-02-28T10:37:57.100Z[ helios-setup] Feb 28 10:37:55.648 INFO E| Compiling syn v2.0.32
35642025-02-28T10:37:57.255Z[ helios-setup] Feb 28 10:37:55.808 INFO E| Compiling dirs-next v2.0.0
35652025-02-28T10:37:57.625Z[ helios-setup] Feb 28 10:37:56.177 INFO E| Compiling term v0.7.0
35662025-02-28T10:37:57.697Z[ helios-setup] Feb 28 10:37:56.249 INFO E| Compiling fastrand v2.0.0
35672025-02-28T10:37:57.773Z[ helios-setup] Feb 28 10:37:56.324 INFO E| Compiling anyhow v1.0.72
35682025-02-28T10:37:58.124Z[ helios-setup] Feb 28 10:37:56.676 INFO E| Compiling getrandom v0.2.10
35692025-02-28T10:37:58.466Z[ helios-setup] Feb 28 10:37:57.018 INFO E| Compiling digest v0.9.0
35702025-02-28T10:37:58.779Z[ helios-setup] Feb 28 10:37:57.330 INFO E| Compiling block-buffer v0.9.0
35712025-02-28T10:37:58.842Z[ helios-setup] Feb 28 10:37:57.394 INFO E| Compiling unicode-width v0.1.10
35722025-02-28T10:37:58.925Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35732025-02-28T10:37:59.008Z[ helios-setup] Feb 28 10:37:57.559 INFO E| Compiling ryu v1.0.15
35742025-02-28T10:37:59.178Z[ helios-setup] Feb 28 10:37:57.730 INFO E| Compiling cpufeatures v0.2.9
35752025-02-28T10:37:59.280Z[ helios-setup] Feb 28 10:37:57.832 INFO E| Compiling same-file v1.0.6
35762025-02-28T10:37:59.385Z[ helios-setup] Feb 28 10:37:57.937 INFO E| Compiling sha-1 v0.9.8
35772025-02-28T10:37:59.804Z[ helios-setup] Feb 28 10:37:58.355 INFO E| Compiling walkdir v2.3.3
35782025-02-28T10:37:59.819Z[ helios-setup] Feb 28 10:37:58.370 INFO E| Compiling getopts v0.2.21
35792025-02-28T10:37:59.988Z[ helios-setup] Feb 28 10:37:58.539 INFO E| Compiling time v0.3.36
35802025-02-28T10:38:00.400Z[ helios-setup] Feb 28 10:37:58.951 INFO E| Compiling tempfile v3.7.0
35812025-02-28T10:38:00.730Z[ helios-setup] Feb 28 10:37:59.280 INFO E| Compiling md-5 v0.9.1
35822025-02-28T10:38:01.076Z[ helios-setup] Feb 28 10:37:59.626 INFO E| Compiling libdevinfo-sys v1.0.0
35832025-02-28T10:38:01.144Z[ helios-setup] Feb 28 10:37:59.694 INFO E| Compiling glob v0.3.1
35842025-02-28T10:38:02.997Z[ helios-setup] Feb 28 10:38:01.547 INFO E| Compiling slog-term v2.9.0
35852025-02-28T10:38:04.680Z[ helios-setup] Feb 28 10:38:03.229 INFO E| Compiling serde_derive v1.0.193
35862025-02-28T10:38:11.984Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35872025-02-28T10:38:12.815Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35882025-02-28T10:38:17.217Z[ helios-setup] Feb 28 10:38:15.760 INFO E| Compiling toml v0.5.11
35892025-02-28T10:38:17.220Z[ helios-setup] Feb 28 10:38:15.760 INFO E| Compiling uuid v0.8.2
35902025-02-28T10:38:17.347Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35912025-02-28T10:38:19.480Z[ helios-setup] Feb 28 10:38:18.019 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35922025-02-28T10:38:21.339Z[ helios-setup] Feb 28 10:38:19.879 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35932025-02-28T10:38:24.422Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35942025-02-28T10:38:31.053Z[ helios-setup] Feb 28 10:38:29.589 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.71s
35952025-02-28T10:38:31.088Z[ helios-setup] Feb 28 10:38:29.624 INFO building project "image-builder" ok (39 seconds)
35962025-02-28T10:38:31.090Z[ helios-setup] rm -f helios-build
35972025-02-28T10:38:31.095Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35982025-02-28T10:38:31.098Z[ helios-setup]
35992025-02-28T10:38:31.098Z[ helios-setup] Setup complete! ./helios-build is now available.
36002025-02-28T10:38:31.100Z[ helios-setup]
36012025-02-28T10:38:31.101Z[ helios-setup]
36022025-02-28T10:38:31.101Z[ helios-setup] real 11:36.303561936
36032025-02-28T10:38:31.101Z[ helios-setup] user 28:15.428597254
36042025-02-28T10:38:31.101Z[ helios-setup] sys 2:46.840631068
36052025-02-28T10:38:31.101Z[ helios-setup] trap 1.767894120
36062025-02-28T10:38:31.101Z[ helios-setup] tflt 5.889272672
36072025-02-28T10:38:31.101Z[ helios-setup] dflt 25.524952721
36082025-02-28T10:38:31.101Z[ helios-setup] kflt 0.001068894
36092025-02-28T10:38:31.101Z[ helios-setup] lock 1:54:29.689935304
36102025-02-28T10:38:31.114Z[ helios-setup] slp 3:32:31.534627176
36112025-02-28T10:38:31.114Z[ helios-setup] lat 32:00.820128876
36122025-02-28T10:38:31.114Z[ helios-setup] stop 5:18.673750861
36132025-02-28T10:38:31.114ZFeb 28 10:38:29.637 INFO [helios-setup] process exited with exit status: 0 (696.309609306s)
36142025-02-28T10:38:31.114ZFeb 28 10:38:29.638 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
36152025-02-28T10:38:31.130Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
36162025-02-28T10:38:31.388Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
36172025-02-28T10:38:31.391Z[ phbl-toolchain] info: downloading component 'cargo'
36182025-02-28T10:38:32.514Z[ phbl-toolchain] info: downloading component 'clippy'
36192025-02-28T10:38:32.630Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36202025-02-28T10:38:32.862Z[ phbl-toolchain] info: downloading component 'llvm-tools'
36212025-02-28T10:38:37.316Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36222025-02-28T10:38:37.575Z[ phbl-toolchain] info: downloading component 'miri'
36232025-02-28T10:38:37.757Z[ phbl-toolchain] info: downloading component 'rust-docs'
36242025-02-28T10:38:37.950Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36252025-02-28T10:38:38.167Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36262025-02-28T10:38:39.167Z[ phbl-toolchain] info: downloading component 'rust-src'
36272025-02-28T10:38:39.706Z[ phbl-toolchain] info: downloading component 'rust-std'
36282025-02-28T10:38:41.510Z[ phbl-toolchain] info: downloading component 'rustc'
36292025-02-28T10:38:45.719Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36302025-02-28T10:38:46.101Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36312025-02-28T10:38:46.466Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
36322025-02-28T10:38:48.208Z[ host-package] Compiling fatfs v0.3.6
36332025-02-28T10:38:48.872Z[ host-package] Compiling subprocess v0.2.9
36342025-02-28T10:38:49.906Z[ phbl-toolchain] info: downloading component 'rustfmt'
36352025-02-28T10:38:50.177Z[ phbl-toolchain] info: installing component 'cargo'
36362025-02-28T10:38:51.098Z[ host-package] Compiling rtoolbox v0.0.2
36372025-02-28T10:38:51.442Z[ phbl-toolchain] info: installing component 'clippy'
36382025-02-28T10:38:51.657Z[ host-package] Compiling assert_matches v1.5.0
36392025-02-28T10:38:51.873Z[ host-package] Compiling rpassword v7.3.1
36402025-02-28T10:38:51.998Z[ phbl-toolchain] info: installing component 'llvm-tools'
36412025-02-28T10:38:52.394Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36422025-02-28T10:38:52.900Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36432025-02-28T10:38:53.937Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36442025-02-28T10:38:57.580Z[ phbl-toolchain] info: installing component 'miri'
36452025-02-28T10:38:58.082Z[ phbl-toolchain] info: installing component 'rust-docs'
36462025-02-28T10:39:00.985Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36472025-02-28T10:39:05.139Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36482025-02-28T10:39:05.825Z[ phbl-toolchain] info: installing component 'rust-src'
36492025-02-28T10:39:06.366Z[ phbl-toolchain] info: installing component 'rust-std'
36502025-02-28T10:39:09.149Z[ phbl-toolchain] info: installing component 'rustc'
36512025-02-28T10:39:09.185Z[ host-package] Compiling tui-tree-widget v0.23.0
36522025-02-28T10:39:09.780Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36532025-02-28T10:39:18.551Z[ phbl-toolchain] info: installing component 'rustfmt'
36542025-02-28T10:39:19.427Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
36552025-02-28T10:39:19.429ZFeb 28 10:39:17.942 INFO [phbl-toolchain] process exited with exit status: 0 (48.304068575s)
36562025-02-28T10:39:24.303Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36572025-02-28T10:39:24.593Z[ host-package] Compiling uzers v0.12.1
36582025-02-28T10:39:27.733Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36592025-02-28T10:39:28.133Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36602025-02-28T10:39:29.487Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36612025-02-28T10:39:44.120Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36622025-02-28T10:39:54.741Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36632025-02-28T10:39:55.718Z[ host-package] Compiling multimap v0.10.0
36642025-02-28T10:42:08.119Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36652025-02-28T10:49:25.316Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 49s
36662025-02-28T10:50:36.812ZFeb 28 10:50:34.995 INFO [host-package] process exited with exit status: 0 (1321.662127744s)
36672025-02-28T10:50:36.812ZFeb 28 10:50:34.995 INFO [host-stamp] running task
36682025-02-28T10:50:36.816ZFeb 28 10:50:34.996 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36692025-02-28T10:50:36.822ZFeb 28 10:50:35.006 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+gitc0511e19665
36702025-02-28T10:50:36.831ZFeb 28 10:50:35.015 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+gitc0511e19665
36712025-02-28T10:50:36.837Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36722025-02-28T10:50:36.839ZFeb 28 10:50:35.022 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+gitc0511e19665
36732025-02-28T10:50:36.843Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36742025-02-28T10:50:36.847Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36752025-02-28T10:50:36.850ZFeb 28 10:50:35.031 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+gitc0511e19665
36762025-02-28T10:50:36.859Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36772025-02-28T10:50:36.861ZFeb 28 10:50:35.043 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+gitc0511e19665
36782025-02-28T10:50:36.869Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36792025-02-28T10:50:36.872Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36802025-02-28T10:50:36.875Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36812025-02-28T10:50:36.877ZFeb 28 10:50:35.059 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+gitc0511e19665
36822025-02-28T10:50:36.890Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36832025-02-28T10:50:36.893ZFeb 28 10:50:35.074 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+gitc0511e19665
36842025-02-28T10:50:36.908Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36852025-02-28T10:50:36.908ZFeb 28 10:50:35.091 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+gitc0511e19665
36862025-02-28T10:50:36.922Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36872025-02-28T10:50:36.926Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36882025-02-28T10:50:36.930ZFeb 28 10:50:35.110 INFO [stamp-oxlog] process exited with exit status: 0 (95.912507ms)
36892025-02-28T10:50:36.930ZFeb 28 10:50:35.111 INFO [stamp-overlay] process exited with exit status: 0 (79.203874ms)
36902025-02-28T10:50:36.930ZFeb 28 10:50:35.111 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (37.053405ms)
36912025-02-28T10:50:36.940Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36922025-02-28T10:50:36.950Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36932025-02-28T10:50:36.953ZFeb 28 10:50:35.137 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (115.472138ms)
36942025-02-28T10:50:37.161Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36952025-02-28T10:50:37.165ZFeb 28 10:50:35.349 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (256.99946ms)
36962025-02-28T10:50:37.339Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36972025-02-28T10:50:37.343ZFeb 28 10:50:35.525 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (465.997713ms)
36982025-02-28T10:50:38.090Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
36992025-02-28T10:50:38.094ZFeb 28 10:50:36.276 INFO [stamp-propolis-server] process exited with exit status: 0 (1.233381233s)
37002025-02-28T10:50:38.114Z[recovery-package] Compiling newtype-uuid v1.2.1
37012025-02-28T10:50:38.651Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
37022025-02-28T10:50:38.962Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37032025-02-28T10:50:38.965Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
37042025-02-28T10:50:38.965Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
37052025-02-28T10:50:39.004Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
37062025-02-28T10:50:39.686Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
37072025-02-28T10:50:47.234Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
37082025-02-28T10:50:47.238ZFeb 28 10:50:45.416 INFO [stamp-switch-asic] process exited with exit status: 0 (10.410192175s)
37092025-02-28T10:50:47.238ZFeb 28 10:50:45.416 INFO [host-stamp] task succeeded (10.420511085s)
37102025-02-28T10:50:47.238ZFeb 28 10:50:45.416 INFO [host-proto] running task
37112025-02-28T10:50:47.693ZFeb 28 10:50:45.871 INFO [host-proto] task succeeded (455.439692ms)
37122025-02-28T10:50:47.694ZFeb 28 10:50:45.872 INFO [host-profile] running task
37132025-02-28T10:50:47.697ZFeb 28 10:50:45.872 INFO [host-profile] task succeeded (294.716µs)
37142025-02-28T10:50:47.697ZFeb 28 10:50:45.872 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/.tmp7S22zF/proto/host/root -N 'ci c0511e1/${os_short_commit} 2025-02-28 10:26' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37152025-02-28T10:50:47.713Z[ host-image] Feb 28 10:50:45.891 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37162025-02-28T10:50:47.713Z[ host-image] Feb 28 10:50:45.891 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37172025-02-28T10:50:47.727Z[ host-image] Feb 28 10:50:45.905 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp7S22zF/proto/host/root"
37182025-02-28T10:50:47.727Z[ host-image] Feb 28 10:50:45.905 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37192025-02-28T10:50:47.731Z[ host-image] Feb 28 10:50:45.906 INFO image builder template: ramdisk-01-os...
37202025-02-28T10:50:47.731Z[ host-image] Feb 28 10:50:45.906 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/.tmp7S22zF/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
37212025-02-28T10:50:47.747Z[ host-image] Feb 28 10:50:45.926 INFO O| Feb 28 10:50:45.925 INFO CREATE DATASET: rpool/images/build/host/output
37222025-02-28T10:50:47.999Z[ host-image] Feb 28 10:50:46.177 INFO O| Feb 28 10:50:46.177 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37232025-02-28T10:50:48.004Z[ host-image] Feb 28 10:50:46.183 INFO O| Feb 28 10:50:46.182 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37242025-02-28T10:50:48.046Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37252025-02-28T10:50:48.046Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37262025-02-28T10:50:48.049Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37272025-02-28T10:50:48.049Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37282025-02-28T10:50:48.317Z[ host-image] Feb 28 10:50:46.495 INFO O| Feb 28 10:50:46.495 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
37292025-02-28T10:50:48.396Z[ host-image] Feb 28 10:50:46.573 INFO O| Feb 28 10:50:46.573 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37302025-02-28T10:50:48.396Z[ host-image] Feb 28 10:50:46.573 INFO O| Feb 28 10:50:46.573 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
37312025-02-28T10:50:48.399Z[ host-image] Feb 28 10:50:46.573 INFO O| Feb 28 10:50:46.573 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
37322025-02-28T10:50:48.399Z[ host-image] Feb 28 10:50:46.573 INFO O| Feb 28 10:50:46.573 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
37332025-02-28T10:50:48.419Z[ host-image] Feb 28 10:50:46.597 INFO O| Feb 28 10:50:46.597 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
37342025-02-28T10:50:48.709Z[ host-image] Feb 28 10:50:46.887 INFO O| Feb 28 10:50:46.887 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37352025-02-28T10:50:48.731Z[ host-image] Feb 28 10:50:46.908 INFO O| Feb 28 10:50:46.908 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
37362025-02-28T10:50:49.585Z[ host-image] Feb 28 10:50:47.762 INFO O| Feb 28 10:50:47.762 INFO O| Caching catalogs ... Done
37372025-02-28T10:50:49.737Z[ host-image] Feb 28 10:50:47.913 INFO O| Feb 28 10:50:47.913 INFO STEP 0 (pkg_image_create) COMPLETE
37382025-02-28T10:50:49.737Z[ host-image] Feb 28 10:50:47.914 INFO O| Feb 28 10:50:47.913 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37392025-02-28T10:50:49.740Z[ host-image] Feb 28 10:50:47.914 INFO O| Feb 28 10:50:47.913 INFO skip step because feature "repo_redist" is not enabled
37402025-02-28T10:50:49.740Z[ host-image] Feb 28 10:50:47.914 INFO O| Feb 28 10:50:47.913 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37412025-02-28T10:50:49.754Z[ host-image] Feb 28 10:50:47.931 INFO O| Feb 28 10:50:47.931 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"]
37422025-02-28T10:50:50.372Z[ host-image] Feb 28 10:50:48.547 INFO O| Feb 28 10:50:48.547 INFO STEP 2 (pkg_set_publisher) COMPLETE
37432025-02-28T10:50:50.372Z[ host-image] Feb 28 10:50:48.547 INFO O| Feb 28 10:50:48.547 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37442025-02-28T10:50:50.388Z[ host-image] Feb 28 10:50:48.564 INFO O| Feb 28 10:50:48.564 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"]
37452025-02-28T10:50:50.978Z[ host-image] Feb 28 10:50:49.154 INFO O| Feb 28 10:50:49.154 INFO STEP 3 (pkg_set_publisher) COMPLETE
37462025-02-28T10:50:50.978Z[ host-image] Feb 28 10:50:49.154 INFO O| Feb 28 10:50:49.154 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37472025-02-28T10:50:50.982Z[ host-image] Feb 28 10:50:49.154 INFO O| Feb 28 10:50:49.154 INFO skip step because feature "repo_redist" is not enabled
37482025-02-28T10:50:50.982Z[ host-image] Feb 28 10:50:49.154 INFO O| Feb 28 10:50:49.154 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37492025-02-28T10:50:51.576Z[ host-image] Feb 28 10:50:49.752 INFO O| Feb 28 10:50:49.752 INFO variant opensolaris.zone is already global
37502025-02-28T10:50:51.576Z[ host-image] Feb 28 10:50:49.752 INFO O| Feb 28 10:50:49.752 INFO STEP 5 (pkg_change_variant) COMPLETE
37512025-02-28T10:50:51.579Z[ host-image] Feb 28 10:50:49.752 INFO O| Feb 28 10:50:49.752 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37522025-02-28T10:50:52.240Z[ host-image] Feb 28 10:50:50.416 INFO O| Feb 28 10:50:50.416 INFO variant opensolaris.imagetype is full; changing to partial
37532025-02-28T10:50:52.240Z[ host-image] Feb 28 10:50:50.416 INFO O| Feb 28 10:50:50.416 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37542025-02-28T10:50:53.871Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37552025-02-28T10:50:54.834Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37562025-02-28T10:50:56.008Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37572025-02-28T10:50:56.494Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37582025-02-28T10:50:57.504Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37592025-02-28T10:50:57.704Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37602025-02-28T10:51:02.096Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37612025-02-28T10:51:04.547Z[ host-image] Feb 28 10:51:02.717 INFO O| Feb 28 10:51:02.717 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37622025-02-28T10:51:11.162Z[ host-image] Feb 28 10:51:09.324 INFO O| Feb 28 10:51:09.324 INFO O| Startup: Caching catalogs ... Done
37632025-02-28T10:51:11.236Z[ host-image] Feb 28 10:51:09.402 INFO O| Feb 28 10:51:09.402 INFO O| Planning: Planning completed in 0.00 seconds
37642025-02-28T10:51:11.239Z[ host-image] Feb 28 10:51:09.403 INFO O| Feb 28 10:51:09.403 INFO O| Planning: Consolidating action changes ... Done
37652025-02-28T10:51:11.240Z[ host-image] Feb 28 10:51:09.403 INFO O| Feb 28 10:51:09.403 INFO O| Planning: Evaluating mediators ... Done
37662025-02-28T10:51:11.240Z[ host-image] Feb 28 10:51:09.403 INFO O| Feb 28 10:51:09.403 INFO O| Planning: Planning completed in 0.00 seconds
37672025-02-28T10:51:11.240Z[ host-image] Feb 28 10:51:09.403 INFO O| Feb 28 10:51:09.403 INFO O| Variants/Facets to change: 1
37682025-02-28T10:51:11.256Z[ host-image] Feb 28 10:51:09.423 INFO O| Feb 28 10:51:09.423 INFO O| Done
37692025-02-28T10:51:11.256Z[ host-image] Feb 28 10:51:09.423 INFO O| Feb 28 10:51:09.423 INFO O| Done
37702025-02-28T10:51:12.167Z[ host-image] Feb 28 10:51:10.333 INFO O| Feb 28 10:51:10.333 INFO O| Done
37712025-02-28T10:51:12.242Z[ host-image] Feb 28 10:51:10.408 INFO O| Feb 28 10:51:10.408 INFO O| Done
37722025-02-28T10:51:12.245Z[ host-image] Feb 28 10:51:10.410 INFO O| Feb 28 10:51:10.410 INFO O| Done
37732025-02-28T10:51:12.245Z[ host-image] Feb 28 10:51:10.410 INFO O| Feb 28 10:51:10.410 INFO O| Done
37742025-02-28T10:51:12.250Z[ host-image] Feb 28 10:51:10.412 INFO O| Feb 28 10:51:10.412 INFO O| Done
37752025-02-28T10:51:12.905Z[ host-image] Feb 28 10:51:11.071 INFO O| Feb 28 10:51:11.071 INFO STEP 6 (pkg_change_variant) COMPLETE
37762025-02-28T10:51:12.906Z[ host-image] Feb 28 10:51:11.071 INFO O| Feb 28 10:51:11.071 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37772025-02-28T10:51:12.909Z[ host-image] Feb 28 10:51:11.071 INFO O| Feb 28 10:51:11.071 INFO skip step because feature "debug_variant" is not enabled
37782025-02-28T10:51:12.909Z[ host-image] Feb 28 10:51:11.071 INFO O| Feb 28 10:51:11.071 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37792025-02-28T10:51:13.526Z[ host-image] Feb 28 10:51:11.680 INFO O| Feb 28 10:51:11.679 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37802025-02-28T10:51:14.522Z[ host-image] Feb 28 10:51:12.687 INFO O| Feb 28 10:51:12.686 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37812025-02-28T10:51:14.529Z[ host-image] Feb 28 10:51:12.688 INFO O| Feb 28 10:51:12.688 INFO O| Planning: Planning completed in 0.00 seconds
37822025-02-28T10:51:14.530Z[ host-image] Feb 28 10:51:12.689 INFO O| Feb 28 10:51:12.689 INFO O| Planning: Consolidating action changes ... Done
37832025-02-28T10:51:14.530Z[ host-image] Feb 28 10:51:12.689 INFO O| Feb 28 10:51:12.689 INFO O| Planning: Evaluating mediators ... Done
37842025-02-28T10:51:14.530Z[ host-image] Feb 28 10:51:12.690 INFO O| Feb 28 10:51:12.690 INFO O| Planning: Planning completed in 0.00 seconds
37852025-02-28T10:51:14.530Z[ host-image] Feb 28 10:51:12.690 INFO O| Feb 28 10:51:12.690 INFO O| Variants/Facets to change: 1
37862025-02-28T10:51:14.574Z[ host-image] Feb 28 10:51:12.738 INFO O| Feb 28 10:51:12.738 INFO O| Done
37872025-02-28T10:51:14.574Z[ host-image] Feb 28 10:51:12.738 INFO O| Feb 28 10:51:12.738 INFO O| Done
37882025-02-28T10:51:15.126Z[ host-image] Feb 28 10:51:13.290 INFO O| Feb 28 10:51:13.290 INFO O| Done
37892025-02-28T10:51:15.183Z[ host-image] Feb 28 10:51:13.347 INFO O| Feb 28 10:51:13.347 INFO O| Done
37902025-02-28T10:51:15.187Z[ host-image] Feb 28 10:51:13.347 INFO O| Feb 28 10:51:13.347 INFO O| Done
37912025-02-28T10:51:15.187Z[ host-image] Feb 28 10:51:13.348 INFO O| Feb 28 10:51:13.348 INFO O| Done
37922025-02-28T10:51:15.187Z[ host-image] Feb 28 10:51:13.349 INFO O| Feb 28 10:51:13.349 INFO O| Done
37932025-02-28T10:51:15.240Z[ host-image] Feb 28 10:51:13.404 INFO O| Feb 28 10:51:13.404 INFO STEP 8 (pkg_change_facet) COMPLETE
37942025-02-28T10:51:15.240Z[ host-image] Feb 28 10:51:13.404 INFO O| Feb 28 10:51:13.404 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37952025-02-28T10:51:15.240Z[ host-image] Feb 28 10:51:13.404 INFO O| Feb 28 10:51:13.404 INFO skip step because feature "recovery" is not enabled
37962025-02-28T10:51:15.245Z[ host-image] Feb 28 10:51:13.404 INFO O| Feb 28 10:51:13.404 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37972025-02-28T10:51:15.245Z[ host-image] Feb 28 10:51:13.404 INFO O| Feb 28 10:51:13.404 INFO skip step because feature "recovery" is not enabled
37982025-02-28T10:51:15.245Z[ host-image] Feb 28 10:51:13.404 INFO O| Feb 28 10:51:13.404 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37992025-02-28T10:51:15.261Z[ host-image] Feb 28 10:51:13.418 INFO O| Feb 28 10:51:13.418 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"]
38002025-02-28T10:51:16.238Z[ host-image] Feb 28 10:51:14.403 INFO O| Feb 28 10:51:14.403 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38012025-02-28T10:51:22.256Z[recovery-package] Finished `release` profile [optimized] target(s) in 45.10s
38022025-02-28T10:51:23.604ZFeb 28 10:51:21.765 INFO [recovery-package] process exited with exit status: 0 (46.76884344s)
38032025-02-28T10:51:23.604ZFeb 28 10:51:21.765 INFO [recovery-stamp] running task
38042025-02-28T10:51:23.613ZFeb 28 10:51:21.765 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
38052025-02-28T10:51:23.613ZFeb 28 10:51:21.765 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+gitc0511e19665
38062025-02-28T10:51:23.687ZFeb 28 10:51:21.848 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+gitc0511e19665
38072025-02-28T10:51:23.696Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
38082025-02-28T10:51:23.721Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
38092025-02-28T10:51:23.791Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
38102025-02-28T10:51:23.802ZFeb 28 10:51:21.956 INFO [stamp-installinator] process exited with exit status: 0 (108.594117ms)
38112025-02-28T10:51:23.812Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
38122025-02-28T10:51:23.825ZFeb 28 10:51:21.976 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (210.460115ms)
38132025-02-28T10:51:23.825ZFeb 28 10:51:21.976 INFO [recovery-stamp] task succeeded (211.038591ms)
38142025-02-28T10:51:23.825ZFeb 28 10:51:21.976 INFO [recovery-proto] running task
38152025-02-28T10:51:23.825ZFeb 28 10:51:21.976 INFO [tuf-stamp] running task
38162025-02-28T10:51:23.826ZFeb 28 10:51:21.977 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+gitc0511e19665
38172025-02-28T10:51:23.837ZFeb 28 10:51:21.995 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+gitc0511e19665
38182025-02-28T10:51:23.850Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
38192025-02-28T10:51:23.862ZFeb 28 10:51:22.012 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+gitc0511e19665
38202025-02-28T10:51:23.873Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38212025-02-28T10:51:23.873ZFeb 28 10:51:22.028 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+gitc0511e19665
38222025-02-28T10:51:23.884Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
38232025-02-28T10:51:23.894ZFeb 28 10:51:22.046 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+gitc0511e19665
38242025-02-28T10:51:23.908ZFeb 28 10:51:22.068 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+gitc0511e19665
38252025-02-28T10:51:23.927Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
38262025-02-28T10:51:23.927Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38272025-02-28T10:51:23.948ZFeb 28 10:51:22.109 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+gitc0511e19665
38282025-02-28T10:51:23.971Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
38292025-02-28T10:51:23.975ZFeb 28 10:51:22.134 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+gitc0511e19665
38302025-02-28T10:51:23.985Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
38312025-02-28T10:51:24.078Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
38322025-02-28T10:51:24.089ZFeb 28 10:51:22.240 INFO [recovery-proto] task succeeded (264.087104ms)
38332025-02-28T10:51:24.089ZFeb 28 10:51:22.240 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/.tmp7S22zF/proto/recovery/root -N 'recovery c0511e1/${os_short_commit} 2025-02-28 10:26' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38342025-02-28T10:51:24.141Z[ recovery-image] Feb 28 10:51:22.288 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38352025-02-28T10:51:24.141Z[ recovery-image] Feb 28 10:51:22.288 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
38362025-02-28T10:51:24.151Z[ recovery-image] Feb 28 10:51:22.304 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp7S22zF/proto/recovery/root"
38372025-02-28T10:51:24.151Z[ recovery-image] Feb 28 10:51:22.304 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
38382025-02-28T10:51:24.151Z[ recovery-image] Feb 28 10:51:22.304 INFO image builder template: ramdisk-01-os...
38392025-02-28T10:51:24.151Z[ recovery-image] Feb 28 10:51:22.304 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/.tmp7S22zF/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-28T10:51:24.163ZFeb 28 10:51:22.320 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+gitc0511e19665
38412025-02-28T10:51:24.213Z[ recovery-image] Feb 28 10:51:22.334 INFO O| Feb 28 10:51:22.334 INFO CREATE DATASET: rpool/images/build/recovery/output
38422025-02-28T10:51:24.225Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
38432025-02-28T10:51:24.225ZFeb 28 10:51:22.374 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+gitc0511e19665
38442025-02-28T10:51:24.236Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38452025-02-28T10:51:24.236ZFeb 28 10:51:22.395 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+gitc0511e19665
38462025-02-28T10:51:24.273Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38472025-02-28T10:51:24.304ZFeb 28 10:51:22.432 INFO [stamp-probe] process exited with exit status: 0 (454.848322ms)
38482025-02-28T10:51:24.304Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
38492025-02-28T10:51:24.532Z[ recovery-image] Feb 28 10:51:22.692 INFO O| Feb 28 10:51:22.692 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38502025-02-28T10:51:24.564Z[ recovery-image] Feb 28 10:51:22.724 INFO O| Feb 28 10:51:22.724 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38512025-02-28T10:51:24.574Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
38522025-02-28T10:51:24.664Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
38532025-02-28T10:51:24.783Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
38542025-02-28T10:51:24.848ZFeb 28 10:51:23.005 INFO [stamp-ntp] process exited with exit status: 0 (871.00054ms)
38552025-02-28T10:51:25.057Z[ recovery-image] Feb 28 10:51:23.217 INFO O| Feb 28 10:51:23.217 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
38562025-02-28T10:51:25.158Z[ recovery-image] Feb 28 10:51:23.317 INFO O| Feb 28 10:51:23.317 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38572025-02-28T10:51:25.170Z[ recovery-image] Feb 28 10:51:23.318 INFO O| Feb 28 10:51:23.317 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38582025-02-28T10:51:25.170Z[ recovery-image] Feb 28 10:51:23.318 INFO O| Feb 28 10:51:23.318 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38592025-02-28T10:51:25.170Z[ recovery-image] Feb 28 10:51:23.318 INFO O| Feb 28 10:51:23.318 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38602025-02-28T10:51:25.170Z[ recovery-image] Feb 28 10:51:23.328 INFO O| Feb 28 10:51:23.328 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38612025-02-28T10:51:29.565Z[ recovery-image] Feb 28 10:51:23.711 INFO O| Feb 28 10:51:23.711 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38622025-02-28T10:51:29.565Z[ recovery-image] Feb 28 10:51:23.746 INFO O| Feb 28 10:51:23.745 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
38632025-02-28T10:51:29.565Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
38642025-02-28T10:51:29.565Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
38652025-02-28T10:51:29.565ZFeb 28 10:51:24.312 INFO [stamp-internal-dns] process exited with exit status: 0 (2.317038146s)
38662025-02-28T10:51:29.565Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
38672025-02-28T10:51:29.565ZFeb 28 10:51:24.379 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.059498533s)
38682025-02-28T10:51:29.565ZFeb 28 10:51:24.424 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.377865119s)
38692025-02-28T10:51:29.565Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
38702025-02-28T10:51:29.565ZFeb 28 10:51:24.621 INFO [stamp-external-dns] process exited with exit status: 0 (2.246475958s)
38712025-02-28T10:51:29.565Z[ recovery-image] Feb 28 10:51:24.639 INFO O| Feb 28 10:51:24.639 INFO O| Caching catalogs ... Done
38722025-02-28T10:51:29.565Z[ recovery-image] Feb 28 10:51:24.751 INFO O| Feb 28 10:51:24.750 INFO STEP 0 (pkg_image_create) COMPLETE
38732025-02-28T10:51:29.565Z[ recovery-image] Feb 28 10:51:24.751 INFO O| Feb 28 10:51:24.751 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38742025-02-28T10:51:29.565Z[ recovery-image] Feb 28 10:51:24.751 INFO O| Feb 28 10:51:24.751 INFO skip step because feature "repo_redist" is not enabled
38752025-02-28T10:51:29.565Z[ recovery-image] Feb 28 10:51:24.751 INFO O| Feb 28 10:51:24.751 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38762025-02-28T10:51:29.565Z[ recovery-image] Feb 28 10:51:24.765 INFO O| Feb 28 10:51:24.765 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"]
38772025-02-28T10:51:29.566Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
38782025-02-28T10:51:29.566ZFeb 28 10:51:24.789 INFO [stamp-oximeter] process exited with exit status: 0 (2.761131098s)
38792025-02-28T10:51:29.566Z[ recovery-image] Feb 28 10:51:25.244 INFO O| Feb 28 10:51:25.244 INFO STEP 2 (pkg_set_publisher) COMPLETE
38802025-02-28T10:51:29.566Z[ recovery-image] Feb 28 10:51:25.244 INFO O| Feb 28 10:51:25.244 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38812025-02-28T10:51:29.566Z[ recovery-image] Feb 28 10:51:25.259 INFO O| Feb 28 10:51:25.259 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"]
38822025-02-28T10:51:29.566Z[ recovery-image] Feb 28 10:51:25.683 INFO O| Feb 28 10:51:25.683 INFO STEP 3 (pkg_set_publisher) COMPLETE
38832025-02-28T10:51:29.566Z[ recovery-image] Feb 28 10:51:25.683 INFO O| Feb 28 10:51:25.683 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38842025-02-28T10:51:29.566Z[ recovery-image] Feb 28 10:51:25.683 INFO O| Feb 28 10:51:25.683 INFO skip step because feature "repo_redist" is not enabled
38852025-02-28T10:51:29.566Z[ recovery-image] Feb 28 10:51:25.683 INFO O| Feb 28 10:51:25.683 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38862025-02-28T10:51:29.566Z[ recovery-image] Feb 28 10:51:26.095 INFO O| Feb 28 10:51:26.095 INFO variant opensolaris.zone is already global
38872025-02-28T10:51:29.566Z[ recovery-image] Feb 28 10:51:26.095 INFO O| Feb 28 10:51:26.095 INFO STEP 5 (pkg_change_variant) COMPLETE
38882025-02-28T10:51:29.566Z[ recovery-image] Feb 28 10:51:26.095 INFO O| Feb 28 10:51:26.095 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38892025-02-28T10:51:29.566Z[ recovery-image] Feb 28 10:51:26.598 INFO O| Feb 28 10:51:26.598 INFO variant opensolaris.imagetype is full; changing to partial
38902025-02-28T10:51:29.566Z[ recovery-image] Feb 28 10:51:26.598 INFO O| Feb 28 10:51:26.598 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38912025-02-28T10:51:29.566Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38922025-02-28T10:51:29.566ZFeb 28 10:51:26.763 INFO [stamp-nexus] process exited with exit status: 0 (4.751053203s)
38932025-02-28T10:51:29.609Z[verify-libraries] Compiling ring v0.17.11
38942025-02-28T10:51:29.687Z[verify-libraries] Compiling home v0.5.9
38952025-02-28T10:51:29.734Z[verify-libraries] Compiling cfg_aliases v0.1.1
38962025-02-28T10:51:29.739Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38972025-02-28T10:51:29.742Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38982025-02-28T10:51:29.742Z[verify-libraries] Compiling unicode_categories v0.1.1
38992025-02-28T10:51:30.537Z[verify-libraries] Compiling polyval v0.6.2
39002025-02-28T10:51:30.552Z[verify-libraries] Compiling ctr v0.9.2
39012025-02-28T10:51:30.552Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
39022025-02-28T10:51:30.552ZFeb 28 10:51:28.426 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.357510877s)
39032025-02-28T10:51:30.552Z[verify-libraries] Compiling nix v0.28.0
39042025-02-28T10:51:30.636Z[verify-libraries] Compiling sqlformat v0.2.6
39052025-02-28T10:51:30.899Z[verify-libraries] Compiling ghash v0.5.1
39062025-02-28T10:51:30.978Z[verify-libraries] Compiling ssh-encoding v0.2.0
39072025-02-28T10:51:31.358Z[verify-libraries] Compiling sqlparser v0.45.0
39082025-02-28T10:51:31.470Z[verify-libraries] Compiling aes-gcm v0.10.3
39092025-02-28T10:51:32.075Z[verify-libraries] Compiling blowfish v0.9.1
39102025-02-28T10:51:32.080Z[verify-libraries] Compiling ssh-cipher v0.2.0
39112025-02-28T10:51:32.406Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
39122025-02-28T10:51:32.562Z[verify-libraries] Compiling password-hash v0.4.2
39132025-02-28T10:51:33.032Z[verify-libraries] Compiling ssh-key v0.6.6
39142025-02-28T10:51:35.215Z[verify-libraries] Compiling rustyline v14.0.0
39152025-02-28T10:51:37.086Z[verify-libraries] Compiling rustls v0.23.19
39162025-02-28T10:51:37.188Z[verify-libraries] Compiling rustls v0.22.4
39172025-02-28T10:51:37.227Z[verify-libraries] Compiling pbkdf2 v0.11.0
39182025-02-28T10:51:38.025Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
39192025-02-28T10:51:38.047ZFeb 28 10:51:36.201 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.092330545s)
39202025-02-28T10:51:38.119Z[verify-libraries] Compiling p521 v0.13.3
39212025-02-28T10:51:38.911Z[verify-libraries] Compiling p256 v0.13.2
39222025-02-28T10:51:38.922Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
39232025-02-28T10:51:38.967ZFeb 28 10:51:37.121 INFO [stamp-clickhouse] process exited with exit status: 0 (14.725691945s)
39242025-02-28T10:51:38.967ZFeb 28 10:51:37.121 INFO [tuf-stamp] task succeeded (15.145020124s)
39252025-02-28T10:51:41.218Z[verify-libraries] Compiling rustls-webpki v0.102.8
39262025-02-28T10:51:41.812Z[ recovery-image] Feb 28 10:51:39.964 INFO O| Feb 28 10:51:39.964 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39272025-02-28T10:51:41.822Z[verify-libraries] Compiling russh-cryptovec v0.7.3
39282025-02-28T10:51:45.059Z[verify-libraries] Compiling md5 v0.7.0
39292025-02-28T10:51:45.816Z[verify-libraries] Compiling russh-keys v0.45.0
39302025-02-28T10:51:50.700Z[verify-libraries] Compiling tokio-rustls v0.26.0
39312025-02-28T10:51:51.344Z[verify-libraries] Compiling tokio-rustls v0.25.0
39322025-02-28T10:51:51.587Z[ recovery-image] Feb 28 10:51:49.734 INFO O| Feb 28 10:51:49.734 INFO O| Startup: Caching catalogs ... Done
39332025-02-28T10:51:51.698Z[ recovery-image] Feb 28 10:51:49.845 INFO O| Feb 28 10:51:49.845 INFO O| Planning: Planning completed in 0.00 seconds
39342025-02-28T10:51:51.701Z[ recovery-image] Feb 28 10:51:49.846 INFO O| Feb 28 10:51:49.846 INFO O| Planning: Consolidating action changes ... Done
39352025-02-28T10:51:51.701Z[ recovery-image] Feb 28 10:51:49.846 INFO O| Feb 28 10:51:49.846 INFO O| Planning: Evaluating mediators ... Done
39362025-02-28T10:51:51.701Z[ recovery-image] Feb 28 10:51:49.846 INFO O| Feb 28 10:51:49.846 INFO O| Planning: Planning completed in 0.00 seconds
39372025-02-28T10:51:51.701Z[ recovery-image] Feb 28 10:51:49.847 INFO O| Feb 28 10:51:49.847 INFO O| Variants/Facets to change: 1
39382025-02-28T10:51:51.770Z[verify-libraries] Compiling hyper-rustls v0.27.3
39392025-02-28T10:51:51.796Z[ recovery-image] Feb 28 10:51:49.944 INFO O| Feb 28 10:51:49.944 INFO O| Done
39402025-02-28T10:51:51.797Z[ recovery-image] Feb 28 10:51:49.944 INFO O| Feb 28 10:51:49.944 INFO O| Done
39412025-02-28T10:51:51.883Z[verify-libraries] Compiling dropshot v0.12.0
39422025-02-28T10:51:52.481Z[verify-libraries] Compiling reqwest v0.12.12
39432025-02-28T10:51:53.029Z[ recovery-image] Feb 28 10:51:51.175 INFO O| Feb 28 10:51:51.175 INFO O| Done
39442025-02-28T10:51:53.132Z[ recovery-image] Feb 28 10:51:51.277 INFO O| Feb 28 10:51:51.277 INFO O| Done
39452025-02-28T10:51:53.135Z[ recovery-image] Feb 28 10:51:51.279 INFO O| Feb 28 10:51:51.279 INFO O| Done
39462025-02-28T10:51:53.136Z[ recovery-image] Feb 28 10:51:51.279 INFO O| Feb 28 10:51:51.279 INFO O| Done
39472025-02-28T10:51:53.136Z[ recovery-image] Feb 28 10:51:51.281 INFO O| Feb 28 10:51:51.281 INFO O| Done
39482025-02-28T10:51:54.037Z[ recovery-image] Feb 28 10:51:52.182 INFO O| Feb 28 10:51:52.182 INFO STEP 6 (pkg_change_variant) COMPLETE
39492025-02-28T10:51:54.037Z[ recovery-image] Feb 28 10:51:52.182 INFO O| Feb 28 10:51:52.182 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39502025-02-28T10:51:54.040Z[ recovery-image] Feb 28 10:51:52.182 INFO O| Feb 28 10:51:52.182 INFO skip step because feature "debug_variant" is not enabled
39512025-02-28T10:51:54.040Z[ recovery-image] Feb 28 10:51:52.182 INFO O| Feb 28 10:51:52.182 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39522025-02-28T10:51:54.899Z[ recovery-image] Feb 28 10:51:53.045 INFO O| Feb 28 10:51:53.044 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39532025-02-28T10:51:55.974Z[ recovery-image] Feb 28 10:51:54.119 INFO O| Feb 28 10:51:54.119 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39542025-02-28T10:51:55.977Z[ recovery-image] Feb 28 10:51:54.121 INFO O| Feb 28 10:51:54.121 INFO O| Planning: Planning completed in 0.00 seconds
39552025-02-28T10:51:55.977Z[ recovery-image] Feb 28 10:51:54.122 INFO O| Feb 28 10:51:54.122 INFO O| Planning: Consolidating action changes ... Done
39562025-02-28T10:51:55.977Z[ recovery-image] Feb 28 10:51:54.122 INFO O| Feb 28 10:51:54.122 INFO O| Planning: Evaluating mediators ... Done
39572025-02-28T10:51:55.980Z[ recovery-image] Feb 28 10:51:54.122 INFO O| Feb 28 10:51:54.122 INFO O| Planning: Planning completed in 0.00 seconds
39582025-02-28T10:51:55.980Z[ recovery-image] Feb 28 10:51:54.123 INFO O| Feb 28 10:51:54.123 INFO O| Variants/Facets to change: 1
39592025-02-28T10:51:56.025Z[ recovery-image] Feb 28 10:51:54.170 INFO O| Feb 28 10:51:54.170 INFO O| Done
39602025-02-28T10:51:56.025Z[ recovery-image] Feb 28 10:51:54.170 INFO O| Feb 28 10:51:54.170 INFO O| Done
39612025-02-28T10:51:56.927Z[ recovery-image] Feb 28 10:51:55.071 INFO O| Feb 28 10:51:55.071 INFO O| Done
39622025-02-28T10:51:57.030Z[ recovery-image] Feb 28 10:51:55.174 INFO O| Feb 28 10:51:55.174 INFO O| Done
39632025-02-28T10:51:57.033Z[ recovery-image] Feb 28 10:51:55.176 INFO O| Feb 28 10:51:55.176 INFO O| Done
39642025-02-28T10:51:57.033Z[ recovery-image] Feb 28 10:51:55.176 INFO O| Feb 28 10:51:55.176 INFO O| Done
39652025-02-28T10:51:57.036Z[ recovery-image] Feb 28 10:51:55.178 INFO O| Feb 28 10:51:55.178 INFO O| Done
39662025-02-28T10:51:57.144Z[ recovery-image] Feb 28 10:51:55.288 INFO O| Feb 28 10:51:55.288 INFO STEP 8 (pkg_change_facet) COMPLETE
39672025-02-28T10:51:57.144Z[ recovery-image] Feb 28 10:51:55.288 INFO O| Feb 28 10:51:55.288 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39682025-02-28T10:51:57.692Z[verify-libraries] Compiling progenitor-client v0.9.1
39692025-02-28T10:51:57.836Z[verify-libraries] Compiling progenitor-client v0.8.0
39702025-02-28T10:51:57.945Z[ recovery-image] Feb 28 10:51:56.088 INFO O| Feb 28 10:51:56.088 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39712025-02-28T10:51:58.456Z[verify-libraries] Compiling qorb v0.2.1
39722025-02-28T10:51:58.702Z[verify-libraries] Compiling progenitor v0.8.0
39732025-02-28T10:51:59.026Z[ recovery-image] Feb 28 10:51:57.169 INFO O| Feb 28 10:51:57.169 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39742025-02-28T10:51:59.028Z[ recovery-image] Feb 28 10:51:57.171 INFO O| Feb 28 10:51:57.171 INFO O| Planning: Planning completed in 0.00 seconds
39752025-02-28T10:51:59.028Z[ recovery-image] Feb 28 10:51:57.172 INFO O| Feb 28 10:51:57.172 INFO O| Planning: Consolidating action changes ... Done
39762025-02-28T10:51:59.028Z[ recovery-image] Feb 28 10:51:57.172 INFO O| Feb 28 10:51:57.172 INFO O| Planning: Evaluating mediators ... Done
39772025-02-28T10:51:59.031Z[ recovery-image] Feb 28 10:51:57.173 INFO O| Feb 28 10:51:57.173 INFO O| Planning: Planning completed in 0.00 seconds
39782025-02-28T10:51:59.031Z[ recovery-image] Feb 28 10:51:57.174 INFO O| Feb 28 10:51:57.173 INFO O| Variants/Facets to change: 1
39792025-02-28T10:51:59.047Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
39802025-02-28T10:51:59.144Z[ recovery-image] Feb 28 10:51:57.288 INFO O| Feb 28 10:51:57.287 INFO O| Done
39812025-02-28T10:51:59.144Z[ recovery-image] Feb 28 10:51:57.288 INFO O| Feb 28 10:51:57.288 INFO O| Done
39822025-02-28T10:52:00.060Z[ recovery-image] Feb 28 10:51:58.203 INFO O| Feb 28 10:51:58.203 INFO O| Done
39832025-02-28T10:52:00.148Z[ recovery-image] Feb 28 10:51:58.291 INFO O| Feb 28 10:51:58.291 INFO O| Done
39842025-02-28T10:52:00.150Z[ recovery-image] Feb 28 10:51:58.292 INFO O| Feb 28 10:51:58.292 INFO O| Done
39852025-02-28T10:52:00.150Z[ recovery-image] Feb 28 10:51:58.292 INFO O| Feb 28 10:51:58.292 INFO O| Done
39862025-02-28T10:52:00.153Z[ recovery-image] Feb 28 10:51:58.294 INFO O| Feb 28 10:51:58.294 INFO O| Done
39872025-02-28T10:52:00.266Z[ recovery-image] Feb 28 10:51:58.409 INFO O| Feb 28 10:51:58.409 INFO STEP 9 (pkg_change_facet) COMPLETE
39882025-02-28T10:52:00.266Z[ recovery-image] Feb 28 10:51:58.409 INFO O| Feb 28 10:51:58.409 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39892025-02-28T10:52:01.024Z[ recovery-image] Feb 28 10:51:59.167 INFO O| Feb 28 10:51:59.166 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39902025-02-28T10:52:01.400Z[verify-libraries] Compiling dropshot v0.16.0
39912025-02-28T10:52:02.321Z[ recovery-image] Feb 28 10:52:00.462 INFO O| Feb 28 10:52:00.462 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39922025-02-28T10:52:02.324Z[ recovery-image] Feb 28 10:52:00.464 INFO O| Feb 28 10:52:00.464 INFO O| Planning: Planning completed in 0.00 seconds
39932025-02-28T10:52:02.325Z[ recovery-image] Feb 28 10:52:00.465 INFO O| Feb 28 10:52:00.465 INFO O| Planning: Consolidating action changes ... Done
39942025-02-28T10:52:02.325Z[ recovery-image] Feb 28 10:52:00.465 INFO O| Feb 28 10:52:00.465 INFO O| Planning: Evaluating mediators ... Done
39952025-02-28T10:52:02.325Z[ recovery-image] Feb 28 10:52:00.466 INFO O| Feb 28 10:52:00.466 INFO O| Planning: Planning completed in 0.00 seconds
39962025-02-28T10:52:02.325Z[ recovery-image] Feb 28 10:52:00.466 INFO O| Feb 28 10:52:00.466 INFO O| Variants/Facets to change: 1
39972025-02-28T10:52:02.419Z[ recovery-image] Feb 28 10:52:00.561 INFO O| Feb 28 10:52:00.561 INFO O| Done
39982025-02-28T10:52:02.419Z[ recovery-image] Feb 28 10:52:00.561 INFO O| Feb 28 10:52:00.561 INFO O| Done
39992025-02-28T10:52:03.310Z[ recovery-image] Feb 28 10:52:01.452 INFO O| Feb 28 10:52:01.452 INFO O| Done
40002025-02-28T10:52:03.465Z[ recovery-image] Feb 28 10:52:01.607 INFO O| Feb 28 10:52:01.606 INFO O| Done
40012025-02-28T10:52:03.468Z[ recovery-image] Feb 28 10:52:01.608 INFO O| Feb 28 10:52:01.607 INFO O| Done
40022025-02-28T10:52:03.468Z[ recovery-image] Feb 28 10:52:01.608 INFO O| Feb 28 10:52:01.608 INFO O| Done
40032025-02-28T10:52:03.470Z[ recovery-image] Feb 28 10:52:01.610 INFO O| Feb 28 10:52:01.610 INFO O| Done
40042025-02-28T10:52:03.566Z[ recovery-image] Feb 28 10:52:01.708 INFO O| Feb 28 10:52:01.708 INFO STEP 10 (pkg_change_facet) COMPLETE
40052025-02-28T10:52:03.566Z[ recovery-image] Feb 28 10:52:01.708 INFO O| Feb 28 10:52:01.708 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40062025-02-28T10:52:03.587Z[ recovery-image] Feb 28 10:52:01.728 INFO O| Feb 28 10:52:01.728 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"]
40072025-02-28T10:52:04.749Z[verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40082025-02-28T10:52:04.830Z[ recovery-image] Feb 28 10:52:02.971 INFO O| Feb 28 10:52:02.971 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40092025-02-28T10:52:08.775Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40102025-02-28T10:52:12.242Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
40112025-02-28T10:52:22.038Z[ host-image] Feb 28 10:52:20.170 INFO O| Feb 28 10:52:20.170 INFO O| Planning: Solver setup ... Done
40122025-02-28T10:52:31.795Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40132025-02-28T10:52:38.889Z[verify-libraries] Compiling progenitor v0.9.1
40142025-02-28T10:52:39.282Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40152025-02-28T10:52:39.746Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40162025-02-28T10:52:40.594Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40172025-02-28T10:52:43.054Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
40182025-02-28T10:52:46.781Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
40192025-02-28T10:52:48.539Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40202025-02-28T10:52:49.498Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
40212025-02-28T10:52:50.852Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40222025-02-28T10:52:59.258Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40232025-02-28T10:53:00.417Z[verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
40242025-02-28T10:53:00.684Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
40252025-02-28T10:53:02.908Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
40262025-02-28T10:53:05.797Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40272025-02-28T10:53:09.750Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40282025-02-28T10:53:11.678Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
40292025-02-28T10:53:13.210Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40302025-02-28T10:53:18.705Z[ recovery-image] Feb 28 10:53:16.810 INFO O| Feb 28 10:53:16.810 INFO O| Planning: Solver setup ... Done
40312025-02-28T10:53:18.966Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
40322025-02-28T10:53:19.656Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
40332025-02-28T10:53:20.007Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40342025-02-28T10:53:20.613Z[verify-libraries] Compiling omicron-zone-package v0.12.0
40352025-02-28T10:53:26.890Z[verify-libraries] Compiling rcgen v0.12.1
40362025-02-28T10:53:29.236Z[verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
40372025-02-28T10:53:34.354Z[verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40382025-02-28T10:53:37.415Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
40392025-02-28T10:53:37.464Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40402025-02-28T10:53:37.820Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40412025-02-28T10:53:39.744Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40422025-02-28T10:53:43.970Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
40432025-02-28T10:53:44.257Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40442025-02-28T10:53:44.532Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40452025-02-28T10:53:48.752Z[verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
40462025-02-28T10:53:50.083Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
40472025-02-28T10:53:51.496Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
40482025-02-28T10:53:56.110Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40492025-02-28T10:53:57.142Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40502025-02-28T10:53:57.520Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
40512025-02-28T10:53:57.683Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40522025-02-28T10:53:58.305Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40532025-02-28T10:54:01.247Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40542025-02-28T10:54:01.827Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40552025-02-28T10:54:02.782Z[ host-image] Feb 28 10:54:00.866 INFO O| Feb 28 10:54:00.866 INFO O| Planning: Running solver ... Done
40562025-02-28T10:54:03.522Z[ host-image] Feb 28 10:54:01.606 INFO O| Feb 28 10:54:01.606 INFO O| Planning: Finding local manifests ... Done
40572025-02-28T10:54:03.540Z[ host-image] Feb 28 10:54:01.624 INFO O| Feb 28 10:54:01.623 INFO O| Planning: Fetching manifests: 0/124 0% complete
40582025-02-28T10:54:08.003Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40592025-02-28T10:54:08.321Z[ host-image] Feb 28 10:54:06.402 INFO O| Feb 28 10:54:06.402 INFO O| Planning: Fetching manifests: 124/124 100% complete
40602025-02-28T10:54:09.453Z[ host-image] Feb 28 10:54:07.534 INFO O| Feb 28 10:54:07.534 INFO O| Planning: Package planning ... Done
40612025-02-28T10:54:11.003Z[ host-image] Feb 28 10:54:09.081 INFO O| Feb 28 10:54:09.081 INFO O| Planning: Merging actions ... Done
40622025-02-28T10:54:11.353Z[ host-image] Feb 28 10:54:09.432 INFO O| Feb 28 10:54:09.432 INFO O| Planning: Checking for conflicting actions ... Done
40632025-02-28T10:54:11.688Z[ host-image] Feb 28 10:54:09.768 INFO O| Feb 28 10:54:09.768 INFO O| Planning: Consolidating action changes ... Done
40642025-02-28T10:54:12.219Z[ host-image] Feb 28 10:54:10.298 INFO O| Feb 28 10:54:10.298 INFO O| Planning: Evaluating mediators ... Done
40652025-02-28T10:54:13.181Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40662025-02-28T10:54:15.175Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
40672025-02-28T10:54:18.588Z[ host-image] Feb 28 10:54:16.664 INFO O| Feb 28 10:54:16.664 INFO O| Planning: Planning completed in 182.26 seconds
40682025-02-28T10:54:18.595Z[ host-image] Feb 28 10:54:16.672 INFO O| Feb 28 10:54:16.671 INFO O| Packages to install: 124
40692025-02-28T10:54:18.595Z[ host-image] Feb 28 10:54:16.672 INFO O| Feb 28 10:54:16.671 INFO O| Mediators to change: 4
40702025-02-28T10:54:18.598Z[ host-image] Feb 28 10:54:16.672 INFO O| Feb 28 10:54:16.672 INFO O| Services to change: 6
40712025-02-28T10:54:18.702Z[ host-image] Feb 28 10:54:16.777 INFO O| Feb 28 10:54:16.777 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete
40722025-02-28T10:54:22.719Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40732025-02-28T10:54:23.712Z[ host-image] Feb 28 10:54:21.786 INFO O| Feb 28 10:54:21.786 INFO O| Download: 1001/22863 items 5.7/199.8MB 2% complete (1.2M/s)
40742025-02-28T10:54:28.723Z[ host-image] Feb 28 10:54:26.794 INFO O| Feb 28 10:54:26.794 INFO O| Download: 1620/22863 items 9.8/199.8MB 4% complete (1.0M/s)
40752025-02-28T10:54:32.781Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40762025-02-28T10:54:33.946Z[ host-image] Feb 28 10:54:32.015 INFO O| Feb 28 10:54:32.014 INFO O| Download: 1947/22863 items 21.7/199.8MB 10% complete (1.5M/s)
40772025-02-28T10:54:35.233Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
40782025-02-28T10:54:37.216Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40792025-02-28T10:54:37.648Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40802025-02-28T10:54:38.712Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40812025-02-28T10:54:38.959Z[ host-image] Feb 28 10:54:37.025 INFO O| Feb 28 10:54:37.025 INFO O| Download: 2310/22863 items 27.1/199.8MB 13% complete (1.7M/s)
40822025-02-28T10:54:40.042Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
40832025-02-28T10:54:40.434Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40842025-02-28T10:54:41.003Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40852025-02-28T10:54:43.981Z[ host-image] Feb 28 10:54:42.045 INFO O| Feb 28 10:54:42.045 INFO O| Download: 3212/22863 items 34.0/199.8MB 17% complete (1.2M/s)
40862025-02-28T10:54:44.931Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40872025-02-28T10:54:45.971Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40882025-02-28T10:54:46.582Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
40892025-02-28T10:54:47.433Z[verify-libraries] Compiling tough v0.19.0
40902025-02-28T10:54:49.002Z[ host-image] Feb 28 10:54:47.063 INFO O| Feb 28 10:54:47.063 INFO O| Download: 4228/22863 items 40.8/199.8MB 20% complete (1.4M/s)
40912025-02-28T10:54:50.384Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
40922025-02-28T10:54:54.316Z[ host-image] Feb 28 10:54:52.374 INFO O| Feb 28 10:54:52.374 INFO O| Download: 4726/22863 items 43.3/199.8MB 21% complete (941k/s)
40932025-02-28T10:54:54.535Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
40942025-02-28T10:54:59.335Z[ host-image] Feb 28 10:54:57.392 INFO O| Feb 28 10:54:57.392 INFO O| Download: 5677/22863 items 46.4/199.8MB 23% complete (546k/s)
40952025-02-28T10:54:59.655Z[ recovery-image] Feb 28 10:54:57.711 INFO O| Feb 28 10:54:57.711 INFO O| Planning: Running solver ... Done
40962025-02-28T10:55:00.256Z[ recovery-image] Feb 28 10:54:58.311 INFO O| Feb 28 10:54:58.311 INFO O| Planning: Finding local manifests ... Done
40972025-02-28T10:55:00.274Z[ recovery-image] Feb 28 10:54:58.329 INFO O| Feb 28 10:54:58.329 INFO O| Planning: Fetching manifests: 0/124 0% complete
40982025-02-28T10:55:04.357Z[ host-image] Feb 28 10:55:02.411 INFO O| Feb 28 10:55:02.410 INFO O| Download: 6640/22863 items 46.9/199.8MB 23% complete (372k/s)
40992025-02-28T10:55:04.867Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
41002025-02-28T10:55:05.237Z[ recovery-image] Feb 28 10:55:03.291 INFO O| Feb 28 10:55:03.291 INFO O| Planning: Fetching manifests: 124/124 100% complete
41012025-02-28T10:55:06.264Z[ recovery-image] Feb 28 10:55:04.317 INFO O| Feb 28 10:55:04.317 INFO O| Planning: Package planning ... Done
41022025-02-28T10:55:06.426Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
41032025-02-28T10:55:06.990Z[ recovery-image] Feb 28 10:55:05.043 INFO O| Feb 28 10:55:05.043 INFO O| Planning: Merging actions ... Done
41042025-02-28T10:55:07.174Z[ recovery-image] Feb 28 10:55:05.227 INFO O| Feb 28 10:55:05.227 INFO O| Planning: Checking for conflicting actions ... Done
41052025-02-28T10:55:07.323Z[ recovery-image] Feb 28 10:55:05.375 INFO O| Feb 28 10:55:05.375 INFO O| Planning: Consolidating action changes ... Done
41062025-02-28T10:55:07.678Z[ recovery-image] Feb 28 10:55:05.731 INFO O| Feb 28 10:55:05.731 INFO O| Planning: Evaluating mediators ... Done
41072025-02-28T10:55:09.378Z[ host-image] Feb 28 10:55:07.429 INFO O| Feb 28 10:55:07.429 INFO O| Download: 7155/22863 items 54.9/199.8MB 27% complete (859k/s)
41082025-02-28T10:55:11.524Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41092025-02-28T10:55:12.326Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41102025-02-28T10:55:13.098Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41112025-02-28T10:55:13.435Z[ recovery-image] Feb 28 10:55:11.484 INFO O| Feb 28 10:55:11.484 INFO O| Planning: Planning completed in 188.51 seconds
41122025-02-28T10:55:13.444Z[ recovery-image] Feb 28 10:55:11.491 INFO O| Feb 28 10:55:11.491 INFO O| Packages to install: 124
41132025-02-28T10:55:13.444Z[ recovery-image] Feb 28 10:55:11.491 INFO O| Feb 28 10:55:11.491 INFO O| Mediators to change: 4
41142025-02-28T10:55:13.444Z[ recovery-image] Feb 28 10:55:11.491 INFO O| Feb 28 10:55:11.491 INFO O| Services to change: 5
41152025-02-28T10:55:13.521Z[ recovery-image] Feb 28 10:55:11.571 INFO O| Feb 28 10:55:11.571 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete
41162025-02-28T10:55:14.398Z[ host-image] Feb 28 10:55:12.445 INFO O| Feb 28 10:55:12.445 INFO O| Download: 8075/22863 items 60.4/199.8MB 30% complete (1.3M/s)
41172025-02-28T10:55:18.475Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41182025-02-28T10:55:18.535Z[ recovery-image] Feb 28 10:55:16.582 INFO O| Feb 28 10:55:16.582 INFO O| Download: 878/15934 items 6.7/176.5MB 3% complete (1.3M/s)
41192025-02-28T10:55:19.285Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
41202025-02-28T10:55:19.575Z[ host-image] Feb 28 10:55:17.621 INFO O| Feb 28 10:55:17.621 INFO O| Download: 8334/22863 items 65.3/199.8MB 32% complete (988k/s)
41212025-02-28T10:55:19.922Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41222025-02-28T10:55:20.839Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41232025-02-28T10:55:23.254Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
41242025-02-28T10:55:23.550Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
41252025-02-28T10:55:24.587Z[ host-image] Feb 28 10:55:22.631 INFO O| Feb 28 10:55:22.631 INFO O| Download: 8891/22863 items 71.7/199.8MB 35% complete (1.1M/s)
41262025-02-28T10:55:25.027Z[ recovery-image] Feb 28 10:55:23.070 INFO O| Feb 28 10:55:23.070 INFO O| Download: 1172/15934 items 10.5/176.5MB 5% complete (1.1M/s)
41272025-02-28T10:55:26.265Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
41282025-02-28T10:55:27.585Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
41292025-02-28T10:55:27.846Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41302025-02-28T10:55:29.536Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41312025-02-28T10:55:29.608Z[ host-image] Feb 28 10:55:27.650 INFO O| Feb 28 10:55:27.650 INFO O| Download: 9613/22863 items 83.4/199.8MB 41% complete (1.8M/s)
41322025-02-28T10:55:32.955Z[ recovery-image] Feb 28 10:55:30.995 INFO O| Feb 28 10:55:30.995 INFO O| Download: 1467/15934 items 21.4/176.5MB 12% complete (1.5M/s)
41332025-02-28T10:55:34.616Z[ host-image] Feb 28 10:55:32.656 INFO O| Feb 28 10:55:32.656 INFO O| Download: 10604/22863 items 88.8/199.8MB 44% complete (1.7M/s)
41342025-02-28T10:55:34.758Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41352025-02-28T10:55:37.170Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41362025-02-28T10:55:38.735Z[ recovery-image] Feb 28 10:55:36.772 INFO O| Feb 28 10:55:36.772 INFO O| Download: 1644/15934 items 25.4/176.5MB 14% complete (481k/s)
41372025-02-28T10:55:39.585Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41382025-02-28T10:55:39.703Z[ host-image] Feb 28 10:55:37.740 INFO O| Feb 28 10:55:37.740 INFO O| Download: 11011/22863 items 90.7/199.8MB 45% complete (770k/s)
41392025-02-28T10:55:43.743Z[ recovery-image] Feb 28 10:55:41.777 INFO O| Feb 28 10:55:41.777 INFO O| Download: 2516/15934 items 31.5/176.5MB 17% complete (1.0M/s)
41402025-02-28T10:55:44.706Z[ host-image] Feb 28 10:55:42.740 INFO O| Feb 28 10:55:42.740 INFO O| Download: 11222/22863 items 93.9/199.8MB 47% complete (524k/s)
41412025-02-28T10:55:45.831Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41422025-02-28T10:55:46.231Z[verify-libraries] Compiling sct v0.7.1
41432025-02-28T10:55:46.721Z[verify-libraries] Compiling rustls-webpki v0.101.7
41442025-02-28T10:55:48.768Z[ recovery-image] Feb 28 10:55:46.800 INFO O| Feb 28 10:55:46.800 INFO O| Download: 3111/15934 items 37.3/176.5MB 21% complete (1.2M/s)
41452025-02-28T10:55:49.709Z[ host-image] Feb 28 10:55:47.741 INFO O| Feb 28 10:55:47.741 INFO O| Download: 11360/22863 items 95.6/199.8MB 47% complete (544k/s)
41462025-02-28T10:55:49.734Z[verify-libraries] Compiling rustls v0.21.12
41472025-02-28T10:55:50.673Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41482025-02-28T10:55:54.146Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41492025-02-28T10:55:54.764Z[ host-image] Feb 28 10:55:52.794 INFO O| Feb 28 10:55:52.793 INFO O| Download: 12048/22863 items 98.3/199.8MB 49% complete (473k/s)
41502025-02-28T10:55:56.263Z[ recovery-image] Feb 28 10:55:54.291 INFO O| Feb 28 10:55:54.291 INFO O| Download: 3674/15934 items 39.3/176.5MB 22% complete (805k/s)
41512025-02-28T10:55:59.774Z[ host-image] Feb 28 10:55:57.801 INFO O| Feb 28 10:55:57.801 INFO O| Download: 12219/22863 items 108.2/199.8MB 54% complete (1.2M/s)
41522025-02-28T10:56:01.370Z[ recovery-image] Feb 28 10:55:59.396 INFO O| Feb 28 10:55:59.396 INFO O| Download: 3852/15934 items 42.5/176.5MB 24% complete (402k/s)
41532025-02-28T10:56:04.783Z[ host-image] Feb 28 10:56:02.807 INFO O| Feb 28 10:56:02.807 INFO O| Download: 12633/22863 items 109.8/199.8MB 54% complete (1.2M/s)
41542025-02-28T10:56:06.374Z[ recovery-image] Feb 28 10:56:04.398 INFO O| Feb 28 10:56:04.398 INFO O| Download: 4503/15934 items 43.0/176.5MB 24% complete (381k/s)
41552025-02-28T10:56:09.793Z[ host-image] Feb 28 10:56:07.815 INFO O| Feb 28 10:56:07.815 INFO O| Download: 13382/22863 items 110.1/199.8MB 55% complete (498k/s)
41562025-02-28T10:56:14.801Z[ host-image] Feb 28 10:56:12.821 INFO O| Feb 28 10:56:12.821 INFO O| Download: 13899/22863 items 110.4/199.8MB 55% complete (62.9k/s)
41572025-02-28T10:56:15.723Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41582025-02-28T10:56:15.974Z[ recovery-image] Feb 28 10:56:13.993 INFO O| Feb 28 10:56:13.993 INFO O| Download: 4853/15934 items 43.2/176.5MB 24% complete (250k/s)
41592025-02-28T10:56:19.808Z[ host-image] Feb 28 10:56:17.825 INFO O| Feb 28 10:56:17.825 INFO O| Download: 14434/22863 items 111.4/199.8MB 55% complete (112k/s)
41602025-02-28T10:56:20.859Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41612025-02-28T10:56:21.273Z[ recovery-image] Feb 28 10:56:19.289 INFO O| Feb 28 10:56:19.289 INFO O| Download: 5727/15934 items 44.3/176.5MB 25% complete (149k/s)
41622025-02-28T10:56:25.342Z[ host-image] Feb 28 10:56:23.356 INFO O| Feb 28 10:56:23.356 INFO O| Download: 14540/22863 items 112.5/199.8MB 56% complete (215k/s)
41632025-02-28T10:56:26.181Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41642025-02-28T10:56:26.324Z[ recovery-image] Feb 28 10:56:24.338 INFO O| Feb 28 10:56:24.338 INFO O| Download: 6009/15934 items 53.2/176.5MB 30% complete (1.0M/s)
41652025-02-28T10:56:27.740Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41662025-02-28T10:56:30.395Z[ host-image] Feb 28 10:56:28.407 INFO O| Feb 28 10:56:28.407 INFO O| Download: 15128/22863 items 119.3/199.8MB 59% complete (794k/s)
41672025-02-28T10:56:31.329Z[ recovery-image] Feb 28 10:56:29.341 INFO O| Feb 28 10:56:29.341 INFO O| Download: 6406/15934 items 62.9/176.5MB 35% complete (1.9M/s)
41682025-02-28T10:56:32.629Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41692025-02-28T10:56:35.419Z[ host-image] Feb 28 10:56:33.428 INFO O| Feb 28 10:56:33.428 INFO O| Download: 15798/22863 items 124.6/199.8MB 62% complete (1.2M/s)
41702025-02-28T10:56:36.332Z[ recovery-image] Feb 28 10:56:34.341 INFO O| Feb 28 10:56:34.341 INFO O| Download: 7375/15934 items 73.6/176.5MB 41% complete (2.0M/s)
41712025-02-28T10:56:37.780Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41722025-02-28T10:56:38.284Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41732025-02-28T10:56:38.575Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41742025-02-28T10:56:39.109Z[verify-libraries] Compiling tokio-rustls v0.24.1
41752025-02-28T10:56:39.657Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41762025-02-28T10:56:40.316Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41772025-02-28T10:56:40.426Z[ host-image] Feb 28 10:56:38.434 INFO O| Feb 28 10:56:38.433 INFO O| Download: 16525/22863 items 138.7/199.8MB 69% complete (1.9M/s)
41782025-02-28T10:56:41.759Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
41792025-02-28T10:56:41.852Z[ recovery-image] Feb 28 10:56:39.859 INFO O| Feb 28 10:56:39.859 INFO O| Download: 7938/15934 items 75.9/176.5MB 42% complete (1.4M/s)
41802025-02-28T10:56:43.525Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41812025-02-28T10:56:43.550Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41822025-02-28T10:56:43.927Z[verify-libraries] Compiling num-bigint v0.4.6
41832025-02-28T10:56:45.436Z[ host-image] Feb 28 10:56:43.441 INFO O| Feb 28 10:56:43.441 INFO O| Download: 17450/22863 items 145.9/199.8MB 73% complete (2.1M/s)
41842025-02-28T10:56:46.633Z[verify-libraries] Compiling des v0.8.1
41852025-02-28T10:56:46.863Z[ recovery-image] Feb 28 10:56:44.867 INFO O| Feb 28 10:56:44.867 INFO O| Download: 8425/15934 items 79.9/176.5MB 45% complete (645k/s)
41862025-02-28T10:56:47.029Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41872025-02-28T10:56:47.130Z[verify-libraries] Compiling hex-literal v0.4.1
41882025-02-28T10:56:47.402Z[verify-libraries] Compiling russh v0.45.0
41892025-02-28T10:56:47.889Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41902025-02-28T10:56:48.307Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
41912025-02-28T10:56:50.873Z[ host-image] Feb 28 10:56:48.875 INFO O| Feb 28 10:56:48.875 INFO O| Download: 18031/22863 items 161.7/199.8MB 80% complete (2.5M/s)
41922025-02-28T10:56:51.867Z[ recovery-image] Feb 28 10:56:49.868 INFO O| Feb 28 10:56:49.868 INFO O| Download: 8780/15934 items 84.2/176.5MB 47% complete (823k/s)
41932025-02-28T10:56:52.640Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
41942025-02-28T10:56:55.891Z[ host-image] Feb 28 10:56:53.890 INFO O| Feb 28 10:56:53.890 INFO O| Download: 18953/22863 items 166.5/199.8MB 83% complete (2.0M/s)
41952025-02-28T10:56:57.099Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41962025-02-28T10:56:58.136Z[ recovery-image] Feb 28 10:56:56.134 INFO O| Feb 28 10:56:56.134 INFO O| Download: 8892/15934 items 91.9/176.5MB 52% complete (1.2M/s)
41972025-02-28T10:56:59.388Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41982025-02-28T10:57:00.913Z[ host-image] Feb 28 10:56:58.911 INFO O| Feb 28 10:56:58.911 INFO O| Download: 19584/22863 items 168.8/199.8MB 84% complete (727k/s)
41992025-02-28T10:57:02.620Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42002025-02-28T10:57:03.185Z[ recovery-image] Feb 28 10:57:01.181 INFO O| Feb 28 10:57:01.181 INFO O| Download: 8999/15934 items 92.8/176.5MB 52% complete (967k/s)
42012025-02-28T10:57:06.118Z[ host-image] Feb 28 10:57:04.113 INFO O| Feb 28 10:57:04.113 INFO O| Download: 20094/22863 items 170.6/199.8MB 85% complete (416k/s)
42022025-02-28T10:57:06.458Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42032025-02-28T10:57:08.319Z[ recovery-image] Feb 28 10:57:06.313 INFO O| Feb 28 10:57:06.313 INFO O| Download: 9686/15934 items 93.2/176.5MB 52% complete (136k/s)
42042025-02-28T10:57:10.578Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42052025-02-28T10:57:11.462Z[ host-image] Feb 28 10:57:09.454 INFO O| Feb 28 10:57:09.454 INFO O| Download: 20703/22863 items 172.6/199.8MB 86% complete (399k/s)
42062025-02-28T10:57:13.916Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42072025-02-28T10:57:14.188Z[ recovery-image] Feb 28 10:57:12.178 INFO O| Feb 28 10:57:12.178 INFO O| Download: 10028/15934 items 93.3/176.5MB 52% complete (135k/s)
42082025-02-28T10:57:16.522Z[ host-image] Feb 28 10:57:14.511 INFO O| Feb 28 10:57:14.511 INFO O| Download: 20868/22863 items 173.7/199.8MB 86% complete (294k/s)
42092025-02-28T10:57:19.903Z[ recovery-image] Feb 28 10:57:17.891 INFO O| Feb 28 10:57:17.891 INFO O| Download: 10619/15934 items 93.6/176.5MB 53% complete (46.9k/s)
42102025-02-28T10:57:20.514Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42112025-02-28T10:57:21.604Z[ host-image] Feb 28 10:57:19.590 INFO O| Feb 28 10:57:19.590 INFO O| Download: 21050/22863 items 179.0/199.8MB 89% complete (658k/s)
42122025-02-28T10:57:25.022Z[ recovery-image] Feb 28 10:57:23.007 INFO O| Feb 28 10:57:23.007 INFO O| Download: 11091/15934 items 95.0/176.5MB 53% complete (164k/s)
42132025-02-28T10:57:26.617Z[ host-image] Feb 28 10:57:24.601 INFO O| Feb 28 10:57:24.601 INFO O| Download: 21576/22863 items 180.7/199.8MB 90% complete (703k/s)
42142025-02-28T10:57:30.047Z[ recovery-image] Feb 28 10:57:28.030 INFO O| Feb 28 10:57:28.030 INFO O| Download: 11450/15934 items 106.1/176.5MB 60% complete (1.2M/s)
42152025-02-28T10:57:31.712Z[ host-image] Feb 28 10:57:29.694 INFO O| Feb 28 10:57:29.694 INFO O| Download: 22052/22863 items 191.9/199.8MB 96% complete (1.3M/s)
42162025-02-28T10:57:33.093Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42172025-02-28T10:57:35.920Z[ recovery-image] Feb 28 10:57:33.900 INFO O| Feb 28 10:57:33.900 INFO O| Download: 11996/15934 items 128.4/176.5MB 72% complete (3.4M/s)
42182025-02-28T10:57:36.725Z[ host-image] Feb 28 10:57:34.704 INFO O| Feb 28 10:57:34.704 INFO O| Download: 22276/22863 items 197.4/199.8MB 98% complete (1.6M/s)
42192025-02-28T10:57:40.928Z[ recovery-image] Feb 28 10:57:38.906 INFO O| Feb 28 10:57:38.906 INFO O| Download: 12306/15934 items 140.9/176.5MB 79% complete (3.4M/s)
42202025-02-28T10:57:41.020Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42212025-02-28T10:57:41.818Z[ host-image] Feb 28 10:57:39.795 INFO O| Feb 28 10:57:39.795 INFO O| Download: 22703/22863 items 199.5/199.8MB 99% complete (791k/s)
42222025-02-28T10:57:42.518Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
42232025-02-28T10:57:43.495Z[ host-image] Feb 28 10:57:41.471 INFO O| Feb 28 10:57:41.471 INFO O| Download: Completed 199.77 MB in 204.69 seconds (996k/s)
42242025-02-28T10:57:45.443Z[ host-image] Feb 28 10:57:43.419 INFO O| Feb 28 10:57:43.418 INFO O| Actions: 1/49570 actions (Installing new actions)
42252025-02-28T10:57:46.240Z[ recovery-image] Feb 28 10:57:44.215 INFO O| Feb 28 10:57:44.215 INFO O| Download: 13086/15934 items 145.1/176.5MB 82% complete (1.8M/s)
42262025-02-28T10:57:46.771Z[verify-libraries] Compiling petname v2.0.2
42272025-02-28T10:57:47.894Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42282025-02-28T10:57:48.552Z[verify-libraries] Compiling internet-checksum v0.2.1
42292025-02-28T10:57:50.447Z[ host-image] Feb 28 10:57:48.420 INFO O| Feb 28 10:57:48.420 INFO O| Actions: 10323/49570 actions (Installing new actions)
42302025-02-28T10:57:51.243Z[ recovery-image] Feb 28 10:57:49.216 INFO O| Feb 28 10:57:49.216 INFO O| Download: 13988/15934 items 148.2/176.5MB 83% complete (712k/s)
42312025-02-28T10:57:55.450Z[ host-image] Feb 28 10:57:53.421 INFO O| Feb 28 10:57:53.420 INFO O| Actions: 18410/49570 actions (Installing new actions)
42322025-02-28T10:57:56.361Z[ recovery-image] Feb 28 10:57:54.331 INFO O| Feb 28 10:57:54.331 INFO O| Download: 14736/15934 items 150.7/176.5MB 85% complete (575k/s)
42332025-02-28T10:58:00.452Z[ host-image] Feb 28 10:57:58.421 INFO O| Feb 28 10:57:58.421 INFO O| Actions: 25376/49570 actions (Installing new actions)
42342025-02-28T10:58:01.391Z[ recovery-image] Feb 28 10:57:59.359 INFO O| Feb 28 10:57:59.359 INFO O| Download: 14891/15934 items 157.2/176.5MB 89% complete (906k/s)
42352025-02-28T10:58:05.456Z[ host-image] Feb 28 10:58:03.421 INFO O| Feb 28 10:58:03.421 INFO O| Actions: 49109/49570 actions (Installing new actions)
42362025-02-28T10:58:06.255Z[ host-image] Feb 28 10:58:04.221 INFO O| Feb 28 10:58:04.221 INFO O| Actions: Completed 49570 actions in 20.80 seconds.
42372025-02-28T10:58:06.405Z[ recovery-image] Feb 28 10:58:04.371 INFO O| Feb 28 10:58:04.371 INFO O| Download: 15531/15934 items 165.1/176.5MB 93% complete (1.4M/s)
42382025-02-28T10:58:06.961Z[ host-image] Feb 28 10:58:04.926 INFO O| Feb 28 10:58:04.926 INFO O| Done
42392025-02-28T10:58:06.961Z[ host-image] Feb 28 10:58:04.926 INFO O| Feb 28 10:58:04.926 INFO O| Done
42402025-02-28T10:58:08.677Z[ host-image] Feb 28 10:58:06.641 INFO O| Feb 28 10:58:06.641 INFO O| Done
42412025-02-28T10:58:10.197Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42422025-02-28T10:58:11.063Z[ recovery-image] Feb 28 10:58:09.026 INFO O| Feb 28 10:58:09.026 INFO O| Download: Completed 176.48 MB in 177.46 seconds (1015k/s)
42432025-02-28T10:58:11.206Z[ host-image] Feb 28 10:58:09.170 INFO O| Feb 28 10:58:09.170 INFO O| Done
42442025-02-28T10:58:11.264Z[ host-image] Feb 28 10:58:09.227 INFO O| Feb 28 10:58:09.227 INFO O| Done
42452025-02-28T10:58:12.299Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42462025-02-28T10:58:12.390Z[ recovery-image] Feb 28 10:58:10.352 INFO O| Feb 28 10:58:10.352 INFO O| Actions: 1/25107 actions (Installing new actions)
42472025-02-28T10:58:13.017Z[verify-libraries] Compiling heck v0.4.1
42482025-02-28T10:58:14.588Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42492025-02-28T10:58:17.392Z[ recovery-image] Feb 28 10:58:15.352 INFO O| Feb 28 10:58:15.352 INFO O| Actions: 9082/25107 actions (Installing new actions)
42502025-02-28T10:58:19.361Z[ host-image] Feb 28 10:58:17.321 INFO O| Feb 28 10:58:17.321 INFO O| Done
42512025-02-28T10:58:20.479Z[ host-image] Feb 28 10:58:18.438 INFO O| Feb 28 10:58:18.438 INFO O| Done
42522025-02-28T10:58:21.424Z[ host-image] Feb 28 10:58:19.382 INFO O| Feb 28 10:58:19.382 INFO STEP 11 (pkg_install) COMPLETE
42532025-02-28T10:58:21.424Z[ host-image] Feb 28 10:58:19.382 INFO O| Feb 28 10:58:19.382 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42542025-02-28T10:58:21.452Z[ host-image] Feb 28 10:58:19.410 INFO O| Feb 28 10:58:19.410 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"]
42552025-02-28T10:58:22.395Z[ recovery-image] Feb 28 10:58:20.352 INFO O| Feb 28 10:58:20.352 INFO O| Actions: 15336/25107 actions (Installing new actions)
42562025-02-28T10:58:25.076Z[ host-image] Feb 28 10:58:23.033 INFO O| Feb 28 10:58:23.033 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42572025-02-28T10:58:27.410Z[ recovery-image] Feb 28 10:58:25.365 INFO O| Feb 28 10:58:25.365 INFO O| Actions: 24652/25107 actions (Installing new actions)
42582025-02-28T10:58:28.227Z[ recovery-image] Feb 28 10:58:26.182 INFO O| Feb 28 10:58:26.182 INFO O| Actions: Completed 25107 actions in 15.83 seconds.
42592025-02-28T10:58:28.972Z[ recovery-image] Feb 28 10:58:26.926 INFO O| Feb 28 10:58:26.926 INFO O| Done
42602025-02-28T10:58:28.972Z[ recovery-image] Feb 28 10:58:26.926 INFO O| Feb 28 10:58:26.926 INFO O| Done
42612025-02-28T10:58:30.939Z[ recovery-image] Feb 28 10:58:28.892 INFO O| Feb 28 10:58:28.892 INFO O| Done
42622025-02-28T10:58:31.472Z[ host-image] Feb 28 10:58:29.425 INFO O| Feb 28 10:58:29.425 INFO O| Planning: Solver setup ... Done
42632025-02-28T10:58:31.478Z[ host-image] Feb 28 10:58:29.432 INFO O| Feb 28 10:58:29.432 INFO O| Planning: Running solver ... Done
42642025-02-28T10:58:31.591Z[ host-image] Feb 28 10:58:29.544 INFO O| Feb 28 10:58:29.544 INFO O| Planning: Finding local manifests ... Done
42652025-02-28T10:58:31.597Z[ host-image] Feb 28 10:58:29.546 INFO O| Feb 28 10:58:29.546 INFO O| Planning: Fetching manifests: 0/5 0% complete
42662025-02-28T10:58:31.899Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42672025-02-28T10:58:31.914Z[ host-image] Feb 28 10:58:29.867 INFO O| Feb 28 10:58:29.867 INFO O| Planning: Fetching manifests: 5/5 100% complete
42682025-02-28T10:58:31.954Z[ host-image] Feb 28 10:58:29.907 INFO O| Feb 28 10:58:29.907 INFO O| Planning: Package planning ... Done
42692025-02-28T10:58:31.961Z[ host-image] Feb 28 10:58:29.914 INFO O| Feb 28 10:58:29.914 INFO O| Planning: Merging actions ... Done
42702025-02-28T10:58:32.152Z[ host-image] Feb 28 10:58:30.105 INFO O| Feb 28 10:58:30.105 INFO O| Planning: Checking for conflicting actions ... Done
42712025-02-28T10:58:32.155Z[ host-image] Feb 28 10:58:30.108 INFO O| Feb 28 10:58:30.108 INFO O| Planning: Consolidating action changes ... Done
42722025-02-28T10:58:32.570Z[ host-image] Feb 28 10:58:30.522 INFO O| Feb 28 10:58:30.522 INFO O| Planning: Evaluating mediators ... Done
42732025-02-28T10:58:32.572Z[ host-image] Feb 28 10:58:30.524 INFO O| Feb 28 10:58:30.524 INFO O| Planning: Planning completed in 7.49 seconds
42742025-02-28T10:58:32.575Z[ host-image] Feb 28 10:58:30.527 INFO O| Feb 28 10:58:30.527 INFO O| Packages to install: 5
42752025-02-28T10:58:32.575Z[ host-image] Feb 28 10:58:30.527 INFO O| Feb 28 10:58:30.527 INFO O| Services to change: 2
42762025-02-28T10:58:32.601Z[ host-image] Feb 28 10:58:30.553 INFO O| Feb 28 10:58:30.553 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
42772025-02-28T10:58:32.922Z[ recovery-image] Feb 28 10:58:30.875 INFO O| Feb 28 10:58:30.875 INFO O| Done
42782025-02-28T10:58:32.948Z[ recovery-image] Feb 28 10:58:30.901 INFO O| Feb 28 10:58:30.901 INFO O| Done
42792025-02-28T10:58:34.176Z[ host-image] Feb 28 10:58:32.128 INFO O| Feb 28 10:58:32.128 INFO O| Download: Completed 1.46 MB in 1.57 seconds (947k/s)
42802025-02-28T10:58:34.246Z[ host-image] Feb 28 10:58:32.198 INFO O| Feb 28 10:58:32.198 INFO O| Actions: 1/306 actions (Installing new actions)
42812025-02-28T10:58:34.436Z[ host-image] Feb 28 10:58:32.387 INFO O| Feb 28 10:58:32.387 INFO O| Actions: Completed 306 actions in 0.19 seconds.
42822025-02-28T10:58:35.201Z[ host-image] Feb 28 10:58:33.141 INFO O| Feb 28 10:58:33.141 INFO O| Done
42832025-02-28T10:58:35.201Z[ host-image] Feb 28 10:58:33.141 INFO O| Feb 28 10:58:33.141 INFO O| Done
42842025-02-28T10:58:36.717Z[ host-image] Feb 28 10:58:34.668 INFO O| Feb 28 10:58:34.668 INFO O| Done
42852025-02-28T10:58:37.721Z[ recovery-image] Feb 28 10:58:35.671 INFO O| Feb 28 10:58:35.671 INFO O| Done
42862025-02-28T10:58:38.437Z[ recovery-image] Feb 28 10:58:36.387 INFO O| Feb 28 10:58:36.387 INFO O| Done
42872025-02-28T10:58:39.116Z[ recovery-image] Feb 28 10:58:37.066 INFO O| Feb 28 10:58:37.066 INFO STEP 11 (pkg_install) COMPLETE
42882025-02-28T10:58:39.116Z[ recovery-image] Feb 28 10:58:37.066 INFO O| Feb 28 10:58:37.066 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42892025-02-28T10:58:39.119Z[ recovery-image] Feb 28 10:58:37.066 INFO O| Feb 28 10:58:37.066 INFO skip step because feature "recovery" is enabled
42902025-02-28T10:58:39.119Z[ recovery-image] Feb 28 10:58:37.066 INFO O| Feb 28 10:58:37.066 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42912025-02-28T10:58:39.119Z[ recovery-image] Feb 28 10:58:37.066 INFO O| Feb 28 10:58:37.066 INFO skip step because feature "omicron1" is not enabled
42922025-02-28T10:58:39.119Z[ recovery-image] Feb 28 10:58:37.066 INFO O| Feb 28 10:58:37.066 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42932025-02-28T10:58:39.137Z[ recovery-image] Feb 28 10:58:37.087 INFO O| Feb 28 10:58:37.087 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
42942025-02-28T10:58:39.507Z[ host-image] Feb 28 10:58:37.456 INFO O| Feb 28 10:58:37.456 INFO O| Done
42952025-02-28T10:58:39.549Z[ host-image] Feb 28 10:58:37.498 INFO O| Feb 28 10:58:37.498 INFO O| Done
42962025-02-28T10:58:39.552Z[ host-image] Feb 28 10:58:37.499 INFO O| Feb 28 10:58:37.499 INFO O| Done
42972025-02-28T10:58:39.579Z[ host-image] Feb 28 10:58:37.528 INFO O| Feb 28 10:58:37.528 INFO O| Done
42982025-02-28T10:58:39.756Z[ host-image] Feb 28 10:58:37.705 INFO O| Feb 28 10:58:37.705 INFO STEP 12 (pkg_install) COMPLETE
42992025-02-28T10:58:39.756Z[ host-image] Feb 28 10:58:37.705 INFO O| Feb 28 10:58:37.705 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43002025-02-28T10:58:39.776Z[ host-image] Feb 28 10:58:37.725 INFO O| Feb 28 10:58:37.725 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43012025-02-28T10:58:40.479Z[ recovery-image] Feb 28 10:58:38.428 INFO O| Feb 28 10:58:38.428 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43022025-02-28T10:58:41.030Z[ host-image] Feb 28 10:58:38.978 INFO O| Feb 28 10:58:38.978 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43032025-02-28T10:58:45.230Z[ recovery-image] Feb 28 10:58:43.176 INFO O| Feb 28 10:58:43.176 INFO O| Planning: Solver setup ... Done
43042025-02-28T10:58:45.237Z[ recovery-image] Feb 28 10:58:43.183 INFO O| Feb 28 10:58:43.183 INFO O| Planning: Running solver ... Done
43052025-02-28T10:58:45.366Z[ recovery-image] Feb 28 10:58:43.312 INFO O| Feb 28 10:58:43.312 INFO O| Planning: Finding local manifests ... Done
43062025-02-28T10:58:45.369Z[ recovery-image] Feb 28 10:58:43.313 INFO O| Feb 28 10:58:43.313 INFO O| Planning: Fetching manifests: 0/1 0% complete
43072025-02-28T10:58:45.557Z[ recovery-image] Feb 28 10:58:43.504 INFO O| Feb 28 10:58:43.504 INFO O| Planning: Fetching manifests: 1/1 100% complete
43082025-02-28T10:58:45.610Z[ recovery-image] Feb 28 10:58:43.556 INFO O| Feb 28 10:58:43.556 INFO O| Planning: Package planning ... Done
43092025-02-28T10:58:45.612Z[ recovery-image] Feb 28 10:58:43.557 INFO O| Feb 28 10:58:43.557 INFO O| Planning: Merging actions ... Done
43102025-02-28T10:58:45.680Z[ recovery-image] Feb 28 10:58:43.627 INFO O| Feb 28 10:58:43.627 INFO O| Planning: Checking for conflicting actions ... Done
43112025-02-28T10:58:45.683Z[ recovery-image] Feb 28 10:58:43.628 INFO O| Feb 28 10:58:43.628 INFO O| Planning: Consolidating action changes ... Done
43122025-02-28T10:58:45.950Z[ host-image] Feb 28 10:58:43.895 INFO O| Feb 28 10:58:43.895 INFO O| Planning: Solver setup ... Done
43132025-02-28T10:58:45.956Z[ host-image] Feb 28 10:58:43.902 INFO O| Feb 28 10:58:43.902 INFO O| Planning: Running solver ... Done
43142025-02-28T10:58:45.971Z[ recovery-image] Feb 28 10:58:43.916 INFO O| Feb 28 10:58:43.916 INFO O| Planning: Evaluating mediators ... Done
43152025-02-28T10:58:45.975Z[ recovery-image] Feb 28 10:58:43.917 INFO O| Feb 28 10:58:43.917 INFO O| Planning: Planning completed in 5.49 seconds
43162025-02-28T10:58:45.978Z[ recovery-image] Feb 28 10:58:43.921 INFO O| Feb 28 10:58:43.921 INFO O| Packages to install: 1
43172025-02-28T10:58:45.995Z[ recovery-image] Feb 28 10:58:43.941 INFO O| Feb 28 10:58:43.941 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
43182025-02-28T10:58:46.086Z[ host-image] Feb 28 10:58:44.032 INFO O| Feb 28 10:58:44.032 INFO O| Planning: Finding local manifests ... Done
43192025-02-28T10:58:46.089Z[ host-image] Feb 28 10:58:44.035 INFO O| Feb 28 10:58:44.035 INFO O| Planning: Fetching manifests: 0/6 0% complete
43202025-02-28T10:58:46.444Z[ host-image] Feb 28 10:58:44.390 INFO O| Feb 28 10:58:44.390 INFO O| Planning: Fetching manifests: 6/6 100% complete
43212025-02-28T10:58:46.513Z[ host-image] Feb 28 10:58:44.459 INFO O| Feb 28 10:58:44.459 INFO O| Planning: Package planning ... Done
43222025-02-28T10:58:46.550Z[ host-image] Feb 28 10:58:44.496 INFO O| Feb 28 10:58:44.496 INFO O| Planning: Merging actions ... Done
43232025-02-28T10:58:46.713Z[ host-image] Feb 28 10:58:44.659 INFO O| Feb 28 10:58:44.659 INFO O| Planning: Checking for conflicting actions ... Done
43242025-02-28T10:58:46.725Z[ host-image] Feb 28 10:58:44.671 INFO O| Feb 28 10:58:44.671 INFO O| Planning: Consolidating action changes ... Done
43252025-02-28T10:58:46.774Z[ recovery-image] Feb 28 10:58:44.720 INFO O| Feb 28 10:58:44.719 INFO O| Download: Completed 10.27 MB in 0.78 seconds (13.2M/s)
43262025-02-28T10:58:46.891Z[ recovery-image] Feb 28 10:58:44.837 INFO O| Feb 28 10:58:44.836 INFO O| Actions: 1/22 actions (Installing new actions)
43272025-02-28T10:58:47.083Z[ host-image] Feb 28 10:58:45.029 INFO O| Feb 28 10:58:45.029 INFO O| Planning: Evaluating mediators ... Done
43282025-02-28T10:58:47.102Z[ host-image] Feb 28 10:58:45.048 INFO O| Feb 28 10:58:45.048 INFO O| Planning: Planning completed in 6.07 seconds
43292025-02-28T10:58:47.105Z[ host-image] Feb 28 10:58:45.051 INFO O| Feb 28 10:58:45.051 INFO O| Packages to install: 6
43302025-02-28T10:58:47.105Z[ host-image] Feb 28 10:58:45.051 INFO O| Feb 28 10:58:45.051 INFO O| Mediators to change: 1
43312025-02-28T10:58:47.108Z[ host-image] Feb 28 10:58:45.051 INFO O| Feb 28 10:58:45.051 INFO O| Services to change: 1
43322025-02-28T10:58:47.130Z[ host-image] Feb 28 10:58:45.076 INFO O| Feb 28 10:58:45.076 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43332025-02-28T10:58:47.380Z[ recovery-image] Feb 28 10:58:45.326 INFO O| Feb 28 10:58:45.326 INFO O| Actions: Completed 22 actions in 0.49 seconds.
43342025-02-28T10:58:47.930Z[ recovery-image] Feb 28 10:58:45.875 INFO O| Feb 28 10:58:45.875 INFO O| Done
43352025-02-28T10:58:47.930Z[ recovery-image] Feb 28 10:58:45.875 INFO O| Feb 28 10:58:45.875 INFO O| Done
43362025-02-28T10:58:49.260Z[ recovery-image] Feb 28 10:58:47.204 INFO O| Feb 28 10:58:47.204 INFO O| Done
43372025-02-28T10:58:49.318Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43382025-02-28T10:58:51.023Z[ recovery-image] Feb 28 10:58:48.967 INFO O| Feb 28 10:58:48.967 INFO O| Done
43392025-02-28T10:58:51.046Z[ recovery-image] Feb 28 10:58:48.989 INFO O| Feb 28 10:58:48.989 INFO O| Done
43402025-02-28T10:58:51.048Z[ recovery-image] Feb 28 10:58:48.990 INFO O| Feb 28 10:58:48.990 INFO O| Done
43412025-02-28T10:58:51.064Z[ recovery-image] Feb 28 10:58:49.008 INFO O| Feb 28 10:58:49.008 INFO O| Done
43422025-02-28T10:58:51.229Z[ recovery-image] Feb 28 10:58:49.173 INFO O| Feb 28 10:58:49.173 INFO STEP 14 (pkg_install) COMPLETE
43432025-02-28T10:58:51.229Z[ recovery-image] Feb 28 10:58:49.173 INFO O| Feb 28 10:58:49.173 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43442025-02-28T10:58:51.232Z[ recovery-image] Feb 28 10:58:49.173 INFO O| Feb 28 10:58:49.173 INFO skip step because feature "mfg" is not enabled
43452025-02-28T10:58:51.232Z[ recovery-image] Feb 28 10:58:49.173 INFO O| Feb 28 10:58:49.173 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43462025-02-28T10:58:51.232Z[ recovery-image] Feb 28 10:58:49.173 INFO O| Feb 28 10:58:49.173 INFO skip step because feature "compliance" is not enabled
43472025-02-28T10:58:51.232Z[ recovery-image] Feb 28 10:58:49.173 INFO O| Feb 28 10:58:49.173 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43482025-02-28T10:58:51.232Z[ recovery-image] Feb 28 10:58:49.173 INFO O| Feb 28 10:58:49.173 INFO skip step because feature "stress" is not enabled
43492025-02-28T10:58:51.232Z[ recovery-image] Feb 28 10:58:49.173 INFO O| Feb 28 10:58:49.173 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43502025-02-28T10:58:51.232Z[ recovery-image] Feb 28 10:58:49.173 INFO O| Feb 28 10:58:49.173 INFO skip step because feature "nfs" is not enabled
43512025-02-28T10:58:51.232Z[ recovery-image] Feb 28 10:58:49.173 INFO O| Feb 28 10:58:49.173 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43522025-02-28T10:58:51.233Z[ recovery-image] Feb 28 10:58:49.173 INFO O| Feb 28 10:58:49.173 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43532025-02-28T10:58:51.297Z[ recovery-image] Feb 28 10:58:49.240 INFO O| Feb 28 10:58:49.240 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
43542025-02-28T10:58:51.419Z[ recovery-image] Feb 28 10:58:49.362 INFO O| Feb 28 10:58:49.362 INFO completed processing gimlet/ramdisk-01-os
43552025-02-28T10:58:51.422Z[ recovery-image] Feb 28 10:58:49.366 INFO image builder template: ramdisk-02-trim...
43562025-02-28T10:58:51.425Z[ recovery-image] Feb 28 10:58:49.366 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/.tmp7S22zF/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
43572025-02-28T10:58:51.467Z[ recovery-image] Feb 28 10:58:49.411 INFO O| Feb 28 10:58:49.411 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43582025-02-28T10:58:51.489Z[ recovery-image] Feb 28 10:58:49.432 INFO O| Feb 28 10:58:49.432 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43592025-02-28T10:58:51.657Z[ recovery-image] Feb 28 10:58:49.601 INFO O| Feb 28 10:58:49.601 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
43602025-02-28T10:58:51.784Z[ recovery-image] Feb 28 10:58:49.728 INFO O| Feb 28 10:58:49.728 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43612025-02-28T10:58:51.787Z[ recovery-image] Feb 28 10:58:49.728 INFO O| Feb 28 10:58:49.728 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43622025-02-28T10:58:51.795Z[ recovery-image] Feb 28 10:58:49.738 INFO O| Feb 28 10:58:49.738 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43632025-02-28T10:58:51.802Z[ recovery-image] Feb 28 10:58:49.745 INFO O| Feb 28 10:58:49.745 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43642025-02-28T10:58:51.810Z[ recovery-image] Feb 28 10:58:49.754 INFO O| Feb 28 10:58:49.754 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43652025-02-28T10:58:52.153Z[ host-image] Feb 28 10:58:50.096 INFO O| Feb 28 10:58:50.096 INFO O| Download: 1117/1140 items 6.6/8.4MB 78% complete (1.3M/s)
43662025-02-28T10:58:52.195Z[ recovery-image] Feb 28 10:58:50.138 INFO O| Feb 28 10:58:50.138 INFO rolled back to input snapshot; work may begin
43672025-02-28T10:58:52.195Z[ recovery-image] Feb 28 10:58:50.138 INFO O| Feb 28 10:58:50.138 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43682025-02-28T10:58:52.204Z[ recovery-image] Feb 28 10:58:50.147 INFO O| Feb 28 10:58:50.147 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43692025-02-28T10:58:52.231Z[ recovery-image] Feb 28 10:58:50.174 INFO O| Feb 28 10:58:50.174 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
43702025-02-28T10:58:52.416Z[ recovery-image] Feb 28 10:58:50.358 INFO O| Feb 28 10:58:50.358 INFO STEP 0 (remove_files) COMPLETE
43712025-02-28T10:58:52.416Z[ recovery-image] Feb 28 10:58:50.358 INFO O| Feb 28 10:58:50.358 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43722025-02-28T10:58:52.516Z[ recovery-image] Feb 28 10:58:50.459 INFO O| Feb 28 10:58:50.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
43732025-02-28T10:58:52.519Z[ recovery-image] Feb 28 10:58:50.461 INFO O| Feb 28 10:58:50.461 INFO STEP 1 (remove_files) COMPLETE
43742025-02-28T10:58:52.519Z[ recovery-image] Feb 28 10:58:50.461 INFO O| Feb 28 10:58:50.461 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43752025-02-28T10:58:52.546Z[ host-image] Feb 28 10:58:50.489 INFO O| Feb 28 10:58:50.489 INFO O| Download: Completed 8.42 MB in 5.41 seconds (1.6M/s)
43762025-02-28T10:58:52.670Z[ recovery-image] Feb 28 10:58:50.613 INFO O| Feb 28 10:58:50.613 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
43772025-02-28T10:58:52.692Z[ recovery-image] Feb 28 10:58:50.635 INFO O| Feb 28 10:58:50.635 INFO STEP 2 (remove_files) COMPLETE
43782025-02-28T10:58:52.692Z[ recovery-image] Feb 28 10:58:50.635 INFO O| Feb 28 10:58:50.635 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43792025-02-28T10:58:52.724Z[ recovery-image] Feb 28 10:58:50.667 INFO O| Feb 28 10:58:50.666 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
43802025-02-28T10:58:52.727Z[ recovery-image] Feb 28 10:58:50.669 INFO O| Feb 28 10:58:50.669 INFO STEP 3 (remove_files) COMPLETE
43812025-02-28T10:58:52.727Z[ recovery-image] Feb 28 10:58:50.669 INFO O| Feb 28 10:58:50.669 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43822025-02-28T10:58:52.783Z[ recovery-image] Feb 28 10:58:50.726 INFO O| Feb 28 10:58:50.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
43832025-02-28T10:58:52.789Z[ recovery-image] Feb 28 10:58:50.732 INFO O| Feb 28 10:58:50.732 INFO STEP 4 (remove_files) COMPLETE
43842025-02-28T10:58:52.789Z[ recovery-image] Feb 28 10:58:50.732 INFO O| Feb 28 10:58:50.732 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43852025-02-28T10:58:52.799Z[ host-image] Feb 28 10:58:50.742 INFO O| Feb 28 10:58:50.742 INFO O| Actions: 1/1361 actions (Installing new actions)
43862025-02-28T10:58:52.808Z[ recovery-image] Feb 28 10:58:50.751 INFO O| Feb 28 10:58:50.751 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
43872025-02-28T10:58:52.811Z[ recovery-image] Feb 28 10:58:50.751 INFO O| Feb 28 10:58:50.751 INFO STEP 5 (remove_files) COMPLETE
43882025-02-28T10:58:52.811Z[ recovery-image] Feb 28 10:58:50.752 INFO O| Feb 28 10:58:50.751 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43892025-02-28T10:58:52.827Z[ recovery-image] Feb 28 10:58:50.770 INFO O| Feb 28 10:58:50.770 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
43902025-02-28T10:58:52.843Z[ recovery-image] Feb 28 10:58:50.786 INFO O| Feb 28 10:58:50.786 INFO STEP 6 (remove_files) COMPLETE
43912025-02-28T10:58:52.846Z[ recovery-image] Feb 28 10:58:50.786 INFO O| Feb 28 10:58:50.786 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43922025-02-28T10:58:52.846Z[ recovery-image] Feb 28 10:58:50.786 INFO O| Feb 28 10:58:50.786 INFO skip step because feature "recovery" is enabled
43932025-02-28T10:58:52.846Z[ recovery-image] Feb 28 10:58:50.786 INFO O| Feb 28 10:58:50.786 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43942025-02-28T10:58:52.846Z[ recovery-image] Feb 28 10:58:50.786 INFO O| Feb 28 10:58:50.786 INFO skip step because feature "recovery" is enabled
43952025-02-28T10:58:52.846Z[ recovery-image] Feb 28 10:58:50.786 INFO O| Feb 28 10:58:50.786 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43962025-02-28T10:58:52.846Z[ recovery-image] Feb 28 10:58:50.786 INFO O| Feb 28 10:58:50.786 INFO skip step because feature "recovery" is enabled
43972025-02-28T10:58:52.846Z[ recovery-image] Feb 28 10:58:50.786 INFO O| Feb 28 10:58:50.786 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43982025-02-28T10:58:52.879Z[ recovery-image] Feb 28 10:58:50.822 INFO O| Feb 28 10:58:50.822 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
43992025-02-28T10:58:52.886Z[ recovery-image] Feb 28 10:58:50.827 INFO O| Feb 28 10:58:50.827 INFO STEP 10 (remove_files) COMPLETE
44002025-02-28T10:58:52.886Z[ recovery-image] Feb 28 10:58:50.827 INFO O| Feb 28 10:58:50.827 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44012025-02-28T10:58:52.925Z[ recovery-image] Feb 28 10:58:50.867 INFO O| Feb 28 10:58:50.867 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
44022025-02-28T10:58:52.928Z[ recovery-image] Feb 28 10:58:50.868 INFO O| Feb 28 10:58:50.868 INFO STEP 11 (remove_files) COMPLETE
44032025-02-28T10:58:52.928Z[ recovery-image] Feb 28 10:58:50.868 INFO O| Feb 28 10:58:50.868 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44042025-02-28T10:58:52.944Z[ recovery-image] Feb 28 10:58:50.887 INFO O| Feb 28 10:58:50.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
44052025-02-28T10:58:52.947Z[ recovery-image] Feb 28 10:58:50.889 INFO O| Feb 28 10:58:50.889 INFO STEP 12 (remove_files) COMPLETE
44062025-02-28T10:58:52.947Z[ recovery-image] Feb 28 10:58:50.890 INFO O| Feb 28 10:58:50.889 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44072025-02-28T10:58:52.976Z[ recovery-image] Feb 28 10:58:50.919 INFO O| Feb 28 10:58:50.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
44082025-02-28T10:58:53.327Z[ recovery-image] Feb 28 10:58:51.270 INFO O| Feb 28 10:58:51.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
44092025-02-28T10:58:53.330Z[ recovery-image] Feb 28 10:58:51.271 INFO O| Feb 28 10:58:51.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
44102025-02-28T10:58:53.347Z[ recovery-image] Feb 28 10:58:51.290 INFO O| Feb 28 10:58:51.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
44112025-02-28T10:58:53.350Z[ recovery-image] Feb 28 10:58:51.291 INFO O| Feb 28 10:58:51.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
44122025-02-28T10:58:53.460Z[ recovery-image] Feb 28 10:58:51.402 INFO O| Feb 28 10:58:51.402 INFO STEP 13 (remove_files) COMPLETE
44132025-02-28T10:58:53.460Z[ recovery-image] Feb 28 10:58:51.402 INFO O| Feb 28 10:58:51.402 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44142025-02-28T10:58:53.478Z[ recovery-image] Feb 28 10:58:51.421 INFO O| Feb 28 10:58:51.421 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
44152025-02-28T10:58:53.481Z[ recovery-image] Feb 28 10:58:51.423 INFO O| Feb 28 10:58:51.423 INFO STEP 14 (remove_files) COMPLETE
44162025-02-28T10:58:53.481Z[ recovery-image] Feb 28 10:58:51.423 INFO O| Feb 28 10:58:51.423 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44172025-02-28T10:58:53.495Z[ host-image] Feb 28 10:58:51.437 INFO O| Feb 28 10:58:51.437 INFO O| Actions: Completed 1361 actions in 0.70 seconds.
44182025-02-28T10:58:53.524Z[ recovery-image] Feb 28 10:58:51.467 INFO O| Feb 28 10:58:51.467 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
44192025-02-28T10:58:53.534Z[ recovery-image] Feb 28 10:58:51.477 INFO O| Feb 28 10:58:51.477 INFO STEP 15 (remove_files) COMPLETE
44202025-02-28T10:58:53.534Z[ recovery-image] Feb 28 10:58:51.477 INFO O| Feb 28 10:58:51.477 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44212025-02-28T10:58:53.555Z[ recovery-image] Feb 28 10:58:51.497 INFO O| Feb 28 10:58:51.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
44222025-02-28T10:58:53.557Z[ recovery-image] Feb 28 10:58:51.498 INFO O| Feb 28 10:58:51.498 INFO STEP 16 (remove_files) COMPLETE
44232025-02-28T10:58:53.557Z[ recovery-image] Feb 28 10:58:51.498 INFO O| Feb 28 10:58:51.498 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44242025-02-28T10:58:53.587Z[ recovery-image] Feb 28 10:58:51.529 INFO O| Feb 28 10:58:51.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
44252025-02-28T10:58:53.589Z[ recovery-image] Feb 28 10:58:51.531 INFO O| Feb 28 10:58:51.531 INFO STEP 17 (remove_files) COMPLETE
44262025-02-28T10:58:53.589Z[ recovery-image] Feb 28 10:58:51.531 INFO O| Feb 28 10:58:51.531 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44272025-02-28T10:58:53.648Z[ recovery-image] Feb 28 10:58:51.590 INFO O| Feb 28 10:58:51.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
44282025-02-28T10:58:53.648Z[ recovery-image] Feb 28 10:58:51.590 INFO O| Feb 28 10:58:51.590 INFO STEP 18 (remove_files) COMPLETE
44292025-02-28T10:58:53.651Z[ recovery-image] Feb 28 10:58:51.591 INFO O| Feb 28 10:58:51.591 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44302025-02-28T10:58:53.667Z[ recovery-image] Feb 28 10:58:51.610 INFO O| Feb 28 10:58:51.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
44312025-02-28T10:58:53.667Z[ recovery-image] Feb 28 10:58:51.610 INFO O| Feb 28 10:58:51.610 INFO STEP 19 (remove_files) COMPLETE
44322025-02-28T10:58:53.670Z[ recovery-image] Feb 28 10:58:51.610 INFO O| Feb 28 10:58:51.610 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44332025-02-28T10:58:53.703Z[ recovery-image] Feb 28 10:58:51.645 INFO O| Feb 28 10:58:51.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
44342025-02-28T10:58:53.703Z[ recovery-image] Feb 28 10:58:51.645 INFO O| Feb 28 10:58:51.645 INFO STEP 20 (remove_files) COMPLETE
44352025-02-28T10:58:53.706Z[ recovery-image] Feb 28 10:58:51.646 INFO O| Feb 28 10:58:51.645 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44362025-02-28T10:58:53.722Z[ recovery-image] Feb 28 10:58:51.665 INFO O| Feb 28 10:58:51.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
44372025-02-28T10:58:53.722Z[ recovery-image] Feb 28 10:58:51.665 INFO O| Feb 28 10:58:51.665 INFO STEP 21 (remove_files) COMPLETE
44382025-02-28T10:58:53.722Z[ recovery-image] Feb 28 10:58:51.665 INFO O| Feb 28 10:58:51.665 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44392025-02-28T10:58:53.761Z[ recovery-image] Feb 28 10:58:51.703 INFO O| Feb 28 10:58:51.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
44402025-02-28T10:58:53.761Z[ recovery-image] Feb 28 10:58:51.704 INFO O| Feb 28 10:58:51.703 INFO STEP 22 (remove_files) COMPLETE
44412025-02-28T10:58:53.764Z[ recovery-image] Feb 28 10:58:51.704 INFO O| Feb 28 10:58:51.704 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44422025-02-28T10:58:53.790Z[ recovery-image] Feb 28 10:58:51.732 INFO O| Feb 28 10:58:51.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
44432025-02-28T10:58:53.790Z[ recovery-image] Feb 28 10:58:51.732 INFO O| Feb 28 10:58:51.732 INFO STEP 23 (remove_files) COMPLETE
44442025-02-28T10:58:53.790Z[ recovery-image] Feb 28 10:58:51.732 INFO O| Feb 28 10:58:51.732 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44452025-02-28T10:58:53.810Z[ recovery-image] Feb 28 10:58:51.752 INFO O| Feb 28 10:58:51.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
44462025-02-28T10:58:53.810Z[ recovery-image] Feb 28 10:58:51.752 INFO O| Feb 28 10:58:51.752 INFO STEP 24 (remove_files) COMPLETE
44472025-02-28T10:58:53.812Z[ recovery-image] Feb 28 10:58:51.752 INFO O| Feb 28 10:58:51.752 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44482025-02-28T10:58:53.844Z[ recovery-image] Feb 28 10:58:51.786 INFO O| Feb 28 10:58:51.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
44492025-02-28T10:58:53.844Z[ recovery-image] Feb 28 10:58:51.786 INFO O| Feb 28 10:58:51.786 INFO STEP 25 (remove_files) COMPLETE
44502025-02-28T10:58:53.844Z[ recovery-image] Feb 28 10:58:51.786 INFO O| Feb 28 10:58:51.786 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44512025-02-28T10:58:53.864Z[ recovery-image] Feb 28 10:58:51.807 INFO O| Feb 28 10:58:51.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
44522025-02-28T10:58:53.864Z[ recovery-image] Feb 28 10:58:51.807 INFO O| Feb 28 10:58:51.807 INFO STEP 26 (remove_files) COMPLETE
44532025-02-28T10:58:53.867Z[ recovery-image] Feb 28 10:58:51.807 INFO O| Feb 28 10:58:51.807 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44542025-02-28T10:58:53.883Z[ recovery-image] Feb 28 10:58:51.826 INFO O| Feb 28 10:58:51.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
44552025-02-28T10:58:53.884Z[ recovery-image] Feb 28 10:58:51.826 INFO O| Feb 28 10:58:51.826 INFO STEP 27 (remove_files) COMPLETE
44562025-02-28T10:58:53.886Z[ recovery-image] Feb 28 10:58:51.826 INFO O| Feb 28 10:58:51.826 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44572025-02-28T10:58:53.903Z[ recovery-image] Feb 28 10:58:51.845 INFO O| Feb 28 10:58:51.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
44582025-02-28T10:58:53.903Z[ recovery-image] Feb 28 10:58:51.845 INFO O| Feb 28 10:58:51.845 INFO STEP 28 (remove_files) COMPLETE
44592025-02-28T10:58:53.903Z[ recovery-image] Feb 28 10:58:51.845 INFO O| Feb 28 10:58:51.845 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44602025-02-28T10:58:53.922Z[ recovery-image] Feb 28 10:58:51.865 INFO O| Feb 28 10:58:51.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
44612025-02-28T10:58:53.922Z[ recovery-image] Feb 28 10:58:51.865 INFO O| Feb 28 10:58:51.865 INFO STEP 29 (remove_files) COMPLETE
44622025-02-28T10:58:53.925Z[ recovery-image] Feb 28 10:58:51.865 INFO O| Feb 28 10:58:51.865 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44632025-02-28T10:58:53.949Z[ recovery-image] Feb 28 10:58:51.891 INFO O| Feb 28 10:58:51.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
44642025-02-28T10:58:53.949Z[ recovery-image] Feb 28 10:58:51.891 INFO O| Feb 28 10:58:51.891 INFO STEP 30 (remove_files) COMPLETE
44652025-02-28T10:58:53.949Z[ recovery-image] Feb 28 10:58:51.891 INFO O| Feb 28 10:58:51.891 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44662025-02-28T10:58:53.978Z[ recovery-image] Feb 28 10:58:51.920 INFO O| Feb 28 10:58:51.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
44672025-02-28T10:58:53.978Z[ recovery-image] Feb 28 10:58:51.920 INFO O| Feb 28 10:58:51.920 INFO STEP 31 (remove_files) COMPLETE
44682025-02-28T10:58:53.981Z[ recovery-image] Feb 28 10:58:51.920 INFO O| Feb 28 10:58:51.920 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44692025-02-28T10:58:53.998Z[ recovery-image] Feb 28 10:58:51.940 INFO O| Feb 28 10:58:51.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
44702025-02-28T10:58:53.998Z[ recovery-image] Feb 28 10:58:51.940 INFO O| Feb 28 10:58:51.940 INFO STEP 32 (remove_files) COMPLETE
44712025-02-28T10:58:53.998Z[ recovery-image] Feb 28 10:58:51.940 INFO O| Feb 28 10:58:51.940 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44722025-02-28T10:58:54.018Z[ recovery-image] Feb 28 10:58:51.961 INFO O| Feb 28 10:58:51.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
44732025-02-28T10:58:54.018Z[ recovery-image] Feb 28 10:58:51.961 INFO O| Feb 28 10:58:51.961 INFO STEP 33 (remove_files) COMPLETE
44742025-02-28T10:58:54.018Z[ recovery-image] Feb 28 10:58:51.961 INFO O| Feb 28 10:58:51.961 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44752025-02-28T10:58:54.037Z[ recovery-image] Feb 28 10:58:51.979 INFO O| Feb 28 10:58:51.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
44762025-02-28T10:58:54.037Z[ recovery-image] Feb 28 10:58:51.979 INFO O| Feb 28 10:58:51.979 INFO STEP 34 (remove_files) COMPLETE
44772025-02-28T10:58:54.037Z[ recovery-image] Feb 28 10:58:51.979 INFO O| Feb 28 10:58:51.979 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44782025-02-28T10:58:54.056Z[ recovery-image] Feb 28 10:58:51.998 INFO O| Feb 28 10:58:51.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
44792025-02-28T10:58:54.056Z[ recovery-image] Feb 28 10:58:51.998 INFO O| Feb 28 10:58:51.998 INFO STEP 35 (remove_files) COMPLETE
44802025-02-28T10:58:54.056Z[ recovery-image] Feb 28 10:58:51.998 INFO O| Feb 28 10:58:51.998 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44812025-02-28T10:58:54.075Z[ recovery-image] Feb 28 10:58:52.017 INFO O| Feb 28 10:58:52.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
44822025-02-28T10:58:54.075Z[ recovery-image] Feb 28 10:58:52.017 INFO O| Feb 28 10:58:52.017 INFO STEP 36 (remove_files) COMPLETE
44832025-02-28T10:58:54.075Z[ recovery-image] Feb 28 10:58:52.017 INFO O| Feb 28 10:58:52.017 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44842025-02-28T10:58:54.093Z[ recovery-image] Feb 28 10:58:52.035 INFO O| Feb 28 10:58:52.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
44852025-02-28T10:58:54.093Z[ recovery-image] Feb 28 10:58:52.035 INFO O| Feb 28 10:58:52.035 INFO STEP 37 (remove_files) COMPLETE
44862025-02-28T10:58:54.096Z[ recovery-image] Feb 28 10:58:52.035 INFO O| Feb 28 10:58:52.035 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44872025-02-28T10:58:54.148Z[ recovery-image] Feb 28 10:58:52.090 INFO O| Feb 28 10:58:52.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
44882025-02-28T10:58:54.148Z[ recovery-image] Feb 28 10:58:52.090 INFO O| Feb 28 10:58:52.090 INFO STEP 38 (remove_files) COMPLETE
44892025-02-28T10:58:54.148Z[ recovery-image] Feb 28 10:58:52.090 INFO O| Feb 28 10:58:52.090 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44902025-02-28T10:58:54.169Z[ host-image] Feb 28 10:58:52.111 INFO O| Feb 28 10:58:52.111 INFO O| Done
44912025-02-28T10:58:54.169Z[ host-image] Feb 28 10:58:52.111 INFO O| Feb 28 10:58:52.111 INFO O| Done
44922025-02-28T10:58:54.194Z[ recovery-image] Feb 28 10:58:52.136 INFO O| Feb 28 10:58:52.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
44932025-02-28T10:58:54.197Z[ recovery-image] Feb 28 10:58:52.136 INFO O| Feb 28 10:58:52.127 INFO STEP 39 (remove_files) COMPLETE
44942025-02-28T10:58:54.197Z[ recovery-image] Feb 28 10:58:52.136 INFO O| Feb 28 10:58:52.127 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44952025-02-28T10:58:54.215Z[ recovery-image] Feb 28 10:58:52.157 INFO O| Feb 28 10:58:52.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
44962025-02-28T10:58:54.215Z[ recovery-image] Feb 28 10:58:52.158 INFO O| Feb 28 10:58:52.158 INFO STEP 40 (remove_files) COMPLETE
44972025-02-28T10:58:54.218Z[ recovery-image] Feb 28 10:58:52.158 INFO O| Feb 28 10:58:52.158 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44982025-02-28T10:58:54.231Z[ recovery-image] Feb 28 10:58:52.173 INFO O| Feb 28 10:58:52.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
44992025-02-28T10:58:54.231Z[ recovery-image] Feb 28 10:58:52.173 INFO O| Feb 28 10:58:52.173 INFO STEP 41 (remove_files) COMPLETE
45002025-02-28T10:58:54.231Z[ recovery-image] Feb 28 10:58:52.173 INFO O| Feb 28 10:58:52.173 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45012025-02-28T10:58:54.283Z[ recovery-image] Feb 28 10:58:52.225 INFO O| Feb 28 10:58:52.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
45022025-02-28T10:58:54.283Z[ recovery-image] Feb 28 10:58:52.225 INFO O| Feb 28 10:58:52.225 INFO STEP 42 (remove_files) COMPLETE
45032025-02-28T10:58:54.283Z[ recovery-image] Feb 28 10:58:52.225 INFO O| Feb 28 10:58:52.225 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45042025-02-28T10:58:54.302Z[ recovery-image] Feb 28 10:58:52.244 INFO O| Feb 28 10:58:52.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
45052025-02-28T10:58:54.302Z[ recovery-image] Feb 28 10:58:52.244 INFO O| Feb 28 10:58:52.244 INFO STEP 43 (remove_files) COMPLETE
45062025-02-28T10:58:54.302Z[ recovery-image] Feb 28 10:58:52.244 INFO O| Feb 28 10:58:52.244 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45072025-02-28T10:58:54.321Z[ recovery-image] Feb 28 10:58:52.263 INFO O| Feb 28 10:58:52.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
45082025-02-28T10:58:54.321Z[ recovery-image] Feb 28 10:58:52.264 INFO O| Feb 28 10:58:52.264 INFO STEP 44 (remove_files) COMPLETE
45092025-02-28T10:58:54.321Z[ recovery-image] Feb 28 10:58:52.264 INFO O| Feb 28 10:58:52.264 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45102025-02-28T10:58:54.341Z[ recovery-image] Feb 28 10:58:52.283 INFO O| Feb 28 10:58:52.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
45112025-02-28T10:58:54.341Z[ recovery-image] Feb 28 10:58:52.283 INFO O| Feb 28 10:58:52.283 INFO STEP 45 (remove_files) COMPLETE
45122025-02-28T10:58:54.344Z[ recovery-image] Feb 28 10:58:52.283 INFO O| Feb 28 10:58:52.283 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45132025-02-28T10:58:54.365Z[ recovery-image] Feb 28 10:58:52.306 INFO O| Feb 28 10:58:52.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
45142025-02-28T10:58:54.365Z[ recovery-image] Feb 28 10:58:52.306 INFO O| Feb 28 10:58:52.306 INFO STEP 46 (remove_files) COMPLETE
45152025-02-28T10:58:54.365Z[ recovery-image] Feb 28 10:58:52.306 INFO O| Feb 28 10:58:52.306 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45162025-02-28T10:58:54.397Z[ recovery-image] Feb 28 10:58:52.339 INFO O| Feb 28 10:58:52.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
45172025-02-28T10:58:54.397Z[ recovery-image] Feb 28 10:58:52.339 INFO O| Feb 28 10:58:52.339 INFO STEP 47 (remove_files) COMPLETE
45182025-02-28T10:58:54.397Z[ recovery-image] Feb 28 10:58:52.339 INFO O| Feb 28 10:58:52.339 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45192025-02-28T10:58:54.438Z[ recovery-image] Feb 28 10:58:52.380 INFO O| Feb 28 10:58:52.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
45202025-02-28T10:58:54.438Z[ recovery-image] Feb 28 10:58:52.380 INFO O| Feb 28 10:58:52.380 INFO STEP 48 (remove_files) COMPLETE
45212025-02-28T10:58:54.438Z[ recovery-image] Feb 28 10:58:52.380 INFO O| Feb 28 10:58:52.380 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45222025-02-28T10:58:54.464Z[ recovery-image] Feb 28 10:58:52.406 INFO O| Feb 28 10:58:52.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
45232025-02-28T10:58:54.467Z[ recovery-image] Feb 28 10:58:52.406 INFO O| Feb 28 10:58:52.406 INFO STEP 49 (remove_files) COMPLETE
45242025-02-28T10:58:54.467Z[ recovery-image] Feb 28 10:58:52.407 INFO O| Feb 28 10:58:52.407 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45252025-02-28T10:58:54.485Z[ recovery-image] Feb 28 10:58:52.427 INFO O| Feb 28 10:58:52.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
45262025-02-28T10:58:54.487Z[ recovery-image] Feb 28 10:58:52.427 INFO O| Feb 28 10:58:52.427 INFO STEP 50 (remove_files) COMPLETE
45272025-02-28T10:58:54.487Z[ recovery-image] Feb 28 10:58:52.427 INFO O| Feb 28 10:58:52.427 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45282025-02-28T10:58:54.504Z[ recovery-image] Feb 28 10:58:52.446 INFO O| Feb 28 10:58:52.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
45292025-02-28T10:58:54.507Z[ recovery-image] Feb 28 10:58:52.446 INFO O| Feb 28 10:58:52.446 INFO STEP 51 (remove_files) COMPLETE
45302025-02-28T10:58:54.507Z[ recovery-image] Feb 28 10:58:52.446 INFO O| Feb 28 10:58:52.446 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45312025-02-28T10:58:54.523Z[ recovery-image] Feb 28 10:58:52.465 INFO O| Feb 28 10:58:52.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
45322025-02-28T10:58:54.525Z[ recovery-image] Feb 28 10:58:52.465 INFO O| Feb 28 10:58:52.465 INFO STEP 52 (remove_files) COMPLETE
45332025-02-28T10:58:54.525Z[ recovery-image] Feb 28 10:58:52.465 INFO O| Feb 28 10:58:52.465 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45342025-02-28T10:58:54.541Z[ recovery-image] Feb 28 10:58:52.483 INFO O| Feb 28 10:58:52.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
45352025-02-28T10:58:54.544Z[ recovery-image] Feb 28 10:58:52.483 INFO O| Feb 28 10:58:52.483 INFO STEP 53 (remove_files) COMPLETE
45362025-02-28T10:58:54.544Z[ recovery-image] Feb 28 10:58:52.483 INFO O| Feb 28 10:58:52.483 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45372025-02-28T10:58:54.586Z[ recovery-image] Feb 28 10:58:52.528 INFO O| Feb 28 10:58:52.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
45382025-02-28T10:58:54.589Z[ recovery-image] Feb 28 10:58:52.528 INFO O| Feb 28 10:58:52.528 INFO STEP 54 (remove_files) COMPLETE
45392025-02-28T10:58:54.589Z[ recovery-image] Feb 28 10:58:52.528 INFO O| Feb 28 10:58:52.528 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45402025-02-28T10:58:54.605Z[ recovery-image] Feb 28 10:58:52.547 INFO O| Feb 28 10:58:52.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
45412025-02-28T10:58:54.605Z[ recovery-image] Feb 28 10:58:52.547 INFO O| Feb 28 10:58:52.547 INFO STEP 55 (remove_files) COMPLETE
45422025-02-28T10:58:54.608Z[ recovery-image] Feb 28 10:58:52.547 INFO O| Feb 28 10:58:52.547 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45432025-02-28T10:58:54.636Z[ recovery-image] Feb 28 10:58:52.578 INFO O| Feb 28 10:58:52.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
45442025-02-28T10:58:54.636Z[ recovery-image] Feb 28 10:58:52.578 INFO O| Feb 28 10:58:52.578 INFO STEP 56 (remove_files) COMPLETE
45452025-02-28T10:58:54.639Z[ recovery-image] Feb 28 10:58:52.578 INFO O| Feb 28 10:58:52.578 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45462025-02-28T10:58:54.698Z[ recovery-image] Feb 28 10:58:52.640 INFO O| Feb 28 10:58:52.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
45472025-02-28T10:58:54.698Z[ recovery-image] Feb 28 10:58:52.640 INFO O| Feb 28 10:58:52.640 INFO STEP 57 (remove_files) COMPLETE
45482025-02-28T10:58:54.698Z[ recovery-image] Feb 28 10:58:52.640 INFO O| Feb 28 10:58:52.640 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45492025-02-28T10:58:54.717Z[ recovery-image] Feb 28 10:58:52.659 INFO O| Feb 28 10:58:52.659 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
45502025-02-28T10:58:54.717Z[ recovery-image] Feb 28 10:58:52.659 INFO O| Feb 28 10:58:52.659 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
45512025-02-28T10:58:54.720Z[ recovery-image] Feb 28 10:58:52.660 INFO O| Feb 28 10:58:52.659 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45522025-02-28T10:58:54.720Z[ recovery-image] Feb 28 10:58:52.660 INFO O| Feb 28 10:58:52.660 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45532025-02-28T10:58:54.720Z[ recovery-image] Feb 28 10:58:52.660 INFO O| Feb 28 10:58:52.660 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45542025-02-28T10:58:54.720Z[ recovery-image] Feb 28 10:58:52.660 INFO O| Feb 28 10:58:52.660 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45552025-02-28T10:58:54.720Z[ recovery-image] Feb 28 10:58:52.660 INFO O| Feb 28 10:58:52.660 INFO ok!
45562025-02-28T10:58:54.720Z[ recovery-image] Feb 28 10:58:52.660 INFO O| Feb 28 10:58:52.660 INFO STEP 58 (ensure_file) COMPLETE
45572025-02-28T10:58:54.720Z[ recovery-image] Feb 28 10:58:52.660 INFO O| Feb 28 10:58:52.660 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45582025-02-28T10:58:54.755Z[ recovery-image] Feb 28 10:58:52.696 INFO O| Feb 28 10:58:52.696 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
45592025-02-28T10:58:54.755Z[ recovery-image] Feb 28 10:58:52.696 INFO O| Feb 28 10:58:52.696 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
45602025-02-28T10:58:54.758Z[ recovery-image] Feb 28 10:58:52.696 INFO O| Feb 28 10:58:52.696 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45612025-02-28T10:58:54.758Z[ recovery-image] Feb 28 10:58:52.696 INFO O| Feb 28 10:58:52.696 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45622025-02-28T10:58:54.758Z[ recovery-image] Feb 28 10:58:52.696 INFO O| Feb 28 10:58:52.696 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45632025-02-28T10:58:54.758Z[ recovery-image] Feb 28 10:58:52.696 INFO O| Feb 28 10:58:52.696 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45642025-02-28T10:58:54.758Z[ recovery-image] Feb 28 10:58:52.696 INFO O| Feb 28 10:58:52.696 INFO ok!
45652025-02-28T10:58:54.758Z[ recovery-image] Feb 28 10:58:52.696 INFO O| Feb 28 10:58:52.696 INFO STEP 59 (ensure_file) COMPLETE
45662025-02-28T10:58:54.758Z[ recovery-image] Feb 28 10:58:52.696 INFO O| Feb 28 10:58:52.696 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45672025-02-28T10:58:54.814Z[ recovery-image] Feb 28 10:58:52.756 INFO O| Feb 28 10:58:52.756 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
45682025-02-28T10:58:54.814Z[ recovery-image] Feb 28 10:58:52.756 INFO O| Feb 28 10:58:52.756 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
45692025-02-28T10:58:54.814Z[ recovery-image] Feb 28 10:58:52.756 INFO O| Feb 28 10:58:52.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
45702025-02-28T10:58:54.818Z[ recovery-image] Feb 28 10:58:52.756 INFO O| Feb 28 10:58:52.756 INFO ok!
45712025-02-28T10:58:54.818Z[ recovery-image] Feb 28 10:58:52.756 INFO O| Feb 28 10:58:52.756 INFO STEP 60 (ensure_file) COMPLETE
45722025-02-28T10:58:54.818Z[ recovery-image] Feb 28 10:58:52.756 INFO O| Feb 28 10:58:52.756 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45732025-02-28T10:58:54.832Z[ recovery-image] Feb 28 10:58:52.774 INFO O| Feb 28 10:58:52.774 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
45742025-02-28T10:58:54.832Z[ recovery-image] Feb 28 10:58:52.774 INFO O| Feb 28 10:58:52.774 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
45752025-02-28T10:58:54.832Z[ recovery-image] Feb 28 10:58:52.774 INFO O| Feb 28 10:58:52.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
45762025-02-28T10:58:54.832Z[ recovery-image] Feb 28 10:58:52.774 INFO O| Feb 28 10:58:52.774 INFO ok!
45772025-02-28T10:58:54.836Z[ recovery-image] Feb 28 10:58:52.775 INFO O| Feb 28 10:58:52.774 INFO STEP 61 (ensure_file) COMPLETE
45782025-02-28T10:58:54.836Z[ recovery-image] Feb 28 10:58:52.775 INFO O| Feb 28 10:58:52.775 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45792025-02-28T10:58:54.849Z[ recovery-image] Feb 28 10:58:52.791 INFO O| Feb 28 10:58:52.791 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
45802025-02-28T10:58:54.849Z[ recovery-image] Feb 28 10:58:52.791 INFO O| Feb 28 10:58:52.791 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
45812025-02-28T10:58:54.849Z[ recovery-image] Feb 28 10:58:52.791 INFO O| Feb 28 10:58:52.791 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45822025-02-28T10:58:54.853Z[ recovery-image] Feb 28 10:58:52.791 INFO O| Feb 28 10:58:52.791 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45832025-02-28T10:58:54.853Z[ recovery-image] Feb 28 10:58:52.791 INFO O| Feb 28 10:58:52.791 INFO ok!
45842025-02-28T10:58:54.853Z[ recovery-image] Feb 28 10:58:52.791 INFO O| Feb 28 10:58:52.791 INFO STEP 62 (ensure_file) COMPLETE
45852025-02-28T10:58:54.853Z[ recovery-image] Feb 28 10:58:52.791 INFO O| Feb 28 10:58:52.791 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45862025-02-28T10:58:54.871Z[ recovery-image] Feb 28 10:58:52.812 INFO O| Feb 28 10:58:52.812 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
45872025-02-28T10:58:54.871Z[ recovery-image] Feb 28 10:58:52.812 INFO O| Feb 28 10:58:52.812 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
45882025-02-28T10:58:54.871Z[ recovery-image] Feb 28 10:58:52.813 INFO O| Feb 28 10:58:52.813 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45892025-02-28T10:58:54.871Z[ recovery-image] Feb 28 10:58:52.813 INFO O| Feb 28 10:58:52.813 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45902025-02-28T10:58:54.874Z[ recovery-image] Feb 28 10:58:52.813 INFO O| Feb 28 10:58:52.813 INFO ok!
45912025-02-28T10:58:54.874Z[ recovery-image] Feb 28 10:58:52.813 INFO O| Feb 28 10:58:52.813 INFO STEP 63 (ensure_file) COMPLETE
45922025-02-28T10:58:54.874Z[ recovery-image] Feb 28 10:58:52.813 INFO O| Feb 28 10:58:52.813 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45932025-02-28T10:58:54.932Z[ recovery-image] Feb 28 10:58:52.874 INFO O| Feb 28 10:58:52.874 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
45942025-02-28T10:58:54.932Z[ recovery-image] Feb 28 10:58:52.874 INFO O| Feb 28 10:58:52.874 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
45952025-02-28T10:58:54.932Z[ recovery-image] Feb 28 10:58:52.874 INFO O| Feb 28 10:58:52.874 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
45962025-02-28T10:58:54.935Z[ recovery-image] Feb 28 10:58:52.874 INFO O| Feb 28 10:58:52.874 INFO ok!
45972025-02-28T10:58:54.935Z[ recovery-image] Feb 28 10:58:52.874 INFO O| Feb 28 10:58:52.874 INFO STEP 64 (assemble_files) COMPLETE
45982025-02-28T10:58:54.935Z[ recovery-image] Feb 28 10:58:52.874 INFO O| Feb 28 10:58:52.874 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45992025-02-28T10:58:54.970Z[ recovery-image] Feb 28 10:58:52.912 INFO O| Feb 28 10:58:52.912 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
46002025-02-28T10:58:54.970Z[ recovery-image] Feb 28 10:58:52.912 INFO O| Feb 28 10:58:52.912 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
46012025-02-28T10:58:54.973Z[ recovery-image] Feb 28 10:58:52.912 INFO O| Feb 28 10:58:52.912 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
46022025-02-28T10:58:54.973Z[ recovery-image] Feb 28 10:58:52.912 INFO O| Feb 28 10:58:52.912 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
46032025-02-28T10:58:54.973Z[ recovery-image] Feb 28 10:58:52.912 INFO O| Feb 28 10:58:52.912 INFO ok!
46042025-02-28T10:58:54.973Z[ recovery-image] Feb 28 10:58:52.912 INFO O| Feb 28 10:58:52.912 INFO STEP 65 (ensure_file) COMPLETE
46052025-02-28T10:58:54.973Z[ recovery-image] Feb 28 10:58:52.912 INFO O| Feb 28 10:58:52.912 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46062025-02-28T10:58:54.973Z[ recovery-image] Feb 28 10:58:52.913 INFO O| Feb 28 10:58:52.912 INFO skip step because feature "omicron1" is not enabled
46072025-02-28T10:58:54.973Z[ recovery-image] Feb 28 10:58:52.913 INFO O| Feb 28 10:58:52.913 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46082025-02-28T10:58:54.973Z[ recovery-image] Feb 28 10:58:52.913 INFO O| Feb 28 10:58:52.913 INFO skip step because feature "omicron1" is not enabled
46092025-02-28T10:58:54.973Z[ recovery-image] Feb 28 10:58:52.913 INFO O| Feb 28 10:58:52.913 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46102025-02-28T10:58:54.973Z[ recovery-image] Feb 28 10:58:52.913 INFO O| Feb 28 10:58:52.913 INFO skip step because feature "omicron1" is not enabled
46112025-02-28T10:58:54.973Z[ recovery-image] Feb 28 10:58:52.913 INFO O| Feb 28 10:58:52.913 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
46122025-02-28T10:58:55.054Z[ recovery-image] Feb 28 10:58:52.995 INFO O| Feb 28 10:58:52.995 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
46132025-02-28T10:58:55.057Z[ recovery-image] Feb 28 10:58:52.995 INFO O| Feb 28 10:58:52.995 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
46142025-02-28T10:58:55.762Z[ host-image] Feb 28 10:58:53.703 INFO O| Feb 28 10:58:53.703 INFO O| Done
46152025-02-28T10:58:58.185Z[ recovery-image] Feb 28 10:58:56.125 INFO O| Feb 28 10:58:56.125 INFO STEP 69 (pack_tar) COMPLETE
46162025-02-28T10:58:58.185Z[ recovery-image] Feb 28 10:58:56.125 INFO O| Feb 28 10:58:56.125 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
46172025-02-28T10:58:58.188Z[ recovery-image] Feb 28 10:58:56.125 INFO O| Feb 28 10:58:56.125 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
46182025-02-28T10:58:58.389Z[ recovery-image] Feb 28 10:58:56.329 INFO O| Feb 28 10:58:56.329 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
46192025-02-28T10:58:58.520Z[ recovery-image] Feb 28 10:58:56.460 INFO O| Feb 28 10:58:56.460 INFO completed processing gimlet/ramdisk-02-trim
46202025-02-28T10:58:58.523Z[ recovery-image] Feb 28 10:58:56.464 INFO image builder template: ramdisk-03-recovery-trim...
46212025-02-28T10:58:58.523Z[ recovery-image] Feb 28 10:58:56.464 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/.tmp7S22zF/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
46222025-02-28T10:58:58.814Z[ recovery-image] Feb 28 10:58:56.754 INFO O| Feb 28 10:58:56.754 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
46232025-02-28T10:58:58.835Z[ recovery-image] Feb 28 10:58:56.775 INFO O| Feb 28 10:58:56.775 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
46242025-02-28T10:58:58.940Z[ recovery-image] Feb 28 10:58:56.880 INFO O| Feb 28 10:58:56.880 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
46252025-02-28T10:58:58.944Z[ host-image] Feb 28 10:58:56.884 INFO O| Feb 28 10:58:56.884 INFO O| Done
46262025-02-28T10:58:58.991Z[ host-image] Feb 28 10:58:56.931 INFO O| Feb 28 10:58:56.931 INFO O| Done
46272025-02-28T10:58:58.994Z[ host-image] Feb 28 10:58:56.932 INFO O| Feb 28 10:58:56.932 INFO O| Done
46282025-02-28T10:58:59.059Z[ host-image] Feb 28 10:58:56.998 INFO O| Feb 28 10:58:56.998 INFO O| Done
46292025-02-28T10:58:59.073Z[ recovery-image] Feb 28 10:58:57.013 INFO O| Feb 28 10:58:57.013 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
46302025-02-28T10:58:59.076Z[ recovery-image] Feb 28 10:58:57.014 INFO O| Feb 28 10:58:57.014 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
46312025-02-28T10:58:59.091Z[ recovery-image] Feb 28 10:58:57.030 INFO O| Feb 28 10:58:57.030 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
46322025-02-28T10:58:59.136Z[ recovery-image] Feb 28 10:58:57.076 INFO O| Feb 28 10:58:57.076 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
46332025-02-28T10:58:59.164Z[ recovery-image] Feb 28 10:58:57.103 INFO O| Feb 28 10:58:57.103 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
46342025-02-28T10:58:59.344Z[ host-image] Feb 28 10:58:57.200 INFO O| Feb 28 10:58:57.200 INFO STEP 13 (pkg_install) COMPLETE
46352025-02-28T10:58:59.344Z[ host-image] Feb 28 10:58:57.200 INFO O| Feb 28 10:58:57.200 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
46362025-02-28T10:58:59.348Z[ host-image] Feb 28 10:58:57.219 INFO O| Feb 28 10:58:57.219 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
46372025-02-28T10:58:59.858Z[ recovery-image] Feb 28 10:58:57.797 INFO O| Feb 28 10:58:57.797 INFO rolled back to input snapshot; work may begin
46382025-02-28T10:58:59.860Z[ recovery-image] Feb 28 10:58:57.797 INFO O| Feb 28 10:58:57.797 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
46392025-02-28T10:58:59.932Z[ recovery-image] Feb 28 10:58:57.871 INFO O| Feb 28 10:58:57.871 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402025-02-28T10:58:59.970Z[ recovery-image] Feb 28 10:58:57.909 INFO O| Feb 28 10:58:57.909 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
46412025-02-28T10:58:59.979Z[ recovery-image] Feb 28 10:58:57.918 INFO O| Feb 28 10:58:57.918 INFO STEP 0 (remove_files) COMPLETE
46422025-02-28T10:58:59.981Z[ recovery-image] Feb 28 10:58:57.918 INFO O| Feb 28 10:58:57.918 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432025-02-28T10:59:00.045Z[ recovery-image] Feb 28 10:58:57.985 INFO O| Feb 28 10:58:57.985 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
46442025-02-28T10:59:00.288Z[ recovery-image] Feb 28 10:58:58.227 INFO O| Feb 28 10:58:58.227 INFO STEP 1 (remove_files) COMPLETE
46452025-02-28T10:59:00.288Z[ recovery-image] Feb 28 10:58:58.227 INFO O| Feb 28 10:58:58.227 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462025-02-28T10:59:00.307Z[ recovery-image] Feb 28 10:58:58.247 INFO O| Feb 28 10:58:58.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
46472025-02-28T10:59:00.368Z[ recovery-image] Feb 28 10:58:58.307 INFO O| Feb 28 10:58:58.307 INFO STEP 2 (remove_files) COMPLETE
46482025-02-28T10:59:00.368Z[ recovery-image] Feb 28 10:58:58.308 INFO O| Feb 28 10:58:58.308 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492025-02-28T10:59:00.390Z[ recovery-image] Feb 28 10:58:58.329 INFO O| Feb 28 10:58:58.329 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
46502025-02-28T10:59:00.466Z[ host-image] Feb 28 10:58:58.405 INFO O| Feb 28 10:58:58.405 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46512025-02-28T10:59:00.609Z[ recovery-image] Feb 28 10:58:58.544 INFO O| Feb 28 10:58:58.544 INFO STEP 3 (remove_files) COMPLETE
46522025-02-28T10:59:00.609Z[ recovery-image] Feb 28 10:58:58.544 INFO O| Feb 28 10:58:58.544 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532025-02-28T10:59:00.629Z[ recovery-image] Feb 28 10:58:58.568 INFO O| Feb 28 10:58:58.568 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
46542025-02-28T10:59:00.769Z[ recovery-image] Feb 28 10:58:58.708 INFO O| Feb 28 10:58:58.708 INFO STEP 4 (remove_files) COMPLETE
46552025-02-28T10:59:00.769Z[ recovery-image] Feb 28 10:58:58.708 INFO O| Feb 28 10:58:58.708 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562025-02-28T10:59:00.804Z[ recovery-image] Feb 28 10:58:58.743 INFO O| Feb 28 10:58:58.743 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
46572025-02-28T10:59:00.809Z[ recovery-image] Feb 28 10:58:58.749 INFO O| Feb 28 10:58:58.748 INFO STEP 5 (remove_files) COMPLETE
46582025-02-28T10:59:00.809Z[ recovery-image] Feb 28 10:58:58.749 INFO O| Feb 28 10:58:58.749 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592025-02-28T10:59:00.866Z[ recovery-image] Feb 28 10:58:58.805 INFO O| Feb 28 10:58:58.805 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
46602025-02-28T10:59:00.890Z[ recovery-image] Feb 28 10:58:58.829 INFO O| Feb 28 10:58:58.829 INFO STEP 6 (remove_files) COMPLETE
46612025-02-28T10:59:00.890Z[ recovery-image] Feb 28 10:58:58.829 INFO O| Feb 28 10:58:58.829 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622025-02-28T10:59:00.937Z[ recovery-image] Feb 28 10:58:58.876 INFO O| Feb 28 10:58:58.875 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
46632025-02-28T10:59:00.951Z[ recovery-image] Feb 28 10:58:58.889 INFO O| Feb 28 10:58:58.889 INFO STEP 7 (remove_files) COMPLETE
46642025-02-28T10:59:00.951Z[ recovery-image] Feb 28 10:58:58.889 INFO O| Feb 28 10:58:58.889 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652025-02-28T10:59:01.016Z[ recovery-image] Feb 28 10:58:58.954 INFO O| Feb 28 10:58:58.954 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
46662025-02-28T10:59:01.016Z[ recovery-image] Feb 28 10:58:58.955 INFO O| Feb 28 10:58:58.955 INFO STEP 8 (remove_files) COMPLETE
46672025-02-28T10:59:01.018Z[ recovery-image] Feb 28 10:58:58.955 INFO O| Feb 28 10:58:58.955 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682025-02-28T10:59:01.035Z[ recovery-image] Feb 28 10:58:58.974 INFO O| Feb 28 10:58:58.973 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
46692025-02-28T10:59:01.037Z[ recovery-image] Feb 28 10:58:58.975 INFO O| Feb 28 10:58:58.975 INFO STEP 9 (remove_files) COMPLETE
46702025-02-28T10:59:01.037Z[ recovery-image] Feb 28 10:58:58.975 INFO O| Feb 28 10:58:58.975 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712025-02-28T10:59:01.109Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46722025-02-28T10:59:01.151Z[ recovery-image] Feb 28 10:58:59.090 INFO O| Feb 28 10:58:59.090 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
46732025-02-28T10:59:01.282Z[ recovery-image] Feb 28 10:58:59.220 INFO O| Feb 28 10:58:59.220 INFO STEP 10 (remove_files) COMPLETE
46742025-02-28T10:59:01.282Z[ recovery-image] Feb 28 10:58:59.221 INFO O| Feb 28 10:58:59.220 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752025-02-28T10:59:01.321Z[ recovery-image] Feb 28 10:58:59.260 INFO O| Feb 28 10:58:59.260 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
46762025-02-28T10:59:01.342Z[ recovery-image] Feb 28 10:58:59.279 INFO O| Feb 28 10:58:59.279 INFO STEP 11 (remove_files) COMPLETE
46772025-02-28T10:59:01.342Z[ recovery-image] Feb 28 10:58:59.279 INFO O| Feb 28 10:58:59.279 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782025-02-28T10:59:01.378Z[ recovery-image] Feb 28 10:58:59.317 INFO O| Feb 28 10:58:59.316 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
46792025-02-28T10:59:01.435Z[ recovery-image] Feb 28 10:58:59.373 INFO O| Feb 28 10:58:59.373 INFO STEP 12 (remove_files) COMPLETE
46802025-02-28T10:59:01.436Z[ recovery-image] Feb 28 10:58:59.373 INFO O| Feb 28 10:58:59.373 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812025-02-28T10:59:01.479Z[ recovery-image] Feb 28 10:58:59.418 INFO O| Feb 28 10:58:59.417 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
46822025-02-28T10:59:01.482Z[ recovery-image] Feb 28 10:58:59.418 INFO O| Feb 28 10:58:59.418 INFO STEP 13 (remove_files) COMPLETE
46832025-02-28T10:59:01.482Z[ recovery-image] Feb 28 10:58:59.418 INFO O| Feb 28 10:58:59.418 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842025-02-28T10:59:01.587Z[ recovery-image] Feb 28 10:58:59.525 INFO O| Feb 28 10:58:59.525 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
46852025-02-28T10:59:01.613Z[ recovery-image] Feb 28 10:58:59.551 INFO O| Feb 28 10:58:59.551 INFO STEP 14 (remove_files) COMPLETE
46862025-02-28T10:59:01.613Z[ recovery-image] Feb 28 10:58:59.551 INFO O| Feb 28 10:58:59.551 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872025-02-28T10:59:01.634Z[ recovery-image] Feb 28 10:58:59.573 INFO O| Feb 28 10:58:59.573 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
46882025-02-28T10:59:01.779Z[ recovery-image] Feb 28 10:58:59.718 INFO O| Feb 28 10:58:59.718 INFO STEP 15 (remove_files) COMPLETE
46892025-02-28T10:59:01.779Z[ recovery-image] Feb 28 10:58:59.718 INFO O| Feb 28 10:58:59.718 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902025-02-28T10:59:01.800Z[ recovery-image] Feb 28 10:58:59.739 INFO O| Feb 28 10:58:59.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
46912025-02-28T10:59:01.817Z[ recovery-image] Feb 28 10:58:59.756 INFO O| Feb 28 10:58:59.756 INFO STEP 16 (remove_files) COMPLETE
46922025-02-28T10:59:01.817Z[ recovery-image] Feb 28 10:58:59.756 INFO O| Feb 28 10:58:59.756 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932025-02-28T10:59:01.845Z[ recovery-image] Feb 28 10:58:59.783 INFO O| Feb 28 10:58:59.783 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
46942025-02-28T10:59:01.865Z[ recovery-image] Feb 28 10:58:59.804 INFO O| Feb 28 10:58:59.804 INFO STEP 17 (remove_files) COMPLETE
46952025-02-28T10:59:01.865Z[ recovery-image] Feb 28 10:58:59.804 INFO O| Feb 28 10:58:59.804 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962025-02-28T10:59:01.887Z[ recovery-image] Feb 28 10:58:59.825 INFO O| Feb 28 10:58:59.825 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
46972025-02-28T10:59:02.186Z[ recovery-image] Feb 28 10:59:00.124 INFO O| Feb 28 10:59:00.124 INFO STEP 18 (remove_files) COMPLETE
46982025-02-28T10:59:02.186Z[ recovery-image] Feb 28 10:59:00.124 INFO O| Feb 28 10:59:00.124 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992025-02-28T10:59:02.206Z[ recovery-image] Feb 28 10:59:00.144 INFO O| Feb 28 10:59:00.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
47002025-02-28T10:59:02.209Z[ recovery-image] Feb 28 10:59:00.145 INFO O| Feb 28 10:59:00.145 INFO STEP 19 (remove_files) COMPLETE
47012025-02-28T10:59:02.209Z[ recovery-image] Feb 28 10:59:00.145 INFO O| Feb 28 10:59:00.145 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022025-02-28T10:59:02.231Z[ recovery-image] Feb 28 10:59:00.169 INFO O| Feb 28 10:59:00.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
47032025-02-28T10:59:02.234Z[ recovery-image] Feb 28 10:59:00.171 INFO O| Feb 28 10:59:00.171 INFO STEP 20 (remove_files) COMPLETE
47042025-02-28T10:59:02.234Z[ recovery-image] Feb 28 10:59:00.171 INFO O| Feb 28 10:59:00.171 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052025-02-28T10:59:02.279Z[ recovery-image] Feb 28 10:59:00.217 INFO O| Feb 28 10:59:00.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
47062025-02-28T10:59:02.298Z[ recovery-image] Feb 28 10:59:00.237 INFO O| Feb 28 10:59:00.237 INFO STEP 21 (remove_files) COMPLETE
47072025-02-28T10:59:02.299Z[ recovery-image] Feb 28 10:59:00.237 INFO O| Feb 28 10:59:00.237 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082025-02-28T10:59:02.321Z[ recovery-image] Feb 28 10:59:00.259 INFO O| Feb 28 10:59:00.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
47092025-02-28T10:59:02.346Z[ recovery-image] Feb 28 10:59:00.283 INFO O| Feb 28 10:59:00.283 INFO STEP 22 (remove_files) COMPLETE
47102025-02-28T10:59:02.346Z[ recovery-image] Feb 28 10:59:00.283 INFO O| Feb 28 10:59:00.283 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112025-02-28T10:59:02.453Z[ recovery-image] Feb 28 10:59:00.391 INFO O| Feb 28 10:59:00.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
47122025-02-28T10:59:02.453Z[ recovery-image] Feb 28 10:59:00.391 INFO O| Feb 28 10:59:00.391 INFO STEP 23 (remove_files) COMPLETE
47132025-02-28T10:59:02.456Z[ recovery-image] Feb 28 10:59:00.391 INFO O| Feb 28 10:59:00.391 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142025-02-28T10:59:02.493Z[ recovery-image] Feb 28 10:59:00.431 INFO O| Feb 28 10:59:00.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
47152025-02-28T10:59:02.497Z[ recovery-image] Feb 28 10:59:00.432 INFO O| Feb 28 10:59:00.432 INFO STEP 24 (remove_files) COMPLETE
47162025-02-28T10:59:02.497Z[ recovery-image] Feb 28 10:59:00.432 INFO O| Feb 28 10:59:00.432 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172025-02-28T10:59:02.513Z[ recovery-image] Feb 28 10:59:00.451 INFO O| Feb 28 10:59:00.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
47182025-02-28T10:59:02.513Z[ recovery-image] Feb 28 10:59:00.451 INFO O| Feb 28 10:59:00.451 INFO STEP 25 (remove_files) COMPLETE
47192025-02-28T10:59:02.513Z[ recovery-image] Feb 28 10:59:00.451 INFO O| Feb 28 10:59:00.451 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202025-02-28T10:59:02.532Z[ recovery-image] Feb 28 10:59:00.470 INFO O| Feb 28 10:59:00.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
47212025-02-28T10:59:02.532Z[ recovery-image] Feb 28 10:59:00.470 INFO O| Feb 28 10:59:00.470 INFO STEP 26 (remove_files) COMPLETE
47222025-02-28T10:59:02.532Z[ recovery-image] Feb 28 10:59:00.470 INFO O| Feb 28 10:59:00.470 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232025-02-28T10:59:02.579Z[ recovery-image] Feb 28 10:59:00.517 INFO O| Feb 28 10:59:00.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
47242025-02-28T10:59:02.582Z[ recovery-image] Feb 28 10:59:00.517 INFO O| Feb 28 10:59:00.517 INFO STEP 27 (remove_files) COMPLETE
47252025-02-28T10:59:02.582Z[ recovery-image] Feb 28 10:59:00.518 INFO O| Feb 28 10:59:00.517 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262025-02-28T10:59:02.599Z[ recovery-image] Feb 28 10:59:00.537 INFO O| Feb 28 10:59:00.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
47272025-02-28T10:59:02.601Z[ recovery-image] Feb 28 10:59:00.537 INFO O| Feb 28 10:59:00.537 INFO STEP 28 (remove_files) COMPLETE
47282025-02-28T10:59:02.601Z[ recovery-image] Feb 28 10:59:00.537 INFO O| Feb 28 10:59:00.537 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292025-02-28T10:59:02.617Z[ recovery-image] Feb 28 10:59:00.556 INFO O| Feb 28 10:59:00.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
47302025-02-28T10:59:02.620Z[ recovery-image] Feb 28 10:59:00.557 INFO O| Feb 28 10:59:00.556 INFO STEP 29 (remove_files) COMPLETE
47312025-02-28T10:59:02.620Z[ recovery-image] Feb 28 10:59:00.557 INFO O| Feb 28 10:59:00.557 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322025-02-28T10:59:02.672Z[ recovery-image] Feb 28 10:59:00.610 INFO O| Feb 28 10:59:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
47332025-02-28T10:59:02.689Z[ recovery-image] Feb 28 10:59:00.627 INFO O| Feb 28 10:59:00.627 INFO STEP 30 (remove_files) COMPLETE
47342025-02-28T10:59:02.689Z[ recovery-image] Feb 28 10:59:00.627 INFO O| Feb 28 10:59:00.627 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352025-02-28T10:59:02.722Z[ recovery-image] Feb 28 10:59:00.660 INFO O| Feb 28 10:59:00.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
47362025-02-28T10:59:02.722Z[ recovery-image] Feb 28 10:59:00.660 INFO O| Feb 28 10:59:00.660 INFO STEP 31 (remove_files) COMPLETE
47372025-02-28T10:59:02.722Z[ recovery-image] Feb 28 10:59:00.660 INFO O| Feb 28 10:59:00.660 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382025-02-28T10:59:02.770Z[ recovery-image] Feb 28 10:59:00.708 INFO O| Feb 28 10:59:00.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
47392025-02-28T10:59:02.793Z[ recovery-image] Feb 28 10:59:00.731 INFO O| Feb 28 10:59:00.731 INFO STEP 32 (remove_files) COMPLETE
47402025-02-28T10:59:02.793Z[ recovery-image] Feb 28 10:59:00.731 INFO O| Feb 28 10:59:00.731 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412025-02-28T10:59:02.853Z[ recovery-image] Feb 28 10:59:00.791 INFO O| Feb 28 10:59:00.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
47422025-02-28T10:59:02.853Z[ recovery-image] Feb 28 10:59:00.791 INFO O| Feb 28 10:59:00.791 INFO STEP 33 (remove_files) COMPLETE
47432025-02-28T10:59:02.856Z[ recovery-image] Feb 28 10:59:00.791 INFO O| Feb 28 10:59:00.791 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442025-02-28T10:59:02.873Z[ recovery-image] Feb 28 10:59:00.811 INFO O| Feb 28 10:59:00.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
47452025-02-28T10:59:02.896Z[ recovery-image] Feb 28 10:59:00.834 INFO O| Feb 28 10:59:00.834 INFO STEP 34 (remove_files) COMPLETE
47462025-02-28T10:59:02.896Z[ recovery-image] Feb 28 10:59:00.834 INFO O| Feb 28 10:59:00.834 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472025-02-28T10:59:02.954Z[ recovery-image] Feb 28 10:59:00.892 INFO O| Feb 28 10:59:00.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
47482025-02-28T10:59:02.954Z[ recovery-image] Feb 28 10:59:00.892 INFO O| Feb 28 10:59:00.892 INFO STEP 35 (remove_files) COMPLETE
47492025-02-28T10:59:02.954Z[ recovery-image] Feb 28 10:59:00.892 INFO O| Feb 28 10:59:00.892 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502025-02-28T10:59:02.996Z[ recovery-image] Feb 28 10:59:00.934 INFO O| Feb 28 10:59:00.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
47512025-02-28T10:59:02.998Z[ recovery-image] Feb 28 10:59:00.934 INFO O| Feb 28 10:59:00.934 INFO STEP 36 (remove_files) COMPLETE
47522025-02-28T10:59:02.998Z[ recovery-image] Feb 28 10:59:00.934 INFO O| Feb 28 10:59:00.934 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532025-02-28T10:59:03.016Z[ recovery-image] Feb 28 10:59:00.954 INFO O| Feb 28 10:59:00.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
47542025-02-28T10:59:03.019Z[ recovery-image] Feb 28 10:59:00.954 INFO O| Feb 28 10:59:00.954 INFO STEP 37 (remove_files) COMPLETE
47552025-02-28T10:59:03.019Z[ recovery-image] Feb 28 10:59:00.954 INFO O| Feb 28 10:59:00.954 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562025-02-28T10:59:03.052Z[ recovery-image] Feb 28 10:59:00.990 INFO O| Feb 28 10:59:00.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
47572025-02-28T10:59:03.052Z[ recovery-image] Feb 28 10:59:00.990 INFO O| Feb 28 10:59:00.990 INFO STEP 38 (remove_files) COMPLETE
47582025-02-28T10:59:03.055Z[ recovery-image] Feb 28 10:59:00.990 INFO O| Feb 28 10:59:00.990 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592025-02-28T10:59:03.074Z[ recovery-image] Feb 28 10:59:01.012 INFO O| Feb 28 10:59:01.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
47602025-02-28T10:59:03.074Z[ recovery-image] Feb 28 10:59:01.012 INFO O| Feb 28 10:59:01.012 INFO STEP 39 (remove_files) COMPLETE
47612025-02-28T10:59:03.075Z[ recovery-image] Feb 28 10:59:01.012 INFO O| Feb 28 10:59:01.012 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622025-02-28T10:59:03.114Z[ recovery-image] Feb 28 10:59:01.052 INFO O| Feb 28 10:59:01.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
47632025-02-28T10:59:03.117Z[ recovery-image] Feb 28 10:59:01.052 INFO O| Feb 28 10:59:01.052 INFO STEP 40 (remove_files) COMPLETE
47642025-02-28T10:59:03.117Z[ recovery-image] Feb 28 10:59:01.052 INFO O| Feb 28 10:59:01.052 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652025-02-28T10:59:03.137Z[ recovery-image] Feb 28 10:59:01.075 INFO O| Feb 28 10:59:01.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
47662025-02-28T10:59:03.138Z[ recovery-image] Feb 28 10:59:01.076 INFO O| Feb 28 10:59:01.076 INFO STEP 41 (remove_files) COMPLETE
47672025-02-28T10:59:03.140Z[ recovery-image] Feb 28 10:59:01.076 INFO O| Feb 28 10:59:01.076 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682025-02-28T10:59:03.179Z[ recovery-image] Feb 28 10:59:01.117 INFO O| Feb 28 10:59:01.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
47692025-02-28T10:59:03.179Z[ recovery-image] Feb 28 10:59:01.117 INFO O| Feb 28 10:59:01.117 INFO STEP 42 (remove_files) COMPLETE
47702025-02-28T10:59:03.182Z[ recovery-image] Feb 28 10:59:01.117 INFO O| Feb 28 10:59:01.117 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712025-02-28T10:59:03.199Z[ recovery-image] Feb 28 10:59:01.137 INFO O| Feb 28 10:59:01.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
47722025-02-28T10:59:03.199Z[ recovery-image] Feb 28 10:59:01.137 INFO O| Feb 28 10:59:01.137 INFO STEP 43 (remove_files) COMPLETE
47732025-02-28T10:59:03.212Z[ recovery-image] Feb 28 10:59:01.137 INFO O| Feb 28 10:59:01.137 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742025-02-28T10:59:03.239Z[ recovery-image] Feb 28 10:59:01.177 INFO O| Feb 28 10:59:01.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
47752025-02-28T10:59:03.239Z[ recovery-image] Feb 28 10:59:01.177 INFO O| Feb 28 10:59:01.177 INFO STEP 44 (remove_files) COMPLETE
47762025-02-28T10:59:03.239Z[ recovery-image] Feb 28 10:59:01.177 INFO O| Feb 28 10:59:01.177 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772025-02-28T10:59:03.278Z[ recovery-image] Feb 28 10:59:01.215 INFO O| Feb 28 10:59:01.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
47782025-02-28T10:59:03.278Z[ recovery-image] Feb 28 10:59:01.215 INFO O| Feb 28 10:59:01.215 INFO STEP 45 (remove_files) COMPLETE
47792025-02-28T10:59:03.281Z[ recovery-image] Feb 28 10:59:01.215 INFO O| Feb 28 10:59:01.215 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802025-02-28T10:59:03.298Z[ recovery-image] Feb 28 10:59:01.235 INFO O| Feb 28 10:59:01.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
47812025-02-28T10:59:03.298Z[ recovery-image] Feb 28 10:59:01.235 INFO O| Feb 28 10:59:01.235 INFO STEP 46 (remove_files) COMPLETE
47822025-02-28T10:59:03.301Z[ recovery-image] Feb 28 10:59:01.236 INFO O| Feb 28 10:59:01.235 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832025-02-28T10:59:03.359Z[ recovery-image] Feb 28 10:59:01.297 INFO O| Feb 28 10:59:01.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
47842025-02-28T10:59:03.362Z[ recovery-image] Feb 28 10:59:01.297 INFO O| Feb 28 10:59:01.297 INFO STEP 47 (remove_files) COMPLETE
47852025-02-28T10:59:03.362Z[ recovery-image] Feb 28 10:59:01.297 INFO O| Feb 28 10:59:01.297 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862025-02-28T10:59:03.382Z[ recovery-image] Feb 28 10:59:01.320 INFO O| Feb 28 10:59:01.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
47872025-02-28T10:59:03.385Z[ recovery-image] Feb 28 10:59:01.320 INFO O| Feb 28 10:59:01.320 INFO STEP 48 (remove_files) COMPLETE
47882025-02-28T10:59:03.385Z[ recovery-image] Feb 28 10:59:01.321 INFO O| Feb 28 10:59:01.320 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892025-02-28T10:59:03.403Z[ recovery-image] Feb 28 10:59:01.340 INFO O| Feb 28 10:59:01.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
47902025-02-28T10:59:03.405Z[ recovery-image] Feb 28 10:59:01.341 INFO O| Feb 28 10:59:01.340 INFO STEP 49 (remove_files) COMPLETE
47912025-02-28T10:59:03.405Z[ recovery-image] Feb 28 10:59:01.341 INFO O| Feb 28 10:59:01.341 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922025-02-28T10:59:03.421Z[ recovery-image] Feb 28 10:59:01.359 INFO O| Feb 28 10:59:01.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
47932025-02-28T10:59:03.424Z[ recovery-image] Feb 28 10:59:01.359 INFO O| Feb 28 10:59:01.359 INFO STEP 50 (remove_files) COMPLETE
47942025-02-28T10:59:03.424Z[ recovery-image] Feb 28 10:59:01.359 INFO O| Feb 28 10:59:01.359 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952025-02-28T10:59:03.441Z[ recovery-image] Feb 28 10:59:01.379 INFO O| Feb 28 10:59:01.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
47962025-02-28T10:59:03.443Z[ recovery-image] Feb 28 10:59:01.379 INFO O| Feb 28 10:59:01.379 INFO STEP 51 (remove_files) COMPLETE
47972025-02-28T10:59:03.443Z[ recovery-image] Feb 28 10:59:01.379 INFO O| Feb 28 10:59:01.379 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982025-02-28T10:59:03.460Z[ recovery-image] Feb 28 10:59:01.398 INFO O| Feb 28 10:59:01.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
47992025-02-28T10:59:03.463Z[ recovery-image] Feb 28 10:59:01.398 INFO O| Feb 28 10:59:01.398 INFO STEP 52 (remove_files) COMPLETE
48002025-02-28T10:59:03.463Z[ recovery-image] Feb 28 10:59:01.398 INFO O| Feb 28 10:59:01.398 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-02-28T10:59:03.480Z[ recovery-image] Feb 28 10:59:01.418 INFO O| Feb 28 10:59:01.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
48022025-02-28T10:59:03.484Z[ recovery-image] Feb 28 10:59:01.418 INFO O| Feb 28 10:59:01.418 INFO STEP 53 (remove_files) COMPLETE
48032025-02-28T10:59:03.484Z[ recovery-image] Feb 28 10:59:01.418 INFO O| Feb 28 10:59:01.418 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-02-28T10:59:03.511Z[ recovery-image] Feb 28 10:59:01.449 INFO O| Feb 28 10:59:01.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
48052025-02-28T10:59:03.511Z[ recovery-image] Feb 28 10:59:01.449 INFO O| Feb 28 10:59:01.449 INFO STEP 54 (remove_files) COMPLETE
48062025-02-28T10:59:03.514Z[ recovery-image] Feb 28 10:59:01.449 INFO O| Feb 28 10:59:01.449 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-02-28T10:59:03.536Z[ recovery-image] Feb 28 10:59:01.474 INFO O| Feb 28 10:59:01.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
48082025-02-28T10:59:03.536Z[ recovery-image] Feb 28 10:59:01.474 INFO O| Feb 28 10:59:01.474 INFO STEP 55 (remove_files) COMPLETE
48092025-02-28T10:59:03.536Z[ recovery-image] Feb 28 10:59:01.474 INFO O| Feb 28 10:59:01.474 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-02-28T10:59:03.597Z[ recovery-image] Feb 28 10:59:01.535 INFO O| Feb 28 10:59:01.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
48112025-02-28T10:59:03.597Z[ recovery-image] Feb 28 10:59:01.535 INFO O| Feb 28 10:59:01.535 INFO STEP 56 (remove_files) COMPLETE
48122025-02-28T10:59:03.597Z[ recovery-image] Feb 28 10:59:01.535 INFO O| Feb 28 10:59:01.535 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-02-28T10:59:03.627Z[ recovery-image] Feb 28 10:59:01.564 INFO O| Feb 28 10:59:01.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
48142025-02-28T10:59:03.627Z[ recovery-image] Feb 28 10:59:01.564 INFO O| Feb 28 10:59:01.564 INFO STEP 57 (remove_files) COMPLETE
48152025-02-28T10:59:03.629Z[ recovery-image] Feb 28 10:59:01.564 INFO O| Feb 28 10:59:01.564 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-02-28T10:59:03.680Z[ recovery-image] Feb 28 10:59:01.618 INFO O| Feb 28 10:59:01.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
48172025-02-28T10:59:03.680Z[ recovery-image] Feb 28 10:59:01.618 INFO O| Feb 28 10:59:01.618 INFO STEP 58 (remove_files) COMPLETE
48182025-02-28T10:59:03.683Z[ recovery-image] Feb 28 10:59:01.618 INFO O| Feb 28 10:59:01.618 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192025-02-28T10:59:03.712Z[ recovery-image] Feb 28 10:59:01.650 INFO O| Feb 28 10:59:01.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
48202025-02-28T10:59:03.712Z[ recovery-image] Feb 28 10:59:01.650 INFO O| Feb 28 10:59:01.650 INFO STEP 59 (remove_files) COMPLETE
48212025-02-28T10:59:03.712Z[ recovery-image] Feb 28 10:59:01.650 INFO O| Feb 28 10:59:01.650 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-02-28T10:59:03.773Z[ recovery-image] Feb 28 10:59:01.710 INFO O| Feb 28 10:59:01.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
48232025-02-28T10:59:03.773Z[ recovery-image] Feb 28 10:59:01.710 INFO O| Feb 28 10:59:01.710 INFO STEP 60 (remove_files) COMPLETE
48242025-02-28T10:59:03.775Z[ recovery-image] Feb 28 10:59:01.710 INFO O| Feb 28 10:59:01.710 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-02-28T10:59:03.792Z[ recovery-image] Feb 28 10:59:01.729 INFO O| Feb 28 10:59:01.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
48262025-02-28T10:59:03.792Z[ recovery-image] Feb 28 10:59:01.729 INFO O| Feb 28 10:59:01.729 INFO STEP 61 (remove_files) COMPLETE
48272025-02-28T10:59:03.794Z[ recovery-image] Feb 28 10:59:01.729 INFO O| Feb 28 10:59:01.729 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-02-28T10:59:03.819Z[ recovery-image] Feb 28 10:59:01.756 INFO O| Feb 28 10:59:01.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
48292025-02-28T10:59:03.819Z[ recovery-image] Feb 28 10:59:01.756 INFO O| Feb 28 10:59:01.756 INFO STEP 62 (remove_files) COMPLETE
48302025-02-28T10:59:03.821Z[ recovery-image] Feb 28 10:59:01.756 INFO O| Feb 28 10:59:01.756 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-02-28T10:59:03.839Z[ recovery-image] Feb 28 10:59:01.777 INFO O| Feb 28 10:59:01.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
48322025-02-28T10:59:03.839Z[ recovery-image] Feb 28 10:59:01.777 INFO O| Feb 28 10:59:01.777 INFO STEP 63 (remove_files) COMPLETE
48332025-02-28T10:59:03.839Z[ recovery-image] Feb 28 10:59:01.777 INFO O| Feb 28 10:59:01.777 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-02-28T10:59:03.898Z[ recovery-image] Feb 28 10:59:01.835 INFO O| Feb 28 10:59:01.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
48352025-02-28T10:59:03.898Z[ recovery-image] Feb 28 10:59:01.835 INFO O| Feb 28 10:59:01.835 INFO STEP 64 (remove_files) COMPLETE
48362025-02-28T10:59:03.901Z[ recovery-image] Feb 28 10:59:01.835 INFO O| Feb 28 10:59:01.835 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-02-28T10:59:03.936Z[ recovery-image] Feb 28 10:59:01.873 INFO O| Feb 28 10:59:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
48382025-02-28T10:59:03.939Z[ recovery-image] Feb 28 10:59:01.875 INFO O| Feb 28 10:59:01.875 INFO STEP 65 (remove_files) COMPLETE
48392025-02-28T10:59:03.939Z[ recovery-image] Feb 28 10:59:01.875 INFO O| Feb 28 10:59:01.875 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-02-28T10:59:04.008Z[ recovery-image] Feb 28 10:59:01.931 INFO O| Feb 28 10:59:01.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
48412025-02-28T10:59:04.008Z[ recovery-image] Feb 28 10:59:01.932 INFO O| Feb 28 10:59:01.931 INFO STEP 66 (remove_files) COMPLETE
48422025-02-28T10:59:04.008Z[ recovery-image] Feb 28 10:59:01.932 INFO O| Feb 28 10:59:01.932 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-02-28T10:59:04.017Z[ recovery-image] Feb 28 10:59:01.954 INFO O| Feb 28 10:59:01.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
48442025-02-28T10:59:04.017Z[ recovery-image] Feb 28 10:59:01.954 INFO O| Feb 28 10:59:01.954 INFO STEP 67 (remove_files) COMPLETE
48452025-02-28T10:59:04.020Z[ recovery-image] Feb 28 10:59:01.954 INFO O| Feb 28 10:59:01.954 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-02-28T10:59:04.051Z[ recovery-image] Feb 28 10:59:01.988 INFO O| Feb 28 10:59:01.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
48472025-02-28T10:59:04.051Z[ recovery-image] Feb 28 10:59:01.988 INFO O| Feb 28 10:59:01.988 INFO STEP 68 (remove_files) COMPLETE
48482025-02-28T10:59:04.054Z[ recovery-image] Feb 28 10:59:01.988 INFO O| Feb 28 10:59:01.988 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-02-28T10:59:04.112Z[ recovery-image] Feb 28 10:59:02.049 INFO O| Feb 28 10:59:02.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
48502025-02-28T10:59:04.113Z[ recovery-image] Feb 28 10:59:02.049 INFO O| Feb 28 10:59:02.049 INFO STEP 69 (remove_files) COMPLETE
48512025-02-28T10:59:04.113Z[ recovery-image] Feb 28 10:59:02.049 INFO O| Feb 28 10:59:02.049 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-02-28T10:59:04.138Z[ recovery-image] Feb 28 10:59:02.071 INFO O| Feb 28 10:59:02.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
48532025-02-28T10:59:04.143Z[ recovery-image] Feb 28 10:59:02.071 INFO O| Feb 28 10:59:02.071 INFO STEP 70 (remove_files) COMPLETE
48542025-02-28T10:59:04.144Z[ recovery-image] Feb 28 10:59:02.072 INFO O| Feb 28 10:59:02.072 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-02-28T10:59:04.162Z[ recovery-image] Feb 28 10:59:02.093 INFO O| Feb 28 10:59:02.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
48562025-02-28T10:59:04.172Z[ recovery-image] Feb 28 10:59:02.093 INFO O| Feb 28 10:59:02.093 INFO STEP 71 (remove_files) COMPLETE
48572025-02-28T10:59:04.172Z[ recovery-image] Feb 28 10:59:02.093 INFO O| Feb 28 10:59:02.093 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-02-28T10:59:04.178Z[ recovery-image] Feb 28 10:59:02.114 INFO O| Feb 28 10:59:02.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
48592025-02-28T10:59:04.183Z[ recovery-image] Feb 28 10:59:02.115 INFO O| Feb 28 10:59:02.115 INFO STEP 72 (remove_files) COMPLETE
48602025-02-28T10:59:04.183Z[ recovery-image] Feb 28 10:59:02.115 INFO O| Feb 28 10:59:02.115 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-02-28T10:59:04.199Z[ recovery-image] Feb 28 10:59:02.136 INFO O| Feb 28 10:59:02.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
48622025-02-28T10:59:04.199Z[ recovery-image] Feb 28 10:59:02.136 INFO O| Feb 28 10:59:02.136 INFO STEP 73 (remove_files) COMPLETE
48632025-02-28T10:59:04.199Z[ recovery-image] Feb 28 10:59:02.136 INFO O| Feb 28 10:59:02.136 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-02-28T10:59:04.223Z[ recovery-image] Feb 28 10:59:02.157 INFO O| Feb 28 10:59:02.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
48652025-02-28T10:59:04.223Z[ recovery-image] Feb 28 10:59:02.158 INFO O| Feb 28 10:59:02.157 INFO STEP 74 (remove_files) COMPLETE
48662025-02-28T10:59:04.231Z[ recovery-image] Feb 28 10:59:02.158 INFO O| Feb 28 10:59:02.158 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-02-28T10:59:04.256Z[ recovery-image] Feb 28 10:59:02.189 INFO O| Feb 28 10:59:02.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
48682025-02-28T10:59:04.256Z[ recovery-image] Feb 28 10:59:02.189 INFO O| Feb 28 10:59:02.189 INFO STEP 75 (remove_files) COMPLETE
48692025-02-28T10:59:04.265Z[ recovery-image] Feb 28 10:59:02.189 INFO O| Feb 28 10:59:02.189 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-02-28T10:59:04.309Z[ recovery-image] Feb 28 10:59:02.236 INFO O| Feb 28 10:59:02.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
48712025-02-28T10:59:04.315Z[ recovery-image] Feb 28 10:59:02.236 INFO O| Feb 28 10:59:02.236 INFO STEP 76 (remove_files) COMPLETE
48722025-02-28T10:59:04.315Z[ recovery-image] Feb 28 10:59:02.236 INFO O| Feb 28 10:59:02.236 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-02-28T10:59:04.320Z[ recovery-image] Feb 28 10:59:02.256 INFO O| Feb 28 10:59:02.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
48742025-02-28T10:59:04.320Z[ recovery-image] Feb 28 10:59:02.256 INFO O| Feb 28 10:59:02.256 INFO STEP 77 (remove_files) COMPLETE
48752025-02-28T10:59:04.321Z[ recovery-image] Feb 28 10:59:02.256 INFO O| Feb 28 10:59:02.256 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-02-28T10:59:04.361Z[ recovery-image] Feb 28 10:59:02.293 INFO O| Feb 28 10:59:02.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
48772025-02-28T10:59:04.362Z[ recovery-image] Feb 28 10:59:02.293 INFO O| Feb 28 10:59:02.293 INFO STEP 78 (remove_files) COMPLETE
48782025-02-28T10:59:04.362Z[ recovery-image] Feb 28 10:59:02.293 INFO O| Feb 28 10:59:02.293 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-02-28T10:59:04.384Z[ recovery-image] Feb 28 10:59:02.314 INFO O| Feb 28 10:59:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
48802025-02-28T10:59:04.399Z[ recovery-image] Feb 28 10:59:02.314 INFO O| Feb 28 10:59:02.314 INFO STEP 79 (remove_files) COMPLETE
48812025-02-28T10:59:04.399Z[ recovery-image] Feb 28 10:59:02.314 INFO O| Feb 28 10:59:02.314 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-02-28T10:59:04.412Z[ recovery-image] Feb 28 10:59:02.347 INFO O| Feb 28 10:59:02.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
48832025-02-28T10:59:04.412Z[ recovery-image] Feb 28 10:59:02.347 INFO O| Feb 28 10:59:02.347 INFO STEP 80 (remove_files) COMPLETE
48842025-02-28T10:59:04.421Z[ recovery-image] Feb 28 10:59:02.347 INFO O| Feb 28 10:59:02.347 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-02-28T10:59:04.472Z[ recovery-image] Feb 28 10:59:02.406 INFO O| Feb 28 10:59:02.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
48862025-02-28T10:59:04.472Z[ recovery-image] Feb 28 10:59:02.406 INFO O| Feb 28 10:59:02.406 INFO STEP 81 (remove_files) COMPLETE
48872025-02-28T10:59:04.472Z[ recovery-image] Feb 28 10:59:02.406 INFO O| Feb 28 10:59:02.406 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-02-28T10:59:04.491Z[ recovery-image] Feb 28 10:59:02.426 INFO O| Feb 28 10:59:02.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
48892025-02-28T10:59:04.491Z[ recovery-image] Feb 28 10:59:02.426 INFO O| Feb 28 10:59:02.426 INFO STEP 82 (remove_files) COMPLETE
48902025-02-28T10:59:04.517Z[ recovery-image] Feb 28 10:59:02.426 INFO O| Feb 28 10:59:02.426 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-02-28T10:59:04.530Z[ recovery-image] Feb 28 10:59:02.455 INFO O| Feb 28 10:59:02.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
48922025-02-28T10:59:04.530Z[ recovery-image] Feb 28 10:59:02.455 INFO O| Feb 28 10:59:02.455 INFO STEP 83 (remove_files) COMPLETE
48932025-02-28T10:59:04.530Z[ recovery-image] Feb 28 10:59:02.455 INFO O| Feb 28 10:59:02.455 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-02-28T10:59:04.586Z[ recovery-image] Feb 28 10:59:02.514 INFO O| Feb 28 10:59:02.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
48952025-02-28T10:59:04.586Z[ recovery-image] Feb 28 10:59:02.514 INFO O| Feb 28 10:59:02.514 INFO STEP 84 (remove_files) COMPLETE
48962025-02-28T10:59:04.587Z[ recovery-image] Feb 28 10:59:02.514 INFO O| Feb 28 10:59:02.514 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-02-28T10:59:04.622Z[ recovery-image] Feb 28 10:59:02.559 INFO O| Feb 28 10:59:02.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
48982025-02-28T10:59:04.662Z[ recovery-image] Feb 28 10:59:02.599 INFO O| Feb 28 10:59:02.599 INFO STEP 85 (remove_files) COMPLETE
48992025-02-28T10:59:04.662Z[ recovery-image] Feb 28 10:59:02.599 INFO O| Feb 28 10:59:02.599 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-02-28T10:59:04.716Z[ recovery-image] Feb 28 10:59:02.653 INFO O| Feb 28 10:59:02.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
49012025-02-28T10:59:04.732Z[ recovery-image] Feb 28 10:59:02.669 INFO O| Feb 28 10:59:02.669 INFO STEP 86 (remove_files) COMPLETE
49022025-02-28T10:59:04.732Z[ recovery-image] Feb 28 10:59:02.669 INFO O| Feb 28 10:59:02.669 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-02-28T10:59:04.755Z[ recovery-image] Feb 28 10:59:02.690 INFO O| Feb 28 10:59:02.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
49042025-02-28T10:59:04.775Z[ recovery-image] Feb 28 10:59:02.712 INFO O| Feb 28 10:59:02.712 INFO STEP 87 (remove_files) COMPLETE
49052025-02-28T10:59:04.777Z[ recovery-image] Feb 28 10:59:02.712 INFO O| Feb 28 10:59:02.712 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-02-28T10:59:04.797Z[ recovery-image] Feb 28 10:59:02.734 INFO O| Feb 28 10:59:02.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
49072025-02-28T10:59:04.799Z[ recovery-image] Feb 28 10:59:02.734 INFO O| Feb 28 10:59:02.734 INFO STEP 88 (remove_files) COMPLETE
49082025-02-28T10:59:04.800Z[ recovery-image] Feb 28 10:59:02.734 INFO O| Feb 28 10:59:02.734 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-02-28T10:59:04.828Z[ recovery-image] Feb 28 10:59:02.765 INFO O| Feb 28 10:59:02.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
49102025-02-28T10:59:04.829Z[ recovery-image] Feb 28 10:59:02.765 INFO O| Feb 28 10:59:02.765 INFO STEP 89 (remove_files) COMPLETE
49112025-02-28T10:59:04.831Z[ recovery-image] Feb 28 10:59:02.766 INFO O| Feb 28 10:59:02.765 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-02-28T10:59:04.849Z[ recovery-image] Feb 28 10:59:02.786 INFO O| Feb 28 10:59:02.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
49132025-02-28T10:59:04.849Z[ recovery-image] Feb 28 10:59:02.786 INFO O| Feb 28 10:59:02.786 INFO STEP 90 (remove_files) COMPLETE
49142025-02-28T10:59:04.851Z[ recovery-image] Feb 28 10:59:02.786 INFO O| Feb 28 10:59:02.786 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-02-28T10:59:04.870Z[ recovery-image] Feb 28 10:59:02.806 INFO O| Feb 28 10:59:02.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
49162025-02-28T10:59:04.874Z[ recovery-image] Feb 28 10:59:02.806 INFO O| Feb 28 10:59:02.806 INFO STEP 91 (remove_files) COMPLETE
49172025-02-28T10:59:04.874Z[ recovery-image] Feb 28 10:59:02.806 INFO O| Feb 28 10:59:02.806 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-02-28T10:59:04.889Z[ recovery-image] Feb 28 10:59:02.826 INFO O| Feb 28 10:59:02.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
49192025-02-28T10:59:04.889Z[ recovery-image] Feb 28 10:59:02.826 INFO O| Feb 28 10:59:02.826 INFO STEP 92 (remove_files) COMPLETE
49202025-02-28T10:59:04.889Z[ recovery-image] Feb 28 10:59:02.826 INFO O| Feb 28 10:59:02.826 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-02-28T10:59:04.908Z[ recovery-image] Feb 28 10:59:02.845 INFO O| Feb 28 10:59:02.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
49222025-02-28T10:59:04.908Z[ recovery-image] Feb 28 10:59:02.845 INFO O| Feb 28 10:59:02.845 INFO STEP 93 (remove_files) COMPLETE
49232025-02-28T10:59:04.910Z[ recovery-image] Feb 28 10:59:02.845 INFO O| Feb 28 10:59:02.845 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-02-28T10:59:04.928Z[ recovery-image] Feb 28 10:59:02.865 INFO O| Feb 28 10:59:02.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
49252025-02-28T10:59:04.928Z[ recovery-image] Feb 28 10:59:02.865 INFO O| Feb 28 10:59:02.865 INFO STEP 94 (remove_files) COMPLETE
49262025-02-28T10:59:04.930Z[ recovery-image] Feb 28 10:59:02.865 INFO O| Feb 28 10:59:02.865 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-02-28T10:59:04.958Z[ recovery-image] Feb 28 10:59:02.895 INFO O| Feb 28 10:59:02.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
49282025-02-28T10:59:04.979Z[ recovery-image] Feb 28 10:59:02.916 INFO O| Feb 28 10:59:02.916 INFO STEP 95 (remove_files) COMPLETE
49292025-02-28T10:59:04.979Z[ recovery-image] Feb 28 10:59:02.916 INFO O| Feb 28 10:59:02.916 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-02-28T10:59:04.983Z[ host-image] Feb 28 10:59:02.920 INFO O| Feb 28 10:59:02.920 INFO O| Planning: Solver setup ... Done
49312025-02-28T10:59:04.997Z[ host-image] Feb 28 10:59:02.927 INFO O| Feb 28 10:59:02.927 INFO O| Planning: Running solver ... Done
49322025-02-28T10:59:05.038Z[ recovery-image] Feb 28 10:59:02.975 INFO O| Feb 28 10:59:02.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
49332025-02-28T10:59:05.040Z[ recovery-image] Feb 28 10:59:02.976 INFO O| Feb 28 10:59:02.975 INFO STEP 96 (remove_files) COMPLETE
49342025-02-28T10:59:05.040Z[ recovery-image] Feb 28 10:59:02.976 INFO O| Feb 28 10:59:02.976 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352025-02-28T10:59:05.059Z[ recovery-image] Feb 28 10:59:02.996 INFO O| Feb 28 10:59:02.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
49362025-02-28T10:59:05.080Z[ recovery-image] Feb 28 10:59:03.017 INFO O| Feb 28 10:59:03.017 INFO STEP 97 (remove_files) COMPLETE
49372025-02-28T10:59:05.080Z[ recovery-image] Feb 28 10:59:03.018 INFO O| Feb 28 10:59:03.017 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382025-02-28T10:59:05.092Z[ host-image] Feb 28 10:59:03.029 INFO O| Feb 28 10:59:03.029 INFO O| Planning: Finding local manifests ... Done
49392025-02-28T10:59:05.095Z[ host-image] Feb 28 10:59:03.030 INFO O| Feb 28 10:59:03.030 INFO O| Planning: Fetching manifests: 0/1 0% complete
49402025-02-28T10:59:05.138Z[ recovery-image] Feb 28 10:59:03.075 INFO O| Feb 28 10:59:03.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
49412025-02-28T10:59:05.138Z[ recovery-image] Feb 28 10:59:03.075 INFO O| Feb 28 10:59:03.075 INFO STEP 98 (remove_files) COMPLETE
49422025-02-28T10:59:05.139Z[ recovery-image] Feb 28 10:59:03.075 INFO O| Feb 28 10:59:03.075 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432025-02-28T10:59:05.207Z[ recovery-image] Feb 28 10:59:03.144 INFO O| Feb 28 10:59:03.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
49442025-02-28T10:59:05.207Z[ recovery-image] Feb 28 10:59:03.144 INFO O| Feb 28 10:59:03.144 INFO STEP 99 (remove_files) COMPLETE
49452025-02-28T10:59:05.209Z[ recovery-image] Feb 28 10:59:03.144 INFO O| Feb 28 10:59:03.144 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462025-02-28T10:59:05.230Z[ recovery-image] Feb 28 10:59:03.167 INFO O| Feb 28 10:59:03.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
49472025-02-28T10:59:05.230Z[ recovery-image] Feb 28 10:59:03.167 INFO O| Feb 28 10:59:03.167 INFO STEP 100 (remove_files) COMPLETE
49482025-02-28T10:59:05.230Z[ recovery-image] Feb 28 10:59:03.167 INFO O| Feb 28 10:59:03.167 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492025-02-28T10:59:05.274Z[ recovery-image] Feb 28 10:59:03.211 INFO O| Feb 28 10:59:03.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
49502025-02-28T10:59:05.274Z[ recovery-image] Feb 28 10:59:03.211 INFO O| Feb 28 10:59:03.211 INFO STEP 101 (remove_files) COMPLETE
49512025-02-28T10:59:05.274Z[ recovery-image] Feb 28 10:59:03.211 INFO O| Feb 28 10:59:03.211 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522025-02-28T10:59:05.296Z[ recovery-image] Feb 28 10:59:03.232 INFO O| Feb 28 10:59:03.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
49532025-02-28T10:59:05.296Z[ recovery-image] Feb 28 10:59:03.232 INFO O| Feb 28 10:59:03.232 INFO STEP 102 (remove_files) COMPLETE
49542025-02-28T10:59:05.296Z[ recovery-image] Feb 28 10:59:03.232 INFO O| Feb 28 10:59:03.232 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552025-02-28T10:59:05.298Z[ host-image] Feb 28 10:59:03.233 INFO O| Feb 28 10:59:03.233 INFO O| Planning: Fetching manifests: 1/1 100% complete
49562025-02-28T10:59:05.315Z[ recovery-image] Feb 28 10:59:03.251 INFO O| Feb 28 10:59:03.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
49572025-02-28T10:59:05.315Z[ recovery-image] Feb 28 10:59:03.252 INFO O| Feb 28 10:59:03.251 INFO STEP 103 (remove_files) COMPLETE
49582025-02-28T10:59:05.315Z[ recovery-image] Feb 28 10:59:03.252 INFO O| Feb 28 10:59:03.252 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592025-02-28T10:59:05.328Z[ host-image] Feb 28 10:59:03.264 INFO O| Feb 28 10:59:03.264 INFO O| Planning: Package planning ... Done
49602025-02-28T10:59:05.330Z[ host-image] Feb 28 10:59:03.264 INFO O| Feb 28 10:59:03.264 INFO O| Planning: Merging actions ... Done
49612025-02-28T10:59:05.333Z[ recovery-image] Feb 28 10:59:03.270 INFO O| Feb 28 10:59:03.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
49622025-02-28T10:59:05.341Z[ recovery-image] Feb 28 10:59:03.278 INFO O| Feb 28 10:59:03.278 INFO STEP 104 (remove_files) COMPLETE
49632025-02-28T10:59:05.341Z[ recovery-image] Feb 28 10:59:03.278 INFO O| Feb 28 10:59:03.278 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642025-02-28T10:59:05.366Z[ recovery-image] Feb 28 10:59:03.303 INFO O| Feb 28 10:59:03.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
49652025-02-28T10:59:05.366Z[ recovery-image] Feb 28 10:59:03.303 INFO O| Feb 28 10:59:03.303 INFO STEP 105 (remove_files) COMPLETE
49662025-02-28T10:59:05.369Z[ recovery-image] Feb 28 10:59:03.303 INFO O| Feb 28 10:59:03.303 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672025-02-28T10:59:05.427Z[ recovery-image] Feb 28 10:59:03.364 INFO O| Feb 28 10:59:03.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
49682025-02-28T10:59:05.427Z[ recovery-image] Feb 28 10:59:03.364 INFO O| Feb 28 10:59:03.364 INFO STEP 106 (remove_files) COMPLETE
49692025-02-28T10:59:05.427Z[ recovery-image] Feb 28 10:59:03.364 INFO O| Feb 28 10:59:03.364 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702025-02-28T10:59:05.447Z[ recovery-image] Feb 28 10:59:03.383 INFO O| Feb 28 10:59:03.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
49712025-02-28T10:59:05.447Z[ recovery-image] Feb 28 10:59:03.384 INFO O| Feb 28 10:59:03.383 INFO STEP 107 (remove_files) COMPLETE
49722025-02-28T10:59:05.449Z[ recovery-image] Feb 28 10:59:03.384 INFO O| Feb 28 10:59:03.384 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732025-02-28T10:59:05.476Z[ recovery-image] Feb 28 10:59:03.410 INFO O| Feb 28 10:59:03.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
49742025-02-28T10:59:05.483Z[ recovery-image] Feb 28 10:59:03.410 INFO O| Feb 28 10:59:03.410 INFO STEP 108 (remove_files) COMPLETE
49752025-02-28T10:59:05.483Z[ recovery-image] Feb 28 10:59:03.411 INFO O| Feb 28 10:59:03.411 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762025-02-28T10:59:05.483Z[ host-image] Feb 28 10:59:03.415 INFO O| Feb 28 10:59:03.415 INFO O| Planning: Checking for conflicting actions ... Done
49772025-02-28T10:59:05.483Z[ host-image] Feb 28 10:59:03.416 INFO O| Feb 28 10:59:03.415 INFO O| Planning: Consolidating action changes ... Done
49782025-02-28T10:59:05.509Z[ recovery-image] Feb 28 10:59:03.442 INFO O| Feb 28 10:59:03.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
49792025-02-28T10:59:05.509Z[ recovery-image] Feb 28 10:59:03.442 INFO O| Feb 28 10:59:03.442 INFO STEP 109 (remove_files) COMPLETE
49802025-02-28T10:59:05.509Z[ recovery-image] Feb 28 10:59:03.442 INFO O| Feb 28 10:59:03.442 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-02-28T10:59:05.555Z[ recovery-image] Feb 28 10:59:03.490 INFO O| Feb 28 10:59:03.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
49822025-02-28T10:59:05.555Z[ recovery-image] Feb 28 10:59:03.490 INFO O| Feb 28 10:59:03.490 INFO STEP 110 (remove_files) COMPLETE
49832025-02-28T10:59:05.555Z[ recovery-image] Feb 28 10:59:03.490 INFO O| Feb 28 10:59:03.490 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-02-28T10:59:05.603Z[ recovery-image] Feb 28 10:59:03.539 INFO O| Feb 28 10:59:03.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
49852025-02-28T10:59:05.603Z[ recovery-image] Feb 28 10:59:03.539 INFO O| Feb 28 10:59:03.539 INFO STEP 111 (remove_files) COMPLETE
49862025-02-28T10:59:05.603Z[ recovery-image] Feb 28 10:59:03.539 INFO O| Feb 28 10:59:03.539 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-02-28T10:59:05.624Z[ recovery-image] Feb 28 10:59:03.560 INFO O| Feb 28 10:59:03.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
49882025-02-28T10:59:05.624Z[ recovery-image] Feb 28 10:59:03.560 INFO O| Feb 28 10:59:03.560 INFO STEP 112 (remove_files) COMPLETE
49892025-02-28T10:59:05.624Z[ recovery-image] Feb 28 10:59:03.560 INFO O| Feb 28 10:59:03.560 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-02-28T10:59:05.643Z[ recovery-image] Feb 28 10:59:03.579 INFO O| Feb 28 10:59:03.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
49912025-02-28T10:59:05.643Z[ recovery-image] Feb 28 10:59:03.579 INFO O| Feb 28 10:59:03.579 INFO STEP 113 (remove_files) COMPLETE
49922025-02-28T10:59:05.643Z[ recovery-image] Feb 28 10:59:03.579 INFO O| Feb 28 10:59:03.579 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-02-28T10:59:05.663Z[ recovery-image] Feb 28 10:59:03.599 INFO O| Feb 28 10:59:03.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
49942025-02-28T10:59:05.663Z[ recovery-image] Feb 28 10:59:03.599 INFO O| Feb 28 10:59:03.599 INFO STEP 114 (remove_files) COMPLETE
49952025-02-28T10:59:05.663Z[ recovery-image] Feb 28 10:59:03.599 INFO O| Feb 28 10:59:03.599 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-02-28T10:59:05.684Z[ recovery-image] Feb 28 10:59:03.620 INFO O| Feb 28 10:59:03.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
49972025-02-28T10:59:05.684Z[ recovery-image] Feb 28 10:59:03.620 INFO O| Feb 28 10:59:03.620 INFO STEP 115 (remove_files) COMPLETE
49982025-02-28T10:59:05.684Z[ recovery-image] Feb 28 10:59:03.620 INFO O| Feb 28 10:59:03.620 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-02-28T10:59:05.705Z[ recovery-image] Feb 28 10:59:03.640 INFO O| Feb 28 10:59:03.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
50002025-02-28T10:59:05.705Z[ recovery-image] Feb 28 10:59:03.640 INFO O| Feb 28 10:59:03.640 INFO STEP 116 (remove_files) COMPLETE
50012025-02-28T10:59:05.705Z[ recovery-image] Feb 28 10:59:03.640 INFO O| Feb 28 10:59:03.640 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-02-28T10:59:05.724Z[ recovery-image] Feb 28 10:59:03.660 INFO O| Feb 28 10:59:03.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
50032025-02-28T10:59:05.724Z[ recovery-image] Feb 28 10:59:03.660 INFO O| Feb 28 10:59:03.660 INFO STEP 117 (remove_files) COMPLETE
50042025-02-28T10:59:05.724Z[ recovery-image] Feb 28 10:59:03.660 INFO O| Feb 28 10:59:03.660 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-02-28T10:59:05.744Z[ recovery-image] Feb 28 10:59:03.680 INFO O| Feb 28 10:59:03.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
50062025-02-28T10:59:05.744Z[ recovery-image] Feb 28 10:59:03.680 INFO O| Feb 28 10:59:03.680 INFO STEP 118 (remove_files) COMPLETE
50072025-02-28T10:59:05.748Z[ recovery-image] Feb 28 10:59:03.680 INFO O| Feb 28 10:59:03.680 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-02-28T10:59:05.764Z[ recovery-image] Feb 28 10:59:03.700 INFO O| Feb 28 10:59:03.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
50092025-02-28T10:59:05.764Z[ recovery-image] Feb 28 10:59:03.700 INFO O| Feb 28 10:59:03.700 INFO STEP 119 (remove_files) COMPLETE
50102025-02-28T10:59:05.768Z[ recovery-image] Feb 28 10:59:03.700 INFO O| Feb 28 10:59:03.700 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-02-28T10:59:05.784Z[ recovery-image] Feb 28 10:59:03.719 INFO O| Feb 28 10:59:03.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
50122025-02-28T10:59:05.784Z[ recovery-image] Feb 28 10:59:03.719 INFO O| Feb 28 10:59:03.719 INFO STEP 120 (remove_files) COMPLETE
50132025-02-28T10:59:05.784Z[ recovery-image] Feb 28 10:59:03.719 INFO O| Feb 28 10:59:03.719 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-02-28T10:59:05.821Z[ recovery-image] Feb 28 10:59:03.757 INFO O| Feb 28 10:59:03.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
50152025-02-28T10:59:05.821Z[ recovery-image] Feb 28 10:59:03.757 INFO O| Feb 28 10:59:03.757 INFO STEP 121 (remove_files) COMPLETE
50162025-02-28T10:59:05.821Z[ recovery-image] Feb 28 10:59:03.757 INFO O| Feb 28 10:59:03.757 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-02-28T10:59:05.881Z[ recovery-image] Feb 28 10:59:03.816 INFO O| Feb 28 10:59:03.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
50182025-02-28T10:59:05.881Z[ recovery-image] Feb 28 10:59:03.816 INFO O| Feb 28 10:59:03.816 INFO STEP 122 (remove_files) COMPLETE
50192025-02-28T10:59:05.881Z[ recovery-image] Feb 28 10:59:03.816 INFO O| Feb 28 10:59:03.816 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-02-28T10:59:05.908Z[ recovery-image] Feb 28 10:59:03.843 INFO O| Feb 28 10:59:03.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
50212025-02-28T10:59:05.911Z[ recovery-image] Feb 28 10:59:03.843 INFO O| Feb 28 10:59:03.843 INFO STEP 123 (remove_files) COMPLETE
50222025-02-28T10:59:05.911Z[ recovery-image] Feb 28 10:59:03.843 INFO O| Feb 28 10:59:03.843 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-02-28T10:59:05.916Z[ host-image] Feb 28 10:59:03.848 INFO O| Feb 28 10:59:03.848 INFO O| Planning: Evaluating mediators ... Done
50242025-02-28T10:59:05.916Z[ host-image] Feb 28 10:59:03.849 INFO O| Feb 28 10:59:03.849 INFO O| Planning: Planning completed in 5.44 seconds
50252025-02-28T10:59:05.921Z[ host-image] Feb 28 10:59:03.851 INFO O| Feb 28 10:59:03.851 INFO O| Packages to install: 1
50262025-02-28T10:59:05.931Z[ recovery-image] Feb 28 10:59:03.864 INFO O| Feb 28 10:59:03.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
50272025-02-28T10:59:05.932Z[ recovery-image] Feb 28 10:59:03.864 INFO O| Feb 28 10:59:03.864 INFO STEP 124 (remove_files) COMPLETE
50282025-02-28T10:59:05.932Z[ recovery-image] Feb 28 10:59:03.864 INFO O| Feb 28 10:59:03.864 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-02-28T10:59:05.940Z[ host-image] Feb 28 10:59:03.873 INFO O| Feb 28 10:59:03.873 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
50302025-02-28T10:59:05.971Z[ recovery-image] Feb 28 10:59:03.906 INFO O| Feb 28 10:59:03.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
50312025-02-28T10:59:05.971Z[ recovery-image] Feb 28 10:59:03.906 INFO O| Feb 28 10:59:03.906 INFO STEP 125 (remove_files) COMPLETE
50322025-02-28T10:59:05.976Z[ recovery-image] Feb 28 10:59:03.906 INFO O| Feb 28 10:59:03.906 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-02-28T10:59:06.073Z[ recovery-image] Feb 28 10:59:04.010 INFO O| Feb 28 10:59:04.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
50342025-02-28T10:59:06.076Z[ recovery-image] Feb 28 10:59:04.010 INFO O| Feb 28 10:59:04.010 INFO STEP 126 (remove_files) COMPLETE
50352025-02-28T10:59:06.076Z[ recovery-image] Feb 28 10:59:04.010 INFO O| Feb 28 10:59:04.010 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-02-28T10:59:06.100Z[ recovery-image] Feb 28 10:59:04.034 INFO O| Feb 28 10:59:04.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
50372025-02-28T10:59:06.108Z[ recovery-image] Feb 28 10:59:04.034 INFO O| Feb 28 10:59:04.034 INFO STEP 127 (remove_files) COMPLETE
50382025-02-28T10:59:06.108Z[ recovery-image] Feb 28 10:59:04.034 INFO O| Feb 28 10:59:04.034 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-02-28T10:59:06.152Z[ recovery-image] Feb 28 10:59:04.083 INFO O| Feb 28 10:59:04.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
50402025-02-28T10:59:06.160Z[ recovery-image] Feb 28 10:59:04.083 INFO O| Feb 28 10:59:04.083 INFO STEP 128 (remove_files) COMPLETE
50412025-02-28T10:59:06.160Z[ recovery-image] Feb 28 10:59:04.083 INFO O| Feb 28 10:59:04.083 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-02-28T10:59:06.175Z[ recovery-image] Feb 28 10:59:04.103 INFO O| Feb 28 10:59:04.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
50432025-02-28T10:59:06.175Z[ recovery-image] Feb 28 10:59:04.104 INFO O| Feb 28 10:59:04.103 INFO STEP 129 (remove_files) COMPLETE
50442025-02-28T10:59:06.175Z[ recovery-image] Feb 28 10:59:04.104 INFO O| Feb 28 10:59:04.103 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-02-28T10:59:06.188Z[ recovery-image] Feb 28 10:59:04.123 INFO O| Feb 28 10:59:04.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
50462025-02-28T10:59:06.188Z[ recovery-image] Feb 28 10:59:04.123 INFO O| Feb 28 10:59:04.123 INFO STEP 130 (remove_files) COMPLETE
50472025-02-28T10:59:06.188Z[ recovery-image] Feb 28 10:59:04.123 INFO O| Feb 28 10:59:04.123 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482025-02-28T10:59:06.209Z[ recovery-image] Feb 28 10:59:04.145 INFO O| Feb 28 10:59:04.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
50492025-02-28T10:59:06.209Z[ recovery-image] Feb 28 10:59:04.145 INFO O| Feb 28 10:59:04.145 INFO STEP 131 (remove_files) COMPLETE
50502025-02-28T10:59:06.209Z[ recovery-image] Feb 28 10:59:04.145 INFO O| Feb 28 10:59:04.145 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512025-02-28T10:59:06.239Z[ recovery-image] Feb 28 10:59:04.175 INFO O| Feb 28 10:59:04.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
50522025-02-28T10:59:06.239Z[ recovery-image] Feb 28 10:59:04.176 INFO O| Feb 28 10:59:04.176 INFO STEP 132 (remove_files) COMPLETE
50532025-02-28T10:59:06.239Z[ recovery-image] Feb 28 10:59:04.176 INFO O| Feb 28 10:59:04.176 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542025-02-28T10:59:06.281Z[ recovery-image] Feb 28 10:59:04.217 INFO O| Feb 28 10:59:04.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
50552025-02-28T10:59:06.284Z[ recovery-image] Feb 28 10:59:04.217 INFO O| Feb 28 10:59:04.217 INFO STEP 133 (remove_files) COMPLETE
50562025-02-28T10:59:06.284Z[ recovery-image] Feb 28 10:59:04.217 INFO O| Feb 28 10:59:04.217 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572025-02-28T10:59:06.322Z[ recovery-image] Feb 28 10:59:04.259 INFO O| Feb 28 10:59:04.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
50582025-02-28T10:59:06.322Z[ recovery-image] Feb 28 10:59:04.259 INFO O| Feb 28 10:59:04.259 INFO STEP 134 (remove_files) COMPLETE
50592025-02-28T10:59:06.325Z[ recovery-image] Feb 28 10:59:04.259 INFO O| Feb 28 10:59:04.259 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602025-02-28T10:59:06.342Z[ recovery-image] Feb 28 10:59:04.279 INFO O| Feb 28 10:59:04.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
50612025-02-28T10:59:06.342Z[ recovery-image] Feb 28 10:59:04.279 INFO O| Feb 28 10:59:04.279 INFO STEP 135 (remove_files) COMPLETE
50622025-02-28T10:59:06.342Z[ recovery-image] Feb 28 10:59:04.279 INFO O| Feb 28 10:59:04.279 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632025-02-28T10:59:06.360Z[ recovery-image] Feb 28 10:59:04.297 INFO O| Feb 28 10:59:04.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
50642025-02-28T10:59:06.360Z[ recovery-image] Feb 28 10:59:04.297 INFO O| Feb 28 10:59:04.297 INFO STEP 136 (remove_files) COMPLETE
50652025-02-28T10:59:06.363Z[ recovery-image] Feb 28 10:59:04.297 INFO O| Feb 28 10:59:04.297 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662025-02-28T10:59:06.380Z[ recovery-image] Feb 28 10:59:04.317 INFO O| Feb 28 10:59:04.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
50672025-02-28T10:59:06.380Z[ recovery-image] Feb 28 10:59:04.317 INFO O| Feb 28 10:59:04.317 INFO STEP 137 (remove_files) COMPLETE
50682025-02-28T10:59:06.383Z[ recovery-image] Feb 28 10:59:04.317 INFO O| Feb 28 10:59:04.317 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692025-02-28T10:59:06.399Z[ recovery-image] Feb 28 10:59:04.335 INFO O| Feb 28 10:59:04.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
50702025-02-28T10:59:06.413Z[ recovery-image] Feb 28 10:59:04.350 INFO O| Feb 28 10:59:04.350 INFO STEP 138 (remove_files) COMPLETE
50712025-02-28T10:59:06.413Z[ recovery-image] Feb 28 10:59:04.350 INFO O| Feb 28 10:59:04.350 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722025-02-28T10:59:06.435Z[ recovery-image] Feb 28 10:59:04.371 INFO O| Feb 28 10:59:04.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
50732025-02-28T10:59:06.435Z[ recovery-image] Feb 28 10:59:04.371 INFO O| Feb 28 10:59:04.371 INFO STEP 139 (remove_files) COMPLETE
50742025-02-28T10:59:06.437Z[ recovery-image] Feb 28 10:59:04.371 INFO O| Feb 28 10:59:04.371 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752025-02-28T10:59:06.455Z[ recovery-image] Feb 28 10:59:04.391 INFO O| Feb 28 10:59:04.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
50762025-02-28T10:59:06.455Z[ recovery-image] Feb 28 10:59:04.391 INFO O| Feb 28 10:59:04.391 INFO STEP 140 (remove_files) COMPLETE
50772025-02-28T10:59:06.458Z[ recovery-image] Feb 28 10:59:04.391 INFO O| Feb 28 10:59:04.391 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782025-02-28T10:59:06.475Z[ recovery-image] Feb 28 10:59:04.411 INFO O| Feb 28 10:59:04.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
50792025-02-28T10:59:06.475Z[ recovery-image] Feb 28 10:59:04.411 INFO O| Feb 28 10:59:04.411 INFO STEP 141 (remove_files) COMPLETE
50802025-02-28T10:59:06.475Z[ recovery-image] Feb 28 10:59:04.411 INFO O| Feb 28 10:59:04.411 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812025-02-28T10:59:06.494Z[ recovery-image] Feb 28 10:59:04.430 INFO O| Feb 28 10:59:04.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
50822025-02-28T10:59:06.494Z[ recovery-image] Feb 28 10:59:04.430 INFO O| Feb 28 10:59:04.430 INFO STEP 142 (remove_files) COMPLETE
50832025-02-28T10:59:06.494Z[ recovery-image] Feb 28 10:59:04.430 INFO O| Feb 28 10:59:04.430 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842025-02-28T10:59:06.514Z[ recovery-image] Feb 28 10:59:04.449 INFO O| Feb 28 10:59:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
50852025-02-28T10:59:06.514Z[ recovery-image] Feb 28 10:59:04.449 INFO O| Feb 28 10:59:04.449 INFO STEP 143 (remove_files) COMPLETE
50862025-02-28T10:59:06.514Z[ recovery-image] Feb 28 10:59:04.449 INFO O| Feb 28 10:59:04.449 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872025-02-28T10:59:06.533Z[ recovery-image] Feb 28 10:59:04.468 INFO O| Feb 28 10:59:04.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
50882025-02-28T10:59:06.533Z[ recovery-image] Feb 28 10:59:04.468 INFO O| Feb 28 10:59:04.468 INFO STEP 144 (remove_files) COMPLETE
50892025-02-28T10:59:06.533Z[ recovery-image] Feb 28 10:59:04.468 INFO O| Feb 28 10:59:04.468 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902025-02-28T10:59:06.541Z[ host-image] Feb 28 10:59:04.477 INFO O| Feb 28 10:59:04.477 INFO O| Download: Completed 10.27 MB in 0.60 seconds (17.0M/s)
50912025-02-28T10:59:06.550Z[ recovery-image] Feb 28 10:59:04.487 INFO O| Feb 28 10:59:04.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
50922025-02-28T10:59:06.560Z[ recovery-image] Feb 28 10:59:04.487 INFO O| Feb 28 10:59:04.487 INFO STEP 145 (remove_files) COMPLETE
50932025-02-28T10:59:06.561Z[ recovery-image] Feb 28 10:59:04.487 INFO O| Feb 28 10:59:04.487 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942025-02-28T10:59:06.600Z[ recovery-image] Feb 28 10:59:04.536 INFO O| Feb 28 10:59:04.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
50952025-02-28T10:59:06.626Z[ recovery-image] Feb 28 10:59:04.562 INFO O| Feb 28 10:59:04.562 INFO STEP 146 (remove_files) COMPLETE
50962025-02-28T10:59:06.626Z[ recovery-image] Feb 28 10:59:04.562 INFO O| Feb 28 10:59:04.562 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972025-02-28T10:59:06.709Z[ recovery-image] Feb 28 10:59:04.644 INFO O| Feb 28 10:59:04.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
50982025-02-28T10:59:06.712Z[ recovery-image] Feb 28 10:59:04.644 INFO O| Feb 28 10:59:04.644 INFO STEP 147 (remove_files) COMPLETE
50992025-02-28T10:59:06.712Z[ recovery-image] Feb 28 10:59:04.644 INFO O| Feb 28 10:59:04.644 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002025-02-28T10:59:06.770Z[ recovery-image] Feb 28 10:59:04.706 INFO O| Feb 28 10:59:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
51012025-02-28T10:59:06.784Z[ host-image] Feb 28 10:59:04.720 INFO O| Feb 28 10:59:04.720 INFO O| Actions: 1/22 actions (Installing new actions)
51022025-02-28T10:59:06.801Z[ recovery-image] Feb 28 10:59:04.737 INFO O| Feb 28 10:59:04.737 INFO STEP 148 (remove_files) COMPLETE
51032025-02-28T10:59:06.803Z[ recovery-image] Feb 28 10:59:04.737 INFO O| Feb 28 10:59:04.737 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-02-28T10:59:06.839Z[ recovery-image] Feb 28 10:59:04.775 INFO O| Feb 28 10:59:04.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
51052025-02-28T10:59:06.841Z[ recovery-image] Feb 28 10:59:04.775 INFO O| Feb 28 10:59:04.775 INFO STEP 149 (remove_files) COMPLETE
51062025-02-28T10:59:06.841Z[ recovery-image] Feb 28 10:59:04.775 INFO O| Feb 28 10:59:04.775 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-02-28T10:59:06.874Z[ recovery-image] Feb 28 10:59:04.810 INFO O| Feb 28 10:59:04.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
51082025-02-28T10:59:06.874Z[ recovery-image] Feb 28 10:59:04.810 INFO O| Feb 28 10:59:04.810 INFO STEP 150 (remove_files) COMPLETE
51092025-02-28T10:59:06.874Z[ recovery-image] Feb 28 10:59:04.810 INFO O| Feb 28 10:59:04.810 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-02-28T10:59:06.893Z[ recovery-image] Feb 28 10:59:04.829 INFO O| Feb 28 10:59:04.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
51112025-02-28T10:59:06.893Z[ recovery-image] Feb 28 10:59:04.829 INFO O| Feb 28 10:59:04.829 INFO STEP 151 (remove_files) COMPLETE
51122025-02-28T10:59:06.893Z[ recovery-image] Feb 28 10:59:04.829 INFO O| Feb 28 10:59:04.829 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-02-28T10:59:06.912Z[ recovery-image] Feb 28 10:59:04.848 INFO O| Feb 28 10:59:04.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
51142025-02-28T10:59:06.912Z[ recovery-image] Feb 28 10:59:04.848 INFO O| Feb 28 10:59:04.848 INFO STEP 152 (remove_files) COMPLETE
51152025-02-28T10:59:06.916Z[ recovery-image] Feb 28 10:59:04.848 INFO O| Feb 28 10:59:04.848 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-02-28T10:59:06.934Z[ recovery-image] Feb 28 10:59:04.868 INFO O| Feb 28 10:59:04.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
51172025-02-28T10:59:06.934Z[ recovery-image] Feb 28 10:59:04.868 INFO O| Feb 28 10:59:04.868 INFO STEP 153 (remove_files) COMPLETE
51182025-02-28T10:59:06.934Z[ recovery-image] Feb 28 10:59:04.868 INFO O| Feb 28 10:59:04.868 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-02-28T10:59:06.951Z[ recovery-image] Feb 28 10:59:04.887 INFO O| Feb 28 10:59:04.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
51202025-02-28T10:59:07.034Z[ recovery-image] Feb 28 10:59:04.970 INFO O| Feb 28 10:59:04.970 INFO STEP 154 (remove_files) COMPLETE
51212025-02-28T10:59:07.034Z[ recovery-image] Feb 28 10:59:04.970 INFO O| Feb 28 10:59:04.970 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-02-28T10:59:07.091Z[ recovery-image] Feb 28 10:59:05.027 INFO O| Feb 28 10:59:05.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
51232025-02-28T10:59:07.091Z[ recovery-image] Feb 28 10:59:05.027 INFO O| Feb 28 10:59:05.027 INFO STEP 155 (remove_files) COMPLETE
51242025-02-28T10:59:07.091Z[ recovery-image] Feb 28 10:59:05.027 INFO O| Feb 28 10:59:05.027 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-02-28T10:59:07.132Z[ recovery-image] Feb 28 10:59:05.065 INFO O| Feb 28 10:59:05.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
51262025-02-28T10:59:07.132Z[ recovery-image] Feb 28 10:59:05.065 INFO O| Feb 28 10:59:05.065 INFO STEP 156 (remove_files) COMPLETE
51272025-02-28T10:59:07.132Z[ recovery-image] Feb 28 10:59:05.065 INFO O| Feb 28 10:59:05.065 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-02-28T10:59:07.159Z[ host-image] Feb 28 10:59:05.091 INFO O| Feb 28 10:59:05.090 INFO O| Actions: Completed 22 actions in 0.37 seconds.
51292025-02-28T10:59:07.190Z[ recovery-image] Feb 28 10:59:05.125 INFO O| Feb 28 10:59:05.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
51302025-02-28T10:59:07.190Z[ recovery-image] Feb 28 10:59:05.125 INFO O| Feb 28 10:59:05.125 INFO STEP 157 (remove_files) COMPLETE
51312025-02-28T10:59:07.190Z[ recovery-image] Feb 28 10:59:05.125 INFO O| Feb 28 10:59:05.125 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-02-28T10:59:07.223Z[ recovery-image] Feb 28 10:59:05.156 INFO O| Feb 28 10:59:05.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
51332025-02-28T10:59:07.224Z[ recovery-image] Feb 28 10:59:05.156 INFO O| Feb 28 10:59:05.156 INFO STEP 158 (remove_files) COMPLETE
51342025-02-28T10:59:07.227Z[ recovery-image] Feb 28 10:59:05.156 INFO O| Feb 28 10:59:05.156 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-02-28T10:59:07.242Z[ recovery-image] Feb 28 10:59:05.176 INFO O| Feb 28 10:59:05.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
51362025-02-28T10:59:07.242Z[ recovery-image] Feb 28 10:59:05.176 INFO O| Feb 28 10:59:05.176 INFO STEP 159 (remove_files) COMPLETE
51372025-02-28T10:59:07.245Z[ recovery-image] Feb 28 10:59:05.176 INFO O| Feb 28 10:59:05.176 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-02-28T10:59:07.279Z[ recovery-image] Feb 28 10:59:05.215 INFO O| Feb 28 10:59:05.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
51392025-02-28T10:59:07.279Z[ recovery-image] Feb 28 10:59:05.215 INFO O| Feb 28 10:59:05.215 INFO STEP 160 (remove_files) COMPLETE
51402025-02-28T10:59:07.282Z[ recovery-image] Feb 28 10:59:05.215 INFO O| Feb 28 10:59:05.215 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412025-02-28T10:59:07.343Z[ recovery-image] Feb 28 10:59:05.276 INFO O| Feb 28 10:59:05.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
51422025-02-28T10:59:07.343Z[ recovery-image] Feb 28 10:59:05.276 INFO O| Feb 28 10:59:05.276 INFO STEP 161 (remove_files) COMPLETE
51432025-02-28T10:59:07.343Z[ recovery-image] Feb 28 10:59:05.276 INFO O| Feb 28 10:59:05.276 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442025-02-28T10:59:07.362Z[ recovery-image] Feb 28 10:59:05.297 INFO O| Feb 28 10:59:05.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
51452025-02-28T10:59:07.371Z[ recovery-image] Feb 28 10:59:05.299 INFO O| Feb 28 10:59:05.299 INFO STEP 162 (remove_files) COMPLETE
51462025-02-28T10:59:07.371Z[ recovery-image] Feb 28 10:59:05.299 INFO O| Feb 28 10:59:05.299 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472025-02-28T10:59:07.413Z[ recovery-image] Feb 28 10:59:05.333 INFO O| Feb 28 10:59:05.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
51482025-02-28T10:59:07.415Z[ recovery-image] Feb 28 10:59:05.333 INFO O| Feb 28 10:59:05.333 INFO STEP 163 (remove_files) COMPLETE
51492025-02-28T10:59:07.439Z[ recovery-image] Feb 28 10:59:05.333 INFO O| Feb 28 10:59:05.333 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502025-02-28T10:59:07.448Z[ recovery-image] Feb 28 10:59:05.375 INFO O| Feb 28 10:59:05.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
51512025-02-28T10:59:07.448Z[ recovery-image] Feb 28 10:59:05.375 INFO O| Feb 28 10:59:05.375 INFO STEP 164 (remove_files) COMPLETE
51522025-02-28T10:59:07.449Z[ recovery-image] Feb 28 10:59:05.375 INFO O| Feb 28 10:59:05.375 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532025-02-28T10:59:07.462Z[ recovery-image] Feb 28 10:59:05.397 INFO O| Feb 28 10:59:05.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
51542025-02-28T10:59:07.466Z[ recovery-image] Feb 28 10:59:05.397 INFO O| Feb 28 10:59:05.397 INFO STEP 165 (remove_files) COMPLETE
51552025-02-28T10:59:07.466Z[ recovery-image] Feb 28 10:59:05.398 INFO O| Feb 28 10:59:05.398 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562025-02-28T10:59:07.487Z[ recovery-image] Feb 28 10:59:05.421 INFO O| Feb 28 10:59:05.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
51572025-02-28T10:59:07.491Z[ recovery-image] Feb 28 10:59:05.421 INFO O| Feb 28 10:59:05.421 INFO STEP 166 (remove_files) COMPLETE
51582025-02-28T10:59:07.491Z[ recovery-image] Feb 28 10:59:05.421 INFO O| Feb 28 10:59:05.421 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592025-02-28T10:59:07.509Z[ recovery-image] Feb 28 10:59:05.443 INFO O| Feb 28 10:59:05.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
51602025-02-28T10:59:07.509Z[ recovery-image] Feb 28 10:59:05.443 INFO O| Feb 28 10:59:05.443 INFO STEP 167 (remove_files) COMPLETE
51612025-02-28T10:59:07.514Z[ recovery-image] Feb 28 10:59:05.443 INFO O| Feb 28 10:59:05.443 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622025-02-28T10:59:07.530Z[ recovery-image] Feb 28 10:59:05.463 INFO O| Feb 28 10:59:05.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
51632025-02-28T10:59:07.530Z[ recovery-image] Feb 28 10:59:05.463 INFO O| Feb 28 10:59:05.463 INFO STEP 168 (remove_files) COMPLETE
51642025-02-28T10:59:07.534Z[ recovery-image] Feb 28 10:59:05.463 INFO O| Feb 28 10:59:05.463 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652025-02-28T10:59:07.549Z[ recovery-image] Feb 28 10:59:05.480 INFO O| Feb 28 10:59:05.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
51662025-02-28T10:59:07.575Z[ recovery-image] Feb 28 10:59:05.504 INFO O| Feb 28 10:59:05.504 INFO STEP 169 (remove_files) COMPLETE
51672025-02-28T10:59:07.575Z[ recovery-image] Feb 28 10:59:05.504 INFO O| Feb 28 10:59:05.504 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682025-02-28T10:59:07.601Z[ recovery-image] Feb 28 10:59:05.536 INFO O| Feb 28 10:59:05.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
51692025-02-28T10:59:07.604Z[ recovery-image] Feb 28 10:59:05.536 INFO O| Feb 28 10:59:05.536 INFO STEP 170 (remove_files) COMPLETE
51702025-02-28T10:59:07.604Z[ recovery-image] Feb 28 10:59:05.536 INFO O| Feb 28 10:59:05.536 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712025-02-28T10:59:07.622Z[ recovery-image] Feb 28 10:59:05.557 INFO O| Feb 28 10:59:05.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
51722025-02-28T10:59:07.625Z[ recovery-image] Feb 28 10:59:05.557 INFO O| Feb 28 10:59:05.557 INFO STEP 171 (remove_files) COMPLETE
51732025-02-28T10:59:07.625Z[ recovery-image] Feb 28 10:59:05.557 INFO O| Feb 28 10:59:05.557 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742025-02-28T10:59:07.642Z[ recovery-image] Feb 28 10:59:05.578 INFO O| Feb 28 10:59:05.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
51752025-02-28T10:59:07.642Z[ recovery-image] Feb 28 10:59:05.578 INFO O| Feb 28 10:59:05.578 INFO STEP 172 (remove_files) COMPLETE
51762025-02-28T10:59:07.645Z[ recovery-image] Feb 28 10:59:05.578 INFO O| Feb 28 10:59:05.578 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772025-02-28T10:59:07.661Z[ recovery-image] Feb 28 10:59:05.597 INFO O| Feb 28 10:59:05.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
51782025-02-28T10:59:07.665Z[ recovery-image] Feb 28 10:59:05.597 INFO O| Feb 28 10:59:05.597 INFO STEP 173 (remove_files) COMPLETE
51792025-02-28T10:59:07.665Z[ recovery-image] Feb 28 10:59:05.597 INFO O| Feb 28 10:59:05.597 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802025-02-28T10:59:07.682Z[ recovery-image] Feb 28 10:59:05.618 INFO O| Feb 28 10:59:05.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
51812025-02-28T10:59:07.685Z[ recovery-image] Feb 28 10:59:05.618 INFO O| Feb 28 10:59:05.618 INFO STEP 174 (remove_files) COMPLETE
51822025-02-28T10:59:07.685Z[ recovery-image] Feb 28 10:59:05.618 INFO O| Feb 28 10:59:05.618 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832025-02-28T10:59:07.703Z[ recovery-image] Feb 28 10:59:05.639 INFO O| Feb 28 10:59:05.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
51842025-02-28T10:59:07.703Z[ recovery-image] Feb 28 10:59:05.639 INFO O| Feb 28 10:59:05.639 INFO STEP 175 (remove_files) COMPLETE
51852025-02-28T10:59:07.706Z[ recovery-image] Feb 28 10:59:05.639 INFO O| Feb 28 10:59:05.639 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862025-02-28T10:59:07.723Z[ recovery-image] Feb 28 10:59:05.658 INFO O| Feb 28 10:59:05.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
51872025-02-28T10:59:07.723Z[ recovery-image] Feb 28 10:59:05.659 INFO O| Feb 28 10:59:05.658 INFO STEP 176 (remove_files) COMPLETE
51882025-02-28T10:59:07.723Z[ recovery-image] Feb 28 10:59:05.659 INFO O| Feb 28 10:59:05.658 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892025-02-28T10:59:07.812Z[ recovery-image] Feb 28 10:59:05.748 INFO O| Feb 28 10:59:05.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
51902025-02-28T10:59:07.815Z[ recovery-image] Feb 28 10:59:05.748 INFO O| Feb 28 10:59:05.748 INFO STEP 177 (remove_files) COMPLETE
51912025-02-28T10:59:07.815Z[ recovery-image] Feb 28 10:59:05.748 INFO O| Feb 28 10:59:05.748 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922025-02-28T10:59:07.819Z[ host-image] Feb 28 10:59:05.755 INFO O| Feb 28 10:59:05.755 INFO O| Done
51932025-02-28T10:59:07.822Z[ host-image] Feb 28 10:59:05.755 INFO O| Feb 28 10:59:05.755 INFO O| Done
51942025-02-28T10:59:07.862Z[ recovery-image] Feb 28 10:59:05.789 INFO O| Feb 28 10:59:05.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
51952025-02-28T10:59:07.862Z[ recovery-image] Feb 28 10:59:05.789 INFO O| Feb 28 10:59:05.789 INFO STEP 178 (remove_files) COMPLETE
51962025-02-28T10:59:07.866Z[ recovery-image] Feb 28 10:59:05.789 INFO O| Feb 28 10:59:05.789 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-02-28T10:59:07.873Z[ recovery-image] Feb 28 10:59:05.808 INFO O| Feb 28 10:59:05.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
51982025-02-28T10:59:07.873Z[ recovery-image] Feb 28 10:59:05.808 INFO O| Feb 28 10:59:05.808 INFO STEP 179 (remove_files) COMPLETE
51992025-02-28T10:59:07.873Z[ recovery-image] Feb 28 10:59:05.808 INFO O| Feb 28 10:59:05.808 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-02-28T10:59:07.908Z[ recovery-image] Feb 28 10:59:05.843 INFO O| Feb 28 10:59:05.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
52012025-02-28T10:59:07.908Z[ recovery-image] Feb 28 10:59:05.843 INFO O| Feb 28 10:59:05.843 INFO STEP 180 (remove_files) COMPLETE
52022025-02-28T10:59:07.908Z[ recovery-image] Feb 28 10:59:05.843 INFO O| Feb 28 10:59:05.843 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-02-28T10:59:07.925Z[ recovery-image] Feb 28 10:59:05.861 INFO O| Feb 28 10:59:05.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
52042025-02-28T10:59:07.925Z[ recovery-image] Feb 28 10:59:05.861 INFO O| Feb 28 10:59:05.861 INFO STEP 181 (remove_files) COMPLETE
52052025-02-28T10:59:07.925Z[ recovery-image] Feb 28 10:59:05.861 INFO O| Feb 28 10:59:05.861 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-02-28T10:59:07.944Z[ recovery-image] Feb 28 10:59:05.880 INFO O| Feb 28 10:59:05.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
52072025-02-28T10:59:07.963Z[ recovery-image] Feb 28 10:59:05.898 INFO O| Feb 28 10:59:05.898 INFO STEP 182 (remove_files) COMPLETE
52082025-02-28T10:59:07.963Z[ recovery-image] Feb 28 10:59:05.898 INFO O| Feb 28 10:59:05.898 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-02-28T10:59:08.021Z[ recovery-image] Feb 28 10:59:05.957 INFO O| Feb 28 10:59:05.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
52102025-02-28T10:59:08.021Z[ recovery-image] Feb 28 10:59:05.957 INFO O| Feb 28 10:59:05.957 INFO STEP 183 (remove_files) COMPLETE
52112025-02-28T10:59:08.022Z[ recovery-image] Feb 28 10:59:05.957 INFO O| Feb 28 10:59:05.957 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-02-28T10:59:08.040Z[ recovery-image] Feb 28 10:59:05.975 INFO O| Feb 28 10:59:05.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
52132025-02-28T10:59:08.040Z[ recovery-image] Feb 28 10:59:05.975 INFO O| Feb 28 10:59:05.975 INFO STEP 184 (remove_files) COMPLETE
52142025-02-28T10:59:08.042Z[ recovery-image] Feb 28 10:59:05.975 INFO O| Feb 28 10:59:05.975 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-02-28T10:59:08.064Z[ recovery-image] Feb 28 10:59:05.999 INFO O| Feb 28 10:59:05.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
52162025-02-28T10:59:08.064Z[ recovery-image] Feb 28 10:59:05.999 INFO O| Feb 28 10:59:05.999 INFO STEP 185 (remove_files) COMPLETE
52172025-02-28T10:59:08.067Z[ recovery-image] Feb 28 10:59:05.999 INFO O| Feb 28 10:59:05.999 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-02-28T10:59:08.103Z[ recovery-image] Feb 28 10:59:06.038 INFO O| Feb 28 10:59:06.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
52192025-02-28T10:59:08.103Z[ recovery-image] Feb 28 10:59:06.038 INFO O| Feb 28 10:59:06.038 INFO STEP 186 (remove_files) COMPLETE
52202025-02-28T10:59:08.106Z[ recovery-image] Feb 28 10:59:06.039 INFO O| Feb 28 10:59:06.038 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-02-28T10:59:08.140Z[ recovery-image] Feb 28 10:59:06.076 INFO O| Feb 28 10:59:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
52222025-02-28T10:59:08.140Z[ recovery-image] Feb 28 10:59:06.076 INFO O| Feb 28 10:59:06.076 INFO STEP 187 (remove_files) COMPLETE
52232025-02-28T10:59:08.140Z[ recovery-image] Feb 28 10:59:06.076 INFO O| Feb 28 10:59:06.076 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-02-28T10:59:08.161Z[ recovery-image] Feb 28 10:59:06.096 INFO O| Feb 28 10:59:06.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
52252025-02-28T10:59:08.161Z[ recovery-image] Feb 28 10:59:06.096 INFO O| Feb 28 10:59:06.096 INFO STEP 188 (remove_files) COMPLETE
52262025-02-28T10:59:08.163Z[ recovery-image] Feb 28 10:59:06.096 INFO O| Feb 28 10:59:06.096 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-02-28T10:59:08.195Z[ recovery-image] Feb 28 10:59:06.131 INFO O| Feb 28 10:59:06.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
52282025-02-28T10:59:08.201Z[ recovery-image] Feb 28 10:59:06.137 INFO O| Feb 28 10:59:06.137 INFO STEP 189 (remove_files) COMPLETE
52292025-02-28T10:59:08.204Z[ recovery-image] Feb 28 10:59:06.137 INFO O| Feb 28 10:59:06.137 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-02-28T10:59:08.220Z[ recovery-image] Feb 28 10:59:06.154 INFO O| Feb 28 10:59:06.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
52312025-02-28T10:59:08.220Z[ recovery-image] Feb 28 10:59:06.154 INFO O| Feb 28 10:59:06.154 INFO STEP 190 (remove_files) COMPLETE
52322025-02-28T10:59:08.220Z[ recovery-image] Feb 28 10:59:06.154 INFO O| Feb 28 10:59:06.154 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-02-28T10:59:08.246Z[ recovery-image] Feb 28 10:59:06.180 INFO O| Feb 28 10:59:06.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
52342025-02-28T10:59:08.246Z[ recovery-image] Feb 28 10:59:06.180 INFO O| Feb 28 10:59:06.180 INFO STEP 191 (remove_files) COMPLETE
52352025-02-28T10:59:08.249Z[ recovery-image] Feb 28 10:59:06.180 INFO O| Feb 28 10:59:06.180 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-02-28T10:59:08.353Z[ recovery-image] Feb 28 10:59:06.289 INFO O| Feb 28 10:59:06.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
52372025-02-28T10:59:08.353Z[ recovery-image] Feb 28 10:59:06.289 INFO O| Feb 28 10:59:06.289 INFO STEP 192 (remove_files) COMPLETE
52382025-02-28T10:59:08.356Z[ recovery-image] Feb 28 10:59:06.289 INFO O| Feb 28 10:59:06.289 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-02-28T10:59:08.448Z[ recovery-image] Feb 28 10:59:06.383 INFO O| Feb 28 10:59:06.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
52402025-02-28T10:59:08.452Z[ recovery-image] Feb 28 10:59:06.388 INFO O| Feb 28 10:59:06.388 INFO STEP 193 (remove_files) COMPLETE
52412025-02-28T10:59:08.452Z[ recovery-image] Feb 28 10:59:06.388 INFO O| Feb 28 10:59:06.388 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-02-28T10:59:08.506Z[ recovery-image] Feb 28 10:59:06.440 INFO O| Feb 28 10:59:06.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
52432025-02-28T10:59:08.506Z[ recovery-image] Feb 28 10:59:06.440 INFO O| Feb 28 10:59:06.440 INFO STEP 194 (remove_files) COMPLETE
52442025-02-28T10:59:08.506Z[ recovery-image] Feb 28 10:59:06.440 INFO O| Feb 28 10:59:06.440 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-02-28T10:59:08.527Z[ recovery-image] Feb 28 10:59:06.462 INFO O| Feb 28 10:59:06.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
52462025-02-28T10:59:08.527Z[ recovery-image] Feb 28 10:59:06.462 INFO O| Feb 28 10:59:06.462 INFO STEP 195 (remove_files) COMPLETE
52472025-02-28T10:59:08.529Z[ recovery-image] Feb 28 10:59:06.462 INFO O| Feb 28 10:59:06.462 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-02-28T10:59:08.545Z[ recovery-image] Feb 28 10:59:06.481 INFO O| Feb 28 10:59:06.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
52492025-02-28T10:59:08.546Z[ recovery-image] Feb 28 10:59:06.481 INFO O| Feb 28 10:59:06.481 INFO STEP 196 (remove_files) COMPLETE
52502025-02-28T10:59:08.546Z[ recovery-image] Feb 28 10:59:06.481 INFO O| Feb 28 10:59:06.481 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-02-28T10:59:08.563Z[ recovery-image] Feb 28 10:59:06.498 INFO O| Feb 28 10:59:06.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
52522025-02-28T10:59:08.563Z[ recovery-image] Feb 28 10:59:06.498 INFO O| Feb 28 10:59:06.498 INFO STEP 197 (remove_files) COMPLETE
52532025-02-28T10:59:08.563Z[ recovery-image] Feb 28 10:59:06.498 INFO O| Feb 28 10:59:06.498 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-02-28T10:59:08.579Z[ recovery-image] Feb 28 10:59:06.514 INFO O| Feb 28 10:59:06.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
52552025-02-28T10:59:08.581Z[ recovery-image] Feb 28 10:59:06.514 INFO O| Feb 28 10:59:06.514 INFO STEP 198 (remove_files) COMPLETE
52562025-02-28T10:59:08.581Z[ recovery-image] Feb 28 10:59:06.514 INFO O| Feb 28 10:59:06.514 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-02-28T10:59:08.598Z[ recovery-image] Feb 28 10:59:06.533 INFO O| Feb 28 10:59:06.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
52582025-02-28T10:59:08.600Z[ recovery-image] Feb 28 10:59:06.533 INFO O| Feb 28 10:59:06.533 INFO STEP 199 (remove_files) COMPLETE
52592025-02-28T10:59:08.600Z[ recovery-image] Feb 28 10:59:06.533 INFO O| Feb 28 10:59:06.533 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-02-28T10:59:08.617Z[ recovery-image] Feb 28 10:59:06.553 INFO O| Feb 28 10:59:06.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
52612025-02-28T10:59:08.620Z[ recovery-image] Feb 28 10:59:06.553 INFO O| Feb 28 10:59:06.553 INFO STEP 200 (remove_files) COMPLETE
52622025-02-28T10:59:08.620Z[ recovery-image] Feb 28 10:59:06.553 INFO O| Feb 28 10:59:06.553 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-02-28T10:59:08.637Z[ recovery-image] Feb 28 10:59:06.572 INFO O| Feb 28 10:59:06.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
52642025-02-28T10:59:08.640Z[ recovery-image] Feb 28 10:59:06.572 INFO O| Feb 28 10:59:06.572 INFO STEP 201 (remove_files) COMPLETE
52652025-02-28T10:59:08.640Z[ recovery-image] Feb 28 10:59:06.573 INFO O| Feb 28 10:59:06.572 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-02-28T10:59:08.657Z[ recovery-image] Feb 28 10:59:06.592 INFO O| Feb 28 10:59:06.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
52672025-02-28T10:59:08.659Z[ recovery-image] Feb 28 10:59:06.592 INFO O| Feb 28 10:59:06.592 INFO STEP 202 (remove_files) COMPLETE
52682025-02-28T10:59:08.659Z[ recovery-image] Feb 28 10:59:06.592 INFO O| Feb 28 10:59:06.592 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-02-28T10:59:08.690Z[ recovery-image] Feb 28 10:59:06.625 INFO O| Feb 28 10:59:06.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
52702025-02-28T10:59:08.690Z[ recovery-image] Feb 28 10:59:06.625 INFO O| Feb 28 10:59:06.625 INFO STEP 203 (remove_files) COMPLETE
52712025-02-28T10:59:08.690Z[ recovery-image] Feb 28 10:59:06.625 INFO O| Feb 28 10:59:06.625 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-02-28T10:59:08.735Z[ recovery-image] Feb 28 10:59:06.671 INFO O| Feb 28 10:59:06.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
52732025-02-28T10:59:08.738Z[ recovery-image] Feb 28 10:59:06.671 INFO O| Feb 28 10:59:06.671 INFO STEP 204 (remove_files) COMPLETE
52742025-02-28T10:59:08.738Z[ recovery-image] Feb 28 10:59:06.671 INFO O| Feb 28 10:59:06.671 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-02-28T10:59:08.754Z[ recovery-image] Feb 28 10:59:06.689 INFO O| Feb 28 10:59:06.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
52762025-02-28T10:59:08.757Z[ recovery-image] Feb 28 10:59:06.690 INFO O| Feb 28 10:59:06.690 INFO STEP 205 (remove_files) COMPLETE
52772025-02-28T10:59:08.757Z[ recovery-image] Feb 28 10:59:06.690 INFO O| Feb 28 10:59:06.690 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-02-28T10:59:08.773Z[ recovery-image] Feb 28 10:59:06.708 INFO O| Feb 28 10:59:06.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
52792025-02-28T10:59:08.776Z[ recovery-image] Feb 28 10:59:06.708 INFO O| Feb 28 10:59:06.708 INFO STEP 206 (remove_files) COMPLETE
52802025-02-28T10:59:08.776Z[ recovery-image] Feb 28 10:59:06.708 INFO O| Feb 28 10:59:06.708 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-02-28T10:59:08.791Z[ recovery-image] Feb 28 10:59:06.727 INFO O| Feb 28 10:59:06.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
52822025-02-28T10:59:08.794Z[ recovery-image] Feb 28 10:59:06.727 INFO O| Feb 28 10:59:06.727 INFO STEP 207 (remove_files) COMPLETE
52832025-02-28T10:59:08.794Z[ recovery-image] Feb 28 10:59:06.727 INFO O| Feb 28 10:59:06.727 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-02-28T10:59:08.810Z[ recovery-image] Feb 28 10:59:06.745 INFO O| Feb 28 10:59:06.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
52852025-02-28T10:59:08.814Z[ recovery-image] Feb 28 10:59:06.746 INFO O| Feb 28 10:59:06.746 INFO STEP 208 (remove_files) COMPLETE
52862025-02-28T10:59:08.814Z[ recovery-image] Feb 28 10:59:06.746 INFO O| Feb 28 10:59:06.746 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-02-28T10:59:08.830Z[ recovery-image] Feb 28 10:59:06.765 INFO O| Feb 28 10:59:06.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
52882025-02-28T10:59:08.832Z[ recovery-image] Feb 28 10:59:06.765 INFO O| Feb 28 10:59:06.765 INFO STEP 209 (remove_files) COMPLETE
52892025-02-28T10:59:08.832Z[ recovery-image] Feb 28 10:59:06.765 INFO O| Feb 28 10:59:06.765 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-02-28T10:59:08.848Z[ recovery-image] Feb 28 10:59:06.783 INFO O| Feb 28 10:59:06.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
52912025-02-28T10:59:08.848Z[ recovery-image] Feb 28 10:59:06.783 INFO O| Feb 28 10:59:06.783 INFO STEP 210 (remove_files) COMPLETE
52922025-02-28T10:59:08.848Z[ recovery-image] Feb 28 10:59:06.783 INFO O| Feb 28 10:59:06.783 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-02-28T10:59:08.869Z[ recovery-image] Feb 28 10:59:06.804 INFO O| Feb 28 10:59:06.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
52942025-02-28T10:59:08.869Z[ recovery-image] Feb 28 10:59:06.804 INFO O| Feb 28 10:59:06.804 INFO STEP 211 (remove_files) COMPLETE
52952025-02-28T10:59:08.869Z[ recovery-image] Feb 28 10:59:06.804 INFO O| Feb 28 10:59:06.804 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-02-28T10:59:08.890Z[ recovery-image] Feb 28 10:59:06.825 INFO O| Feb 28 10:59:06.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
52972025-02-28T10:59:08.893Z[ recovery-image] Feb 28 10:59:06.826 INFO O| Feb 28 10:59:06.826 INFO STEP 212 (remove_files) COMPLETE
52982025-02-28T10:59:08.893Z[ recovery-image] Feb 28 10:59:06.826 INFO O| Feb 28 10:59:06.826 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-02-28T10:59:08.910Z[ recovery-image] Feb 28 10:59:06.845 INFO O| Feb 28 10:59:06.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
53002025-02-28T10:59:08.910Z[ recovery-image] Feb 28 10:59:06.845 INFO O| Feb 28 10:59:06.845 INFO STEP 213 (remove_files) COMPLETE
53012025-02-28T10:59:08.912Z[ recovery-image] Feb 28 10:59:06.845 INFO O| Feb 28 10:59:06.845 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-02-28T10:59:08.931Z[ recovery-image] Feb 28 10:59:06.863 INFO O| Feb 28 10:59:06.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
53032025-02-28T10:59:08.931Z[ recovery-image] Feb 28 10:59:06.864 INFO O| Feb 28 10:59:06.864 INFO STEP 214 (remove_files) COMPLETE
53042025-02-28T10:59:08.931Z[ recovery-image] Feb 28 10:59:06.864 INFO O| Feb 28 10:59:06.864 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-02-28T10:59:08.955Z[ recovery-image] Feb 28 10:59:06.890 INFO O| Feb 28 10:59:06.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
53062025-02-28T10:59:08.958Z[ recovery-image] Feb 28 10:59:06.890 INFO O| Feb 28 10:59:06.890 INFO STEP 215 (remove_files) COMPLETE
53072025-02-28T10:59:08.958Z[ recovery-image] Feb 28 10:59:06.891 INFO O| Feb 28 10:59:06.891 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-02-28T10:59:08.976Z[ recovery-image] Feb 28 10:59:06.911 INFO O| Feb 28 10:59:06.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
53092025-02-28T10:59:08.979Z[ recovery-image] Feb 28 10:59:06.911 INFO O| Feb 28 10:59:06.911 INFO STEP 216 (remove_files) COMPLETE
53102025-02-28T10:59:08.979Z[ recovery-image] Feb 28 10:59:06.912 INFO O| Feb 28 10:59:06.911 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-02-28T10:59:08.997Z[ recovery-image] Feb 28 10:59:06.931 INFO O| Feb 28 10:59:06.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
53122025-02-28T10:59:09.001Z[ recovery-image] Feb 28 10:59:06.931 INFO O| Feb 28 10:59:06.931 INFO STEP 217 (remove_files) COMPLETE
53132025-02-28T10:59:09.001Z[ recovery-image] Feb 28 10:59:06.932 INFO O| Feb 28 10:59:06.931 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-02-28T10:59:09.016Z[ recovery-image] Feb 28 10:59:06.951 INFO O| Feb 28 10:59:06.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
53152025-02-28T10:59:09.019Z[ recovery-image] Feb 28 10:59:06.951 INFO O| Feb 28 10:59:06.951 INFO STEP 218 (remove_files) COMPLETE
53162025-02-28T10:59:09.019Z[ recovery-image] Feb 28 10:59:06.951 INFO O| Feb 28 10:59:06.951 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-02-28T10:59:09.036Z[ recovery-image] Feb 28 10:59:06.971 INFO O| Feb 28 10:59:06.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
53182025-02-28T10:59:09.039Z[ recovery-image] Feb 28 10:59:06.971 INFO O| Feb 28 10:59:06.971 INFO STEP 219 (remove_files) COMPLETE
53192025-02-28T10:59:09.039Z[ recovery-image] Feb 28 10:59:06.971 INFO O| Feb 28 10:59:06.971 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-02-28T10:59:09.055Z[ recovery-image] Feb 28 10:59:06.990 INFO O| Feb 28 10:59:06.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
53212025-02-28T10:59:09.058Z[ recovery-image] Feb 28 10:59:06.990 INFO O| Feb 28 10:59:06.990 INFO STEP 220 (remove_files) COMPLETE
53222025-02-28T10:59:09.058Z[ recovery-image] Feb 28 10:59:06.990 INFO O| Feb 28 10:59:06.990 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-02-28T10:59:09.074Z[ recovery-image] Feb 28 10:59:07.009 INFO O| Feb 28 10:59:07.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
53242025-02-28T10:59:09.077Z[ recovery-image] Feb 28 10:59:07.010 INFO O| Feb 28 10:59:07.009 INFO STEP 221 (remove_files) COMPLETE
53252025-02-28T10:59:09.077Z[ recovery-image] Feb 28 10:59:07.010 INFO O| Feb 28 10:59:07.010 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-02-28T10:59:09.093Z[ recovery-image] Feb 28 10:59:07.028 INFO O| Feb 28 10:59:07.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
53272025-02-28T10:59:09.096Z[ recovery-image] Feb 28 10:59:07.029 INFO O| Feb 28 10:59:07.029 INFO STEP 222 (remove_files) COMPLETE
53282025-02-28T10:59:09.096Z[ recovery-image] Feb 28 10:59:07.029 INFO O| Feb 28 10:59:07.029 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-02-28T10:59:09.112Z[ recovery-image] Feb 28 10:59:07.047 INFO O| Feb 28 10:59:07.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
53302025-02-28T10:59:09.115Z[ recovery-image] Feb 28 10:59:07.047 INFO O| Feb 28 10:59:07.047 INFO STEP 223 (remove_files) COMPLETE
53312025-02-28T10:59:09.115Z[ recovery-image] Feb 28 10:59:07.047 INFO O| Feb 28 10:59:07.047 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-02-28T10:59:09.131Z[ recovery-image] Feb 28 10:59:07.066 INFO O| Feb 28 10:59:07.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
53332025-02-28T10:59:09.134Z[ recovery-image] Feb 28 10:59:07.067 INFO O| Feb 28 10:59:07.067 INFO STEP 224 (remove_files) COMPLETE
53342025-02-28T10:59:09.134Z[ recovery-image] Feb 28 10:59:07.067 INFO O| Feb 28 10:59:07.067 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-02-28T10:59:09.172Z[ recovery-image] Feb 28 10:59:07.107 INFO O| Feb 28 10:59:07.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
53362025-02-28T10:59:09.175Z[ recovery-image] Feb 28 10:59:07.107 INFO O| Feb 28 10:59:07.107 INFO STEP 225 (remove_files) COMPLETE
53372025-02-28T10:59:09.175Z[ recovery-image] Feb 28 10:59:07.107 INFO O| Feb 28 10:59:07.107 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-02-28T10:59:09.193Z[ recovery-image] Feb 28 10:59:07.127 INFO O| Feb 28 10:59:07.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
53392025-02-28T10:59:09.193Z[ recovery-image] Feb 28 10:59:07.127 INFO O| Feb 28 10:59:07.127 INFO STEP 226 (remove_files) COMPLETE
53402025-02-28T10:59:09.196Z[ recovery-image] Feb 28 10:59:07.127 INFO O| Feb 28 10:59:07.127 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-02-28T10:59:09.211Z[ recovery-image] Feb 28 10:59:07.146 INFO O| Feb 28 10:59:07.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
53422025-02-28T10:59:09.211Z[ recovery-image] Feb 28 10:59:07.146 INFO O| Feb 28 10:59:07.146 INFO STEP 227 (remove_files) COMPLETE
53432025-02-28T10:59:09.211Z[ recovery-image] Feb 28 10:59:07.146 INFO O| Feb 28 10:59:07.146 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-02-28T10:59:09.230Z[ recovery-image] Feb 28 10:59:07.165 INFO O| Feb 28 10:59:07.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
53452025-02-28T10:59:09.232Z[ recovery-image] Feb 28 10:59:07.165 INFO O| Feb 28 10:59:07.165 INFO STEP 228 (remove_files) COMPLETE
53462025-02-28T10:59:09.233Z[ recovery-image] Feb 28 10:59:07.165 INFO O| Feb 28 10:59:07.165 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-02-28T10:59:09.259Z[ recovery-image] Feb 28 10:59:07.194 INFO O| Feb 28 10:59:07.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
53482025-02-28T10:59:09.262Z[ recovery-image] Feb 28 10:59:07.195 INFO O| Feb 28 10:59:07.194 INFO STEP 229 (remove_files) COMPLETE
53492025-02-28T10:59:09.262Z[ recovery-image] Feb 28 10:59:07.195 INFO O| Feb 28 10:59:07.195 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-02-28T10:59:09.280Z[ recovery-image] Feb 28 10:59:07.215 INFO O| Feb 28 10:59:07.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
53512025-02-28T10:59:09.283Z[ recovery-image] Feb 28 10:59:07.216 INFO O| Feb 28 10:59:07.215 INFO STEP 230 (remove_files) COMPLETE
53522025-02-28T10:59:09.283Z[ recovery-image] Feb 28 10:59:07.216 INFO O| Feb 28 10:59:07.216 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-02-28T10:59:09.301Z[ recovery-image] Feb 28 10:59:07.235 INFO O| Feb 28 10:59:07.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
53542025-02-28T10:59:09.303Z[ recovery-image] Feb 28 10:59:07.236 INFO O| Feb 28 10:59:07.236 INFO STEP 231 (remove_files) COMPLETE
53552025-02-28T10:59:09.303Z[ recovery-image] Feb 28 10:59:07.236 INFO O| Feb 28 10:59:07.236 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-02-28T10:59:09.320Z[ recovery-image] Feb 28 10:59:07.254 INFO O| Feb 28 10:59:07.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
53572025-02-28T10:59:09.320Z[ recovery-image] Feb 28 10:59:07.254 INFO O| Feb 28 10:59:07.254 INFO STEP 232 (remove_files) COMPLETE
53582025-02-28T10:59:09.321Z[ recovery-image] Feb 28 10:59:07.254 INFO O| Feb 28 10:59:07.254 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-02-28T10:59:09.339Z[ recovery-image] Feb 28 10:59:07.272 INFO O| Feb 28 10:59:07.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
53602025-02-28T10:59:09.339Z[ recovery-image] Feb 28 10:59:07.272 INFO O| Feb 28 10:59:07.272 INFO STEP 233 (remove_files) COMPLETE
53612025-02-28T10:59:09.339Z[ recovery-image] Feb 28 10:59:07.273 INFO O| Feb 28 10:59:07.272 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-02-28T10:59:09.359Z[ recovery-image] Feb 28 10:59:07.292 INFO O| Feb 28 10:59:07.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
53632025-02-28T10:59:09.359Z[ recovery-image] Feb 28 10:59:07.293 INFO O| Feb 28 10:59:07.293 INFO STEP 234 (remove_files) COMPLETE
53642025-02-28T10:59:09.359Z[ recovery-image] Feb 28 10:59:07.293 INFO O| Feb 28 10:59:07.293 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-02-28T10:59:09.379Z[ recovery-image] Feb 28 10:59:07.313 INFO O| Feb 28 10:59:07.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
53662025-02-28T10:59:09.379Z[ recovery-image] Feb 28 10:59:07.313 INFO O| Feb 28 10:59:07.313 INFO STEP 235 (remove_files) COMPLETE
53672025-02-28T10:59:09.379Z[ recovery-image] Feb 28 10:59:07.313 INFO O| Feb 28 10:59:07.313 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-02-28T10:59:09.388Z[ host-image] Feb 28 10:59:07.323 INFO O| Feb 28 10:59:07.323 INFO O| Done
53692025-02-28T10:59:09.399Z[ recovery-image] Feb 28 10:59:07.334 INFO O| Feb 28 10:59:07.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
53702025-02-28T10:59:09.400Z[ recovery-image] Feb 28 10:59:07.334 INFO O| Feb 28 10:59:07.334 INFO STEP 236 (remove_files) COMPLETE
53712025-02-28T10:59:09.402Z[ recovery-image] Feb 28 10:59:07.334 INFO O| Feb 28 10:59:07.334 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722025-02-28T10:59:09.420Z[ recovery-image] Feb 28 10:59:07.355 INFO O| Feb 28 10:59:07.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
53732025-02-28T10:59:09.420Z[ recovery-image] Feb 28 10:59:07.355 INFO O| Feb 28 10:59:07.355 INFO STEP 237 (remove_files) COMPLETE
53742025-02-28T10:59:09.420Z[ recovery-image] Feb 28 10:59:07.355 INFO O| Feb 28 10:59:07.355 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752025-02-28T10:59:09.440Z[ recovery-image] Feb 28 10:59:07.375 INFO O| Feb 28 10:59:07.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
53762025-02-28T10:59:09.440Z[ recovery-image] Feb 28 10:59:07.375 INFO O| Feb 28 10:59:07.375 INFO STEP 238 (remove_files) COMPLETE
53772025-02-28T10:59:09.443Z[ recovery-image] Feb 28 10:59:07.375 INFO O| Feb 28 10:59:07.375 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782025-02-28T10:59:09.462Z[ recovery-image] Feb 28 10:59:07.397 INFO O| Feb 28 10:59:07.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
53792025-02-28T10:59:09.466Z[ recovery-image] Feb 28 10:59:07.397 INFO O| Feb 28 10:59:07.397 INFO STEP 239 (remove_files) COMPLETE
53802025-02-28T10:59:09.466Z[ recovery-image] Feb 28 10:59:07.397 INFO O| Feb 28 10:59:07.397 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812025-02-28T10:59:09.539Z[ recovery-image] Feb 28 10:59:07.474 INFO O| Feb 28 10:59:07.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
53822025-02-28T10:59:09.540Z[ recovery-image] Feb 28 10:59:07.474 INFO O| Feb 28 10:59:07.474 INFO STEP 240 (remove_files) COMPLETE
53832025-02-28T10:59:09.540Z[ recovery-image] Feb 28 10:59:07.474 INFO O| Feb 28 10:59:07.474 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842025-02-28T10:59:09.562Z[ recovery-image] Feb 28 10:59:07.496 INFO O| Feb 28 10:59:07.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
53852025-02-28T10:59:09.562Z[ recovery-image] Feb 28 10:59:07.496 INFO O| Feb 28 10:59:07.496 INFO STEP 241 (remove_files) COMPLETE
53862025-02-28T10:59:09.565Z[ recovery-image] Feb 28 10:59:07.497 INFO O| Feb 28 10:59:07.496 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872025-02-28T10:59:09.582Z[ recovery-image] Feb 28 10:59:07.517 INFO O| Feb 28 10:59:07.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
53882025-02-28T10:59:09.582Z[ recovery-image] Feb 28 10:59:07.517 INFO O| Feb 28 10:59:07.517 INFO STEP 242 (remove_files) COMPLETE
53892025-02-28T10:59:09.582Z[ recovery-image] Feb 28 10:59:07.517 INFO O| Feb 28 10:59:07.517 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902025-02-28T10:59:09.642Z[ recovery-image] Feb 28 10:59:07.576 INFO O| Feb 28 10:59:07.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
53912025-02-28T10:59:09.642Z[ recovery-image] Feb 28 10:59:07.576 INFO O| Feb 28 10:59:07.576 INFO STEP 243 (remove_files) COMPLETE
53922025-02-28T10:59:09.642Z[ recovery-image] Feb 28 10:59:07.576 INFO O| Feb 28 10:59:07.576 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932025-02-28T10:59:09.720Z[ recovery-image] Feb 28 10:59:07.654 INFO O| Feb 28 10:59:07.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
53942025-02-28T10:59:09.723Z[ recovery-image] Feb 28 10:59:07.654 INFO O| Feb 28 10:59:07.654 INFO STEP 244 (remove_files) COMPLETE
53952025-02-28T10:59:09.723Z[ recovery-image] Feb 28 10:59:07.654 INFO O| Feb 28 10:59:07.654 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962025-02-28T10:59:09.757Z[ recovery-image] Feb 28 10:59:07.691 INFO O| Feb 28 10:59:07.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
53972025-02-28T10:59:09.757Z[ recovery-image] Feb 28 10:59:07.691 INFO O| Feb 28 10:59:07.691 INFO STEP 245 (remove_files) COMPLETE
53982025-02-28T10:59:09.759Z[ recovery-image] Feb 28 10:59:07.691 INFO O| Feb 28 10:59:07.691 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992025-02-28T10:59:09.776Z[ recovery-image] Feb 28 10:59:07.710 INFO O| Feb 28 10:59:07.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
54002025-02-28T10:59:09.778Z[ recovery-image] Feb 28 10:59:07.710 INFO O| Feb 28 10:59:07.710 INFO STEP 246 (remove_files) COMPLETE
54012025-02-28T10:59:09.778Z[ recovery-image] Feb 28 10:59:07.711 INFO O| Feb 28 10:59:07.711 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-02-28T10:59:09.795Z[ recovery-image] Feb 28 10:59:07.730 INFO O| Feb 28 10:59:07.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
54032025-02-28T10:59:09.798Z[ recovery-image] Feb 28 10:59:07.730 INFO O| Feb 28 10:59:07.730 INFO STEP 247 (remove_files) COMPLETE
54042025-02-28T10:59:09.798Z[ recovery-image] Feb 28 10:59:07.730 INFO O| Feb 28 10:59:07.730 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-02-28T10:59:09.816Z[ recovery-image] Feb 28 10:59:07.750 INFO O| Feb 28 10:59:07.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
54062025-02-28T10:59:09.819Z[ recovery-image] Feb 28 10:59:07.750 INFO O| Feb 28 10:59:07.750 INFO STEP 248 (remove_files) COMPLETE
54072025-02-28T10:59:09.819Z[ recovery-image] Feb 28 10:59:07.750 INFO O| Feb 28 10:59:07.750 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082025-02-28T10:59:09.834Z[ recovery-image] Feb 28 10:59:07.769 INFO O| Feb 28 10:59:07.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
54092025-02-28T10:59:09.837Z[ recovery-image] Feb 28 10:59:07.769 INFO O| Feb 28 10:59:07.769 INFO STEP 249 (remove_files) COMPLETE
54102025-02-28T10:59:09.837Z[ recovery-image] Feb 28 10:59:07.769 INFO O| Feb 28 10:59:07.769 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112025-02-28T10:59:09.854Z[ recovery-image] Feb 28 10:59:07.788 INFO O| Feb 28 10:59:07.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
54122025-02-28T10:59:09.856Z[ recovery-image] Feb 28 10:59:07.789 INFO O| Feb 28 10:59:07.788 INFO STEP 250 (remove_files) COMPLETE
54132025-02-28T10:59:09.856Z[ recovery-image] Feb 28 10:59:07.789 INFO O| Feb 28 10:59:07.789 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-02-28T10:59:09.874Z[ recovery-image] Feb 28 10:59:07.807 INFO O| Feb 28 10:59:07.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
54152025-02-28T10:59:09.877Z[ recovery-image] Feb 28 10:59:07.807 INFO O| Feb 28 10:59:07.807 INFO STEP 251 (remove_files) COMPLETE
54162025-02-28T10:59:09.877Z[ recovery-image] Feb 28 10:59:07.808 INFO O| Feb 28 10:59:07.807 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-02-28T10:59:09.891Z[ recovery-image] Feb 28 10:59:07.826 INFO O| Feb 28 10:59:07.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
54182025-02-28T10:59:09.896Z[ recovery-image] Feb 28 10:59:07.826 INFO O| Feb 28 10:59:07.826 INFO STEP 252 (remove_files) COMPLETE
54192025-02-28T10:59:09.896Z[ recovery-image] Feb 28 10:59:07.826 INFO O| Feb 28 10:59:07.826 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-02-28T10:59:09.914Z[ recovery-image] Feb 28 10:59:07.846 INFO O| Feb 28 10:59:07.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
54212025-02-28T10:59:09.916Z[ recovery-image] Feb 28 10:59:07.846 INFO O| Feb 28 10:59:07.846 INFO STEP 253 (remove_files) COMPLETE
54222025-02-28T10:59:09.917Z[ recovery-image] Feb 28 10:59:07.846 INFO O| Feb 28 10:59:07.846 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232025-02-28T10:59:09.930Z[ recovery-image] Feb 28 10:59:07.865 INFO O| Feb 28 10:59:07.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
54242025-02-28T10:59:09.933Z[ recovery-image] Feb 28 10:59:07.865 INFO O| Feb 28 10:59:07.865 INFO STEP 254 (remove_files) COMPLETE
54252025-02-28T10:59:09.933Z[ recovery-image] Feb 28 10:59:07.865 INFO O| Feb 28 10:59:07.865 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262025-02-28T10:59:09.950Z[ recovery-image] Feb 28 10:59:07.884 INFO O| Feb 28 10:59:07.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
54272025-02-28T10:59:09.953Z[ recovery-image] Feb 28 10:59:07.884 INFO O| Feb 28 10:59:07.884 INFO STEP 255 (remove_files) COMPLETE
54282025-02-28T10:59:09.953Z[ recovery-image] Feb 28 10:59:07.884 INFO O| Feb 28 10:59:07.884 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292025-02-28T10:59:09.969Z[ recovery-image] Feb 28 10:59:07.903 INFO O| Feb 28 10:59:07.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
54302025-02-28T10:59:09.972Z[ recovery-image] Feb 28 10:59:07.903 INFO O| Feb 28 10:59:07.903 INFO STEP 256 (remove_files) COMPLETE
54312025-02-28T10:59:09.972Z[ recovery-image] Feb 28 10:59:07.903 INFO O| Feb 28 10:59:07.903 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322025-02-28T10:59:09.987Z[ recovery-image] Feb 28 10:59:07.921 INFO O| Feb 28 10:59:07.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
54332025-02-28T10:59:09.990Z[ recovery-image] Feb 28 10:59:07.922 INFO O| Feb 28 10:59:07.922 INFO STEP 257 (remove_files) COMPLETE
54342025-02-28T10:59:09.990Z[ recovery-image] Feb 28 10:59:07.922 INFO O| Feb 28 10:59:07.922 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352025-02-28T10:59:10.008Z[ recovery-image] Feb 28 10:59:07.941 INFO O| Feb 28 10:59:07.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
54362025-02-28T10:59:10.015Z[ recovery-image] Feb 28 10:59:07.941 INFO O| Feb 28 10:59:07.941 INFO STEP 258 (remove_files) COMPLETE
54372025-02-28T10:59:10.015Z[ recovery-image] Feb 28 10:59:07.941 INFO O| Feb 28 10:59:07.941 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382025-02-28T10:59:10.028Z[ recovery-image] Feb 28 10:59:07.960 INFO O| Feb 28 10:59:07.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
54392025-02-28T10:59:10.036Z[ recovery-image] Feb 28 10:59:07.960 INFO O| Feb 28 10:59:07.960 INFO STEP 259 (remove_files) COMPLETE
54402025-02-28T10:59:10.036Z[ recovery-image] Feb 28 10:59:07.961 INFO O| Feb 28 10:59:07.960 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412025-02-28T10:59:10.049Z[ recovery-image] Feb 28 10:59:07.979 INFO O| Feb 28 10:59:07.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
54422025-02-28T10:59:10.057Z[ recovery-image] Feb 28 10:59:07.979 INFO O| Feb 28 10:59:07.979 INFO STEP 260 (remove_files) COMPLETE
54432025-02-28T10:59:10.057Z[ recovery-image] Feb 28 10:59:07.979 INFO O| Feb 28 10:59:07.979 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442025-02-28T10:59:10.069Z[ recovery-image] Feb 28 10:59:07.998 INFO O| Feb 28 10:59:07.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
54452025-02-28T10:59:10.069Z[ recovery-image] Feb 28 10:59:07.998 INFO O| Feb 28 10:59:07.998 INFO STEP 261 (remove_files) COMPLETE
54462025-02-28T10:59:10.069Z[ recovery-image] Feb 28 10:59:07.998 INFO O| Feb 28 10:59:07.998 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472025-02-28T10:59:10.083Z[ recovery-image] Feb 28 10:59:08.017 INFO O| Feb 28 10:59:08.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
54482025-02-28T10:59:10.085Z[ recovery-image] Feb 28 10:59:08.017 INFO O| Feb 28 10:59:08.017 INFO STEP 262 (remove_files) COMPLETE
54492025-02-28T10:59:10.085Z[ recovery-image] Feb 28 10:59:08.018 INFO O| Feb 28 10:59:08.017 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502025-02-28T10:59:10.102Z[ recovery-image] Feb 28 10:59:08.036 INFO O| Feb 28 10:59:08.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
54512025-02-28T10:59:10.107Z[ recovery-image] Feb 28 10:59:08.037 INFO O| Feb 28 10:59:08.037 INFO STEP 263 (remove_files) COMPLETE
54522025-02-28T10:59:10.107Z[ recovery-image] Feb 28 10:59:08.037 INFO O| Feb 28 10:59:08.037 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-02-28T10:59:10.121Z[ recovery-image] Feb 28 10:59:08.055 INFO O| Feb 28 10:59:08.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
54542025-02-28T10:59:10.121Z[ recovery-image] Feb 28 10:59:08.056 INFO O| Feb 28 10:59:08.055 INFO STEP 264 (remove_files) COMPLETE
54552025-02-28T10:59:10.126Z[ recovery-image] Feb 28 10:59:08.056 INFO O| Feb 28 10:59:08.056 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-02-28T10:59:10.140Z[ recovery-image] Feb 28 10:59:08.075 INFO O| Feb 28 10:59:08.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
54572025-02-28T10:59:10.143Z[ recovery-image] Feb 28 10:59:08.075 INFO O| Feb 28 10:59:08.075 INFO STEP 265 (remove_files) COMPLETE
54582025-02-28T10:59:10.143Z[ recovery-image] Feb 28 10:59:08.075 INFO O| Feb 28 10:59:08.075 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592025-02-28T10:59:10.159Z[ recovery-image] Feb 28 10:59:08.094 INFO O| Feb 28 10:59:08.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
54602025-02-28T10:59:10.164Z[ recovery-image] Feb 28 10:59:08.094 INFO O| Feb 28 10:59:08.094 INFO STEP 266 (remove_files) COMPLETE
54612025-02-28T10:59:10.164Z[ recovery-image] Feb 28 10:59:08.094 INFO O| Feb 28 10:59:08.094 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622025-02-28T10:59:10.179Z[ recovery-image] Feb 28 10:59:08.113 INFO O| Feb 28 10:59:08.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
54632025-02-28T10:59:10.182Z[ recovery-image] Feb 28 10:59:08.114 INFO O| Feb 28 10:59:08.113 INFO STEP 267 (remove_files) COMPLETE
54642025-02-28T10:59:10.182Z[ recovery-image] Feb 28 10:59:08.114 INFO O| Feb 28 10:59:08.114 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-02-28T10:59:10.198Z[ recovery-image] Feb 28 10:59:08.132 INFO O| Feb 28 10:59:08.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
54662025-02-28T10:59:10.198Z[ recovery-image] Feb 28 10:59:08.132 INFO O| Feb 28 10:59:08.132 INFO STEP 268 (remove_files) COMPLETE
54672025-02-28T10:59:10.198Z[ recovery-image] Feb 28 10:59:08.132 INFO O| Feb 28 10:59:08.132 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-02-28T10:59:10.242Z[ recovery-image] Feb 28 10:59:08.177 INFO O| Feb 28 10:59:08.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
54692025-02-28T10:59:10.243Z[ recovery-image] Feb 28 10:59:08.177 INFO O| Feb 28 10:59:08.177 INFO STEP 269 (remove_files) COMPLETE
54702025-02-28T10:59:10.243Z[ recovery-image] Feb 28 10:59:08.177 INFO O| Feb 28 10:59:08.177 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-02-28T10:59:10.278Z[ recovery-image] Feb 28 10:59:08.212 INFO O| Feb 28 10:59:08.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
54722025-02-28T10:59:10.278Z[ recovery-image] Feb 28 10:59:08.212 INFO O| Feb 28 10:59:08.212 INFO STEP 270 (remove_files) COMPLETE
54732025-02-28T10:59:10.278Z[ recovery-image] Feb 28 10:59:08.212 INFO O| Feb 28 10:59:08.212 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-02-28T10:59:10.314Z[ recovery-image] Feb 28 10:59:08.249 INFO O| Feb 28 10:59:08.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
54752025-02-28T10:59:10.314Z[ recovery-image] Feb 28 10:59:08.249 INFO O| Feb 28 10:59:08.249 INFO STEP 271 (remove_files) COMPLETE
54762025-02-28T10:59:10.317Z[ recovery-image] Feb 28 10:59:08.249 INFO O| Feb 28 10:59:08.249 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772025-02-28T10:59:10.335Z[ recovery-image] Feb 28 10:59:08.270 INFO O| Feb 28 10:59:08.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
54782025-02-28T10:59:10.337Z[ recovery-image] Feb 28 10:59:08.270 INFO O| Feb 28 10:59:08.270 INFO STEP 272 (remove_files) COMPLETE
54792025-02-28T10:59:10.338Z[ recovery-image] Feb 28 10:59:08.270 INFO O| Feb 28 10:59:08.270 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802025-02-28T10:59:10.356Z[ recovery-image] Feb 28 10:59:08.290 INFO O| Feb 28 10:59:08.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
54812025-02-28T10:59:10.358Z[ recovery-image] Feb 28 10:59:08.291 INFO O| Feb 28 10:59:08.291 INFO STEP 273 (remove_files) COMPLETE
54822025-02-28T10:59:10.358Z[ recovery-image] Feb 28 10:59:08.291 INFO O| Feb 28 10:59:08.291 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832025-02-28T10:59:10.488Z[ recovery-image] Feb 28 10:59:08.422 INFO O| Feb 28 10:59:08.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
54842025-02-28T10:59:10.488Z[ recovery-image] Feb 28 10:59:08.422 INFO O| Feb 28 10:59:08.422 INFO STEP 274 (remove_files) COMPLETE
54852025-02-28T10:59:10.490Z[ recovery-image] Feb 28 10:59:08.422 INFO O| Feb 28 10:59:08.422 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862025-02-28T10:59:10.508Z[ recovery-image] Feb 28 10:59:08.442 INFO O| Feb 28 10:59:08.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
54872025-02-28T10:59:10.510Z[ recovery-image] Feb 28 10:59:08.442 INFO O| Feb 28 10:59:08.442 INFO STEP 275 (remove_files) COMPLETE
54882025-02-28T10:59:10.510Z[ recovery-image] Feb 28 10:59:08.443 INFO O| Feb 28 10:59:08.442 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892025-02-28T10:59:10.527Z[ recovery-image] Feb 28 10:59:08.461 INFO O| Feb 28 10:59:08.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
54902025-02-28T10:59:10.530Z[ recovery-image] Feb 28 10:59:08.461 INFO O| Feb 28 10:59:08.461 INFO STEP 276 (remove_files) COMPLETE
54912025-02-28T10:59:10.530Z[ recovery-image] Feb 28 10:59:08.461 INFO O| Feb 28 10:59:08.461 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922025-02-28T10:59:10.546Z[ recovery-image] Feb 28 10:59:08.480 INFO O| Feb 28 10:59:08.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
54932025-02-28T10:59:10.564Z[ recovery-image] Feb 28 10:59:08.498 INFO O| Feb 28 10:59:08.498 INFO STEP 277 (remove_files) COMPLETE
54942025-02-28T10:59:10.564Z[ recovery-image] Feb 28 10:59:08.498 INFO O| Feb 28 10:59:08.498 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952025-02-28T10:59:10.618Z[ recovery-image] Feb 28 10:59:08.552 INFO O| Feb 28 10:59:08.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
54962025-02-28T10:59:10.638Z[ recovery-image] Feb 28 10:59:08.572 INFO O| Feb 28 10:59:08.572 INFO STEP 278 (remove_files) COMPLETE
54972025-02-28T10:59:10.639Z[ recovery-image] Feb 28 10:59:08.572 INFO O| Feb 28 10:59:08.572 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982025-02-28T10:59:10.696Z[ recovery-image] Feb 28 10:59:08.630 INFO O| Feb 28 10:59:08.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
54992025-02-28T10:59:10.698Z[ recovery-image] Feb 28 10:59:08.630 INFO O| Feb 28 10:59:08.630 INFO STEP 279 (remove_files) COMPLETE
55002025-02-28T10:59:10.698Z[ recovery-image] Feb 28 10:59:08.630 INFO O| Feb 28 10:59:08.630 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012025-02-28T10:59:10.714Z[ recovery-image] Feb 28 10:59:08.648 INFO O| Feb 28 10:59:08.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
55022025-02-28T10:59:10.736Z[ recovery-image] Feb 28 10:59:08.669 INFO O| Feb 28 10:59:08.669 INFO STEP 280 (remove_files) COMPLETE
55032025-02-28T10:59:10.736Z[ recovery-image] Feb 28 10:59:08.669 INFO O| Feb 28 10:59:08.669 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042025-02-28T10:59:10.777Z[ recovery-image] Feb 28 10:59:08.711 INFO O| Feb 28 10:59:08.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
55052025-02-28T10:59:10.779Z[ recovery-image] Feb 28 10:59:08.711 INFO O| Feb 28 10:59:08.711 INFO STEP 281 (remove_files) COMPLETE
55062025-02-28T10:59:10.779Z[ recovery-image] Feb 28 10:59:08.711 INFO O| Feb 28 10:59:08.711 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072025-02-28T10:59:10.808Z[ recovery-image] Feb 28 10:59:08.742 INFO O| Feb 28 10:59:08.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
55082025-02-28T10:59:10.810Z[ recovery-image] Feb 28 10:59:08.742 INFO O| Feb 28 10:59:08.742 INFO STEP 282 (remove_files) COMPLETE
55092025-02-28T10:59:10.810Z[ recovery-image] Feb 28 10:59:08.743 INFO O| Feb 28 10:59:08.742 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102025-02-28T10:59:10.829Z[ recovery-image] Feb 28 10:59:08.763 INFO O| Feb 28 10:59:08.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
55112025-02-28T10:59:10.831Z[ recovery-image] Feb 28 10:59:08.763 INFO O| Feb 28 10:59:08.763 INFO STEP 283 (remove_files) COMPLETE
55122025-02-28T10:59:10.831Z[ recovery-image] Feb 28 10:59:08.763 INFO O| Feb 28 10:59:08.763 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132025-02-28T10:59:10.849Z[ recovery-image] Feb 28 10:59:08.783 INFO O| Feb 28 10:59:08.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
55142025-02-28T10:59:10.851Z[ recovery-image] Feb 28 10:59:08.783 INFO O| Feb 28 10:59:08.783 INFO STEP 284 (remove_files) COMPLETE
55152025-02-28T10:59:10.851Z[ recovery-image] Feb 28 10:59:08.783 INFO O| Feb 28 10:59:08.783 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162025-02-28T10:59:10.885Z[ recovery-image] Feb 28 10:59:08.819 INFO O| Feb 28 10:59:08.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
55172025-02-28T10:59:10.887Z[ recovery-image] Feb 28 10:59:08.819 INFO O| Feb 28 10:59:08.819 INFO STEP 285 (remove_files) COMPLETE
55182025-02-28T10:59:10.887Z[ recovery-image] Feb 28 10:59:08.819 INFO O| Feb 28 10:59:08.819 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192025-02-28T10:59:10.906Z[ recovery-image] Feb 28 10:59:08.840 INFO O| Feb 28 10:59:08.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
55202025-02-28T10:59:10.909Z[ recovery-image] Feb 28 10:59:08.840 INFO O| Feb 28 10:59:08.840 INFO STEP 286 (remove_files) COMPLETE
55212025-02-28T10:59:10.909Z[ recovery-image] Feb 28 10:59:08.840 INFO O| Feb 28 10:59:08.840 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222025-02-28T10:59:10.947Z[ recovery-image] Feb 28 10:59:08.881 INFO O| Feb 28 10:59:08.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
55232025-02-28T10:59:10.947Z[ recovery-image] Feb 28 10:59:08.881 INFO O| Feb 28 10:59:08.881 INFO STEP 287 (remove_files) COMPLETE
55242025-02-28T10:59:10.950Z[ recovery-image] Feb 28 10:59:08.881 INFO O| Feb 28 10:59:08.881 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252025-02-28T10:59:10.968Z[ recovery-image] Feb 28 10:59:08.902 INFO O| Feb 28 10:59:08.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
55262025-02-28T10:59:10.968Z[ recovery-image] Feb 28 10:59:08.902 INFO O| Feb 28 10:59:08.902 INFO STEP 288 (remove_files) COMPLETE
55272025-02-28T10:59:10.968Z[ recovery-image] Feb 28 10:59:08.902 INFO O| Feb 28 10:59:08.902 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282025-02-28T10:59:10.998Z[ recovery-image] Feb 28 10:59:08.932 INFO O| Feb 28 10:59:08.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
55292025-02-28T10:59:10.998Z[ recovery-image] Feb 28 10:59:08.932 INFO O| Feb 28 10:59:08.932 INFO STEP 289 (remove_files) COMPLETE
55302025-02-28T10:59:10.998Z[ recovery-image] Feb 28 10:59:08.932 INFO O| Feb 28 10:59:08.932 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312025-02-28T10:59:11.056Z[ recovery-image] Feb 28 10:59:08.990 INFO O| Feb 28 10:59:08.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
55322025-02-28T10:59:11.056Z[ recovery-image] Feb 28 10:59:08.990 INFO O| Feb 28 10:59:08.990 INFO STEP 290 (remove_files) COMPLETE
55332025-02-28T10:59:11.058Z[ recovery-image] Feb 28 10:59:08.990 INFO O| Feb 28 10:59:08.990 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342025-02-28T10:59:11.092Z[ recovery-image] Feb 28 10:59:09.025 INFO O| Feb 28 10:59:09.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
55352025-02-28T10:59:11.092Z[ recovery-image] Feb 28 10:59:09.025 INFO O| Feb 28 10:59:09.025 INFO STEP 291 (remove_files) COMPLETE
55362025-02-28T10:59:11.092Z[ recovery-image] Feb 28 10:59:09.025 INFO O| Feb 28 10:59:09.025 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372025-02-28T10:59:11.127Z[ recovery-image] Feb 28 10:59:09.061 INFO O| Feb 28 10:59:09.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
55382025-02-28T10:59:11.127Z[ recovery-image] Feb 28 10:59:09.061 INFO O| Feb 28 10:59:09.061 INFO STEP 292 (remove_files) COMPLETE
55392025-02-28T10:59:11.127Z[ recovery-image] Feb 28 10:59:09.061 INFO O| Feb 28 10:59:09.061 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402025-02-28T10:59:11.186Z[ recovery-image] Feb 28 10:59:09.120 INFO O| Feb 28 10:59:09.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
55412025-02-28T10:59:11.186Z[ recovery-image] Feb 28 10:59:09.120 INFO O| Feb 28 10:59:09.120 INFO STEP 293 (remove_files) COMPLETE
55422025-02-28T10:59:11.186Z[ recovery-image] Feb 28 10:59:09.120 INFO O| Feb 28 10:59:09.120 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432025-02-28T10:59:11.209Z[ recovery-image] Feb 28 10:59:09.142 INFO O| Feb 28 10:59:09.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
55442025-02-28T10:59:11.209Z[ recovery-image] Feb 28 10:59:09.142 INFO O| Feb 28 10:59:09.142 INFO STEP 294 (remove_files) COMPLETE
55452025-02-28T10:59:11.209Z[ recovery-image] Feb 28 10:59:09.142 INFO O| Feb 28 10:59:09.142 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462025-02-28T10:59:11.238Z[ recovery-image] Feb 28 10:59:09.172 INFO O| Feb 28 10:59:09.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
55472025-02-28T10:59:11.238Z[ recovery-image] Feb 28 10:59:09.172 INFO O| Feb 28 10:59:09.172 INFO STEP 295 (remove_files) COMPLETE
55482025-02-28T10:59:11.238Z[ recovery-image] Feb 28 10:59:09.172 INFO O| Feb 28 10:59:09.172 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492025-02-28T10:59:11.313Z[ recovery-image] Feb 28 10:59:09.247 INFO O| Feb 28 10:59:09.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
55502025-02-28T10:59:11.313Z[ recovery-image] Feb 28 10:59:09.247 INFO O| Feb 28 10:59:09.247 INFO STEP 296 (remove_files) COMPLETE
55512025-02-28T10:59:11.313Z[ recovery-image] Feb 28 10:59:09.247 INFO O| Feb 28 10:59:09.247 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522025-02-28T10:59:11.334Z[ recovery-image] Feb 28 10:59:09.268 INFO O| Feb 28 10:59:09.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
55532025-02-28T10:59:11.335Z[ recovery-image] Feb 28 10:59:09.268 INFO O| Feb 28 10:59:09.268 INFO STEP 297 (remove_files) COMPLETE
55542025-02-28T10:59:11.335Z[ recovery-image] Feb 28 10:59:09.268 INFO O| Feb 28 10:59:09.268 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552025-02-28T10:59:11.353Z[ recovery-image] Feb 28 10:59:09.287 INFO O| Feb 28 10:59:09.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
55562025-02-28T10:59:11.353Z[ recovery-image] Feb 28 10:59:09.287 INFO O| Feb 28 10:59:09.287 INFO STEP 298 (remove_files) COMPLETE
55572025-02-28T10:59:11.353Z[ recovery-image] Feb 28 10:59:09.287 INFO O| Feb 28 10:59:09.287 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582025-02-28T10:59:11.432Z[ recovery-image] Feb 28 10:59:09.365 INFO O| Feb 28 10:59:09.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
55592025-02-28T10:59:11.432Z[ recovery-image] Feb 28 10:59:09.365 INFO O| Feb 28 10:59:09.365 INFO STEP 299 (remove_files) COMPLETE
55602025-02-28T10:59:11.434Z[ recovery-image] Feb 28 10:59:09.365 INFO O| Feb 28 10:59:09.365 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612025-02-28T10:59:11.452Z[ recovery-image] Feb 28 10:59:09.386 INFO O| Feb 28 10:59:09.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
55622025-02-28T10:59:11.452Z[ recovery-image] Feb 28 10:59:09.386 INFO O| Feb 28 10:59:09.386 INFO STEP 300 (remove_files) COMPLETE
55632025-02-28T10:59:11.452Z[ recovery-image] Feb 28 10:59:09.386 INFO O| Feb 28 10:59:09.386 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642025-02-28T10:59:11.491Z[ recovery-image] Feb 28 10:59:09.425 INFO O| Feb 28 10:59:09.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
55652025-02-28T10:59:11.491Z[ recovery-image] Feb 28 10:59:09.425 INFO O| Feb 28 10:59:09.425 INFO STEP 301 (remove_files) COMPLETE
55662025-02-28T10:59:11.491Z[ recovery-image] Feb 28 10:59:09.425 INFO O| Feb 28 10:59:09.425 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672025-02-28T10:59:11.511Z[ recovery-image] Feb 28 10:59:09.445 INFO O| Feb 28 10:59:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
55682025-02-28T10:59:11.511Z[ recovery-image] Feb 28 10:59:09.445 INFO O| Feb 28 10:59:09.445 INFO STEP 302 (remove_files) COMPLETE
55692025-02-28T10:59:11.511Z[ recovery-image] Feb 28 10:59:09.445 INFO O| Feb 28 10:59:09.445 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702025-02-28T10:59:11.529Z[ recovery-image] Feb 28 10:59:09.463 INFO O| Feb 28 10:59:09.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
55712025-02-28T10:59:11.532Z[ recovery-image] Feb 28 10:59:09.463 INFO O| Feb 28 10:59:09.463 INFO STEP 303 (remove_files) COMPLETE
55722025-02-28T10:59:11.532Z[ recovery-image] Feb 28 10:59:09.463 INFO O| Feb 28 10:59:09.463 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732025-02-28T10:59:11.548Z[ recovery-image] Feb 28 10:59:09.482 INFO O| Feb 28 10:59:09.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
55742025-02-28T10:59:11.552Z[ recovery-image] Feb 28 10:59:09.483 INFO O| Feb 28 10:59:09.482 INFO STEP 304 (remove_files) COMPLETE
55752025-02-28T10:59:11.552Z[ recovery-image] Feb 28 10:59:09.483 INFO O| Feb 28 10:59:09.483 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762025-02-28T10:59:11.584Z[ recovery-image] Feb 28 10:59:09.518 INFO O| Feb 28 10:59:09.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
55772025-02-28T10:59:11.584Z[ recovery-image] Feb 28 10:59:09.518 INFO O| Feb 28 10:59:09.518 INFO STEP 305 (remove_files) COMPLETE
55782025-02-28T10:59:11.584Z[ recovery-image] Feb 28 10:59:09.518 INFO O| Feb 28 10:59:09.518 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792025-02-28T10:59:11.604Z[ recovery-image] Feb 28 10:59:09.538 INFO O| Feb 28 10:59:09.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
55802025-02-28T10:59:11.605Z[ recovery-image] Feb 28 10:59:09.538 INFO O| Feb 28 10:59:09.538 INFO STEP 306 (remove_files) COMPLETE
55812025-02-28T10:59:11.605Z[ recovery-image] Feb 28 10:59:09.538 INFO O| Feb 28 10:59:09.538 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822025-02-28T10:59:11.631Z[ recovery-image] Feb 28 10:59:09.564 INFO O| Feb 28 10:59:09.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
55832025-02-28T10:59:11.631Z[ recovery-image] Feb 28 10:59:09.564 INFO O| Feb 28 10:59:09.564 INFO STEP 307 (remove_files) COMPLETE
55842025-02-28T10:59:11.631Z[ recovery-image] Feb 28 10:59:09.564 INFO O| Feb 28 10:59:09.564 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852025-02-28T10:59:11.663Z[ recovery-image] Feb 28 10:59:09.596 INFO O| Feb 28 10:59:09.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
55862025-02-28T10:59:11.663Z[ recovery-image] Feb 28 10:59:09.597 INFO O| Feb 28 10:59:09.597 INFO STEP 308 (remove_files) COMPLETE
55872025-02-28T10:59:11.665Z[ recovery-image] Feb 28 10:59:09.597 INFO O| Feb 28 10:59:09.597 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882025-02-28T10:59:11.720Z[ recovery-image] Feb 28 10:59:09.653 INFO O| Feb 28 10:59:09.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
55892025-02-28T10:59:11.720Z[ recovery-image] Feb 28 10:59:09.653 INFO O| Feb 28 10:59:09.653 INFO STEP 309 (remove_files) COMPLETE
55902025-02-28T10:59:11.720Z[ recovery-image] Feb 28 10:59:09.654 INFO O| Feb 28 10:59:09.653 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912025-02-28T10:59:11.748Z[ recovery-image] Feb 28 10:59:09.681 INFO O| Feb 28 10:59:09.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
55922025-02-28T10:59:11.748Z[ recovery-image] Feb 28 10:59:09.681 INFO O| Feb 28 10:59:09.681 INFO STEP 310 (remove_files) COMPLETE
55932025-02-28T10:59:11.748Z[ recovery-image] Feb 28 10:59:09.681 INFO O| Feb 28 10:59:09.681 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942025-02-28T10:59:11.783Z[ recovery-image] Feb 28 10:59:09.716 INFO O| Feb 28 10:59:09.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
55952025-02-28T10:59:11.783Z[ recovery-image] Feb 28 10:59:09.716 INFO O| Feb 28 10:59:09.716 INFO STEP 311 (remove_files) COMPLETE
55962025-02-28T10:59:11.785Z[ recovery-image] Feb 28 10:59:09.716 INFO O| Feb 28 10:59:09.716 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972025-02-28T10:59:11.836Z[ recovery-image] Feb 28 10:59:09.770 INFO O| Feb 28 10:59:09.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
55982025-02-28T10:59:11.836Z[ recovery-image] Feb 28 10:59:09.770 INFO O| Feb 28 10:59:09.770 INFO STEP 312 (remove_files) COMPLETE
55992025-02-28T10:59:11.836Z[ recovery-image] Feb 28 10:59:09.770 INFO O| Feb 28 10:59:09.770 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002025-02-28T10:59:11.856Z[ recovery-image] Feb 28 10:59:09.790 INFO O| Feb 28 10:59:09.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
56012025-02-28T10:59:11.856Z[ recovery-image] Feb 28 10:59:09.790 INFO O| Feb 28 10:59:09.790 INFO STEP 313 (remove_files) COMPLETE
56022025-02-28T10:59:11.856Z[ recovery-image] Feb 28 10:59:09.790 INFO O| Feb 28 10:59:09.790 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032025-02-28T10:59:11.933Z[ recovery-image] Feb 28 10:59:09.867 INFO O| Feb 28 10:59:09.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
56042025-02-28T10:59:11.933Z[ recovery-image] Feb 28 10:59:09.867 INFO O| Feb 28 10:59:09.867 INFO STEP 314 (remove_files) COMPLETE
56052025-02-28T10:59:11.937Z[ recovery-image] Feb 28 10:59:09.867 INFO O| Feb 28 10:59:09.867 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062025-02-28T10:59:11.966Z[ recovery-image] Feb 28 10:59:09.900 INFO O| Feb 28 10:59:09.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
56072025-02-28T10:59:11.966Z[ recovery-image] Feb 28 10:59:09.900 INFO O| Feb 28 10:59:09.900 INFO STEP 315 (remove_files) COMPLETE
56082025-02-28T10:59:11.966Z[ recovery-image] Feb 28 10:59:09.900 INFO O| Feb 28 10:59:09.900 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092025-02-28T10:59:12.002Z[ recovery-image] Feb 28 10:59:09.934 INFO O| Feb 28 10:59:09.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
56102025-02-28T10:59:12.002Z[ recovery-image] Feb 28 10:59:09.934 INFO O| Feb 28 10:59:09.934 INFO STEP 316 (remove_files) COMPLETE
56112025-02-28T10:59:12.003Z[ recovery-image] Feb 28 10:59:09.934 INFO O| Feb 28 10:59:09.934 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122025-02-28T10:59:12.021Z[ recovery-image] Feb 28 10:59:09.954 INFO O| Feb 28 10:59:09.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
56132025-02-28T10:59:12.023Z[ recovery-image] Feb 28 10:59:09.954 INFO O| Feb 28 10:59:09.954 INFO STEP 317 (remove_files) COMPLETE
56142025-02-28T10:59:12.023Z[ recovery-image] Feb 28 10:59:09.955 INFO O| Feb 28 10:59:09.954 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152025-02-28T10:59:12.063Z[ recovery-image] Feb 28 10:59:09.996 INFO O| Feb 28 10:59:09.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
56162025-02-28T10:59:12.063Z[ recovery-image] Feb 28 10:59:09.996 INFO O| Feb 28 10:59:09.996 INFO STEP 318 (remove_files) COMPLETE
56172025-02-28T10:59:12.063Z[ recovery-image] Feb 28 10:59:09.996 INFO O| Feb 28 10:59:09.996 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182025-02-28T10:59:12.090Z[ recovery-image] Feb 28 10:59:10.024 INFO O| Feb 28 10:59:10.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
56192025-02-28T10:59:12.090Z[ recovery-image] Feb 28 10:59:10.024 INFO O| Feb 28 10:59:10.024 INFO STEP 319 (remove_files) COMPLETE
56202025-02-28T10:59:12.093Z[ recovery-image] Feb 28 10:59:10.024 INFO O| Feb 28 10:59:10.024 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212025-02-28T10:59:12.113Z[ recovery-image] Feb 28 10:59:10.045 INFO O| Feb 28 10:59:10.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
56222025-02-28T10:59:12.113Z[ recovery-image] Feb 28 10:59:10.045 INFO O| Feb 28 10:59:10.045 INFO STEP 320 (remove_files) COMPLETE
56232025-02-28T10:59:12.116Z[ recovery-image] Feb 28 10:59:10.045 INFO O| Feb 28 10:59:10.045 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242025-02-28T10:59:12.131Z[ recovery-image] Feb 28 10:59:10.065 INFO O| Feb 28 10:59:10.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
56252025-02-28T10:59:12.131Z[ recovery-image] Feb 28 10:59:10.065 INFO O| Feb 28 10:59:10.065 INFO STEP 321 (remove_files) COMPLETE
56262025-02-28T10:59:12.134Z[ recovery-image] Feb 28 10:59:10.065 INFO O| Feb 28 10:59:10.065 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272025-02-28T10:59:12.156Z[ recovery-image] Feb 28 10:59:10.090 INFO O| Feb 28 10:59:10.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
56282025-02-28T10:59:12.156Z[ recovery-image] Feb 28 10:59:10.090 INFO O| Feb 28 10:59:10.090 INFO STEP 322 (remove_files) COMPLETE
56292025-02-28T10:59:12.156Z[ recovery-image] Feb 28 10:59:10.090 INFO O| Feb 28 10:59:10.090 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302025-02-28T10:59:12.173Z[ recovery-image] Feb 28 10:59:10.107 INFO O| Feb 28 10:59:10.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
56312025-02-28T10:59:12.173Z[ recovery-image] Feb 28 10:59:10.107 INFO O| Feb 28 10:59:10.107 INFO STEP 323 (remove_files) COMPLETE
56322025-02-28T10:59:12.176Z[ recovery-image] Feb 28 10:59:10.107 INFO O| Feb 28 10:59:10.107 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332025-02-28T10:59:12.176Z[ host-image] Feb 28 10:59:10.107 INFO O| Feb 28 10:59:10.107 INFO O| Done
56342025-02-28T10:59:12.193Z[ recovery-image] Feb 28 10:59:10.126 INFO O| Feb 28 10:59:10.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
56352025-02-28T10:59:12.193Z[ recovery-image] Feb 28 10:59:10.126 INFO O| Feb 28 10:59:10.126 INFO STEP 324 (remove_files) COMPLETE
56362025-02-28T10:59:12.193Z[ recovery-image] Feb 28 10:59:10.126 INFO O| Feb 28 10:59:10.126 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-02-28T10:59:12.222Z[ host-image] Feb 28 10:59:10.155 INFO O| Feb 28 10:59:10.155 INFO O| Done
56382025-02-28T10:59:12.225Z[ host-image] Feb 28 10:59:10.155 INFO O| Feb 28 10:59:10.155 INFO O| Done
56392025-02-28T10:59:12.241Z[ host-image] Feb 28 10:59:10.174 INFO O| Feb 28 10:59:10.174 INFO O| Done
56402025-02-28T10:59:12.293Z[ recovery-image] Feb 28 10:59:10.225 INFO O| Feb 28 10:59:10.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
56412025-02-28T10:59:12.293Z[ recovery-image] Feb 28 10:59:10.225 INFO O| Feb 28 10:59:10.225 INFO STEP 325 (remove_files) COMPLETE
56422025-02-28T10:59:12.294Z[ recovery-image] Feb 28 10:59:10.225 INFO O| Feb 28 10:59:10.225 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-02-28T10:59:12.349Z[ recovery-image] Feb 28 10:59:10.282 INFO O| Feb 28 10:59:10.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
56442025-02-28T10:59:12.349Z[ recovery-image] Feb 28 10:59:10.282 INFO O| Feb 28 10:59:10.282 INFO STEP 326 (remove_files) COMPLETE
56452025-02-28T10:59:12.349Z[ recovery-image] Feb 28 10:59:10.282 INFO O| Feb 28 10:59:10.282 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-02-28T10:59:12.410Z[ recovery-image] Feb 28 10:59:10.344 INFO O| Feb 28 10:59:10.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
56472025-02-28T10:59:12.414Z[ recovery-image] Feb 28 10:59:10.344 INFO O| Feb 28 10:59:10.344 INFO STEP 327 (remove_files) COMPLETE
56482025-02-28T10:59:12.414Z[ recovery-image] Feb 28 10:59:10.344 INFO O| Feb 28 10:59:10.344 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-02-28T10:59:12.425Z[ host-image] Feb 28 10:59:10.358 INFO O| Feb 28 10:59:10.358 INFO STEP 14 (pkg_install) COMPLETE
56502025-02-28T10:59:12.425Z[ host-image] Feb 28 10:59:10.358 INFO O| Feb 28 10:59:10.358 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56512025-02-28T10:59:12.425Z[ host-image] Feb 28 10:59:10.358 INFO O| Feb 28 10:59:10.358 INFO skip step because feature "mfg" is not enabled
56522025-02-28T10:59:12.428Z[ host-image] Feb 28 10:59:10.358 INFO O| Feb 28 10:59:10.358 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56532025-02-28T10:59:12.428Z[ host-image] Feb 28 10:59:10.358 INFO O| Feb 28 10:59:10.358 INFO skip step because feature "compliance" is not enabled
56542025-02-28T10:59:12.428Z[ host-image] Feb 28 10:59:10.358 INFO O| Feb 28 10:59:10.358 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56552025-02-28T10:59:12.428Z[ host-image] Feb 28 10:59:10.358 INFO O| Feb 28 10:59:10.358 INFO skip step because feature "stress" is not enabled
56562025-02-28T10:59:12.428Z[ host-image] Feb 28 10:59:10.358 INFO O| Feb 28 10:59:10.358 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56572025-02-28T10:59:12.428Z[ host-image] Feb 28 10:59:10.358 INFO O| Feb 28 10:59:10.358 INFO skip step because feature "nfs" is not enabled
56582025-02-28T10:59:12.428Z[ host-image] Feb 28 10:59:10.358 INFO O| Feb 28 10:59:10.358 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
56592025-02-28T10:59:12.428Z[ host-image] Feb 28 10:59:10.358 INFO O| Feb 28 10:59:10.358 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
56602025-02-28T10:59:12.437Z[ recovery-image] Feb 28 10:59:10.371 INFO O| Feb 28 10:59:10.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
56612025-02-28T10:59:12.440Z[ recovery-image] Feb 28 10:59:10.371 INFO O| Feb 28 10:59:10.371 INFO STEP 328 (remove_files) COMPLETE
56622025-02-28T10:59:12.440Z[ recovery-image] Feb 28 10:59:10.371 INFO O| Feb 28 10:59:10.371 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632025-02-28T10:59:12.461Z[ recovery-image] Feb 28 10:59:10.394 INFO O| Feb 28 10:59:10.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
56642025-02-28T10:59:12.461Z[ recovery-image] Feb 28 10:59:10.394 INFO O| Feb 28 10:59:10.394 INFO STEP 329 (remove_files) COMPLETE
56652025-02-28T10:59:12.464Z[ recovery-image] Feb 28 10:59:10.394 INFO O| Feb 28 10:59:10.394 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662025-02-28T10:59:12.482Z[ recovery-image] Feb 28 10:59:10.415 INFO O| Feb 28 10:59:10.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
56672025-02-28T10:59:12.504Z[ recovery-image] Feb 28 10:59:10.438 INFO O| Feb 28 10:59:10.438 INFO STEP 330 (remove_files) COMPLETE
56682025-02-28T10:59:12.505Z[ recovery-image] Feb 28 10:59:10.438 INFO O| Feb 28 10:59:10.438 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692025-02-28T10:59:12.520Z[ host-image] Feb 28 10:59:10.453 INFO O| Feb 28 10:59:10.453 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
56702025-02-28T10:59:12.526Z[ recovery-image] Feb 28 10:59:10.459 INFO O| Feb 28 10:59:10.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
56712025-02-28T10:59:12.526Z[ recovery-image] Feb 28 10:59:10.459 INFO O| Feb 28 10:59:10.459 INFO STEP 331 (remove_files) COMPLETE
56722025-02-28T10:59:12.528Z[ recovery-image] Feb 28 10:59:10.459 INFO O| Feb 28 10:59:10.459 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-02-28T10:59:12.547Z[ recovery-image] Feb 28 10:59:10.480 INFO O| Feb 28 10:59:10.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
56742025-02-28T10:59:12.547Z[ recovery-image] Feb 28 10:59:10.480 INFO O| Feb 28 10:59:10.480 INFO STEP 332 (remove_files) COMPLETE
56752025-02-28T10:59:12.550Z[ recovery-image] Feb 28 10:59:10.480 INFO O| Feb 28 10:59:10.480 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-02-28T10:59:12.569Z[ recovery-image] Feb 28 10:59:10.502 INFO O| Feb 28 10:59:10.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
56772025-02-28T10:59:12.569Z[ recovery-image] Feb 28 10:59:10.502 INFO O| Feb 28 10:59:10.502 INFO STEP 333 (remove_files) COMPLETE
56782025-02-28T10:59:12.571Z[ recovery-image] Feb 28 10:59:10.502 INFO O| Feb 28 10:59:10.502 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-02-28T10:59:12.593Z[ recovery-image] Feb 28 10:59:10.525 INFO O| Feb 28 10:59:10.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
56802025-02-28T10:59:12.596Z[ recovery-image] Feb 28 10:59:10.525 INFO O| Feb 28 10:59:10.525 INFO STEP 334 (remove_files) COMPLETE
56812025-02-28T10:59:12.596Z[ recovery-image] Feb 28 10:59:10.525 INFO O| Feb 28 10:59:10.525 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-02-28T10:59:12.613Z[ recovery-image] Feb 28 10:59:10.546 INFO O| Feb 28 10:59:10.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
56832025-02-28T10:59:12.613Z[ recovery-image] Feb 28 10:59:10.547 INFO O| Feb 28 10:59:10.546 INFO STEP 335 (remove_files) COMPLETE
56842025-02-28T10:59:12.613Z[ recovery-image] Feb 28 10:59:10.547 INFO O| Feb 28 10:59:10.547 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-02-28T10:59:12.653Z[ host-image] Feb 28 10:59:10.586 INFO O| Feb 28 10:59:10.586 INFO completed processing gimlet/ramdisk-01-os
56862025-02-28T10:59:12.656Z[ host-image] Feb 28 10:59:10.589 INFO omicron1 baseline generation...
56872025-02-28T10:59:12.656Z[ host-image] Feb 28 10:59:10.590 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
56882025-02-28T10:59:12.693Z[ recovery-image] Feb 28 10:59:10.625 INFO O| Feb 28 10:59:10.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
56892025-02-28T10:59:12.693Z[ recovery-image] Feb 28 10:59:10.625 INFO O| Feb 28 10:59:10.625 INFO STEP 336 (remove_files) COMPLETE
56902025-02-28T10:59:12.697Z[ recovery-image] Feb 28 10:59:10.625 INFO O| Feb 28 10:59:10.625 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-02-28T10:59:12.791Z[ recovery-image] Feb 28 10:59:10.724 INFO O| Feb 28 10:59:10.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
56922025-02-28T10:59:12.791Z[ recovery-image] Feb 28 10:59:10.724 INFO O| Feb 28 10:59:10.724 INFO STEP 337 (remove_files) COMPLETE
56932025-02-28T10:59:12.794Z[ recovery-image] Feb 28 10:59:10.724 INFO O| Feb 28 10:59:10.724 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-02-28T10:59:12.842Z[ recovery-image] Feb 28 10:59:10.775 INFO O| Feb 28 10:59:10.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
56952025-02-28T10:59:12.842Z[ recovery-image] Feb 28 10:59:10.775 INFO O| Feb 28 10:59:10.775 INFO STEP 338 (remove_files) COMPLETE
56962025-02-28T10:59:12.845Z[ recovery-image] Feb 28 10:59:10.775 INFO O| Feb 28 10:59:10.775 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-02-28T10:59:12.863Z[ recovery-image] Feb 28 10:59:10.796 INFO O| Feb 28 10:59:10.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
56982025-02-28T10:59:12.866Z[ recovery-image] Feb 28 10:59:10.796 INFO O| Feb 28 10:59:10.796 INFO STEP 339 (remove_files) COMPLETE
56992025-02-28T10:59:12.866Z[ recovery-image] Feb 28 10:59:10.796 INFO O| Feb 28 10:59:10.796 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002025-02-28T10:59:12.901Z[ recovery-image] Feb 28 10:59:10.834 INFO O| Feb 28 10:59:10.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
57012025-02-28T10:59:12.904Z[ recovery-image] Feb 28 10:59:10.834 INFO O| Feb 28 10:59:10.834 INFO STEP 340 (remove_files) COMPLETE
57022025-02-28T10:59:12.904Z[ recovery-image] Feb 28 10:59:10.834 INFO O| Feb 28 10:59:10.834 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032025-02-28T10:59:12.939Z[ recovery-image] Feb 28 10:59:10.871 INFO O| Feb 28 10:59:10.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
57042025-02-28T10:59:12.939Z[ recovery-image] Feb 28 10:59:10.871 INFO O| Feb 28 10:59:10.871 INFO STEP 341 (remove_files) COMPLETE
57052025-02-28T10:59:12.944Z[ recovery-image] Feb 28 10:59:10.871 INFO O| Feb 28 10:59:10.871 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-02-28T10:59:12.973Z[ recovery-image] Feb 28 10:59:10.906 INFO O| Feb 28 10:59:10.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
57072025-02-28T10:59:12.973Z[ recovery-image] Feb 28 10:59:10.906 INFO O| Feb 28 10:59:10.906 INFO STEP 342 (remove_files) COMPLETE
57082025-02-28T10:59:12.973Z[ recovery-image] Feb 28 10:59:10.906 INFO O| Feb 28 10:59:10.906 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-02-28T10:59:13.043Z[ recovery-image] Feb 28 10:59:10.976 INFO O| Feb 28 10:59:10.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
57102025-02-28T10:59:13.044Z[ recovery-image] Feb 28 10:59:10.976 INFO O| Feb 28 10:59:10.976 INFO STEP 343 (remove_files) COMPLETE
57112025-02-28T10:59:13.044Z[ recovery-image] Feb 28 10:59:10.976 INFO O| Feb 28 10:59:10.976 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-02-28T10:59:13.081Z[ recovery-image] Feb 28 10:59:11.014 INFO O| Feb 28 10:59:11.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
57132025-02-28T10:59:13.081Z[ recovery-image] Feb 28 10:59:11.014 INFO O| Feb 28 10:59:11.014 INFO STEP 344 (remove_files) COMPLETE
57142025-02-28T10:59:13.081Z[ recovery-image] Feb 28 10:59:11.014 INFO O| Feb 28 10:59:11.014 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152025-02-28T10:59:13.110Z[ recovery-image] Feb 28 10:59:11.043 INFO O| Feb 28 10:59:11.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
57162025-02-28T10:59:13.110Z[ recovery-image] Feb 28 10:59:11.043 INFO O| Feb 28 10:59:11.043 INFO STEP 345 (remove_files) COMPLETE
57172025-02-28T10:59:13.113Z[ recovery-image] Feb 28 10:59:11.043 INFO O| Feb 28 10:59:11.043 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182025-02-28T10:59:13.132Z[ recovery-image] Feb 28 10:59:11.064 INFO O| Feb 28 10:59:11.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
57192025-02-28T10:59:13.132Z[ recovery-image] Feb 28 10:59:11.064 INFO O| Feb 28 10:59:11.064 INFO STEP 346 (remove_files) COMPLETE
57202025-02-28T10:59:13.132Z[ recovery-image] Feb 28 10:59:11.064 INFO O| Feb 28 10:59:11.064 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-02-28T10:59:13.151Z[ recovery-image] Feb 28 10:59:11.083 INFO O| Feb 28 10:59:11.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
57222025-02-28T10:59:13.153Z[ recovery-image] Feb 28 10:59:11.083 INFO O| Feb 28 10:59:11.083 INFO STEP 347 (remove_files) COMPLETE
57232025-02-28T10:59:13.153Z[ recovery-image] Feb 28 10:59:11.084 INFO O| Feb 28 10:59:11.083 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-02-28T10:59:13.167Z[ recovery-image] Feb 28 10:59:11.100 INFO O| Feb 28 10:59:11.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
57252025-02-28T10:59:13.167Z[ recovery-image] Feb 28 10:59:11.100 INFO O| Feb 28 10:59:11.100 INFO STEP 348 (remove_files) COMPLETE
57262025-02-28T10:59:13.167Z[ recovery-image] Feb 28 10:59:11.100 INFO O| Feb 28 10:59:11.100 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-02-28T10:59:13.186Z[ recovery-image] Feb 28 10:59:11.119 INFO O| Feb 28 10:59:11.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
57282025-02-28T10:59:13.192Z[ recovery-image] Feb 28 10:59:11.119 INFO O| Feb 28 10:59:11.119 INFO STEP 349 (remove_files) COMPLETE
57292025-02-28T10:59:13.192Z[ recovery-image] Feb 28 10:59:11.119 INFO O| Feb 28 10:59:11.119 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-02-28T10:59:13.217Z[ recovery-image] Feb 28 10:59:11.150 INFO O| Feb 28 10:59:11.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
57312025-02-28T10:59:13.217Z[ recovery-image] Feb 28 10:59:11.150 INFO O| Feb 28 10:59:11.150 INFO STEP 350 (remove_files) COMPLETE
57322025-02-28T10:59:13.217Z[ recovery-image] Feb 28 10:59:11.150 INFO O| Feb 28 10:59:11.150 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-02-28T10:59:13.243Z[ recovery-image] Feb 28 10:59:11.176 INFO O| Feb 28 10:59:11.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
57342025-02-28T10:59:13.243Z[ recovery-image] Feb 28 10:59:11.176 INFO O| Feb 28 10:59:11.176 INFO STEP 351 (remove_files) COMPLETE
57352025-02-28T10:59:13.246Z[ recovery-image] Feb 28 10:59:11.176 INFO O| Feb 28 10:59:11.176 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362025-02-28T10:59:13.297Z[ recovery-image] Feb 28 10:59:11.230 INFO O| Feb 28 10:59:11.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
57372025-02-28T10:59:13.297Z[ recovery-image] Feb 28 10:59:11.230 INFO O| Feb 28 10:59:11.230 INFO STEP 352 (remove_files) COMPLETE
57382025-02-28T10:59:13.297Z[ recovery-image] Feb 28 10:59:11.230 INFO O| Feb 28 10:59:11.230 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-02-28T10:59:13.320Z[ recovery-image] Feb 28 10:59:11.252 INFO O| Feb 28 10:59:11.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
57402025-02-28T10:59:13.320Z[ recovery-image] Feb 28 10:59:11.253 INFO O| Feb 28 10:59:11.253 INFO STEP 353 (remove_files) COMPLETE
57412025-02-28T10:59:13.320Z[ recovery-image] Feb 28 10:59:11.253 INFO O| Feb 28 10:59:11.253 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-02-28T10:59:13.390Z[ recovery-image] Feb 28 10:59:11.313 INFO O| Feb 28 10:59:11.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
57432025-02-28T10:59:13.390Z[ recovery-image] Feb 28 10:59:11.313 INFO O| Feb 28 10:59:11.313 INFO STEP 354 (remove_files) COMPLETE
57442025-02-28T10:59:13.392Z[ recovery-image] Feb 28 10:59:11.313 INFO O| Feb 28 10:59:11.313 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-02-28T10:59:13.398Z[ host-image] Feb 28 10:59:11.331 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z
57462025-02-28T10:59:13.401Z[ recovery-image] Feb 28 10:59:11.333 INFO O| Feb 28 10:59:11.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
57472025-02-28T10:59:13.401Z[ recovery-image] Feb 28 10:59:11.333 INFO O| Feb 28 10:59:11.333 INFO STEP 355 (remove_files) COMPLETE
57482025-02-28T10:59:13.401Z[ recovery-image] Feb 28 10:59:11.333 INFO O| Feb 28 10:59:11.333 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-02-28T10:59:13.421Z[ recovery-image] Feb 28 10:59:11.353 INFO O| Feb 28 10:59:11.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
57502025-02-28T10:59:13.421Z[ recovery-image] Feb 28 10:59:11.353 INFO O| Feb 28 10:59:11.353 INFO STEP 356 (remove_files) COMPLETE
57512025-02-28T10:59:13.421Z[ recovery-image] Feb 28 10:59:11.353 INFO O| Feb 28 10:59:11.353 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-02-28T10:59:13.440Z[ recovery-image] Feb 28 10:59:11.373 INFO O| Feb 28 10:59:11.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
57532025-02-28T10:59:13.440Z[ recovery-image] Feb 28 10:59:11.373 INFO O| Feb 28 10:59:11.373 INFO STEP 357 (remove_files) COMPLETE
57542025-02-28T10:59:13.443Z[ recovery-image] Feb 28 10:59:11.373 INFO O| Feb 28 10:59:11.373 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-02-28T10:59:13.461Z[ recovery-image] Feb 28 10:59:11.394 INFO O| Feb 28 10:59:11.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
57562025-02-28T10:59:13.470Z[ recovery-image] Feb 28 10:59:11.403 INFO O| Feb 28 10:59:11.403 INFO STEP 358 (remove_files) COMPLETE
57572025-02-28T10:59:13.470Z[ recovery-image] Feb 28 10:59:11.403 INFO O| Feb 28 10:59:11.403 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-02-28T10:59:13.491Z[ recovery-image] Feb 28 10:59:11.424 INFO O| Feb 28 10:59:11.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
57592025-02-28T10:59:13.494Z[ recovery-image] Feb 28 10:59:11.425 INFO O| Feb 28 10:59:11.425 INFO STEP 359 (remove_files) COMPLETE
57602025-02-28T10:59:13.494Z[ recovery-image] Feb 28 10:59:11.425 INFO O| Feb 28 10:59:11.425 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-02-28T10:59:13.513Z[ recovery-image] Feb 28 10:59:11.446 INFO O| Feb 28 10:59:11.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
57622025-02-28T10:59:13.515Z[ recovery-image] Feb 28 10:59:11.446 INFO O| Feb 28 10:59:11.446 INFO STEP 360 (remove_files) COMPLETE
57632025-02-28T10:59:13.515Z[ recovery-image] Feb 28 10:59:11.446 INFO O| Feb 28 10:59:11.446 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-02-28T10:59:13.551Z[ recovery-image] Feb 28 10:59:11.483 INFO O| Feb 28 10:59:11.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
57652025-02-28T10:59:13.551Z[ recovery-image] Feb 28 10:59:11.483 INFO O| Feb 28 10:59:11.483 INFO STEP 361 (remove_files) COMPLETE
57662025-02-28T10:59:13.551Z[ recovery-image] Feb 28 10:59:11.483 INFO O| Feb 28 10:59:11.483 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-02-28T10:59:13.571Z[ recovery-image] Feb 28 10:59:11.503 INFO O| Feb 28 10:59:11.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
57682025-02-28T10:59:13.571Z[ recovery-image] Feb 28 10:59:11.503 INFO O| Feb 28 10:59:11.503 INFO STEP 362 (remove_files) COMPLETE
57692025-02-28T10:59:13.574Z[ recovery-image] Feb 28 10:59:11.503 INFO O| Feb 28 10:59:11.503 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-02-28T10:59:13.589Z[ recovery-image] Feb 28 10:59:11.522 INFO O| Feb 28 10:59:11.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
57712025-02-28T10:59:13.589Z[ recovery-image] Feb 28 10:59:11.522 INFO O| Feb 28 10:59:11.522 INFO STEP 363 (remove_files) COMPLETE
57722025-02-28T10:59:13.589Z[ recovery-image] Feb 28 10:59:11.522 INFO O| Feb 28 10:59:11.522 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-02-28T10:59:13.639Z[ recovery-image] Feb 28 10:59:11.572 INFO O| Feb 28 10:59:11.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
57742025-02-28T10:59:13.639Z[ recovery-image] Feb 28 10:59:11.572 INFO O| Feb 28 10:59:11.572 INFO STEP 364 (remove_files) COMPLETE
57752025-02-28T10:59:13.639Z[ recovery-image] Feb 28 10:59:11.572 INFO O| Feb 28 10:59:11.572 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-02-28T10:59:13.659Z[ recovery-image] Feb 28 10:59:11.592 INFO O| Feb 28 10:59:11.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
57772025-02-28T10:59:13.659Z[ recovery-image] Feb 28 10:59:11.592 INFO O| Feb 28 10:59:11.592 INFO STEP 365 (remove_files) COMPLETE
57782025-02-28T10:59:13.659Z[ recovery-image] Feb 28 10:59:11.592 INFO O| Feb 28 10:59:11.592 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-02-28T10:59:13.678Z[ recovery-image] Feb 28 10:59:11.611 INFO O| Feb 28 10:59:11.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
57802025-02-28T10:59:13.678Z[ recovery-image] Feb 28 10:59:11.611 INFO O| Feb 28 10:59:11.611 INFO STEP 366 (remove_files) COMPLETE
57812025-02-28T10:59:13.678Z[ recovery-image] Feb 28 10:59:11.611 INFO O| Feb 28 10:59:11.611 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-02-28T10:59:13.699Z[ recovery-image] Feb 28 10:59:11.632 INFO O| Feb 28 10:59:11.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
57832025-02-28T10:59:13.702Z[ recovery-image] Feb 28 10:59:11.632 INFO O| Feb 28 10:59:11.632 INFO STEP 367 (remove_files) COMPLETE
57842025-02-28T10:59:13.702Z[ recovery-image] Feb 28 10:59:11.633 INFO O| Feb 28 10:59:11.632 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-02-28T10:59:13.719Z[ recovery-image] Feb 28 10:59:11.652 INFO O| Feb 28 10:59:11.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
57862025-02-28T10:59:13.722Z[ recovery-image] Feb 28 10:59:11.652 INFO O| Feb 28 10:59:11.652 INFO STEP 368 (remove_files) COMPLETE
57872025-02-28T10:59:13.722Z[ recovery-image] Feb 28 10:59:11.652 INFO O| Feb 28 10:59:11.652 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-02-28T10:59:13.739Z[ recovery-image] Feb 28 10:59:11.672 INFO O| Feb 28 10:59:11.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
57892025-02-28T10:59:13.739Z[ recovery-image] Feb 28 10:59:11.672 INFO O| Feb 28 10:59:11.672 INFO STEP 369 (remove_files) COMPLETE
57902025-02-28T10:59:13.740Z[ recovery-image] Feb 28 10:59:11.672 INFO O| Feb 28 10:59:11.672 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-02-28T10:59:13.776Z[ recovery-image] Feb 28 10:59:11.708 INFO O| Feb 28 10:59:11.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
57922025-02-28T10:59:13.776Z[ recovery-image] Feb 28 10:59:11.709 INFO O| Feb 28 10:59:11.709 INFO STEP 370 (remove_files) COMPLETE
57932025-02-28T10:59:13.776Z[ recovery-image] Feb 28 10:59:11.709 INFO O| Feb 28 10:59:11.709 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-02-28T10:59:13.812Z[ recovery-image] Feb 28 10:59:11.744 INFO O| Feb 28 10:59:11.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
57952025-02-28T10:59:13.812Z[ recovery-image] Feb 28 10:59:11.744 INFO O| Feb 28 10:59:11.744 INFO STEP 371 (remove_files) COMPLETE
57962025-02-28T10:59:13.812Z[ recovery-image] Feb 28 10:59:11.744 INFO O| Feb 28 10:59:11.744 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-02-28T10:59:13.871Z[ recovery-image] Feb 28 10:59:11.804 INFO O| Feb 28 10:59:11.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
57982025-02-28T10:59:13.871Z[ recovery-image] Feb 28 10:59:11.804 INFO O| Feb 28 10:59:11.804 INFO STEP 372 (remove_files) COMPLETE
57992025-02-28T10:59:13.874Z[ recovery-image] Feb 28 10:59:11.804 INFO O| Feb 28 10:59:11.804 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-02-28T10:59:13.904Z[ recovery-image] Feb 28 10:59:11.837 INFO O| Feb 28 10:59:11.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
58012025-02-28T10:59:13.907Z[ recovery-image] Feb 28 10:59:11.837 INFO O| Feb 28 10:59:11.837 INFO STEP 373 (remove_files) COMPLETE
58022025-02-28T10:59:13.907Z[ recovery-image] Feb 28 10:59:11.837 INFO O| Feb 28 10:59:11.837 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-02-28T10:59:13.944Z[ recovery-image] Feb 28 10:59:11.876 INFO O| Feb 28 10:59:11.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
58042025-02-28T10:59:13.944Z[ recovery-image] Feb 28 10:59:11.877 INFO O| Feb 28 10:59:11.876 INFO STEP 374 (remove_files) COMPLETE
58052025-02-28T10:59:13.947Z[ recovery-image] Feb 28 10:59:11.877 INFO O| Feb 28 10:59:11.877 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-02-28T10:59:13.986Z[ recovery-image] Feb 28 10:59:11.919 INFO O| Feb 28 10:59:11.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
58072025-02-28T10:59:13.989Z[ recovery-image] Feb 28 10:59:11.919 INFO O| Feb 28 10:59:11.919 INFO STEP 375 (remove_files) COMPLETE
58082025-02-28T10:59:13.989Z[ recovery-image] Feb 28 10:59:11.919 INFO O| Feb 28 10:59:11.919 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-02-28T10:59:14.010Z[ recovery-image] Feb 28 10:59:11.941 INFO O| Feb 28 10:59:11.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
58102025-02-28T10:59:14.012Z[ recovery-image] Feb 28 10:59:11.941 INFO O| Feb 28 10:59:11.941 INFO STEP 376 (remove_files) COMPLETE
58112025-02-28T10:59:14.012Z[ recovery-image] Feb 28 10:59:11.941 INFO O| Feb 28 10:59:11.941 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-02-28T10:59:14.030Z[ recovery-image] Feb 28 10:59:11.960 INFO O| Feb 28 10:59:11.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
58132025-02-28T10:59:14.030Z[ recovery-image] Feb 28 10:59:11.961 INFO O| Feb 28 10:59:11.960 INFO STEP 377 (remove_files) COMPLETE
58142025-02-28T10:59:14.030Z[ recovery-image] Feb 28 10:59:11.961 INFO O| Feb 28 10:59:11.961 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-02-28T10:59:14.051Z[ recovery-image] Feb 28 10:59:11.983 INFO O| Feb 28 10:59:11.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
58162025-02-28T10:59:14.053Z[ recovery-image] Feb 28 10:59:11.983 INFO O| Feb 28 10:59:11.983 INFO STEP 378 (remove_files) COMPLETE
58172025-02-28T10:59:14.053Z[ recovery-image] Feb 28 10:59:11.983 INFO O| Feb 28 10:59:11.983 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-02-28T10:59:14.071Z[ recovery-image] Feb 28 10:59:12.004 INFO O| Feb 28 10:59:12.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
58192025-02-28T10:59:14.074Z[ recovery-image] Feb 28 10:59:12.004 INFO O| Feb 28 10:59:12.004 INFO STEP 379 (remove_files) COMPLETE
58202025-02-28T10:59:14.074Z[ recovery-image] Feb 28 10:59:12.004 INFO O| Feb 28 10:59:12.004 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-02-28T10:59:14.102Z[ recovery-image] Feb 28 10:59:12.035 INFO O| Feb 28 10:59:12.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
58222025-02-28T10:59:14.105Z[ recovery-image] Feb 28 10:59:12.035 INFO O| Feb 28 10:59:12.035 INFO STEP 380 (remove_files) COMPLETE
58232025-02-28T10:59:14.105Z[ recovery-image] Feb 28 10:59:12.035 INFO O| Feb 28 10:59:12.035 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-02-28T10:59:14.161Z[ recovery-image] Feb 28 10:59:12.093 INFO O| Feb 28 10:59:12.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
58252025-02-28T10:59:14.163Z[ recovery-image] Feb 28 10:59:12.093 INFO O| Feb 28 10:59:12.093 INFO STEP 381 (remove_files) COMPLETE
58262025-02-28T10:59:14.163Z[ recovery-image] Feb 28 10:59:12.093 INFO O| Feb 28 10:59:12.093 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-02-28T10:59:14.181Z[ recovery-image] Feb 28 10:59:12.113 INFO O| Feb 28 10:59:12.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
58282025-02-28T10:59:14.183Z[ recovery-image] Feb 28 10:59:12.113 INFO O| Feb 28 10:59:12.113 INFO STEP 382 (remove_files) COMPLETE
58292025-02-28T10:59:14.183Z[ recovery-image] Feb 28 10:59:12.113 INFO O| Feb 28 10:59:12.113 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-02-28T10:59:14.200Z[ recovery-image] Feb 28 10:59:12.132 INFO O| Feb 28 10:59:12.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
58312025-02-28T10:59:14.200Z[ recovery-image] Feb 28 10:59:12.132 INFO O| Feb 28 10:59:12.132 INFO STEP 383 (remove_files) COMPLETE
58322025-02-28T10:59:14.200Z[ recovery-image] Feb 28 10:59:12.132 INFO O| Feb 28 10:59:12.132 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-02-28T10:59:14.226Z[ recovery-image] Feb 28 10:59:12.158 INFO O| Feb 28 10:59:12.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
58342025-02-28T10:59:14.226Z[ recovery-image] Feb 28 10:59:12.158 INFO O| Feb 28 10:59:12.158 INFO STEP 384 (remove_files) COMPLETE
58352025-02-28T10:59:14.226Z[ recovery-image] Feb 28 10:59:12.158 INFO O| Feb 28 10:59:12.158 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-02-28T10:59:14.259Z[ recovery-image] Feb 28 10:59:12.191 INFO O| Feb 28 10:59:12.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
58372025-02-28T10:59:14.259Z[ recovery-image] Feb 28 10:59:12.191 INFO O| Feb 28 10:59:12.191 INFO STEP 385 (remove_files) COMPLETE
58382025-02-28T10:59:14.261Z[ recovery-image] Feb 28 10:59:12.191 INFO O| Feb 28 10:59:12.191 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-02-28T10:59:14.292Z[ recovery-image] Feb 28 10:59:12.225 INFO O| Feb 28 10:59:12.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
58402025-02-28T10:59:14.292Z[ recovery-image] Feb 28 10:59:12.225 INFO O| Feb 28 10:59:12.225 INFO STEP 386 (remove_files) COMPLETE
58412025-02-28T10:59:14.292Z[ recovery-image] Feb 28 10:59:12.225 INFO O| Feb 28 10:59:12.225 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-02-28T10:59:14.312Z[ recovery-image] Feb 28 10:59:12.245 INFO O| Feb 28 10:59:12.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
58432025-02-28T10:59:14.312Z[ recovery-image] Feb 28 10:59:12.245 INFO O| Feb 28 10:59:12.245 INFO STEP 387 (remove_files) COMPLETE
58442025-02-28T10:59:14.312Z[ recovery-image] Feb 28 10:59:12.245 INFO O| Feb 28 10:59:12.245 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-02-28T10:59:14.333Z[ recovery-image] Feb 28 10:59:12.266 INFO O| Feb 28 10:59:12.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
58462025-02-28T10:59:14.333Z[ recovery-image] Feb 28 10:59:12.266 INFO O| Feb 28 10:59:12.266 INFO STEP 388 (remove_files) COMPLETE
58472025-02-28T10:59:14.336Z[ recovery-image] Feb 28 10:59:12.266 INFO O| Feb 28 10:59:12.266 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-02-28T10:59:14.354Z[ recovery-image] Feb 28 10:59:12.286 INFO O| Feb 28 10:59:12.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
58492025-02-28T10:59:14.354Z[ recovery-image] Feb 28 10:59:12.286 INFO O| Feb 28 10:59:12.286 INFO STEP 389 (remove_files) COMPLETE
58502025-02-28T10:59:14.356Z[ recovery-image] Feb 28 10:59:12.286 INFO O| Feb 28 10:59:12.286 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-02-28T10:59:14.372Z[ recovery-image] Feb 28 10:59:12.305 INFO O| Feb 28 10:59:12.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
58522025-02-28T10:59:14.372Z[ recovery-image] Feb 28 10:59:12.305 INFO O| Feb 28 10:59:12.305 INFO STEP 390 (remove_files) COMPLETE
58532025-02-28T10:59:14.372Z[ recovery-image] Feb 28 10:59:12.305 INFO O| Feb 28 10:59:12.305 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-02-28T10:59:14.391Z[ recovery-image] Feb 28 10:59:12.323 INFO O| Feb 28 10:59:12.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
58552025-02-28T10:59:14.391Z[ recovery-image] Feb 28 10:59:12.323 INFO O| Feb 28 10:59:12.323 INFO STEP 391 (remove_files) COMPLETE
58562025-02-28T10:59:14.391Z[ recovery-image] Feb 28 10:59:12.323 INFO O| Feb 28 10:59:12.323 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-02-28T10:59:14.480Z[ recovery-image] Feb 28 10:59:12.413 INFO O| Feb 28 10:59:12.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
58582025-02-28T10:59:14.481Z[ recovery-image] Feb 28 10:59:12.413 INFO O| Feb 28 10:59:12.413 INFO STEP 392 (remove_files) COMPLETE
58592025-02-28T10:59:14.483Z[ recovery-image] Feb 28 10:59:12.413 INFO O| Feb 28 10:59:12.413 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-02-28T10:59:14.500Z[ recovery-image] Feb 28 10:59:12.433 INFO O| Feb 28 10:59:12.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
58612025-02-28T10:59:14.500Z[ recovery-image] Feb 28 10:59:12.433 INFO O| Feb 28 10:59:12.433 INFO STEP 393 (remove_files) COMPLETE
58622025-02-28T10:59:14.500Z[ recovery-image] Feb 28 10:59:12.433 INFO O| Feb 28 10:59:12.433 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-02-28T10:59:14.538Z[ recovery-image] Feb 28 10:59:12.471 INFO O| Feb 28 10:59:12.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
58642025-02-28T10:59:14.541Z[ recovery-image] Feb 28 10:59:12.471 INFO O| Feb 28 10:59:12.471 INFO STEP 394 (remove_files) COMPLETE
58652025-02-28T10:59:14.541Z[ recovery-image] Feb 28 10:59:12.471 INFO O| Feb 28 10:59:12.471 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-02-28T10:59:14.558Z[ recovery-image] Feb 28 10:59:12.491 INFO O| Feb 28 10:59:12.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
58672025-02-28T10:59:14.561Z[ recovery-image] Feb 28 10:59:12.491 INFO O| Feb 28 10:59:12.491 INFO STEP 395 (remove_files) COMPLETE
58682025-02-28T10:59:14.561Z[ recovery-image] Feb 28 10:59:12.491 INFO O| Feb 28 10:59:12.491 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-02-28T10:59:14.578Z[ recovery-image] Feb 28 10:59:12.510 INFO O| Feb 28 10:59:12.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
58702025-02-28T10:59:14.581Z[ recovery-image] Feb 28 10:59:12.511 INFO O| Feb 28 10:59:12.510 INFO STEP 396 (remove_files) COMPLETE
58712025-02-28T10:59:14.581Z[ recovery-image] Feb 28 10:59:12.511 INFO O| Feb 28 10:59:12.511 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-02-28T10:59:14.616Z[ recovery-image] Feb 28 10:59:12.546 INFO O| Feb 28 10:59:12.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
58732025-02-28T10:59:14.638Z[ recovery-image] Feb 28 10:59:12.570 INFO O| Feb 28 10:59:12.570 INFO STEP 397 (remove_files) COMPLETE
58742025-02-28T10:59:14.638Z[ recovery-image] Feb 28 10:59:12.570 INFO O| Feb 28 10:59:12.570 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-02-28T10:59:14.774Z[ recovery-image] Feb 28 10:59:12.706 INFO O| Feb 28 10:59:12.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
58762025-02-28T10:59:14.774Z[ recovery-image] Feb 28 10:59:12.706 INFO O| Feb 28 10:59:12.706 INFO STEP 398 (remove_files) COMPLETE
58772025-02-28T10:59:14.774Z[ recovery-image] Feb 28 10:59:12.706 INFO O| Feb 28 10:59:12.706 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-02-28T10:59:14.816Z[ recovery-image] Feb 28 10:59:12.748 INFO O| Feb 28 10:59:12.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
58792025-02-28T10:59:14.816Z[ recovery-image] Feb 28 10:59:12.748 INFO O| Feb 28 10:59:12.748 INFO STEP 399 (remove_files) COMPLETE
58802025-02-28T10:59:14.816Z[ recovery-image] Feb 28 10:59:12.748 INFO O| Feb 28 10:59:12.748 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-02-28T10:59:14.835Z[ recovery-image] Feb 28 10:59:12.768 INFO O| Feb 28 10:59:12.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
58822025-02-28T10:59:14.835Z[ recovery-image] Feb 28 10:59:12.768 INFO O| Feb 28 10:59:12.768 INFO STEP 400 (remove_files) COMPLETE
58832025-02-28T10:59:14.838Z[ recovery-image] Feb 28 10:59:12.768 INFO O| Feb 28 10:59:12.768 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-02-28T10:59:14.872Z[ recovery-image] Feb 28 10:59:12.804 INFO O| Feb 28 10:59:12.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
58852025-02-28T10:59:14.875Z[ recovery-image] Feb 28 10:59:12.804 INFO O| Feb 28 10:59:12.804 INFO STEP 401 (remove_files) COMPLETE
58862025-02-28T10:59:14.875Z[ recovery-image] Feb 28 10:59:12.804 INFO O| Feb 28 10:59:12.804 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-02-28T10:59:14.912Z[ recovery-image] Feb 28 10:59:12.843 INFO O| Feb 28 10:59:12.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
58882025-02-28T10:59:14.916Z[ recovery-image] Feb 28 10:59:12.843 INFO O| Feb 28 10:59:12.843 INFO STEP 402 (remove_files) COMPLETE
58892025-02-28T10:59:14.916Z[ recovery-image] Feb 28 10:59:12.844 INFO O| Feb 28 10:59:12.843 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-02-28T10:59:14.932Z[ recovery-image] Feb 28 10:59:12.864 INFO O| Feb 28 10:59:12.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
58912025-02-28T10:59:14.934Z[ recovery-image] Feb 28 10:59:12.864 INFO O| Feb 28 10:59:12.864 INFO STEP 403 (remove_files) COMPLETE
58922025-02-28T10:59:14.935Z[ recovery-image] Feb 28 10:59:12.864 INFO O| Feb 28 10:59:12.864 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-02-28T10:59:14.973Z[ recovery-image] Feb 28 10:59:12.905 INFO O| Feb 28 10:59:12.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
58942025-02-28T10:59:14.973Z[ recovery-image] Feb 28 10:59:12.905 INFO O| Feb 28 10:59:12.905 INFO STEP 404 (remove_files) COMPLETE
58952025-02-28T10:59:14.973Z[ recovery-image] Feb 28 10:59:12.905 INFO O| Feb 28 10:59:12.905 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-02-28T10:59:15.030Z[ recovery-image] Feb 28 10:59:12.962 INFO O| Feb 28 10:59:12.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
58972025-02-28T10:59:15.030Z[ recovery-image] Feb 28 10:59:12.962 INFO O| Feb 28 10:59:12.962 INFO STEP 405 (remove_files) COMPLETE
58982025-02-28T10:59:15.030Z[ recovery-image] Feb 28 10:59:12.962 INFO O| Feb 28 10:59:12.962 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-02-28T10:59:15.050Z[ recovery-image] Feb 28 10:59:12.982 INFO O| Feb 28 10:59:12.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
59002025-02-28T10:59:15.050Z[ recovery-image] Feb 28 10:59:12.982 INFO O| Feb 28 10:59:12.982 INFO STEP 406 (remove_files) COMPLETE
59012025-02-28T10:59:15.053Z[ recovery-image] Feb 28 10:59:12.982 INFO O| Feb 28 10:59:12.982 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-02-28T10:59:15.071Z[ recovery-image] Feb 28 10:59:13.001 INFO O| Feb 28 10:59:13.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
59032025-02-28T10:59:15.071Z[ recovery-image] Feb 28 10:59:13.001 INFO O| Feb 28 10:59:13.001 INFO STEP 407 (remove_files) COMPLETE
59042025-02-28T10:59:15.074Z[ recovery-image] Feb 28 10:59:13.002 INFO O| Feb 28 10:59:13.001 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-02-28T10:59:15.091Z[ recovery-image] Feb 28 10:59:13.023 INFO O| Feb 28 10:59:13.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
59062025-02-28T10:59:15.094Z[ recovery-image] Feb 28 10:59:13.023 INFO O| Feb 28 10:59:13.023 INFO STEP 408 (remove_files) COMPLETE
59072025-02-28T10:59:15.094Z[ recovery-image] Feb 28 10:59:13.023 INFO O| Feb 28 10:59:13.023 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-02-28T10:59:15.144Z[ recovery-image] Feb 28 10:59:13.076 INFO O| Feb 28 10:59:13.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
59092025-02-28T10:59:15.147Z[ recovery-image] Feb 28 10:59:13.076 INFO O| Feb 28 10:59:13.076 INFO STEP 409 (remove_files) COMPLETE
59102025-02-28T10:59:15.147Z[ recovery-image] Feb 28 10:59:13.076 INFO O| Feb 28 10:59:13.076 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-02-28T10:59:15.203Z[ recovery-image] Feb 28 10:59:13.135 INFO O| Feb 28 10:59:13.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
59122025-02-28T10:59:15.203Z[ recovery-image] Feb 28 10:59:13.135 INFO O| Feb 28 10:59:13.135 INFO STEP 410 (remove_files) COMPLETE
59132025-02-28T10:59:15.210Z[ recovery-image] Feb 28 10:59:13.136 INFO O| Feb 28 10:59:13.135 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-02-28T10:59:15.230Z[ recovery-image] Feb 28 10:59:13.162 INFO O| Feb 28 10:59:13.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
59152025-02-28T10:59:15.230Z[ recovery-image] Feb 28 10:59:13.162 INFO O| Feb 28 10:59:13.162 INFO STEP 411 (remove_files) COMPLETE
59162025-02-28T10:59:15.230Z[ recovery-image] Feb 28 10:59:13.162 INFO O| Feb 28 10:59:13.162 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-02-28T10:59:15.264Z[ recovery-image] Feb 28 10:59:13.196 INFO O| Feb 28 10:59:13.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
59182025-02-28T10:59:15.264Z[ recovery-image] Feb 28 10:59:13.196 INFO O| Feb 28 10:59:13.196 INFO STEP 412 (remove_files) COMPLETE
59192025-02-28T10:59:15.264Z[ recovery-image] Feb 28 10:59:13.196 INFO O| Feb 28 10:59:13.196 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-02-28T10:59:15.313Z[ recovery-image] Feb 28 10:59:13.243 INFO O| Feb 28 10:59:13.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
59212025-02-28T10:59:15.313Z[ recovery-image] Feb 28 10:59:13.243 INFO O| Feb 28 10:59:13.243 INFO STEP 413 (remove_files) COMPLETE
59222025-02-28T10:59:15.313Z[ recovery-image] Feb 28 10:59:13.243 INFO O| Feb 28 10:59:13.243 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-02-28T10:59:15.347Z[ recovery-image] Feb 28 10:59:13.279 INFO O| Feb 28 10:59:13.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
59242025-02-28T10:59:15.347Z[ recovery-image] Feb 28 10:59:13.279 INFO O| Feb 28 10:59:13.279 INFO STEP 414 (remove_files) COMPLETE
59252025-02-28T10:59:15.347Z[ recovery-image] Feb 28 10:59:13.279 INFO O| Feb 28 10:59:13.279 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-02-28T10:59:15.375Z[ recovery-image] Feb 28 10:59:13.298 INFO O| Feb 28 10:59:13.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
59272025-02-28T10:59:15.375Z[ recovery-image] Feb 28 10:59:13.298 INFO O| Feb 28 10:59:13.298 INFO STEP 415 (remove_files) COMPLETE
59282025-02-28T10:59:15.376Z[ recovery-image] Feb 28 10:59:13.298 INFO O| Feb 28 10:59:13.298 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-02-28T10:59:15.385Z[ recovery-image] Feb 28 10:59:13.317 INFO O| Feb 28 10:59:13.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
59302025-02-28T10:59:15.385Z[ recovery-image] Feb 28 10:59:13.317 INFO O| Feb 28 10:59:13.317 INFO STEP 416 (remove_files) COMPLETE
59312025-02-28T10:59:15.385Z[ recovery-image] Feb 28 10:59:13.317 INFO O| Feb 28 10:59:13.317 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-02-28T10:59:15.405Z[ recovery-image] Feb 28 10:59:13.337 INFO O| Feb 28 10:59:13.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
59332025-02-28T10:59:15.408Z[ recovery-image] Feb 28 10:59:13.338 INFO O| Feb 28 10:59:13.338 INFO STEP 417 (remove_files) COMPLETE
59342025-02-28T10:59:15.408Z[ recovery-image] Feb 28 10:59:13.338 INFO O| Feb 28 10:59:13.338 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-02-28T10:59:15.425Z[ recovery-image] Feb 28 10:59:13.357 INFO O| Feb 28 10:59:13.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
59362025-02-28T10:59:15.428Z[ recovery-image] Feb 28 10:59:13.357 INFO O| Feb 28 10:59:13.357 INFO STEP 418 (remove_files) COMPLETE
59372025-02-28T10:59:15.428Z[ recovery-image] Feb 28 10:59:13.357 INFO O| Feb 28 10:59:13.357 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-02-28T10:59:15.463Z[ recovery-image] Feb 28 10:59:13.395 INFO O| Feb 28 10:59:13.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
59392025-02-28T10:59:15.463Z[ recovery-image] Feb 28 10:59:13.395 INFO O| Feb 28 10:59:13.395 INFO STEP 419 (remove_files) COMPLETE
59402025-02-28T10:59:15.463Z[ recovery-image] Feb 28 10:59:13.395 INFO O| Feb 28 10:59:13.395 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-02-28T10:59:15.498Z[ recovery-image] Feb 28 10:59:13.430 INFO O| Feb 28 10:59:13.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
59422025-02-28T10:59:15.498Z[ recovery-image] Feb 28 10:59:13.430 INFO O| Feb 28 10:59:13.430 INFO STEP 420 (remove_files) COMPLETE
59432025-02-28T10:59:15.501Z[ recovery-image] Feb 28 10:59:13.430 INFO O| Feb 28 10:59:13.430 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-02-28T10:59:15.556Z[ recovery-image] Feb 28 10:59:13.487 INFO O| Feb 28 10:59:13.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
59452025-02-28T10:59:15.556Z[ recovery-image] Feb 28 10:59:13.487 INFO O| Feb 28 10:59:13.487 INFO STEP 421 (remove_files) COMPLETE
59462025-02-28T10:59:15.556Z[ recovery-image] Feb 28 10:59:13.488 INFO O| Feb 28 10:59:13.487 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-02-28T10:59:15.581Z[ recovery-image] Feb 28 10:59:13.511 INFO O| Feb 28 10:59:13.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
59482025-02-28T10:59:15.581Z[ recovery-image] Feb 28 10:59:13.511 INFO O| Feb 28 10:59:13.511 INFO STEP 422 (remove_files) COMPLETE
59492025-02-28T10:59:15.584Z[ recovery-image] Feb 28 10:59:13.511 INFO O| Feb 28 10:59:13.511 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-02-28T10:59:15.617Z[ recovery-image] Feb 28 10:59:13.548 INFO O| Feb 28 10:59:13.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
59512025-02-28T10:59:15.617Z[ recovery-image] Feb 28 10:59:13.548 INFO O| Feb 28 10:59:13.548 INFO STEP 423 (remove_files) COMPLETE
59522025-02-28T10:59:15.617Z[ recovery-image] Feb 28 10:59:13.548 INFO O| Feb 28 10:59:13.548 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-02-28T10:59:15.653Z[ recovery-image] Feb 28 10:59:13.584 INFO O| Feb 28 10:59:13.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
59542025-02-28T10:59:15.653Z[ recovery-image] Feb 28 10:59:13.584 INFO O| Feb 28 10:59:13.584 INFO STEP 424 (remove_files) COMPLETE
59552025-02-28T10:59:15.656Z[ recovery-image] Feb 28 10:59:13.584 INFO O| Feb 28 10:59:13.584 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-02-28T10:59:15.709Z[ recovery-image] Feb 28 10:59:13.640 INFO O| Feb 28 10:59:13.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
59572025-02-28T10:59:15.709Z[ recovery-image] Feb 28 10:59:13.640 INFO O| Feb 28 10:59:13.640 INFO STEP 425 (remove_files) COMPLETE
59582025-02-28T10:59:15.712Z[ recovery-image] Feb 28 10:59:13.640 INFO O| Feb 28 10:59:13.640 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-02-28T10:59:15.729Z[ recovery-image] Feb 28 10:59:13.660 INFO O| Feb 28 10:59:13.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
59602025-02-28T10:59:15.729Z[ recovery-image] Feb 28 10:59:13.660 INFO O| Feb 28 10:59:13.660 INFO STEP 426 (remove_files) COMPLETE
59612025-02-28T10:59:15.729Z[ recovery-image] Feb 28 10:59:13.660 INFO O| Feb 28 10:59:13.660 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-02-28T10:59:15.747Z[ recovery-image] Feb 28 10:59:13.679 INFO O| Feb 28 10:59:13.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
59632025-02-28T10:59:15.747Z[ recovery-image] Feb 28 10:59:13.679 INFO O| Feb 28 10:59:13.679 INFO STEP 427 (remove_files) COMPLETE
59642025-02-28T10:59:15.747Z[ recovery-image] Feb 28 10:59:13.679 INFO O| Feb 28 10:59:13.679 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-02-28T10:59:15.767Z[ recovery-image] Feb 28 10:59:13.699 INFO O| Feb 28 10:59:13.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
59662025-02-28T10:59:15.767Z[ recovery-image] Feb 28 10:59:13.699 INFO O| Feb 28 10:59:13.699 INFO STEP 428 (remove_files) COMPLETE
59672025-02-28T10:59:15.768Z[ recovery-image] Feb 28 10:59:13.699 INFO O| Feb 28 10:59:13.699 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-02-28T10:59:15.789Z[ recovery-image] Feb 28 10:59:13.720 INFO O| Feb 28 10:59:13.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
59692025-02-28T10:59:15.789Z[ recovery-image] Feb 28 10:59:13.720 INFO O| Feb 28 10:59:13.720 INFO STEP 429 (remove_files) COMPLETE
59702025-02-28T10:59:15.789Z[ recovery-image] Feb 28 10:59:13.721 INFO O| Feb 28 10:59:13.720 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-02-28T10:59:15.808Z[ recovery-image] Feb 28 10:59:13.740 INFO O| Feb 28 10:59:13.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
59722025-02-28T10:59:15.808Z[ recovery-image] Feb 28 10:59:13.740 INFO O| Feb 28 10:59:13.740 INFO STEP 430 (remove_files) COMPLETE
59732025-02-28T10:59:15.811Z[ recovery-image] Feb 28 10:59:13.740 INFO O| Feb 28 10:59:13.740 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-02-28T10:59:15.841Z[ recovery-image] Feb 28 10:59:13.760 INFO O| Feb 28 10:59:13.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
59752025-02-28T10:59:15.841Z[ recovery-image] Feb 28 10:59:13.761 INFO O| Feb 28 10:59:13.760 INFO STEP 431 (remove_files) COMPLETE
59762025-02-28T10:59:15.844Z[ recovery-image] Feb 28 10:59:13.761 INFO O| Feb 28 10:59:13.760 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-02-28T10:59:15.897Z[ recovery-image] Feb 28 10:59:13.829 INFO O| Feb 28 10:59:13.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
59782025-02-28T10:59:15.900Z[ recovery-image] Feb 28 10:59:13.829 INFO O| Feb 28 10:59:13.829 INFO STEP 432 (remove_files) COMPLETE
59792025-02-28T10:59:15.900Z[ recovery-image] Feb 28 10:59:13.829 INFO O| Feb 28 10:59:13.829 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-02-28T10:59:15.928Z[ recovery-image] Feb 28 10:59:13.859 INFO O| Feb 28 10:59:13.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
59812025-02-28T10:59:15.931Z[ recovery-image] Feb 28 10:59:13.859 INFO O| Feb 28 10:59:13.859 INFO STEP 433 (remove_files) COMPLETE
59822025-02-28T10:59:15.931Z[ recovery-image] Feb 28 10:59:13.860 INFO O| Feb 28 10:59:13.859 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-02-28T10:59:15.967Z[ recovery-image] Feb 28 10:59:13.899 INFO O| Feb 28 10:59:13.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
59842025-02-28T10:59:15.967Z[ recovery-image] Feb 28 10:59:13.899 INFO O| Feb 28 10:59:13.899 INFO STEP 434 (remove_files) COMPLETE
59852025-02-28T10:59:15.967Z[ recovery-image] Feb 28 10:59:13.899 INFO O| Feb 28 10:59:13.899 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-02-28T10:59:15.991Z[ recovery-image] Feb 28 10:59:13.922 INFO O| Feb 28 10:59:13.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
59872025-02-28T10:59:15.993Z[ recovery-image] Feb 28 10:59:13.922 INFO O| Feb 28 10:59:13.922 INFO STEP 435 (remove_files) COMPLETE
59882025-02-28T10:59:15.994Z[ recovery-image] Feb 28 10:59:13.922 INFO O| Feb 28 10:59:13.922 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-02-28T10:59:16.011Z[ recovery-image] Feb 28 10:59:13.943 INFO O| Feb 28 10:59:13.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
59902025-02-28T10:59:16.011Z[ recovery-image] Feb 28 10:59:13.943 INFO O| Feb 28 10:59:13.943 INFO STEP 436 (remove_files) COMPLETE
59912025-02-28T10:59:16.011Z[ recovery-image] Feb 28 10:59:13.943 INFO O| Feb 28 10:59:13.943 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-02-28T10:59:16.030Z[ recovery-image] Feb 28 10:59:13.961 INFO O| Feb 28 10:59:13.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
59932025-02-28T10:59:16.030Z[ recovery-image] Feb 28 10:59:13.961 INFO O| Feb 28 10:59:13.961 INFO STEP 437 (remove_files) COMPLETE
59942025-02-28T10:59:16.030Z[ recovery-image] Feb 28 10:59:13.961 INFO O| Feb 28 10:59:13.961 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-02-28T10:59:16.049Z[ recovery-image] Feb 28 10:59:13.980 INFO O| Feb 28 10:59:13.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
59962025-02-28T10:59:16.049Z[ recovery-image] Feb 28 10:59:13.980 INFO O| Feb 28 10:59:13.980 INFO STEP 438 (remove_files) COMPLETE
59972025-02-28T10:59:16.049Z[ recovery-image] Feb 28 10:59:13.980 INFO O| Feb 28 10:59:13.980 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-02-28T10:59:16.068Z[ recovery-image] Feb 28 10:59:13.999 INFO O| Feb 28 10:59:13.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
59992025-02-28T10:59:16.068Z[ recovery-image] Feb 28 10:59:13.999 INFO O| Feb 28 10:59:13.999 INFO STEP 439 (remove_files) COMPLETE
60002025-02-28T10:59:16.068Z[ recovery-image] Feb 28 10:59:13.999 INFO O| Feb 28 10:59:13.999 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-02-28T10:59:16.094Z[ recovery-image] Feb 28 10:59:14.025 INFO O| Feb 28 10:59:14.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
60022025-02-28T10:59:16.096Z[ recovery-image] Feb 28 10:59:14.025 INFO O| Feb 28 10:59:14.025 INFO STEP 440 (remove_files) COMPLETE
60032025-02-28T10:59:16.096Z[ recovery-image] Feb 28 10:59:14.025 INFO O| Feb 28 10:59:14.025 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-02-28T10:59:16.146Z[ recovery-image] Feb 28 10:59:14.077 INFO O| Feb 28 10:59:14.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
60052025-02-28T10:59:16.146Z[ recovery-image] Feb 28 10:59:14.077 INFO O| Feb 28 10:59:14.077 INFO STEP 441 (remove_files) COMPLETE
60062025-02-28T10:59:16.146Z[ recovery-image] Feb 28 10:59:14.077 INFO O| Feb 28 10:59:14.077 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-02-28T10:59:16.171Z[ recovery-image] Feb 28 10:59:14.102 INFO O| Feb 28 10:59:14.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
60082025-02-28T10:59:16.171Z[ recovery-image] Feb 28 10:59:14.102 INFO O| Feb 28 10:59:14.102 INFO STEP 442 (remove_files) COMPLETE
60092025-02-28T10:59:16.171Z[ recovery-image] Feb 28 10:59:14.102 INFO O| Feb 28 10:59:14.102 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-02-28T10:59:16.215Z[ recovery-image] Feb 28 10:59:14.146 INFO O| Feb 28 10:59:14.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
60112025-02-28T10:59:16.219Z[ recovery-image] Feb 28 10:59:14.147 INFO O| Feb 28 10:59:14.147 INFO STEP 443 (remove_files) COMPLETE
60122025-02-28T10:59:16.219Z[ recovery-image] Feb 28 10:59:14.147 INFO O| Feb 28 10:59:14.147 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-02-28T10:59:16.236Z[ recovery-image] Feb 28 10:59:14.167 INFO O| Feb 28 10:59:14.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
60142025-02-28T10:59:16.236Z[ recovery-image] Feb 28 10:59:14.167 INFO O| Feb 28 10:59:14.167 INFO STEP 444 (remove_files) COMPLETE
60152025-02-28T10:59:16.236Z[ recovery-image] Feb 28 10:59:14.167 INFO O| Feb 28 10:59:14.167 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-02-28T10:59:16.260Z[ recovery-image] Feb 28 10:59:14.191 INFO O| Feb 28 10:59:14.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
60172025-02-28T10:59:16.263Z[ recovery-image] Feb 28 10:59:14.192 INFO O| Feb 28 10:59:14.191 INFO STEP 445 (remove_files) COMPLETE
60182025-02-28T10:59:16.263Z[ recovery-image] Feb 28 10:59:14.192 INFO O| Feb 28 10:59:14.191 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-02-28T10:59:16.326Z[ recovery-image] Feb 28 10:59:14.257 INFO O| Feb 28 10:59:14.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
60202025-02-28T10:59:16.326Z[ recovery-image] Feb 28 10:59:14.258 INFO O| Feb 28 10:59:14.257 INFO STEP 446 (remove_files) COMPLETE
60212025-02-28T10:59:16.329Z[ recovery-image] Feb 28 10:59:14.258 INFO O| Feb 28 10:59:14.257 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-02-28T10:59:16.375Z[ recovery-image] Feb 28 10:59:14.306 INFO O| Feb 28 10:59:14.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
60232025-02-28T10:59:16.375Z[ recovery-image] Feb 28 10:59:14.306 INFO O| Feb 28 10:59:14.306 INFO STEP 447 (remove_files) COMPLETE
60242025-02-28T10:59:16.378Z[ recovery-image] Feb 28 10:59:14.306 INFO O| Feb 28 10:59:14.306 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-02-28T10:59:16.395Z[ recovery-image] Feb 28 10:59:14.326 INFO O| Feb 28 10:59:14.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
60262025-02-28T10:59:16.395Z[ recovery-image] Feb 28 10:59:14.327 INFO O| Feb 28 10:59:14.326 INFO STEP 448 (remove_files) COMPLETE
60272025-02-28T10:59:16.395Z[ recovery-image] Feb 28 10:59:14.327 INFO O| Feb 28 10:59:14.327 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-02-28T10:59:16.426Z[ recovery-image] Feb 28 10:59:14.357 INFO O| Feb 28 10:59:14.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
60292025-02-28T10:59:16.426Z[ recovery-image] Feb 28 10:59:14.357 INFO O| Feb 28 10:59:14.357 INFO STEP 449 (remove_files) COMPLETE
60302025-02-28T10:59:16.429Z[ recovery-image] Feb 28 10:59:14.358 INFO O| Feb 28 10:59:14.357 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-02-28T10:59:16.485Z[ recovery-image] Feb 28 10:59:14.416 INFO O| Feb 28 10:59:14.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
60322025-02-28T10:59:16.487Z[ recovery-image] Feb 28 10:59:14.416 INFO O| Feb 28 10:59:14.416 INFO STEP 450 (remove_files) COMPLETE
60332025-02-28T10:59:16.487Z[ recovery-image] Feb 28 10:59:14.416 INFO O| Feb 28 10:59:14.416 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-02-28T10:59:16.505Z[ recovery-image] Feb 28 10:59:14.436 INFO O| Feb 28 10:59:14.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
60352025-02-28T10:59:16.505Z[ recovery-image] Feb 28 10:59:14.436 INFO O| Feb 28 10:59:14.436 INFO STEP 451 (remove_files) COMPLETE
60362025-02-28T10:59:16.505Z[ recovery-image] Feb 28 10:59:14.436 INFO O| Feb 28 10:59:14.436 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-02-28T10:59:16.525Z[ recovery-image] Feb 28 10:59:14.456 INFO O| Feb 28 10:59:14.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
60382025-02-28T10:59:16.525Z[ recovery-image] Feb 28 10:59:14.456 INFO O| Feb 28 10:59:14.456 INFO STEP 452 (remove_files) COMPLETE
60392025-02-28T10:59:16.525Z[ recovery-image] Feb 28 10:59:14.456 INFO O| Feb 28 10:59:14.456 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-02-28T10:59:16.632Z[ recovery-image] Feb 28 10:59:14.562 INFO O| Feb 28 10:59:14.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
60412025-02-28T10:59:16.632Z[ recovery-image] Feb 28 10:59:14.562 INFO O| Feb 28 10:59:14.562 INFO STEP 453 (remove_files) COMPLETE
60422025-02-28T10:59:16.632Z[ recovery-image] Feb 28 10:59:14.562 INFO O| Feb 28 10:59:14.562 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-02-28T10:59:16.668Z[ recovery-image] Feb 28 10:59:14.598 INFO O| Feb 28 10:59:14.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
60442025-02-28T10:59:16.692Z[ recovery-image] Feb 28 10:59:14.622 INFO O| Feb 28 10:59:14.622 INFO STEP 454 (remove_files) COMPLETE
60452025-02-28T10:59:16.692Z[ recovery-image] Feb 28 10:59:14.622 INFO O| Feb 28 10:59:14.622 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-02-28T10:59:16.748Z[ recovery-image] Feb 28 10:59:14.679 INFO O| Feb 28 10:59:14.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
60472025-02-28T10:59:16.748Z[ recovery-image] Feb 28 10:59:14.679 INFO O| Feb 28 10:59:14.679 INFO STEP 455 (remove_files) COMPLETE
60482025-02-28T10:59:16.751Z[ recovery-image] Feb 28 10:59:14.680 INFO O| Feb 28 10:59:14.679 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-02-28T10:59:16.769Z[ recovery-image] Feb 28 10:59:14.700 INFO O| Feb 28 10:59:14.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
60502025-02-28T10:59:16.769Z[ recovery-image] Feb 28 10:59:14.700 INFO O| Feb 28 10:59:14.700 INFO STEP 456 (remove_files) COMPLETE
60512025-02-28T10:59:16.769Z[ recovery-image] Feb 28 10:59:14.700 INFO O| Feb 28 10:59:14.700 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-02-28T10:59:16.789Z[ recovery-image] Feb 28 10:59:14.720 INFO O| Feb 28 10:59:14.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
60532025-02-28T10:59:16.789Z[ recovery-image] Feb 28 10:59:14.720 INFO O| Feb 28 10:59:14.720 INFO STEP 457 (remove_files) COMPLETE
60542025-02-28T10:59:16.789Z[ recovery-image] Feb 28 10:59:14.720 INFO O| Feb 28 10:59:14.720 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-02-28T10:59:16.807Z[ recovery-image] Feb 28 10:59:14.739 INFO O| Feb 28 10:59:14.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
60562025-02-28T10:59:16.807Z[ recovery-image] Feb 28 10:59:14.739 INFO O| Feb 28 10:59:14.739 INFO STEP 458 (remove_files) COMPLETE
60572025-02-28T10:59:16.810Z[ recovery-image] Feb 28 10:59:14.739 INFO O| Feb 28 10:59:14.739 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-02-28T10:59:16.860Z[ recovery-image] Feb 28 10:59:14.790 INFO O| Feb 28 10:59:14.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
60592025-02-28T10:59:16.860Z[ recovery-image] Feb 28 10:59:14.790 INFO O| Feb 28 10:59:14.790 INFO STEP 459 (remove_files) COMPLETE
60602025-02-28T10:59:16.862Z[ recovery-image] Feb 28 10:59:14.791 INFO O| Feb 28 10:59:14.790 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-02-28T10:59:16.879Z[ recovery-image] Feb 28 10:59:14.810 INFO O| Feb 28 10:59:14.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
60622025-02-28T10:59:16.882Z[ recovery-image] Feb 28 10:59:14.811 INFO O| Feb 28 10:59:14.811 INFO STEP 460 (remove_files) COMPLETE
60632025-02-28T10:59:16.882Z[ recovery-image] Feb 28 10:59:14.811 INFO O| Feb 28 10:59:14.811 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-02-28T10:59:16.898Z[ recovery-image] Feb 28 10:59:14.830 INFO O| Feb 28 10:59:14.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
60652025-02-28T10:59:16.901Z[ recovery-image] Feb 28 10:59:14.830 INFO O| Feb 28 10:59:14.830 INFO STEP 461 (remove_files) COMPLETE
60662025-02-28T10:59:16.901Z[ recovery-image] Feb 28 10:59:14.830 INFO O| Feb 28 10:59:14.830 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-02-28T10:59:16.917Z[ recovery-image] Feb 28 10:59:14.849 INFO O| Feb 28 10:59:14.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
60682025-02-28T10:59:16.917Z[ recovery-image] Feb 28 10:59:14.849 INFO O| Feb 28 10:59:14.849 INFO STEP 462 (remove_files) COMPLETE
60692025-02-28T10:59:16.920Z[ recovery-image] Feb 28 10:59:14.849 INFO O| Feb 28 10:59:14.849 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-02-28T10:59:16.937Z[ recovery-image] Feb 28 10:59:14.868 INFO O| Feb 28 10:59:14.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
60712025-02-28T10:59:16.937Z[ recovery-image] Feb 28 10:59:14.868 INFO O| Feb 28 10:59:14.868 INFO STEP 463 (remove_files) COMPLETE
60722025-02-28T10:59:16.937Z[ recovery-image] Feb 28 10:59:14.868 INFO O| Feb 28 10:59:14.868 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-02-28T10:59:16.956Z[ recovery-image] Feb 28 10:59:14.887 INFO O| Feb 28 10:59:14.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
60742025-02-28T10:59:16.956Z[ recovery-image] Feb 28 10:59:14.887 INFO O| Feb 28 10:59:14.887 INFO STEP 464 (remove_files) COMPLETE
60752025-02-28T10:59:16.958Z[ recovery-image] Feb 28 10:59:14.887 INFO O| Feb 28 10:59:14.887 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-02-28T10:59:16.974Z[ recovery-image] Feb 28 10:59:14.904 INFO O| Feb 28 10:59:14.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
60772025-02-28T10:59:16.974Z[ recovery-image] Feb 28 10:59:14.905 INFO O| Feb 28 10:59:14.905 INFO STEP 465 (remove_files) COMPLETE
60782025-02-28T10:59:16.974Z[ recovery-image] Feb 28 10:59:14.905 INFO O| Feb 28 10:59:14.905 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-02-28T10:59:16.994Z[ recovery-image] Feb 28 10:59:14.925 INFO O| Feb 28 10:59:14.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
60802025-02-28T10:59:16.994Z[ recovery-image] Feb 28 10:59:14.925 INFO O| Feb 28 10:59:14.925 INFO STEP 466 (remove_files) COMPLETE
60812025-02-28T10:59:16.994Z[ recovery-image] Feb 28 10:59:14.925 INFO O| Feb 28 10:59:14.925 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-02-28T10:59:17.030Z[ recovery-image] Feb 28 10:59:14.961 INFO O| Feb 28 10:59:14.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
60832025-02-28T10:59:17.030Z[ recovery-image] Feb 28 10:59:14.961 INFO O| Feb 28 10:59:14.961 INFO STEP 467 (remove_files) COMPLETE
60842025-02-28T10:59:17.030Z[ recovery-image] Feb 28 10:59:14.962 INFO O| Feb 28 10:59:14.961 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-02-28T10:59:17.050Z[ recovery-image] Feb 28 10:59:14.981 INFO O| Feb 28 10:59:14.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
60862025-02-28T10:59:17.050Z[ recovery-image] Feb 28 10:59:14.981 INFO O| Feb 28 10:59:14.981 INFO STEP 468 (remove_files) COMPLETE
60872025-02-28T10:59:17.050Z[ recovery-image] Feb 28 10:59:14.981 INFO O| Feb 28 10:59:14.981 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-02-28T10:59:17.084Z[ recovery-image] Feb 28 10:59:15.015 INFO O| Feb 28 10:59:15.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
60892025-02-28T10:59:17.084Z[ recovery-image] Feb 28 10:59:15.015 INFO O| Feb 28 10:59:15.015 INFO STEP 469 (remove_files) COMPLETE
60902025-02-28T10:59:17.084Z[ recovery-image] Feb 28 10:59:15.015 INFO O| Feb 28 10:59:15.015 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-02-28T10:59:17.117Z[ recovery-image] Feb 28 10:59:15.048 INFO O| Feb 28 10:59:15.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
60922025-02-28T10:59:17.117Z[ recovery-image] Feb 28 10:59:15.048 INFO O| Feb 28 10:59:15.048 INFO STEP 470 (remove_files) COMPLETE
60932025-02-28T10:59:17.117Z[ recovery-image] Feb 28 10:59:15.048 INFO O| Feb 28 10:59:15.048 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-02-28T10:59:17.137Z[ recovery-image] Feb 28 10:59:15.068 INFO O| Feb 28 10:59:15.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
60952025-02-28T10:59:17.137Z[ recovery-image] Feb 28 10:59:15.068 INFO O| Feb 28 10:59:15.068 INFO STEP 471 (remove_files) COMPLETE
60962025-02-28T10:59:17.137Z[ recovery-image] Feb 28 10:59:15.068 INFO O| Feb 28 10:59:15.068 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-02-28T10:59:17.165Z[ recovery-image] Feb 28 10:59:15.096 INFO O| Feb 28 10:59:15.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
60982025-02-28T10:59:17.165Z[ recovery-image] Feb 28 10:59:15.096 INFO O| Feb 28 10:59:15.096 INFO STEP 472 (remove_files) COMPLETE
60992025-02-28T10:59:17.165Z[ recovery-image] Feb 28 10:59:15.096 INFO O| Feb 28 10:59:15.096 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-02-28T10:59:17.225Z[ recovery-image] Feb 28 10:59:15.156 INFO O| Feb 28 10:59:15.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
61012025-02-28T10:59:17.225Z[ recovery-image] Feb 28 10:59:15.156 INFO O| Feb 28 10:59:15.156 INFO STEP 473 (remove_files) COMPLETE
61022025-02-28T10:59:17.225Z[ recovery-image] Feb 28 10:59:15.156 INFO O| Feb 28 10:59:15.156 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-02-28T10:59:17.244Z[ recovery-image] Feb 28 10:59:15.175 INFO O| Feb 28 10:59:15.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
61042025-02-28T10:59:17.248Z[ recovery-image] Feb 28 10:59:15.176 INFO O| Feb 28 10:59:15.176 INFO STEP 474 (remove_files) COMPLETE
61052025-02-28T10:59:17.248Z[ recovery-image] Feb 28 10:59:15.176 INFO O| Feb 28 10:59:15.176 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-02-28T10:59:17.292Z[ recovery-image] Feb 28 10:59:15.223 INFO O| Feb 28 10:59:15.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
61072025-02-28T10:59:17.296Z[ recovery-image] Feb 28 10:59:15.223 INFO O| Feb 28 10:59:15.223 INFO STEP 475 (remove_files) COMPLETE
61082025-02-28T10:59:17.296Z[ recovery-image] Feb 28 10:59:15.223 INFO O| Feb 28 10:59:15.223 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-02-28T10:59:17.311Z[ recovery-image] Feb 28 10:59:15.242 INFO O| Feb 28 10:59:15.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
61102025-02-28T10:59:17.313Z[ recovery-image] Feb 28 10:59:15.242 INFO O| Feb 28 10:59:15.242 INFO STEP 476 (remove_files) COMPLETE
61112025-02-28T10:59:17.313Z[ recovery-image] Feb 28 10:59:15.242 INFO O| Feb 28 10:59:15.242 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-02-28T10:59:17.331Z[ recovery-image] Feb 28 10:59:15.262 INFO O| Feb 28 10:59:15.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
61132025-02-28T10:59:17.334Z[ recovery-image] Feb 28 10:59:15.262 INFO O| Feb 28 10:59:15.262 INFO STEP 477 (remove_files) COMPLETE
61142025-02-28T10:59:17.334Z[ recovery-image] Feb 28 10:59:15.262 INFO O| Feb 28 10:59:15.262 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-02-28T10:59:17.350Z[ recovery-image] Feb 28 10:59:15.281 INFO O| Feb 28 10:59:15.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
61162025-02-28T10:59:17.374Z[ recovery-image] Feb 28 10:59:15.305 INFO O| Feb 28 10:59:15.305 INFO STEP 478 (remove_files) COMPLETE
61172025-02-28T10:59:17.374Z[ recovery-image] Feb 28 10:59:15.305 INFO O| Feb 28 10:59:15.305 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-02-28T10:59:17.395Z[ recovery-image] Feb 28 10:59:15.326 INFO O| Feb 28 10:59:15.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
61192025-02-28T10:59:17.397Z[ recovery-image] Feb 28 10:59:15.326 INFO O| Feb 28 10:59:15.326 INFO STEP 479 (remove_files) COMPLETE
61202025-02-28T10:59:17.397Z[ recovery-image] Feb 28 10:59:15.326 INFO O| Feb 28 10:59:15.326 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-02-28T10:59:17.413Z[ recovery-image] Feb 28 10:59:15.344 INFO O| Feb 28 10:59:15.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
61222025-02-28T10:59:17.416Z[ recovery-image] Feb 28 10:59:15.345 INFO O| Feb 28 10:59:15.345 INFO STEP 480 (remove_files) COMPLETE
61232025-02-28T10:59:17.416Z[ recovery-image] Feb 28 10:59:15.345 INFO O| Feb 28 10:59:15.345 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-02-28T10:59:17.433Z[ recovery-image] Feb 28 10:59:15.364 INFO O| Feb 28 10:59:15.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
61252025-02-28T10:59:17.436Z[ recovery-image] Feb 28 10:59:15.365 INFO O| Feb 28 10:59:15.364 INFO STEP 481 (remove_files) COMPLETE
61262025-02-28T10:59:17.436Z[ recovery-image] Feb 28 10:59:15.365 INFO O| Feb 28 10:59:15.365 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-02-28T10:59:17.478Z[ recovery-image] Feb 28 10:59:15.408 INFO O| Feb 28 10:59:15.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
61282025-02-28T10:59:17.478Z[ recovery-image] Feb 28 10:59:15.408 INFO O| Feb 28 10:59:15.408 INFO STEP 482 (remove_files) COMPLETE
61292025-02-28T10:59:17.478Z[ recovery-image] Feb 28 10:59:15.408 INFO O| Feb 28 10:59:15.408 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302025-02-28T10:59:17.506Z[ recovery-image] Feb 28 10:59:15.437 INFO O| Feb 28 10:59:15.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
61312025-02-28T10:59:17.506Z[ recovery-image] Feb 28 10:59:15.437 INFO O| Feb 28 10:59:15.437 INFO STEP 483 (remove_files) COMPLETE
61322025-02-28T10:59:17.506Z[ recovery-image] Feb 28 10:59:15.437 INFO O| Feb 28 10:59:15.437 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332025-02-28T10:59:17.542Z[ recovery-image] Feb 28 10:59:15.472 INFO O| Feb 28 10:59:15.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
61342025-02-28T10:59:17.542Z[ recovery-image] Feb 28 10:59:15.472 INFO O| Feb 28 10:59:15.472 INFO STEP 484 (remove_files) COMPLETE
61352025-02-28T10:59:17.545Z[ recovery-image] Feb 28 10:59:15.473 INFO O| Feb 28 10:59:15.472 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-02-28T10:59:17.561Z[ recovery-image] Feb 28 10:59:15.492 INFO O| Feb 28 10:59:15.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
61372025-02-28T10:59:17.562Z[ recovery-image] Feb 28 10:59:15.492 INFO O| Feb 28 10:59:15.492 INFO STEP 485 (remove_files) COMPLETE
61382025-02-28T10:59:17.565Z[ recovery-image] Feb 28 10:59:15.492 INFO O| Feb 28 10:59:15.492 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-02-28T10:59:17.583Z[ recovery-image] Feb 28 10:59:15.514 INFO O| Feb 28 10:59:15.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
61402025-02-28T10:59:17.583Z[ recovery-image] Feb 28 10:59:15.514 INFO O| Feb 28 10:59:15.514 INFO STEP 486 (remove_files) COMPLETE
61412025-02-28T10:59:17.586Z[ recovery-image] Feb 28 10:59:15.514 INFO O| Feb 28 10:59:15.514 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-02-28T10:59:17.604Z[ recovery-image] Feb 28 10:59:15.535 INFO O| Feb 28 10:59:15.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
61432025-02-28T10:59:17.604Z[ recovery-image] Feb 28 10:59:15.535 INFO O| Feb 28 10:59:15.535 INFO STEP 487 (remove_files) COMPLETE
61442025-02-28T10:59:17.609Z[ recovery-image] Feb 28 10:59:15.535 INFO O| Feb 28 10:59:15.535 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-02-28T10:59:17.625Z[ recovery-image] Feb 28 10:59:15.555 INFO O| Feb 28 10:59:15.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
61462025-02-28T10:59:17.628Z[ recovery-image] Feb 28 10:59:15.556 INFO O| Feb 28 10:59:15.556 INFO STEP 488 (remove_files) COMPLETE
61472025-02-28T10:59:17.628Z[ recovery-image] Feb 28 10:59:15.556 INFO O| Feb 28 10:59:15.556 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-02-28T10:59:17.644Z[ recovery-image] Feb 28 10:59:15.575 INFO O| Feb 28 10:59:15.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
61492025-02-28T10:59:17.647Z[ recovery-image] Feb 28 10:59:15.575 INFO O| Feb 28 10:59:15.575 INFO STEP 489 (remove_files) COMPLETE
61502025-02-28T10:59:17.647Z[ recovery-image] Feb 28 10:59:15.575 INFO O| Feb 28 10:59:15.575 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-02-28T10:59:17.664Z[ recovery-image] Feb 28 10:59:15.594 INFO O| Feb 28 10:59:15.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
61522025-02-28T10:59:17.664Z[ recovery-image] Feb 28 10:59:15.594 INFO O| Feb 28 10:59:15.594 INFO STEP 490 (remove_files) COMPLETE
61532025-02-28T10:59:17.664Z[ recovery-image] Feb 28 10:59:15.594 INFO O| Feb 28 10:59:15.594 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-02-28T10:59:17.688Z[ recovery-image] Feb 28 10:59:15.619 INFO O| Feb 28 10:59:15.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
61552025-02-28T10:59:17.691Z[ recovery-image] Feb 28 10:59:15.619 INFO O| Feb 28 10:59:15.619 INFO STEP 491 (remove_files) COMPLETE
61562025-02-28T10:59:17.691Z[ recovery-image] Feb 28 10:59:15.619 INFO O| Feb 28 10:59:15.619 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-02-28T10:59:17.708Z[ recovery-image] Feb 28 10:59:15.638 INFO O| Feb 28 10:59:15.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
61582025-02-28T10:59:17.710Z[ recovery-image] Feb 28 10:59:15.639 INFO O| Feb 28 10:59:15.639 INFO STEP 492 (remove_files) COMPLETE
61592025-02-28T10:59:17.710Z[ recovery-image] Feb 28 10:59:15.639 INFO O| Feb 28 10:59:15.639 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-02-28T10:59:17.744Z[ recovery-image] Feb 28 10:59:15.675 INFO O| Feb 28 10:59:15.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
61612025-02-28T10:59:17.747Z[ recovery-image] Feb 28 10:59:15.675 INFO O| Feb 28 10:59:15.675 INFO STEP 493 (remove_files) COMPLETE
61622025-02-28T10:59:17.747Z[ recovery-image] Feb 28 10:59:15.675 INFO O| Feb 28 10:59:15.675 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-02-28T10:59:17.801Z[ recovery-image] Feb 28 10:59:15.732 INFO O| Feb 28 10:59:15.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
61642025-02-28T10:59:17.801Z[ recovery-image] Feb 28 10:59:15.732 INFO O| Feb 28 10:59:15.732 INFO STEP 494 (remove_files) COMPLETE
61652025-02-28T10:59:17.802Z[ recovery-image] Feb 28 10:59:15.732 INFO O| Feb 28 10:59:15.732 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-02-28T10:59:17.821Z[ recovery-image] Feb 28 10:59:15.751 INFO O| Feb 28 10:59:15.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
61672025-02-28T10:59:17.821Z[ recovery-image] Feb 28 10:59:15.751 INFO O| Feb 28 10:59:15.751 INFO STEP 495 (remove_files) COMPLETE
61682025-02-28T10:59:17.824Z[ recovery-image] Feb 28 10:59:15.752 INFO O| Feb 28 10:59:15.751 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-02-28T10:59:17.839Z[ recovery-image] Feb 28 10:59:15.770 INFO O| Feb 28 10:59:15.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
61702025-02-28T10:59:17.839Z[ recovery-image] Feb 28 10:59:15.770 INFO O| Feb 28 10:59:15.770 INFO STEP 496 (remove_files) COMPLETE
61712025-02-28T10:59:17.839Z[ recovery-image] Feb 28 10:59:15.770 INFO O| Feb 28 10:59:15.770 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-02-28T10:59:17.876Z[ recovery-image] Feb 28 10:59:15.806 INFO O| Feb 28 10:59:15.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
61732025-02-28T10:59:17.876Z[ recovery-image] Feb 28 10:59:15.806 INFO O| Feb 28 10:59:15.806 INFO STEP 497 (remove_files) COMPLETE
61742025-02-28T10:59:17.878Z[ recovery-image] Feb 28 10:59:15.806 INFO O| Feb 28 10:59:15.806 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-02-28T10:59:17.897Z[ recovery-image] Feb 28 10:59:15.828 INFO O| Feb 28 10:59:15.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
61762025-02-28T10:59:17.897Z[ recovery-image] Feb 28 10:59:15.828 INFO O| Feb 28 10:59:15.828 INFO STEP 498 (remove_files) COMPLETE
61772025-02-28T10:59:17.900Z[ recovery-image] Feb 28 10:59:15.828 INFO O| Feb 28 10:59:15.828 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-02-28T10:59:18.031Z[ recovery-image] Feb 28 10:59:15.962 INFO O| Feb 28 10:59:15.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
61792025-02-28T10:59:18.031Z[ recovery-image] Feb 28 10:59:15.962 INFO O| Feb 28 10:59:15.962 INFO STEP 499 (remove_files) COMPLETE
61802025-02-28T10:59:18.034Z[ recovery-image] Feb 28 10:59:15.962 INFO O| Feb 28 10:59:15.962 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-02-28T10:59:18.062Z[ recovery-image] Feb 28 10:59:15.983 INFO O| Feb 28 10:59:15.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
61822025-02-28T10:59:18.062Z[ recovery-image] Feb 28 10:59:15.983 INFO O| Feb 28 10:59:15.983 INFO STEP 500 (remove_files) COMPLETE
61832025-02-28T10:59:18.065Z[ recovery-image] Feb 28 10:59:15.983 INFO O| Feb 28 10:59:15.983 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-02-28T10:59:18.140Z[ recovery-image] Feb 28 10:59:16.071 INFO O| Feb 28 10:59:16.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
61852025-02-28T10:59:18.143Z[ recovery-image] Feb 28 10:59:16.071 INFO O| Feb 28 10:59:16.071 INFO STEP 501 (remove_files) COMPLETE
61862025-02-28T10:59:18.143Z[ recovery-image] Feb 28 10:59:16.071 INFO O| Feb 28 10:59:16.071 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-02-28T10:59:18.162Z[ recovery-image] Feb 28 10:59:16.092 INFO O| Feb 28 10:59:16.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
61882025-02-28T10:59:18.165Z[ recovery-image] Feb 28 10:59:16.092 INFO O| Feb 28 10:59:16.092 INFO STEP 502 (remove_files) COMPLETE
61892025-02-28T10:59:18.165Z[ recovery-image] Feb 28 10:59:16.092 INFO O| Feb 28 10:59:16.092 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-02-28T10:59:18.182Z[ recovery-image] Feb 28 10:59:16.112 INFO O| Feb 28 10:59:16.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
61912025-02-28T10:59:18.185Z[ recovery-image] Feb 28 10:59:16.113 INFO O| Feb 28 10:59:16.113 INFO STEP 503 (remove_files) COMPLETE
61922025-02-28T10:59:18.185Z[ recovery-image] Feb 28 10:59:16.113 INFO O| Feb 28 10:59:16.113 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-02-28T10:59:18.202Z[ recovery-image] Feb 28 10:59:16.132 INFO O| Feb 28 10:59:16.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
61942025-02-28T10:59:18.206Z[ recovery-image] Feb 28 10:59:16.136 INFO O| Feb 28 10:59:16.136 INFO STEP 504 (remove_files) COMPLETE
61952025-02-28T10:59:18.206Z[ recovery-image] Feb 28 10:59:16.136 INFO O| Feb 28 10:59:16.136 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-02-28T10:59:18.224Z[ recovery-image] Feb 28 10:59:16.155 INFO O| Feb 28 10:59:16.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
61972025-02-28T10:59:18.228Z[ recovery-image] Feb 28 10:59:16.156 INFO O| Feb 28 10:59:16.156 INFO STEP 505 (remove_files) COMPLETE
61982025-02-28T10:59:18.228Z[ recovery-image] Feb 28 10:59:16.156 INFO O| Feb 28 10:59:16.156 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-02-28T10:59:18.270Z[ recovery-image] Feb 28 10:59:16.200 INFO O| Feb 28 10:59:16.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
62002025-02-28T10:59:18.270Z[ recovery-image] Feb 28 10:59:16.200 INFO O| Feb 28 10:59:16.200 INFO STEP 506 (remove_files) COMPLETE
62012025-02-28T10:59:18.270Z[ recovery-image] Feb 28 10:59:16.200 INFO O| Feb 28 10:59:16.200 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-02-28T10:59:18.378Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
62032025-02-28T10:59:18.387Z[ recovery-image] Feb 28 10:59:16.318 INFO O| Feb 28 10:59:16.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
62042025-02-28T10:59:18.390Z[ recovery-image] Feb 28 10:59:16.318 INFO O| Feb 28 10:59:16.318 INFO STEP 507 (remove_files) COMPLETE
62052025-02-28T10:59:18.390Z[ recovery-image] Feb 28 10:59:16.318 INFO O| Feb 28 10:59:16.318 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-02-28T10:59:18.422Z[ recovery-image] Feb 28 10:59:16.352 INFO O| Feb 28 10:59:16.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
62072025-02-28T10:59:18.425Z[ recovery-image] Feb 28 10:59:16.352 INFO O| Feb 28 10:59:16.352 INFO STEP 508 (remove_files) COMPLETE
62082025-02-28T10:59:18.425Z[ recovery-image] Feb 28 10:59:16.353 INFO O| Feb 28 10:59:16.352 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-02-28T10:59:18.443Z[ recovery-image] Feb 28 10:59:16.373 INFO O| Feb 28 10:59:16.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
62102025-02-28T10:59:18.466Z[ recovery-image] Feb 28 10:59:16.397 INFO O| Feb 28 10:59:16.397 INFO STEP 509 (remove_files) COMPLETE
62112025-02-28T10:59:18.466Z[ recovery-image] Feb 28 10:59:16.397 INFO O| Feb 28 10:59:16.397 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-02-28T10:59:18.503Z[ recovery-image] Feb 28 10:59:16.433 INFO O| Feb 28 10:59:16.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
62132025-02-28T10:59:18.506Z[ recovery-image] Feb 28 10:59:16.434 INFO O| Feb 28 10:59:16.434 INFO STEP 510 (remove_files) COMPLETE
62142025-02-28T10:59:18.506Z[ recovery-image] Feb 28 10:59:16.434 INFO O| Feb 28 10:59:16.434 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-02-28T10:59:18.603Z[ recovery-image] Feb 28 10:59:16.533 INFO O| Feb 28 10:59:16.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
62162025-02-28T10:59:18.606Z[ recovery-image] Feb 28 10:59:16.533 INFO O| Feb 28 10:59:16.533 INFO STEP 511 (remove_files) COMPLETE
62172025-02-28T10:59:18.606Z[ recovery-image] Feb 28 10:59:16.533 INFO O| Feb 28 10:59:16.533 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-02-28T10:59:18.627Z[ recovery-image] Feb 28 10:59:16.557 INFO O| Feb 28 10:59:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
62192025-02-28T10:59:18.627Z[ recovery-image] Feb 28 10:59:16.558 INFO O| Feb 28 10:59:16.558 INFO STEP 512 (remove_files) COMPLETE
62202025-02-28T10:59:18.630Z[ recovery-image] Feb 28 10:59:16.558 INFO O| Feb 28 10:59:16.558 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-02-28T10:59:18.649Z[ recovery-image] Feb 28 10:59:16.580 INFO O| Feb 28 10:59:16.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
62222025-02-28T10:59:18.649Z[ recovery-image] Feb 28 10:59:16.580 INFO O| Feb 28 10:59:16.580 INFO STEP 513 (remove_files) COMPLETE
62232025-02-28T10:59:18.652Z[ recovery-image] Feb 28 10:59:16.580 INFO O| Feb 28 10:59:16.580 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-02-28T10:59:18.672Z[ recovery-image] Feb 28 10:59:16.602 INFO O| Feb 28 10:59:16.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
62252025-02-28T10:59:18.672Z[ recovery-image] Feb 28 10:59:16.602 INFO O| Feb 28 10:59:16.602 INFO STEP 514 (remove_files) COMPLETE
62262025-02-28T10:59:18.672Z[ recovery-image] Feb 28 10:59:16.602 INFO O| Feb 28 10:59:16.602 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-02-28T10:59:18.694Z[ recovery-image] Feb 28 10:59:16.623 INFO O| Feb 28 10:59:16.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
62282025-02-28T10:59:18.694Z[ recovery-image] Feb 28 10:59:16.623 INFO O| Feb 28 10:59:16.623 INFO STEP 515 (remove_files) COMPLETE
62292025-02-28T10:59:18.696Z[ recovery-image] Feb 28 10:59:16.623 INFO O| Feb 28 10:59:16.623 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-02-28T10:59:18.712Z[ recovery-image] Feb 28 10:59:16.642 INFO O| Feb 28 10:59:16.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
62312025-02-28T10:59:18.715Z[ recovery-image] Feb 28 10:59:16.642 INFO O| Feb 28 10:59:16.642 INFO STEP 516 (remove_files) COMPLETE
62322025-02-28T10:59:18.715Z[ recovery-image] Feb 28 10:59:16.642 INFO O| Feb 28 10:59:16.642 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-02-28T10:59:18.731Z[ recovery-image] Feb 28 10:59:16.661 INFO O| Feb 28 10:59:16.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
62342025-02-28T10:59:18.731Z[ recovery-image] Feb 28 10:59:16.662 INFO O| Feb 28 10:59:16.662 INFO STEP 517 (remove_files) COMPLETE
62352025-02-28T10:59:18.734Z[ recovery-image] Feb 28 10:59:16.662 INFO O| Feb 28 10:59:16.662 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-02-28T10:59:18.752Z[ recovery-image] Feb 28 10:59:16.682 INFO O| Feb 28 10:59:16.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
62372025-02-28T10:59:18.754Z[ recovery-image] Feb 28 10:59:16.682 INFO O| Feb 28 10:59:16.682 INFO STEP 518 (remove_files) COMPLETE
62382025-02-28T10:59:18.754Z[ recovery-image] Feb 28 10:59:16.682 INFO O| Feb 28 10:59:16.682 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-02-28T10:59:18.789Z[ recovery-image] Feb 28 10:59:16.720 INFO O| Feb 28 10:59:16.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
62402025-02-28T10:59:18.790Z[ recovery-image] Feb 28 10:59:16.720 INFO O| Feb 28 10:59:16.720 INFO STEP 519 (remove_files) COMPLETE
62412025-02-28T10:59:18.790Z[ recovery-image] Feb 28 10:59:16.720 INFO O| Feb 28 10:59:16.720 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-02-28T10:59:18.829Z[ recovery-image] Feb 28 10:59:16.759 INFO O| Feb 28 10:59:16.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
62432025-02-28T10:59:18.829Z[ recovery-image] Feb 28 10:59:16.760 INFO O| Feb 28 10:59:16.760 INFO STEP 520 (remove_files) COMPLETE
62442025-02-28T10:59:18.829Z[ recovery-image] Feb 28 10:59:16.760 INFO O| Feb 28 10:59:16.760 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-02-28T10:59:18.849Z[ recovery-image] Feb 28 10:59:16.779 INFO O| Feb 28 10:59:16.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
62462025-02-28T10:59:18.851Z[ recovery-image] Feb 28 10:59:16.779 INFO O| Feb 28 10:59:16.779 INFO STEP 521 (remove_files) COMPLETE
62472025-02-28T10:59:18.851Z[ recovery-image] Feb 28 10:59:16.779 INFO O| Feb 28 10:59:16.779 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-02-28T10:59:18.872Z[ recovery-image] Feb 28 10:59:16.802 INFO O| Feb 28 10:59:16.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
62492025-02-28T10:59:18.872Z[ recovery-image] Feb 28 10:59:16.802 INFO O| Feb 28 10:59:16.802 INFO STEP 522 (remove_files) COMPLETE
62502025-02-28T10:59:18.872Z[ recovery-image] Feb 28 10:59:16.802 INFO O| Feb 28 10:59:16.802 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-02-28T10:59:18.892Z[ recovery-image] Feb 28 10:59:16.822 INFO O| Feb 28 10:59:16.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
62522025-02-28T10:59:18.892Z[ recovery-image] Feb 28 10:59:16.822 INFO O| Feb 28 10:59:16.822 INFO STEP 523 (remove_files) COMPLETE
62532025-02-28T10:59:18.895Z[ recovery-image] Feb 28 10:59:16.822 INFO O| Feb 28 10:59:16.822 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-02-28T10:59:19.073Z[ recovery-image] Feb 28 10:59:17.002 INFO O| Feb 28 10:59:17.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
62552025-02-28T10:59:19.076Z[ recovery-image] Feb 28 10:59:17.002 INFO O| Feb 28 10:59:17.002 INFO STEP 524 (remove_files) COMPLETE
62562025-02-28T10:59:19.077Z[ recovery-image] Feb 28 10:59:17.003 INFO O| Feb 28 10:59:17.003 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-02-28T10:59:19.077Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
62582025-02-28T10:59:19.093Z[ recovery-image] Feb 28 10:59:17.022 INFO O| Feb 28 10:59:17.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
62592025-02-28T10:59:19.097Z[ recovery-image] Feb 28 10:59:17.023 INFO O| Feb 28 10:59:17.023 INFO STEP 525 (remove_files) COMPLETE
62602025-02-28T10:59:19.097Z[ recovery-image] Feb 28 10:59:17.023 INFO O| Feb 28 10:59:17.023 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612025-02-28T10:59:19.110Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
62622025-02-28T10:59:19.114Z[ recovery-image] Feb 28 10:59:17.044 INFO O| Feb 28 10:59:17.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
62632025-02-28T10:59:19.114Z[ recovery-image] Feb 28 10:59:17.044 INFO O| Feb 28 10:59:17.044 INFO STEP 526 (remove_files) COMPLETE
62642025-02-28T10:59:19.118Z[ recovery-image] Feb 28 10:59:17.044 INFO O| Feb 28 10:59:17.044 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-02-28T10:59:19.175Z[ recovery-image] Feb 28 10:59:17.102 INFO O| Feb 28 10:59:17.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
62662025-02-28T10:59:19.197Z[ recovery-image] Feb 28 10:59:17.127 INFO O| Feb 28 10:59:17.127 INFO STEP 527 (remove_files) COMPLETE
62672025-02-28T10:59:19.202Z[ recovery-image] Feb 28 10:59:17.127 INFO O| Feb 28 10:59:17.127 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-02-28T10:59:19.225Z[ recovery-image] Feb 28 10:59:17.153 INFO O| Feb 28 10:59:17.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
62692025-02-28T10:59:19.226Z[ recovery-image] Feb 28 10:59:17.153 INFO O| Feb 28 10:59:17.153 INFO STEP 528 (remove_files) COMPLETE
62702025-02-28T10:59:19.226Z[ recovery-image] Feb 28 10:59:17.153 INFO O| Feb 28 10:59:17.153 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-02-28T10:59:19.245Z[ recovery-image] Feb 28 10:59:17.174 INFO O| Feb 28 10:59:17.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
62722025-02-28T10:59:19.245Z[ recovery-image] Feb 28 10:59:17.174 INFO O| Feb 28 10:59:17.174 INFO STEP 529 (remove_files) COMPLETE
62732025-02-28T10:59:19.245Z[ recovery-image] Feb 28 10:59:17.175 INFO O| Feb 28 10:59:17.174 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-02-28T10:59:19.265Z[ recovery-image] Feb 28 10:59:17.195 INFO O| Feb 28 10:59:17.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
62752025-02-28T10:59:19.268Z[ recovery-image] Feb 28 10:59:17.195 INFO O| Feb 28 10:59:17.195 INFO STEP 530 (remove_files) COMPLETE
62762025-02-28T10:59:19.268Z[ recovery-image] Feb 28 10:59:17.195 INFO O| Feb 28 10:59:17.195 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-02-28T10:59:19.306Z[ recovery-image] Feb 28 10:59:17.236 INFO O| Feb 28 10:59:17.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
62782025-02-28T10:59:19.306Z[ recovery-image] Feb 28 10:59:17.236 INFO O| Feb 28 10:59:17.236 INFO STEP 531 (remove_files) COMPLETE
62792025-02-28T10:59:19.306Z[ recovery-image] Feb 28 10:59:17.236 INFO O| Feb 28 10:59:17.236 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-02-28T10:59:19.329Z[ recovery-image] Feb 28 10:59:17.258 INFO O| Feb 28 10:59:17.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
62812025-02-28T10:59:19.329Z[ recovery-image] Feb 28 10:59:17.258 INFO O| Feb 28 10:59:17.258 INFO STEP 532 (remove_files) COMPLETE
62822025-02-28T10:59:19.335Z[ recovery-image] Feb 28 10:59:17.258 INFO O| Feb 28 10:59:17.258 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-02-28T10:59:19.479Z[ recovery-image] Feb 28 10:59:17.409 INFO O| Feb 28 10:59:17.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
62842025-02-28T10:59:19.482Z[ recovery-image] Feb 28 10:59:17.409 INFO O| Feb 28 10:59:17.409 INFO STEP 533 (remove_files) COMPLETE
62852025-02-28T10:59:19.482Z[ recovery-image] Feb 28 10:59:17.409 INFO O| Feb 28 10:59:17.409 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-02-28T10:59:19.503Z[ recovery-image] Feb 28 10:59:17.433 INFO O| Feb 28 10:59:17.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
62872025-02-28T10:59:19.503Z[ recovery-image] Feb 28 10:59:17.433 INFO O| Feb 28 10:59:17.433 INFO STEP 534 (remove_files) COMPLETE
62882025-02-28T10:59:19.503Z[ recovery-image] Feb 28 10:59:17.433 INFO O| Feb 28 10:59:17.433 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-02-28T10:59:19.523Z[ recovery-image] Feb 28 10:59:17.453 INFO O| Feb 28 10:59:17.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
62902025-02-28T10:59:19.523Z[ recovery-image] Feb 28 10:59:17.453 INFO O| Feb 28 10:59:17.453 INFO STEP 535 (remove_files) COMPLETE
62912025-02-28T10:59:19.523Z[ recovery-image] Feb 28 10:59:17.453 INFO O| Feb 28 10:59:17.453 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-02-28T10:59:19.542Z[ recovery-image] Feb 28 10:59:17.472 INFO O| Feb 28 10:59:17.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
62932025-02-28T10:59:19.542Z[ recovery-image] Feb 28 10:59:17.472 INFO O| Feb 28 10:59:17.472 INFO STEP 536 (remove_files) COMPLETE
62942025-02-28T10:59:19.545Z[ recovery-image] Feb 28 10:59:17.472 INFO O| Feb 28 10:59:17.472 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-02-28T10:59:19.564Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
62962025-02-28T10:59:19.566Z[ recovery-image] Feb 28 10:59:17.494 INFO O| Feb 28 10:59:17.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
62972025-02-28T10:59:19.566Z[ recovery-image] Feb 28 10:59:17.494 INFO O| Feb 28 10:59:17.494 INFO STEP 537 (remove_files) COMPLETE
62982025-02-28T10:59:19.566Z[ recovery-image] Feb 28 10:59:17.494 INFO O| Feb 28 10:59:17.494 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-02-28T10:59:19.580Z[ recovery-image] Feb 28 10:59:17.510 INFO O| Feb 28 10:59:17.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
63002025-02-28T10:59:19.581Z[ recovery-image] Feb 28 10:59:17.510 INFO O| Feb 28 10:59:17.510 INFO STEP 538 (remove_files) COMPLETE
63012025-02-28T10:59:19.581Z[ recovery-image] Feb 28 10:59:17.510 INFO O| Feb 28 10:59:17.510 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-02-28T10:59:19.599Z[ recovery-image] Feb 28 10:59:17.527 INFO O| Feb 28 10:59:17.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
63032025-02-28T10:59:19.601Z[ recovery-image] Feb 28 10:59:17.527 INFO O| Feb 28 10:59:17.527 INFO STEP 539 (remove_files) COMPLETE
63042025-02-28T10:59:19.601Z[ recovery-image] Feb 28 10:59:17.528 INFO O| Feb 28 10:59:17.527 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-02-28T10:59:19.625Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
63062025-02-28T10:59:19.643Z[ recovery-image] Feb 28 10:59:17.573 INFO O| Feb 28 10:59:17.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
63072025-02-28T10:59:19.643Z[ recovery-image] Feb 28 10:59:17.573 INFO O| Feb 28 10:59:17.573 INFO STEP 540 (remove_files) COMPLETE
63082025-02-28T10:59:19.643Z[ recovery-image] Feb 28 10:59:17.573 INFO O| Feb 28 10:59:17.573 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092025-02-28T10:59:19.677Z[ recovery-image] Feb 28 10:59:17.607 INFO O| Feb 28 10:59:17.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
63102025-02-28T10:59:19.677Z[ recovery-image] Feb 28 10:59:17.607 INFO O| Feb 28 10:59:17.607 INFO STEP 541 (remove_files) COMPLETE
63112025-02-28T10:59:19.677Z[ recovery-image] Feb 28 10:59:17.607 INFO O| Feb 28 10:59:17.607 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122025-02-28T10:59:19.717Z[ recovery-image] Feb 28 10:59:17.646 INFO O| Feb 28 10:59:17.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
63132025-02-28T10:59:19.717Z[ recovery-image] Feb 28 10:59:17.646 INFO O| Feb 28 10:59:17.646 INFO STEP 542 (remove_files) COMPLETE
63142025-02-28T10:59:19.717Z[ recovery-image] Feb 28 10:59:17.646 INFO O| Feb 28 10:59:17.646 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152025-02-28T10:59:19.735Z[ recovery-image] Feb 28 10:59:17.664 INFO O| Feb 28 10:59:17.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
63162025-02-28T10:59:19.735Z[ recovery-image] Feb 28 10:59:17.664 INFO O| Feb 28 10:59:17.664 INFO STEP 543 (remove_files) COMPLETE
63172025-02-28T10:59:19.735Z[ recovery-image] Feb 28 10:59:17.664 INFO O| Feb 28 10:59:17.664 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182025-02-28T10:59:19.752Z[ recovery-image] Feb 28 10:59:17.681 INFO O| Feb 28 10:59:17.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
63192025-02-28T10:59:19.752Z[ recovery-image] Feb 28 10:59:17.682 INFO O| Feb 28 10:59:17.681 INFO STEP 544 (remove_files) COMPLETE
63202025-02-28T10:59:19.752Z[ recovery-image] Feb 28 10:59:17.682 INFO O| Feb 28 10:59:17.682 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212025-02-28T10:59:19.769Z[ recovery-image] Feb 28 10:59:17.699 INFO O| Feb 28 10:59:17.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
63222025-02-28T10:59:19.769Z[ recovery-image] Feb 28 10:59:17.699 INFO O| Feb 28 10:59:17.699 INFO STEP 545 (remove_files) COMPLETE
63232025-02-28T10:59:19.772Z[ recovery-image] Feb 28 10:59:17.699 INFO O| Feb 28 10:59:17.699 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242025-02-28T10:59:19.801Z[ recovery-image] Feb 28 10:59:17.720 INFO O| Feb 28 10:59:17.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
63252025-02-28T10:59:19.801Z[ recovery-image] Feb 28 10:59:17.720 INFO O| Feb 28 10:59:17.720 INFO STEP 546 (remove_files) COMPLETE
63262025-02-28T10:59:19.801Z[ recovery-image] Feb 28 10:59:17.720 INFO O| Feb 28 10:59:17.720 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272025-02-28T10:59:19.810Z[ recovery-image] Feb 28 10:59:17.740 INFO O| Feb 28 10:59:17.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
63282025-02-28T10:59:19.810Z[ recovery-image] Feb 28 10:59:17.740 INFO O| Feb 28 10:59:17.740 INFO STEP 547 (remove_files) COMPLETE
63292025-02-28T10:59:19.810Z[ recovery-image] Feb 28 10:59:17.740 INFO O| Feb 28 10:59:17.740 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302025-02-28T10:59:19.829Z[ recovery-image] Feb 28 10:59:17.759 INFO O| Feb 28 10:59:17.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
63312025-02-28T10:59:19.829Z[ recovery-image] Feb 28 10:59:17.759 INFO O| Feb 28 10:59:17.759 INFO STEP 548 (remove_files) COMPLETE
63322025-02-28T10:59:19.829Z[ recovery-image] Feb 28 10:59:17.759 INFO O| Feb 28 10:59:17.759 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332025-02-28T10:59:19.863Z[ recovery-image] Feb 28 10:59:17.792 INFO O| Feb 28 10:59:17.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
63342025-02-28T10:59:19.863Z[ recovery-image] Feb 28 10:59:17.792 INFO O| Feb 28 10:59:17.792 INFO STEP 549 (remove_files) COMPLETE
63352025-02-28T10:59:19.863Z[ recovery-image] Feb 28 10:59:17.792 INFO O| Feb 28 10:59:17.792 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362025-02-28T10:59:19.920Z[ recovery-image] Feb 28 10:59:17.849 INFO O| Feb 28 10:59:17.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
63372025-02-28T10:59:19.920Z[ recovery-image] Feb 28 10:59:17.849 INFO O| Feb 28 10:59:17.849 INFO STEP 550 (remove_files) COMPLETE
63382025-02-28T10:59:19.923Z[ recovery-image] Feb 28 10:59:17.849 INFO O| Feb 28 10:59:17.849 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392025-02-28T10:59:19.938Z[ recovery-image] Feb 28 10:59:17.867 INFO O| Feb 28 10:59:17.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
63402025-02-28T10:59:19.938Z[ recovery-image] Feb 28 10:59:17.867 INFO O| Feb 28 10:59:17.867 INFO STEP 551 (remove_files) COMPLETE
63412025-02-28T10:59:19.940Z[ recovery-image] Feb 28 10:59:17.867 INFO O| Feb 28 10:59:17.867 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422025-02-28T10:59:19.981Z[ recovery-image] Feb 28 10:59:17.901 INFO O| Feb 28 10:59:17.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
63432025-02-28T10:59:19.981Z[ recovery-image] Feb 28 10:59:17.901 INFO O| Feb 28 10:59:17.901 INFO STEP 552 (remove_files) COMPLETE
63442025-02-28T10:59:19.981Z[ recovery-image] Feb 28 10:59:17.901 INFO O| Feb 28 10:59:17.901 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452025-02-28T10:59:19.993Z[ recovery-image] Feb 28 10:59:17.920 INFO O| Feb 28 10:59:17.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
63462025-02-28T10:59:19.993Z[ recovery-image] Feb 28 10:59:17.920 INFO O| Feb 28 10:59:17.920 INFO STEP 553 (remove_files) COMPLETE
63472025-02-28T10:59:19.996Z[ recovery-image] Feb 28 10:59:17.920 INFO O| Feb 28 10:59:17.920 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482025-02-28T10:59:20.009Z[ recovery-image] Feb 28 10:59:17.938 INFO O| Feb 28 10:59:17.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
63492025-02-28T10:59:20.009Z[ recovery-image] Feb 28 10:59:17.938 INFO O| Feb 28 10:59:17.938 INFO STEP 554 (remove_files) COMPLETE
63502025-02-28T10:59:20.012Z[ recovery-image] Feb 28 10:59:17.938 INFO O| Feb 28 10:59:17.938 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512025-02-28T10:59:20.029Z[ recovery-image] Feb 28 10:59:17.958 INFO O| Feb 28 10:59:17.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
63522025-02-28T10:59:20.029Z[ recovery-image] Feb 28 10:59:17.958 INFO O| Feb 28 10:59:17.958 INFO STEP 555 (remove_files) COMPLETE
63532025-02-28T10:59:20.029Z[ recovery-image] Feb 28 10:59:17.959 INFO O| Feb 28 10:59:17.958 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542025-02-28T10:59:20.052Z[ recovery-image] Feb 28 10:59:17.981 INFO O| Feb 28 10:59:17.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
63552025-02-28T10:59:20.052Z[ recovery-image] Feb 28 10:59:17.982 INFO O| Feb 28 10:59:17.981 INFO STEP 556 (remove_files) COMPLETE
63562025-02-28T10:59:20.056Z[ recovery-image] Feb 28 10:59:17.982 INFO O| Feb 28 10:59:17.982 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572025-02-28T10:59:20.093Z[ recovery-image] Feb 28 10:59:18.023 INFO O| Feb 28 10:59:18.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63582025-02-28T10:59:20.096Z[verify-libraries] Compiling sync-ptr v0.1.1
63592025-02-28T10:59:20.123Z[ recovery-image] Feb 28 10:59:18.031 INFO O| Feb 28 10:59:18.031 INFO STEP 557 (remove_files) COMPLETE
63602025-02-28T10:59:20.123Z[ recovery-image] Feb 28 10:59:18.031 INFO O| Feb 28 10:59:18.031 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-02-28T10:59:20.137Z[ recovery-image] Feb 28 10:59:18.067 INFO O| Feb 28 10:59:18.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63622025-02-28T10:59:20.137Z[ recovery-image] Feb 28 10:59:18.067 INFO O| Feb 28 10:59:18.065 INFO STEP 558 (remove_files) COMPLETE
63632025-02-28T10:59:20.139Z[ recovery-image] Feb 28 10:59:18.067 INFO O| Feb 28 10:59:18.065 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-02-28T10:59:20.155Z[ recovery-image] Feb 28 10:59:18.084 INFO O| Feb 28 10:59:18.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
63652025-02-28T10:59:20.155Z[ recovery-image] Feb 28 10:59:18.084 INFO O| Feb 28 10:59:18.084 INFO STEP 559 (remove_files) COMPLETE
63662025-02-28T10:59:20.155Z[ recovery-image] Feb 28 10:59:18.085 INFO O| Feb 28 10:59:18.084 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-02-28T10:59:20.173Z[ recovery-image] Feb 28 10:59:18.103 INFO O| Feb 28 10:59:18.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63682025-02-28T10:59:20.173Z[ recovery-image] Feb 28 10:59:18.103 INFO O| Feb 28 10:59:18.103 INFO STEP 560 (remove_files) COMPLETE
63692025-02-28T10:59:20.173Z[ recovery-image] Feb 28 10:59:18.103 INFO O| Feb 28 10:59:18.103 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-02-28T10:59:20.192Z[ recovery-image] Feb 28 10:59:18.122 INFO O| Feb 28 10:59:18.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63712025-02-28T10:59:20.192Z[ recovery-image] Feb 28 10:59:18.122 INFO O| Feb 28 10:59:18.122 INFO STEP 561 (remove_files) COMPLETE
63722025-02-28T10:59:20.195Z[ recovery-image] Feb 28 10:59:18.122 INFO O| Feb 28 10:59:18.122 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-02-28T10:59:20.212Z[ recovery-image] Feb 28 10:59:18.141 INFO O| Feb 28 10:59:18.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63742025-02-28T10:59:20.212Z[ recovery-image] Feb 28 10:59:18.141 INFO O| Feb 28 10:59:18.141 INFO STEP 562 (remove_files) COMPLETE
63752025-02-28T10:59:20.212Z[ recovery-image] Feb 28 10:59:18.141 INFO O| Feb 28 10:59:18.141 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-02-28T10:59:20.238Z[ recovery-image] Feb 28 10:59:18.167 INFO O| Feb 28 10:59:18.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63772025-02-28T10:59:20.238Z[ recovery-image] Feb 28 10:59:18.167 INFO O| Feb 28 10:59:18.167 INFO STEP 563 (remove_files) COMPLETE
63782025-02-28T10:59:20.238Z[ recovery-image] Feb 28 10:59:18.167 INFO O| Feb 28 10:59:18.167 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-02-28T10:59:20.280Z[ recovery-image] Feb 28 10:59:18.209 INFO O| Feb 28 10:59:18.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
63802025-02-28T10:59:20.280Z[ recovery-image] Feb 28 10:59:18.209 INFO O| Feb 28 10:59:18.209 INFO STEP 564 (remove_files) COMPLETE
63812025-02-28T10:59:20.280Z[ recovery-image] Feb 28 10:59:18.209 INFO O| Feb 28 10:59:18.209 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-02-28T10:59:20.297Z[ recovery-image] Feb 28 10:59:18.226 INFO O| Feb 28 10:59:18.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
63832025-02-28T10:59:20.297Z[ recovery-image] Feb 28 10:59:18.227 INFO O| Feb 28 10:59:18.226 INFO STEP 565 (remove_files) COMPLETE
63842025-02-28T10:59:20.300Z[ recovery-image] Feb 28 10:59:18.227 INFO O| Feb 28 10:59:18.227 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-02-28T10:59:20.309Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
63862025-02-28T10:59:20.321Z[ recovery-image] Feb 28 10:59:18.250 INFO O| Feb 28 10:59:18.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
63872025-02-28T10:59:20.321Z[ recovery-image] Feb 28 10:59:18.250 INFO O| Feb 28 10:59:18.250 INFO STEP 566 (remove_files) COMPLETE
63882025-02-28T10:59:20.321Z[ recovery-image] Feb 28 10:59:18.250 INFO O| Feb 28 10:59:18.250 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-02-28T10:59:20.381Z[ recovery-image] Feb 28 10:59:18.310 INFO O| Feb 28 10:59:18.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
63902025-02-28T10:59:20.382Z[ recovery-image] Feb 28 10:59:18.311 INFO O| Feb 28 10:59:18.310 INFO STEP 567 (remove_files) COMPLETE
63912025-02-28T10:59:20.382Z[ recovery-image] Feb 28 10:59:18.311 INFO O| Feb 28 10:59:18.311 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-02-28T10:59:20.401Z[ recovery-image] Feb 28 10:59:18.330 INFO O| Feb 28 10:59:18.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
63932025-02-28T10:59:20.404Z[ recovery-image] Feb 28 10:59:18.330 INFO O| Feb 28 10:59:18.330 INFO STEP 568 (remove_files) COMPLETE
63942025-02-28T10:59:20.404Z[ recovery-image] Feb 28 10:59:18.330 INFO O| Feb 28 10:59:18.330 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-02-28T10:59:20.420Z[ recovery-image] Feb 28 10:59:18.350 INFO O| Feb 28 10:59:18.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
63962025-02-28T10:59:20.423Z[ recovery-image] Feb 28 10:59:18.350 INFO O| Feb 28 10:59:18.350 INFO STEP 569 (remove_files) COMPLETE
63972025-02-28T10:59:20.423Z[ recovery-image] Feb 28 10:59:18.350 INFO O| Feb 28 10:59:18.350 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-02-28T10:59:20.426Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
63992025-02-28T10:59:20.453Z[ recovery-image] Feb 28 10:59:18.382 INFO O| Feb 28 10:59:18.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
64002025-02-28T10:59:20.453Z[ recovery-image] Feb 28 10:59:18.383 INFO O| Feb 28 10:59:18.382 INFO STEP 570 (remove_files) COMPLETE
64012025-02-28T10:59:20.453Z[ recovery-image] Feb 28 10:59:18.383 INFO O| Feb 28 10:59:18.382 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022025-02-28T10:59:20.474Z[ recovery-image] Feb 28 10:59:18.403 INFO O| Feb 28 10:59:18.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
64032025-02-28T10:59:20.474Z[ recovery-image] Feb 28 10:59:18.403 INFO O| Feb 28 10:59:18.403 INFO STEP 571 (remove_files) COMPLETE
64042025-02-28T10:59:20.476Z[ recovery-image] Feb 28 10:59:18.404 INFO O| Feb 28 10:59:18.403 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052025-02-28T10:59:20.495Z[ recovery-image] Feb 28 10:59:18.424 INFO O| Feb 28 10:59:18.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
64062025-02-28T10:59:20.498Z[ recovery-image] Feb 28 10:59:18.424 INFO O| Feb 28 10:59:18.424 INFO STEP 572 (remove_files) COMPLETE
64072025-02-28T10:59:20.498Z[ recovery-image] Feb 28 10:59:18.424 INFO O| Feb 28 10:59:18.424 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082025-02-28T10:59:20.528Z[ recovery-image] Feb 28 10:59:18.457 INFO O| Feb 28 10:59:18.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64092025-02-28T10:59:20.528Z[ recovery-image] Feb 28 10:59:18.457 INFO O| Feb 28 10:59:18.457 INFO STEP 573 (remove_files) COMPLETE
64102025-02-28T10:59:20.530Z[ recovery-image] Feb 28 10:59:18.457 INFO O| Feb 28 10:59:18.457 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112025-02-28T10:59:20.585Z[ recovery-image] Feb 28 10:59:18.515 INFO O| Feb 28 10:59:18.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64122025-02-28T10:59:20.585Z[ recovery-image] Feb 28 10:59:18.515 INFO O| Feb 28 10:59:18.515 INFO STEP 574 (remove_files) COMPLETE
64132025-02-28T10:59:20.588Z[ recovery-image] Feb 28 10:59:18.515 INFO O| Feb 28 10:59:18.515 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142025-02-28T10:59:20.629Z[ recovery-image] Feb 28 10:59:18.558 INFO O| Feb 28 10:59:18.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
64152025-02-28T10:59:20.632Z[ recovery-image] Feb 28 10:59:18.558 INFO O| Feb 28 10:59:18.558 INFO STEP 575 (remove_files) COMPLETE
64162025-02-28T10:59:20.632Z[ recovery-image] Feb 28 10:59:18.559 INFO O| Feb 28 10:59:18.559 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172025-02-28T10:59:20.648Z[ recovery-image] Feb 28 10:59:18.577 INFO O| Feb 28 10:59:18.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
64182025-02-28T10:59:20.651Z[ recovery-image] Feb 28 10:59:18.578 INFO O| Feb 28 10:59:18.578 INFO STEP 576 (remove_files) COMPLETE
64192025-02-28T10:59:20.651Z[ recovery-image] Feb 28 10:59:18.578 INFO O| Feb 28 10:59:18.578 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202025-02-28T10:59:20.667Z[ recovery-image] Feb 28 10:59:18.594 INFO O| Feb 28 10:59:18.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
64212025-02-28T10:59:20.667Z[ recovery-image] Feb 28 10:59:18.595 INFO O| Feb 28 10:59:18.595 INFO STEP 577 (remove_files) COMPLETE
64222025-02-28T10:59:20.667Z[ recovery-image] Feb 28 10:59:18.595 INFO O| Feb 28 10:59:18.595 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232025-02-28T10:59:20.778Z[ recovery-image] Feb 28 10:59:18.707 INFO O| Feb 28 10:59:18.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
64242025-02-28T10:59:20.778Z[ recovery-image] Feb 28 10:59:18.707 INFO O| Feb 28 10:59:18.707 INFO STEP 578 (remove_files) COMPLETE
64252025-02-28T10:59:20.780Z[ recovery-image] Feb 28 10:59:18.707 INFO O| Feb 28 10:59:18.707 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262025-02-28T10:59:20.795Z[ recovery-image] Feb 28 10:59:18.724 INFO O| Feb 28 10:59:18.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64272025-02-28T10:59:20.795Z[ recovery-image] Feb 28 10:59:18.725 INFO O| Feb 28 10:59:18.724 INFO STEP 579 (remove_files) COMPLETE
64282025-02-28T10:59:20.798Z[ recovery-image] Feb 28 10:59:18.725 INFO O| Feb 28 10:59:18.725 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292025-02-28T10:59:20.824Z[ recovery-image] Feb 28 10:59:18.753 INFO O| Feb 28 10:59:18.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64302025-02-28T10:59:20.824Z[ recovery-image] Feb 28 10:59:18.753 INFO O| Feb 28 10:59:18.753 INFO STEP 580 (remove_files) COMPLETE
64312025-02-28T10:59:20.827Z[ recovery-image] Feb 28 10:59:18.753 INFO O| Feb 28 10:59:18.753 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322025-02-28T10:59:20.844Z[ recovery-image] Feb 28 10:59:18.773 INFO O| Feb 28 10:59:18.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
64332025-02-28T10:59:20.847Z[ recovery-image] Feb 28 10:59:18.774 INFO O| Feb 28 10:59:18.773 INFO STEP 581 (remove_files) COMPLETE
64342025-02-28T10:59:20.847Z[ recovery-image] Feb 28 10:59:18.774 INFO O| Feb 28 10:59:18.774 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352025-02-28T10:59:20.863Z[ recovery-image] Feb 28 10:59:18.793 INFO O| Feb 28 10:59:18.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64362025-02-28T10:59:20.863Z[ recovery-image] Feb 28 10:59:18.793 INFO O| Feb 28 10:59:18.793 INFO STEP 582 (remove_files) COMPLETE
64372025-02-28T10:59:20.866Z[ recovery-image] Feb 28 10:59:18.793 INFO O| Feb 28 10:59:18.793 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382025-02-28T10:59:20.903Z[ recovery-image] Feb 28 10:59:18.832 INFO O| Feb 28 10:59:18.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
64392025-02-28T10:59:20.903Z[ recovery-image] Feb 28 10:59:18.832 INFO O| Feb 28 10:59:18.832 INFO STEP 583 (remove_files) COMPLETE
64402025-02-28T10:59:20.903Z[ recovery-image] Feb 28 10:59:18.832 INFO O| Feb 28 10:59:18.832 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412025-02-28T10:59:20.924Z[ recovery-image] Feb 28 10:59:18.853 INFO O| Feb 28 10:59:18.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
64422025-02-28T10:59:20.924Z[ recovery-image] Feb 28 10:59:18.853 INFO O| Feb 28 10:59:18.853 INFO STEP 584 (remove_files) COMPLETE
64432025-02-28T10:59:20.927Z[ recovery-image] Feb 28 10:59:18.853 INFO O| Feb 28 10:59:18.853 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442025-02-28T10:59:20.948Z[ recovery-image] Feb 28 10:59:18.877 INFO O| Feb 28 10:59:18.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
64452025-02-28T10:59:20.951Z[ recovery-image] Feb 28 10:59:18.877 INFO O| Feb 28 10:59:18.877 INFO STEP 585 (remove_files) COMPLETE
64462025-02-28T10:59:20.951Z[ recovery-image] Feb 28 10:59:18.877 INFO O| Feb 28 10:59:18.877 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472025-02-28T10:59:20.970Z[ recovery-image] Feb 28 10:59:18.898 INFO O| Feb 28 10:59:18.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
64482025-02-28T10:59:20.970Z[ recovery-image] Feb 28 10:59:18.898 INFO O| Feb 28 10:59:18.898 INFO STEP 586 (remove_files) COMPLETE
64492025-02-28T10:59:20.970Z[ recovery-image] Feb 28 10:59:18.898 INFO O| Feb 28 10:59:18.898 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502025-02-28T10:59:21.010Z[ recovery-image] Feb 28 10:59:18.939 INFO O| Feb 28 10:59:18.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
64512025-02-28T10:59:21.012Z[ recovery-image] Feb 28 10:59:18.939 INFO O| Feb 28 10:59:18.939 INFO STEP 587 (remove_files) COMPLETE
64522025-02-28T10:59:21.013Z[ recovery-image] Feb 28 10:59:18.939 INFO O| Feb 28 10:59:18.939 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532025-02-28T10:59:21.032Z[ recovery-image] Feb 28 10:59:18.961 INFO O| Feb 28 10:59:18.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
64542025-02-28T10:59:21.035Z[ recovery-image] Feb 28 10:59:18.961 INFO O| Feb 28 10:59:18.961 INFO STEP 588 (remove_files) COMPLETE
64552025-02-28T10:59:21.035Z[ recovery-image] Feb 28 10:59:18.962 INFO O| Feb 28 10:59:18.961 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562025-02-28T10:59:21.052Z[ recovery-image] Feb 28 10:59:18.982 INFO O| Feb 28 10:59:18.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
64572025-02-28T10:59:21.055Z[ recovery-image] Feb 28 10:59:18.982 INFO O| Feb 28 10:59:18.982 INFO STEP 589 (remove_files) COMPLETE
64582025-02-28T10:59:21.055Z[ recovery-image] Feb 28 10:59:18.982 INFO O| Feb 28 10:59:18.982 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592025-02-28T10:59:21.087Z[ recovery-image] Feb 28 10:59:19.016 INFO O| Feb 28 10:59:19.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64602025-02-28T10:59:21.090Z[ recovery-image] Feb 28 10:59:19.017 INFO O| Feb 28 10:59:19.017 INFO STEP 590 (remove_files) COMPLETE
64612025-02-28T10:59:21.090Z[ recovery-image] Feb 28 10:59:19.017 INFO O| Feb 28 10:59:19.017 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622025-02-28T10:59:21.108Z[ recovery-image] Feb 28 10:59:19.038 INFO O| Feb 28 10:59:19.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
64632025-02-28T10:59:21.111Z[ recovery-image] Feb 28 10:59:19.038 INFO O| Feb 28 10:59:19.038 INFO STEP 591 (remove_files) COMPLETE
64642025-02-28T10:59:21.111Z[ recovery-image] Feb 28 10:59:19.038 INFO O| Feb 28 10:59:19.038 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652025-02-28T10:59:21.130Z[ recovery-image] Feb 28 10:59:19.059 INFO O| Feb 28 10:59:19.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
64662025-02-28T10:59:21.132Z[ recovery-image] Feb 28 10:59:19.059 INFO O| Feb 28 10:59:19.059 INFO STEP 592 (remove_files) COMPLETE
64672025-02-28T10:59:21.132Z[ recovery-image] Feb 28 10:59:19.059 INFO O| Feb 28 10:59:19.059 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682025-02-28T10:59:21.156Z[ recovery-image] Feb 28 10:59:19.085 INFO O| Feb 28 10:59:19.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
64692025-02-28T10:59:21.159Z[ recovery-image] Feb 28 10:59:19.085 INFO O| Feb 28 10:59:19.085 INFO STEP 593 (remove_files) COMPLETE
64702025-02-28T10:59:21.159Z[ recovery-image] Feb 28 10:59:19.086 INFO O| Feb 28 10:59:19.086 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712025-02-28T10:59:21.189Z[ recovery-image] Feb 28 10:59:19.118 INFO O| Feb 28 10:59:19.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
64722025-02-28T10:59:21.192Z[ recovery-image] Feb 28 10:59:19.119 INFO O| Feb 28 10:59:19.118 INFO STEP 594 (remove_files) COMPLETE
64732025-02-28T10:59:21.192Z[ recovery-image] Feb 28 10:59:19.119 INFO O| Feb 28 10:59:19.118 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742025-02-28T10:59:21.219Z[ recovery-image] Feb 28 10:59:19.148 INFO O| Feb 28 10:59:19.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
64752025-02-28T10:59:21.219Z[ recovery-image] Feb 28 10:59:19.148 INFO O| Feb 28 10:59:19.148 INFO STEP 595 (remove_files) COMPLETE
64762025-02-28T10:59:21.219Z[ recovery-image] Feb 28 10:59:19.148 INFO O| Feb 28 10:59:19.148 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772025-02-28T10:59:21.239Z[ recovery-image] Feb 28 10:59:19.168 INFO O| Feb 28 10:59:19.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
64782025-02-28T10:59:21.239Z[ recovery-image] Feb 28 10:59:19.168 INFO O| Feb 28 10:59:19.168 INFO STEP 596 (remove_files) COMPLETE
64792025-02-28T10:59:21.242Z[ recovery-image] Feb 28 10:59:19.168 INFO O| Feb 28 10:59:19.168 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802025-02-28T10:59:21.280Z[ recovery-image] Feb 28 10:59:19.209 INFO O| Feb 28 10:59:19.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
64812025-02-28T10:59:21.280Z[ recovery-image] Feb 28 10:59:19.209 INFO O| Feb 28 10:59:19.209 INFO STEP 597 (remove_files) COMPLETE
64822025-02-28T10:59:21.280Z[ recovery-image] Feb 28 10:59:19.209 INFO O| Feb 28 10:59:19.209 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832025-02-28T10:59:21.347Z[ recovery-image] Feb 28 10:59:19.276 INFO O| Feb 28 10:59:19.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
64842025-02-28T10:59:21.347Z[ recovery-image] Feb 28 10:59:19.276 INFO O| Feb 28 10:59:19.276 INFO STEP 598 (remove_files) COMPLETE
64852025-02-28T10:59:21.347Z[ recovery-image] Feb 28 10:59:19.276 INFO O| Feb 28 10:59:19.276 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862025-02-28T10:59:21.367Z[ recovery-image] Feb 28 10:59:19.296 INFO O| Feb 28 10:59:19.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64872025-02-28T10:59:21.367Z[ recovery-image] Feb 28 10:59:19.296 INFO O| Feb 28 10:59:19.296 INFO STEP 599 (remove_files) COMPLETE
64882025-02-28T10:59:21.367Z[ recovery-image] Feb 28 10:59:19.296 INFO O| Feb 28 10:59:19.296 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892025-02-28T10:59:21.387Z[ recovery-image] Feb 28 10:59:19.315 INFO O| Feb 28 10:59:19.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
64902025-02-28T10:59:21.387Z[ recovery-image] Feb 28 10:59:19.315 INFO O| Feb 28 10:59:19.315 INFO STEP 600 (remove_files) COMPLETE
64912025-02-28T10:59:21.387Z[ recovery-image] Feb 28 10:59:19.315 INFO O| Feb 28 10:59:19.315 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922025-02-28T10:59:21.504Z[ recovery-image] Feb 28 10:59:19.433 INFO O| Feb 28 10:59:19.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64932025-02-28T10:59:21.506Z[ recovery-image] Feb 28 10:59:19.433 INFO O| Feb 28 10:59:19.433 INFO STEP 601 (remove_files) COMPLETE
64942025-02-28T10:59:21.506Z[ recovery-image] Feb 28 10:59:19.433 INFO O| Feb 28 10:59:19.433 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952025-02-28T10:59:21.571Z[ recovery-image] Feb 28 10:59:19.500 INFO O| Feb 28 10:59:19.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64962025-02-28T10:59:21.571Z[ recovery-image] Feb 28 10:59:19.500 INFO O| Feb 28 10:59:19.500 INFO STEP 602 (remove_files) COMPLETE
64972025-02-28T10:59:21.571Z[ recovery-image] Feb 28 10:59:19.500 INFO O| Feb 28 10:59:19.500 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982025-02-28T10:59:21.657Z[ recovery-image] Feb 28 10:59:19.586 INFO O| Feb 28 10:59:19.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
64992025-02-28T10:59:21.660Z[ recovery-image] Feb 28 10:59:19.586 INFO O| Feb 28 10:59:19.586 INFO STEP 603 (remove_files) COMPLETE
65002025-02-28T10:59:21.660Z[ recovery-image] Feb 28 10:59:19.586 INFO O| Feb 28 10:59:19.586 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012025-02-28T10:59:21.679Z[ recovery-image] Feb 28 10:59:19.607 INFO O| Feb 28 10:59:19.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
65022025-02-28T10:59:21.681Z[ recovery-image] Feb 28 10:59:19.608 INFO O| Feb 28 10:59:19.607 INFO STEP 604 (remove_files) COMPLETE
65032025-02-28T10:59:21.681Z[ recovery-image] Feb 28 10:59:19.608 INFO O| Feb 28 10:59:19.608 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042025-02-28T10:59:21.698Z[ recovery-image] Feb 28 10:59:19.627 INFO O| Feb 28 10:59:19.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65052025-02-28T10:59:21.701Z[ recovery-image] Feb 28 10:59:19.628 INFO O| Feb 28 10:59:19.627 INFO STEP 605 (remove_files) COMPLETE
65062025-02-28T10:59:21.701Z[ recovery-image] Feb 28 10:59:19.628 INFO O| Feb 28 10:59:19.628 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072025-02-28T10:59:21.720Z[ recovery-image] Feb 28 10:59:19.649 INFO O| Feb 28 10:59:19.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65082025-02-28T10:59:21.723Z[ recovery-image] Feb 28 10:59:19.649 INFO O| Feb 28 10:59:19.649 INFO STEP 606 (remove_files) COMPLETE
65092025-02-28T10:59:21.723Z[ recovery-image] Feb 28 10:59:19.650 INFO O| Feb 28 10:59:19.649 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102025-02-28T10:59:21.741Z[ recovery-image] Feb 28 10:59:19.670 INFO O| Feb 28 10:59:19.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
65112025-02-28T10:59:21.744Z[ recovery-image] Feb 28 10:59:19.670 INFO O| Feb 28 10:59:19.670 INFO STEP 607 (remove_files) COMPLETE
65122025-02-28T10:59:21.744Z[ recovery-image] Feb 28 10:59:19.670 INFO O| Feb 28 10:59:19.670 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132025-02-28T10:59:21.762Z[ recovery-image] Feb 28 10:59:19.691 INFO O| Feb 28 10:59:19.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
65142025-02-28T10:59:21.765Z[ recovery-image] Feb 28 10:59:19.691 INFO O| Feb 28 10:59:19.691 INFO STEP 608 (remove_files) COMPLETE
65152025-02-28T10:59:21.765Z[ recovery-image] Feb 28 10:59:19.691 INFO O| Feb 28 10:59:19.691 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162025-02-28T10:59:21.782Z[ recovery-image] Feb 28 10:59:19.711 INFO O| Feb 28 10:59:19.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
65172025-02-28T10:59:21.785Z[ recovery-image] Feb 28 10:59:19.711 INFO O| Feb 28 10:59:19.711 INFO STEP 609 (remove_files) COMPLETE
65182025-02-28T10:59:21.785Z[ recovery-image] Feb 28 10:59:19.711 INFO O| Feb 28 10:59:19.711 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192025-02-28T10:59:21.803Z[ recovery-image] Feb 28 10:59:19.731 INFO O| Feb 28 10:59:19.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65202025-02-28T10:59:21.805Z[ recovery-image] Feb 28 10:59:19.732 INFO O| Feb 28 10:59:19.732 INFO STEP 610 (remove_files) COMPLETE
65212025-02-28T10:59:21.805Z[ recovery-image] Feb 28 10:59:19.732 INFO O| Feb 28 10:59:19.732 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222025-02-28T10:59:21.824Z[ recovery-image] Feb 28 10:59:19.753 INFO O| Feb 28 10:59:19.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
65232025-02-28T10:59:21.827Z[ recovery-image] Feb 28 10:59:19.753 INFO O| Feb 28 10:59:19.753 INFO STEP 611 (remove_files) COMPLETE
65242025-02-28T10:59:21.827Z[ recovery-image] Feb 28 10:59:19.754 INFO O| Feb 28 10:59:19.754 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252025-02-28T10:59:21.846Z[ recovery-image] Feb 28 10:59:19.775 INFO O| Feb 28 10:59:19.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
65262025-02-28T10:59:21.849Z[ recovery-image] Feb 28 10:59:19.775 INFO O| Feb 28 10:59:19.775 INFO STEP 612 (remove_files) COMPLETE
65272025-02-28T10:59:21.849Z[ recovery-image] Feb 28 10:59:19.775 INFO O| Feb 28 10:59:19.775 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282025-02-28T10:59:21.866Z[ recovery-image] Feb 28 10:59:19.795 INFO O| Feb 28 10:59:19.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
65292025-02-28T10:59:21.869Z[ recovery-image] Feb 28 10:59:19.795 INFO O| Feb 28 10:59:19.795 INFO STEP 613 (remove_files) COMPLETE
65302025-02-28T10:59:21.869Z[ recovery-image] Feb 28 10:59:19.795 INFO O| Feb 28 10:59:19.795 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312025-02-28T10:59:21.899Z[ recovery-image] Feb 28 10:59:19.827 INFO O| Feb 28 10:59:19.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
65322025-02-28T10:59:21.901Z[ recovery-image] Feb 28 10:59:19.827 INFO O| Feb 28 10:59:19.827 INFO STEP 614 (remove_files) COMPLETE
65332025-02-28T10:59:21.901Z[ recovery-image] Feb 28 10:59:19.827 INFO O| Feb 28 10:59:19.827 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342025-02-28T10:59:21.918Z[ recovery-image] Feb 28 10:59:19.847 INFO O| Feb 28 10:59:19.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
65352025-02-28T10:59:21.921Z[ recovery-image] Feb 28 10:59:19.847 INFO O| Feb 28 10:59:19.847 INFO STEP 615 (remove_files) COMPLETE
65362025-02-28T10:59:21.921Z[ recovery-image] Feb 28 10:59:19.847 INFO O| Feb 28 10:59:19.847 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372025-02-28T10:59:21.937Z[ recovery-image] Feb 28 10:59:19.866 INFO O| Feb 28 10:59:19.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
65382025-02-28T10:59:21.937Z[ recovery-image] Feb 28 10:59:19.866 INFO O| Feb 28 10:59:19.866 INFO STEP 616 (remove_files) COMPLETE
65392025-02-28T10:59:21.937Z[ recovery-image] Feb 28 10:59:19.866 INFO O| Feb 28 10:59:19.866 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402025-02-28T10:59:21.958Z[ recovery-image] Feb 28 10:59:19.886 INFO O| Feb 28 10:59:19.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
65412025-02-28T10:59:21.959Z[ recovery-image] Feb 28 10:59:19.886 INFO O| Feb 28 10:59:19.886 INFO STEP 617 (remove_files) COMPLETE
65422025-02-28T10:59:21.961Z[ recovery-image] Feb 28 10:59:19.886 INFO O| Feb 28 10:59:19.886 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432025-02-28T10:59:21.977Z[ recovery-image] Feb 28 10:59:19.906 INFO O| Feb 28 10:59:19.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
65442025-02-28T10:59:21.980Z[ recovery-image] Feb 28 10:59:19.906 INFO O| Feb 28 10:59:19.906 INFO STEP 618 (remove_files) COMPLETE
65452025-02-28T10:59:21.980Z[ recovery-image] Feb 28 10:59:19.906 INFO O| Feb 28 10:59:19.906 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462025-02-28T10:59:21.996Z[ recovery-image] Feb 28 10:59:19.925 INFO O| Feb 28 10:59:19.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65472025-02-28T10:59:21.996Z[ recovery-image] Feb 28 10:59:19.925 INFO O| Feb 28 10:59:19.925 INFO STEP 619 (remove_files) COMPLETE
65482025-02-28T10:59:21.996Z[ recovery-image] Feb 28 10:59:19.925 INFO O| Feb 28 10:59:19.925 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492025-02-28T10:59:22.016Z[ recovery-image] Feb 28 10:59:19.945 INFO O| Feb 28 10:59:19.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65502025-02-28T10:59:22.016Z[ recovery-image] Feb 28 10:59:19.945 INFO O| Feb 28 10:59:19.945 INFO STEP 620 (remove_files) COMPLETE
65512025-02-28T10:59:22.016Z[ recovery-image] Feb 28 10:59:19.945 INFO O| Feb 28 10:59:19.945 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522025-02-28T10:59:22.036Z[ recovery-image] Feb 28 10:59:19.964 INFO O| Feb 28 10:59:19.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
65532025-02-28T10:59:22.036Z[ recovery-image] Feb 28 10:59:19.965 INFO O| Feb 28 10:59:19.965 INFO STEP 621 (remove_files) COMPLETE
65542025-02-28T10:59:22.036Z[ recovery-image] Feb 28 10:59:19.965 INFO O| Feb 28 10:59:19.965 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552025-02-28T10:59:22.058Z[ recovery-image] Feb 28 10:59:19.986 INFO O| Feb 28 10:59:19.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
65562025-02-28T10:59:22.058Z[ recovery-image] Feb 28 10:59:19.986 INFO O| Feb 28 10:59:19.986 INFO STEP 622 (remove_files) COMPLETE
65572025-02-28T10:59:22.058Z[ recovery-image] Feb 28 10:59:19.986 INFO O| Feb 28 10:59:19.986 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582025-02-28T10:59:22.080Z[ recovery-image] Feb 28 10:59:20.008 INFO O| Feb 28 10:59:20.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
65592025-02-28T10:59:22.080Z[ recovery-image] Feb 28 10:59:20.009 INFO O| Feb 28 10:59:20.008 INFO STEP 623 (remove_files) COMPLETE
65602025-02-28T10:59:22.082Z[ recovery-image] Feb 28 10:59:20.009 INFO O| Feb 28 10:59:20.008 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612025-02-28T10:59:22.117Z[ recovery-image] Feb 28 10:59:20.046 INFO O| Feb 28 10:59:20.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65622025-02-28T10:59:22.120Z[ recovery-image] Feb 28 10:59:20.046 INFO O| Feb 28 10:59:20.046 INFO STEP 624 (remove_files) COMPLETE
65632025-02-28T10:59:22.120Z[ recovery-image] Feb 28 10:59:20.046 INFO O| Feb 28 10:59:20.046 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642025-02-28T10:59:22.138Z[ recovery-image] Feb 28 10:59:20.067 INFO O| Feb 28 10:59:20.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65652025-02-28T10:59:22.141Z[ recovery-image] Feb 28 10:59:20.067 INFO O| Feb 28 10:59:20.067 INFO STEP 625 (remove_files) COMPLETE
65662025-02-28T10:59:22.141Z[ recovery-image] Feb 28 10:59:20.067 INFO O| Feb 28 10:59:20.067 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672025-02-28T10:59:22.159Z[ recovery-image] Feb 28 10:59:20.087 INFO O| Feb 28 10:59:20.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
65682025-02-28T10:59:22.159Z[ recovery-image] Feb 28 10:59:20.088 INFO O| Feb 28 10:59:20.088 INFO STEP 626 (remove_files) COMPLETE
65692025-02-28T10:59:22.159Z[ recovery-image] Feb 28 10:59:20.088 INFO O| Feb 28 10:59:20.088 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702025-02-28T10:59:22.183Z[ recovery-image] Feb 28 10:59:20.108 INFO O| Feb 28 10:59:20.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65712025-02-28T10:59:22.183Z[ recovery-image] Feb 28 10:59:20.108 INFO O| Feb 28 10:59:20.108 INFO STEP 627 (remove_files) COMPLETE
65722025-02-28T10:59:22.183Z[ recovery-image] Feb 28 10:59:20.108 INFO O| Feb 28 10:59:20.108 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732025-02-28T10:59:22.366Z[ recovery-image] Feb 28 10:59:20.145 INFO O| Feb 28 10:59:20.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65742025-02-28T10:59:22.366Z[ recovery-image] Feb 28 10:59:20.145 INFO O| Feb 28 10:59:20.145 INFO STEP 628 (remove_files) COMPLETE
65752025-02-28T10:59:22.366Z[ recovery-image] Feb 28 10:59:20.145 INFO O| Feb 28 10:59:20.145 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762025-02-28T10:59:22.383Z[ recovery-image] Feb 28 10:59:20.179 INFO O| Feb 28 10:59:20.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65772025-02-28T10:59:22.383Z[ recovery-image] Feb 28 10:59:20.179 INFO O| Feb 28 10:59:20.179 INFO STEP 629 (remove_files) COMPLETE
65782025-02-28T10:59:22.383Z[ recovery-image] Feb 28 10:59:20.179 INFO O| Feb 28 10:59:20.179 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792025-02-28T10:59:22.383Z[ recovery-image] Feb 28 10:59:20.211 INFO O| Feb 28 10:59:20.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65802025-02-28T10:59:22.383Z[ recovery-image] Feb 28 10:59:20.211 INFO O| Feb 28 10:59:20.211 INFO STEP 630 (remove_files) COMPLETE
65812025-02-28T10:59:22.383Z[ recovery-image] Feb 28 10:59:20.211 INFO O| Feb 28 10:59:20.211 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822025-02-28T10:59:22.383Z[ recovery-image] Feb 28 10:59:20.231 INFO O| Feb 28 10:59:20.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
65832025-02-28T10:59:22.383Z[ recovery-image] Feb 28 10:59:20.232 INFO O| Feb 28 10:59:20.232 INFO STEP 631 (remove_files) COMPLETE
65842025-02-28T10:59:22.383Z[ recovery-image] Feb 28 10:59:20.232 INFO O| Feb 28 10:59:20.232 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852025-02-28T10:59:22.383Z[ recovery-image] Feb 28 10:59:20.250 INFO O| Feb 28 10:59:20.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
65862025-02-28T10:59:22.383Z[ recovery-image] Feb 28 10:59:20.250 INFO O| Feb 28 10:59:20.250 INFO STEP 632 (remove_files) COMPLETE
65872025-02-28T10:59:22.383Z[ recovery-image] Feb 28 10:59:20.250 INFO O| Feb 28 10:59:20.250 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882025-02-28T10:59:22.407Z[ recovery-image] Feb 28 10:59:20.335 INFO O| Feb 28 10:59:20.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
65892025-02-28T10:59:22.410Z[ recovery-image] Feb 28 10:59:20.335 INFO O| Feb 28 10:59:20.335 INFO STEP 633 (remove_files) COMPLETE
65902025-02-28T10:59:22.410Z[ recovery-image] Feb 28 10:59:20.335 INFO O| Feb 28 10:59:20.335 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912025-02-28T10:59:22.433Z[ recovery-image] Feb 28 10:59:20.356 INFO O| Feb 28 10:59:20.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
65922025-02-28T10:59:22.436Z[ recovery-image] Feb 28 10:59:20.357 INFO O| Feb 28 10:59:20.357 INFO STEP 634 (remove_files) COMPLETE
65932025-02-28T10:59:22.436Z[ recovery-image] Feb 28 10:59:20.357 INFO O| Feb 28 10:59:20.357 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942025-02-28T10:59:22.450Z[ recovery-image] Feb 28 10:59:20.376 INFO O| Feb 28 10:59:20.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
65952025-02-28T10:59:22.457Z[ recovery-image] Feb 28 10:59:20.376 INFO O| Feb 28 10:59:20.376 INFO STEP 635 (remove_files) COMPLETE
65962025-02-28T10:59:22.457Z[ recovery-image] Feb 28 10:59:20.376 INFO O| Feb 28 10:59:20.376 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972025-02-28T10:59:22.478Z[ recovery-image] Feb 28 10:59:20.406 INFO O| Feb 28 10:59:20.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65982025-02-28T10:59:22.485Z[ recovery-image] Feb 28 10:59:20.406 INFO O| Feb 28 10:59:20.406 INFO STEP 636 (remove_files) COMPLETE
65992025-02-28T10:59:22.485Z[ recovery-image] Feb 28 10:59:20.406 INFO O| Feb 28 10:59:20.406 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002025-02-28T10:59:22.515Z[ recovery-image] Feb 28 10:59:20.443 INFO O| Feb 28 10:59:20.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
66012025-02-28T10:59:22.515Z[ recovery-image] Feb 28 10:59:20.443 INFO O| Feb 28 10:59:20.443 INFO STEP 637 (remove_files) COMPLETE
66022025-02-28T10:59:22.518Z[ recovery-image] Feb 28 10:59:20.444 INFO O| Feb 28 10:59:20.443 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032025-02-28T10:59:22.538Z[ recovery-image] Feb 28 10:59:20.463 INFO O| Feb 28 10:59:20.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
66042025-02-28T10:59:22.566Z[ recovery-image] Feb 28 10:59:20.463 INFO O| Feb 28 10:59:20.463 INFO STEP 638 (remove_files) COMPLETE
66052025-02-28T10:59:22.567Z[ recovery-image] Feb 28 10:59:20.463 INFO O| Feb 28 10:59:20.463 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062025-02-28T10:59:22.676Z[ recovery-image] Feb 28 10:59:20.563 INFO O| Feb 28 10:59:20.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66072025-02-28T10:59:22.676Z[ recovery-image] Feb 28 10:59:20.563 INFO O| Feb 28 10:59:20.563 INFO STEP 639 (remove_files) COMPLETE
66082025-02-28T10:59:22.676Z[ recovery-image] Feb 28 10:59:20.563 INFO O| Feb 28 10:59:20.563 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092025-02-28T10:59:22.741Z[ recovery-image] Feb 28 10:59:20.583 INFO O| Feb 28 10:59:20.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66102025-02-28T10:59:22.741Z[ recovery-image] Feb 28 10:59:20.583 INFO O| Feb 28 10:59:20.583 INFO STEP 640 (remove_files) COMPLETE
66112025-02-28T10:59:22.741Z[ recovery-image] Feb 28 10:59:20.583 INFO O| Feb 28 10:59:20.583 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122025-02-28T10:59:22.741Z[ recovery-image] Feb 28 10:59:20.602 INFO O| Feb 28 10:59:20.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66132025-02-28T10:59:22.741Z[ recovery-image] Feb 28 10:59:20.602 INFO O| Feb 28 10:59:20.602 INFO STEP 641 (remove_files) COMPLETE
66142025-02-28T10:59:22.741Z[ recovery-image] Feb 28 10:59:20.602 INFO O| Feb 28 10:59:20.602 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152025-02-28T10:59:22.783Z[ recovery-image] Feb 28 10:59:20.646 INFO O| Feb 28 10:59:20.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66162025-02-28T10:59:22.783Z[ recovery-image] Feb 28 10:59:20.646 INFO O| Feb 28 10:59:20.646 INFO STEP 642 (remove_files) COMPLETE
66172025-02-28T10:59:22.783Z[ recovery-image] Feb 28 10:59:20.646 INFO O| Feb 28 10:59:20.646 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182025-02-28T10:59:22.814Z[ recovery-image] Feb 28 10:59:20.686 INFO O| Feb 28 10:59:20.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66192025-02-28T10:59:22.814Z[ recovery-image] Feb 28 10:59:20.686 INFO O| Feb 28 10:59:20.686 INFO STEP 643 (remove_files) COMPLETE
66202025-02-28T10:59:22.814Z[ recovery-image] Feb 28 10:59:20.686 INFO O| Feb 28 10:59:20.686 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212025-02-28T10:59:22.814Z[ recovery-image] Feb 28 10:59:20.708 INFO O| Feb 28 10:59:20.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66222025-02-28T10:59:22.815Z[ recovery-image] Feb 28 10:59:20.708 INFO O| Feb 28 10:59:20.708 INFO STEP 644 (remove_files) COMPLETE
66232025-02-28T10:59:22.815Z[ recovery-image] Feb 28 10:59:20.708 INFO O| Feb 28 10:59:20.708 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242025-02-28T10:59:22.885Z[ recovery-image] Feb 28 10:59:20.793 INFO O| Feb 28 10:59:20.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66252025-02-28T10:59:22.885Z[ recovery-image] Feb 28 10:59:20.793 INFO O| Feb 28 10:59:20.793 INFO STEP 645 (remove_files) COMPLETE
66262025-02-28T10:59:22.929Z[ recovery-image] Feb 28 10:59:20.793 INFO O| Feb 28 10:59:20.793 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272025-02-28T10:59:22.929Z[ recovery-image] Feb 28 10:59:20.831 INFO O| Feb 28 10:59:20.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66282025-02-28T10:59:22.929Z[ recovery-image] Feb 28 10:59:20.831 INFO O| Feb 28 10:59:20.831 INFO STEP 646 (remove_files) COMPLETE
66292025-02-28T10:59:22.929Z[ recovery-image] Feb 28 10:59:20.831 INFO O| Feb 28 10:59:20.831 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302025-02-28T10:59:22.929Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
66312025-02-28T10:59:22.973Z[ recovery-image] Feb 28 10:59:20.881 INFO O| Feb 28 10:59:20.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66322025-02-28T10:59:22.973Z[ recovery-image] Feb 28 10:59:20.881 INFO O| Feb 28 10:59:20.881 INFO STEP 647 (remove_files) COMPLETE
66332025-02-28T10:59:22.973Z[ recovery-image] Feb 28 10:59:20.881 INFO O| Feb 28 10:59:20.881 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-02-28T10:59:23.010Z[ recovery-image] Feb 28 10:59:20.915 INFO O| Feb 28 10:59:20.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66352025-02-28T10:59:23.010Z[ recovery-image] Feb 28 10:59:20.915 INFO O| Feb 28 10:59:20.915 INFO STEP 648 (remove_files) COMPLETE
66362025-02-28T10:59:23.029Z[ recovery-image] Feb 28 10:59:20.915 INFO O| Feb 28 10:59:20.915 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-02-28T10:59:23.029Z[ recovery-image] Feb 28 10:59:20.934 INFO O| Feb 28 10:59:20.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66382025-02-28T10:59:23.029Z[ recovery-image] Feb 28 10:59:20.934 INFO O| Feb 28 10:59:20.934 INFO STEP 649 (remove_files) COMPLETE
66392025-02-28T10:59:23.029Z[ recovery-image] Feb 28 10:59:20.934 INFO O| Feb 28 10:59:20.934 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-02-28T10:59:23.041Z[ recovery-image] Feb 28 10:59:20.953 INFO O| Feb 28 10:59:20.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66412025-02-28T10:59:23.041Z[ recovery-image] Feb 28 10:59:20.953 INFO O| Feb 28 10:59:20.953 INFO STEP 650 (remove_files) COMPLETE
66422025-02-28T10:59:23.041Z[ recovery-image] Feb 28 10:59:20.953 INFO O| Feb 28 10:59:20.953 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-02-28T10:59:23.052Z[ recovery-image] Feb 28 10:59:20.971 INFO O| Feb 28 10:59:20.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66442025-02-28T10:59:23.052Z[ recovery-image] Feb 28 10:59:20.971 INFO O| Feb 28 10:59:20.971 INFO STEP 651 (remove_files) COMPLETE
66452025-02-28T10:59:23.052Z[ recovery-image] Feb 28 10:59:20.971 INFO O| Feb 28 10:59:20.971 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-02-28T10:59:23.079Z[ recovery-image] Feb 28 10:59:21.003 INFO O| Feb 28 10:59:21.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66472025-02-28T10:59:23.090Z[ recovery-image] Feb 28 10:59:21.009 INFO O| Feb 28 10:59:21.009 INFO STEP 652 (remove_files) COMPLETE
66482025-02-28T10:59:23.090Z[ recovery-image] Feb 28 10:59:21.009 INFO O| Feb 28 10:59:21.009 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-02-28T10:59:23.119Z[ recovery-image] Feb 28 10:59:21.042 INFO O| Feb 28 10:59:21.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66502025-02-28T10:59:23.119Z[ recovery-image] Feb 28 10:59:21.042 INFO O| Feb 28 10:59:21.042 INFO STEP 653 (remove_files) COMPLETE
66512025-02-28T10:59:23.131Z[ recovery-image] Feb 28 10:59:21.042 INFO O| Feb 28 10:59:21.042 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-02-28T10:59:23.140Z[ recovery-image] Feb 28 10:59:21.066 INFO O| Feb 28 10:59:21.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66532025-02-28T10:59:23.140Z[ recovery-image] Feb 28 10:59:21.066 INFO O| Feb 28 10:59:21.066 INFO STEP 654 (remove_files) COMPLETE
66542025-02-28T10:59:23.151Z[ recovery-image] Feb 28 10:59:21.066 INFO O| Feb 28 10:59:21.066 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-02-28T10:59:23.201Z[ recovery-image] Feb 28 10:59:21.122 INFO O| Feb 28 10:59:21.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66562025-02-28T10:59:23.201Z[ recovery-image] Feb 28 10:59:21.122 INFO O| Feb 28 10:59:21.122 INFO STEP 655 (remove_files) COMPLETE
66572025-02-28T10:59:23.201Z[ recovery-image] Feb 28 10:59:21.122 INFO O| Feb 28 10:59:21.122 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-02-28T10:59:23.233Z[ recovery-image] Feb 28 10:59:21.155 INFO O| Feb 28 10:59:21.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66592025-02-28T10:59:23.233Z[ recovery-image] Feb 28 10:59:21.155 INFO O| Feb 28 10:59:21.155 INFO STEP 656 (remove_files) COMPLETE
66602025-02-28T10:59:23.233Z[ recovery-image] Feb 28 10:59:21.155 INFO O| Feb 28 10:59:21.155 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-02-28T10:59:23.249Z[ recovery-image] Feb 28 10:59:21.172 INFO O| Feb 28 10:59:21.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66622025-02-28T10:59:23.249Z[ recovery-image] Feb 28 10:59:21.173 INFO O| Feb 28 10:59:21.173 INFO STEP 657 (remove_files) COMPLETE
66632025-02-28T10:59:23.249Z[ recovery-image] Feb 28 10:59:21.173 INFO O| Feb 28 10:59:21.173 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-02-28T10:59:23.292Z[ recovery-image] Feb 28 10:59:21.217 INFO O| Feb 28 10:59:21.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66652025-02-28T10:59:23.300Z[ recovery-image] Feb 28 10:59:21.217 INFO O| Feb 28 10:59:21.217 INFO STEP 658 (remove_files) COMPLETE
66662025-02-28T10:59:23.300Z[ recovery-image] Feb 28 10:59:21.217 INFO O| Feb 28 10:59:21.217 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-02-28T10:59:23.354Z[ recovery-image] Feb 28 10:59:21.274 INFO O| Feb 28 10:59:21.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66682025-02-28T10:59:23.354Z[ recovery-image] Feb 28 10:59:21.274 INFO O| Feb 28 10:59:21.274 INFO STEP 659 (remove_files) COMPLETE
66692025-02-28T10:59:23.366Z[ recovery-image] Feb 28 10:59:21.274 INFO O| Feb 28 10:59:21.274 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-02-28T10:59:23.405Z[ recovery-image] Feb 28 10:59:21.333 INFO O| Feb 28 10:59:21.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66712025-02-28T10:59:23.405Z[ recovery-image] Feb 28 10:59:21.333 INFO O| Feb 28 10:59:21.333 INFO STEP 660 (remove_files) COMPLETE
66722025-02-28T10:59:23.405Z[ recovery-image] Feb 28 10:59:21.333 INFO O| Feb 28 10:59:21.333 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-02-28T10:59:23.428Z[ recovery-image] Feb 28 10:59:21.353 INFO O| Feb 28 10:59:21.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66742025-02-28T10:59:23.428Z[ recovery-image] Feb 28 10:59:21.353 INFO O| Feb 28 10:59:21.353 INFO STEP 661 (remove_files) COMPLETE
66752025-02-28T10:59:23.428Z[ recovery-image] Feb 28 10:59:21.353 INFO O| Feb 28 10:59:21.353 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-02-28T10:59:23.457Z[ recovery-image] Feb 28 10:59:21.381 INFO O| Feb 28 10:59:21.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66772025-02-28T10:59:23.464Z[ recovery-image] Feb 28 10:59:21.381 INFO O| Feb 28 10:59:21.381 INFO STEP 662 (remove_files) COMPLETE
66782025-02-28T10:59:23.464Z[ recovery-image] Feb 28 10:59:21.381 INFO O| Feb 28 10:59:21.381 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-02-28T10:59:23.474Z[ recovery-image] Feb 28 10:59:21.401 INFO O| Feb 28 10:59:21.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66802025-02-28T10:59:23.474Z[ recovery-image] Feb 28 10:59:21.401 INFO O| Feb 28 10:59:21.401 INFO STEP 663 (remove_files) COMPLETE
66812025-02-28T10:59:23.479Z[ recovery-image] Feb 28 10:59:21.402 INFO O| Feb 28 10:59:21.401 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-02-28T10:59:23.503Z[ recovery-image] Feb 28 10:59:21.431 INFO O| Feb 28 10:59:21.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66832025-02-28T10:59:23.510Z[ recovery-image] Feb 28 10:59:21.431 INFO O| Feb 28 10:59:21.431 INFO STEP 664 (remove_files) COMPLETE
66842025-02-28T10:59:23.510Z[ recovery-image] Feb 28 10:59:21.432 INFO O| Feb 28 10:59:21.431 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-02-28T10:59:23.538Z[ recovery-image] Feb 28 10:59:21.461 INFO O| Feb 28 10:59:21.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66862025-02-28T10:59:23.538Z[ recovery-image] Feb 28 10:59:21.461 INFO O| Feb 28 10:59:21.461 INFO STEP 665 (remove_files) COMPLETE
66872025-02-28T10:59:23.538Z[ recovery-image] Feb 28 10:59:21.461 INFO O| Feb 28 10:59:21.461 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-02-28T10:59:23.562Z[ recovery-image] Feb 28 10:59:21.482 INFO O| Feb 28 10:59:21.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66892025-02-28T10:59:23.562Z[ recovery-image] Feb 28 10:59:21.482 INFO O| Feb 28 10:59:21.482 INFO STEP 666 (remove_files) COMPLETE
66902025-02-28T10:59:23.562Z[ recovery-image] Feb 28 10:59:21.482 INFO O| Feb 28 10:59:21.482 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-02-28T10:59:23.651Z[ recovery-image] Feb 28 10:59:21.574 INFO O| Feb 28 10:59:21.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66922025-02-28T10:59:23.651Z[ recovery-image] Feb 28 10:59:21.574 INFO O| Feb 28 10:59:21.574 INFO STEP 667 (remove_files) COMPLETE
66932025-02-28T10:59:23.655Z[ recovery-image] Feb 28 10:59:21.574 INFO O| Feb 28 10:59:21.574 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-02-28T10:59:23.697Z[ recovery-image] Feb 28 10:59:21.610 INFO O| Feb 28 10:59:21.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
66952025-02-28T10:59:23.697Z[ recovery-image] Feb 28 10:59:21.610 INFO O| Feb 28 10:59:21.610 INFO STEP 668 (remove_files) COMPLETE
66962025-02-28T10:59:23.702Z[ recovery-image] Feb 28 10:59:21.611 INFO O| Feb 28 10:59:21.610 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-02-28T10:59:23.705Z[ recovery-image] Feb 28 10:59:21.630 INFO O| Feb 28 10:59:21.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66982025-02-28T10:59:23.705Z[ recovery-image] Feb 28 10:59:21.630 INFO O| Feb 28 10:59:21.630 INFO STEP 669 (remove_files) COMPLETE
66992025-02-28T10:59:23.706Z[ recovery-image] Feb 28 10:59:21.630 INFO O| Feb 28 10:59:21.630 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-02-28T10:59:23.725Z[ recovery-image] Feb 28 10:59:21.650 INFO O| Feb 28 10:59:21.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
67012025-02-28T10:59:23.725Z[ recovery-image] Feb 28 10:59:21.650 INFO O| Feb 28 10:59:21.650 INFO STEP 670 (remove_files) COMPLETE
67022025-02-28T10:59:23.725Z[ recovery-image] Feb 28 10:59:21.650 INFO O| Feb 28 10:59:21.650 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-02-28T10:59:23.760Z[ recovery-image] Feb 28 10:59:21.687 INFO O| Feb 28 10:59:21.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
67042025-02-28T10:59:23.760Z[ recovery-image] Feb 28 10:59:21.687 INFO O| Feb 28 10:59:21.687 INFO STEP 671 (remove_files) COMPLETE
67052025-02-28T10:59:23.764Z[ recovery-image] Feb 28 10:59:21.687 INFO O| Feb 28 10:59:21.687 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-02-28T10:59:23.804Z[ recovery-image] Feb 28 10:59:21.728 INFO O| Feb 28 10:59:21.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
67072025-02-28T10:59:23.804Z[ recovery-image] Feb 28 10:59:21.728 INFO O| Feb 28 10:59:21.728 INFO STEP 672 (remove_files) COMPLETE
67082025-02-28T10:59:23.804Z[ recovery-image] Feb 28 10:59:21.729 INFO O| Feb 28 10:59:21.728 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-02-28T10:59:23.823Z[ recovery-image] Feb 28 10:59:21.748 INFO O| Feb 28 10:59:21.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67102025-02-28T10:59:23.823Z[ recovery-image] Feb 28 10:59:21.748 INFO O| Feb 28 10:59:21.748 INFO STEP 673 (remove_files) COMPLETE
67112025-02-28T10:59:23.823Z[ recovery-image] Feb 28 10:59:21.748 INFO O| Feb 28 10:59:21.748 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-02-28T10:59:23.845Z[ recovery-image] Feb 28 10:59:21.767 INFO O| Feb 28 10:59:21.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67132025-02-28T10:59:23.846Z[ recovery-image] Feb 28 10:59:21.767 INFO O| Feb 28 10:59:21.767 INFO STEP 674 (remove_files) COMPLETE
67142025-02-28T10:59:23.854Z[ recovery-image] Feb 28 10:59:21.767 INFO O| Feb 28 10:59:21.767 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-02-28T10:59:23.888Z[ recovery-image] Feb 28 10:59:21.799 INFO O| Feb 28 10:59:21.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67162025-02-28T10:59:23.888Z[ recovery-image] Feb 28 10:59:21.799 INFO O| Feb 28 10:59:21.799 INFO STEP 675 (remove_files) COMPLETE
67172025-02-28T10:59:23.902Z[ recovery-image] Feb 28 10:59:21.799 INFO O| Feb 28 10:59:21.799 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-02-28T10:59:23.905Z[ recovery-image] Feb 28 10:59:21.819 INFO O| Feb 28 10:59:21.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67192025-02-28T10:59:23.905Z[ recovery-image] Feb 28 10:59:21.819 INFO O| Feb 28 10:59:21.819 INFO STEP 676 (remove_files) COMPLETE
67202025-02-28T10:59:23.905Z[ recovery-image] Feb 28 10:59:21.819 INFO O| Feb 28 10:59:21.819 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-02-28T10:59:23.933Z[ recovery-image] Feb 28 10:59:21.861 INFO O| Feb 28 10:59:21.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67222025-02-28T10:59:23.938Z[ recovery-image] Feb 28 10:59:21.861 INFO O| Feb 28 10:59:21.861 INFO STEP 677 (remove_files) COMPLETE
67232025-02-28T10:59:23.938Z[ recovery-image] Feb 28 10:59:21.861 INFO O| Feb 28 10:59:21.861 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-02-28T10:59:23.953Z[ recovery-image] Feb 28 10:59:21.881 INFO O| Feb 28 10:59:21.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67252025-02-28T10:59:23.957Z[ recovery-image] Feb 28 10:59:21.881 INFO O| Feb 28 10:59:21.881 INFO STEP 678 (remove_files) COMPLETE
67262025-02-28T10:59:23.957Z[ recovery-image] Feb 28 10:59:21.881 INFO O| Feb 28 10:59:21.881 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-02-28T10:59:23.974Z[ recovery-image] Feb 28 10:59:21.902 INFO O| Feb 28 10:59:21.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
67282025-02-28T10:59:23.978Z[ recovery-image] Feb 28 10:59:21.902 INFO O| Feb 28 10:59:21.902 INFO STEP 679 (remove_files) COMPLETE
67292025-02-28T10:59:23.978Z[ recovery-image] Feb 28 10:59:21.902 INFO O| Feb 28 10:59:21.902 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-02-28T10:59:24.015Z[ recovery-image] Feb 28 10:59:21.943 INFO O| Feb 28 10:59:21.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
67312025-02-28T10:59:24.020Z[ recovery-image] Feb 28 10:59:21.943 INFO O| Feb 28 10:59:21.943 INFO STEP 680 (remove_files) COMPLETE
67322025-02-28T10:59:24.020Z[ recovery-image] Feb 28 10:59:21.943 INFO O| Feb 28 10:59:21.943 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-02-28T10:59:24.085Z[ recovery-image] Feb 28 10:59:22.011 INFO O| Feb 28 10:59:22.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
67342025-02-28T10:59:24.085Z[ recovery-image] Feb 28 10:59:22.011 INFO O| Feb 28 10:59:22.011 INFO STEP 681 (remove_files) COMPLETE
67352025-02-28T10:59:24.085Z[ recovery-image] Feb 28 10:59:22.011 INFO O| Feb 28 10:59:22.011 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-02-28T10:59:24.121Z[ recovery-image] Feb 28 10:59:22.049 INFO O| Feb 28 10:59:22.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
67372025-02-28T10:59:24.121Z[ recovery-image] Feb 28 10:59:22.049 INFO O| Feb 28 10:59:22.049 INFO STEP 682 (remove_files) COMPLETE
67382025-02-28T10:59:24.121Z[ recovery-image] Feb 28 10:59:22.049 INFO O| Feb 28 10:59:22.049 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-02-28T10:59:24.141Z[ recovery-image] Feb 28 10:59:22.068 INFO O| Feb 28 10:59:22.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
67402025-02-28T10:59:24.141Z[ recovery-image] Feb 28 10:59:22.068 INFO O| Feb 28 10:59:22.068 INFO STEP 683 (remove_files) COMPLETE
67412025-02-28T10:59:24.141Z[ recovery-image] Feb 28 10:59:22.068 INFO O| Feb 28 10:59:22.068 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-02-28T10:59:24.178Z[ recovery-image] Feb 28 10:59:22.105 INFO O| Feb 28 10:59:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
67432025-02-28T10:59:24.178Z[ recovery-image] Feb 28 10:59:22.105 INFO O| Feb 28 10:59:22.105 INFO STEP 684 (remove_files) COMPLETE
67442025-02-28T10:59:24.181Z[ recovery-image] Feb 28 10:59:22.105 INFO O| Feb 28 10:59:22.105 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-02-28T10:59:24.222Z[ recovery-image] Feb 28 10:59:22.149 INFO O| Feb 28 10:59:22.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
67462025-02-28T10:59:24.222Z[ recovery-image] Feb 28 10:59:22.149 INFO O| Feb 28 10:59:22.149 INFO STEP 685 (remove_files) COMPLETE
67472025-02-28T10:59:24.222Z[ recovery-image] Feb 28 10:59:22.149 INFO O| Feb 28 10:59:22.149 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-02-28T10:59:24.242Z[ recovery-image] Feb 28 10:59:22.170 INFO O| Feb 28 10:59:22.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
67492025-02-28T10:59:24.246Z[ recovery-image] Feb 28 10:59:22.170 INFO O| Feb 28 10:59:22.170 INFO STEP 686 (remove_files) COMPLETE
67502025-02-28T10:59:24.246Z[ recovery-image] Feb 28 10:59:22.170 INFO O| Feb 28 10:59:22.170 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-02-28T10:59:24.272Z[ recovery-image] Feb 28 10:59:22.199 INFO O| Feb 28 10:59:22.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
67522025-02-28T10:59:24.275Z[ recovery-image] Feb 28 10:59:22.199 INFO O| Feb 28 10:59:22.199 INFO STEP 687 (remove_files) COMPLETE
67532025-02-28T10:59:24.275Z[ recovery-image] Feb 28 10:59:22.200 INFO O| Feb 28 10:59:22.199 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-02-28T10:59:24.292Z[ recovery-image] Feb 28 10:59:22.220 INFO O| Feb 28 10:59:22.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
67552025-02-28T10:59:24.295Z[ recovery-image] Feb 28 10:59:22.220 INFO O| Feb 28 10:59:22.220 INFO STEP 688 (remove_files) COMPLETE
67562025-02-28T10:59:24.295Z[ recovery-image] Feb 28 10:59:22.220 INFO O| Feb 28 10:59:22.220 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-02-28T10:59:24.313Z[ recovery-image] Feb 28 10:59:22.241 INFO O| Feb 28 10:59:22.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
67582025-02-28T10:59:24.316Z[ recovery-image] Feb 28 10:59:22.241 INFO O| Feb 28 10:59:22.241 INFO STEP 689 (remove_files) COMPLETE
67592025-02-28T10:59:24.316Z[ recovery-image] Feb 28 10:59:22.241 INFO O| Feb 28 10:59:22.241 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-02-28T10:59:24.333Z[ recovery-image] Feb 28 10:59:22.260 INFO O| Feb 28 10:59:22.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
67612025-02-28T10:59:24.336Z[ recovery-image] Feb 28 10:59:22.261 INFO O| Feb 28 10:59:22.261 INFO STEP 690 (remove_files) COMPLETE
67622025-02-28T10:59:24.336Z[ recovery-image] Feb 28 10:59:22.261 INFO O| Feb 28 10:59:22.261 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-02-28T10:59:24.352Z[ recovery-image] Feb 28 10:59:22.279 INFO O| Feb 28 10:59:22.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67642025-02-28T10:59:24.355Z[ recovery-image] Feb 28 10:59:22.279 INFO O| Feb 28 10:59:22.279 INFO STEP 691 (remove_files) COMPLETE
67652025-02-28T10:59:24.355Z[ recovery-image] Feb 28 10:59:22.279 INFO O| Feb 28 10:59:22.279 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-02-28T10:59:24.374Z[ recovery-image] Feb 28 10:59:22.299 INFO O| Feb 28 10:59:22.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67672025-02-28T10:59:24.374Z[ recovery-image] Feb 28 10:59:22.299 INFO O| Feb 28 10:59:22.299 INFO STEP 692 (remove_files) COMPLETE
67682025-02-28T10:59:24.374Z[ recovery-image] Feb 28 10:59:22.299 INFO O| Feb 28 10:59:22.299 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-02-28T10:59:24.406Z[ recovery-image] Feb 28 10:59:22.334 INFO O| Feb 28 10:59:22.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
67702025-02-28T10:59:24.406Z[ recovery-image] Feb 28 10:59:22.334 INFO O| Feb 28 10:59:22.334 INFO STEP 693 (remove_files) COMPLETE
67712025-02-28T10:59:24.410Z[ recovery-image] Feb 28 10:59:22.334 INFO O| Feb 28 10:59:22.334 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-02-28T10:59:24.425Z[ recovery-image] Feb 28 10:59:22.353 INFO O| Feb 28 10:59:22.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
67732025-02-28T10:59:24.425Z[ recovery-image] Feb 28 10:59:22.353 INFO O| Feb 28 10:59:22.353 INFO STEP 694 (remove_files) COMPLETE
67742025-02-28T10:59:24.425Z[ recovery-image] Feb 28 10:59:22.353 INFO O| Feb 28 10:59:22.353 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-02-28T10:59:24.444Z[ recovery-image] Feb 28 10:59:22.372 INFO O| Feb 28 10:59:22.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67762025-02-28T10:59:24.444Z[ recovery-image] Feb 28 10:59:22.372 INFO O| Feb 28 10:59:22.372 INFO STEP 695 (remove_files) COMPLETE
67772025-02-28T10:59:24.444Z[ recovery-image] Feb 28 10:59:22.372 INFO O| Feb 28 10:59:22.372 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-02-28T10:59:24.464Z[ recovery-image] Feb 28 10:59:22.391 INFO O| Feb 28 10:59:22.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67792025-02-28T10:59:24.467Z[ recovery-image] Feb 28 10:59:22.391 INFO O| Feb 28 10:59:22.391 INFO STEP 696 (remove_files) COMPLETE
67802025-02-28T10:59:24.467Z[ recovery-image] Feb 28 10:59:22.392 INFO O| Feb 28 10:59:22.391 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-02-28T10:59:24.484Z[ recovery-image] Feb 28 10:59:22.411 INFO O| Feb 28 10:59:22.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
67822025-02-28T10:59:24.484Z[ recovery-image] Feb 28 10:59:22.411 INFO O| Feb 28 10:59:22.411 INFO STEP 697 (remove_files) COMPLETE
67832025-02-28T10:59:24.487Z[ recovery-image] Feb 28 10:59:22.411 INFO O| Feb 28 10:59:22.411 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-02-28T10:59:24.504Z[ recovery-image] Feb 28 10:59:22.431 INFO O| Feb 28 10:59:22.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
67852025-02-28T10:59:24.506Z[ recovery-image] Feb 28 10:59:22.431 INFO O| Feb 28 10:59:22.431 INFO STEP 698 (remove_files) COMPLETE
67862025-02-28T10:59:24.506Z[ recovery-image] Feb 28 10:59:22.432 INFO O| Feb 28 10:59:22.431 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-02-28T10:59:24.522Z[ recovery-image] Feb 28 10:59:22.450 INFO O| Feb 28 10:59:22.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
67882025-02-28T10:59:24.525Z[ recovery-image] Feb 28 10:59:22.450 INFO O| Feb 28 10:59:22.450 INFO STEP 699 (remove_files) COMPLETE
67892025-02-28T10:59:24.525Z[ recovery-image] Feb 28 10:59:22.450 INFO O| Feb 28 10:59:22.450 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-02-28T10:59:24.549Z[ recovery-image] Feb 28 10:59:22.476 INFO O| Feb 28 10:59:22.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
67912025-02-28T10:59:24.549Z[ recovery-image] Feb 28 10:59:22.476 INFO O| Feb 28 10:59:22.476 INFO STEP 700 (remove_files) COMPLETE
67922025-02-28T10:59:24.552Z[ recovery-image] Feb 28 10:59:22.476 INFO O| Feb 28 10:59:22.476 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-02-28T10:59:24.583Z[ recovery-image] Feb 28 10:59:22.510 INFO O| Feb 28 10:59:22.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
67942025-02-28T10:59:24.585Z[ recovery-image] Feb 28 10:59:22.510 INFO O| Feb 28 10:59:22.510 INFO STEP 701 (remove_files) COMPLETE
67952025-02-28T10:59:24.586Z[ recovery-image] Feb 28 10:59:22.510 INFO O| Feb 28 10:59:22.510 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-02-28T10:59:24.616Z[ recovery-image] Feb 28 10:59:22.543 INFO O| Feb 28 10:59:22.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67972025-02-28T10:59:24.633Z[ recovery-image] Feb 28 10:59:22.561 INFO O| Feb 28 10:59:22.561 INFO STEP 702 (remove_files) COMPLETE
67982025-02-28T10:59:24.633Z[ recovery-image] Feb 28 10:59:22.561 INFO O| Feb 28 10:59:22.561 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-02-28T10:59:24.654Z[ recovery-image] Feb 28 10:59:22.581 INFO O| Feb 28 10:59:22.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
68002025-02-28T10:59:24.657Z[ recovery-image] Feb 28 10:59:22.582 INFO O| Feb 28 10:59:22.581 INFO STEP 703 (remove_files) COMPLETE
68012025-02-28T10:59:24.657Z[ recovery-image] Feb 28 10:59:22.582 INFO O| Feb 28 10:59:22.582 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-02-28T10:59:24.685Z[ recovery-image] Feb 28 10:59:22.613 INFO O| Feb 28 10:59:22.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
68032025-02-28T10:59:24.688Z[ recovery-image] Feb 28 10:59:22.613 INFO O| Feb 28 10:59:22.613 INFO STEP 704 (remove_files) COMPLETE
68042025-02-28T10:59:24.688Z[ recovery-image] Feb 28 10:59:22.613 INFO O| Feb 28 10:59:22.613 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-02-28T10:59:24.761Z[ recovery-image] Feb 28 10:59:22.688 INFO O| Feb 28 10:59:22.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68062025-02-28T10:59:24.786Z[ recovery-image] Feb 28 10:59:22.713 INFO O| Feb 28 10:59:22.713 INFO STEP 705 (remove_files) COMPLETE
68072025-02-28T10:59:24.786Z[ recovery-image] Feb 28 10:59:22.713 INFO O| Feb 28 10:59:22.713 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-02-28T10:59:24.807Z[ recovery-image] Feb 28 10:59:22.735 INFO O| Feb 28 10:59:22.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68092025-02-28T10:59:24.810Z[ recovery-image] Feb 28 10:59:22.735 INFO O| Feb 28 10:59:22.735 INFO STEP 706 (remove_files) COMPLETE
68102025-02-28T10:59:24.810Z[ recovery-image] Feb 28 10:59:22.735 INFO O| Feb 28 10:59:22.735 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-02-28T10:59:24.829Z[ recovery-image] Feb 28 10:59:22.756 INFO O| Feb 28 10:59:22.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68122025-02-28T10:59:24.832Z[ recovery-image] Feb 28 10:59:22.756 INFO O| Feb 28 10:59:22.756 INFO STEP 707 (remove_files) COMPLETE
68132025-02-28T10:59:24.832Z[ recovery-image] Feb 28 10:59:22.756 INFO O| Feb 28 10:59:22.756 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-02-28T10:59:24.850Z[ recovery-image] Feb 28 10:59:22.777 INFO O| Feb 28 10:59:22.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68152025-02-28T10:59:24.854Z[ recovery-image] Feb 28 10:59:22.777 INFO O| Feb 28 10:59:22.777 INFO STEP 708 (remove_files) COMPLETE
68162025-02-28T10:59:24.854Z[ recovery-image] Feb 28 10:59:22.777 INFO O| Feb 28 10:59:22.777 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-02-28T10:59:24.873Z[ recovery-image] Feb 28 10:59:22.798 INFO O| Feb 28 10:59:22.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68182025-02-28T10:59:24.876Z[ recovery-image] Feb 28 10:59:22.799 INFO O| Feb 28 10:59:22.799 INFO STEP 709 (remove_files) COMPLETE
68192025-02-28T10:59:24.876Z[ recovery-image] Feb 28 10:59:22.799 INFO O| Feb 28 10:59:22.799 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-02-28T10:59:24.894Z[ recovery-image] Feb 28 10:59:22.821 INFO O| Feb 28 10:59:22.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68212025-02-28T10:59:24.894Z[ recovery-image] Feb 28 10:59:22.821 INFO O| Feb 28 10:59:22.821 INFO STEP 710 (remove_files) COMPLETE
68222025-02-28T10:59:24.894Z[ recovery-image] Feb 28 10:59:22.821 INFO O| Feb 28 10:59:22.821 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-02-28T10:59:24.914Z[ recovery-image] Feb 28 10:59:22.841 INFO O| Feb 28 10:59:22.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68242025-02-28T10:59:24.917Z[ recovery-image] Feb 28 10:59:22.845 INFO O| Feb 28 10:59:22.845 INFO STEP 711 (remove_files) COMPLETE
68252025-02-28T10:59:24.917Z[ recovery-image] Feb 28 10:59:22.845 INFO O| Feb 28 10:59:22.845 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-02-28T10:59:24.953Z[ recovery-image] Feb 28 10:59:22.880 INFO O| Feb 28 10:59:22.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68272025-02-28T10:59:24.953Z[ recovery-image] Feb 28 10:59:22.880 INFO O| Feb 28 10:59:22.880 INFO STEP 712 (remove_files) COMPLETE
68282025-02-28T10:59:24.953Z[ recovery-image] Feb 28 10:59:22.880 INFO O| Feb 28 10:59:22.880 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-02-28T10:59:24.976Z[ recovery-image] Feb 28 10:59:22.903 INFO O| Feb 28 10:59:22.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68302025-02-28T10:59:24.976Z[ recovery-image] Feb 28 10:59:22.903 INFO O| Feb 28 10:59:22.903 INFO STEP 713 (remove_files) COMPLETE
68312025-02-28T10:59:24.976Z[ recovery-image] Feb 28 10:59:22.903 INFO O| Feb 28 10:59:22.903 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-02-28T10:59:24.996Z[ recovery-image] Feb 28 10:59:22.923 INFO O| Feb 28 10:59:22.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68332025-02-28T10:59:24.996Z[ recovery-image] Feb 28 10:59:22.923 INFO O| Feb 28 10:59:22.923 INFO STEP 714 (remove_files) COMPLETE
68342025-02-28T10:59:24.996Z[ recovery-image] Feb 28 10:59:22.923 INFO O| Feb 28 10:59:22.923 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-02-28T10:59:25.015Z[ recovery-image] Feb 28 10:59:22.942 INFO O| Feb 28 10:59:22.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
68362025-02-28T10:59:25.015Z[ recovery-image] Feb 28 10:59:22.942 INFO O| Feb 28 10:59:22.942 INFO STEP 715 (remove_files) COMPLETE
68372025-02-28T10:59:25.015Z[ recovery-image] Feb 28 10:59:22.942 INFO O| Feb 28 10:59:22.942 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-02-28T10:59:25.034Z[ recovery-image] Feb 28 10:59:22.961 INFO O| Feb 28 10:59:22.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68392025-02-28T10:59:25.034Z[ recovery-image] Feb 28 10:59:22.961 INFO O| Feb 28 10:59:22.961 INFO STEP 716 (remove_files) COMPLETE
68402025-02-28T10:59:25.034Z[ recovery-image] Feb 28 10:59:22.961 INFO O| Feb 28 10:59:22.961 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-02-28T10:59:25.053Z[ recovery-image] Feb 28 10:59:22.980 INFO O| Feb 28 10:59:22.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
68422025-02-28T10:59:25.053Z[ recovery-image] Feb 28 10:59:22.980 INFO O| Feb 28 10:59:22.980 INFO STEP 717 (remove_files) COMPLETE
68432025-02-28T10:59:25.053Z[ recovery-image] Feb 28 10:59:22.980 INFO O| Feb 28 10:59:22.980 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-02-28T10:59:25.075Z[ recovery-image] Feb 28 10:59:23.002 INFO O| Feb 28 10:59:23.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
68452025-02-28T10:59:25.075Z[ recovery-image] Feb 28 10:59:23.003 INFO O| Feb 28 10:59:23.003 INFO STEP 718 (remove_files) COMPLETE
68462025-02-28T10:59:25.078Z[ recovery-image] Feb 28 10:59:23.003 INFO O| Feb 28 10:59:23.003 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-02-28T10:59:25.096Z[ recovery-image] Feb 28 10:59:23.023 INFO O| Feb 28 10:59:23.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
68482025-02-28T10:59:25.096Z[ recovery-image] Feb 28 10:59:23.023 INFO O| Feb 28 10:59:23.023 INFO STEP 719 (remove_files) COMPLETE
68492025-02-28T10:59:25.099Z[ recovery-image] Feb 28 10:59:23.023 INFO O| Feb 28 10:59:23.023 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502025-02-28T10:59:25.132Z[ recovery-image] Feb 28 10:59:23.059 INFO O| Feb 28 10:59:23.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
68512025-02-28T10:59:25.132Z[ recovery-image] Feb 28 10:59:23.059 INFO O| Feb 28 10:59:23.059 INFO STEP 720 (remove_files) COMPLETE
68522025-02-28T10:59:25.134Z[ recovery-image] Feb 28 10:59:23.059 INFO O| Feb 28 10:59:23.059 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532025-02-28T10:59:25.180Z[ recovery-image] Feb 28 10:59:23.107 INFO O| Feb 28 10:59:23.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
68542025-02-28T10:59:25.181Z[ recovery-image] Feb 28 10:59:23.108 INFO O| Feb 28 10:59:23.107 INFO STEP 721 (remove_files) COMPLETE
68552025-02-28T10:59:25.181Z[ recovery-image] Feb 28 10:59:23.108 INFO O| Feb 28 10:59:23.108 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-02-28T10:59:25.203Z[ recovery-image] Feb 28 10:59:23.129 INFO O| Feb 28 10:59:23.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
68572025-02-28T10:59:25.203Z[ recovery-image] Feb 28 10:59:23.129 INFO O| Feb 28 10:59:23.129 INFO STEP 722 (remove_files) COMPLETE
68582025-02-28T10:59:25.203Z[ recovery-image] Feb 28 10:59:23.129 INFO O| Feb 28 10:59:23.129 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-02-28T10:59:25.229Z[ recovery-image] Feb 28 10:59:23.156 INFO O| Feb 28 10:59:23.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
68602025-02-28T10:59:25.229Z[ recovery-image] Feb 28 10:59:23.156 INFO O| Feb 28 10:59:23.156 INFO STEP 723 (remove_files) COMPLETE
68612025-02-28T10:59:25.229Z[ recovery-image] Feb 28 10:59:23.156 INFO O| Feb 28 10:59:23.156 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-02-28T10:59:25.260Z[ recovery-image] Feb 28 10:59:23.187 INFO O| Feb 28 10:59:23.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68632025-02-28T10:59:25.260Z[ recovery-image] Feb 28 10:59:23.187 INFO O| Feb 28 10:59:23.187 INFO STEP 724 (remove_files) COMPLETE
68642025-02-28T10:59:25.263Z[ recovery-image] Feb 28 10:59:23.187 INFO O| Feb 28 10:59:23.187 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-02-28T10:59:25.301Z[ recovery-image] Feb 28 10:59:23.228 INFO O| Feb 28 10:59:23.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68662025-02-28T10:59:25.304Z[ recovery-image] Feb 28 10:59:23.229 INFO O| Feb 28 10:59:23.228 INFO STEP 725 (remove_files) COMPLETE
68672025-02-28T10:59:25.304Z[ recovery-image] Feb 28 10:59:23.229 INFO O| Feb 28 10:59:23.229 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-02-28T10:59:25.347Z[ recovery-image] Feb 28 10:59:23.273 INFO O| Feb 28 10:59:23.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68692025-02-28T10:59:25.347Z[ recovery-image] Feb 28 10:59:23.273 INFO O| Feb 28 10:59:23.273 INFO STEP 726 (remove_files) COMPLETE
68702025-02-28T10:59:25.347Z[ recovery-image] Feb 28 10:59:23.273 INFO O| Feb 28 10:59:23.273 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-02-28T10:59:25.422Z[ recovery-image] Feb 28 10:59:23.349 INFO O| Feb 28 10:59:23.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68722025-02-28T10:59:25.422Z[ recovery-image] Feb 28 10:59:23.349 INFO O| Feb 28 10:59:23.349 INFO STEP 727 (remove_files) COMPLETE
68732025-02-28T10:59:25.422Z[ recovery-image] Feb 28 10:59:23.349 INFO O| Feb 28 10:59:23.349 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-02-28T10:59:25.443Z[ recovery-image] Feb 28 10:59:23.370 INFO O| Feb 28 10:59:23.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68752025-02-28T10:59:25.443Z[ recovery-image] Feb 28 10:59:23.370 INFO O| Feb 28 10:59:23.370 INFO STEP 728 (remove_files) COMPLETE
68762025-02-28T10:59:25.443Z[ recovery-image] Feb 28 10:59:23.370 INFO O| Feb 28 10:59:23.370 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-02-28T10:59:25.464Z[ recovery-image] Feb 28 10:59:23.390 INFO O| Feb 28 10:59:23.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68782025-02-28T10:59:25.464Z[ recovery-image] Feb 28 10:59:23.391 INFO O| Feb 28 10:59:23.391 INFO STEP 729 (remove_files) COMPLETE
68792025-02-28T10:59:25.467Z[ recovery-image] Feb 28 10:59:23.391 INFO O| Feb 28 10:59:23.391 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-02-28T10:59:25.489Z[ recovery-image] Feb 28 10:59:23.416 INFO O| Feb 28 10:59:23.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68812025-02-28T10:59:25.495Z[ recovery-image] Feb 28 10:59:23.422 INFO O| Feb 28 10:59:23.422 INFO STEP 730 (remove_files) COMPLETE
68822025-02-28T10:59:25.497Z[ recovery-image] Feb 28 10:59:23.422 INFO O| Feb 28 10:59:23.422 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-02-28T10:59:25.554Z[ recovery-image] Feb 28 10:59:23.481 INFO O| Feb 28 10:59:23.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68842025-02-28T10:59:25.554Z[ recovery-image] Feb 28 10:59:23.481 INFO O| Feb 28 10:59:23.481 INFO STEP 731 (remove_files) COMPLETE
68852025-02-28T10:59:25.554Z[ recovery-image] Feb 28 10:59:23.481 INFO O| Feb 28 10:59:23.481 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-02-28T10:59:25.590Z[ recovery-image] Feb 28 10:59:23.517 INFO O| Feb 28 10:59:23.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68872025-02-28T10:59:25.590Z[ recovery-image] Feb 28 10:59:23.517 INFO O| Feb 28 10:59:23.517 INFO STEP 732 (remove_files) COMPLETE
68882025-02-28T10:59:25.590Z[ recovery-image] Feb 28 10:59:23.517 INFO O| Feb 28 10:59:23.517 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-02-28T10:59:25.633Z[ recovery-image] Feb 28 10:59:23.560 INFO O| Feb 28 10:59:23.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68902025-02-28T10:59:25.635Z[ recovery-image] Feb 28 10:59:23.560 INFO O| Feb 28 10:59:23.560 INFO STEP 733 (remove_files) COMPLETE
68912025-02-28T10:59:25.636Z[ recovery-image] Feb 28 10:59:23.560 INFO O| Feb 28 10:59:23.560 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-02-28T10:59:25.654Z[ recovery-image] Feb 28 10:59:23.581 INFO O| Feb 28 10:59:23.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68932025-02-28T10:59:25.657Z[ recovery-image] Feb 28 10:59:23.581 INFO O| Feb 28 10:59:23.581 INFO STEP 734 (remove_files) COMPLETE
68942025-02-28T10:59:25.657Z[ recovery-image] Feb 28 10:59:23.582 INFO O| Feb 28 10:59:23.581 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-02-28T10:59:25.673Z[ recovery-image] Feb 28 10:59:23.600 INFO O| Feb 28 10:59:23.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68962025-02-28T10:59:25.677Z[ recovery-image] Feb 28 10:59:23.600 INFO O| Feb 28 10:59:23.600 INFO STEP 735 (remove_files) COMPLETE
68972025-02-28T10:59:25.677Z[ recovery-image] Feb 28 10:59:23.601 INFO O| Feb 28 10:59:23.601 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-02-28T10:59:25.692Z[ recovery-image] Feb 28 10:59:23.618 INFO O| Feb 28 10:59:23.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68992025-02-28T10:59:25.694Z[ recovery-image] Feb 28 10:59:23.619 INFO O| Feb 28 10:59:23.619 INFO STEP 736 (remove_files) COMPLETE
69002025-02-28T10:59:25.694Z[ recovery-image] Feb 28 10:59:23.619 INFO O| Feb 28 10:59:23.619 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-02-28T10:59:25.711Z[ recovery-image] Feb 28 10:59:23.638 INFO O| Feb 28 10:59:23.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69022025-02-28T10:59:25.714Z[ recovery-image] Feb 28 10:59:23.638 INFO O| Feb 28 10:59:23.638 INFO STEP 737 (remove_files) COMPLETE
69032025-02-28T10:59:25.714Z[ recovery-image] Feb 28 10:59:23.638 INFO O| Feb 28 10:59:23.638 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-02-28T10:59:25.731Z[ recovery-image] Feb 28 10:59:23.658 INFO O| Feb 28 10:59:23.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69052025-02-28T10:59:25.734Z[ recovery-image] Feb 28 10:59:23.658 INFO O| Feb 28 10:59:23.658 INFO STEP 738 (remove_files) COMPLETE
69062025-02-28T10:59:25.734Z[ recovery-image] Feb 28 10:59:23.658 INFO O| Feb 28 10:59:23.658 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-02-28T10:59:25.750Z[ recovery-image] Feb 28 10:59:23.677 INFO O| Feb 28 10:59:23.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69082025-02-28T10:59:25.753Z[ recovery-image] Feb 28 10:59:23.677 INFO O| Feb 28 10:59:23.677 INFO STEP 739 (remove_files) COMPLETE
69092025-02-28T10:59:25.753Z[ recovery-image] Feb 28 10:59:23.677 INFO O| Feb 28 10:59:23.677 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-02-28T10:59:25.771Z[ recovery-image] Feb 28 10:59:23.697 INFO O| Feb 28 10:59:23.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69112025-02-28T10:59:25.773Z[ recovery-image] Feb 28 10:59:23.698 INFO O| Feb 28 10:59:23.698 INFO STEP 740 (remove_files) COMPLETE
69122025-02-28T10:59:25.773Z[ recovery-image] Feb 28 10:59:23.698 INFO O| Feb 28 10:59:23.698 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-02-28T10:59:25.791Z[ recovery-image] Feb 28 10:59:23.718 INFO O| Feb 28 10:59:23.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69142025-02-28T10:59:25.794Z[ recovery-image] Feb 28 10:59:23.718 INFO O| Feb 28 10:59:23.718 INFO STEP 741 (remove_files) COMPLETE
69152025-02-28T10:59:25.794Z[ recovery-image] Feb 28 10:59:23.718 INFO O| Feb 28 10:59:23.718 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-02-28T10:59:25.826Z[ recovery-image] Feb 28 10:59:23.753 INFO O| Feb 28 10:59:23.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69172025-02-28T10:59:25.826Z[ recovery-image] Feb 28 10:59:23.753 INFO O| Feb 28 10:59:23.753 INFO STEP 742 (remove_files) COMPLETE
69182025-02-28T10:59:25.826Z[ recovery-image] Feb 28 10:59:23.753 INFO O| Feb 28 10:59:23.753 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-02-28T10:59:25.845Z[ recovery-image] Feb 28 10:59:23.771 INFO O| Feb 28 10:59:23.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69202025-02-28T10:59:25.845Z[ recovery-image] Feb 28 10:59:23.772 INFO O| Feb 28 10:59:23.772 INFO STEP 743 (remove_files) COMPLETE
69212025-02-28T10:59:25.845Z[ recovery-image] Feb 28 10:59:23.772 INFO O| Feb 28 10:59:23.772 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-02-28T10:59:25.863Z[ recovery-image] Feb 28 10:59:23.789 INFO O| Feb 28 10:59:23.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69232025-02-28T10:59:25.865Z[ recovery-image] Feb 28 10:59:23.789 INFO O| Feb 28 10:59:23.789 INFO STEP 744 (remove_files) COMPLETE
69242025-02-28T10:59:25.865Z[ recovery-image] Feb 28 10:59:23.789 INFO O| Feb 28 10:59:23.789 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-02-28T10:59:25.884Z[ recovery-image] Feb 28 10:59:23.810 INFO O| Feb 28 10:59:23.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69262025-02-28T10:59:25.884Z[ recovery-image] Feb 28 10:59:23.811 INFO O| Feb 28 10:59:23.811 INFO STEP 745 (remove_files) COMPLETE
69272025-02-28T10:59:25.884Z[ recovery-image] Feb 28 10:59:23.811 INFO O| Feb 28 10:59:23.811 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-02-28T10:59:25.914Z[ recovery-image] Feb 28 10:59:23.841 INFO O| Feb 28 10:59:23.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69292025-02-28T10:59:25.917Z[ recovery-image] Feb 28 10:59:23.841 INFO O| Feb 28 10:59:23.841 INFO STEP 746 (remove_files) COMPLETE
69302025-02-28T10:59:25.917Z[ recovery-image] Feb 28 10:59:23.841 INFO O| Feb 28 10:59:23.841 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-02-28T10:59:25.948Z[ recovery-image] Feb 28 10:59:23.875 INFO O| Feb 28 10:59:23.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
69322025-02-28T10:59:25.948Z[ recovery-image] Feb 28 10:59:23.875 INFO O| Feb 28 10:59:23.875 INFO STEP 747 (remove_files) COMPLETE
69332025-02-28T10:59:25.951Z[ recovery-image] Feb 28 10:59:23.875 INFO O| Feb 28 10:59:23.875 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-02-28T10:59:25.988Z[ recovery-image] Feb 28 10:59:23.914 INFO O| Feb 28 10:59:23.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69352025-02-28T10:59:25.988Z[ recovery-image] Feb 28 10:59:23.914 INFO O| Feb 28 10:59:23.914 INFO STEP 748 (remove_files) COMPLETE
69362025-02-28T10:59:25.988Z[ recovery-image] Feb 28 10:59:23.914 INFO O| Feb 28 10:59:23.914 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-02-28T10:59:26.008Z[ recovery-image] Feb 28 10:59:23.934 INFO O| Feb 28 10:59:23.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
69382025-02-28T10:59:26.008Z[ recovery-image] Feb 28 10:59:23.934 INFO O| Feb 28 10:59:23.934 INFO STEP 749 (remove_files) COMPLETE
69392025-02-28T10:59:26.008Z[ recovery-image] Feb 28 10:59:23.934 INFO O| Feb 28 10:59:23.934 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-02-28T10:59:26.027Z[ recovery-image] Feb 28 10:59:23.953 INFO O| Feb 28 10:59:23.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
69412025-02-28T10:59:26.027Z[ recovery-image] Feb 28 10:59:23.953 INFO O| Feb 28 10:59:23.953 INFO STEP 750 (remove_files) COMPLETE
69422025-02-28T10:59:26.027Z[ recovery-image] Feb 28 10:59:23.953 INFO O| Feb 28 10:59:23.953 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-02-28T10:59:26.047Z[ recovery-image] Feb 28 10:59:23.973 INFO O| Feb 28 10:59:23.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69442025-02-28T10:59:26.047Z[ recovery-image] Feb 28 10:59:23.973 INFO O| Feb 28 10:59:23.973 INFO STEP 751 (remove_files) COMPLETE
69452025-02-28T10:59:26.048Z[ recovery-image] Feb 28 10:59:23.973 INFO O| Feb 28 10:59:23.973 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-02-28T10:59:26.065Z[ recovery-image] Feb 28 10:59:23.992 INFO O| Feb 28 10:59:23.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69472025-02-28T10:59:26.068Z[ recovery-image] Feb 28 10:59:23.992 INFO O| Feb 28 10:59:23.992 INFO STEP 752 (remove_files) COMPLETE
69482025-02-28T10:59:26.068Z[ recovery-image] Feb 28 10:59:23.992 INFO O| Feb 28 10:59:23.992 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-02-28T10:59:26.121Z[ recovery-image] Feb 28 10:59:24.048 INFO O| Feb 28 10:59:24.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69502025-02-28T10:59:26.121Z[ recovery-image] Feb 28 10:59:24.048 INFO O| Feb 28 10:59:24.048 INFO STEP 753 (remove_files) COMPLETE
69512025-02-28T10:59:26.121Z[ recovery-image] Feb 28 10:59:24.048 INFO O| Feb 28 10:59:24.048 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-02-28T10:59:26.147Z[ recovery-image] Feb 28 10:59:24.073 INFO O| Feb 28 10:59:24.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69532025-02-28T10:59:26.147Z[ recovery-image] Feb 28 10:59:24.073 INFO O| Feb 28 10:59:24.073 INFO STEP 754 (remove_files) COMPLETE
69542025-02-28T10:59:26.149Z[ recovery-image] Feb 28 10:59:24.073 INFO O| Feb 28 10:59:24.073 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-02-28T10:59:26.193Z[ recovery-image] Feb 28 10:59:24.119 INFO O| Feb 28 10:59:24.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69562025-02-28T10:59:26.194Z[ recovery-image] Feb 28 10:59:24.120 INFO O| Feb 28 10:59:24.119 INFO STEP 755 (remove_files) COMPLETE
69572025-02-28T10:59:26.194Z[ recovery-image] Feb 28 10:59:24.120 INFO O| Feb 28 10:59:24.120 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-02-28T10:59:26.223Z[ recovery-image] Feb 28 10:59:24.149 INFO O| Feb 28 10:59:24.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69592025-02-28T10:59:26.223Z[ recovery-image] Feb 28 10:59:24.149 INFO O| Feb 28 10:59:24.149 INFO STEP 756 (remove_files) COMPLETE
69602025-02-28T10:59:26.223Z[ recovery-image] Feb 28 10:59:24.149 INFO O| Feb 28 10:59:24.149 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-02-28T10:59:26.245Z[ recovery-image] Feb 28 10:59:24.171 INFO O| Feb 28 10:59:24.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69622025-02-28T10:59:26.245Z[ recovery-image] Feb 28 10:59:24.171 INFO O| Feb 28 10:59:24.171 INFO STEP 757 (remove_files) COMPLETE
69632025-02-28T10:59:26.248Z[ recovery-image] Feb 28 10:59:24.171 INFO O| Feb 28 10:59:24.171 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-02-28T10:59:26.302Z[ recovery-image] Feb 28 10:59:24.218 INFO O| Feb 28 10:59:24.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69652025-02-28T10:59:26.302Z[ recovery-image] Feb 28 10:59:24.218 INFO O| Feb 28 10:59:24.218 INFO STEP 758 (remove_files) COMPLETE
69662025-02-28T10:59:26.304Z[ recovery-image] Feb 28 10:59:24.218 INFO O| Feb 28 10:59:24.218 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-02-28T10:59:26.408Z[ recovery-image] Feb 28 10:59:24.334 INFO O| Feb 28 10:59:24.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69682025-02-28T10:59:26.408Z[ recovery-image] Feb 28 10:59:24.334 INFO O| Feb 28 10:59:24.334 INFO STEP 759 (remove_files) COMPLETE
69692025-02-28T10:59:26.410Z[ recovery-image] Feb 28 10:59:24.334 INFO O| Feb 28 10:59:24.334 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-02-28T10:59:26.509Z[ recovery-image] Feb 28 10:59:24.436 INFO O| Feb 28 10:59:24.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69712025-02-28T10:59:26.509Z[ recovery-image] Feb 28 10:59:24.436 INFO O| Feb 28 10:59:24.436 INFO STEP 760 (remove_files) COMPLETE
69722025-02-28T10:59:26.512Z[ recovery-image] Feb 28 10:59:24.436 INFO O| Feb 28 10:59:24.436 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-02-28T10:59:26.532Z[ recovery-image] Feb 28 10:59:24.458 INFO O| Feb 28 10:59:24.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69742025-02-28T10:59:26.532Z[ recovery-image] Feb 28 10:59:24.458 INFO O| Feb 28 10:59:24.458 INFO STEP 761 (remove_files) COMPLETE
69752025-02-28T10:59:26.532Z[ recovery-image] Feb 28 10:59:24.458 INFO O| Feb 28 10:59:24.458 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-02-28T10:59:26.551Z[ recovery-image] Feb 28 10:59:24.477 INFO O| Feb 28 10:59:24.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
69772025-02-28T10:59:26.551Z[ recovery-image] Feb 28 10:59:24.477 INFO O| Feb 28 10:59:24.477 INFO STEP 762 (remove_files) COMPLETE
69782025-02-28T10:59:26.551Z[ recovery-image] Feb 28 10:59:24.477 INFO O| Feb 28 10:59:24.477 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-02-28T10:59:26.570Z[ recovery-image] Feb 28 10:59:24.497 INFO O| Feb 28 10:59:24.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
69802025-02-28T10:59:26.592Z[ recovery-image] Feb 28 10:59:24.518 INFO O| Feb 28 10:59:24.518 INFO STEP 763 (remove_files) COMPLETE
69812025-02-28T10:59:26.592Z[ recovery-image] Feb 28 10:59:24.518 INFO O| Feb 28 10:59:24.518 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-02-28T10:59:26.649Z[ recovery-image] Feb 28 10:59:24.575 INFO O| Feb 28 10:59:24.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69832025-02-28T10:59:26.649Z[ recovery-image] Feb 28 10:59:24.575 INFO O| Feb 28 10:59:24.575 INFO STEP 764 (remove_files) COMPLETE
69842025-02-28T10:59:26.649Z[ recovery-image] Feb 28 10:59:24.575 INFO O| Feb 28 10:59:24.575 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-02-28T10:59:26.669Z[ recovery-image] Feb 28 10:59:24.596 INFO O| Feb 28 10:59:24.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
69862025-02-28T10:59:26.669Z[ recovery-image] Feb 28 10:59:24.596 INFO O| Feb 28 10:59:24.596 INFO STEP 765 (remove_files) COMPLETE
69872025-02-28T10:59:26.669Z[ recovery-image] Feb 28 10:59:24.596 INFO O| Feb 28 10:59:24.596 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-02-28T10:59:26.690Z[ recovery-image] Feb 28 10:59:24.616 INFO O| Feb 28 10:59:24.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
69892025-02-28T10:59:26.690Z[ recovery-image] Feb 28 10:59:24.616 INFO O| Feb 28 10:59:24.616 INFO STEP 766 (remove_files) COMPLETE
69902025-02-28T10:59:26.690Z[ recovery-image] Feb 28 10:59:24.616 INFO O| Feb 28 10:59:24.616 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-02-28T10:59:26.711Z[ recovery-image] Feb 28 10:59:24.637 INFO O| Feb 28 10:59:24.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
69922025-02-28T10:59:26.711Z[ recovery-image] Feb 28 10:59:24.637 INFO O| Feb 28 10:59:24.637 INFO STEP 767 (remove_files) COMPLETE
69932025-02-28T10:59:26.711Z[ recovery-image] Feb 28 10:59:24.637 INFO O| Feb 28 10:59:24.637 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-02-28T10:59:26.733Z[ recovery-image] Feb 28 10:59:24.659 INFO O| Feb 28 10:59:24.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
69952025-02-28T10:59:26.733Z[ recovery-image] Feb 28 10:59:24.659 INFO O| Feb 28 10:59:24.659 INFO STEP 768 (remove_files) COMPLETE
69962025-02-28T10:59:26.733Z[ recovery-image] Feb 28 10:59:24.659 INFO O| Feb 28 10:59:24.659 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-02-28T10:59:26.778Z[ recovery-image] Feb 28 10:59:24.704 INFO O| Feb 28 10:59:24.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
69982025-02-28T10:59:26.778Z[ recovery-image] Feb 28 10:59:24.704 INFO O| Feb 28 10:59:24.704 INFO STEP 769 (remove_files) COMPLETE
69992025-02-28T10:59:26.778Z[ recovery-image] Feb 28 10:59:24.704 INFO O| Feb 28 10:59:24.704 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-02-28T10:59:26.813Z[ recovery-image] Feb 28 10:59:24.739 INFO O| Feb 28 10:59:24.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70012025-02-28T10:59:26.813Z[ recovery-image] Feb 28 10:59:24.739 INFO O| Feb 28 10:59:24.739 INFO STEP 770 (remove_files) COMPLETE
70022025-02-28T10:59:26.813Z[ recovery-image] Feb 28 10:59:24.739 INFO O| Feb 28 10:59:24.739 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-02-28T10:59:26.831Z[ recovery-image] Feb 28 10:59:24.758 INFO O| Feb 28 10:59:24.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
70042025-02-28T10:59:26.831Z[ recovery-image] Feb 28 10:59:24.758 INFO O| Feb 28 10:59:24.758 INFO STEP 771 (remove_files) COMPLETE
70052025-02-28T10:59:26.831Z[ recovery-image] Feb 28 10:59:24.758 INFO O| Feb 28 10:59:24.758 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062025-02-28T10:59:26.851Z[ recovery-image] Feb 28 10:59:24.777 INFO O| Feb 28 10:59:24.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
70072025-02-28T10:59:26.851Z[ recovery-image] Feb 28 10:59:24.777 INFO O| Feb 28 10:59:24.777 INFO STEP 772 (remove_files) COMPLETE
70082025-02-28T10:59:26.851Z[ recovery-image] Feb 28 10:59:24.777 INFO O| Feb 28 10:59:24.777 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092025-02-28T10:59:26.868Z[ recovery-image] Feb 28 10:59:24.794 INFO O| Feb 28 10:59:24.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
70102025-02-28T10:59:26.868Z[ recovery-image] Feb 28 10:59:24.794 INFO O| Feb 28 10:59:24.794 INFO STEP 773 (remove_files) COMPLETE
70112025-02-28T10:59:26.868Z[ recovery-image] Feb 28 10:59:24.794 INFO O| Feb 28 10:59:24.794 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122025-02-28T10:59:26.886Z[ recovery-image] Feb 28 10:59:24.812 INFO O| Feb 28 10:59:24.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70132025-02-28T10:59:26.886Z[ recovery-image] Feb 28 10:59:24.812 INFO O| Feb 28 10:59:24.812 INFO STEP 774 (remove_files) COMPLETE
70142025-02-28T10:59:26.889Z[ recovery-image] Feb 28 10:59:24.813 INFO O| Feb 28 10:59:24.812 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152025-02-28T10:59:26.917Z[ recovery-image] Feb 28 10:59:24.843 INFO O| Feb 28 10:59:24.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70162025-02-28T10:59:26.920Z[ recovery-image] Feb 28 10:59:24.843 INFO O| Feb 28 10:59:24.843 INFO STEP 775 (remove_files) COMPLETE
70172025-02-28T10:59:26.920Z[ recovery-image] Feb 28 10:59:24.844 INFO O| Feb 28 10:59:24.843 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182025-02-28T10:59:26.961Z[ recovery-image] Feb 28 10:59:24.875 INFO O| Feb 28 10:59:24.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70192025-02-28T10:59:26.961Z[ recovery-image] Feb 28 10:59:24.875 INFO O| Feb 28 10:59:24.875 INFO STEP 776 (remove_files) COMPLETE
70202025-02-28T10:59:26.964Z[ recovery-image] Feb 28 10:59:24.875 INFO O| Feb 28 10:59:24.875 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212025-02-28T10:59:26.993Z[ recovery-image] Feb 28 10:59:24.919 INFO O| Feb 28 10:59:24.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
70222025-02-28T10:59:26.993Z[ recovery-image] Feb 28 10:59:24.919 INFO O| Feb 28 10:59:24.919 INFO STEP 777 (remove_files) COMPLETE
70232025-02-28T10:59:26.993Z[ recovery-image] Feb 28 10:59:24.919 INFO O| Feb 28 10:59:24.919 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242025-02-28T10:59:27.013Z[ recovery-image] Feb 28 10:59:24.939 INFO O| Feb 28 10:59:24.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70252025-02-28T10:59:27.013Z[ recovery-image] Feb 28 10:59:24.939 INFO O| Feb 28 10:59:24.939 INFO STEP 778 (remove_files) COMPLETE
70262025-02-28T10:59:27.013Z[ recovery-image] Feb 28 10:59:24.939 INFO O| Feb 28 10:59:24.939 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272025-02-28T10:59:27.033Z[ recovery-image] Feb 28 10:59:24.959 INFO O| Feb 28 10:59:24.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
70282025-02-28T10:59:27.033Z[ recovery-image] Feb 28 10:59:24.960 INFO O| Feb 28 10:59:24.959 INFO STEP 779 (remove_files) COMPLETE
70292025-02-28T10:59:27.036Z[ recovery-image] Feb 28 10:59:24.960 INFO O| Feb 28 10:59:24.960 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-02-28T10:59:27.053Z[ recovery-image] Feb 28 10:59:24.979 INFO O| Feb 28 10:59:24.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
70312025-02-28T10:59:27.053Z[ recovery-image] Feb 28 10:59:24.979 INFO O| Feb 28 10:59:24.979 INFO STEP 780 (remove_files) COMPLETE
70322025-02-28T10:59:27.053Z[ recovery-image] Feb 28 10:59:24.979 INFO O| Feb 28 10:59:24.979 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332025-02-28T10:59:27.094Z[ recovery-image] Feb 28 10:59:25.020 INFO O| Feb 28 10:59:25.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
70342025-02-28T10:59:27.094Z[ recovery-image] Feb 28 10:59:25.020 INFO O| Feb 28 10:59:25.020 INFO STEP 781 (remove_files) COMPLETE
70352025-02-28T10:59:27.094Z[ recovery-image] Feb 28 10:59:25.020 INFO O| Feb 28 10:59:25.020 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362025-02-28T10:59:27.113Z[ recovery-image] Feb 28 10:59:25.040 INFO O| Feb 28 10:59:25.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
70372025-02-28T10:59:27.113Z[ recovery-image] Feb 28 10:59:25.040 INFO O| Feb 28 10:59:25.040 INFO STEP 782 (remove_files) COMPLETE
70382025-02-28T10:59:27.116Z[ recovery-image] Feb 28 10:59:25.040 INFO O| Feb 28 10:59:25.040 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-02-28T10:59:27.148Z[ recovery-image] Feb 28 10:59:25.074 INFO O| Feb 28 10:59:25.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
70402025-02-28T10:59:27.151Z[ recovery-image] Feb 28 10:59:25.074 INFO O| Feb 28 10:59:25.074 INFO STEP 783 (remove_files) COMPLETE
70412025-02-28T10:59:27.151Z[ recovery-image] Feb 28 10:59:25.074 INFO O| Feb 28 10:59:25.074 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-02-28T10:59:27.169Z[ recovery-image] Feb 28 10:59:25.095 INFO O| Feb 28 10:59:25.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
70432025-02-28T10:59:27.169Z[ recovery-image] Feb 28 10:59:25.095 INFO O| Feb 28 10:59:25.095 INFO STEP 784 (remove_files) COMPLETE
70442025-02-28T10:59:27.172Z[ recovery-image] Feb 28 10:59:25.096 INFO O| Feb 28 10:59:25.095 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-02-28T10:59:27.190Z[ recovery-image] Feb 28 10:59:25.116 INFO O| Feb 28 10:59:25.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
70462025-02-28T10:59:27.192Z[ recovery-image] Feb 28 10:59:25.116 INFO O| Feb 28 10:59:25.116 INFO STEP 785 (remove_files) COMPLETE
70472025-02-28T10:59:27.192Z[ recovery-image] Feb 28 10:59:25.116 INFO O| Feb 28 10:59:25.116 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-02-28T10:59:27.211Z[ recovery-image] Feb 28 10:59:25.137 INFO O| Feb 28 10:59:25.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
70492025-02-28T10:59:27.211Z[ recovery-image] Feb 28 10:59:25.137 INFO O| Feb 28 10:59:25.137 INFO STEP 786 (remove_files) COMPLETE
70502025-02-28T10:59:27.214Z[ recovery-image] Feb 28 10:59:25.137 INFO O| Feb 28 10:59:25.137 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-02-28T10:59:27.243Z[ recovery-image] Feb 28 10:59:25.169 INFO O| Feb 28 10:59:25.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
70522025-02-28T10:59:27.243Z[ recovery-image] Feb 28 10:59:25.169 INFO O| Feb 28 10:59:25.169 INFO STEP 787 (remove_files) COMPLETE
70532025-02-28T10:59:27.246Z[ recovery-image] Feb 28 10:59:25.169 INFO O| Feb 28 10:59:25.169 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-02-28T10:59:27.288Z[ recovery-image] Feb 28 10:59:25.214 INFO O| Feb 28 10:59:25.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
70552025-02-28T10:59:27.288Z[ recovery-image] Feb 28 10:59:25.214 INFO O| Feb 28 10:59:25.214 INFO STEP 788 (remove_files) COMPLETE
70562025-02-28T10:59:27.288Z[ recovery-image] Feb 28 10:59:25.214 INFO O| Feb 28 10:59:25.214 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-02-28T10:59:27.311Z[ recovery-image] Feb 28 10:59:25.236 INFO O| Feb 28 10:59:25.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
70582025-02-28T10:59:27.314Z[ recovery-image] Feb 28 10:59:25.236 INFO O| Feb 28 10:59:25.236 INFO STEP 789 (remove_files) COMPLETE
70592025-02-28T10:59:27.314Z[ recovery-image] Feb 28 10:59:25.236 INFO O| Feb 28 10:59:25.236 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-02-28T10:59:27.371Z[ recovery-image] Feb 28 10:59:25.297 INFO O| Feb 28 10:59:25.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
70612025-02-28T10:59:27.371Z[ recovery-image] Feb 28 10:59:25.297 INFO O| Feb 28 10:59:25.297 INFO STEP 790 (remove_files) COMPLETE
70622025-02-28T10:59:27.373Z[ recovery-image] Feb 28 10:59:25.297 INFO O| Feb 28 10:59:25.297 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-02-28T10:59:27.391Z[ recovery-image] Feb 28 10:59:25.318 INFO O| Feb 28 10:59:25.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
70642025-02-28T10:59:27.396Z[ recovery-image] Feb 28 10:59:25.318 INFO O| Feb 28 10:59:25.318 INFO STEP 791 (remove_files) COMPLETE
70652025-02-28T10:59:27.396Z[ recovery-image] Feb 28 10:59:25.318 INFO O| Feb 28 10:59:25.318 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-02-28T10:59:27.412Z[ recovery-image] Feb 28 10:59:25.338 INFO O| Feb 28 10:59:25.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
70672025-02-28T10:59:27.412Z[ recovery-image] Feb 28 10:59:25.338 INFO O| Feb 28 10:59:25.338 INFO STEP 792 (remove_files) COMPLETE
70682025-02-28T10:59:27.414Z[ recovery-image] Feb 28 10:59:25.338 INFO O| Feb 28 10:59:25.338 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-02-28T10:59:27.432Z[ recovery-image] Feb 28 10:59:25.358 INFO O| Feb 28 10:59:25.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
70702025-02-28T10:59:27.432Z[ recovery-image] Feb 28 10:59:25.358 INFO O| Feb 28 10:59:25.358 INFO STEP 793 (remove_files) COMPLETE
70712025-02-28T10:59:27.435Z[ recovery-image] Feb 28 10:59:25.358 INFO O| Feb 28 10:59:25.358 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-02-28T10:59:27.502Z[ recovery-image] Feb 28 10:59:25.428 INFO O| Feb 28 10:59:25.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70732025-02-28T10:59:27.502Z[ recovery-image] Feb 28 10:59:25.428 INFO O| Feb 28 10:59:25.428 INFO STEP 794 (remove_files) COMPLETE
70742025-02-28T10:59:27.505Z[ recovery-image] Feb 28 10:59:25.428 INFO O| Feb 28 10:59:25.428 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-02-28T10:59:27.525Z[ recovery-image] Feb 28 10:59:25.451 INFO O| Feb 28 10:59:25.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
70762025-02-28T10:59:27.525Z[ recovery-image] Feb 28 10:59:25.451 INFO O| Feb 28 10:59:25.451 INFO STEP 795 (remove_files) COMPLETE
70772025-02-28T10:59:27.525Z[ recovery-image] Feb 28 10:59:25.451 INFO O| Feb 28 10:59:25.451 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-02-28T10:59:27.580Z[ recovery-image] Feb 28 10:59:25.490 INFO O| Feb 28 10:59:25.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
70792025-02-28T10:59:27.580Z[ recovery-image] Feb 28 10:59:25.490 INFO O| Feb 28 10:59:25.490 INFO STEP 796 (remove_files) COMPLETE
70802025-02-28T10:59:27.580Z[ recovery-image] Feb 28 10:59:25.490 INFO O| Feb 28 10:59:25.490 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-02-28T10:59:27.584Z[ recovery-image] Feb 28 10:59:25.507 INFO O| Feb 28 10:59:25.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
70822025-02-28T10:59:27.584Z[ recovery-image] Feb 28 10:59:25.507 INFO O| Feb 28 10:59:25.507 INFO STEP 797 (remove_files) COMPLETE
70832025-02-28T10:59:27.584Z[ recovery-image] Feb 28 10:59:25.507 INFO O| Feb 28 10:59:25.507 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-02-28T10:59:27.619Z[ recovery-image] Feb 28 10:59:25.545 INFO O| Feb 28 10:59:25.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
70852025-02-28T10:59:27.622Z[ recovery-image] Feb 28 10:59:25.545 INFO O| Feb 28 10:59:25.545 INFO STEP 798 (remove_files) COMPLETE
70862025-02-28T10:59:27.622Z[ recovery-image] Feb 28 10:59:25.545 INFO O| Feb 28 10:59:25.545 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-02-28T10:59:27.640Z[ recovery-image] Feb 28 10:59:25.566 INFO O| Feb 28 10:59:25.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
70882025-02-28T10:59:27.643Z[ recovery-image] Feb 28 10:59:25.566 INFO O| Feb 28 10:59:25.566 INFO STEP 799 (remove_files) COMPLETE
70892025-02-28T10:59:27.643Z[ recovery-image] Feb 28 10:59:25.566 INFO O| Feb 28 10:59:25.566 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902025-02-28T10:59:27.718Z[ recovery-image] Feb 28 10:59:25.644 INFO O| Feb 28 10:59:25.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
70912025-02-28T10:59:27.721Z[ recovery-image] Feb 28 10:59:25.644 INFO O| Feb 28 10:59:25.644 INFO STEP 800 (remove_files) COMPLETE
70922025-02-28T10:59:27.721Z[ recovery-image] Feb 28 10:59:25.644 INFO O| Feb 28 10:59:25.644 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932025-02-28T10:59:27.740Z[ recovery-image] Feb 28 10:59:25.666 INFO O| Feb 28 10:59:25.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
70942025-02-28T10:59:27.743Z[ recovery-image] Feb 28 10:59:25.666 INFO O| Feb 28 10:59:25.666 INFO STEP 801 (remove_files) COMPLETE
70952025-02-28T10:59:27.743Z[ recovery-image] Feb 28 10:59:25.666 INFO O| Feb 28 10:59:25.666 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962025-02-28T10:59:27.760Z[ recovery-image] Feb 28 10:59:25.686 INFO O| Feb 28 10:59:25.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
70972025-02-28T10:59:27.763Z[ recovery-image] Feb 28 10:59:25.686 INFO O| Feb 28 10:59:25.686 INFO STEP 802 (remove_files) COMPLETE
70982025-02-28T10:59:27.763Z[ recovery-image] Feb 28 10:59:25.686 INFO O| Feb 28 10:59:25.686 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992025-02-28T10:59:27.780Z[ recovery-image] Feb 28 10:59:25.706 INFO O| Feb 28 10:59:25.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
71002025-02-28T10:59:27.783Z[ recovery-image] Feb 28 10:59:25.706 INFO O| Feb 28 10:59:25.706 INFO STEP 803 (remove_files) COMPLETE
71012025-02-28T10:59:27.783Z[ recovery-image] Feb 28 10:59:25.706 INFO O| Feb 28 10:59:25.706 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022025-02-28T10:59:27.800Z[ recovery-image] Feb 28 10:59:25.726 INFO O| Feb 28 10:59:25.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
71032025-02-28T10:59:27.803Z[ recovery-image] Feb 28 10:59:25.726 INFO O| Feb 28 10:59:25.726 INFO STEP 804 (remove_files) COMPLETE
71042025-02-28T10:59:27.803Z[ recovery-image] Feb 28 10:59:25.726 INFO O| Feb 28 10:59:25.726 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052025-02-28T10:59:27.822Z[ recovery-image] Feb 28 10:59:25.748 INFO O| Feb 28 10:59:25.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
71062025-02-28T10:59:27.825Z[ recovery-image] Feb 28 10:59:25.748 INFO O| Feb 28 10:59:25.748 INFO STEP 805 (remove_files) COMPLETE
71072025-02-28T10:59:27.825Z[ recovery-image] Feb 28 10:59:25.748 INFO O| Feb 28 10:59:25.748 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082025-02-28T10:59:27.841Z[ recovery-image] Feb 28 10:59:25.767 INFO O| Feb 28 10:59:25.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
71092025-02-28T10:59:27.841Z[ recovery-image] Feb 28 10:59:25.767 INFO O| Feb 28 10:59:25.767 INFO STEP 806 (remove_files) COMPLETE
71102025-02-28T10:59:27.844Z[ recovery-image] Feb 28 10:59:25.767 INFO O| Feb 28 10:59:25.767 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112025-02-28T10:59:27.865Z[ recovery-image] Feb 28 10:59:25.790 INFO O| Feb 28 10:59:25.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
71122025-02-28T10:59:27.868Z[ recovery-image] Feb 28 10:59:25.791 INFO O| Feb 28 10:59:25.791 INFO STEP 807 (remove_files) COMPLETE
71132025-02-28T10:59:27.868Z[ recovery-image] Feb 28 10:59:25.791 INFO O| Feb 28 10:59:25.791 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142025-02-28T10:59:27.884Z[ recovery-image] Feb 28 10:59:25.810 INFO O| Feb 28 10:59:25.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
71152025-02-28T10:59:27.887Z[ recovery-image] Feb 28 10:59:25.810 INFO O| Feb 28 10:59:25.810 INFO STEP 808 (remove_files) COMPLETE
71162025-02-28T10:59:27.887Z[ recovery-image] Feb 28 10:59:25.810 INFO O| Feb 28 10:59:25.810 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172025-02-28T10:59:27.920Z[ recovery-image] Feb 28 10:59:25.845 INFO O| Feb 28 10:59:25.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
71182025-02-28T10:59:27.920Z[ recovery-image] Feb 28 10:59:25.846 INFO O| Feb 28 10:59:25.845 INFO STEP 809 (remove_files) COMPLETE
71192025-02-28T10:59:27.922Z[ recovery-image] Feb 28 10:59:25.846 INFO O| Feb 28 10:59:25.845 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202025-02-28T10:59:27.946Z[ recovery-image] Feb 28 10:59:25.866 INFO O| Feb 28 10:59:25.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
71212025-02-28T10:59:27.949Z[ recovery-image] Feb 28 10:59:25.866 INFO O| Feb 28 10:59:25.866 INFO STEP 810 (remove_files) COMPLETE
71222025-02-28T10:59:27.949Z[ recovery-image] Feb 28 10:59:25.866 INFO O| Feb 28 10:59:25.866 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232025-02-28T10:59:27.974Z[ recovery-image] Feb 28 10:59:25.899 INFO O| Feb 28 10:59:25.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
71242025-02-28T10:59:27.974Z[ recovery-image] Feb 28 10:59:25.899 INFO O| Feb 28 10:59:25.899 INFO STEP 811 (remove_files) COMPLETE
71252025-02-28T10:59:27.974Z[ recovery-image] Feb 28 10:59:25.899 INFO O| Feb 28 10:59:25.899 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262025-02-28T10:59:28.011Z[ recovery-image] Feb 28 10:59:25.937 INFO O| Feb 28 10:59:25.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
71272025-02-28T10:59:28.011Z[ recovery-image] Feb 28 10:59:25.937 INFO O| Feb 28 10:59:25.937 INFO STEP 812 (remove_files) COMPLETE
71282025-02-28T10:59:28.011Z[ recovery-image] Feb 28 10:59:25.937 INFO O| Feb 28 10:59:25.937 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292025-02-28T10:59:28.068Z[ recovery-image] Feb 28 10:59:25.993 INFO O| Feb 28 10:59:25.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
71302025-02-28T10:59:28.072Z[ recovery-image] Feb 28 10:59:25.994 INFO O| Feb 28 10:59:25.993 INFO STEP 813 (remove_files) COMPLETE
71312025-02-28T10:59:28.072Z[ recovery-image] Feb 28 10:59:25.994 INFO O| Feb 28 10:59:25.994 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322025-02-28T10:59:28.105Z[ recovery-image] Feb 28 10:59:26.029 INFO O| Feb 28 10:59:26.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
71332025-02-28T10:59:28.105Z[ recovery-image] Feb 28 10:59:26.030 INFO O| Feb 28 10:59:26.030 INFO STEP 814 (remove_files) COMPLETE
71342025-02-28T10:59:28.105Z[ recovery-image] Feb 28 10:59:26.030 INFO O| Feb 28 10:59:26.030 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352025-02-28T10:59:28.124Z[ recovery-image] Feb 28 10:59:26.050 INFO O| Feb 28 10:59:26.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
71362025-02-28T10:59:28.148Z[ recovery-image] Feb 28 10:59:26.073 INFO O| Feb 28 10:59:26.073 INFO STEP 815 (remove_files) COMPLETE
71372025-02-28T10:59:28.148Z[ recovery-image] Feb 28 10:59:26.073 INFO O| Feb 28 10:59:26.073 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382025-02-28T10:59:28.183Z[ recovery-image] Feb 28 10:59:26.109 INFO O| Feb 28 10:59:26.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
71392025-02-28T10:59:28.183Z[ recovery-image] Feb 28 10:59:26.109 INFO O| Feb 28 10:59:26.109 INFO STEP 816 (remove_files) COMPLETE
71402025-02-28T10:59:28.183Z[ recovery-image] Feb 28 10:59:26.109 INFO O| Feb 28 10:59:26.109 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412025-02-28T10:59:28.228Z[ recovery-image] Feb 28 10:59:26.154 INFO O| Feb 28 10:59:26.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
71422025-02-28T10:59:28.228Z[ recovery-image] Feb 28 10:59:26.154 INFO O| Feb 28 10:59:26.154 INFO STEP 817 (remove_files) COMPLETE
71432025-02-28T10:59:28.228Z[ recovery-image] Feb 28 10:59:26.154 INFO O| Feb 28 10:59:26.154 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442025-02-28T10:59:28.246Z[ recovery-image] Feb 28 10:59:26.171 INFO O| Feb 28 10:59:26.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
71452025-02-28T10:59:28.246Z[ recovery-image] Feb 28 10:59:26.172 INFO O| Feb 28 10:59:26.172 INFO STEP 818 (remove_files) COMPLETE
71462025-02-28T10:59:28.249Z[ recovery-image] Feb 28 10:59:26.172 INFO O| Feb 28 10:59:26.172 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472025-02-28T10:59:28.286Z[ recovery-image] Feb 28 10:59:26.211 INFO O| Feb 28 10:59:26.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
71482025-02-28T10:59:28.311Z[ recovery-image] Feb 28 10:59:26.237 INFO O| Feb 28 10:59:26.237 INFO STEP 819 (remove_files) COMPLETE
71492025-02-28T10:59:28.311Z[ recovery-image] Feb 28 10:59:26.237 INFO O| Feb 28 10:59:26.237 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502025-02-28T10:59:28.344Z[ recovery-image] Feb 28 10:59:26.269 INFO O| Feb 28 10:59:26.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
71512025-02-28T10:59:28.346Z[ recovery-image] Feb 28 10:59:26.269 INFO O| Feb 28 10:59:26.269 INFO STEP 820 (remove_files) COMPLETE
71522025-02-28T10:59:28.347Z[ recovery-image] Feb 28 10:59:26.269 INFO O| Feb 28 10:59:26.269 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532025-02-28T10:59:28.365Z[ recovery-image] Feb 28 10:59:26.290 INFO O| Feb 28 10:59:26.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
71542025-02-28T10:59:28.389Z[ recovery-image] Feb 28 10:59:26.290 INFO O| Feb 28 10:59:26.290 INFO STEP 821 (remove_files) COMPLETE
71552025-02-28T10:59:28.389Z[ recovery-image] Feb 28 10:59:26.290 INFO O| Feb 28 10:59:26.290 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562025-02-28T10:59:28.397Z[ recovery-image] Feb 28 10:59:26.323 INFO O| Feb 28 10:59:26.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
71572025-02-28T10:59:28.397Z[ recovery-image] Feb 28 10:59:26.323 INFO O| Feb 28 10:59:26.323 INFO STEP 822 (remove_files) COMPLETE
71582025-02-28T10:59:28.401Z[ recovery-image] Feb 28 10:59:26.323 INFO O| Feb 28 10:59:26.323 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592025-02-28T10:59:28.416Z[ recovery-image] Feb 28 10:59:26.342 INFO O| Feb 28 10:59:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71602025-02-28T10:59:28.419Z[ recovery-image] Feb 28 10:59:26.342 INFO O| Feb 28 10:59:26.342 INFO STEP 823 (remove_files) COMPLETE
71612025-02-28T10:59:28.419Z[ recovery-image] Feb 28 10:59:26.342 INFO O| Feb 28 10:59:26.342 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-02-28T10:59:28.435Z[ recovery-image] Feb 28 10:59:26.360 INFO O| Feb 28 10:59:26.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
71632025-02-28T10:59:28.435Z[ recovery-image] Feb 28 10:59:26.360 INFO O| Feb 28 10:59:26.360 INFO STEP 824 (remove_files) COMPLETE
71642025-02-28T10:59:28.435Z[ recovery-image] Feb 28 10:59:26.360 INFO O| Feb 28 10:59:26.360 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652025-02-28T10:59:28.455Z[ recovery-image] Feb 28 10:59:26.381 INFO O| Feb 28 10:59:26.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71662025-02-28T10:59:28.455Z[ recovery-image] Feb 28 10:59:26.381 INFO O| Feb 28 10:59:26.381 INFO STEP 825 (remove_files) COMPLETE
71672025-02-28T10:59:28.455Z[ recovery-image] Feb 28 10:59:26.381 INFO O| Feb 28 10:59:26.381 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682025-02-28T10:59:28.475Z[ recovery-image] Feb 28 10:59:26.400 INFO O| Feb 28 10:59:26.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
71692025-02-28T10:59:28.475Z[ recovery-image] Feb 28 10:59:26.400 INFO O| Feb 28 10:59:26.400 INFO STEP 826 (remove_files) COMPLETE
71702025-02-28T10:59:28.477Z[ recovery-image] Feb 28 10:59:26.400 INFO O| Feb 28 10:59:26.400 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712025-02-28T10:59:28.514Z[ recovery-image] Feb 28 10:59:26.439 INFO O| Feb 28 10:59:26.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71722025-02-28T10:59:28.517Z[ recovery-image] Feb 28 10:59:26.439 INFO O| Feb 28 10:59:26.439 INFO STEP 827 (remove_files) COMPLETE
71732025-02-28T10:59:28.517Z[ recovery-image] Feb 28 10:59:26.439 INFO O| Feb 28 10:59:26.439 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742025-02-28T10:59:28.532Z[ recovery-image] Feb 28 10:59:26.458 INFO O| Feb 28 10:59:26.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
71752025-02-28T10:59:28.535Z[ recovery-image] Feb 28 10:59:26.458 INFO O| Feb 28 10:59:26.458 INFO STEP 828 (remove_files) COMPLETE
71762025-02-28T10:59:28.535Z[ recovery-image] Feb 28 10:59:26.458 INFO O| Feb 28 10:59:26.458 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772025-02-28T10:59:28.551Z[ recovery-image] Feb 28 10:59:26.476 INFO O| Feb 28 10:59:26.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
71782025-02-28T10:59:28.553Z[ recovery-image] Feb 28 10:59:26.477 INFO O| Feb 28 10:59:26.477 INFO STEP 829 (remove_files) COMPLETE
71792025-02-28T10:59:28.553Z[ recovery-image] Feb 28 10:59:26.477 INFO O| Feb 28 10:59:26.477 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802025-02-28T10:59:28.571Z[ recovery-image] Feb 28 10:59:26.496 INFO O| Feb 28 10:59:26.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
71812025-02-28T10:59:28.573Z[ recovery-image] Feb 28 10:59:26.497 INFO O| Feb 28 10:59:26.496 INFO STEP 830 (remove_files) COMPLETE
71822025-02-28T10:59:28.573Z[ recovery-image] Feb 28 10:59:26.497 INFO O| Feb 28 10:59:26.496 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832025-02-28T10:59:28.591Z[ recovery-image] Feb 28 10:59:26.516 INFO O| Feb 28 10:59:26.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
71842025-02-28T10:59:28.591Z[ recovery-image] Feb 28 10:59:26.516 INFO O| Feb 28 10:59:26.516 INFO STEP 831 (remove_files) COMPLETE
71852025-02-28T10:59:28.593Z[ recovery-image] Feb 28 10:59:26.516 INFO O| Feb 28 10:59:26.516 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862025-02-28T10:59:28.615Z[ recovery-image] Feb 28 10:59:26.541 INFO O| Feb 28 10:59:26.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
71872025-02-28T10:59:28.618Z[ recovery-image] Feb 28 10:59:26.541 INFO O| Feb 28 10:59:26.541 INFO STEP 832 (remove_files) COMPLETE
71882025-02-28T10:59:28.618Z[ recovery-image] Feb 28 10:59:26.541 INFO O| Feb 28 10:59:26.541 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892025-02-28T10:59:28.637Z[ recovery-image] Feb 28 10:59:26.562 INFO O| Feb 28 10:59:26.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
71902025-02-28T10:59:28.640Z[ recovery-image] Feb 28 10:59:26.563 INFO O| Feb 28 10:59:26.563 INFO STEP 833 (remove_files) COMPLETE
71912025-02-28T10:59:28.640Z[ recovery-image] Feb 28 10:59:26.563 INFO O| Feb 28 10:59:26.563 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922025-02-28T10:59:28.693Z[ recovery-image] Feb 28 10:59:26.619 INFO O| Feb 28 10:59:26.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
71932025-02-28T10:59:28.696Z[ recovery-image] Feb 28 10:59:26.619 INFO O| Feb 28 10:59:26.619 INFO STEP 834 (remove_files) COMPLETE
71942025-02-28T10:59:28.696Z[ recovery-image] Feb 28 10:59:26.619 INFO O| Feb 28 10:59:26.619 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952025-02-28T10:59:28.721Z[ recovery-image] Feb 28 10:59:26.646 INFO O| Feb 28 10:59:26.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
71962025-02-28T10:59:28.721Z[ recovery-image] Feb 28 10:59:26.646 INFO O| Feb 28 10:59:26.646 INFO STEP 835 (remove_files) COMPLETE
71972025-02-28T10:59:28.723Z[ recovery-image] Feb 28 10:59:26.646 INFO O| Feb 28 10:59:26.646 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982025-02-28T10:59:28.779Z[ recovery-image] Feb 28 10:59:26.705 INFO O| Feb 28 10:59:26.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
71992025-02-28T10:59:28.779Z[ recovery-image] Feb 28 10:59:26.705 INFO O| Feb 28 10:59:26.705 INFO STEP 836 (remove_files) COMPLETE
72002025-02-28T10:59:28.782Z[ recovery-image] Feb 28 10:59:26.705 INFO O| Feb 28 10:59:26.705 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012025-02-28T10:59:28.815Z[ recovery-image] Feb 28 10:59:26.740 INFO O| Feb 28 10:59:26.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
72022025-02-28T10:59:28.815Z[ recovery-image] Feb 28 10:59:26.740 INFO O| Feb 28 10:59:26.740 INFO STEP 837 (remove_files) COMPLETE
72032025-02-28T10:59:28.815Z[ recovery-image] Feb 28 10:59:26.740 INFO O| Feb 28 10:59:26.740 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042025-02-28T10:59:28.863Z[ recovery-image] Feb 28 10:59:26.788 INFO O| Feb 28 10:59:26.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72052025-02-28T10:59:28.866Z[ recovery-image] Feb 28 10:59:26.789 INFO O| Feb 28 10:59:26.789 INFO STEP 838 (remove_files) COMPLETE
72062025-02-28T10:59:28.866Z[ recovery-image] Feb 28 10:59:26.789 INFO O| Feb 28 10:59:26.789 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072025-02-28T10:59:28.884Z[ recovery-image] Feb 28 10:59:26.810 INFO O| Feb 28 10:59:26.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72082025-02-28T10:59:28.884Z[ recovery-image] Feb 28 10:59:26.810 INFO O| Feb 28 10:59:26.810 INFO STEP 839 (remove_files) COMPLETE
72092025-02-28T10:59:28.887Z[ recovery-image] Feb 28 10:59:26.810 INFO O| Feb 28 10:59:26.810 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102025-02-28T10:59:28.904Z[ recovery-image] Feb 28 10:59:26.829 INFO O| Feb 28 10:59:26.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72112025-02-28T10:59:28.907Z[ recovery-image] Feb 28 10:59:26.830 INFO O| Feb 28 10:59:26.830 INFO STEP 840 (remove_files) COMPLETE
72122025-02-28T10:59:28.907Z[ recovery-image] Feb 28 10:59:26.830 INFO O| Feb 28 10:59:26.830 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-02-28T10:59:28.924Z[ recovery-image] Feb 28 10:59:26.849 INFO O| Feb 28 10:59:26.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72142025-02-28T10:59:28.924Z[ recovery-image] Feb 28 10:59:26.849 INFO O| Feb 28 10:59:26.849 INFO STEP 841 (remove_files) COMPLETE
72152025-02-28T10:59:28.927Z[ recovery-image] Feb 28 10:59:26.849 INFO O| Feb 28 10:59:26.849 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-02-28T10:59:28.984Z[ recovery-image] Feb 28 10:59:26.909 INFO O| Feb 28 10:59:26.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72172025-02-28T10:59:29.006Z[ recovery-image] Feb 28 10:59:26.932 INFO O| Feb 28 10:59:26.932 INFO STEP 842 (remove_files) COMPLETE
72182025-02-28T10:59:29.007Z[ recovery-image] Feb 28 10:59:26.932 INFO O| Feb 28 10:59:26.932 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-02-28T10:59:29.027Z[ recovery-image] Feb 28 10:59:26.953 INFO O| Feb 28 10:59:26.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
72202025-02-28T10:59:29.027Z[ recovery-image] Feb 28 10:59:26.953 INFO O| Feb 28 10:59:26.953 INFO STEP 843 (remove_files) COMPLETE
72212025-02-28T10:59:29.027Z[ recovery-image] Feb 28 10:59:26.953 INFO O| Feb 28 10:59:26.953 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-02-28T10:59:29.048Z[ recovery-image] Feb 28 10:59:26.972 INFO O| Feb 28 10:59:26.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
72232025-02-28T10:59:29.048Z[ recovery-image] Feb 28 10:59:26.972 INFO O| Feb 28 10:59:26.972 INFO STEP 844 (remove_files) COMPLETE
72242025-02-28T10:59:29.048Z[ recovery-image] Feb 28 10:59:26.972 INFO O| Feb 28 10:59:26.972 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-02-28T10:59:29.082Z[ recovery-image] Feb 28 10:59:27.006 INFO O| Feb 28 10:59:27.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
72262025-02-28T10:59:29.082Z[ recovery-image] Feb 28 10:59:27.006 INFO O| Feb 28 10:59:27.006 INFO STEP 845 (remove_files) COMPLETE
72272025-02-28T10:59:29.082Z[ recovery-image] Feb 28 10:59:27.006 INFO O| Feb 28 10:59:27.006 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-02-28T10:59:29.112Z[ recovery-image] Feb 28 10:59:27.037 INFO O| Feb 28 10:59:27.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
72292025-02-28T10:59:29.115Z[ recovery-image] Feb 28 10:59:27.037 INFO O| Feb 28 10:59:27.037 INFO STEP 846 (remove_files) COMPLETE
72302025-02-28T10:59:29.115Z[ recovery-image] Feb 28 10:59:27.037 INFO O| Feb 28 10:59:27.037 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-02-28T10:59:29.132Z[ recovery-image] Feb 28 10:59:27.057 INFO O| Feb 28 10:59:27.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
72322025-02-28T10:59:29.135Z[ recovery-image] Feb 28 10:59:27.058 INFO O| Feb 28 10:59:27.057 INFO STEP 847 (remove_files) COMPLETE
72332025-02-28T10:59:29.135Z[ recovery-image] Feb 28 10:59:27.058 INFO O| Feb 28 10:59:27.057 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-02-28T10:59:29.151Z[ recovery-image] Feb 28 10:59:27.076 INFO O| Feb 28 10:59:27.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
72352025-02-28T10:59:29.153Z[ recovery-image] Feb 28 10:59:27.076 INFO O| Feb 28 10:59:27.076 INFO STEP 848 (remove_files) COMPLETE
72362025-02-28T10:59:29.153Z[ recovery-image] Feb 28 10:59:27.076 INFO O| Feb 28 10:59:27.076 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-02-28T10:59:29.184Z[ recovery-image] Feb 28 10:59:27.109 INFO O| Feb 28 10:59:27.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72382025-02-28T10:59:29.187Z[ recovery-image] Feb 28 10:59:27.110 INFO O| Feb 28 10:59:27.110 INFO STEP 849 (remove_files) COMPLETE
72392025-02-28T10:59:29.187Z[ recovery-image] Feb 28 10:59:27.110 INFO O| Feb 28 10:59:27.110 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-02-28T10:59:29.204Z[ recovery-image] Feb 28 10:59:27.129 INFO O| Feb 28 10:59:27.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
72412025-02-28T10:59:29.204Z[ recovery-image] Feb 28 10:59:27.129 INFO O| Feb 28 10:59:27.129 INFO STEP 850 (remove_files) COMPLETE
72422025-02-28T10:59:29.204Z[ recovery-image] Feb 28 10:59:27.129 INFO O| Feb 28 10:59:27.129 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-02-28T10:59:29.223Z[ recovery-image] Feb 28 10:59:27.148 INFO O| Feb 28 10:59:27.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72442025-02-28T10:59:29.223Z[ recovery-image] Feb 28 10:59:27.148 INFO O| Feb 28 10:59:27.148 INFO STEP 851 (remove_files) COMPLETE
72452025-02-28T10:59:29.223Z[ recovery-image] Feb 28 10:59:27.148 INFO O| Feb 28 10:59:27.148 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-02-28T10:59:29.243Z[ recovery-image] Feb 28 10:59:27.166 INFO O| Feb 28 10:59:27.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
72472025-02-28T10:59:29.257Z[ recovery-image] Feb 28 10:59:27.182 INFO O| Feb 28 10:59:27.182 INFO STEP 852 (remove_files) COMPLETE
72482025-02-28T10:59:29.257Z[ recovery-image] Feb 28 10:59:27.182 INFO O| Feb 28 10:59:27.182 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-02-28T10:59:29.283Z[ recovery-image] Feb 28 10:59:27.208 INFO O| Feb 28 10:59:27.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
72502025-02-28T10:59:29.303Z[ recovery-image] Feb 28 10:59:27.228 INFO O| Feb 28 10:59:27.228 INFO STEP 853 (remove_files) COMPLETE
72512025-02-28T10:59:29.303Z[ recovery-image] Feb 28 10:59:27.228 INFO O| Feb 28 10:59:27.228 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-02-28T10:59:29.324Z[ recovery-image] Feb 28 10:59:27.249 INFO O| Feb 28 10:59:27.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
72532025-02-28T10:59:29.326Z[ recovery-image] Feb 28 10:59:27.249 INFO O| Feb 28 10:59:27.249 INFO STEP 854 (remove_files) COMPLETE
72542025-02-28T10:59:29.326Z[ recovery-image] Feb 28 10:59:27.249 INFO O| Feb 28 10:59:27.249 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-02-28T10:59:29.343Z[ recovery-image] Feb 28 10:59:27.268 INFO O| Feb 28 10:59:27.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72562025-02-28T10:59:29.346Z[ recovery-image] Feb 28 10:59:27.269 INFO O| Feb 28 10:59:27.268 INFO STEP 855 (remove_files) COMPLETE
72572025-02-28T10:59:29.346Z[ recovery-image] Feb 28 10:59:27.269 INFO O| Feb 28 10:59:27.269 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-02-28T10:59:29.372Z[ recovery-image] Feb 28 10:59:27.297 INFO O| Feb 28 10:59:27.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72592025-02-28T10:59:29.372Z[ recovery-image] Feb 28 10:59:27.297 INFO O| Feb 28 10:59:27.297 INFO STEP 856 (remove_files) COMPLETE
72602025-02-28T10:59:29.372Z[ recovery-image] Feb 28 10:59:27.297 INFO O| Feb 28 10:59:27.297 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-02-28T10:59:29.390Z[ recovery-image] Feb 28 10:59:27.316 INFO O| Feb 28 10:59:27.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72622025-02-28T10:59:29.390Z[ recovery-image] Feb 28 10:59:27.316 INFO O| Feb 28 10:59:27.316 INFO STEP 857 (remove_files) COMPLETE
72632025-02-28T10:59:29.390Z[ recovery-image] Feb 28 10:59:27.316 INFO O| Feb 28 10:59:27.316 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-02-28T10:59:29.424Z[ recovery-image] Feb 28 10:59:27.349 INFO O| Feb 28 10:59:27.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
72652025-02-28T10:59:29.424Z[ recovery-image] Feb 28 10:59:27.349 INFO O| Feb 28 10:59:27.349 INFO STEP 858 (remove_files) COMPLETE
72662025-02-28T10:59:29.427Z[ recovery-image] Feb 28 10:59:27.349 INFO O| Feb 28 10:59:27.349 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-02-28T10:59:29.445Z[ recovery-image] Feb 28 10:59:27.370 INFO O| Feb 28 10:59:27.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72682025-02-28T10:59:29.445Z[ recovery-image] Feb 28 10:59:27.370 INFO O| Feb 28 10:59:27.370 INFO STEP 859 (remove_files) COMPLETE
72692025-02-28T10:59:29.445Z[ recovery-image] Feb 28 10:59:27.370 INFO O| Feb 28 10:59:27.370 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-02-28T10:59:29.465Z[ recovery-image] Feb 28 10:59:27.390 INFO O| Feb 28 10:59:27.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
72712025-02-28T10:59:29.465Z[ recovery-image] Feb 28 10:59:27.390 INFO O| Feb 28 10:59:27.390 INFO STEP 860 (remove_files) COMPLETE
72722025-02-28T10:59:29.465Z[ recovery-image] Feb 28 10:59:27.391 INFO O| Feb 28 10:59:27.390 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-02-28T10:59:29.484Z[ recovery-image] Feb 28 10:59:27.409 INFO O| Feb 28 10:59:27.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
72742025-02-28T10:59:29.484Z[ recovery-image] Feb 28 10:59:27.409 INFO O| Feb 28 10:59:27.409 INFO STEP 861 (remove_files) COMPLETE
72752025-02-28T10:59:29.484Z[ recovery-image] Feb 28 10:59:27.409 INFO O| Feb 28 10:59:27.409 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-02-28T10:59:29.504Z[ recovery-image] Feb 28 10:59:27.428 INFO O| Feb 28 10:59:27.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
72772025-02-28T10:59:29.504Z[ recovery-image] Feb 28 10:59:27.428 INFO O| Feb 28 10:59:27.428 INFO STEP 862 (remove_files) COMPLETE
72782025-02-28T10:59:29.504Z[ recovery-image] Feb 28 10:59:27.428 INFO O| Feb 28 10:59:27.428 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-02-28T10:59:29.522Z[ recovery-image] Feb 28 10:59:27.447 INFO O| Feb 28 10:59:27.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
72802025-02-28T10:59:29.522Z[ recovery-image] Feb 28 10:59:27.447 INFO O| Feb 28 10:59:27.447 INFO STEP 863 (remove_files) COMPLETE
72812025-02-28T10:59:29.522Z[ recovery-image] Feb 28 10:59:27.447 INFO O| Feb 28 10:59:27.447 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-02-28T10:59:29.542Z[ recovery-image] Feb 28 10:59:27.466 INFO O| Feb 28 10:59:27.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
72832025-02-28T10:59:29.542Z[ recovery-image] Feb 28 10:59:27.466 INFO O| Feb 28 10:59:27.466 INFO STEP 864 (remove_files) COMPLETE
72842025-02-28T10:59:29.542Z[ recovery-image] Feb 28 10:59:27.466 INFO O| Feb 28 10:59:27.466 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-02-28T10:59:29.559Z[ recovery-image] Feb 28 10:59:27.484 INFO O| Feb 28 10:59:27.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72862025-02-28T10:59:29.564Z[ recovery-image] Feb 28 10:59:27.485 INFO O| Feb 28 10:59:27.484 INFO STEP 865 (remove_files) COMPLETE
72872025-02-28T10:59:29.564Z[ recovery-image] Feb 28 10:59:27.485 INFO O| Feb 28 10:59:27.484 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-02-28T10:59:29.586Z[ recovery-image] Feb 28 10:59:27.510 INFO O| Feb 28 10:59:27.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72892025-02-28T10:59:29.586Z[ recovery-image] Feb 28 10:59:27.510 INFO O| Feb 28 10:59:27.510 INFO STEP 866 (remove_files) COMPLETE
72902025-02-28T10:59:29.589Z[ recovery-image] Feb 28 10:59:27.510 INFO O| Feb 28 10:59:27.510 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-02-28T10:59:29.607Z[ recovery-image] Feb 28 10:59:27.530 INFO O| Feb 28 10:59:27.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72922025-02-28T10:59:29.607Z[ recovery-image] Feb 28 10:59:27.531 INFO O| Feb 28 10:59:27.531 INFO STEP 867 (remove_files) COMPLETE
72932025-02-28T10:59:29.612Z[ recovery-image] Feb 28 10:59:27.531 INFO O| Feb 28 10:59:27.531 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-02-28T10:59:29.668Z[ recovery-image] Feb 28 10:59:27.593 INFO O| Feb 28 10:59:27.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72952025-02-28T10:59:29.668Z[ recovery-image] Feb 28 10:59:27.593 INFO O| Feb 28 10:59:27.593 INFO STEP 868 (remove_files) COMPLETE
72962025-02-28T10:59:29.671Z[ recovery-image] Feb 28 10:59:27.593 INFO O| Feb 28 10:59:27.593 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-02-28T10:59:29.700Z[ recovery-image] Feb 28 10:59:27.625 INFO O| Feb 28 10:59:27.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72982025-02-28T10:59:29.703Z[ recovery-image] Feb 28 10:59:27.626 INFO O| Feb 28 10:59:27.625 INFO STEP 869 (remove_files) COMPLETE
72992025-02-28T10:59:29.703Z[ recovery-image] Feb 28 10:59:27.626 INFO O| Feb 28 10:59:27.626 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-02-28T10:59:29.722Z[ recovery-image] Feb 28 10:59:27.647 INFO O| Feb 28 10:59:27.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73012025-02-28T10:59:29.724Z[ recovery-image] Feb 28 10:59:27.647 INFO O| Feb 28 10:59:27.647 INFO STEP 870 (remove_files) COMPLETE
73022025-02-28T10:59:29.724Z[ recovery-image] Feb 28 10:59:27.647 INFO O| Feb 28 10:59:27.647 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-02-28T10:59:29.761Z[ recovery-image] Feb 28 10:59:27.686 INFO O| Feb 28 10:59:27.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73042025-02-28T10:59:29.761Z[ recovery-image] Feb 28 10:59:27.686 INFO O| Feb 28 10:59:27.686 INFO STEP 871 (remove_files) COMPLETE
73052025-02-28T10:59:29.761Z[ recovery-image] Feb 28 10:59:27.686 INFO O| Feb 28 10:59:27.686 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-02-28T10:59:29.781Z[ recovery-image] Feb 28 10:59:27.706 INFO O| Feb 28 10:59:27.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73072025-02-28T10:59:29.781Z[ recovery-image] Feb 28 10:59:27.706 INFO O| Feb 28 10:59:27.706 INFO STEP 872 (remove_files) COMPLETE
73082025-02-28T10:59:29.783Z[ recovery-image] Feb 28 10:59:27.706 INFO O| Feb 28 10:59:27.706 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-02-28T10:59:29.800Z[ recovery-image] Feb 28 10:59:27.725 INFO O| Feb 28 10:59:27.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73102025-02-28T10:59:29.800Z[ recovery-image] Feb 28 10:59:27.725 INFO O| Feb 28 10:59:27.725 INFO STEP 873 (remove_files) COMPLETE
73112025-02-28T10:59:29.800Z[ recovery-image] Feb 28 10:59:27.725 INFO O| Feb 28 10:59:27.725 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-02-28T10:59:29.819Z[ recovery-image] Feb 28 10:59:27.744 INFO O| Feb 28 10:59:27.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73132025-02-28T10:59:29.819Z[ recovery-image] Feb 28 10:59:27.744 INFO O| Feb 28 10:59:27.744 INFO STEP 874 (remove_files) COMPLETE
73142025-02-28T10:59:29.819Z[ recovery-image] Feb 28 10:59:27.744 INFO O| Feb 28 10:59:27.744 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-02-28T10:59:29.876Z[ recovery-image] Feb 28 10:59:27.800 INFO O| Feb 28 10:59:27.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73162025-02-28T10:59:29.876Z[ recovery-image] Feb 28 10:59:27.801 INFO O| Feb 28 10:59:27.801 INFO STEP 875 (remove_files) COMPLETE
73172025-02-28T10:59:29.876Z[ recovery-image] Feb 28 10:59:27.801 INFO O| Feb 28 10:59:27.801 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-02-28T10:59:29.894Z[ recovery-image] Feb 28 10:59:27.819 INFO O| Feb 28 10:59:27.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73192025-02-28T10:59:29.894Z[ recovery-image] Feb 28 10:59:27.819 INFO O| Feb 28 10:59:27.819 INFO STEP 876 (remove_files) COMPLETE
73202025-02-28T10:59:29.897Z[ recovery-image] Feb 28 10:59:27.819 INFO O| Feb 28 10:59:27.819 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-02-28T10:59:29.954Z[ recovery-image] Feb 28 10:59:27.878 INFO O| Feb 28 10:59:27.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73222025-02-28T10:59:29.956Z[ recovery-image] Feb 28 10:59:27.879 INFO O| Feb 28 10:59:27.879 INFO STEP 877 (remove_files) COMPLETE
73232025-02-28T10:59:29.956Z[ recovery-image] Feb 28 10:59:27.879 INFO O| Feb 28 10:59:27.879 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-02-28T10:59:29.972Z[ recovery-image] Feb 28 10:59:27.897 INFO O| Feb 28 10:59:27.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73252025-02-28T10:59:29.975Z[ recovery-image] Feb 28 10:59:27.897 INFO O| Feb 28 10:59:27.897 INFO STEP 878 (remove_files) COMPLETE
73262025-02-28T10:59:29.975Z[ recovery-image] Feb 28 10:59:27.897 INFO O| Feb 28 10:59:27.897 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-02-28T10:59:29.991Z[ recovery-image] Feb 28 10:59:27.916 INFO O| Feb 28 10:59:27.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73282025-02-28T10:59:29.994Z[ recovery-image] Feb 28 10:59:27.916 INFO O| Feb 28 10:59:27.916 INFO STEP 879 (remove_files) COMPLETE
73292025-02-28T10:59:29.994Z[ recovery-image] Feb 28 10:59:27.916 INFO O| Feb 28 10:59:27.916 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-02-28T10:59:30.011Z[ recovery-image] Feb 28 10:59:27.936 INFO O| Feb 28 10:59:27.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73312025-02-28T10:59:30.013Z[ recovery-image] Feb 28 10:59:27.936 INFO O| Feb 28 10:59:27.936 INFO STEP 880 (remove_files) COMPLETE
73322025-02-28T10:59:30.013Z[ recovery-image] Feb 28 10:59:27.936 INFO O| Feb 28 10:59:27.936 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-02-28T10:59:30.031Z[ recovery-image] Feb 28 10:59:27.955 INFO O| Feb 28 10:59:27.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73342025-02-28T10:59:30.033Z[ recovery-image] Feb 28 10:59:27.956 INFO O| Feb 28 10:59:27.956 INFO STEP 881 (remove_files) COMPLETE
73352025-02-28T10:59:30.033Z[ recovery-image] Feb 28 10:59:27.956 INFO O| Feb 28 10:59:27.956 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-02-28T10:59:30.051Z[ recovery-image] Feb 28 10:59:27.976 INFO O| Feb 28 10:59:27.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73372025-02-28T10:59:30.051Z[ recovery-image] Feb 28 10:59:27.976 INFO O| Feb 28 10:59:27.976 INFO STEP 882 (remove_files) COMPLETE
73382025-02-28T10:59:30.051Z[ recovery-image] Feb 28 10:59:27.976 INFO O| Feb 28 10:59:27.976 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-02-28T10:59:30.084Z[ recovery-image] Feb 28 10:59:28.009 INFO O| Feb 28 10:59:28.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73402025-02-28T10:59:30.087Z[ recovery-image] Feb 28 10:59:28.009 INFO O| Feb 28 10:59:28.009 INFO STEP 883 (remove_files) COMPLETE
73412025-02-28T10:59:30.087Z[ recovery-image] Feb 28 10:59:28.010 INFO O| Feb 28 10:59:28.009 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-02-28T10:59:30.103Z[ recovery-image] Feb 28 10:59:28.028 INFO O| Feb 28 10:59:28.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73432025-02-28T10:59:30.106Z[ recovery-image] Feb 28 10:59:28.028 INFO O| Feb 28 10:59:28.028 INFO STEP 884 (remove_files) COMPLETE
73442025-02-28T10:59:30.106Z[ recovery-image] Feb 28 10:59:28.028 INFO O| Feb 28 10:59:28.028 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-02-28T10:59:30.120Z[ recovery-image] Feb 28 10:59:28.045 INFO O| Feb 28 10:59:28.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73462025-02-28T10:59:30.124Z[ recovery-image] Feb 28 10:59:28.045 INFO O| Feb 28 10:59:28.045 INFO STEP 885 (remove_files) COMPLETE
73472025-02-28T10:59:30.124Z[ recovery-image] Feb 28 10:59:28.045 INFO O| Feb 28 10:59:28.045 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-02-28T10:59:30.147Z[ recovery-image] Feb 28 10:59:28.072 INFO O| Feb 28 10:59:28.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73492025-02-28T10:59:30.150Z[ recovery-image] Feb 28 10:59:28.072 INFO O| Feb 28 10:59:28.072 INFO STEP 886 (remove_files) COMPLETE
73502025-02-28T10:59:30.150Z[ recovery-image] Feb 28 10:59:28.072 INFO O| Feb 28 10:59:28.072 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-02-28T10:59:30.166Z[ recovery-image] Feb 28 10:59:28.090 INFO O| Feb 28 10:59:28.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73522025-02-28T10:59:30.168Z[ recovery-image] Feb 28 10:59:28.091 INFO O| Feb 28 10:59:28.090 INFO STEP 887 (remove_files) COMPLETE
73532025-02-28T10:59:30.168Z[ recovery-image] Feb 28 10:59:28.091 INFO O| Feb 28 10:59:28.090 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-02-28T10:59:30.201Z[ recovery-image] Feb 28 10:59:28.126 INFO O| Feb 28 10:59:28.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73552025-02-28T10:59:30.201Z[ recovery-image] Feb 28 10:59:28.126 INFO O| Feb 28 10:59:28.126 INFO STEP 888 (remove_files) COMPLETE
73562025-02-28T10:59:30.204Z[ recovery-image] Feb 28 10:59:28.126 INFO O| Feb 28 10:59:28.126 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-02-28T10:59:30.226Z[ recovery-image] Feb 28 10:59:28.150 INFO O| Feb 28 10:59:28.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73582025-02-28T10:59:30.229Z[ recovery-image] Feb 28 10:59:28.151 INFO O| Feb 28 10:59:28.150 INFO STEP 889 (remove_files) COMPLETE
73592025-02-28T10:59:30.229Z[ recovery-image] Feb 28 10:59:28.151 INFO O| Feb 28 10:59:28.151 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-02-28T10:59:30.256Z[ recovery-image] Feb 28 10:59:28.181 INFO O| Feb 28 10:59:28.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73612025-02-28T10:59:30.258Z[ recovery-image] Feb 28 10:59:28.181 INFO O| Feb 28 10:59:28.181 INFO STEP 890 (remove_files) COMPLETE
73622025-02-28T10:59:30.258Z[ recovery-image] Feb 28 10:59:28.181 INFO O| Feb 28 10:59:28.181 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-02-28T10:59:30.277Z[ recovery-image] Feb 28 10:59:28.202 INFO O| Feb 28 10:59:28.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73642025-02-28T10:59:30.277Z[ recovery-image] Feb 28 10:59:28.202 INFO O| Feb 28 10:59:28.202 INFO STEP 891 (remove_files) COMPLETE
73652025-02-28T10:59:30.280Z[ recovery-image] Feb 28 10:59:28.202 INFO O| Feb 28 10:59:28.202 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-02-28T10:59:30.299Z[ recovery-image] Feb 28 10:59:28.223 INFO O| Feb 28 10:59:28.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73672025-02-28T10:59:30.301Z[ recovery-image] Feb 28 10:59:28.224 INFO O| Feb 28 10:59:28.224 INFO STEP 892 (remove_files) COMPLETE
73682025-02-28T10:59:30.301Z[ recovery-image] Feb 28 10:59:28.224 INFO O| Feb 28 10:59:28.224 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-02-28T10:59:30.320Z[ recovery-image] Feb 28 10:59:28.245 INFO O| Feb 28 10:59:28.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73702025-02-28T10:59:30.323Z[ recovery-image] Feb 28 10:59:28.245 INFO O| Feb 28 10:59:28.245 INFO STEP 893 (remove_files) COMPLETE
73712025-02-28T10:59:30.323Z[ recovery-image] Feb 28 10:59:28.245 INFO O| Feb 28 10:59:28.245 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-02-28T10:59:30.346Z[ recovery-image] Feb 28 10:59:28.271 INFO O| Feb 28 10:59:28.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73732025-02-28T10:59:30.346Z[ recovery-image] Feb 28 10:59:28.271 INFO O| Feb 28 10:59:28.271 INFO STEP 894 (remove_files) COMPLETE
73742025-02-28T10:59:30.349Z[ recovery-image] Feb 28 10:59:28.271 INFO O| Feb 28 10:59:28.271 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-02-28T10:59:30.385Z[ recovery-image] Feb 28 10:59:28.310 INFO O| Feb 28 10:59:28.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73762025-02-28T10:59:30.390Z[ recovery-image] Feb 28 10:59:28.310 INFO O| Feb 28 10:59:28.310 INFO STEP 895 (remove_files) COMPLETE
73772025-02-28T10:59:30.390Z[ recovery-image] Feb 28 10:59:28.310 INFO O| Feb 28 10:59:28.310 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-02-28T10:59:30.404Z[ recovery-image] Feb 28 10:59:28.328 INFO O| Feb 28 10:59:28.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
73792025-02-28T10:59:30.404Z[ recovery-image] Feb 28 10:59:28.328 INFO O| Feb 28 10:59:28.328 INFO STEP 896 (remove_files) COMPLETE
73802025-02-28T10:59:30.406Z[ recovery-image] Feb 28 10:59:28.329 INFO O| Feb 28 10:59:28.328 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-02-28T10:59:30.422Z[ recovery-image] Feb 28 10:59:28.346 INFO O| Feb 28 10:59:28.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
73822025-02-28T10:59:30.422Z[ recovery-image] Feb 28 10:59:28.347 INFO O| Feb 28 10:59:28.346 INFO STEP 897 (remove_files) COMPLETE
73832025-02-28T10:59:30.424Z[ recovery-image] Feb 28 10:59:28.347 INFO O| Feb 28 10:59:28.347 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-02-28T10:59:30.440Z[ recovery-image] Feb 28 10:59:28.365 INFO O| Feb 28 10:59:28.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
73852025-02-28T10:59:30.440Z[ recovery-image] Feb 28 10:59:28.365 INFO O| Feb 28 10:59:28.365 INFO STEP 898 (remove_files) COMPLETE
73862025-02-28T10:59:30.440Z[ recovery-image] Feb 28 10:59:28.365 INFO O| Feb 28 10:59:28.365 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-02-28T10:59:30.475Z[ recovery-image] Feb 28 10:59:28.400 INFO O| Feb 28 10:59:28.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73882025-02-28T10:59:30.475Z[ recovery-image] Feb 28 10:59:28.400 INFO O| Feb 28 10:59:28.400 INFO STEP 899 (remove_files) COMPLETE
73892025-02-28T10:59:30.475Z[ recovery-image] Feb 28 10:59:28.400 INFO O| Feb 28 10:59:28.400 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-02-28T10:59:30.495Z[ recovery-image] Feb 28 10:59:28.420 INFO O| Feb 28 10:59:28.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73912025-02-28T10:59:30.495Z[ recovery-image] Feb 28 10:59:28.420 INFO O| Feb 28 10:59:28.420 INFO STEP 900 (remove_files) COMPLETE
73922025-02-28T10:59:30.496Z[ recovery-image] Feb 28 10:59:28.420 INFO O| Feb 28 10:59:28.420 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-02-28T10:59:30.524Z[ recovery-image] Feb 28 10:59:28.448 INFO O| Feb 28 10:59:28.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
73942025-02-28T10:59:30.526Z[ recovery-image] Feb 28 10:59:28.448 INFO O| Feb 28 10:59:28.448 INFO STEP 901 (remove_files) COMPLETE
73952025-02-28T10:59:30.526Z[ recovery-image] Feb 28 10:59:28.448 INFO O| Feb 28 10:59:28.448 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-02-28T10:59:30.623Z[ recovery-image] Feb 28 10:59:28.547 INFO O| Feb 28 10:59:28.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
73972025-02-28T10:59:30.623Z[ recovery-image] Feb 28 10:59:28.547 INFO O| Feb 28 10:59:28.547 INFO STEP 902 (remove_files) COMPLETE
73982025-02-28T10:59:30.624Z[ recovery-image] Feb 28 10:59:28.547 INFO O| Feb 28 10:59:28.547 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-02-28T10:59:30.643Z[ recovery-image] Feb 28 10:59:28.568 INFO O| Feb 28 10:59:28.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74002025-02-28T10:59:30.643Z[ recovery-image] Feb 28 10:59:28.568 INFO O| Feb 28 10:59:28.568 INFO STEP 903 (remove_files) COMPLETE
74012025-02-28T10:59:30.643Z[ recovery-image] Feb 28 10:59:28.568 INFO O| Feb 28 10:59:28.568 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-02-28T10:59:30.669Z[ recovery-image] Feb 28 10:59:28.593 INFO O| Feb 28 10:59:28.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
74032025-02-28T10:59:30.669Z[ recovery-image] Feb 28 10:59:28.593 INFO O| Feb 28 10:59:28.593 INFO STEP 904 (remove_files) COMPLETE
74042025-02-28T10:59:30.671Z[ recovery-image] Feb 28 10:59:28.593 INFO O| Feb 28 10:59:28.593 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-02-28T10:59:30.691Z[ recovery-image] Feb 28 10:59:28.616 INFO O| Feb 28 10:59:28.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74062025-02-28T10:59:30.691Z[ recovery-image] Feb 28 10:59:28.616 INFO O| Feb 28 10:59:28.616 INFO STEP 905 (remove_files) COMPLETE
74072025-02-28T10:59:30.694Z[ recovery-image] Feb 28 10:59:28.616 INFO O| Feb 28 10:59:28.616 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-02-28T10:59:30.711Z[ recovery-image] Feb 28 10:59:28.636 INFO O| Feb 28 10:59:28.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74092025-02-28T10:59:30.711Z[ recovery-image] Feb 28 10:59:28.636 INFO O| Feb 28 10:59:28.636 INFO STEP 906 (remove_files) COMPLETE
74102025-02-28T10:59:30.714Z[ recovery-image] Feb 28 10:59:28.636 INFO O| Feb 28 10:59:28.636 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-02-28T10:59:30.739Z[ recovery-image] Feb 28 10:59:28.663 INFO O| Feb 28 10:59:28.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
74122025-02-28T10:59:30.742Z[ recovery-image] Feb 28 10:59:28.663 INFO O| Feb 28 10:59:28.663 INFO STEP 907 (remove_files) COMPLETE
74132025-02-28T10:59:30.742Z[ recovery-image] Feb 28 10:59:28.663 INFO O| Feb 28 10:59:28.663 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-02-28T10:59:30.759Z[ recovery-image] Feb 28 10:59:28.683 INFO O| Feb 28 10:59:28.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
74152025-02-28T10:59:30.761Z[ recovery-image] Feb 28 10:59:28.683 INFO O| Feb 28 10:59:28.683 INFO STEP 908 (remove_files) COMPLETE
74162025-02-28T10:59:30.761Z[ recovery-image] Feb 28 10:59:28.683 INFO O| Feb 28 10:59:28.683 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-02-28T10:59:30.796Z[ recovery-image] Feb 28 10:59:28.720 INFO O| Feb 28 10:59:28.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74182025-02-28T10:59:30.798Z[ recovery-image] Feb 28 10:59:28.720 INFO O| Feb 28 10:59:28.720 INFO STEP 909 (remove_files) COMPLETE
74192025-02-28T10:59:30.798Z[ recovery-image] Feb 28 10:59:28.720 INFO O| Feb 28 10:59:28.720 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-02-28T10:59:30.816Z[ recovery-image] Feb 28 10:59:28.741 INFO O| Feb 28 10:59:28.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
74212025-02-28T10:59:30.819Z[ recovery-image] Feb 28 10:59:28.741 INFO O| Feb 28 10:59:28.741 INFO STEP 910 (remove_files) COMPLETE
74222025-02-28T10:59:30.819Z[ recovery-image] Feb 28 10:59:28.741 INFO O| Feb 28 10:59:28.741 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-02-28T10:59:30.856Z[ recovery-image] Feb 28 10:59:28.781 INFO O| Feb 28 10:59:28.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
74242025-02-28T10:59:30.856Z[ recovery-image] Feb 28 10:59:28.781 INFO O| Feb 28 10:59:28.781 INFO STEP 911 (remove_files) COMPLETE
74252025-02-28T10:59:30.856Z[ recovery-image] Feb 28 10:59:28.781 INFO O| Feb 28 10:59:28.781 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-02-28T10:59:30.878Z[ recovery-image] Feb 28 10:59:28.802 INFO O| Feb 28 10:59:28.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74272025-02-28T10:59:30.878Z[ recovery-image] Feb 28 10:59:28.803 INFO O| Feb 28 10:59:28.803 INFO STEP 912 (remove_files) COMPLETE
74282025-02-28T10:59:30.878Z[ recovery-image] Feb 28 10:59:28.803 INFO O| Feb 28 10:59:28.803 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-02-28T10:59:30.898Z[ recovery-image] Feb 28 10:59:28.822 INFO O| Feb 28 10:59:28.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74302025-02-28T10:59:30.898Z[ recovery-image] Feb 28 10:59:28.822 INFO O| Feb 28 10:59:28.822 INFO STEP 913 (remove_files) COMPLETE
74312025-02-28T10:59:30.901Z[ recovery-image] Feb 28 10:59:28.823 INFO O| Feb 28 10:59:28.822 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-02-28T10:59:30.927Z[ recovery-image] Feb 28 10:59:28.852 INFO O| Feb 28 10:59:28.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
74332025-02-28T10:59:30.927Z[ recovery-image] Feb 28 10:59:28.852 INFO O| Feb 28 10:59:28.852 INFO STEP 914 (remove_files) COMPLETE
74342025-02-28T10:59:30.930Z[ recovery-image] Feb 28 10:59:28.852 INFO O| Feb 28 10:59:28.852 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-02-28T10:59:30.948Z[ recovery-image] Feb 28 10:59:28.873 INFO O| Feb 28 10:59:28.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74362025-02-28T10:59:30.951Z[ recovery-image] Feb 28 10:59:28.873 INFO O| Feb 28 10:59:28.873 INFO STEP 915 (remove_files) COMPLETE
74372025-02-28T10:59:30.951Z[ recovery-image] Feb 28 10:59:28.873 INFO O| Feb 28 10:59:28.873 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-02-28T10:59:30.969Z[ recovery-image] Feb 28 10:59:28.893 INFO O| Feb 28 10:59:28.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74392025-02-28T10:59:30.969Z[ recovery-image] Feb 28 10:59:28.893 INFO O| Feb 28 10:59:28.893 INFO STEP 916 (remove_files) COMPLETE
74402025-02-28T10:59:30.971Z[ recovery-image] Feb 28 10:59:28.893 INFO O| Feb 28 10:59:28.893 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-02-28T10:59:31.027Z[ recovery-image] Feb 28 10:59:28.951 INFO O| Feb 28 10:59:28.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
74422025-02-28T10:59:31.027Z[ recovery-image] Feb 28 10:59:28.951 INFO O| Feb 28 10:59:28.951 INFO STEP 917 (remove_files) COMPLETE
74432025-02-28T10:59:31.030Z[ recovery-image] Feb 28 10:59:28.951 INFO O| Feb 28 10:59:28.951 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-02-28T10:59:31.046Z[ recovery-image] Feb 28 10:59:28.970 INFO O| Feb 28 10:59:28.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74452025-02-28T10:59:31.046Z[ recovery-image] Feb 28 10:59:28.970 INFO O| Feb 28 10:59:28.970 INFO STEP 918 (remove_files) COMPLETE
74462025-02-28T10:59:31.046Z[ recovery-image] Feb 28 10:59:28.970 INFO O| Feb 28 10:59:28.970 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-02-28T10:59:31.082Z[ recovery-image] Feb 28 10:59:29.006 INFO O| Feb 28 10:59:29.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74482025-02-28T10:59:31.082Z[ recovery-image] Feb 28 10:59:29.006 INFO O| Feb 28 10:59:29.006 INFO STEP 919 (remove_files) COMPLETE
74492025-02-28T10:59:31.082Z[ recovery-image] Feb 28 10:59:29.006 INFO O| Feb 28 10:59:29.006 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-02-28T10:59:31.139Z[ recovery-image] Feb 28 10:59:29.063 INFO O| Feb 28 10:59:29.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74512025-02-28T10:59:31.139Z[ recovery-image] Feb 28 10:59:29.064 INFO O| Feb 28 10:59:29.064 INFO STEP 920 (remove_files) COMPLETE
74522025-02-28T10:59:31.139Z[ recovery-image] Feb 28 10:59:29.064 INFO O| Feb 28 10:59:29.064 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-02-28T10:59:31.159Z[ recovery-image] Feb 28 10:59:29.083 INFO O| Feb 28 10:59:29.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74542025-02-28T10:59:31.159Z[ recovery-image] Feb 28 10:59:29.083 INFO O| Feb 28 10:59:29.083 INFO STEP 921 (remove_files) COMPLETE
74552025-02-28T10:59:31.159Z[ recovery-image] Feb 28 10:59:29.083 INFO O| Feb 28 10:59:29.083 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-02-28T10:59:31.192Z[ recovery-image] Feb 28 10:59:29.115 INFO O| Feb 28 10:59:29.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
74572025-02-28T10:59:31.192Z[ recovery-image] Feb 28 10:59:29.115 INFO O| Feb 28 10:59:29.115 INFO STEP 922 (remove_files) COMPLETE
74582025-02-28T10:59:31.192Z[ recovery-image] Feb 28 10:59:29.115 INFO O| Feb 28 10:59:29.115 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-02-28T10:59:31.209Z[ recovery-image] Feb 28 10:59:29.133 INFO O| Feb 28 10:59:29.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
74602025-02-28T10:59:31.209Z[ recovery-image] Feb 28 10:59:29.133 INFO O| Feb 28 10:59:29.133 INFO STEP 923 (remove_files) COMPLETE
74612025-02-28T10:59:31.209Z[ recovery-image] Feb 28 10:59:29.133 INFO O| Feb 28 10:59:29.133 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-02-28T10:59:31.227Z[ recovery-image] Feb 28 10:59:29.151 INFO O| Feb 28 10:59:29.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
74632025-02-28T10:59:31.227Z[ recovery-image] Feb 28 10:59:29.152 INFO O| Feb 28 10:59:29.152 INFO STEP 924 (remove_files) COMPLETE
74642025-02-28T10:59:31.227Z[ recovery-image] Feb 28 10:59:29.152 INFO O| Feb 28 10:59:29.152 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-02-28T10:59:31.250Z[ recovery-image] Feb 28 10:59:29.174 INFO O| Feb 28 10:59:29.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
74662025-02-28T10:59:31.250Z[ recovery-image] Feb 28 10:59:29.174 INFO O| Feb 28 10:59:29.174 INFO STEP 925 (remove_files) COMPLETE
74672025-02-28T10:59:31.252Z[ recovery-image] Feb 28 10:59:29.174 INFO O| Feb 28 10:59:29.174 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-02-28T10:59:31.287Z[ recovery-image] Feb 28 10:59:29.211 INFO O| Feb 28 10:59:29.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
74692025-02-28T10:59:31.287Z[ recovery-image] Feb 28 10:59:29.211 INFO O| Feb 28 10:59:29.211 INFO STEP 926 (remove_files) COMPLETE
74702025-02-28T10:59:31.290Z[ recovery-image] Feb 28 10:59:29.211 INFO O| Feb 28 10:59:29.211 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-02-28T10:59:31.319Z[ recovery-image] Feb 28 10:59:29.243 INFO O| Feb 28 10:59:29.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
74722025-02-28T10:59:31.319Z[ recovery-image] Feb 28 10:59:29.243 INFO O| Feb 28 10:59:29.243 INFO STEP 927 (remove_files) COMPLETE
74732025-02-28T10:59:31.319Z[ recovery-image] Feb 28 10:59:29.243 INFO O| Feb 28 10:59:29.243 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-02-28T10:59:31.378Z[ recovery-image] Feb 28 10:59:29.302 INFO O| Feb 28 10:59:29.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
74752025-02-28T10:59:31.378Z[ recovery-image] Feb 28 10:59:29.302 INFO O| Feb 28 10:59:29.302 INFO STEP 928 (remove_files) COMPLETE
74762025-02-28T10:59:31.381Z[ recovery-image] Feb 28 10:59:29.302 INFO O| Feb 28 10:59:29.302 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-02-28T10:59:31.439Z[ recovery-image] Feb 28 10:59:29.363 INFO O| Feb 28 10:59:29.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
74782025-02-28T10:59:31.439Z[ recovery-image] Feb 28 10:59:29.363 INFO O| Feb 28 10:59:29.363 INFO STEP 929 (remove_files) COMPLETE
74792025-02-28T10:59:31.439Z[ recovery-image] Feb 28 10:59:29.363 INFO O| Feb 28 10:59:29.363 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-02-28T10:59:31.457Z[ recovery-image] Feb 28 10:59:29.381 INFO O| Feb 28 10:59:29.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
74812025-02-28T10:59:31.460Z[ recovery-image] Feb 28 10:59:29.381 INFO O| Feb 28 10:59:29.381 INFO STEP 930 (remove_files) COMPLETE
74822025-02-28T10:59:31.460Z[ recovery-image] Feb 28 10:59:29.381 INFO O| Feb 28 10:59:29.381 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-02-28T10:59:31.516Z[ recovery-image] Feb 28 10:59:29.441 INFO O| Feb 28 10:59:29.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74842025-02-28T10:59:31.517Z[ recovery-image] Feb 28 10:59:29.441 INFO O| Feb 28 10:59:29.441 INFO STEP 931 (remove_files) COMPLETE
74852025-02-28T10:59:31.517Z[ recovery-image] Feb 28 10:59:29.441 INFO O| Feb 28 10:59:29.441 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-02-28T10:59:31.593Z[ recovery-image] Feb 28 10:59:29.517 INFO O| Feb 28 10:59:29.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74872025-02-28T10:59:31.596Z[ recovery-image] Feb 28 10:59:29.517 INFO O| Feb 28 10:59:29.517 INFO STEP 932 (remove_files) COMPLETE
74882025-02-28T10:59:31.596Z[ recovery-image] Feb 28 10:59:29.517 INFO O| Feb 28 10:59:29.517 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-02-28T10:59:31.614Z[ recovery-image] Feb 28 10:59:29.538 INFO O| Feb 28 10:59:29.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74902025-02-28T10:59:31.621Z[ recovery-image] Feb 28 10:59:29.545 INFO O| Feb 28 10:59:29.545 INFO STEP 933 (remove_files) COMPLETE
74912025-02-28T10:59:31.623Z[ recovery-image] Feb 28 10:59:29.545 INFO O| Feb 28 10:59:29.545 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-02-28T10:59:31.651Z[ recovery-image] Feb 28 10:59:29.575 INFO O| Feb 28 10:59:29.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74932025-02-28T10:59:31.651Z[ recovery-image] Feb 28 10:59:29.575 INFO O| Feb 28 10:59:29.575 INFO STEP 934 (remove_files) COMPLETE
74942025-02-28T10:59:31.661Z[ recovery-image] Feb 28 10:59:29.575 INFO O| Feb 28 10:59:29.575 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-02-28T10:59:31.673Z[ recovery-image] Feb 28 10:59:29.597 INFO O| Feb 28 10:59:29.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
74962025-02-28T10:59:31.673Z[ recovery-image] Feb 28 10:59:29.597 INFO O| Feb 28 10:59:29.597 INFO STEP 935 (remove_files) COMPLETE
74972025-02-28T10:59:31.676Z[ recovery-image] Feb 28 10:59:29.597 INFO O| Feb 28 10:59:29.597 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-02-28T10:59:31.693Z[ recovery-image] Feb 28 10:59:29.618 INFO O| Feb 28 10:59:29.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
74992025-02-28T10:59:31.696Z[ recovery-image] Feb 28 10:59:29.618 INFO O| Feb 28 10:59:29.618 INFO STEP 936 (remove_files) COMPLETE
75002025-02-28T10:59:31.696Z[ recovery-image] Feb 28 10:59:29.618 INFO O| Feb 28 10:59:29.618 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-02-28T10:59:31.714Z[ recovery-image] Feb 28 10:59:29.638 INFO O| Feb 28 10:59:29.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
75022025-02-28T10:59:31.717Z[ recovery-image] Feb 28 10:59:29.638 INFO O| Feb 28 10:59:29.638 INFO STEP 937 (remove_files) COMPLETE
75032025-02-28T10:59:31.717Z[ recovery-image] Feb 28 10:59:29.638 INFO O| Feb 28 10:59:29.638 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-02-28T10:59:31.734Z[ recovery-image] Feb 28 10:59:29.658 INFO O| Feb 28 10:59:29.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
75052025-02-28T10:59:31.737Z[ recovery-image] Feb 28 10:59:29.659 INFO O| Feb 28 10:59:29.659 INFO STEP 938 (remove_files) COMPLETE
75062025-02-28T10:59:31.737Z[ recovery-image] Feb 28 10:59:29.659 INFO O| Feb 28 10:59:29.659 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-02-28T10:59:31.765Z[ recovery-image] Feb 28 10:59:29.679 INFO O| Feb 28 10:59:29.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
75082025-02-28T10:59:31.765Z[ recovery-image] Feb 28 10:59:29.680 INFO O| Feb 28 10:59:29.680 INFO STEP 939 (remove_files) COMPLETE
75092025-02-28T10:59:31.765Z[ recovery-image] Feb 28 10:59:29.680 INFO O| Feb 28 10:59:29.680 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-02-28T10:59:31.775Z[ recovery-image] Feb 28 10:59:29.699 INFO O| Feb 28 10:59:29.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
75112025-02-28T10:59:31.779Z[ recovery-image] Feb 28 10:59:29.700 INFO O| Feb 28 10:59:29.700 INFO STEP 940 (remove_files) COMPLETE
75122025-02-28T10:59:31.779Z[ recovery-image] Feb 28 10:59:29.700 INFO O| Feb 28 10:59:29.700 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-02-28T10:59:31.796Z[ recovery-image] Feb 28 10:59:29.719 INFO O| Feb 28 10:59:29.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75142025-02-28T10:59:31.799Z[ recovery-image] Feb 28 10:59:29.719 INFO O| Feb 28 10:59:29.719 INFO STEP 941 (remove_files) COMPLETE
75152025-02-28T10:59:31.799Z[ recovery-image] Feb 28 10:59:29.719 INFO O| Feb 28 10:59:29.719 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-02-28T10:59:31.816Z[ recovery-image] Feb 28 10:59:29.739 INFO O| Feb 28 10:59:29.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75172025-02-28T10:59:31.816Z[ recovery-image] Feb 28 10:59:29.740 INFO O| Feb 28 10:59:29.740 INFO STEP 942 (remove_files) COMPLETE
75182025-02-28T10:59:31.819Z[ recovery-image] Feb 28 10:59:29.740 INFO O| Feb 28 10:59:29.740 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-02-28T10:59:31.836Z[ recovery-image] Feb 28 10:59:29.760 INFO O| Feb 28 10:59:29.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
75202025-02-28T10:59:31.854Z[ recovery-image] Feb 28 10:59:29.778 INFO O| Feb 28 10:59:29.778 INFO STEP 943 (remove_files) COMPLETE
75212025-02-28T10:59:31.854Z[ recovery-image] Feb 28 10:59:29.778 INFO O| Feb 28 10:59:29.778 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-02-28T10:59:31.875Z[ recovery-image] Feb 28 10:59:29.799 INFO O| Feb 28 10:59:29.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
75232025-02-28T10:59:31.879Z[ recovery-image] Feb 28 10:59:29.799 INFO O| Feb 28 10:59:29.799 INFO STEP 944 (remove_files) COMPLETE
75242025-02-28T10:59:31.879Z[ recovery-image] Feb 28 10:59:29.799 INFO O| Feb 28 10:59:29.799 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-02-28T10:59:31.907Z[ recovery-image] Feb 28 10:59:29.831 INFO O| Feb 28 10:59:29.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
75262025-02-28T10:59:31.910Z[ recovery-image] Feb 28 10:59:29.831 INFO O| Feb 28 10:59:29.831 INFO STEP 945 (remove_files) COMPLETE
75272025-02-28T10:59:31.910Z[ recovery-image] Feb 28 10:59:29.832 INFO O| Feb 28 10:59:29.831 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-02-28T10:59:31.944Z[ recovery-image] Feb 28 10:59:29.868 INFO O| Feb 28 10:59:29.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
75292025-02-28T10:59:31.946Z[ recovery-image] Feb 28 10:59:29.868 INFO O| Feb 28 10:59:29.868 INFO STEP 946 (remove_files) COMPLETE
75302025-02-28T10:59:31.946Z[ recovery-image] Feb 28 10:59:29.868 INFO O| Feb 28 10:59:29.868 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-02-28T10:59:31.963Z[ recovery-image] Feb 28 10:59:29.887 INFO O| Feb 28 10:59:29.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
75322025-02-28T10:59:31.965Z[ recovery-image] Feb 28 10:59:29.887 INFO O| Feb 28 10:59:29.887 INFO STEP 947 (remove_files) COMPLETE
75332025-02-28T10:59:31.965Z[ recovery-image] Feb 28 10:59:29.887 INFO O| Feb 28 10:59:29.887 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-02-28T10:59:31.981Z[ recovery-image] Feb 28 10:59:29.905 INFO O| Feb 28 10:59:29.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
75352025-02-28T10:59:31.984Z[ recovery-image] Feb 28 10:59:29.905 INFO O| Feb 28 10:59:29.905 INFO STEP 948 (remove_files) COMPLETE
75362025-02-28T10:59:31.984Z[ recovery-image] Feb 28 10:59:29.905 INFO O| Feb 28 10:59:29.905 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-02-28T10:59:32.001Z[ recovery-image] Feb 28 10:59:29.925 INFO O| Feb 28 10:59:29.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
75382025-02-28T10:59:32.003Z[ recovery-image] Feb 28 10:59:29.925 INFO O| Feb 28 10:59:29.925 INFO STEP 949 (remove_files) COMPLETE
75392025-02-28T10:59:32.003Z[ recovery-image] Feb 28 10:59:29.925 INFO O| Feb 28 10:59:29.925 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-02-28T10:59:32.020Z[ recovery-image] Feb 28 10:59:29.944 INFO O| Feb 28 10:59:29.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
75412025-02-28T10:59:32.022Z[ recovery-image] Feb 28 10:59:29.944 INFO O| Feb 28 10:59:29.944 INFO STEP 950 (remove_files) COMPLETE
75422025-02-28T10:59:32.022Z[ recovery-image] Feb 28 10:59:29.944 INFO O| Feb 28 10:59:29.944 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-02-28T10:59:32.049Z[ recovery-image] Feb 28 10:59:29.973 INFO O| Feb 28 10:59:29.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
75442025-02-28T10:59:32.049Z[ recovery-image] Feb 28 10:59:29.973 INFO O| Feb 28 10:59:29.973 INFO STEP 951 (remove_files) COMPLETE
75452025-02-28T10:59:32.049Z[ recovery-image] Feb 28 10:59:29.973 INFO O| Feb 28 10:59:29.973 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-02-28T10:59:32.088Z[ recovery-image] Feb 28 10:59:30.011 INFO O| Feb 28 10:59:30.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
75472025-02-28T10:59:32.088Z[ recovery-image] Feb 28 10:59:30.012 INFO O| Feb 28 10:59:30.011 INFO STEP 952 (remove_files) COMPLETE
75482025-02-28T10:59:32.088Z[ recovery-image] Feb 28 10:59:30.012 INFO O| Feb 28 10:59:30.011 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-02-28T10:59:32.109Z[ recovery-image] Feb 28 10:59:30.033 INFO O| Feb 28 10:59:30.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
75502025-02-28T10:59:32.109Z[ recovery-image] Feb 28 10:59:30.033 INFO O| Feb 28 10:59:30.033 INFO STEP 953 (remove_files) COMPLETE
75512025-02-28T10:59:32.109Z[ recovery-image] Feb 28 10:59:30.033 INFO O| Feb 28 10:59:30.033 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-02-28T10:59:32.129Z[ recovery-image] Feb 28 10:59:30.053 INFO O| Feb 28 10:59:30.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
75532025-02-28T10:59:32.129Z[ recovery-image] Feb 28 10:59:30.053 INFO O| Feb 28 10:59:30.053 INFO STEP 954 (remove_files) COMPLETE
75542025-02-28T10:59:32.131Z[ recovery-image] Feb 28 10:59:30.053 INFO O| Feb 28 10:59:30.053 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-02-28T10:59:32.148Z[ recovery-image] Feb 28 10:59:30.072 INFO O| Feb 28 10:59:30.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
75562025-02-28T10:59:32.148Z[ recovery-image] Feb 28 10:59:30.072 INFO O| Feb 28 10:59:30.072 INFO STEP 955 (remove_files) COMPLETE
75572025-02-28T10:59:32.148Z[ recovery-image] Feb 28 10:59:30.072 INFO O| Feb 28 10:59:30.072 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-02-28T10:59:32.177Z[ recovery-image] Feb 28 10:59:30.101 INFO O| Feb 28 10:59:30.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
75592025-02-28T10:59:32.177Z[ recovery-image] Feb 28 10:59:30.101 INFO O| Feb 28 10:59:30.101 INFO STEP 956 (remove_files) COMPLETE
75602025-02-28T10:59:32.177Z[ recovery-image] Feb 28 10:59:30.101 INFO O| Feb 28 10:59:30.101 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-02-28T10:59:32.221Z[ recovery-image] Feb 28 10:59:30.145 INFO O| Feb 28 10:59:30.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
75622025-02-28T10:59:32.224Z[ recovery-image] Feb 28 10:59:30.145 INFO O| Feb 28 10:59:30.145 INFO STEP 957 (remove_files) COMPLETE
75632025-02-28T10:59:32.224Z[ recovery-image] Feb 28 10:59:30.145 INFO O| Feb 28 10:59:30.145 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-02-28T10:59:32.241Z[ recovery-image] Feb 28 10:59:30.165 INFO O| Feb 28 10:59:30.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
75652025-02-28T10:59:32.244Z[ recovery-image] Feb 28 10:59:30.165 INFO O| Feb 28 10:59:30.165 INFO STEP 958 (remove_files) COMPLETE
75662025-02-28T10:59:32.244Z[ recovery-image] Feb 28 10:59:30.165 INFO O| Feb 28 10:59:30.165 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-02-28T10:59:32.275Z[ recovery-image] Feb 28 10:59:30.199 INFO O| Feb 28 10:59:30.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
75682025-02-28T10:59:32.275Z[ recovery-image] Feb 28 10:59:30.199 INFO O| Feb 28 10:59:30.199 INFO STEP 959 (remove_files) COMPLETE
75692025-02-28T10:59:32.275Z[ recovery-image] Feb 28 10:59:30.199 INFO O| Feb 28 10:59:30.199 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-02-28T10:59:32.315Z[ recovery-image] Feb 28 10:59:30.239 INFO O| Feb 28 10:59:30.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
75712025-02-28T10:59:32.315Z[ recovery-image] Feb 28 10:59:30.239 INFO O| Feb 28 10:59:30.239 INFO STEP 960 (remove_files) COMPLETE
75722025-02-28T10:59:32.318Z[ recovery-image] Feb 28 10:59:30.239 INFO O| Feb 28 10:59:30.239 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-02-28T10:59:32.376Z[ recovery-image] Feb 28 10:59:30.300 INFO O| Feb 28 10:59:30.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
75742025-02-28T10:59:32.376Z[ recovery-image] Feb 28 10:59:30.300 INFO O| Feb 28 10:59:30.300 INFO STEP 961 (remove_files) COMPLETE
75752025-02-28T10:59:32.376Z[ recovery-image] Feb 28 10:59:30.300 INFO O| Feb 28 10:59:30.300 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762025-02-28T10:59:32.399Z[ recovery-image] Feb 28 10:59:30.322 INFO O| Feb 28 10:59:30.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
75772025-02-28T10:59:32.399Z[ recovery-image] Feb 28 10:59:30.322 INFO O| Feb 28 10:59:30.322 INFO STEP 962 (remove_files) COMPLETE
75782025-02-28T10:59:32.399Z[ recovery-image] Feb 28 10:59:30.322 INFO O| Feb 28 10:59:30.322 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792025-02-28T10:59:32.437Z[ recovery-image] Feb 28 10:59:30.361 INFO O| Feb 28 10:59:30.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
75802025-02-28T10:59:32.437Z[ recovery-image] Feb 28 10:59:30.361 INFO O| Feb 28 10:59:30.361 INFO STEP 963 (remove_files) COMPLETE
75812025-02-28T10:59:32.437Z[ recovery-image] Feb 28 10:59:30.361 INFO O| Feb 28 10:59:30.361 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822025-02-28T10:59:32.459Z[ recovery-image] Feb 28 10:59:30.382 INFO O| Feb 28 10:59:30.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
75832025-02-28T10:59:32.459Z[ recovery-image] Feb 28 10:59:30.383 INFO O| Feb 28 10:59:30.382 INFO STEP 964 (remove_files) COMPLETE
75842025-02-28T10:59:32.459Z[ recovery-image] Feb 28 10:59:30.383 INFO O| Feb 28 10:59:30.382 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852025-02-28T10:59:32.479Z[ recovery-image] Feb 28 10:59:30.402 INFO O| Feb 28 10:59:30.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
75862025-02-28T10:59:32.479Z[ recovery-image] Feb 28 10:59:30.402 INFO O| Feb 28 10:59:30.402 INFO STEP 965 (remove_files) COMPLETE
75872025-02-28T10:59:32.482Z[ recovery-image] Feb 28 10:59:30.402 INFO O| Feb 28 10:59:30.402 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882025-02-28T10:59:32.501Z[ recovery-image] Feb 28 10:59:30.419 INFO O| Feb 28 10:59:30.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
75892025-02-28T10:59:32.502Z[ recovery-image] Feb 28 10:59:30.419 INFO O| Feb 28 10:59:30.419 INFO STEP 966 (remove_files) COMPLETE
75902025-02-28T10:59:32.502Z[ recovery-image] Feb 28 10:59:30.419 INFO O| Feb 28 10:59:30.419 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912025-02-28T10:59:32.552Z[ recovery-image] Feb 28 10:59:30.476 INFO O| Feb 28 10:59:30.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
75922025-02-28T10:59:32.552Z[ recovery-image] Feb 28 10:59:30.476 INFO O| Feb 28 10:59:30.476 INFO STEP 967 (remove_files) COMPLETE
75932025-02-28T10:59:32.552Z[ recovery-image] Feb 28 10:59:30.476 INFO O| Feb 28 10:59:30.476 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942025-02-28T10:59:32.572Z[ recovery-image] Feb 28 10:59:30.496 INFO O| Feb 28 10:59:30.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
75952025-02-28T10:59:32.572Z[ recovery-image] Feb 28 10:59:30.496 INFO O| Feb 28 10:59:30.496 INFO STEP 968 (remove_files) COMPLETE
75962025-02-28T10:59:32.572Z[ recovery-image] Feb 28 10:59:30.496 INFO O| Feb 28 10:59:30.496 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-02-28T10:59:32.595Z[ recovery-image] Feb 28 10:59:30.518 INFO O| Feb 28 10:59:30.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
75982025-02-28T10:59:32.595Z[ recovery-image] Feb 28 10:59:30.518 INFO O| Feb 28 10:59:30.518 INFO STEP 969 (remove_files) COMPLETE
75992025-02-28T10:59:32.597Z[ recovery-image] Feb 28 10:59:30.518 INFO O| Feb 28 10:59:30.518 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-02-28T10:59:32.614Z[ recovery-image] Feb 28 10:59:30.538 INFO O| Feb 28 10:59:30.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
76012025-02-28T10:59:32.617Z[ recovery-image] Feb 28 10:59:30.538 INFO O| Feb 28 10:59:30.538 INFO STEP 970 (remove_files) COMPLETE
76022025-02-28T10:59:32.617Z[ recovery-image] Feb 28 10:59:30.538 INFO O| Feb 28 10:59:30.538 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-02-28T10:59:32.634Z[ recovery-image] Feb 28 10:59:30.558 INFO O| Feb 28 10:59:30.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
76042025-02-28T10:59:32.637Z[ recovery-image] Feb 28 10:59:30.558 INFO O| Feb 28 10:59:30.558 INFO STEP 971 (remove_files) COMPLETE
76052025-02-28T10:59:32.637Z[ recovery-image] Feb 28 10:59:30.558 INFO O| Feb 28 10:59:30.558 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062025-02-28T10:59:32.654Z[ recovery-image] Feb 28 10:59:30.577 INFO O| Feb 28 10:59:30.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
76072025-02-28T10:59:32.656Z[ recovery-image] Feb 28 10:59:30.578 INFO O| Feb 28 10:59:30.578 INFO STEP 972 (remove_files) COMPLETE
76082025-02-28T10:59:32.656Z[ recovery-image] Feb 28 10:59:30.578 INFO O| Feb 28 10:59:30.578 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092025-02-28T10:59:32.673Z[ recovery-image] Feb 28 10:59:30.597 INFO O| Feb 28 10:59:30.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
76102025-02-28T10:59:32.676Z[ recovery-image] Feb 28 10:59:30.597 INFO O| Feb 28 10:59:30.597 INFO STEP 973 (remove_files) COMPLETE
76112025-02-28T10:59:32.676Z[ recovery-image] Feb 28 10:59:30.597 INFO O| Feb 28 10:59:30.597 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122025-02-28T10:59:32.715Z[ recovery-image] Feb 28 10:59:30.639 INFO O| Feb 28 10:59:30.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
76132025-02-28T10:59:32.715Z[ recovery-image] Feb 28 10:59:30.639 INFO O| Feb 28 10:59:30.639 INFO STEP 974 (remove_files) COMPLETE
76142025-02-28T10:59:32.718Z[ recovery-image] Feb 28 10:59:30.639 INFO O| Feb 28 10:59:30.639 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152025-02-28T10:59:32.743Z[ recovery-image] Feb 28 10:59:30.666 INFO O| Feb 28 10:59:30.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
76162025-02-28T10:59:32.745Z[ recovery-image] Feb 28 10:59:30.667 INFO O| Feb 28 10:59:30.667 INFO STEP 975 (remove_files) COMPLETE
76172025-02-28T10:59:32.745Z[ recovery-image] Feb 28 10:59:30.667 INFO O| Feb 28 10:59:30.667 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182025-02-28T10:59:32.764Z[ recovery-image] Feb 28 10:59:30.688 INFO O| Feb 28 10:59:30.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
76192025-02-28T10:59:32.768Z[ recovery-image] Feb 28 10:59:30.688 INFO O| Feb 28 10:59:30.688 INFO STEP 976 (remove_files) COMPLETE
76202025-02-28T10:59:32.768Z[ recovery-image] Feb 28 10:59:30.688 INFO O| Feb 28 10:59:30.688 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212025-02-28T10:59:32.785Z[ recovery-image] Feb 28 10:59:30.709 INFO O| Feb 28 10:59:30.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
76222025-02-28T10:59:32.788Z[ recovery-image] Feb 28 10:59:30.709 INFO O| Feb 28 10:59:30.709 INFO STEP 977 (remove_files) COMPLETE
76232025-02-28T10:59:32.788Z[ recovery-image] Feb 28 10:59:30.709 INFO O| Feb 28 10:59:30.709 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242025-02-28T10:59:32.805Z[ recovery-image] Feb 28 10:59:30.729 INFO O| Feb 28 10:59:30.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
76252025-02-28T10:59:32.808Z[ recovery-image] Feb 28 10:59:30.729 INFO O| Feb 28 10:59:30.729 INFO STEP 978 (remove_files) COMPLETE
76262025-02-28T10:59:32.808Z[ recovery-image] Feb 28 10:59:30.729 INFO O| Feb 28 10:59:30.729 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272025-02-28T10:59:32.825Z[ recovery-image] Feb 28 10:59:30.748 INFO O| Feb 28 10:59:30.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
76282025-02-28T10:59:32.828Z[ recovery-image] Feb 28 10:59:30.749 INFO O| Feb 28 10:59:30.749 INFO STEP 979 (remove_files) COMPLETE
76292025-02-28T10:59:32.828Z[ recovery-image] Feb 28 10:59:30.749 INFO O| Feb 28 10:59:30.749 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302025-02-28T10:59:32.845Z[ recovery-image] Feb 28 10:59:30.768 INFO O| Feb 28 10:59:30.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
76312025-02-28T10:59:32.847Z[ recovery-image] Feb 28 10:59:30.769 INFO O| Feb 28 10:59:30.768 INFO STEP 980 (remove_files) COMPLETE
76322025-02-28T10:59:32.847Z[ recovery-image] Feb 28 10:59:30.769 INFO O| Feb 28 10:59:30.769 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332025-02-28T10:59:32.866Z[ recovery-image] Feb 28 10:59:30.790 INFO O| Feb 28 10:59:30.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
76342025-02-28T10:59:32.869Z[ recovery-image] Feb 28 10:59:30.790 INFO O| Feb 28 10:59:30.790 INFO STEP 981 (remove_files) COMPLETE
76352025-02-28T10:59:32.869Z[ recovery-image] Feb 28 10:59:30.790 INFO O| Feb 28 10:59:30.790 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362025-02-28T10:59:32.888Z[ recovery-image] Feb 28 10:59:30.811 INFO O| Feb 28 10:59:30.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
76372025-02-28T10:59:32.890Z[ recovery-image] Feb 28 10:59:30.811 INFO O| Feb 28 10:59:30.811 INFO STEP 982 (remove_files) COMPLETE
76382025-02-28T10:59:32.890Z[ recovery-image] Feb 28 10:59:30.811 INFO O| Feb 28 10:59:30.811 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392025-02-28T10:59:32.907Z[ recovery-image] Feb 28 10:59:30.831 INFO O| Feb 28 10:59:30.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
76402025-02-28T10:59:32.910Z[ recovery-image] Feb 28 10:59:30.831 INFO O| Feb 28 10:59:30.831 INFO STEP 983 (remove_files) COMPLETE
76412025-02-28T10:59:32.910Z[ recovery-image] Feb 28 10:59:30.831 INFO O| Feb 28 10:59:30.831 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422025-02-28T10:59:32.928Z[ recovery-image] Feb 28 10:59:30.851 INFO O| Feb 28 10:59:30.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
76432025-02-28T10:59:32.930Z[ recovery-image] Feb 28 10:59:30.851 INFO O| Feb 28 10:59:30.851 INFO STEP 984 (remove_files) COMPLETE
76442025-02-28T10:59:32.930Z[ recovery-image] Feb 28 10:59:30.851 INFO O| Feb 28 10:59:30.851 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452025-02-28T10:59:32.953Z[ recovery-image] Feb 28 10:59:30.877 INFO O| Feb 28 10:59:30.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
76462025-02-28T10:59:32.953Z[ recovery-image] Feb 28 10:59:30.877 INFO O| Feb 28 10:59:30.877 INFO STEP 985 (remove_files) COMPLETE
76472025-02-28T10:59:32.953Z[ recovery-image] Feb 28 10:59:30.877 INFO O| Feb 28 10:59:30.877 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482025-02-28T10:59:32.973Z[ recovery-image] Feb 28 10:59:30.897 INFO O| Feb 28 10:59:30.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
76492025-02-28T10:59:32.976Z[ recovery-image] Feb 28 10:59:30.897 INFO O| Feb 28 10:59:30.897 INFO STEP 986 (remove_files) COMPLETE
76502025-02-28T10:59:32.976Z[ recovery-image] Feb 28 10:59:30.897 INFO O| Feb 28 10:59:30.897 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512025-02-28T10:59:32.992Z[ recovery-image] Feb 28 10:59:30.915 INFO O| Feb 28 10:59:30.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
76522025-02-28T10:59:32.995Z[ recovery-image] Feb 28 10:59:30.916 INFO O| Feb 28 10:59:30.915 INFO STEP 987 (remove_files) COMPLETE
76532025-02-28T10:59:32.995Z[ recovery-image] Feb 28 10:59:30.916 INFO O| Feb 28 10:59:30.916 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542025-02-28T10:59:33.011Z[ recovery-image] Feb 28 10:59:30.934 INFO O| Feb 28 10:59:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
76552025-02-28T10:59:33.014Z[ recovery-image] Feb 28 10:59:30.935 INFO O| Feb 28 10:59:30.935 INFO STEP 988 (remove_files) COMPLETE
76562025-02-28T10:59:33.014Z[ recovery-image] Feb 28 10:59:30.935 INFO O| Feb 28 10:59:30.935 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572025-02-28T10:59:33.030Z[ recovery-image] Feb 28 10:59:30.954 INFO O| Feb 28 10:59:30.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
76582025-02-28T10:59:33.033Z[ recovery-image] Feb 28 10:59:30.954 INFO O| Feb 28 10:59:30.954 INFO STEP 989 (remove_files) COMPLETE
76592025-02-28T10:59:33.033Z[ recovery-image] Feb 28 10:59:30.954 INFO O| Feb 28 10:59:30.954 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602025-02-28T10:59:33.052Z[ recovery-image] Feb 28 10:59:30.976 INFO O| Feb 28 10:59:30.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
76612025-02-28T10:59:33.052Z[ recovery-image] Feb 28 10:59:30.976 INFO O| Feb 28 10:59:30.976 INFO STEP 990 (remove_files) COMPLETE
76622025-02-28T10:59:33.053Z[ recovery-image] Feb 28 10:59:30.976 INFO O| Feb 28 10:59:30.976 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632025-02-28T10:59:33.074Z[ recovery-image] Feb 28 10:59:30.997 INFO O| Feb 28 10:59:30.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
76642025-02-28T10:59:33.074Z[ recovery-image] Feb 28 10:59:30.997 INFO O| Feb 28 10:59:30.997 INFO STEP 991 (remove_files) COMPLETE
76652025-02-28T10:59:33.074Z[ recovery-image] Feb 28 10:59:30.997 INFO O| Feb 28 10:59:30.997 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662025-02-28T10:59:33.095Z[ recovery-image] Feb 28 10:59:31.019 INFO O| Feb 28 10:59:31.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
76672025-02-28T10:59:33.124Z[ recovery-image] Feb 28 10:59:31.045 INFO O| Feb 28 10:59:31.045 INFO STEP 992 (remove_files) COMPLETE
76682025-02-28T10:59:33.124Z[ recovery-image] Feb 28 10:59:31.045 INFO O| Feb 28 10:59:31.045 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692025-02-28T10:59:33.181Z[ recovery-image] Feb 28 10:59:31.104 INFO O| Feb 28 10:59:31.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
76702025-02-28T10:59:33.181Z[ recovery-image] Feb 28 10:59:31.104 INFO O| Feb 28 10:59:31.104 INFO STEP 993 (remove_files) COMPLETE
76712025-02-28T10:59:33.184Z[ recovery-image] Feb 28 10:59:31.104 INFO O| Feb 28 10:59:31.104 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722025-02-28T10:59:33.225Z[ recovery-image] Feb 28 10:59:31.148 INFO O| Feb 28 10:59:31.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
76732025-02-28T10:59:33.225Z[ recovery-image] Feb 28 10:59:31.148 INFO O| Feb 28 10:59:31.148 INFO STEP 994 (remove_files) COMPLETE
76742025-02-28T10:59:33.225Z[ recovery-image] Feb 28 10:59:31.148 INFO O| Feb 28 10:59:31.148 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752025-02-28T10:59:33.250Z[ recovery-image] Feb 28 10:59:31.173 INFO O| Feb 28 10:59:31.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
76762025-02-28T10:59:33.253Z[ recovery-image] Feb 28 10:59:31.174 INFO O| Feb 28 10:59:31.174 INFO STEP 995 (remove_files) COMPLETE
76772025-02-28T10:59:33.253Z[ recovery-image] Feb 28 10:59:31.174 INFO O| Feb 28 10:59:31.174 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782025-02-28T10:59:33.275Z[ recovery-image] Feb 28 10:59:31.198 INFO O| Feb 28 10:59:31.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
76792025-02-28T10:59:33.275Z[ recovery-image] Feb 28 10:59:31.199 INFO O| Feb 28 10:59:31.199 INFO STEP 996 (remove_files) COMPLETE
76802025-02-28T10:59:33.275Z[ recovery-image] Feb 28 10:59:31.199 INFO O| Feb 28 10:59:31.199 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812025-02-28T10:59:33.299Z[ recovery-image] Feb 28 10:59:31.220 INFO O| Feb 28 10:59:31.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
76822025-02-28T10:59:33.299Z[ recovery-image] Feb 28 10:59:31.220 INFO O| Feb 28 10:59:31.220 INFO STEP 997 (remove_files) COMPLETE
76832025-02-28T10:59:33.299Z[ recovery-image] Feb 28 10:59:31.220 INFO O| Feb 28 10:59:31.220 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842025-02-28T10:59:33.331Z[ recovery-image] Feb 28 10:59:31.242 INFO O| Feb 28 10:59:31.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
76852025-02-28T10:59:33.331Z[ recovery-image] Feb 28 10:59:31.242 INFO O| Feb 28 10:59:31.242 INFO STEP 998 (remove_files) COMPLETE
76862025-02-28T10:59:33.334Z[ recovery-image] Feb 28 10:59:31.242 INFO O| Feb 28 10:59:31.242 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872025-02-28T10:59:33.344Z[ recovery-image] Feb 28 10:59:31.267 INFO O| Feb 28 10:59:31.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
76882025-02-28T10:59:33.344Z[ recovery-image] Feb 28 10:59:31.268 INFO O| Feb 28 10:59:31.268 INFO STEP 999 (remove_files) COMPLETE
76892025-02-28T10:59:33.344Z[ recovery-image] Feb 28 10:59:31.268 INFO O| Feb 28 10:59:31.268 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902025-02-28T10:59:33.363Z[ recovery-image] Feb 28 10:59:31.286 INFO O| Feb 28 10:59:31.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
76912025-02-28T10:59:33.363Z[ recovery-image] Feb 28 10:59:31.286 INFO O| Feb 28 10:59:31.286 INFO STEP 1000 (remove_files) COMPLETE
76922025-02-28T10:59:33.366Z[ recovery-image] Feb 28 10:59:31.286 INFO O| Feb 28 10:59:31.286 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932025-02-28T10:59:33.386Z[ recovery-image] Feb 28 10:59:31.309 INFO O| Feb 28 10:59:31.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
76942025-02-28T10:59:33.386Z[ recovery-image] Feb 28 10:59:31.309 INFO O| Feb 28 10:59:31.309 INFO STEP 1001 (remove_files) COMPLETE
76952025-02-28T10:59:33.389Z[ recovery-image] Feb 28 10:59:31.309 INFO O| Feb 28 10:59:31.309 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962025-02-28T10:59:33.406Z[ recovery-image] Feb 28 10:59:31.329 INFO O| Feb 28 10:59:31.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
76972025-02-28T10:59:33.406Z[ recovery-image] Feb 28 10:59:31.329 INFO O| Feb 28 10:59:31.329 INFO STEP 1002 (remove_files) COMPLETE
76982025-02-28T10:59:33.406Z[ recovery-image] Feb 28 10:59:31.329 INFO O| Feb 28 10:59:31.329 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992025-02-28T10:59:33.425Z[ recovery-image] Feb 28 10:59:31.348 INFO O| Feb 28 10:59:31.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
77002025-02-28T10:59:33.425Z[ recovery-image] Feb 28 10:59:31.348 INFO O| Feb 28 10:59:31.348 INFO STEP 1003 (remove_files) COMPLETE
77012025-02-28T10:59:33.425Z[ recovery-image] Feb 28 10:59:31.348 INFO O| Feb 28 10:59:31.348 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022025-02-28T10:59:33.443Z[ recovery-image] Feb 28 10:59:31.366 INFO O| Feb 28 10:59:31.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
77032025-02-28T10:59:33.443Z[ recovery-image] Feb 28 10:59:31.366 INFO O| Feb 28 10:59:31.366 INFO STEP 1004 (remove_files) COMPLETE
77042025-02-28T10:59:33.443Z[ recovery-image] Feb 28 10:59:31.366 INFO O| Feb 28 10:59:31.366 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052025-02-28T10:59:33.461Z[ recovery-image] Feb 28 10:59:31.384 INFO O| Feb 28 10:59:31.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
77062025-02-28T10:59:33.461Z[ recovery-image] Feb 28 10:59:31.384 INFO O| Feb 28 10:59:31.384 INFO STEP 1005 (remove_files) COMPLETE
77072025-02-28T10:59:33.461Z[ recovery-image] Feb 28 10:59:31.384 INFO O| Feb 28 10:59:31.384 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-02-28T10:59:33.481Z[ recovery-image] Feb 28 10:59:31.404 INFO O| Feb 28 10:59:31.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
77092025-02-28T10:59:33.481Z[ recovery-image] Feb 28 10:59:31.405 INFO O| Feb 28 10:59:31.404 INFO STEP 1006 (remove_files) COMPLETE
77102025-02-28T10:59:33.481Z[ recovery-image] Feb 28 10:59:31.405 INFO O| Feb 28 10:59:31.405 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112025-02-28T10:59:33.501Z[ recovery-image] Feb 28 10:59:31.424 INFO O| Feb 28 10:59:31.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
77122025-02-28T10:59:33.503Z[ recovery-image] Feb 28 10:59:31.424 INFO O| Feb 28 10:59:31.424 INFO STEP 1007 (remove_files) COMPLETE
77132025-02-28T10:59:33.503Z[ recovery-image] Feb 28 10:59:31.424 INFO O| Feb 28 10:59:31.424 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142025-02-28T10:59:33.519Z[ recovery-image] Feb 28 10:59:31.442 INFO O| Feb 28 10:59:31.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
77152025-02-28T10:59:33.519Z[ recovery-image] Feb 28 10:59:31.442 INFO O| Feb 28 10:59:31.442 INFO STEP 1008 (remove_files) COMPLETE
77162025-02-28T10:59:33.519Z[ recovery-image] Feb 28 10:59:31.442 INFO O| Feb 28 10:59:31.442 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172025-02-28T10:59:33.544Z[ recovery-image] Feb 28 10:59:31.467 INFO O| Feb 28 10:59:31.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
77182025-02-28T10:59:33.544Z[ recovery-image] Feb 28 10:59:31.467 INFO O| Feb 28 10:59:31.467 INFO STEP 1009 (remove_files) COMPLETE
77192025-02-28T10:59:33.544Z[ recovery-image] Feb 28 10:59:31.467 INFO O| Feb 28 10:59:31.467 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202025-02-28T10:59:33.563Z[ recovery-image] Feb 28 10:59:31.486 INFO O| Feb 28 10:59:31.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
77212025-02-28T10:59:33.563Z[ recovery-image] Feb 28 10:59:31.486 INFO O| Feb 28 10:59:31.486 INFO STEP 1010 (remove_files) COMPLETE
77222025-02-28T10:59:33.563Z[ recovery-image] Feb 28 10:59:31.486 INFO O| Feb 28 10:59:31.486 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232025-02-28T10:59:33.582Z[ recovery-image] Feb 28 10:59:31.505 INFO O| Feb 28 10:59:31.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
77242025-02-28T10:59:33.582Z[ recovery-image] Feb 28 10:59:31.505 INFO O| Feb 28 10:59:31.505 INFO STEP 1011 (remove_files) COMPLETE
77252025-02-28T10:59:33.584Z[ recovery-image] Feb 28 10:59:31.505 INFO O| Feb 28 10:59:31.505 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-02-28T10:59:33.601Z[ recovery-image] Feb 28 10:59:31.524 INFO O| Feb 28 10:59:31.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
77272025-02-28T10:59:33.601Z[ recovery-image] Feb 28 10:59:31.524 INFO O| Feb 28 10:59:31.524 INFO STEP 1012 (remove_files) COMPLETE
77282025-02-28T10:59:33.604Z[ recovery-image] Feb 28 10:59:31.524 INFO O| Feb 28 10:59:31.524 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-02-28T10:59:33.620Z[ recovery-image] Feb 28 10:59:31.543 INFO O| Feb 28 10:59:31.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
77302025-02-28T10:59:33.620Z[ recovery-image] Feb 28 10:59:31.543 INFO O| Feb 28 10:59:31.543 INFO STEP 1013 (remove_files) COMPLETE
77312025-02-28T10:59:33.620Z[ recovery-image] Feb 28 10:59:31.543 INFO O| Feb 28 10:59:31.543 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-02-28T10:59:33.654Z[ recovery-image] Feb 28 10:59:31.577 INFO O| Feb 28 10:59:31.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
77332025-02-28T10:59:33.654Z[ recovery-image] Feb 28 10:59:31.577 INFO O| Feb 28 10:59:31.577 INFO STEP 1014 (remove_files) COMPLETE
77342025-02-28T10:59:33.655Z[ recovery-image] Feb 28 10:59:31.577 INFO O| Feb 28 10:59:31.577 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-02-28T10:59:33.717Z[ recovery-image] Feb 28 10:59:31.639 INFO O| Feb 28 10:59:31.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
77362025-02-28T10:59:33.717Z[ recovery-image] Feb 28 10:59:31.639 INFO O| Feb 28 10:59:31.639 INFO STEP 1015 (remove_files) COMPLETE
77372025-02-28T10:59:33.717Z[ recovery-image] Feb 28 10:59:31.639 INFO O| Feb 28 10:59:31.639 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-02-28T10:59:33.757Z[ recovery-image] Feb 28 10:59:31.679 INFO O| Feb 28 10:59:31.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
77392025-02-28T10:59:33.757Z[ recovery-image] Feb 28 10:59:31.679 INFO O| Feb 28 10:59:31.679 INFO STEP 1016 (remove_files) COMPLETE
77402025-02-28T10:59:33.757Z[ recovery-image] Feb 28 10:59:31.679 INFO O| Feb 28 10:59:31.679 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-02-28T10:59:33.779Z[ recovery-image] Feb 28 10:59:31.701 INFO O| Feb 28 10:59:31.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
77422025-02-28T10:59:33.779Z[ recovery-image] Feb 28 10:59:31.701 INFO O| Feb 28 10:59:31.701 INFO STEP 1017 (remove_files) COMPLETE
77432025-02-28T10:59:33.779Z[ recovery-image] Feb 28 10:59:31.701 INFO O| Feb 28 10:59:31.701 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-02-28T10:59:33.803Z[ recovery-image] Feb 28 10:59:31.726 INFO O| Feb 28 10:59:31.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
77452025-02-28T10:59:33.803Z[ recovery-image] Feb 28 10:59:31.726 INFO O| Feb 28 10:59:31.726 INFO STEP 1018 (remove_files) COMPLETE
77462025-02-28T10:59:33.803Z[ recovery-image] Feb 28 10:59:31.726 INFO O| Feb 28 10:59:31.726 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-02-28T10:59:33.821Z[ recovery-image] Feb 28 10:59:31.744 INFO O| Feb 28 10:59:31.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
77482025-02-28T10:59:33.821Z[ recovery-image] Feb 28 10:59:31.744 INFO O| Feb 28 10:59:31.744 INFO STEP 1019 (remove_files) COMPLETE
77492025-02-28T10:59:33.821Z[ recovery-image] Feb 28 10:59:31.744 INFO O| Feb 28 10:59:31.744 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-02-28T10:59:33.841Z[ recovery-image] Feb 28 10:59:31.763 INFO O| Feb 28 10:59:31.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
77512025-02-28T10:59:33.841Z[ recovery-image] Feb 28 10:59:31.763 INFO O| Feb 28 10:59:31.763 INFO STEP 1020 (remove_files) COMPLETE
77522025-02-28T10:59:33.841Z[ recovery-image] Feb 28 10:59:31.763 INFO O| Feb 28 10:59:31.763 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532025-02-28T10:59:33.859Z[ recovery-image] Feb 28 10:59:31.782 INFO O| Feb 28 10:59:31.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
77542025-02-28T10:59:33.859Z[ recovery-image] Feb 28 10:59:31.782 INFO O| Feb 28 10:59:31.782 INFO STEP 1021 (remove_files) COMPLETE
77552025-02-28T10:59:33.859Z[ recovery-image] Feb 28 10:59:31.782 INFO O| Feb 28 10:59:31.782 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-02-28T10:59:33.878Z[ recovery-image] Feb 28 10:59:31.801 INFO O| Feb 28 10:59:31.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
77572025-02-28T10:59:33.878Z[ recovery-image] Feb 28 10:59:31.801 INFO O| Feb 28 10:59:31.801 INFO STEP 1022 (remove_files) COMPLETE
77582025-02-28T10:59:33.878Z[ recovery-image] Feb 28 10:59:31.801 INFO O| Feb 28 10:59:31.801 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592025-02-28T10:59:33.897Z[ recovery-image] Feb 28 10:59:31.821 INFO O| Feb 28 10:59:31.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
77602025-02-28T10:59:33.900Z[ recovery-image] Feb 28 10:59:31.821 INFO O| Feb 28 10:59:31.821 INFO STEP 1023 (remove_files) COMPLETE
77612025-02-28T10:59:33.900Z[ recovery-image] Feb 28 10:59:31.821 INFO O| Feb 28 10:59:31.821 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622025-02-28T10:59:33.917Z[ recovery-image] Feb 28 10:59:31.840 INFO O| Feb 28 10:59:31.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
77632025-02-28T10:59:33.917Z[ recovery-image] Feb 28 10:59:31.840 INFO O| Feb 28 10:59:31.840 INFO STEP 1024 (remove_files) COMPLETE
77642025-02-28T10:59:33.920Z[ recovery-image] Feb 28 10:59:31.840 INFO O| Feb 28 10:59:31.840 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652025-02-28T10:59:33.937Z[ recovery-image] Feb 28 10:59:31.859 INFO O| Feb 28 10:59:31.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
77662025-02-28T10:59:33.939Z[ recovery-image] Feb 28 10:59:31.860 INFO O| Feb 28 10:59:31.860 INFO STEP 1025 (remove_files) COMPLETE
77672025-02-28T10:59:33.939Z[ recovery-image] Feb 28 10:59:31.860 INFO O| Feb 28 10:59:31.860 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682025-02-28T10:59:33.959Z[ recovery-image] Feb 28 10:59:31.881 INFO O| Feb 28 10:59:31.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
77692025-02-28T10:59:33.959Z[ recovery-image] Feb 28 10:59:31.881 INFO O| Feb 28 10:59:31.881 INFO STEP 1026 (remove_files) COMPLETE
77702025-02-28T10:59:33.959Z[ recovery-image] Feb 28 10:59:31.881 INFO O| Feb 28 10:59:31.881 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712025-02-28T10:59:33.997Z[ recovery-image] Feb 28 10:59:31.920 INFO O| Feb 28 10:59:31.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
77722025-02-28T10:59:33.997Z[ recovery-image] Feb 28 10:59:31.920 INFO O| Feb 28 10:59:31.920 INFO STEP 1027 (remove_files) COMPLETE
77732025-02-28T10:59:34.000Z[ recovery-image] Feb 28 10:59:31.920 INFO O| Feb 28 10:59:31.920 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742025-02-28T10:59:34.020Z[ recovery-image] Feb 28 10:59:31.943 INFO O| Feb 28 10:59:31.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
77752025-02-28T10:59:34.027Z[ recovery-image] Feb 28 10:59:31.950 INFO O| Feb 28 10:59:31.950 INFO STEP 1028 (remove_files) COMPLETE
77762025-02-28T10:59:34.027Z[ recovery-image] Feb 28 10:59:31.950 INFO O| Feb 28 10:59:31.950 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772025-02-28T10:59:34.084Z[ recovery-image] Feb 28 10:59:32.007 INFO O| Feb 28 10:59:32.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
77782025-02-28T10:59:34.084Z[ recovery-image] Feb 28 10:59:32.007 INFO O| Feb 28 10:59:32.007 INFO STEP 1029 (remove_files) COMPLETE
77792025-02-28T10:59:34.084Z[ recovery-image] Feb 28 10:59:32.007 INFO O| Feb 28 10:59:32.007 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802025-02-28T10:59:34.104Z[ recovery-image] Feb 28 10:59:32.027 INFO O| Feb 28 10:59:32.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
77812025-02-28T10:59:34.104Z[ recovery-image] Feb 28 10:59:32.027 INFO O| Feb 28 10:59:32.027 INFO STEP 1030 (remove_files) COMPLETE
77822025-02-28T10:59:34.104Z[ recovery-image] Feb 28 10:59:32.027 INFO O| Feb 28 10:59:32.027 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832025-02-28T10:59:34.125Z[ recovery-image] Feb 28 10:59:32.047 INFO O| Feb 28 10:59:32.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
77842025-02-28T10:59:34.125Z[ recovery-image] Feb 28 10:59:32.047 INFO O| Feb 28 10:59:32.047 INFO STEP 1031 (remove_files) COMPLETE
77852025-02-28T10:59:34.125Z[ recovery-image] Feb 28 10:59:32.048 INFO O| Feb 28 10:59:32.047 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862025-02-28T10:59:34.145Z[ recovery-image] Feb 28 10:59:32.067 INFO O| Feb 28 10:59:32.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
77872025-02-28T10:59:34.145Z[ recovery-image] Feb 28 10:59:32.067 INFO O| Feb 28 10:59:32.067 INFO STEP 1032 (remove_files) COMPLETE
77882025-02-28T10:59:34.145Z[ recovery-image] Feb 28 10:59:32.067 INFO O| Feb 28 10:59:32.067 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892025-02-28T10:59:34.162Z[ recovery-image] Feb 28 10:59:32.084 INFO O| Feb 28 10:59:32.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
77902025-02-28T10:59:34.162Z[ recovery-image] Feb 28 10:59:32.084 INFO O| Feb 28 10:59:32.084 INFO STEP 1033 (remove_files) COMPLETE
77912025-02-28T10:59:34.162Z[ recovery-image] Feb 28 10:59:32.085 INFO O| Feb 28 10:59:32.084 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922025-02-28T10:59:34.179Z[ recovery-image] Feb 28 10:59:32.102 INFO O| Feb 28 10:59:32.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
77932025-02-28T10:59:34.180Z[ recovery-image] Feb 28 10:59:32.102 INFO O| Feb 28 10:59:32.102 INFO STEP 1034 (remove_files) COMPLETE
77942025-02-28T10:59:34.183Z[ recovery-image] Feb 28 10:59:32.102 INFO O| Feb 28 10:59:32.102 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952025-02-28T10:59:34.200Z[ recovery-image] Feb 28 10:59:32.122 INFO O| Feb 28 10:59:32.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
77962025-02-28T10:59:34.200Z[ recovery-image] Feb 28 10:59:32.122 INFO O| Feb 28 10:59:32.122 INFO STEP 1035 (remove_files) COMPLETE
77972025-02-28T10:59:34.202Z[ recovery-image] Feb 28 10:59:32.122 INFO O| Feb 28 10:59:32.122 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982025-02-28T10:59:34.219Z[ recovery-image] Feb 28 10:59:32.141 INFO O| Feb 28 10:59:32.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
77992025-02-28T10:59:34.219Z[ recovery-image] Feb 28 10:59:32.141 INFO O| Feb 28 10:59:32.141 INFO STEP 1036 (remove_files) COMPLETE
78002025-02-28T10:59:34.221Z[ recovery-image] Feb 28 10:59:32.141 INFO O| Feb 28 10:59:32.141 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012025-02-28T10:59:34.246Z[ recovery-image] Feb 28 10:59:32.169 INFO O| Feb 28 10:59:32.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
78022025-02-28T10:59:34.246Z[ recovery-image] Feb 28 10:59:32.169 INFO O| Feb 28 10:59:32.169 INFO STEP 1037 (remove_files) COMPLETE
78032025-02-28T10:59:34.247Z[ recovery-image] Feb 28 10:59:32.169 INFO O| Feb 28 10:59:32.169 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042025-02-28T10:59:34.282Z[ recovery-image] Feb 28 10:59:32.205 INFO O| Feb 28 10:59:32.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
78052025-02-28T10:59:34.285Z[ recovery-image] Feb 28 10:59:32.205 INFO O| Feb 28 10:59:32.205 INFO STEP 1038 (remove_files) COMPLETE
78062025-02-28T10:59:34.285Z[ recovery-image] Feb 28 10:59:32.206 INFO O| Feb 28 10:59:32.206 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072025-02-28T10:59:34.303Z[ recovery-image] Feb 28 10:59:32.225 INFO O| Feb 28 10:59:32.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
78082025-02-28T10:59:34.308Z[ recovery-image] Feb 28 10:59:32.226 INFO O| Feb 28 10:59:32.226 INFO STEP 1039 (remove_files) COMPLETE
78092025-02-28T10:59:34.308Z[ recovery-image] Feb 28 10:59:32.226 INFO O| Feb 28 10:59:32.226 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102025-02-28T10:59:34.322Z[ recovery-image] Feb 28 10:59:32.245 INFO O| Feb 28 10:59:32.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
78112025-02-28T10:59:34.325Z[ recovery-image] Feb 28 10:59:32.245 INFO O| Feb 28 10:59:32.245 INFO STEP 1040 (remove_files) COMPLETE
78122025-02-28T10:59:34.325Z[ recovery-image] Feb 28 10:59:32.245 INFO O| Feb 28 10:59:32.245 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132025-02-28T10:59:34.342Z[ recovery-image] Feb 28 10:59:32.265 INFO O| Feb 28 10:59:32.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
78142025-02-28T10:59:34.345Z[ recovery-image] Feb 28 10:59:32.265 INFO O| Feb 28 10:59:32.265 INFO STEP 1041 (remove_files) COMPLETE
78152025-02-28T10:59:34.345Z[ recovery-image] Feb 28 10:59:32.266 INFO O| Feb 28 10:59:32.265 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162025-02-28T10:59:34.361Z[ recovery-image] Feb 28 10:59:32.284 INFO O| Feb 28 10:59:32.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
78172025-02-28T10:59:34.364Z[ recovery-image] Feb 28 10:59:32.284 INFO O| Feb 28 10:59:32.284 INFO STEP 1042 (remove_files) COMPLETE
78182025-02-28T10:59:34.364Z[ recovery-image] Feb 28 10:59:32.285 INFO O| Feb 28 10:59:32.284 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192025-02-28T10:59:34.381Z[ recovery-image] Feb 28 10:59:32.304 INFO O| Feb 28 10:59:32.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
78202025-02-28T10:59:34.381Z[ recovery-image] Feb 28 10:59:32.304 INFO O| Feb 28 10:59:32.304 INFO STEP 1043 (remove_files) COMPLETE
78212025-02-28T10:59:34.382Z[ recovery-image] Feb 28 10:59:32.304 INFO O| Feb 28 10:59:32.304 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222025-02-28T10:59:34.442Z[ recovery-image] Feb 28 10:59:32.365 INFO O| Feb 28 10:59:32.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
78232025-02-28T10:59:34.442Z[ recovery-image] Feb 28 10:59:32.365 INFO O| Feb 28 10:59:32.365 INFO STEP 1044 (remove_files) COMPLETE
78242025-02-28T10:59:34.442Z[ recovery-image] Feb 28 10:59:32.365 INFO O| Feb 28 10:59:32.365 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252025-02-28T10:59:34.461Z[ recovery-image] Feb 28 10:59:32.383 INFO O| Feb 28 10:59:32.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
78262025-02-28T10:59:34.461Z[ recovery-image] Feb 28 10:59:32.384 INFO O| Feb 28 10:59:32.384 INFO STEP 1045 (remove_files) COMPLETE
78272025-02-28T10:59:34.464Z[ recovery-image] Feb 28 10:59:32.384 INFO O| Feb 28 10:59:32.384 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282025-02-28T10:59:34.479Z[ recovery-image] Feb 28 10:59:32.402 INFO O| Feb 28 10:59:32.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
78292025-02-28T10:59:34.479Z[ recovery-image] Feb 28 10:59:32.402 INFO O| Feb 28 10:59:32.402 INFO STEP 1046 (remove_files) COMPLETE
78302025-02-28T10:59:34.482Z[ recovery-image] Feb 28 10:59:32.402 INFO O| Feb 28 10:59:32.402 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312025-02-28T10:59:34.498Z[ recovery-image] Feb 28 10:59:32.420 INFO O| Feb 28 10:59:32.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
78322025-02-28T10:59:34.498Z[ recovery-image] Feb 28 10:59:32.420 INFO O| Feb 28 10:59:32.420 INFO STEP 1047 (remove_files) COMPLETE
78332025-02-28T10:59:34.498Z[ recovery-image] Feb 28 10:59:32.420 INFO O| Feb 28 10:59:32.420 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342025-02-28T10:59:34.520Z[ recovery-image] Feb 28 10:59:32.442 INFO O| Feb 28 10:59:32.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
78352025-02-28T10:59:34.520Z[ recovery-image] Feb 28 10:59:32.442 INFO O| Feb 28 10:59:32.442 INFO STEP 1048 (remove_files) COMPLETE
78362025-02-28T10:59:34.520Z[ recovery-image] Feb 28 10:59:32.442 INFO O| Feb 28 10:59:32.442 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372025-02-28T10:59:34.578Z[ recovery-image] Feb 28 10:59:32.500 INFO O| Feb 28 10:59:32.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
78382025-02-28T10:59:34.578Z[ recovery-image] Feb 28 10:59:32.500 INFO O| Feb 28 10:59:32.500 INFO STEP 1049 (remove_files) COMPLETE
78392025-02-28T10:59:34.578Z[ recovery-image] Feb 28 10:59:32.500 INFO O| Feb 28 10:59:32.500 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402025-02-28T10:59:34.598Z[ recovery-image] Feb 28 10:59:32.521 INFO O| Feb 28 10:59:32.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
78412025-02-28T10:59:34.598Z[ recovery-image] Feb 28 10:59:32.521 INFO O| Feb 28 10:59:32.521 INFO STEP 1050 (remove_files) COMPLETE
78422025-02-28T10:59:34.598Z[ recovery-image] Feb 28 10:59:32.521 INFO O| Feb 28 10:59:32.521 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432025-02-28T10:59:34.624Z[ recovery-image] Feb 28 10:59:32.545 INFO O| Feb 28 10:59:32.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
78442025-02-28T10:59:34.624Z[ recovery-image] Feb 28 10:59:32.545 INFO O| Feb 28 10:59:32.545 INFO STEP 1051 (remove_files) COMPLETE
78452025-02-28T10:59:34.624Z[ recovery-image] Feb 28 10:59:32.545 INFO O| Feb 28 10:59:32.545 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462025-02-28T10:59:34.643Z[ recovery-image] Feb 28 10:59:32.566 INFO O| Feb 28 10:59:32.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
78472025-02-28T10:59:34.643Z[ recovery-image] Feb 28 10:59:32.566 INFO O| Feb 28 10:59:32.566 INFO STEP 1052 (remove_files) COMPLETE
78482025-02-28T10:59:34.643Z[ recovery-image] Feb 28 10:59:32.566 INFO O| Feb 28 10:59:32.566 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492025-02-28T10:59:34.680Z[ recovery-image] Feb 28 10:59:32.603 INFO O| Feb 28 10:59:32.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
78502025-02-28T10:59:34.683Z[ recovery-image] Feb 28 10:59:32.603 INFO O| Feb 28 10:59:32.603 INFO STEP 1053 (remove_files) COMPLETE
78512025-02-28T10:59:34.683Z[ recovery-image] Feb 28 10:59:32.603 INFO O| Feb 28 10:59:32.603 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522025-02-28T10:59:34.711Z[ recovery-image] Feb 28 10:59:32.633 INFO O| Feb 28 10:59:32.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
78532025-02-28T10:59:34.711Z[ recovery-image] Feb 28 10:59:32.633 INFO O| Feb 28 10:59:32.633 INFO STEP 1054 (remove_files) COMPLETE
78542025-02-28T10:59:34.711Z[ recovery-image] Feb 28 10:59:32.633 INFO O| Feb 28 10:59:32.633 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-02-28T10:59:34.732Z[ recovery-image] Feb 28 10:59:32.655 INFO O| Feb 28 10:59:32.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
78562025-02-28T10:59:34.732Z[ recovery-image] Feb 28 10:59:32.655 INFO O| Feb 28 10:59:32.655 INFO STEP 1055 (remove_files) COMPLETE
78572025-02-28T10:59:34.735Z[ recovery-image] Feb 28 10:59:32.655 INFO O| Feb 28 10:59:32.655 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-02-28T10:59:34.769Z[ recovery-image] Feb 28 10:59:32.692 INFO O| Feb 28 10:59:32.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
78592025-02-28T10:59:34.769Z[ recovery-image] Feb 28 10:59:32.692 INFO O| Feb 28 10:59:32.692 INFO STEP 1056 (remove_files) COMPLETE
78602025-02-28T10:59:34.772Z[ recovery-image] Feb 28 10:59:32.692 INFO O| Feb 28 10:59:32.692 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612025-02-28T10:59:34.829Z[ recovery-image] Feb 28 10:59:32.752 INFO O| Feb 28 10:59:32.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
78622025-02-28T10:59:34.829Z[ recovery-image] Feb 28 10:59:32.752 INFO O| Feb 28 10:59:32.752 INFO STEP 1057 (remove_files) COMPLETE
78632025-02-28T10:59:34.829Z[ recovery-image] Feb 28 10:59:32.752 INFO O| Feb 28 10:59:32.752 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642025-02-28T10:59:34.850Z[ recovery-image] Feb 28 10:59:32.772 INFO O| Feb 28 10:59:32.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
78652025-02-28T10:59:34.850Z[ recovery-image] Feb 28 10:59:32.772 INFO O| Feb 28 10:59:32.772 INFO STEP 1058 (remove_files) COMPLETE
78662025-02-28T10:59:34.852Z[ recovery-image] Feb 28 10:59:32.772 INFO O| Feb 28 10:59:32.772 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672025-02-28T10:59:34.870Z[ recovery-image] Feb 28 10:59:32.792 INFO O| Feb 28 10:59:32.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
78682025-02-28T10:59:34.870Z[ recovery-image] Feb 28 10:59:32.793 INFO O| Feb 28 10:59:32.792 INFO STEP 1059 (remove_files) COMPLETE
78692025-02-28T10:59:34.870Z[ recovery-image] Feb 28 10:59:32.793 INFO O| Feb 28 10:59:32.793 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702025-02-28T10:59:34.888Z[ recovery-image] Feb 28 10:59:32.810 INFO O| Feb 28 10:59:32.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
78712025-02-28T10:59:34.888Z[ recovery-image] Feb 28 10:59:32.810 INFO O| Feb 28 10:59:32.810 INFO STEP 1060 (remove_files) COMPLETE
78722025-02-28T10:59:34.888Z[ recovery-image] Feb 28 10:59:32.810 INFO O| Feb 28 10:59:32.810 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732025-02-28T10:59:34.906Z[ recovery-image] Feb 28 10:59:32.829 INFO O| Feb 28 10:59:32.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
78742025-02-28T10:59:34.906Z[ recovery-image] Feb 28 10:59:32.829 INFO O| Feb 28 10:59:32.829 INFO STEP 1061 (remove_files) COMPLETE
78752025-02-28T10:59:34.906Z[ recovery-image] Feb 28 10:59:32.829 INFO O| Feb 28 10:59:32.829 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762025-02-28T10:59:34.924Z[ recovery-image] Feb 28 10:59:32.847 INFO O| Feb 28 10:59:32.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
78772025-02-28T10:59:34.925Z[ recovery-image] Feb 28 10:59:32.847 INFO O| Feb 28 10:59:32.847 INFO STEP 1062 (remove_files) COMPLETE
78782025-02-28T10:59:34.927Z[ recovery-image] Feb 28 10:59:32.847 INFO O| Feb 28 10:59:32.847 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792025-02-28T10:59:34.943Z[ recovery-image] Feb 28 10:59:32.866 INFO O| Feb 28 10:59:32.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
78802025-02-28T10:59:34.943Z[ recovery-image] Feb 28 10:59:32.866 INFO O| Feb 28 10:59:32.866 INFO STEP 1063 (remove_files) COMPLETE
78812025-02-28T10:59:34.943Z[ recovery-image] Feb 28 10:59:32.866 INFO O| Feb 28 10:59:32.866 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822025-02-28T10:59:34.964Z[ recovery-image] Feb 28 10:59:32.886 INFO O| Feb 28 10:59:32.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
78832025-02-28T10:59:34.964Z[ recovery-image] Feb 28 10:59:32.886 INFO O| Feb 28 10:59:32.886 INFO STEP 1064 (remove_files) COMPLETE
78842025-02-28T10:59:34.966Z[ recovery-image] Feb 28 10:59:32.887 INFO O| Feb 28 10:59:32.886 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852025-02-28T10:59:35.002Z[ recovery-image] Feb 28 10:59:32.924 INFO O| Feb 28 10:59:32.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
78862025-02-28T10:59:35.004Z[ recovery-image] Feb 28 10:59:32.924 INFO O| Feb 28 10:59:32.924 INFO STEP 1065 (remove_files) COMPLETE
78872025-02-28T10:59:35.005Z[ recovery-image] Feb 28 10:59:32.924 INFO O| Feb 28 10:59:32.924 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882025-02-28T10:59:35.023Z[ recovery-image] Feb 28 10:59:32.945 INFO O| Feb 28 10:59:32.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
78892025-02-28T10:59:35.023Z[ recovery-image] Feb 28 10:59:32.946 INFO O| Feb 28 10:59:32.945 INFO STEP 1066 (remove_files) COMPLETE
78902025-02-28T10:59:35.023Z[ recovery-image] Feb 28 10:59:32.946 INFO O| Feb 28 10:59:32.946 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912025-02-28T10:59:35.081Z[ recovery-image] Feb 28 10:59:33.004 INFO O| Feb 28 10:59:33.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
78922025-02-28T10:59:35.084Z[ recovery-image] Feb 28 10:59:33.004 INFO O| Feb 28 10:59:33.004 INFO STEP 1067 (remove_files) COMPLETE
78932025-02-28T10:59:35.084Z[ recovery-image] Feb 28 10:59:33.004 INFO O| Feb 28 10:59:33.004 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942025-02-28T10:59:35.109Z[ recovery-image] Feb 28 10:59:33.031 INFO O| Feb 28 10:59:33.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
78952025-02-28T10:59:35.112Z[ recovery-image] Feb 28 10:59:33.031 INFO O| Feb 28 10:59:33.031 INFO STEP 1068 (remove_files) COMPLETE
78962025-02-28T10:59:35.112Z[ recovery-image] Feb 28 10:59:33.031 INFO O| Feb 28 10:59:33.031 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972025-02-28T10:59:35.130Z[ recovery-image] Feb 28 10:59:33.053 INFO O| Feb 28 10:59:33.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78982025-02-28T10:59:35.130Z[ recovery-image] Feb 28 10:59:33.053 INFO O| Feb 28 10:59:33.053 INFO STEP 1069 (remove_files) COMPLETE
78992025-02-28T10:59:35.133Z[ recovery-image] Feb 28 10:59:33.053 INFO O| Feb 28 10:59:33.053 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002025-02-28T10:59:35.150Z[ recovery-image] Feb 28 10:59:33.073 INFO O| Feb 28 10:59:33.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
79012025-02-28T10:59:35.170Z[ recovery-image] Feb 28 10:59:33.091 INFO O| Feb 28 10:59:33.091 INFO STEP 1070 (remove_files) COMPLETE
79022025-02-28T10:59:35.170Z[ recovery-image] Feb 28 10:59:33.091 INFO O| Feb 28 10:59:33.091 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032025-02-28T10:59:35.189Z[ recovery-image] Feb 28 10:59:33.111 INFO O| Feb 28 10:59:33.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
79042025-02-28T10:59:35.189Z[ recovery-image] Feb 28 10:59:33.111 INFO O| Feb 28 10:59:33.111 INFO STEP 1071 (remove_files) COMPLETE
79052025-02-28T10:59:35.189Z[ recovery-image] Feb 28 10:59:33.112 INFO O| Feb 28 10:59:33.111 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062025-02-28T10:59:35.208Z[ recovery-image] Feb 28 10:59:33.131 INFO O| Feb 28 10:59:33.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
79072025-02-28T10:59:35.208Z[ recovery-image] Feb 28 10:59:33.131 INFO O| Feb 28 10:59:33.131 INFO STEP 1072 (remove_files) COMPLETE
79082025-02-28T10:59:35.211Z[ recovery-image] Feb 28 10:59:33.131 INFO O| Feb 28 10:59:33.131 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092025-02-28T10:59:35.236Z[ recovery-image] Feb 28 10:59:33.158 INFO O| Feb 28 10:59:33.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
79102025-02-28T10:59:35.236Z[ recovery-image] Feb 28 10:59:33.159 INFO O| Feb 28 10:59:33.159 INFO STEP 1073 (remove_files) COMPLETE
79112025-02-28T10:59:35.236Z[ recovery-image] Feb 28 10:59:33.159 INFO O| Feb 28 10:59:33.159 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122025-02-28T10:59:35.274Z[ recovery-image] Feb 28 10:59:33.197 INFO O| Feb 28 10:59:33.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
79132025-02-28T10:59:35.275Z[ recovery-image] Feb 28 10:59:33.197 INFO O| Feb 28 10:59:33.197 INFO STEP 1074 (remove_files) COMPLETE
79142025-02-28T10:59:35.277Z[ recovery-image] Feb 28 10:59:33.197 INFO O| Feb 28 10:59:33.197 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152025-02-28T10:59:35.324Z[ recovery-image] Feb 28 10:59:33.246 INFO O| Feb 28 10:59:33.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
79162025-02-28T10:59:35.324Z[ recovery-image] Feb 28 10:59:33.246 INFO O| Feb 28 10:59:33.246 INFO STEP 1075 (remove_files) COMPLETE
79172025-02-28T10:59:35.324Z[ recovery-image] Feb 28 10:59:33.246 INFO O| Feb 28 10:59:33.246 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182025-02-28T10:59:35.382Z[ recovery-image] Feb 28 10:59:33.304 INFO O| Feb 28 10:59:33.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
79192025-02-28T10:59:35.382Z[ recovery-image] Feb 28 10:59:33.304 INFO O| Feb 28 10:59:33.304 INFO STEP 1076 (remove_files) COMPLETE
79202025-02-28T10:59:35.382Z[ recovery-image] Feb 28 10:59:33.304 INFO O| Feb 28 10:59:33.304 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212025-02-28T10:59:35.409Z[ recovery-image] Feb 28 10:59:33.331 INFO O| Feb 28 10:59:33.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
79222025-02-28T10:59:35.410Z[ recovery-image] Feb 28 10:59:33.332 INFO O| Feb 28 10:59:33.331 INFO STEP 1077 (remove_files) COMPLETE
79232025-02-28T10:59:35.412Z[ recovery-image] Feb 28 10:59:33.332 INFO O| Feb 28 10:59:33.331 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242025-02-28T10:59:35.430Z[ recovery-image] Feb 28 10:59:33.351 INFO O| Feb 28 10:59:33.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
79252025-02-28T10:59:35.430Z[ recovery-image] Feb 28 10:59:33.351 INFO O| Feb 28 10:59:33.351 INFO STEP 1078 (remove_files) COMPLETE
79262025-02-28T10:59:35.430Z[ recovery-image] Feb 28 10:59:33.351 INFO O| Feb 28 10:59:33.351 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272025-02-28T10:59:35.449Z[ recovery-image] Feb 28 10:59:33.370 INFO O| Feb 28 10:59:33.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
79282025-02-28T10:59:35.449Z[ recovery-image] Feb 28 10:59:33.370 INFO O| Feb 28 10:59:33.370 INFO STEP 1079 (remove_files) COMPLETE
79292025-02-28T10:59:35.449Z[ recovery-image] Feb 28 10:59:33.370 INFO O| Feb 28 10:59:33.370 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302025-02-28T10:59:35.467Z[ recovery-image] Feb 28 10:59:33.389 INFO O| Feb 28 10:59:33.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
79312025-02-28T10:59:35.467Z[ recovery-image] Feb 28 10:59:33.390 INFO O| Feb 28 10:59:33.390 INFO STEP 1080 (remove_files) COMPLETE
79322025-02-28T10:59:35.467Z[ recovery-image] Feb 28 10:59:33.390 INFO O| Feb 28 10:59:33.390 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332025-02-28T10:59:35.486Z[ recovery-image] Feb 28 10:59:33.408 INFO O| Feb 28 10:59:33.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
79342025-02-28T10:59:35.489Z[ recovery-image] Feb 28 10:59:33.408 INFO O| Feb 28 10:59:33.408 INFO STEP 1081 (remove_files) COMPLETE
79352025-02-28T10:59:35.489Z[ recovery-image] Feb 28 10:59:33.408 INFO O| Feb 28 10:59:33.408 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362025-02-28T10:59:35.519Z[ recovery-image] Feb 28 10:59:33.441 INFO O| Feb 28 10:59:33.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
79372025-02-28T10:59:35.522Z[ recovery-image] Feb 28 10:59:33.442 INFO O| Feb 28 10:59:33.441 INFO STEP 1082 (remove_files) COMPLETE
79382025-02-28T10:59:35.522Z[ recovery-image] Feb 28 10:59:33.442 INFO O| Feb 28 10:59:33.442 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392025-02-28T10:59:35.543Z[ recovery-image] Feb 28 10:59:33.465 INFO O| Feb 28 10:59:33.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
79402025-02-28T10:59:35.546Z[ recovery-image] Feb 28 10:59:33.466 INFO O| Feb 28 10:59:33.466 INFO STEP 1083 (remove_files) COMPLETE
79412025-02-28T10:59:35.546Z[ recovery-image] Feb 28 10:59:33.466 INFO O| Feb 28 10:59:33.466 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422025-02-28T10:59:35.565Z[ recovery-image] Feb 28 10:59:33.488 INFO O| Feb 28 10:59:33.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
79432025-02-28T10:59:35.568Z[ recovery-image] Feb 28 10:59:33.488 INFO O| Feb 28 10:59:33.488 INFO STEP 1084 (remove_files) COMPLETE
79442025-02-28T10:59:35.568Z[ recovery-image] Feb 28 10:59:33.488 INFO O| Feb 28 10:59:33.488 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452025-02-28T10:59:35.593Z[ recovery-image] Feb 28 10:59:33.510 INFO O| Feb 28 10:59:33.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
79462025-02-28T10:59:35.593Z[ recovery-image] Feb 28 10:59:33.510 INFO O| Feb 28 10:59:33.510 INFO STEP 1085 (remove_files) COMPLETE
79472025-02-28T10:59:35.593Z[ recovery-image] Feb 28 10:59:33.510 INFO O| Feb 28 10:59:33.510 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482025-02-28T10:59:35.610Z[ recovery-image] Feb 28 10:59:33.532 INFO O| Feb 28 10:59:33.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
79492025-02-28T10:59:35.610Z[ recovery-image] Feb 28 10:59:33.532 INFO O| Feb 28 10:59:33.532 INFO STEP 1086 (remove_files) COMPLETE
79502025-02-28T10:59:35.613Z[ recovery-image] Feb 28 10:59:33.532 INFO O| Feb 28 10:59:33.532 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512025-02-28T10:59:35.629Z[ recovery-image] Feb 28 10:59:33.552 INFO O| Feb 28 10:59:33.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
79522025-02-28T10:59:35.629Z[ recovery-image] Feb 28 10:59:33.552 INFO O| Feb 28 10:59:33.552 INFO STEP 1087 (remove_files) COMPLETE
79532025-02-28T10:59:35.629Z[ recovery-image] Feb 28 10:59:33.552 INFO O| Feb 28 10:59:33.552 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542025-02-28T10:59:35.649Z[ recovery-image] Feb 28 10:59:33.571 INFO O| Feb 28 10:59:33.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
79552025-02-28T10:59:35.649Z[ recovery-image] Feb 28 10:59:33.571 INFO O| Feb 28 10:59:33.571 INFO STEP 1088 (remove_files) COMPLETE
79562025-02-28T10:59:35.649Z[ recovery-image] Feb 28 10:59:33.571 INFO O| Feb 28 10:59:33.571 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572025-02-28T10:59:35.669Z[ recovery-image] Feb 28 10:59:33.591 INFO O| Feb 28 10:59:33.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
79582025-02-28T10:59:35.670Z[ recovery-image] Feb 28 10:59:33.591 INFO O| Feb 28 10:59:33.591 INFO STEP 1089 (remove_files) COMPLETE
79592025-02-28T10:59:35.670Z[ recovery-image] Feb 28 10:59:33.591 INFO O| Feb 28 10:59:33.591 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602025-02-28T10:59:35.689Z[ recovery-image] Feb 28 10:59:33.611 INFO O| Feb 28 10:59:33.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
79612025-02-28T10:59:35.689Z[ recovery-image] Feb 28 10:59:33.611 INFO O| Feb 28 10:59:33.611 INFO STEP 1090 (remove_files) COMPLETE
79622025-02-28T10:59:35.692Z[ recovery-image] Feb 28 10:59:33.611 INFO O| Feb 28 10:59:33.611 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632025-02-28T10:59:35.788Z[ recovery-image] Feb 28 10:59:33.710 INFO O| Feb 28 10:59:33.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
79642025-02-28T10:59:35.788Z[ recovery-image] Feb 28 10:59:33.710 INFO O| Feb 28 10:59:33.710 INFO STEP 1091 (remove_files) COMPLETE
79652025-02-28T10:59:35.788Z[ recovery-image] Feb 28 10:59:33.710 INFO O| Feb 28 10:59:33.710 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662025-02-28T10:59:35.808Z[ recovery-image] Feb 28 10:59:33.729 INFO O| Feb 28 10:59:33.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
79672025-02-28T10:59:35.808Z[ recovery-image] Feb 28 10:59:33.729 INFO O| Feb 28 10:59:33.729 INFO STEP 1092 (remove_files) COMPLETE
79682025-02-28T10:59:35.808Z[ recovery-image] Feb 28 10:59:33.729 INFO O| Feb 28 10:59:33.729 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692025-02-28T10:59:35.825Z[ recovery-image] Feb 28 10:59:33.746 INFO O| Feb 28 10:59:33.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
79702025-02-28T10:59:35.825Z[ recovery-image] Feb 28 10:59:33.746 INFO O| Feb 28 10:59:33.746 INFO STEP 1093 (remove_files) COMPLETE
79712025-02-28T10:59:35.825Z[ recovery-image] Feb 28 10:59:33.746 INFO O| Feb 28 10:59:33.746 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722025-02-28T10:59:35.848Z[ recovery-image] Feb 28 10:59:33.770 INFO O| Feb 28 10:59:33.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
79732025-02-28T10:59:35.851Z[ recovery-image] Feb 28 10:59:33.770 INFO O| Feb 28 10:59:33.770 INFO STEP 1094 (remove_files) COMPLETE
79742025-02-28T10:59:35.851Z[ recovery-image] Feb 28 10:59:33.771 INFO O| Feb 28 10:59:33.770 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752025-02-28T10:59:35.869Z[ recovery-image] Feb 28 10:59:33.791 INFO O| Feb 28 10:59:33.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
79762025-02-28T10:59:35.872Z[ recovery-image] Feb 28 10:59:33.792 INFO O| Feb 28 10:59:33.792 INFO STEP 1095 (remove_files) COMPLETE
79772025-02-28T10:59:35.872Z[ recovery-image] Feb 28 10:59:33.792 INFO O| Feb 28 10:59:33.792 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782025-02-28T10:59:35.894Z[ recovery-image] Feb 28 10:59:33.814 INFO O| Feb 28 10:59:33.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
79792025-02-28T10:59:35.896Z[ recovery-image] Feb 28 10:59:33.814 INFO O| Feb 28 10:59:33.814 INFO STEP 1096 (remove_files) COMPLETE
79802025-02-28T10:59:35.896Z[ recovery-image] Feb 28 10:59:33.815 INFO O| Feb 28 10:59:33.814 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812025-02-28T10:59:35.912Z[ recovery-image] Feb 28 10:59:33.834 INFO O| Feb 28 10:59:33.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
79822025-02-28T10:59:35.914Z[ recovery-image] Feb 28 10:59:33.834 INFO O| Feb 28 10:59:33.834 INFO STEP 1097 (remove_files) COMPLETE
79832025-02-28T10:59:35.914Z[ recovery-image] Feb 28 10:59:33.834 INFO O| Feb 28 10:59:33.834 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842025-02-28T10:59:35.941Z[ recovery-image] Feb 28 10:59:33.863 INFO O| Feb 28 10:59:33.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
79852025-02-28T10:59:35.941Z[ recovery-image] Feb 28 10:59:33.863 INFO O| Feb 28 10:59:33.863 INFO STEP 1098 (remove_files) COMPLETE
79862025-02-28T10:59:35.944Z[ recovery-image] Feb 28 10:59:33.863 INFO O| Feb 28 10:59:33.863 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872025-02-28T10:59:36.083Z[ recovery-image] Feb 28 10:59:34.005 INFO O| Feb 28 10:59:34.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
79882025-02-28T10:59:36.086Z[ recovery-image] Feb 28 10:59:34.005 INFO O| Feb 28 10:59:34.005 INFO STEP 1099 (remove_files) COMPLETE
79892025-02-28T10:59:36.086Z[ recovery-image] Feb 28 10:59:34.006 INFO O| Feb 28 10:59:34.005 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902025-02-28T10:59:36.104Z[ recovery-image] Feb 28 10:59:34.026 INFO O| Feb 28 10:59:34.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
79912025-02-28T10:59:36.107Z[ recovery-image] Feb 28 10:59:34.026 INFO O| Feb 28 10:59:34.026 INFO STEP 1100 (remove_files) COMPLETE
79922025-02-28T10:59:36.107Z[ recovery-image] Feb 28 10:59:34.026 INFO O| Feb 28 10:59:34.026 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932025-02-28T10:59:36.124Z[ recovery-image] Feb 28 10:59:34.046 INFO O| Feb 28 10:59:34.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79942025-02-28T10:59:36.127Z[ recovery-image] Feb 28 10:59:34.047 INFO O| Feb 28 10:59:34.046 INFO STEP 1101 (remove_files) COMPLETE
79952025-02-28T10:59:36.127Z[ recovery-image] Feb 28 10:59:34.047 INFO O| Feb 28 10:59:34.047 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962025-02-28T10:59:36.162Z[ recovery-image] Feb 28 10:59:34.084 INFO O| Feb 28 10:59:34.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79972025-02-28T10:59:36.162Z[ recovery-image] Feb 28 10:59:34.084 INFO O| Feb 28 10:59:34.084 INFO STEP 1102 (remove_files) COMPLETE
79982025-02-28T10:59:36.165Z[ recovery-image] Feb 28 10:59:34.084 INFO O| Feb 28 10:59:34.084 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992025-02-28T10:59:36.184Z[ recovery-image] Feb 28 10:59:34.105 INFO O| Feb 28 10:59:34.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
80002025-02-28T10:59:36.184Z[ recovery-image] Feb 28 10:59:34.105 INFO O| Feb 28 10:59:34.105 INFO STEP 1103 (remove_files) COMPLETE
80012025-02-28T10:59:36.184Z[ recovery-image] Feb 28 10:59:34.105 INFO O| Feb 28 10:59:34.105 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022025-02-28T10:59:36.243Z[ recovery-image] Feb 28 10:59:34.165 INFO O| Feb 28 10:59:34.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
80032025-02-28T10:59:36.243Z[ recovery-image] Feb 28 10:59:34.165 INFO O| Feb 28 10:59:34.165 INFO STEP 1104 (remove_files) COMPLETE
80042025-02-28T10:59:36.243Z[ recovery-image] Feb 28 10:59:34.165 INFO O| Feb 28 10:59:34.165 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052025-02-28T10:59:36.262Z[ recovery-image] Feb 28 10:59:34.184 INFO O| Feb 28 10:59:34.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
80062025-02-28T10:59:36.265Z[ recovery-image] Feb 28 10:59:34.185 INFO O| Feb 28 10:59:34.185 INFO STEP 1105 (remove_files) COMPLETE
80072025-02-28T10:59:36.265Z[ recovery-image] Feb 28 10:59:34.185 INFO O| Feb 28 10:59:34.185 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082025-02-28T10:59:36.294Z[ recovery-image] Feb 28 10:59:34.216 INFO O| Feb 28 10:59:34.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
80092025-02-28T10:59:36.294Z[ recovery-image] Feb 28 10:59:34.216 INFO O| Feb 28 10:59:34.216 INFO STEP 1106 (remove_files) COMPLETE
80102025-02-28T10:59:36.297Z[ recovery-image] Feb 28 10:59:34.216 INFO O| Feb 28 10:59:34.216 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112025-02-28T10:59:36.342Z[ recovery-image] Feb 28 10:59:34.264 INFO O| Feb 28 10:59:34.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
80122025-02-28T10:59:36.342Z[ recovery-image] Feb 28 10:59:34.264 INFO O| Feb 28 10:59:34.264 INFO STEP 1107 (remove_files) COMPLETE
80132025-02-28T10:59:36.346Z[ recovery-image] Feb 28 10:59:34.264 INFO O| Feb 28 10:59:34.264 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142025-02-28T10:59:36.362Z[ recovery-image] Feb 28 10:59:34.284 INFO O| Feb 28 10:59:34.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
80152025-02-28T10:59:36.372Z[ recovery-image] Feb 28 10:59:34.294 INFO O| Feb 28 10:59:34.294 INFO STEP 1108 (remove_files) COMPLETE
80162025-02-28T10:59:36.372Z[ recovery-image] Feb 28 10:59:34.294 INFO O| Feb 28 10:59:34.294 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172025-02-28T10:59:36.394Z[ recovery-image] Feb 28 10:59:34.315 INFO O| Feb 28 10:59:34.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
80182025-02-28T10:59:36.396Z[ recovery-image] Feb 28 10:59:34.316 INFO O| Feb 28 10:59:34.316 INFO STEP 1109 (remove_files) COMPLETE
80192025-02-28T10:59:36.396Z[ recovery-image] Feb 28 10:59:34.316 INFO O| Feb 28 10:59:34.316 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202025-02-28T10:59:36.425Z[ recovery-image] Feb 28 10:59:34.346 INFO O| Feb 28 10:59:34.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
80212025-02-28T10:59:36.428Z[ recovery-image] Feb 28 10:59:34.347 INFO O| Feb 28 10:59:34.347 INFO STEP 1110 (remove_files) COMPLETE
80222025-02-28T10:59:36.428Z[ recovery-image] Feb 28 10:59:34.347 INFO O| Feb 28 10:59:34.347 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232025-02-28T10:59:36.446Z[ recovery-image] Feb 28 10:59:34.368 INFO O| Feb 28 10:59:34.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
80242025-02-28T10:59:36.446Z[ recovery-image] Feb 28 10:59:34.368 INFO O| Feb 28 10:59:34.368 INFO STEP 1111 (remove_files) COMPLETE
80252025-02-28T10:59:36.449Z[ recovery-image] Feb 28 10:59:34.368 INFO O| Feb 28 10:59:34.368 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262025-02-28T10:59:36.466Z[ recovery-image] Feb 28 10:59:34.388 INFO O| Feb 28 10:59:34.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
80272025-02-28T10:59:36.466Z[ recovery-image] Feb 28 10:59:34.388 INFO O| Feb 28 10:59:34.388 INFO STEP 1112 (remove_files) COMPLETE
80282025-02-28T10:59:36.469Z[ recovery-image] Feb 28 10:59:34.388 INFO O| Feb 28 10:59:34.388 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292025-02-28T10:59:36.506Z[ recovery-image] Feb 28 10:59:34.427 INFO O| Feb 28 10:59:34.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
80302025-02-28T10:59:36.509Z[ recovery-image] Feb 28 10:59:34.427 INFO O| Feb 28 10:59:34.427 INFO STEP 1113 (remove_files) COMPLETE
80312025-02-28T10:59:36.509Z[ recovery-image] Feb 28 10:59:34.427 INFO O| Feb 28 10:59:34.427 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322025-02-28T10:59:36.526Z[ recovery-image] Feb 28 10:59:34.448 INFO O| Feb 28 10:59:34.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
80332025-02-28T10:59:36.527Z[ recovery-image] Feb 28 10:59:34.448 INFO O| Feb 28 10:59:34.448 INFO STEP 1114 (remove_files) COMPLETE
80342025-02-28T10:59:36.527Z[ recovery-image] Feb 28 10:59:34.448 INFO O| Feb 28 10:59:34.448 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352025-02-28T10:59:36.546Z[ recovery-image] Feb 28 10:59:34.467 INFO O| Feb 28 10:59:34.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
80362025-02-28T10:59:36.546Z[ recovery-image] Feb 28 10:59:34.467 INFO O| Feb 28 10:59:34.467 INFO STEP 1115 (remove_files) COMPLETE
80372025-02-28T10:59:36.546Z[ recovery-image] Feb 28 10:59:34.468 INFO O| Feb 28 10:59:34.467 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382025-02-28T10:59:36.672Z[ recovery-image] Feb 28 10:59:34.594 INFO O| Feb 28 10:59:34.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
80392025-02-28T10:59:36.672Z[ recovery-image] Feb 28 10:59:34.594 INFO O| Feb 28 10:59:34.594 INFO STEP 1116 (remove_files) COMPLETE
80402025-02-28T10:59:36.672Z[ recovery-image] Feb 28 10:59:34.594 INFO O| Feb 28 10:59:34.594 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412025-02-28T10:59:36.692Z[ recovery-image] Feb 28 10:59:34.613 INFO O| Feb 28 10:59:34.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
80422025-02-28T10:59:36.692Z[ recovery-image] Feb 28 10:59:34.613 INFO O| Feb 28 10:59:34.613 INFO STEP 1117 (remove_files) COMPLETE
80432025-02-28T10:59:36.692Z[ recovery-image] Feb 28 10:59:34.613 INFO O| Feb 28 10:59:34.613 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442025-02-28T10:59:36.714Z[ recovery-image] Feb 28 10:59:34.635 INFO O| Feb 28 10:59:34.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
80452025-02-28T10:59:36.714Z[ recovery-image] Feb 28 10:59:34.635 INFO O| Feb 28 10:59:34.635 INFO STEP 1118 (remove_files) COMPLETE
80462025-02-28T10:59:36.714Z[ recovery-image] Feb 28 10:59:34.635 INFO O| Feb 28 10:59:34.635 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472025-02-28T10:59:36.735Z[ recovery-image] Feb 28 10:59:34.657 INFO O| Feb 28 10:59:34.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
80482025-02-28T10:59:36.736Z[ recovery-image] Feb 28 10:59:34.657 INFO O| Feb 28 10:59:34.657 INFO STEP 1119 (remove_files) COMPLETE
80492025-02-28T10:59:36.740Z[ recovery-image] Feb 28 10:59:34.657 INFO O| Feb 28 10:59:34.657 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502025-02-28T10:59:36.795Z[ recovery-image] Feb 28 10:59:34.717 INFO O| Feb 28 10:59:34.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
80512025-02-28T10:59:36.795Z[ recovery-image] Feb 28 10:59:34.717 INFO O| Feb 28 10:59:34.717 INFO STEP 1120 (remove_files) COMPLETE
80522025-02-28T10:59:36.795Z[ recovery-image] Feb 28 10:59:34.717 INFO O| Feb 28 10:59:34.717 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532025-02-28T10:59:36.815Z[ recovery-image] Feb 28 10:59:34.737 INFO O| Feb 28 10:59:34.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
80542025-02-28T10:59:36.818Z[ recovery-image] Feb 28 10:59:34.737 INFO O| Feb 28 10:59:34.737 INFO STEP 1121 (remove_files) COMPLETE
80552025-02-28T10:59:36.818Z[ recovery-image] Feb 28 10:59:34.737 INFO O| Feb 28 10:59:34.737 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562025-02-28T10:59:36.836Z[ recovery-image] Feb 28 10:59:34.757 INFO O| Feb 28 10:59:34.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
80572025-02-28T10:59:36.836Z[ recovery-image] Feb 28 10:59:34.757 INFO O| Feb 28 10:59:34.757 INFO STEP 1122 (remove_files) COMPLETE
80582025-02-28T10:59:36.839Z[ recovery-image] Feb 28 10:59:34.757 INFO O| Feb 28 10:59:34.757 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592025-02-28T10:59:36.854Z[ recovery-image] Feb 28 10:59:34.776 INFO O| Feb 28 10:59:34.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
80602025-02-28T10:59:36.854Z[ recovery-image] Feb 28 10:59:34.776 INFO O| Feb 28 10:59:34.776 INFO STEP 1123 (remove_files) COMPLETE
80612025-02-28T10:59:36.854Z[ recovery-image] Feb 28 10:59:34.776 INFO O| Feb 28 10:59:34.776 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622025-02-28T10:59:36.874Z[ recovery-image] Feb 28 10:59:34.796 INFO O| Feb 28 10:59:34.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
80632025-02-28T10:59:36.874Z[ recovery-image] Feb 28 10:59:34.796 INFO O| Feb 28 10:59:34.796 INFO STEP 1124 (remove_files) COMPLETE
80642025-02-28T10:59:36.874Z[ recovery-image] Feb 28 10:59:34.796 INFO O| Feb 28 10:59:34.796 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652025-02-28T10:59:36.894Z[ recovery-image] Feb 28 10:59:34.816 INFO O| Feb 28 10:59:34.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
80662025-02-28T10:59:36.894Z[ recovery-image] Feb 28 10:59:34.816 INFO O| Feb 28 10:59:34.816 INFO STEP 1125 (remove_files) COMPLETE
80672025-02-28T10:59:36.894Z[ recovery-image] Feb 28 10:59:34.816 INFO O| Feb 28 10:59:34.816 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682025-02-28T10:59:36.913Z[ recovery-image] Feb 28 10:59:34.834 INFO O| Feb 28 10:59:34.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
80692025-02-28T10:59:36.913Z[ recovery-image] Feb 28 10:59:34.834 INFO O| Feb 28 10:59:34.834 INFO STEP 1126 (remove_files) COMPLETE
80702025-02-28T10:59:36.913Z[ recovery-image] Feb 28 10:59:34.834 INFO O| Feb 28 10:59:34.834 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712025-02-28T10:59:36.930Z[ recovery-image] Feb 28 10:59:34.852 INFO O| Feb 28 10:59:34.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
80722025-02-28T10:59:36.930Z[ recovery-image] Feb 28 10:59:34.852 INFO O| Feb 28 10:59:34.852 INFO STEP 1127 (remove_files) COMPLETE
80732025-02-28T10:59:36.930Z[ recovery-image] Feb 28 10:59:34.852 INFO O| Feb 28 10:59:34.852 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742025-02-28T10:59:36.950Z[ recovery-image] Feb 28 10:59:34.872 INFO O| Feb 28 10:59:34.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
80752025-02-28T10:59:36.950Z[ recovery-image] Feb 28 10:59:34.872 INFO O| Feb 28 10:59:34.872 INFO STEP 1128 (remove_files) COMPLETE
80762025-02-28T10:59:36.950Z[ recovery-image] Feb 28 10:59:34.872 INFO O| Feb 28 10:59:34.872 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772025-02-28T10:59:36.971Z[ recovery-image] Feb 28 10:59:34.893 INFO O| Feb 28 10:59:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
80782025-02-28T10:59:36.971Z[ recovery-image] Feb 28 10:59:34.893 INFO O| Feb 28 10:59:34.893 INFO STEP 1129 (remove_files) COMPLETE
80792025-02-28T10:59:36.974Z[ recovery-image] Feb 28 10:59:34.893 INFO O| Feb 28 10:59:34.893 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802025-02-28T10:59:37.002Z[ recovery-image] Feb 28 10:59:34.923 INFO O| Feb 28 10:59:34.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
80812025-02-28T10:59:37.002Z[ recovery-image] Feb 28 10:59:34.923 INFO O| Feb 28 10:59:34.923 INFO STEP 1130 (remove_files) COMPLETE
80822025-02-28T10:59:37.002Z[ recovery-image] Feb 28 10:59:34.923 INFO O| Feb 28 10:59:34.923 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832025-02-28T10:59:37.022Z[ recovery-image] Feb 28 10:59:34.943 INFO O| Feb 28 10:59:34.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
80842025-02-28T10:59:37.024Z[ recovery-image] Feb 28 10:59:34.944 INFO O| Feb 28 10:59:34.944 INFO STEP 1131 (remove_files) COMPLETE
80852025-02-28T10:59:37.025Z[ recovery-image] Feb 28 10:59:34.944 INFO O| Feb 28 10:59:34.944 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862025-02-28T10:59:37.059Z[ recovery-image] Feb 28 10:59:34.980 INFO O| Feb 28 10:59:34.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
80872025-02-28T10:59:37.059Z[ recovery-image] Feb 28 10:59:34.980 INFO O| Feb 28 10:59:34.980 INFO STEP 1132 (remove_files) COMPLETE
80882025-02-28T10:59:37.061Z[ recovery-image] Feb 28 10:59:34.980 INFO O| Feb 28 10:59:34.980 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892025-02-28T10:59:37.077Z[ recovery-image] Feb 28 10:59:34.998 INFO O| Feb 28 10:59:34.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
80902025-02-28T10:59:37.077Z[ recovery-image] Feb 28 10:59:34.999 INFO O| Feb 28 10:59:34.998 INFO STEP 1133 (remove_files) COMPLETE
80912025-02-28T10:59:37.077Z[ recovery-image] Feb 28 10:59:34.999 INFO O| Feb 28 10:59:34.999 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922025-02-28T10:59:37.096Z[ recovery-image] Feb 28 10:59:35.017 INFO O| Feb 28 10:59:35.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80932025-02-28T10:59:37.096Z[ recovery-image] Feb 28 10:59:35.017 INFO O| Feb 28 10:59:35.017 INFO STEP 1134 (remove_files) COMPLETE
80942025-02-28T10:59:37.096Z[ recovery-image] Feb 28 10:59:35.017 INFO O| Feb 28 10:59:35.017 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952025-02-28T10:59:37.114Z[ recovery-image] Feb 28 10:59:35.035 INFO O| Feb 28 10:59:35.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80962025-02-28T10:59:37.114Z[ recovery-image] Feb 28 10:59:35.036 INFO O| Feb 28 10:59:35.036 INFO STEP 1135 (remove_files) COMPLETE
80972025-02-28T10:59:37.114Z[ recovery-image] Feb 28 10:59:35.036 INFO O| Feb 28 10:59:35.036 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982025-02-28T10:59:37.132Z[ recovery-image] Feb 28 10:59:35.054 INFO O| Feb 28 10:59:35.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80992025-02-28T10:59:37.132Z[ recovery-image] Feb 28 10:59:35.054 INFO O| Feb 28 10:59:35.054 INFO STEP 1136 (remove_files) COMPLETE
81002025-02-28T10:59:37.132Z[ recovery-image] Feb 28 10:59:35.054 INFO O| Feb 28 10:59:35.054 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012025-02-28T10:59:37.161Z[ recovery-image] Feb 28 10:59:35.082 INFO O| Feb 28 10:59:35.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
81022025-02-28T10:59:37.161Z[ recovery-image] Feb 28 10:59:35.082 INFO O| Feb 28 10:59:35.082 INFO STEP 1137 (remove_files) COMPLETE
81032025-02-28T10:59:37.161Z[ recovery-image] Feb 28 10:59:35.082 INFO O| Feb 28 10:59:35.082 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042025-02-28T10:59:37.193Z[ recovery-image] Feb 28 10:59:35.114 INFO O| Feb 28 10:59:35.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
81052025-02-28T10:59:37.193Z[ recovery-image] Feb 28 10:59:35.114 INFO O| Feb 28 10:59:35.114 INFO STEP 1138 (remove_files) COMPLETE
81062025-02-28T10:59:37.193Z[ recovery-image] Feb 28 10:59:35.114 INFO O| Feb 28 10:59:35.114 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072025-02-28T10:59:37.241Z[ recovery-image] Feb 28 10:59:35.163 INFO O| Feb 28 10:59:35.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
81082025-02-28T10:59:37.241Z[ recovery-image] Feb 28 10:59:35.163 INFO O| Feb 28 10:59:35.163 INFO STEP 1139 (remove_files) COMPLETE
81092025-02-28T10:59:37.241Z[ recovery-image] Feb 28 10:59:35.163 INFO O| Feb 28 10:59:35.163 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102025-02-28T10:59:37.260Z[ recovery-image] Feb 28 10:59:35.181 INFO O| Feb 28 10:59:35.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
81112025-02-28T10:59:37.260Z[ recovery-image] Feb 28 10:59:35.181 INFO O| Feb 28 10:59:35.181 INFO STEP 1140 (remove_files) COMPLETE
81122025-02-28T10:59:37.260Z[ recovery-image] Feb 28 10:59:35.181 INFO O| Feb 28 10:59:35.181 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132025-02-28T10:59:37.294Z[ recovery-image] Feb 28 10:59:35.215 INFO O| Feb 28 10:59:35.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
81142025-02-28T10:59:37.294Z[ recovery-image] Feb 28 10:59:35.215 INFO O| Feb 28 10:59:35.215 INFO STEP 1141 (remove_files) COMPLETE
81152025-02-28T10:59:37.297Z[ recovery-image] Feb 28 10:59:35.215 INFO O| Feb 28 10:59:35.215 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162025-02-28T10:59:37.394Z[ recovery-image] Feb 28 10:59:35.315 INFO O| Feb 28 10:59:35.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
81172025-02-28T10:59:37.396Z[ recovery-image] Feb 28 10:59:35.315 INFO O| Feb 28 10:59:35.315 INFO STEP 1142 (remove_files) COMPLETE
81182025-02-28T10:59:37.396Z[ recovery-image] Feb 28 10:59:35.315 INFO O| Feb 28 10:59:35.315 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192025-02-28T10:59:37.413Z[ recovery-image] Feb 28 10:59:35.334 INFO O| Feb 28 10:59:35.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
81202025-02-28T10:59:37.416Z[ recovery-image] Feb 28 10:59:35.335 INFO O| Feb 28 10:59:35.335 INFO STEP 1143 (remove_files) COMPLETE
81212025-02-28T10:59:37.416Z[ recovery-image] Feb 28 10:59:35.335 INFO O| Feb 28 10:59:35.335 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222025-02-28T10:59:37.447Z[ recovery-image] Feb 28 10:59:35.368 INFO O| Feb 28 10:59:35.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
81232025-02-28T10:59:37.447Z[ recovery-image] Feb 28 10:59:35.368 INFO O| Feb 28 10:59:35.368 INFO STEP 1144 (remove_files) COMPLETE
81242025-02-28T10:59:37.449Z[ recovery-image] Feb 28 10:59:35.368 INFO O| Feb 28 10:59:35.368 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252025-02-28T10:59:37.507Z[ recovery-image] Feb 28 10:59:35.428 INFO O| Feb 28 10:59:35.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
81262025-02-28T10:59:37.507Z[ recovery-image] Feb 28 10:59:35.428 INFO O| Feb 28 10:59:35.428 INFO STEP 1145 (remove_files) COMPLETE
81272025-02-28T10:59:37.507Z[ recovery-image] Feb 28 10:59:35.428 INFO O| Feb 28 10:59:35.428 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282025-02-28T10:59:37.538Z[ recovery-image] Feb 28 10:59:35.458 INFO O| Feb 28 10:59:35.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
81292025-02-28T10:59:37.538Z[ recovery-image] Feb 28 10:59:35.458 INFO O| Feb 28 10:59:35.458 INFO STEP 1146 (remove_files) COMPLETE
81302025-02-28T10:59:37.538Z[ recovery-image] Feb 28 10:59:35.458 INFO O| Feb 28 10:59:35.458 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312025-02-28T10:59:37.570Z[ recovery-image] Feb 28 10:59:35.491 INFO O| Feb 28 10:59:35.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
81322025-02-28T10:59:37.570Z[ recovery-image] Feb 28 10:59:35.491 INFO O| Feb 28 10:59:35.491 INFO STEP 1147 (remove_files) COMPLETE
81332025-02-28T10:59:37.570Z[ recovery-image] Feb 28 10:59:35.491 INFO O| Feb 28 10:59:35.491 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81342025-02-28T10:59:37.657Z[ recovery-image] Feb 28 10:59:35.578 INFO O| Feb 28 10:59:35.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
81352025-02-28T10:59:37.657Z[ recovery-image] Feb 28 10:59:35.578 INFO O| Feb 28 10:59:35.578 INFO STEP 1148 (remove_files) COMPLETE
81362025-02-28T10:59:37.659Z[ recovery-image] Feb 28 10:59:35.578 INFO O| Feb 28 10:59:35.578 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81372025-02-28T10:59:37.701Z[ recovery-image] Feb 28 10:59:35.613 INFO O| Feb 28 10:59:35.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
81382025-02-28T10:59:37.701Z[ recovery-image] Feb 28 10:59:35.613 INFO O| Feb 28 10:59:35.613 INFO STEP 1149 (remove_files) COMPLETE
81392025-02-28T10:59:37.701Z[ recovery-image] Feb 28 10:59:35.613 INFO O| Feb 28 10:59:35.613 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81402025-02-28T10:59:37.711Z[ recovery-image] Feb 28 10:59:35.632 INFO O| Feb 28 10:59:35.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
81412025-02-28T10:59:37.711Z[ recovery-image] Feb 28 10:59:35.632 INFO O| Feb 28 10:59:35.632 INFO STEP 1150 (remove_files) COMPLETE
81422025-02-28T10:59:37.714Z[ recovery-image] Feb 28 10:59:35.632 INFO O| Feb 28 10:59:35.632 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81432025-02-28T10:59:37.730Z[ recovery-image] Feb 28 10:59:35.651 INFO O| Feb 28 10:59:35.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
81442025-02-28T10:59:37.733Z[ recovery-image] Feb 28 10:59:35.651 INFO O| Feb 28 10:59:35.651 INFO STEP 1151 (remove_files) COMPLETE
81452025-02-28T10:59:37.733Z[ recovery-image] Feb 28 10:59:35.651 INFO O| Feb 28 10:59:35.651 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81462025-02-28T10:59:37.766Z[ recovery-image] Feb 28 10:59:35.687 INFO O| Feb 28 10:59:35.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
81472025-02-28T10:59:37.766Z[ recovery-image] Feb 28 10:59:35.687 INFO O| Feb 28 10:59:35.687 INFO STEP 1152 (remove_files) COMPLETE
81482025-02-28T10:59:37.766Z[ recovery-image] Feb 28 10:59:35.687 INFO O| Feb 28 10:59:35.687 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81492025-02-28T10:59:37.783Z[ recovery-image] Feb 28 10:59:35.704 INFO O| Feb 28 10:59:35.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
81502025-02-28T10:59:37.783Z[ recovery-image] Feb 28 10:59:35.704 INFO O| Feb 28 10:59:35.704 INFO STEP 1153 (remove_files) COMPLETE
81512025-02-28T10:59:37.783Z[ recovery-image] Feb 28 10:59:35.704 INFO O| Feb 28 10:59:35.704 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81522025-02-28T10:59:37.801Z[ recovery-image] Feb 28 10:59:35.722 INFO O| Feb 28 10:59:35.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
81532025-02-28T10:59:37.801Z[ recovery-image] Feb 28 10:59:35.722 INFO O| Feb 28 10:59:35.722 INFO STEP 1154 (remove_files) COMPLETE
81542025-02-28T10:59:37.804Z[ recovery-image] Feb 28 10:59:35.722 INFO O| Feb 28 10:59:35.722 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81552025-02-28T10:59:37.819Z[ recovery-image] Feb 28 10:59:35.739 INFO O| Feb 28 10:59:35.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
81562025-02-28T10:59:37.822Z[ recovery-image] Feb 28 10:59:35.739 INFO O| Feb 28 10:59:35.739 INFO STEP 1155 (remove_files) COMPLETE
81572025-02-28T10:59:37.822Z[ recovery-image] Feb 28 10:59:35.739 INFO O| Feb 28 10:59:35.739 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81582025-02-28T10:59:37.846Z[ recovery-image] Feb 28 10:59:35.767 INFO O| Feb 28 10:59:35.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
81592025-02-28T10:59:37.846Z[ recovery-image] Feb 28 10:59:35.767 INFO O| Feb 28 10:59:35.767 INFO STEP 1156 (remove_files) COMPLETE
81602025-02-28T10:59:37.849Z[ recovery-image] Feb 28 10:59:35.767 INFO O| Feb 28 10:59:35.767 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81612025-02-28T10:59:37.903Z[ recovery-image] Feb 28 10:59:35.824 INFO O| Feb 28 10:59:35.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
81622025-02-28T10:59:37.903Z[ recovery-image] Feb 28 10:59:35.824 INFO O| Feb 28 10:59:35.824 INFO STEP 1157 (remove_files) COMPLETE
81632025-02-28T10:59:37.906Z[ recovery-image] Feb 28 10:59:35.824 INFO O| Feb 28 10:59:35.824 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81642025-02-28T10:59:37.922Z[ recovery-image] Feb 28 10:59:35.843 INFO O| Feb 28 10:59:35.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
81652025-02-28T10:59:37.924Z[ recovery-image] Feb 28 10:59:35.843 INFO O| Feb 28 10:59:35.843 INFO STEP 1158 (remove_files) COMPLETE
81662025-02-28T10:59:37.924Z[ recovery-image] Feb 28 10:59:35.843 INFO O| Feb 28 10:59:35.843 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81672025-02-28T10:59:37.941Z[ recovery-image] Feb 28 10:59:35.862 INFO O| Feb 28 10:59:35.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
81682025-02-28T10:59:37.944Z[ recovery-image] Feb 28 10:59:35.863 INFO O| Feb 28 10:59:35.863 INFO STEP 1159 (remove_files) COMPLETE
81692025-02-28T10:59:37.944Z[ recovery-image] Feb 28 10:59:35.863 INFO O| Feb 28 10:59:35.863 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81702025-02-28T10:59:37.960Z[ recovery-image] Feb 28 10:59:35.881 INFO O| Feb 28 10:59:35.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
81712025-02-28T10:59:37.960Z[ recovery-image] Feb 28 10:59:35.881 INFO O| Feb 28 10:59:35.881 INFO STEP 1160 (remove_files) COMPLETE
81722025-02-28T10:59:37.960Z[ recovery-image] Feb 28 10:59:35.881 INFO O| Feb 28 10:59:35.881 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81732025-02-28T10:59:37.994Z[ recovery-image] Feb 28 10:59:35.915 INFO O| Feb 28 10:59:35.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
81742025-02-28T10:59:37.995Z[ recovery-image] Feb 28 10:59:35.915 INFO O| Feb 28 10:59:35.915 INFO STEP 1161 (remove_files) COMPLETE
81752025-02-28T10:59:37.997Z[ recovery-image] Feb 28 10:59:35.915 INFO O| Feb 28 10:59:35.915 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81762025-02-28T10:59:38.055Z[ recovery-image] Feb 28 10:59:35.976 INFO O| Feb 28 10:59:35.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
81772025-02-28T10:59:38.055Z[ recovery-image] Feb 28 10:59:35.976 INFO O| Feb 28 10:59:35.976 INFO STEP 1162 (remove_files) COMPLETE
81782025-02-28T10:59:38.055Z[ recovery-image] Feb 28 10:59:35.976 INFO O| Feb 28 10:59:35.976 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81792025-02-28T10:59:38.084Z[ recovery-image] Feb 28 10:59:36.004 INFO O| Feb 28 10:59:36.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
81802025-02-28T10:59:38.084Z[ recovery-image] Feb 28 10:59:36.004 INFO O| Feb 28 10:59:36.004 INFO STEP 1163 (remove_files) COMPLETE
81812025-02-28T10:59:38.084Z[ recovery-image] Feb 28 10:59:36.004 INFO O| Feb 28 10:59:36.004 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81822025-02-28T10:59:38.105Z[ recovery-image] Feb 28 10:59:36.025 INFO O| Feb 28 10:59:36.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
81832025-02-28T10:59:38.108Z[ recovery-image] Feb 28 10:59:36.025 INFO O| Feb 28 10:59:36.025 INFO STEP 1164 (remove_files) COMPLETE
81842025-02-28T10:59:38.108Z[ recovery-image] Feb 28 10:59:36.025 INFO O| Feb 28 10:59:36.025 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81852025-02-28T10:59:38.124Z[ recovery-image] Feb 28 10:59:36.045 INFO O| Feb 28 10:59:36.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
81862025-02-28T10:59:38.124Z[ recovery-image] Feb 28 10:59:36.045 INFO O| Feb 28 10:59:36.045 INFO STEP 1165 (remove_files) COMPLETE
81872025-02-28T10:59:38.124Z[ recovery-image] Feb 28 10:59:36.045 INFO O| Feb 28 10:59:36.045 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
81882025-02-28T10:59:38.151Z[ recovery-image] Feb 28 10:59:36.072 INFO O| Feb 28 10:59:36.072 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
81892025-02-28T10:59:38.151Z[ recovery-image] Feb 28 10:59:36.072 INFO O| Feb 28 10:59:36.072 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
81902025-02-28T10:59:40.099Z[ recovery-image] Feb 28 10:59:38.019 INFO O| Feb 28 10:59:38.019 INFO STEP 1166 (pack_tar) COMPLETE
81912025-02-28T10:59:40.100Z[ recovery-image] Feb 28 10:59:38.020 INFO O| Feb 28 10:59:38.019 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81922025-02-28T10:59:40.102Z[ recovery-image] Feb 28 10:59:38.020 INFO O| Feb 28 10:59:38.019 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81932025-02-28T10:59:40.429Z[ recovery-image] Feb 28 10:59:38.349 INFO O| Feb 28 10:59:38.349 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81942025-02-28T10:59:40.547Z[ recovery-image] Feb 28 10:59:38.467 INFO O| Feb 28 10:59:38.467 INFO completed processing gimlet/ramdisk-03-recovery-trim
81952025-02-28T10:59:40.557Z[ recovery-image] Feb 28 10:59:38.477 INFO image builder template: zfs-recovery...
81962025-02-28T10:59:40.557Z[ recovery-image] Feb 28 10:59:38.477 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/.tmp7S22zF/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
81972025-02-28T10:59:40.628Z[ recovery-image] Feb 28 10:59:38.547 INFO O| Feb 28 10:59:38.547 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81982025-02-28T10:59:40.648Z[ recovery-image] Feb 28 10:59:38.568 INFO O| Feb 28 10:59:38.568 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81992025-02-28T10:59:40.757Z[ recovery-image] Feb 28 10:59:38.676 INFO O| Feb 28 10:59:38.676 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
82002025-02-28T10:59:40.882Z[ recovery-image] Feb 28 10:59:38.801 INFO O| Feb 28 10:59:38.801 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82012025-02-28T10:59:40.882Z[ recovery-image] Feb 28 10:59:38.801 INFO O| Feb 28 10:59:38.801 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
82022025-02-28T10:59:40.923Z[ recovery-image] Feb 28 10:59:38.842 INFO O| Feb 28 10:59:38.842 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82032025-02-28T10:59:41.050Z[ recovery-image] Feb 28 10:59:38.969 INFO O| Feb 28 10:59:38.969 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
82042025-02-28T10:59:41.120Z[ recovery-image] Feb 28 10:59:39.039 INFO O| Feb 28 10:59:39.039 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
82052025-02-28T10:59:41.159Z[ recovery-image] Feb 28 10:59:39.079 INFO O| Feb 28 10:59:39.079 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
82062025-02-28T10:59:41.170Z[ recovery-image] Feb 28 10:59:39.089 INFO O| Feb 28 10:59:39.089 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
82072025-02-28T10:59:41.213Z[ recovery-image] Feb 28 10:59:39.132 INFO O| Feb 28 10:59:39.132 INFO no lofi found
82082025-02-28T10:59:41.213Z[ recovery-image] Feb 28 10:59:39.132 INFO O| Feb 28 10:59:39.132 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
82092025-02-28T10:59:41.215Z[ recovery-image] Feb 28 10:59:39.132 INFO O| Feb 28 10:59:39.132 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
82102025-02-28T10:59:44.094Z[ recovery-image] Feb 28 10:59:42.012 INFO O| Feb 28 10:59:42.012 INFO lofi device = /dev/dsk/c2t1d0p0
82112025-02-28T10:59:44.094Z[ recovery-image] Feb 28 10:59:42.012 INFO O| Feb 28 10:59:42.012 INFO pool device = /dev/dsk/c2t1d0p0
82122025-02-28T10:59:44.097Z[ recovery-image] Feb 28 10:59:42.012 INFO O| Feb 28 10:59: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"]
82132025-02-28T10:59:44.415Z[ recovery-image] Feb 28 10:59:42.332 INFO O| Feb 28 10:59:42.332 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82142025-02-28T10:59:44.415Z[ recovery-image] Feb 28 10:59:42.332 INFO O| Feb 28 10:59:42.332 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
82152025-02-28T10:59:44.448Z[ recovery-image] Feb 28 10:59:42.366 INFO O| Feb 28 10:59:42.366 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
82162025-02-28T10:59:44.821Z[ recovery-image] Feb 28 10:59:42.738 INFO O| Feb 28 10:59:42.738 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
82172025-02-28T10:59:44.951Z[ recovery-image] Feb 28 10:59:42.869 INFO O| Feb 28 10:59:42.869 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
82182025-02-28T10:59:44.978Z[ recovery-image] Feb 28 10:59:42.895 INFO O| Feb 28 10:59:42.895 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
82192025-02-28T10:59:44.999Z[ recovery-image] Feb 28 10:59:42.916 INFO O| Feb 28 10:59:42.916 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82202025-02-28T10:59:45.085Z[ recovery-image] Feb 28 10:59:43.002 INFO O| Feb 28 10:59:43.002 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
82212025-02-28T10:59:45.088Z[ recovery-image] Feb 28 10:59:43.003 INFO O| Feb 28 10:59:43.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
82222025-02-28T10:59:45.088Z[ recovery-image] Feb 28 10:59:43.003 INFO O| Feb 28 10:59:43.002 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
82232025-02-28T10:59:45.148Z[ recovery-image] Feb 28 10:59:43.065 INFO O| Feb 28 10:59:43.065 INFO boot environment UUID: 8a4969d5-f99d-4531-89fe-0494998f23a0
82242025-02-28T10:59:45.148Z[ recovery-image] Feb 28 10:59:43.065 INFO O| Feb 28 10:59:43.065 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8a4969d5-f99d-4531-89fe-0494998f23a0
82252025-02-28T10:59:45.213Z[ recovery-image] Feb 28 10:59:43.131 INFO O| Feb 28 10:59:43.131 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82262025-02-28T10:59:45.250Z[ recovery-image] Feb 28 10:59:43.168 INFO O| Feb 28 10:59:43.168 INFO STEP 0 (create_be) COMPLETE
82272025-02-28T10:59:45.250Z[ recovery-image] Feb 28 10:59:43.168 INFO O| Feb 28 10:59:43.168 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82282025-02-28T10:59:45.283Z[ recovery-image] Feb 28 10:59:43.201 INFO O| Feb 28 10:59:43.201 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"]
82292025-02-28T10:59:50.171Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
82302025-02-28T10:59:52.350Z[ recovery-image] Feb 28 10:59:50.262 INFO O| Feb 28 10:59:50.262 INFO STEP 1 (unpack_tar) COMPLETE
82312025-02-28T10:59:52.353Z[ recovery-image] Feb 28 10:59:50.262 INFO O| Feb 28 10:59:50.262 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82322025-02-28T10:59:52.370Z[ recovery-image] Feb 28 10:59:50.284 INFO O| Feb 28 10:59:50.283 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
82332025-02-28T10:59:53.204Z[ recovery-image] Feb 28 10:59:51.118 INFO O| Feb 28 10:59:51.118 INFO STEP 2 (devfsadm) COMPLETE
82342025-02-28T10:59:53.204Z[ recovery-image] Feb 28 10:59:51.118 INFO O| Feb 28 10:59:51.118 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82352025-02-28T10:59:53.224Z[ recovery-image] Feb 28 10:59:51.138 INFO O| Feb 28 10:59:51.138 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82362025-02-28T10:59:53.224Z[ recovery-image] Feb 28 10:59:51.138 INFO O| Feb 28 10:59:51.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82372025-02-28T10:59:53.227Z[ recovery-image] Feb 28 10:59:51.138 INFO O| Feb 28 10:59:51.138 INFO STEP 3 (ensure_dir) COMPLETE
82382025-02-28T10:59:53.227Z[ recovery-image] Feb 28 10:59:51.138 INFO O| Feb 28 10:59:51.138 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82392025-02-28T10:59:53.244Z[ recovery-image] Feb 28 10:59:51.157 INFO O| Feb 28 10:59:51.157 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82402025-02-28T10:59:53.246Z[ recovery-image] Feb 28 10:59:51.157 INFO O| Feb 28 10:59:51.157 INFO STEP 4 (ensure_dir) COMPLETE
82412025-02-28T10:59:53.246Z[ recovery-image] Feb 28 10:59:51.157 INFO O| Feb 28 10:59:51.157 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82422025-02-28T10:59:53.284Z[ recovery-image] Feb 28 10:59:51.197 INFO O| Feb 28 10:59:51.197 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82432025-02-28T10:59:53.285Z[ recovery-image] Feb 28 10:59:51.197 INFO O| Feb 28 10:59:51.197 INFO STEP 5 (ensure_dir) COMPLETE
82442025-02-28T10:59:53.285Z[ recovery-image] Feb 28 10:59:51.197 INFO O| Feb 28 10:59:51.197 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82452025-02-28T10:59:53.316Z[ recovery-image] Feb 28 10:59:51.230 INFO O| Feb 28 10:59:51.229 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82462025-02-28T10:59:53.316Z[ recovery-image] Feb 28 10:59:51.230 INFO O| Feb 28 10:59:51.230 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82472025-02-28T10:59:53.319Z[ recovery-image] Feb 28 10:59:51.230 INFO O| Feb 28 10:59:51.230 INFO STEP 6 (ensure_dir) COMPLETE
82482025-02-28T10:59:53.319Z[ recovery-image] Feb 28 10:59:51.230 INFO O| Feb 28 10:59:51.230 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82492025-02-28T10:59:53.371Z[ recovery-image] Feb 28 10:59:51.285 INFO O| Feb 28 10:59:51.285 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82502025-02-28T10:59:53.371Z[ recovery-image] Feb 28 10:59:51.285 INFO O| Feb 28 10:59:51.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82512025-02-28T10:59:53.374Z[ recovery-image] Feb 28 10:59:51.285 INFO O| Feb 28 10:59:51.285 INFO STEP 7 (ensure_dir) COMPLETE
82522025-02-28T10:59:53.374Z[ recovery-image] Feb 28 10:59:51.285 INFO O| Feb 28 10:59:51.285 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82532025-02-28T10:59:53.394Z[ recovery-image] Feb 28 10:59:51.307 INFO O| Feb 28 10:59:51.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
82542025-02-28T10:59:53.396Z[ recovery-image] Feb 28 10:59:51.308 INFO O| Feb 28 10:59:51.308 INFO STEP 8 (remove_files) COMPLETE
82552025-02-28T10:59:53.396Z[ recovery-image] Feb 28 10:59:51.308 INFO O| Feb 28 10:59:51.308 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82562025-02-28T10:59:53.458Z[ recovery-image] Feb 28 10:59:51.372 INFO O| Feb 28 10:59:51.371 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
82572025-02-28T10:59:53.461Z[ recovery-image] Feb 28 10:59:51.373 INFO O| Feb 28 10:59:51.373 INFO STEP 9 (remove_files) COMPLETE
82582025-02-28T10:59:53.461Z[ recovery-image] Feb 28 10:59:51.373 INFO O| Feb 28 10:59:51.373 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82592025-02-28T10:59:53.495Z[ recovery-image] Feb 28 10:59:51.408 INFO O| Feb 28 10:59:51.408 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
82602025-02-28T10:59:53.497Z[ recovery-image] Feb 28 10:59:51.409 INFO O| Feb 28 10:59:51.409 INFO STEP 10 (remove_files) COMPLETE
82612025-02-28T10:59:53.497Z[ recovery-image] Feb 28 10:59:51.409 INFO O| Feb 28 10:59:51.409 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82622025-02-28T10:59:53.515Z[ recovery-image] Feb 28 10:59:51.428 INFO O| Feb 28 10:59:51.428 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
82632025-02-28T10:59:53.515Z[ recovery-image] Feb 28 10:59:51.428 INFO O| Feb 28 10:59:51.428 INFO STEP 11 (remove_files) COMPLETE
82642025-02-28T10:59:53.515Z[ recovery-image] Feb 28 10:59:51.428 INFO O| Feb 28 10:59:51.428 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82652025-02-28T10:59:53.533Z[ recovery-image] Feb 28 10:59:51.447 INFO O| Feb 28 10:59:51.447 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
82662025-02-28T10:59:53.534Z[ recovery-image] Feb 28 10:59:51.447 INFO O| Feb 28 10:59:51.447 INFO STEP 12 (remove_files) COMPLETE
82672025-02-28T10:59:53.536Z[ recovery-image] Feb 28 10:59:51.447 INFO O| Feb 28 10:59:51.447 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82682025-02-28T10:59:53.552Z[ recovery-image] Feb 28 10:59:51.465 INFO O| Feb 28 10:59:51.465 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82692025-02-28T10:59:53.554Z[ recovery-image] Feb 28 10:59:51.466 INFO O| Feb 28 10:59:51.466 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82702025-02-28T10:59:53.555Z[ recovery-image] Feb 28 10:59:51.466 INFO O| Feb 28 10:59:51.466 INFO STEP 13 (ensure_dir) COMPLETE
82712025-02-28T10:59:53.555Z[ recovery-image] Feb 28 10:59:51.466 INFO O| Feb 28 10:59:51.466 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82722025-02-28T10:59:53.570Z[ recovery-image] Feb 28 10:59:51.484 INFO O| Feb 28 10:59:51.484 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82732025-02-28T10:59:53.570Z[ recovery-image] Feb 28 10:59:51.484 INFO O| Feb 28 10:59:51.484 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82742025-02-28T10:59:53.570Z[ recovery-image] Feb 28 10:59:51.484 INFO O| Feb 28 10:59:51.484 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82752025-02-28T10:59:53.573Z[ recovery-image] Feb 28 10:59:51.484 INFO O| Feb 28 10:59:51.484 INFO STEP 14 (ensure_dir) COMPLETE
82762025-02-28T10:59:53.573Z[ recovery-image] Feb 28 10:59:51.484 INFO O| Feb 28 10:59:51.484 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82772025-02-28T10:59:53.591Z[ recovery-image] Feb 28 10:59:51.504 INFO O| Feb 28 10:59:51.504 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82782025-02-28T10:59:53.591Z[ recovery-image] Feb 28 10:59:51.504 INFO O| Feb 28 10:59:51.504 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82792025-02-28T10:59:53.591Z[ recovery-image] Feb 28 10:59:51.504 INFO O| Feb 28 10:59:51.504 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82802025-02-28T10:59:53.593Z[ recovery-image] Feb 28 10:59:51.504 INFO O| Feb 28 10:59:51.504 INFO STEP 15 (ensure_dir) COMPLETE
82812025-02-28T10:59:53.594Z[ recovery-image] Feb 28 10:59:51.504 INFO O| Feb 28 10:59:51.504 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82822025-02-28T10:59:53.612Z[ recovery-image] Feb 28 10:59:51.525 INFO O| Feb 28 10:59:51.525 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82832025-02-28T10:59:53.612Z[ recovery-image] Feb 28 10:59:51.525 INFO O| Feb 28 10:59:51.525 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82842025-02-28T10:59:53.612Z[ recovery-image] Feb 28 10:59:51.525 INFO O| Feb 28 10:59:51.525 INFO STEP 16 (ensure_dir) COMPLETE
82852025-02-28T10:59:53.615Z[ recovery-image] Feb 28 10:59:51.525 INFO O| Feb 28 10:59:51.525 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82862025-02-28T10:59:53.645Z[ recovery-image] Feb 28 10:59:51.558 INFO O| Feb 28 10:59:51.558 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82872025-02-28T10:59:53.646Z[ recovery-image] Feb 28 10:59:51.558 INFO O| Feb 28 10:59:51.558 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82882025-02-28T10:59:53.646Z[ recovery-image] Feb 28 10:59:51.558 INFO O| Feb 28 10:59:51.558 INFO STEP 17 (ensure_dir) COMPLETE
82892025-02-28T10:59:53.646Z[ recovery-image] Feb 28 10:59:51.558 INFO O| Feb 28 10:59:51.558 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82902025-02-28T10:59:53.706Z[ recovery-image] Feb 28 10:59:51.619 INFO O| Feb 28 10:59:51.619 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82912025-02-28T10:59:53.706Z[ recovery-image] Feb 28 10:59:51.619 INFO O| Feb 28 10:59:51.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
82922025-02-28T10:59:53.706Z[ recovery-image] Feb 28 10:59:51.619 INFO O| Feb 28 10:59:51.619 INFO ok!
82932025-02-28T10:59:53.706Z[ recovery-image] Feb 28 10:59:51.619 INFO O| Feb 28 10:59:51.619 INFO STEP 18 (ensure_symlink) COMPLETE
82942025-02-28T10:59:53.706Z[ recovery-image] Feb 28 10:59:51.619 INFO O| Feb 28 10:59:51.619 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82952025-02-28T10:59:53.784Z[ recovery-image] Feb 28 10:59:51.696 INFO O| Feb 28 10:59:51.696 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
82962025-02-28T10:59:53.784Z[ recovery-image] Feb 28 10:59:51.696 INFO O| Feb 28 10:59:51.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
82972025-02-28T10:59:53.784Z[ recovery-image] Feb 28 10:59:51.696 INFO O| Feb 28 10:59:51.696 INFO ok!
82982025-02-28T10:59:53.784Z[ recovery-image] Feb 28 10:59:51.696 INFO O| Feb 28 10:59:51.696 INFO STEP 19 (ensure_file) COMPLETE
82992025-02-28T10:59:53.784Z[ recovery-image] Feb 28 10:59:51.696 INFO O| Feb 28 10:59:51.696 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83002025-02-28T10:59:53.843Z[ recovery-image] Feb 28 10:59:51.756 INFO O| Feb 28 10:59:51.756 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83012025-02-28T10:59:53.843Z[ recovery-image] Feb 28 10:59:51.756 INFO O| Feb 28 10:59:51.756 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83022025-02-28T10:59:53.846Z[ recovery-image] Feb 28 10:59:51.756 INFO O| Feb 28 10:59:51.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
83032025-02-28T10:59:53.853Z[ recovery-image] Feb 28 10:59:51.756 INFO O| Feb 28 10:59:51.756 INFO ok!
83042025-02-28T10:59:53.853Z[ recovery-image] Feb 28 10:59:51.756 INFO O| Feb 28 10:59:51.756 INFO STEP 20 (ensure_symlink) COMPLETE
83052025-02-28T10:59:53.853Z[ recovery-image] Feb 28 10:59:51.756 INFO O| Feb 28 10:59:51.756 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83062025-02-28T10:59:53.928Z[ recovery-image] Feb 28 10:59:51.841 INFO O| Feb 28 10:59:51.841 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83072025-02-28T10:59:53.928Z[ recovery-image] Feb 28 10:59:51.841 INFO O| Feb 28 10:59:51.841 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83082025-02-28T10:59:53.931Z[ recovery-image] Feb 28 10:59:51.842 INFO O| Feb 28 10:59:51.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83092025-02-28T10:59:53.931Z[ recovery-image] Feb 28 10:59:51.842 INFO O| Feb 28 10:59:51.842 INFO ok!
83102025-02-28T10:59:53.931Z[ recovery-image] Feb 28 10:59:51.842 INFO O| Feb 28 10:59:51.842 INFO STEP 21 (ensure_symlink) COMPLETE
83112025-02-28T10:59:53.931Z[ recovery-image] Feb 28 10:59:51.842 INFO O| Feb 28 10:59:51.842 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83122025-02-28T10:59:53.973Z[ recovery-image] Feb 28 10:59:51.884 INFO O| Feb 28 10:59:51.884 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83132025-02-28T10:59:53.973Z[ recovery-image] Feb 28 10:59:51.885 INFO O| Feb 28 10:59:51.884 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83142025-02-28T10:59:53.973Z[ recovery-image] Feb 28 10:59:51.885 INFO O| Feb 28 10:59:51.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
83152025-02-28T10:59:53.973Z[ recovery-image] Feb 28 10:59:51.885 INFO O| Feb 28 10:59:51.885 INFO ok!
83162025-02-28T10:59:53.973Z[ recovery-image] Feb 28 10:59:51.885 INFO O| Feb 28 10:59:51.885 INFO STEP 22 (ensure_symlink) COMPLETE
83172025-02-28T10:59:53.973Z[ recovery-image] Feb 28 10:59:51.885 INFO O| Feb 28 10:59:51.885 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83182025-02-28T10:59:54.034Z[ recovery-image] Feb 28 10:59:51.947 INFO O| Feb 28 10:59:51.947 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83192025-02-28T10:59:54.034Z[ recovery-image] Feb 28 10:59:51.947 INFO O| Feb 28 10:59:51.947 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83202025-02-28T10:59:54.034Z[ recovery-image] Feb 28 10:59:51.947 INFO O| Feb 28 10:59:51.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
83212025-02-28T10:59:54.034Z[ recovery-image] Feb 28 10:59:51.947 INFO O| Feb 28 10:59:51.947 INFO ok!
83222025-02-28T10:59:54.037Z[ recovery-image] Feb 28 10:59:51.947 INFO O| Feb 28 10:59:51.947 INFO STEP 23 (ensure_symlink) COMPLETE
83232025-02-28T10:59:54.037Z[ recovery-image] Feb 28 10:59:51.947 INFO O| Feb 28 10:59:51.947 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83242025-02-28T10:59:54.129Z[ recovery-image] Feb 28 10:59:52.042 INFO O| Feb 28 10:59:52.042 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83252025-02-28T10:59:54.132Z[ recovery-image] Feb 28 10:59:52.042 INFO O| Feb 28 10:59:52.042 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 ...
83262025-02-28T10:59:54.132Z[ recovery-image] Feb 28 10:59:52.043 INFO O| Feb 28 10:59:52.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
83272025-02-28T10:59:54.132Z[ recovery-image] Feb 28 10:59:52.043 INFO O| Feb 28 10:59:52.043 INFO ok!
83282025-02-28T10:59:54.132Z[ recovery-image] Feb 28 10:59:52.043 INFO O| Feb 28 10:59:52.043 INFO STEP 24 (ensure_file) COMPLETE
83292025-02-28T10:59:54.132Z[ recovery-image] Feb 28 10:59:52.043 INFO O| Feb 28 10:59:52.043 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83302025-02-28T10:59:54.153Z[ recovery-image] Feb 28 10:59:52.066 INFO O| Feb 28 10:59:52.066 INFO updating shadow file
83312025-02-28T10:59:54.156Z[ recovery-image] Feb 28 10:59:52.067 INFO O| Feb 28 10:59:52.067 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83322025-02-28T10:59:54.156Z[ recovery-image] Feb 28 10:59:52.067 INFO O| Feb 28 10:59:52.067 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83332025-02-28T10:59:54.156Z[ recovery-image] Feb 28 10:59:52.067 INFO O| Feb 28 10:59:52.067 INFO STEP 25 (shadow) COMPLETE
83342025-02-28T10:59:54.156Z[ recovery-image] Feb 28 10:59:52.067 INFO O| Feb 28 10:59:52.067 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83352025-02-28T10:59:54.180Z[ recovery-image] Feb 28 10:59:52.093 INFO O| Feb 28 10:59:52.093 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83362025-02-28T10:59:54.180Z[ recovery-image] Feb 28 10:59:52.093 INFO O| Feb 28 10:59:52.093 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
83372025-02-28T10:59:54.182Z[ recovery-image] Feb 28 10:59:52.093 INFO O| Feb 28 10:59:52.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
83382025-02-28T10:59:54.183Z[ recovery-image] Feb 28 10:59:52.093 INFO O| Feb 28 10:59:52.093 INFO ok!
83392025-02-28T10:59:54.183Z[ recovery-image] Feb 28 10:59:52.093 INFO O| Feb 28 10:59:52.093 INFO STEP 26 (ensure_file) COMPLETE
83402025-02-28T10:59:54.183Z[ recovery-image] Feb 28 10:59:52.093 INFO O| Feb 28 10:59:52.093 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83412025-02-28T10:59:54.199Z[ recovery-image] Feb 28 10:59:52.112 INFO O| Feb 28 10:59:52.112 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
83422025-02-28T10:59:54.199Z[ recovery-image] Feb 28 10:59:52.112 INFO O| Feb 28 10:59:52.112 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
83432025-02-28T10:59:54.199Z[ recovery-image] Feb 28 10:59:52.112 INFO O| Feb 28 10:59:52.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
83442025-02-28T10:59:54.199Z[ recovery-image] Feb 28 10:59:52.112 INFO O| Feb 28 10:59:52.112 INFO ok!
83452025-02-28T10:59:54.199Z[ recovery-image] Feb 28 10:59:52.112 INFO O| Feb 28 10:59:52.112 INFO STEP 27 (ensure_file) COMPLETE
83462025-02-28T10:59:54.200Z[ recovery-image] Feb 28 10:59:52.112 INFO O| Feb 28 10:59:52.112 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83472025-02-28T10:59:54.241Z[ recovery-image] Feb 28 10:59:52.154 INFO O| Feb 28 10:59:52.154 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83482025-02-28T10:59:54.241Z[ recovery-image] Feb 28 10:59:52.154 INFO O| Feb 28 10:59:52.154 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
83492025-02-28T10:59:54.243Z[ recovery-image] Feb 28 10:59:52.154 INFO O| Feb 28 10:59:52.154 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83502025-02-28T10:59:54.243Z[ recovery-image] Feb 28 10:59:52.154 INFO O| Feb 28 10:59:52.154 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83512025-02-28T10:59:54.243Z[ recovery-image] Feb 28 10:59:52.154 INFO O| Feb 28 10:59:52.154 INFO ok!
83522025-02-28T10:59:54.243Z[ recovery-image] Feb 28 10:59:52.154 INFO O| Feb 28 10:59:52.154 INFO STEP 28 (ensure_file) COMPLETE
83532025-02-28T10:59:54.243Z[ recovery-image] Feb 28 10:59:52.154 INFO O| Feb 28 10:59:52.154 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83542025-02-28T10:59:54.260Z[ recovery-image] Feb 28 10:59:52.173 INFO O| Feb 28 10:59:52.173 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
83552025-02-28T10:59:54.260Z[ recovery-image] Feb 28 10:59:52.173 INFO O| Feb 28 10:59:52.173 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
83562025-02-28T10:59:54.260Z[ recovery-image] Feb 28 10:59:52.173 INFO O| Feb 28 10:59:52.173 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
83572025-02-28T10:59:54.262Z[ recovery-image] Feb 28 10:59:52.173 INFO O| Feb 28 10:59:52.173 INFO ok!
83582025-02-28T10:59:54.263Z[ recovery-image] Feb 28 10:59:52.173 INFO O| Feb 28 10:59:52.173 INFO STEP 29 (ensure_file) COMPLETE
83592025-02-28T10:59:54.263Z[ recovery-image] Feb 28 10:59:52.173 INFO O| Feb 28 10:59:52.173 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83602025-02-28T10:59:54.280Z[ recovery-image] Feb 28 10:59:52.193 INFO O| Feb 28 10:59:52.193 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
83612025-02-28T10:59:54.280Z[ recovery-image] Feb 28 10:59:52.193 INFO O| Feb 28 10:59:52.193 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
83622025-02-28T10:59:54.280Z[ recovery-image] Feb 28 10:59:52.193 INFO O| Feb 28 10:59:52.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
83632025-02-28T10:59:54.280Z[ recovery-image] Feb 28 10:59:52.193 INFO O| Feb 28 10:59:52.193 INFO ok!
83642025-02-28T10:59:54.283Z[ recovery-image] Feb 28 10:59:52.193 INFO O| Feb 28 10:59:52.193 INFO STEP 30 (ensure_file) COMPLETE
83652025-02-28T10:59:54.283Z[ recovery-image] Feb 28 10:59:52.193 INFO O| Feb 28 10:59:52.193 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83662025-02-28T10:59:54.349Z[ recovery-image] Feb 28 10:59:52.262 INFO O| Feb 28 10:59:52.262 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83672025-02-28T10:59:54.349Z[ recovery-image] Feb 28 10:59:52.262 INFO O| Feb 28 10:59:52.262 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
83682025-02-28T10:59:54.352Z[ recovery-image] Feb 28 10:59:52.262 INFO O| Feb 28 10:59:52.262 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83692025-02-28T10:59:54.352Z[ recovery-image] Feb 28 10:59:52.263 INFO O| Feb 28 10:59:52.262 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83702025-02-28T10:59:54.352Z[ recovery-image] Feb 28 10:59:52.263 INFO O| Feb 28 10:59:52.263 INFO ok!
83712025-02-28T10:59:54.352Z[ recovery-image] Feb 28 10:59:52.263 INFO O| Feb 28 10:59:52.263 INFO STEP 31 (ensure_file) COMPLETE
83722025-02-28T10:59:54.352Z[ recovery-image] Feb 28 10:59:52.263 INFO O| Feb 28 10:59:52.263 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83732025-02-28T10:59:54.371Z[ recovery-image] Feb 28 10:59:52.284 INFO O| Feb 28 10:59:52.284 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83742025-02-28T10:59:54.371Z[ recovery-image] Feb 28 10:59:52.284 INFO O| Feb 28 10:59:52.284 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
83752025-02-28T10:59:54.371Z[ recovery-image] Feb 28 10:59:52.284 INFO O| Feb 28 10:59:52.284 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
83762025-02-28T10:59:54.371Z[ recovery-image] Feb 28 10:59:52.284 INFO O| Feb 28 10:59:52.284 INFO ok!
83772025-02-28T10:59:54.375Z[ recovery-image] Feb 28 10:59:52.284 INFO O| Feb 28 10:59:52.284 INFO STEP 32 (ensure_file) COMPLETE
83782025-02-28T10:59:54.375Z[ recovery-image] Feb 28 10:59:52.284 INFO O| Feb 28 10:59:52.284 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83792025-02-28T10:59:54.405Z[ recovery-image] Feb 28 10:59:52.318 INFO O| Feb 28 10:59:52.318 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83802025-02-28T10:59:54.405Z[ recovery-image] Feb 28 10:59:52.318 INFO O| Feb 28 10:59:52.318 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
83812025-02-28T10:59:54.407Z[ recovery-image] Feb 28 10:59:52.318 INFO O| Feb 28 10:59:52.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
83822025-02-28T10:59:54.407Z[ recovery-image] Feb 28 10:59:52.318 INFO O| Feb 28 10:59:52.318 INFO ok!
83832025-02-28T10:59:54.407Z[ recovery-image] Feb 28 10:59:52.318 INFO O| Feb 28 10:59:52.318 INFO STEP 33 (ensure_file) COMPLETE
83842025-02-28T10:59:54.407Z[ recovery-image] Feb 28 10:59:52.318 INFO O| Feb 28 10:59:52.318 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83852025-02-28T10:59:54.440Z[ recovery-image] Feb 28 10:59:52.353 INFO O| Feb 28 10:59:52.353 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
83862025-02-28T10:59:54.440Z[ recovery-image] Feb 28 10:59:52.353 INFO O| Feb 28 10:59:52.353 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
83872025-02-28T10:59:54.440Z[ recovery-image] Feb 28 10:59:52.353 INFO O| Feb 28 10:59:52.353 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83882025-02-28T10:59:54.443Z[ recovery-image] Feb 28 10:59:52.353 INFO O| Feb 28 10:59:52.353 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83892025-02-28T10:59:54.443Z[ recovery-image] Feb 28 10:59:52.353 INFO O| Feb 28 10:59:52.353 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83902025-02-28T10:59:54.443Z[ recovery-image] Feb 28 10:59:52.353 INFO O| Feb 28 10:59:52.353 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83912025-02-28T10:59:54.443Z[ recovery-image] Feb 28 10:59:52.353 INFO O| Feb 28 10:59:52.353 INFO ok!
83922025-02-28T10:59:54.443Z[ recovery-image] Feb 28 10:59:52.353 INFO O| Feb 28 10:59:52.353 INFO STEP 34 (ensure_file) COMPLETE
83932025-02-28T10:59:54.443Z[ recovery-image] Feb 28 10:59:52.354 INFO O| Feb 28 10:59:52.353 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83942025-02-28T10:59:54.475Z[ recovery-image] Feb 28 10:59:52.388 INFO O| Feb 28 10:59:52.388 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83952025-02-28T10:59:54.478Z[ recovery-image] Feb 28 10:59:52.388 INFO O| Feb 28 10:59:52.388 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83962025-02-28T10:59:54.478Z[ recovery-image] Feb 28 10:59:52.389 INFO O| Feb 28 10:59:52.388 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83972025-02-28T10:59:54.478Z[ recovery-image] Feb 28 10:59:52.389 INFO O| Feb 28 10:59:52.389 INFO STEP 35 (ensure_dir) COMPLETE
83982025-02-28T10:59:54.478Z[ recovery-image] Feb 28 10:59:52.389 INFO O| Feb 28 10:59:52.389 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83992025-02-28T10:59:54.513Z[ recovery-image] Feb 28 10:59:52.426 INFO O| Feb 28 10:59:52.426 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
84002025-02-28T10:59:54.513Z[ recovery-image] Feb 28 10:59:52.426 INFO O| Feb 28 10:59:52.426 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 ...
84012025-02-28T10:59:54.513Z[ recovery-image] Feb 28 10:59:52.426 INFO O| Feb 28 10:59:52.426 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
84022025-02-28T10:59:54.516Z[ recovery-image] Feb 28 10:59:52.427 INFO O| Feb 28 10:59:52.426 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
84032025-02-28T10:59:54.516Z[ recovery-image] Feb 28 10:59:52.427 INFO O| Feb 28 10:59:52.427 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
84042025-02-28T10:59:54.516Z[ recovery-image] Feb 28 10:59:52.427 INFO O| Feb 28 10:59:52.427 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
84052025-02-28T10:59:54.517Z[ recovery-image] Feb 28 10:59:52.427 INFO O| Feb 28 10:59:52.427 INFO ok!
84062025-02-28T10:59:54.517Z[ recovery-image] Feb 28 10:59:52.427 INFO O| Feb 28 10:59:52.427 INFO STEP 36 (ensure_file) COMPLETE
84072025-02-28T10:59:54.517Z[ recovery-image] Feb 28 10:59:52.427 INFO O| Feb 28 10:59:52.427 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84082025-02-28T10:59:54.535Z[ recovery-image] Feb 28 10:59:52.448 INFO O| Feb 28 10:59:52.448 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84092025-02-28T10:59:54.535Z[ recovery-image] Feb 28 10:59:52.448 INFO O| Feb 28 10:59:52.448 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 ...
84102025-02-28T10:59:54.535Z[ recovery-image] Feb 28 10:59:52.448 INFO O| Feb 28 10:59:52.448 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84112025-02-28T10:59:54.538Z[ recovery-image] Feb 28 10:59:52.448 INFO O| Feb 28 10:59:52.448 INFO ok!
84122025-02-28T10:59:54.538Z[ recovery-image] Feb 28 10:59:52.448 INFO O| Feb 28 10:59:52.448 INFO STEP 37 (ensure_symlink) COMPLETE
84132025-02-28T10:59:54.538Z[ recovery-image] Feb 28 10:59:52.448 INFO O| Feb 28 10:59:52.448 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84142025-02-28T10:59:54.556Z[ recovery-image] Feb 28 10:59:52.469 INFO O| Feb 28 10:59:52.469 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84152025-02-28T10:59:54.556Z[ recovery-image] Feb 28 10:59:52.469 INFO O| Feb 28 10:59:52.469 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
84162025-02-28T10:59:54.559Z[ recovery-image] Feb 28 10:59:52.469 INFO O| Feb 28 10:59:52.469 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
84172025-02-28T10:59:54.559Z[ recovery-image] Feb 28 10:59:52.470 INFO O| Feb 28 10:59:52.469 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
84182025-02-28T10:59:54.559Z[ recovery-image] Feb 28 10:59:52.470 INFO O| Feb 28 10:59:52.469 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
84192025-02-28T10:59:54.559Z[ recovery-image] Feb 28 10:59:52.470 INFO O| Feb 28 10:59:52.470 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
84202025-02-28T10:59:54.559Z[ recovery-image] Feb 28 10:59:52.470 INFO O| Feb 28 10:59:52.470 INFO ok!
84212025-02-28T10:59:54.559Z[ recovery-image] Feb 28 10:59:52.470 INFO O| Feb 28 10:59:52.470 INFO STEP 38 (ensure_file) COMPLETE
84222025-02-28T10:59:54.559Z[ recovery-image] Feb 28 10:59:52.470 INFO O| Feb 28 10:59:52.470 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84232025-02-28T10:59:54.591Z[ recovery-image] Feb 28 10:59:52.504 INFO O| Feb 28 10:59:52.504 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84242025-02-28T10:59:54.591Z[ recovery-image] Feb 28 10:59:52.504 INFO O| Feb 28 10:59:52.504 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 ...
84252025-02-28T10:59:54.594Z[ recovery-image] Feb 28 10:59:52.504 INFO O| Feb 28 10:59:52.504 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
84262025-02-28T10:59:54.594Z[ recovery-image] Feb 28 10:59:52.504 INFO O| Feb 28 10:59:52.504 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84272025-02-28T10:59:54.594Z[ recovery-image] Feb 28 10:59:52.504 INFO O| Feb 28 10:59:52.504 INFO ok!
84282025-02-28T10:59:54.594Z[ recovery-image] Feb 28 10:59:52.504 INFO O| Feb 28 10:59:52.504 INFO STEP 39 (ensure_file) COMPLETE
84292025-02-28T10:59:54.594Z[ recovery-image] Feb 28 10:59:52.505 INFO O| Feb 28 10:59:52.505 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84302025-02-28T10:59:54.625Z[ recovery-image] Feb 28 10:59:52.538 INFO O| Feb 28 10:59:52.538 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
84312025-02-28T10:59:54.625Z[ recovery-image] Feb 28 10:59:52.538 INFO O| Feb 28 10:59:52.538 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
84322025-02-28T10:59:54.627Z[ recovery-image] Feb 28 10:59:52.538 INFO O| Feb 28 10:59:52.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
84332025-02-28T10:59:54.628Z[ recovery-image] Feb 28 10:59:52.538 INFO O| Feb 28 10:59:52.538 INFO ok!
84342025-02-28T10:59:54.628Z[ recovery-image] Feb 28 10:59:52.538 INFO O| Feb 28 10:59:52.538 INFO STEP 40 (ensure_file) COMPLETE
84352025-02-28T10:59:54.628Z[ recovery-image] Feb 28 10:59:52.538 INFO O| Feb 28 10:59:52.538 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84362025-02-28T10:59:54.647Z[ recovery-image] Feb 28 10:59:52.560 INFO O| Feb 28 10:59:52.560 INFO updating shadow file
84372025-02-28T10:59:54.655Z[ recovery-image] Feb 28 10:59:52.568 INFO O| Feb 28 10:59:52.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
84382025-02-28T10:59:54.655Z[ recovery-image] Feb 28 10:59:52.568 INFO O| Feb 28 10:59:52.568 INFO STEP 41 (shadow) COMPLETE
84392025-02-28T10:59:54.658Z[ recovery-image] Feb 28 10:59:52.568 INFO O| Feb 28 10:59:52.568 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84402025-02-28T10:59:54.701Z[ recovery-image] Feb 28 10:59:52.614 INFO O| Feb 28 10:59:52.614 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84412025-02-28T10:59:54.701Z[ recovery-image] Feb 28 10:59:52.614 INFO O| Feb 28 10:59:52.614 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
84422025-02-28T10:59:54.704Z[ recovery-image] Feb 28 10:59:52.614 INFO O| Feb 28 10:59:52.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84432025-02-28T10:59:54.704Z[ recovery-image] Feb 28 10:59:52.614 INFO O| Feb 28 10:59:52.614 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84442025-02-28T10:59:54.704Z[ recovery-image] Feb 28 10:59:52.614 INFO O| Feb 28 10:59:52.614 INFO ok!
84452025-02-28T10:59:54.704Z[ recovery-image] Feb 28 10:59:52.615 INFO O| Feb 28 10:59:52.615 INFO STEP 42 (ensure_file) COMPLETE
84462025-02-28T10:59:54.704Z[ recovery-image] Feb 28 10:59:52.615 INFO O| Feb 28 10:59:52.615 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84472025-02-28T10:59:54.722Z[ recovery-image] Feb 28 10:59:52.634 INFO O| Feb 28 10:59:52.634 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
84482025-02-28T10:59:54.722Z[ recovery-image] Feb 28 10:59:52.634 INFO O| Feb 28 10:59:52.634 INFO STEP 43 (ensure_dir) COMPLETE
84492025-02-28T10:59:54.724Z[ recovery-image] Feb 28 10:59:52.634 INFO O| Feb 28 10:59:52.634 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84502025-02-28T10:59:54.742Z[ recovery-image] Feb 28 10:59:52.654 INFO O| Feb 28 10:59:52.654 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84512025-02-28T10:59:54.742Z[ recovery-image] Feb 28 10:59:52.655 INFO O| Feb 28 10:59:52.654 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84522025-02-28T10:59:54.745Z[ recovery-image] Feb 28 10:59:52.655 INFO O| Feb 28 10:59:52.655 INFO STEP 44 (ensure_dir) COMPLETE
84532025-02-28T10:59:54.745Z[ recovery-image] Feb 28 10:59:52.655 INFO O| Feb 28 10:59:52.655 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84542025-02-28T10:59:54.762Z[ recovery-image] Feb 28 10:59:52.675 INFO O| Feb 28 10:59:52.675 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84552025-02-28T10:59:54.762Z[ recovery-image] Feb 28 10:59:52.675 INFO O| Feb 28 10:59:52.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84562025-02-28T10:59:54.765Z[ recovery-image] Feb 28 10:59:52.675 INFO O| Feb 28 10:59:52.675 INFO STEP 45 (ensure_dir) COMPLETE
84572025-02-28T10:59:54.765Z[ recovery-image] Feb 28 10:59:52.675 INFO O| Feb 28 10:59:52.675 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84582025-02-28T10:59:54.798Z[ recovery-image] Feb 28 10:59:52.711 INFO O| Feb 28 10:59:52.711 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84592025-02-28T10:59:54.798Z[ recovery-image] Feb 28 10:59:52.711 INFO O| Feb 28 10:59:52.711 INFO copying /tmp/.tmp7S22zF/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
84602025-02-28T10:59:54.886Z[ recovery-image] Feb 28 10:59:52.798 INFO O| Feb 28 10:59:52.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
84612025-02-28T10:59:54.886Z[ recovery-image] Feb 28 10:59:52.798 INFO O| Feb 28 10:59:52.798 INFO ok!
84622025-02-28T10:59:54.886Z[ recovery-image] Feb 28 10:59:52.798 INFO O| Feb 28 10:59:52.798 INFO STEP 46 (ensure_file) COMPLETE
84632025-02-28T10:59:54.886Z[ recovery-image] Feb 28 10:59:52.798 INFO O| Feb 28 10:59:52.798 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84642025-02-28T10:59:54.923Z[ recovery-image] Feb 28 10:59:52.836 INFO O| Feb 28 10:59:52.836 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84652025-02-28T10:59:54.923Z[ recovery-image] Feb 28 10:59:52.836 INFO O| Feb 28 10:59:52.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84662025-02-28T10:59:54.923Z[ recovery-image] Feb 28 10:59:52.836 INFO O| Feb 28 10:59:52.836 INFO STEP 47 (ensure_dir) COMPLETE
84672025-02-28T10:59:54.926Z[ recovery-image] Feb 28 10:59:52.836 INFO O| Feb 28 10:59:52.836 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84682025-02-28T10:59:54.957Z[ recovery-image] Feb 28 10:59:52.869 INFO O| Feb 28 10:59:52.869 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84692025-02-28T10:59:54.957Z[ recovery-image] Feb 28 10:59:52.870 INFO O| Feb 28 10:59:52.870 INFO copying /tmp/.tmp7S22zF/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84702025-02-28T10:59:54.959Z[ recovery-image] Feb 28 10:59:52.870 INFO O| Feb 28 10:59:52.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
84712025-02-28T10:59:54.959Z[ recovery-image] Feb 28 10:59:52.870 INFO O| Feb 28 10:59:52.870 INFO ok!
84722025-02-28T10:59:54.959Z[ recovery-image] Feb 28 10:59:52.870 INFO O| Feb 28 10:59:52.870 INFO STEP 48 (ensure_file) COMPLETE
84732025-02-28T10:59:54.959Z[ recovery-image] Feb 28 10:59:52.870 INFO O| Feb 28 10:59:52.870 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84742025-02-28T10:59:54.988Z[ recovery-image] Feb 28 10:59:52.901 INFO O| Feb 28 10:59:52.901 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84752025-02-28T10:59:54.991Z[ recovery-image] Feb 28 10:59:52.901 INFO O| Feb 28 10:59:52.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84762025-02-28T10:59:54.991Z[ recovery-image] Feb 28 10:59:52.901 INFO O| Feb 28 10:59:52.901 INFO STEP 49 (ensure_dir) COMPLETE
84772025-02-28T10:59:54.991Z[ recovery-image] Feb 28 10:59:52.901 INFO O| Feb 28 10:59:52.901 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84782025-02-28T10:59:55.011Z[ recovery-image] Feb 28 10:59:52.923 INFO O| Feb 28 10:59:52.923 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84792025-02-28T10:59:55.011Z[ recovery-image] Feb 28 10:59:52.923 INFO O| Feb 28 10:59:52.923 INFO copying /tmp/.tmp7S22zF/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84802025-02-28T10:59:57.018Z[ recovery-image] Feb 28 10:59:54.930 INFO O| Feb 28 10:59:54.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84812025-02-28T10:59:57.018Z[ recovery-image] Feb 28 10:59:54.930 INFO O| Feb 28 10:59:54.930 INFO ok!
84822025-02-28T10:59:57.018Z[ recovery-image] Feb 28 10:59:54.930 INFO O| Feb 28 10:59:54.930 INFO STEP 50 (ensure_file) COMPLETE
84832025-02-28T10:59:57.021Z[ recovery-image] Feb 28 10:59:54.930 INFO O| Feb 28 10:59:54.930 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84842025-02-28T10:59:57.044Z[ recovery-image] Feb 28 10:59:54.955 INFO O| Feb 28 10:59:54.949 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84852025-02-28T10:59:57.044Z[ recovery-image] Feb 28 10:59:54.956 INFO O| Feb 28 10:59:54.949 INFO copying /tmp/.tmp7S22zF/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84862025-02-28T10:59:57.087Z[ recovery-image] Feb 28 10:59:54.999 INFO O| Feb 28 10:59:54.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84872025-02-28T10:59:57.088Z[ recovery-image] Feb 28 10:59:54.999 INFO O| Feb 28 10:59:54.999 INFO ok!
84882025-02-28T10:59:57.090Z[ recovery-image] Feb 28 10:59:54.999 INFO O| Feb 28 10:59:54.999 INFO STEP 51 (ensure_file) COMPLETE
84892025-02-28T10:59:57.090Z[ recovery-image] Feb 28 10:59:54.999 INFO O| Feb 28 10:59:54.999 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84902025-02-28T10:59:57.209Z[ recovery-image] Feb 28 10:59:55.121 INFO O| Feb 28 10:59:55.121 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84912025-02-28T10:59:57.209Z[ recovery-image] Feb 28 10:59:55.121 INFO O| Feb 28 10:59:55.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84922025-02-28T10:59:57.212Z[ recovery-image] Feb 28 10:59:55.121 INFO O| Feb 28 10:59:55.121 INFO STEP 52 (ensure_dir) COMPLETE
84932025-02-28T10:59:57.212Z[ recovery-image] Feb 28 10:59:55.121 INFO O| Feb 28 10:59:55.121 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84942025-02-28T10:59:57.247Z[ recovery-image] Feb 28 10:59:55.159 INFO O| Feb 28 10:59:55.159 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84952025-02-28T10:59:57.247Z[ recovery-image] Feb 28 10:59:55.159 INFO O| Feb 28 10:59:55.159 INFO copying /tmp/.tmp7S22zF/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 ...
84962025-02-28T10:59:57.247Z[ recovery-image] Feb 28 10:59:55.159 INFO O| Feb 28 10:59:55.159 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
84972025-02-28T10:59:57.250Z[ recovery-image] Feb 28 10:59:55.159 INFO O| Feb 28 10:59:55.159 INFO ok!
84982025-02-28T10:59:57.250Z[ recovery-image] Feb 28 10:59:55.159 INFO O| Feb 28 10:59:55.159 INFO STEP 53 (ensure_file) COMPLETE
84992025-02-28T10:59:57.250Z[ recovery-image] Feb 28 10:59:55.159 INFO O| Feb 28 10:59:55.159 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85002025-02-28T10:59:57.267Z[ recovery-image] Feb 28 10:59:55.178 INFO O| Feb 28 10:59:55.178 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85012025-02-28T10:59:57.267Z[ recovery-image] Feb 28 10:59:55.178 INFO O| Feb 28 10:59:55.178 INFO copying /tmp/.tmp7S22zF/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 ...
85022025-02-28T10:59:57.269Z[ recovery-image] Feb 28 10:59:55.179 INFO O| Feb 28 10:59:55.178 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
85032025-02-28T10:59:57.269Z[ recovery-image] Feb 28 10:59:55.179 INFO O| Feb 28 10:59:55.178 INFO ok!
85042025-02-28T10:59:57.269Z[ recovery-image] Feb 28 10:59:55.179 INFO O| Feb 28 10:59:55.178 INFO STEP 54 (ensure_file) COMPLETE
85052025-02-28T10:59:57.269Z[ recovery-image] Feb 28 10:59:55.179 INFO O| Feb 28 10:59:55.178 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85062025-02-28T10:59:57.333Z[ recovery-image] Feb 28 10:59:55.244 INFO O| Feb 28 10:59:55.244 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85072025-02-28T10:59:57.335Z[ recovery-image] Feb 28 10:59:55.245 INFO O| Feb 28 10:59:55.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85082025-02-28T10:59:57.335Z[ recovery-image] Feb 28 10:59:55.245 INFO O| Feb 28 10:59:55.245 INFO STEP 55 (ensure_dir) COMPLETE
85092025-02-28T10:59:57.335Z[ recovery-image] Feb 28 10:59:55.245 INFO O| Feb 28 10:59:55.245 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85102025-02-28T10:59:57.399Z[ recovery-image] Feb 28 10:59:55.311 INFO O| Feb 28 10:59:55.310 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85112025-02-28T10:59:57.399Z[ recovery-image] Feb 28 10:59:55.311 INFO O| Feb 28 10:59:55.311 INFO copying /tmp/.tmp7S22zF/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 ...
85122025-02-28T10:59:57.402Z[ recovery-image] Feb 28 10:59:55.311 INFO O| Feb 28 10:59:55.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85132025-02-28T10:59:57.402Z[ recovery-image] Feb 28 10:59:55.311 INFO O| Feb 28 10:59:55.311 INFO ok!
85142025-02-28T10:59:57.402Z[ recovery-image] Feb 28 10:59:55.311 INFO O| Feb 28 10:59:55.311 INFO STEP 56 (ensure_file) COMPLETE
85152025-02-28T10:59:57.402Z[ recovery-image] Feb 28 10:59:55.311 INFO O| Feb 28 10:59:55.311 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85162025-02-28T10:59:57.440Z[ recovery-image] Feb 28 10:59:55.352 INFO O| Feb 28 10:59:55.352 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85172025-02-28T10:59:57.441Z[ recovery-image] Feb 28 10:59:55.352 INFO O| Feb 28 10:59:55.352 INFO copying /tmp/.tmp7S22zF/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 ...
85182025-02-28T10:59:57.443Z[ recovery-image] Feb 28 10:59:55.353 INFO O| Feb 28 10:59:55.353 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
85192025-02-28T10:59:57.443Z[ recovery-image] Feb 28 10:59:55.353 INFO O| Feb 28 10:59:55.353 INFO ok!
85202025-02-28T10:59:57.443Z[ recovery-image] Feb 28 10:59:55.353 INFO O| Feb 28 10:59:55.353 INFO STEP 57 (ensure_file) COMPLETE
85212025-02-28T10:59:57.443Z[ recovery-image] Feb 28 10:59:55.353 INFO O| Feb 28 10:59:55.353 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85222025-02-28T10:59:57.463Z[ recovery-image] Feb 28 10:59:55.373 INFO O| Feb 28 10:59:55.373 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85232025-02-28T10:59:57.466Z[ recovery-image] Feb 28 10:59:55.373 INFO O| Feb 28 10:59:55.373 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85242025-02-28T10:59:57.466Z[ recovery-image] Feb 28 10:59:55.373 INFO O| Feb 28 10:59:55.373 INFO STEP 58 (ensure_dir) COMPLETE
85252025-02-28T10:59:57.466Z[ recovery-image] Feb 28 10:59:55.373 INFO O| Feb 28 10:59:55.373 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85262025-02-28T10:59:57.482Z[ recovery-image] Feb 28 10:59:55.394 INFO O| Feb 28 10:59:55.394 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85272025-02-28T10:59:57.482Z[ recovery-image] Feb 28 10:59:55.394 INFO O| Feb 28 10:59:55.394 INFO copying /tmp/.tmp7S22zF/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 ...
85282025-02-28T10:59:57.482Z[ recovery-image] Feb 28 10:59:55.394 INFO O| Feb 28 10:59:55.394 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85292025-02-28T10:59:57.485Z[ recovery-image] Feb 28 10:59:55.394 INFO O| Feb 28 10:59:55.394 INFO ok!
85302025-02-28T10:59:57.485Z[ recovery-image] Feb 28 10:59:55.394 INFO O| Feb 28 10:59:55.394 INFO STEP 59 (ensure_file) COMPLETE
85312025-02-28T10:59:57.485Z[ recovery-image] Feb 28 10:59:55.394 INFO O| Feb 28 10:59:55.394 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85322025-02-28T10:59:57.561Z[ recovery-image] Feb 28 10:59:55.473 INFO O| Feb 28 10:59:55.473 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85332025-02-28T10:59:57.561Z[ recovery-image] Feb 28 10:59:55.473 INFO O| Feb 28 10:59:55.473 INFO copying /tmp/.tmp7S22zF/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85342025-02-28T10:59:57.564Z[ recovery-image] Feb 28 10:59:55.473 INFO O| Feb 28 10:59:55.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85352025-02-28T10:59:57.564Z[ recovery-image] Feb 28 10:59:55.473 INFO O| Feb 28 10:59:55.473 INFO ok!
85362025-02-28T10:59:57.564Z[ recovery-image] Feb 28 10:59:55.473 INFO O| Feb 28 10:59:55.473 INFO STEP 60 (ensure_file) COMPLETE
85372025-02-28T10:59:57.564Z[ recovery-image] Feb 28 10:59:55.474 INFO O| Feb 28 10:59:55.474 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85382025-02-28T10:59:57.599Z[ recovery-image] Feb 28 10:59:55.511 INFO O| Feb 28 10:59:55.511 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
85392025-02-28T10:59:57.600Z[ recovery-image] Feb 28 10:59:55.511 INFO O| Feb 28 10:59:55.511 INFO STEP 61 (ensure_dir) COMPLETE
85402025-02-28T10:59:57.602Z[ recovery-image] Feb 28 10:59:55.511 INFO O| Feb 28 10:59:55.511 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85412025-02-28T10:59:57.622Z[ recovery-image] Feb 28 10:59:55.534 INFO O| Feb 28 10:59:55.534 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
85422025-02-28T10:59:57.622Z[ recovery-image] Feb 28 10:59:55.534 INFO O| Feb 28 10:59:55.534 INFO STEP 62 (ensure_dir) COMPLETE
85432025-02-28T10:59:57.625Z[ recovery-image] Feb 28 10:59:55.534 INFO O| Feb 28 10:59:55.534 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85442025-02-28T10:59:57.697Z[ recovery-image] Feb 28 10:59:55.608 INFO O| Feb 28 10:59:55.608 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
85452025-02-28T10:59:57.699Z[ recovery-image] Feb 28 10:59:55.608 INFO O| Feb 28 10:59:55.608 INFO STEP 63 (ensure_dir) COMPLETE
85462025-02-28T10:59:57.699Z[ recovery-image] Feb 28 10:59:55.608 INFO O| Feb 28 10:59:55.608 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85472025-02-28T10:59:57.816Z[ recovery-image] Feb 28 10:59:55.727 INFO O| Feb 28 10:59:55.727 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
85482025-02-28T10:59:57.816Z[ recovery-image] Feb 28 10:59:55.727 INFO O| Feb 28 10:59:55.727 INFO STEP 64 (ensure_dir) COMPLETE
85492025-02-28T10:59:57.816Z[ recovery-image] Feb 28 10:59:55.727 INFO O| Feb 28 10:59:55.727 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85502025-02-28T10:59:57.835Z[ recovery-image] Feb 28 10:59:55.747 INFO O| Feb 28 10:59:55.746 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85512025-02-28T10:59:57.836Z[ recovery-image] Feb 28 10:59:55.747 INFO O| Feb 28 10:59:55.747 INFO copying /tmp/.tmp7S22zF/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85522025-02-28T10:59:57.838Z[ recovery-image] Feb 28 10:59:55.747 INFO O| Feb 28 10:59:55.747 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85532025-02-28T10:59:57.838Z[ recovery-image] Feb 28 10:59:55.747 INFO O| Feb 28 10:59:55.747 INFO ok!
85542025-02-28T10:59:57.838Z[ recovery-image] Feb 28 10:59:55.747 INFO O| Feb 28 10:59:55.747 INFO STEP 65 (ensure_file) COMPLETE
85552025-02-28T10:59:57.838Z[ recovery-image] Feb 28 10:59:55.747 INFO O| Feb 28 10:59:55.747 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85562025-02-28T10:59:57.874Z[ recovery-image] Feb 28 10:59:55.785 INFO O| Feb 28 10:59:55.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85572025-02-28T10:59:57.876Z[ recovery-image] Feb 28 10:59:55.785 INFO O| Feb 28 10:59:55.785 INFO STEP 66 (remove_files) COMPLETE
85582025-02-28T10:59:57.876Z[ recovery-image] Feb 28 10:59:55.785 INFO O| Feb 28 10:59:55.785 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85592025-02-28T10:59:57.912Z[ recovery-image] Feb 28 10:59:55.824 INFO O| Feb 28 10:59:55.824 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
85602025-02-28T10:59:57.915Z[ recovery-image] Feb 28 10:59:55.824 INFO O| Feb 28 10:59:55.824 INFO STEP 67 (remove_files) COMPLETE
85612025-02-28T10:59:57.915Z[ recovery-image] Feb 28 10:59:55.824 INFO O| Feb 28 10:59:55.824 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85622025-02-28T10:59:57.932Z[ recovery-image] Feb 28 10:59:55.843 INFO O| Feb 28 10:59:55.843 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
85632025-02-28T10:59:57.934Z[ recovery-image] Feb 28 10:59:55.843 INFO O| Feb 28 10:59:55.843 INFO STEP 68 (remove_files) COMPLETE
85642025-02-28T10:59:57.934Z[ recovery-image] Feb 28 10:59:55.843 INFO O| Feb 28 10:59:55.843 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85652025-02-28T10:59:57.955Z[ recovery-image] Feb 28 10:59:55.866 INFO O| Feb 28 10:59:55.866 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
85662025-02-28T10:59:57.958Z[ recovery-image] Feb 28 10:59:55.867 INFO O| Feb 28 10:59:55.866 INFO STEP 69 (remove_files) COMPLETE
85672025-02-28T10:59:57.958Z[ recovery-image] Feb 28 10:59:55.867 INFO O| Feb 28 10:59:55.867 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85682025-02-28T10:59:57.974Z[ recovery-image] Feb 28 10:59:55.885 INFO O| Feb 28 10:59:55.885 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
85692025-02-28T10:59:57.976Z[ recovery-image] Feb 28 10:59:55.885 INFO O| Feb 28 10:59:55.885 INFO STEP 70 (remove_files) COMPLETE
85702025-02-28T10:59:57.976Z[ recovery-image] Feb 28 10:59:55.885 INFO O| Feb 28 10:59:55.885 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85712025-02-28T10:59:57.992Z[ recovery-image] Feb 28 10:59:55.903 INFO O| Feb 28 10:59:55.903 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
85722025-02-28T10:59:57.995Z[ recovery-image] Feb 28 10:59:55.904 INFO O| Feb 28 10:59:55.903 INFO STEP 71 (remove_files) COMPLETE
85732025-02-28T10:59:57.995Z[ recovery-image] Feb 28 10:59:55.904 INFO O| Feb 28 10:59:55.904 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85742025-02-28T10:59:58.033Z[ recovery-image] Feb 28 10:59:55.944 INFO O| Feb 28 10:59:55.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85752025-02-28T10:59:58.033Z[ recovery-image] Feb 28 10:59:55.944 INFO O| Feb 28 10:59:55.944 INFO STEP 72 (remove_files) COMPLETE
85762025-02-28T10:59:58.033Z[ recovery-image] Feb 28 10:59:55.944 INFO O| Feb 28 10:59:55.944 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85772025-02-28T10:59:58.052Z[ recovery-image] Feb 28 10:59:55.963 INFO O| Feb 28 10:59:55.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85782025-02-28T10:59:58.052Z[ recovery-image] Feb 28 10:59:55.963 INFO O| Feb 28 10:59:55.963 INFO STEP 73 (remove_files) COMPLETE
85792025-02-28T10:59:58.052Z[ recovery-image] Feb 28 10:59:55.963 INFO O| Feb 28 10:59:55.963 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85802025-02-28T10:59:58.087Z[ recovery-image] Feb 28 10:59:55.998 INFO O| Feb 28 10:59:55.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85812025-02-28T10:59:58.087Z[ recovery-image] Feb 28 10:59:55.998 INFO O| Feb 28 10:59:55.998 INFO STEP 74 (remove_files) COMPLETE
85822025-02-28T10:59:58.090Z[ recovery-image] Feb 28 10:59:55.998 INFO O| Feb 28 10:59:55.998 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85832025-02-28T10:59:58.122Z[ recovery-image] Feb 28 10:59:56.033 INFO O| Feb 28 10:59:56.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85842025-02-28T10:59:58.122Z[ recovery-image] Feb 28 10:59:56.033 INFO O| Feb 28 10:59:56.033 INFO STEP 75 (remove_files) COMPLETE
85852025-02-28T10:59:58.122Z[ recovery-image] Feb 28 10:59:56.033 INFO O| Feb 28 10:59:56.033 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85862025-02-28T10:59:58.143Z[ recovery-image] Feb 28 10:59:56.054 INFO O| Feb 28 10:59:56.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85872025-02-28T10:59:58.143Z[ recovery-image] Feb 28 10:59:56.054 INFO O| Feb 28 10:59:56.054 INFO STEP 76 (remove_files) COMPLETE
85882025-02-28T10:59:58.143Z[ recovery-image] Feb 28 10:59:56.054 INFO O| Feb 28 10:59:56.054 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85892025-02-28T10:59:58.174Z[ recovery-image] Feb 28 10:59:56.085 INFO O| Feb 28 10:59:56.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85902025-02-28T10:59:58.174Z[ recovery-image] Feb 28 10:59:56.085 INFO O| Feb 28 10:59:56.085 INFO STEP 77 (remove_files) COMPLETE
85912025-02-28T10:59:58.177Z[ recovery-image] Feb 28 10:59:56.085 INFO O| Feb 28 10:59:56.085 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85922025-02-28T10:59:58.212Z[ recovery-image] Feb 28 10:59:56.123 INFO O| Feb 28 10:59:56.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85932025-02-28T10:59:58.212Z[ recovery-image] Feb 28 10:59:56.124 INFO O| Feb 28 10:59:56.124 INFO STEP 78 (remove_files) COMPLETE
85942025-02-28T10:59:58.215Z[ recovery-image] Feb 28 10:59:56.124 INFO O| Feb 28 10:59:56.124 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85952025-02-28T10:59:58.292Z[ recovery-image] Feb 28 10:59:56.203 INFO O| Feb 28 10:59:56.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85962025-02-28T10:59:58.292Z[ recovery-image] Feb 28 10:59:56.204 INFO O| Feb 28 10:59:56.203 INFO STEP 79 (remove_files) COMPLETE
85972025-02-28T10:59:58.296Z[ recovery-image] Feb 28 10:59:56.204 INFO O| Feb 28 10:59:56.204 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85982025-02-28T10:59:58.312Z[ recovery-image] Feb 28 10:59:56.223 INFO O| Feb 28 10:59:56.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85992025-02-28T10:59:58.312Z[ recovery-image] Feb 28 10:59:56.223 INFO O| Feb 28 10:59:56.223 INFO STEP 80 (remove_files) COMPLETE
86002025-02-28T10:59:58.312Z[ recovery-image] Feb 28 10:59:56.223 INFO O| Feb 28 10:59:56.223 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86012025-02-28T10:59:58.333Z[ recovery-image] Feb 28 10:59:56.244 INFO O| Feb 28 10:59:56.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86022025-02-28T10:59:58.335Z[ recovery-image] Feb 28 10:59:56.244 INFO O| Feb 28 10:59:56.244 INFO STEP 81 (remove_files) COMPLETE
86032025-02-28T10:59:58.336Z[ recovery-image] Feb 28 10:59:56.244 INFO O| Feb 28 10:59:56.244 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86042025-02-28T10:59:58.373Z[ recovery-image] Feb 28 10:59:56.284 INFO O| Feb 28 10:59:56.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86052025-02-28T10:59:58.373Z[ recovery-image] Feb 28 10:59:56.284 INFO O| Feb 28 10:59:56.284 INFO STEP 82 (remove_files) COMPLETE
86062025-02-28T10:59:58.373Z[ recovery-image] Feb 28 10:59:56.284 INFO O| Feb 28 10:59:56.284 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86072025-02-28T10:59:58.433Z[ recovery-image] Feb 28 10:59:56.344 INFO O| Feb 28 10:59:56.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86082025-02-28T10:59:58.436Z[ recovery-image] Feb 28 10:59:56.344 INFO O| Feb 28 10:59:56.344 INFO STEP 83 (remove_files) COMPLETE
86092025-02-28T10:59:58.436Z[ recovery-image] Feb 28 10:59:56.344 INFO O| Feb 28 10:59:56.344 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86102025-02-28T10:59:58.466Z[ recovery-image] Feb 28 10:59:56.375 INFO O| Feb 28 10:59:56.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86112025-02-28T10:59:58.468Z[ recovery-image] Feb 28 10:59:56.375 INFO O| Feb 28 10:59:56.375 INFO STEP 84 (remove_files) COMPLETE
86122025-02-28T10:59:58.468Z[ recovery-image] Feb 28 10:59:56.375 INFO O| Feb 28 10:59:56.375 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86132025-02-28T10:59:58.523Z[ recovery-image] Feb 28 10:59:56.434 INFO O| Feb 28 10:59:56.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86142025-02-28T10:59:58.525Z[ recovery-image] Feb 28 10:59:56.434 INFO O| Feb 28 10:59:56.434 INFO STEP 85 (remove_files) COMPLETE
86152025-02-28T10:59:58.526Z[ recovery-image] Feb 28 10:59:56.434 INFO O| Feb 28 10:59:56.434 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86162025-02-28T10:59:58.547Z[ recovery-image] Feb 28 10:59:56.458 INFO O| Feb 28 10:59:56.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86172025-02-28T10:59:58.549Z[ recovery-image] Feb 28 10:59:56.458 INFO O| Feb 28 10:59:56.458 INFO STEP 86 (remove_files) COMPLETE
86182025-02-28T10:59:58.549Z[ recovery-image] Feb 28 10:59:56.458 INFO O| Feb 28 10:59:56.458 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86192025-02-28T10:59:58.570Z[ recovery-image] Feb 28 10:59:56.481 INFO O| Feb 28 10:59:56.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
86202025-02-28T10:59:58.570Z[ recovery-image] Feb 28 10:59:56.481 INFO O| Feb 28 10:59:56.481 INFO STEP 87 (remove_files) COMPLETE
86212025-02-28T10:59:58.573Z[ recovery-image] Feb 28 10:59:56.481 INFO O| Feb 28 10:59:56.481 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86222025-02-28T10:59:58.590Z[ recovery-image] Feb 28 10:59:56.501 INFO O| Feb 28 10:59:56.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86232025-02-28T10:59:58.590Z[ recovery-image] Feb 28 10:59:56.501 INFO O| Feb 28 10:59:56.501 INFO STEP 88 (remove_files) COMPLETE
86242025-02-28T10:59:58.590Z[ recovery-image] Feb 28 10:59:56.501 INFO O| Feb 28 10:59:56.501 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86252025-02-28T10:59:58.609Z[ recovery-image] Feb 28 10:59:56.520 INFO O| Feb 28 10:59:56.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86262025-02-28T10:59:58.611Z[ recovery-image] Feb 28 10:59:56.520 INFO O| Feb 28 10:59:56.520 INFO STEP 89 (remove_files) COMPLETE
86272025-02-28T10:59:58.611Z[ recovery-image] Feb 28 10:59:56.520 INFO O| Feb 28 10:59:56.520 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86282025-02-28T10:59:58.643Z[ recovery-image] Feb 28 10:59:56.554 INFO O| Feb 28 10:59:56.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86292025-02-28T10:59:58.643Z[ recovery-image] Feb 28 10:59:56.554 INFO O| Feb 28 10:59:56.554 INFO STEP 90 (remove_files) COMPLETE
86302025-02-28T10:59:58.646Z[ recovery-image] Feb 28 10:59:56.554 INFO O| Feb 28 10:59:56.554 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86312025-02-28T10:59:58.690Z[ recovery-image] Feb 28 10:59:56.601 INFO O| Feb 28 10:59:56.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86322025-02-28T10:59:58.690Z[ recovery-image] Feb 28 10:59:56.601 INFO O| Feb 28 10:59:56.601 INFO STEP 91 (remove_files) COMPLETE
86332025-02-28T10:59:58.690Z[ recovery-image] Feb 28 10:59:56.601 INFO O| Feb 28 10:59:56.601 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86342025-02-28T10:59:58.731Z[ recovery-image] Feb 28 10:59:56.642 INFO O| Feb 28 10:59:56.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86352025-02-28T10:59:58.731Z[ recovery-image] Feb 28 10:59:56.642 INFO O| Feb 28 10:59:56.642 INFO STEP 92 (remove_files) COMPLETE
86362025-02-28T10:59:58.733Z[ recovery-image] Feb 28 10:59:56.642 INFO O| Feb 28 10:59:56.642 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86372025-02-28T10:59:58.752Z[ recovery-image] Feb 28 10:59:56.663 INFO O| Feb 28 10:59:56.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86382025-02-28T10:59:58.752Z[ recovery-image] Feb 28 10:59:56.663 INFO O| Feb 28 10:59:56.663 INFO STEP 93 (remove_files) COMPLETE
86392025-02-28T10:59:58.752Z[ recovery-image] Feb 28 10:59:56.663 INFO O| Feb 28 10:59:56.663 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86402025-02-28T10:59:58.772Z[ recovery-image] Feb 28 10:59:56.683 INFO O| Feb 28 10:59:56.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86412025-02-28T10:59:58.772Z[ recovery-image] Feb 28 10:59:56.683 INFO O| Feb 28 10:59:56.683 INFO STEP 94 (remove_files) COMPLETE
86422025-02-28T10:59:58.775Z[ recovery-image] Feb 28 10:59:56.683 INFO O| Feb 28 10:59:56.683 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
86432025-02-28T10:59:58.824Z[ recovery-image] Feb 28 10:59:56.735 INFO O| Feb 28 10:59:56.735 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
86442025-02-28T10:59:58.827Z[ recovery-image] Feb 28 10:59:56.736 INFO O| Feb 28 10:59:56.736 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"}
86452025-02-28T10:59:59.879Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86462025-02-28T11:00:07.688Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
86472025-02-28T11:00:12.431Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86482025-02-28T11:00:13.394Z[ recovery-image] Feb 28 11:00:11.298 INFO O| Feb 28 11:00:11.289 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
86492025-02-28T11:00:13.394Z[ recovery-image] Feb 28 11:00:11.298 INFO O| Feb 28 11:00:11.289 INFO E| svccfg: Loaded 67 smf(7) service descriptions
86502025-02-28T11:00:13.408Z[ recovery-image] Feb 28 11:00:11.311 INFO O| Feb 28 11:00:11.311 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
86512025-02-28T11:00:13.675Z[ recovery-image] Feb 28 11:00:11.578 INFO O| Feb 28 11:00:11.578 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
86522025-02-28T11:00:13.829Z[ recovery-image] Feb 28 11:00:11.733 INFO O| Feb 28 11:00:11.733 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
86532025-02-28T11:00:14.019Z[ recovery-image] Feb 28 11:00:11.920 INFO O| Feb 28 11:00:11.920 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
86542025-02-28T11:00:14.019Z[ recovery-image] Feb 28 11:00:11.920 INFO O| Feb 28 11:00:11.920 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 ...
86552025-02-28T11:00:14.022Z[ recovery-image] Feb 28 11:00:11.923 INFO O| Feb 28 11:00:11.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
86562025-02-28T11:00:14.022Z[ recovery-image] Feb 28 11:00:11.923 INFO O| Feb 28 11:00:11.923 INFO ok!
86572025-02-28T11:00:14.022Z[ recovery-image] Feb 28 11:00:11.923 INFO O| Feb 28 11:00:11.923 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
86582025-02-28T11:00:14.022Z[ recovery-image] Feb 28 11:00:11.923 INFO O| Feb 28 11:00:11.923 INFO STEP 95 (seed_smf) COMPLETE
86592025-02-28T11:00:14.022Z[ recovery-image] Feb 28 11:00:11.923 INFO O| Feb 28 11:00:11.923 INFO steps complete; finalising image!
86602025-02-28T11:00:14.022Z[ recovery-image] Feb 28 11:00:11.923 INFO O| Feb 28 11:00:11.923 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
86612025-02-28T11:00:14.097Z[ recovery-image] Feb 28 11:00:12.001 INFO O| Feb 28 11:00:12.000 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Feb 28 11:00:11 2025)
86622025-02-28T11:00:14.308Z[ recovery-image] Feb 28 11:00:12.211 INFO O| Feb 28 11:00:12.211 INFO trim TEMPORARY-gimlet-zfs-recovery: (67% trimmed, started at Fri Feb 28 11:00:11 2025)
86632025-02-28T11:00:14.552Z[ recovery-image] Feb 28 11:00:12.455 INFO O| Feb 28 11:00:12.455 INFO temporary pool has 379M used, 1.38G avail, 1.00x compressratio
86642025-02-28T11:00:14.552Z[ recovery-image] Feb 28 11:00:12.455 INFO O| Feb 28 11:00:12.455 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
86652025-02-28T11:00:15.504Z[ recovery-image] Feb 28 11:00:13.407 INFO O| Feb 28 11:00:13.407 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
86662025-02-28T11:00:15.504Z[ recovery-image] Feb 28 11:00:13.407 INFO O| Feb 28 11:00:13.407 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
86672025-02-28T11:00:21.396Z[ recovery-image] Feb 28 11:00:19.295 INFO O| Feb 28 11:00:19.295 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86682025-02-28T11:00:21.396Z[ recovery-image] Feb 28 11:00:19.296 INFO O| Feb 28 11:00:19.295 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86692025-02-28T11:00:21.399Z[ recovery-image] Feb 28 11:00:19.296 INFO O| Feb 28 11:00:19.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86702025-02-28T11:00:21.399Z[ recovery-image] Feb 28 11:00:19.296 INFO O| Feb 28 11:00:19.295 INFO completed processing gimlet/zfs-recovery
86712025-02-28T11:00:21.399Z[ recovery-image] Feb 28 11:00:19.296 INFO O| Feb 28 11:00:19.296 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
86722025-02-28T11:00:21.763Z[ recovery-image] Feb 28 11:00:19.663 INFO O| Feb 28 11:00:19.663 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
86732025-02-28T11:00:21.877Z[ recovery-image] Feb 28 11:00:19.776 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
86742025-02-28T11:00:21.879Z[ recovery-image] Feb 28 11:00:19.776 INFO expanded image name: "recovery c0511e1/${os_short_commit} 2025-02-28 10:26" -> "recovery c0511e1/9fcb5ef 2025-02-28 10:26"
86752025-02-28T11:00:21.879Z[ recovery-image] Feb 28 11:00:19.776 INFO output artefacts stored in: "/work/os-recovery"
86762025-02-28T11:00:21.880Z[ recovery-image] Feb 28 11:00:19.778 INFO collecting git info from project "amd-firmware"...
86772025-02-28T11:00:21.939Z[ recovery-image] Feb 28 11:00:19.839 INFO collecting git info from project "image-builder"...
86782025-02-28T11:00:21.951Z[ recovery-image] Feb 28 11:00:19.850 INFO collecting git info from project "bootserver"...
86792025-02-28T11:00:21.961Z[ recovery-image] Feb 28 11:00:19.860 INFO collecting git info from project "pilot"...
86802025-02-28T11:00:21.984Z[ recovery-image] Feb 28 11:00:19.884 INFO collecting git info from project "amd-host-image-builder"...
86812025-02-28T11:00:22.613Z[ recovery-image] Feb 28 11:00:20.512 INFO collecting git info from project "phbl"...
86822025-02-28T11:00:22.626Z[ recovery-image] Feb 28 11:00:20.525 INFO collecting git info from project "chelsio-t6-roms"...
86832025-02-28T11:00:22.659Z[ recovery-image] Feb 28 11:00:20.559 INFO collecting git info from project "pinprick"...
86842025-02-28T11:00:22.669Z[ recovery-image] Feb 28 11:00:20.569 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86852025-02-28T11:00:23.799Z[ recovery-image] Feb 28 11:00:21.697 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86862025-02-28T11:00:24.549Z[ recovery-image] Feb 28 11:00:22.447 INFO creating Oxide boot image...
86872025-02-28T11:00:24.549Z[ recovery-image] Feb 28 11:00:22.447 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery c0511e1/9fcb5ef 2025-02-28 10:26", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86882025-02-28T11:00:35.402Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
86892025-02-28T11:00:41.014Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
86902025-02-28T11:00:48.770Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
86912025-02-28T11:00:49.522Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
86922025-02-28T11:00:50.383Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
86932025-02-28T11:00:54.002Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
86942025-02-28T11:00:54.133Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86952025-02-28T11:00:55.698Z[verify-libraries] Compiling termios v0.3.3
86962025-02-28T11:00:56.175Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
86972025-02-28T11:00:57.395Z[ host-image] Feb 28 11:00:55.278 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z
86982025-02-28T11:00:57.398Z[ host-image] Feb 28 11:00:55.278 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z
86992025-02-28T11:00:57.398Z[ host-image] Feb 28 11:00:55.278 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
87002025-02-28T11:00:57.398Z[ host-image] Feb 28 11:00:55.278 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
87012025-02-28T11:00:57.398Z[ host-image] Feb 28 11:00:55.278 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
87022025-02-28T11:00:57.398Z[ host-image] Feb 28 11:00:55.279 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
87032025-02-28T11:00:57.398Z[ host-image] Feb 28 11:00:55.280 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
87042025-02-28T11:00:57.398Z[ host-image] Feb 28 11:00:55.280 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
87052025-02-28T11:00:57.398Z[ host-image] Feb 28 11:00:55.280 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
87062025-02-28T11:00:57.398Z[ host-image] Feb 28 11:00:55.280 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
87072025-02-28T11:00:57.398Z[ host-image] Feb 28 11:00:55.280 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z
87082025-02-28T11:00:57.401Z[ host-image] Feb 28 11:00:55.283 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z
87092025-02-28T11:00:57.404Z[ host-image] Feb 28 11:00:55.284 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z
87102025-02-28T11:00:57.404Z[ host-image] Feb 28 11:00:55.285 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z
87112025-02-28T11:00:57.404Z[ host-image] Feb 28 11:00:55.285 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
87122025-02-28T11:00:57.404Z[ host-image] Feb 28 11:00:55.286 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z
87132025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.287 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z
87142025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.287 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z
87152025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.287 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z
87162025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.287 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z
87172025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.287 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z
87182025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.287 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z
87192025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.287 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z
87202025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.288 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z
87212025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.288 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z
87222025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.288 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z
87232025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.289 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z
87242025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.289 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z
87252025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.289 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z
87262025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.289 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
87272025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.289 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z
87282025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.289 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z
87292025-02-28T11:00:57.407Z[ host-image] Feb 28 11:00:55.289 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z
87302025-02-28T11:00:57.410Z[ host-image] Feb 28 11:00:55.290 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z
87312025-02-28T11:00:57.410Z[ host-image] Feb 28 11:00:55.291 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z
87322025-02-28T11:00:57.410Z[ host-image] Feb 28 11:00:55.291 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z
87332025-02-28T11:00:57.422Z[ host-image] Feb 28 11:00:55.305 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
87342025-02-28T11:00:57.422Z[ host-image] Feb 28 11:00:55.305 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z
87352025-02-28T11:00:57.425Z[ host-image] Feb 28 11:00:55.305 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
87362025-02-28T11:00:57.425Z[ host-image] Feb 28 11:00:55.305 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
87372025-02-28T11:00:57.425Z[ host-image] Feb 28 11:00:55.306 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
87382025-02-28T11:00:57.425Z[ host-image] Feb 28 11:00:55.306 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z
87392025-02-28T11:00:57.425Z[ host-image] Feb 28 11:00:55.307 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
87402025-02-28T11:00:57.425Z[ host-image] Feb 28 11:00:55.307 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
87412025-02-28T11:00:57.427Z[ host-image] Feb 28 11:00:55.309 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
87422025-02-28T11:00:57.427Z[ host-image] Feb 28 11:00:55.309 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
87432025-02-28T11:00:57.444Z[ host-image] Feb 28 11:00:55.327 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
87442025-02-28T11:00:57.444Z[ host-image] Feb 28 11:00:55.327 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
87452025-02-28T11:00:57.447Z[ host-image] Feb 28 11:00:55.327 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
87462025-02-28T11:00:57.447Z[ host-image] Feb 28 11:00:55.328 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
87472025-02-28T11:00:57.447Z[ host-image] Feb 28 11:00:55.329 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
87482025-02-28T11:00:57.447Z[ host-image] Feb 28 11:00:55.329 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
87492025-02-28T11:00:57.506Z[ host-image] Feb 28 11:00:55.388 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
87502025-02-28T11:00:57.510Z[ host-image] Feb 28 11:00:55.389 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
87512025-02-28T11:00:57.510Z[ host-image] Feb 28 11:00:55.389 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
87522025-02-28T11:00:57.510Z[ host-image] Feb 28 11:00:55.391 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z
87532025-02-28T11:00:57.510Z[ host-image] Feb 28 11:00:55.391 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z
87542025-02-28T11:00:57.510Z[ host-image] Feb 28 11:00:55.391 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
87552025-02-28T11:00:57.510Z[ host-image] Feb 28 11:00:55.391 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z
87562025-02-28T11:00:57.510Z[ host-image] Feb 28 11:00:55.392 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
87572025-02-28T11:00:57.510Z[ host-image] Feb 28 11:00:55.392 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
87582025-02-28T11:00:57.510Z[ host-image] Feb 28 11:00:55.392 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
87592025-02-28T11:00:57.510Z[ host-image] Feb 28 11:00:55.392 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z
87602025-02-28T11:00:57.510Z[ host-image] Feb 28 11:00:55.392 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
87612025-02-28T11:00:57.517Z[ host-image] Feb 28 11:00:55.399 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
87622025-02-28T11:00:57.517Z[ host-image] Feb 28 11:00:55.400 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
87632025-02-28T11:00:57.520Z[ host-image] Feb 28 11:00:55.400 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
87642025-02-28T11:00:57.520Z[ host-image] Feb 28 11:00:55.400 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z
87652025-02-28T11:00:57.520Z[ host-image] Feb 28 11:00:55.400 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
87662025-02-28T11:00:57.541Z[ host-image] Feb 28 11:00:55.424 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
87672025-02-28T11:00:57.544Z[ host-image] Feb 28 11:00:55.424 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z
87682025-02-28T11:00:57.546Z[ host-image] Feb 28 11:00:55.428 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z
87692025-02-28T11:00:57.546Z[ host-image] Feb 28 11:00:55.428 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z
87702025-02-28T11:00:57.546Z[ host-image] Feb 28 11:00:55.429 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
87712025-02-28T11:00:57.549Z[ host-image] Feb 28 11:00:55.429 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z
87722025-02-28T11:00:57.549Z[ host-image] Feb 28 11:00:55.430 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z
87732025-02-28T11:00:57.549Z[ host-image] Feb 28 11:00:55.430 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z
87742025-02-28T11:00:57.549Z[ host-image] Feb 28 11:00:55.431 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z
87752025-02-28T11:00:57.554Z[ host-image] Feb 28 11:00:55.437 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87762025-02-28T11:00:57.557Z[ host-image] Feb 28 11:00:55.438 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z
87772025-02-28T11:00:57.557Z[ host-image] Feb 28 11:00:55.439 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z
87782025-02-28T11:00:57.557Z[ host-image] Feb 28 11:00:55.439 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87792025-02-28T11:00:57.560Z[ host-image] Feb 28 11:00:55.439 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z
87802025-02-28T11:00:57.560Z[ host-image] Feb 28 11:00:55.440 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z
87812025-02-28T11:00:57.560Z[ host-image] Feb 28 11:00:55.440 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z
87822025-02-28T11:00:57.560Z[ host-image] Feb 28 11:00:55.441 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z
87832025-02-28T11:00:57.572Z[ host-image] Feb 28 11:00:55.454 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z
87842025-02-28T11:00:57.572Z[ host-image] Feb 28 11:00:55.454 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87852025-02-28T11:00:57.575Z[ host-image] Feb 28 11:00:55.457 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z
87862025-02-28T11:00:57.577Z[ host-image] Feb 28 11:00:55.460 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z
87872025-02-28T11:00:57.577Z[ host-image] Feb 28 11:00:55.460 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z
87882025-02-28T11:00:57.580Z[ host-image] Feb 28 11:00:55.460 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z
87892025-02-28T11:00:57.580Z[ host-image] Feb 28 11:00:55.461 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z
87902025-02-28T11:00:57.580Z[ host-image] Feb 28 11:00:55.462 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z
87912025-02-28T11:00:57.596Z[ host-image] Feb 28 11:00:55.478 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z
87922025-02-28T11:00:57.598Z[ host-image] Feb 28 11:00:55.478 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z
87932025-02-28T11:00:57.598Z[ host-image] Feb 28 11:00:55.479 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z
87942025-02-28T11:00:57.601Z[ host-image] Feb 28 11:00:55.481 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z
87952025-02-28T11:00:57.601Z[ host-image] Feb 28 11:00:55.481 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z
87962025-02-28T11:00:57.635Z[ host-image] Feb 28 11:00:55.517 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z
87972025-02-28T11:00:57.635Z[ host-image] Feb 28 11:00:55.517 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z
87982025-02-28T11:00:57.637Z[ host-image] Feb 28 11:00:55.517 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z
87992025-02-28T11:00:57.637Z[ host-image] Feb 28 11:00:55.518 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
88002025-02-28T11:00:57.637Z[ host-image] Feb 28 11:00:55.518 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
88012025-02-28T11:00:57.682Z[ host-image] Feb 28 11:00:55.563 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z
88022025-02-28T11:00:57.685Z[ host-image] Feb 28 11:00:55.564 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
88032025-02-28T11:00:57.685Z[ host-image] Feb 28 11:00:55.564 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z
88042025-02-28T11:00:57.685Z[ host-image] Feb 28 11:00:55.564 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z
88052025-02-28T11:00:57.685Z[ host-image] Feb 28 11:00:55.566 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z
88062025-02-28T11:00:57.685Z[ host-image] Feb 28 11:00:55.567 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
88072025-02-28T11:00:57.685Z[ host-image] Feb 28 11:00:55.567 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
88082025-02-28T11:00:57.688Z[ host-image] Feb 28 11:00:55.568 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z
88092025-02-28T11:00:57.688Z[ host-image] Feb 28 11:00:55.568 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z
88102025-02-28T11:00:57.688Z[ host-image] Feb 28 11:00:55.568 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z
88112025-02-28T11:00:57.688Z[ host-image] Feb 28 11:00:55.569 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z
88122025-02-28T11:00:57.688Z[ host-image] Feb 28 11:00:55.569 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z
88132025-02-28T11:00:57.688Z[ host-image] Feb 28 11:00:55.570 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z
88142025-02-28T11:00:57.692Z[ host-image] Feb 28 11:00:55.574 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
88152025-02-28T11:00:57.695Z[ host-image] Feb 28 11:00:55.575 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z
88162025-02-28T11:00:57.698Z[ host-image] Feb 28 11:00:55.577 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z
88172025-02-28T11:00:57.698Z[ host-image] Feb 28 11:00:55.578 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z
88182025-02-28T11:00:57.698Z[ host-image] Feb 28 11:00:55.578 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z
88192025-02-28T11:00:57.698Z[ host-image] Feb 28 11:00:55.578 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z
88202025-02-28T11:00:57.698Z[ host-image] Feb 28 11:00:55.579 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z
88212025-02-28T11:00:57.698Z[ host-image] Feb 28 11:00:55.579 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
88222025-02-28T11:00:57.698Z[ host-image] Feb 28 11:00:55.579 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
88232025-02-28T11:00:57.698Z[ host-image] Feb 28 11:00:55.580 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z
88242025-02-28T11:00:57.701Z[ host-image] Feb 28 11:00:55.580 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z
88252025-02-28T11:00:57.701Z[ host-image] Feb 28 11:00:55.581 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
88262025-02-28T11:00:57.701Z[ host-image] Feb 28 11:00:55.581 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
88272025-02-28T11:00:57.701Z[ host-image] Feb 28 11:00:55.581 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
88282025-02-28T11:00:57.701Z[ host-image] Feb 28 11:00:55.581 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
88292025-02-28T11:00:57.701Z[ host-image] Feb 28 11:00:55.581 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
88302025-02-28T11:00:57.701Z[ host-image] Feb 28 11:00:55.582 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
88312025-02-28T11:00:57.721Z[ host-image] Feb 28 11:00:55.585 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
88322025-02-28T11:00:57.721Z[ host-image] Feb 28 11:00:55.585 INFO O| tempdir @ "/tmp/.tmpykLpxy/tmp"
88332025-02-28T11:00:57.721Z[ host-image] Feb 28 11:00:55.585 INFO O| image root @ "/tmp/.tmpykLpxy/tmp/root"
88342025-02-28T11:00:57.721Z[ host-image] Feb 28 11:00:55.585 INFO O| creating image...
88352025-02-28T11:00:58.707Z[ host-image] Feb 28 11:00:56.588 INFO O| copying publishers...
88362025-02-28T11:01:26.341Z[ host-image] Feb 28 11:01:24.209 INFO O| adding properties...
88372025-02-28T11:01:28.782Z[ host-image] Feb 28 11:01:26.649 INFO O| installing packages...
88382025-02-28T11:01:31.859Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
88392025-02-28T11:01:41.837Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
88402025-02-28T11:01:41.960Z[ recovery-image] Feb 28 11:01:39.821 INFO O| ok, image written!
88412025-02-28T11:01:41.963Z[ recovery-image] Feb 28 11:01:39.821 INFO O| ok, boot_image_csum file written!
88422025-02-28T11:01:41.969Z[ recovery-image] Feb 28 11:01:39.830 INFO creating boot archive (CPIO)...
88432025-02-28T11:01:41.969Z[ recovery-image] Feb 28 11:01:39.830 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
88442025-02-28T11:01:41.979Z[ recovery-image] Feb 28 11:01:39.840 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
88452025-02-28T11:01:41.979Z[ recovery-image] Feb 28 11:01:39.840 INFO E| + outfile=/work/os-recovery/cpio
88462025-02-28T11:01:41.981Z[ recovery-image] Feb 28 11:01:39.840 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
88472025-02-28T11:01:41.984Z[ recovery-image] Feb 28 11:01:39.842 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
88482025-02-28T11:01:41.984Z[ recovery-image] Feb 28 11:01:39.843 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
88492025-02-28T11:01:42.027Z[ recovery-image] Feb 28 11:01:39.888 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
88502025-02-28T11:01:42.027Z[ recovery-image] Feb 28 11:01:39.888 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
88512025-02-28T11:01:42.038Z[ recovery-image] Feb 28 11:01:39.898 INFO creating compressed cpio/unix for nanobl-rs...
88522025-02-28T11:01:42.040Z[ recovery-image] Feb 28 11:01:39.899 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
88532025-02-28T11:01:42.500Z[ recovery-image] Feb 28 11:01:40.360 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
88542025-02-28T11:01:49.974Z[ recovery-image] Feb 28 11:01:47.830 INFO creating reset image...
88552025-02-28T11:01:49.976Z[ recovery-image] Feb 28 11:01:47.831 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
88562025-02-28T11:01:50.652Z[ recovery-image] Feb 28 11:01:48.508 INFO E| Updating crates.io index
88572025-02-28T11:01:51.042Z[ recovery-image] Feb 28 11:01:48.899 INFO E| Downloading crates ...
88582025-02-28T11:01:51.221Z[ recovery-image] Feb 28 11:01:49.077 INFO E| Downloaded anstyle-query v1.1.1
88592025-02-28T11:01:51.255Z[ recovery-image] Feb 28 11:01:49.112 INFO E| Downloaded utf8parse v0.2.2
88602025-02-28T11:01:51.258Z[ recovery-image] Feb 28 11:01:49.114 INFO E| Downloaded clap_lex v0.7.2
88612025-02-28T11:01:51.261Z[ recovery-image] Feb 28 11:01:49.116 INFO E| Downloaded strsim v0.11.1
88622025-02-28T11:01:51.263Z[ recovery-image] Feb 28 11:01:49.118 INFO E| Downloaded once_cell v1.19.0
88632025-02-28T11:01:51.267Z[ recovery-image] Feb 28 11:01:49.124 INFO E| Downloaded os_pipe v1.2.1
88642025-02-28T11:01:51.270Z[ recovery-image] Feb 28 11:01:49.126 INFO E| Downloaded shared_child v1.0.1
88652025-02-28T11:01:51.278Z[ recovery-image] Feb 28 11:01:49.134 INFO E| Downloaded is_terminal_polyfill v1.70.1
88662025-02-28T11:01:51.281Z[ recovery-image] Feb 28 11:01:49.136 INFO E| Downloaded quote v1.0.37
88672025-02-28T11:01:51.290Z[ recovery-image] Feb 28 11:01:49.147 INFO E| Downloaded unicode-ident v1.0.13
88682025-02-28T11:01:51.307Z[ recovery-image] Feb 28 11:01:49.164 INFO E| Downloaded proc-macro2 v1.0.86
88692025-02-28T11:01:51.312Z[ recovery-image] Feb 28 11:01:49.168 INFO E| Downloaded clap_derive v4.5.13
88702025-02-28T11:01:51.331Z[ recovery-image] Feb 28 11:01:49.188 INFO E| Downloaded clap v4.5.17
88712025-02-28T11:01:51.346Z[ recovery-image] Feb 28 11:01:49.202 INFO E| Downloaded duct v0.13.7
88722025-02-28T11:01:51.363Z[ recovery-image] Feb 28 11:01:49.220 INFO E| Downloaded clap_builder v4.5.17
88732025-02-28T11:01:51.373Z[ recovery-image] Feb 28 11:01:49.229 INFO E| Downloaded anstyle-parse v0.2.5
88742025-02-28T11:01:51.375Z[ recovery-image] Feb 28 11:01:49.231 INFO E| Downloaded anstream v0.6.15
88752025-02-28T11:01:51.378Z[ recovery-image] Feb 28 11:01:49.234 INFO E| Downloaded heck v0.5.0
88762025-02-28T11:01:51.381Z[ recovery-image] Feb 28 11:01:49.236 INFO E| Downloaded colorchoice v1.0.2
88772025-02-28T11:01:51.383Z[ recovery-image] Feb 28 11:01:49.238 INFO E| Downloaded anstyle v1.0.8
88782025-02-28T11:01:51.386Z[ recovery-image] Feb 28 11:01:49.242 INFO E| Downloaded syn v2.0.77
88792025-02-28T11:01:51.469Z[ recovery-image] Feb 28 11:01:49.324 INFO E| Downloaded libc v0.2.158
88802025-02-28T11:01:51.588Z[ recovery-image] Feb 28 11:01:49.444 INFO E| Compiling proc-macro2 v1.0.86
88812025-02-28T11:01:51.602Z[ recovery-image] Feb 28 11:01:49.458 INFO E| Compiling libc v0.2.158
88822025-02-28T11:01:51.604Z[ recovery-image] Feb 28 11:01:49.458 INFO E| Compiling unicode-ident v1.0.13
88832025-02-28T11:01:51.604Z[ recovery-image] Feb 28 11:01:49.458 INFO E| Compiling utf8parse v0.2.2
88842025-02-28T11:01:51.604Z[ recovery-image] Feb 28 11:01:49.458 INFO E| Compiling anstyle v1.0.8
88852025-02-28T11:01:51.604Z[ recovery-image] Feb 28 11:01:49.458 INFO E| Compiling colorchoice v1.0.2
88862025-02-28T11:01:51.604Z[ recovery-image] Feb 28 11:01:49.458 INFO E| Compiling anstyle-query v1.1.1
88872025-02-28T11:01:51.604Z[ recovery-image] Feb 28 11:01:49.459 INFO E| Compiling is_terminal_polyfill v1.70.1
88882025-02-28T11:01:52.772Z[ recovery-image] Feb 28 11:01:50.627 INFO E| Compiling anstyle-parse v0.2.5
88892025-02-28T11:01:52.810Z[ recovery-image] Feb 28 11:01:50.665 INFO E| Compiling strsim v0.11.1
88902025-02-28T11:01:52.818Z[ recovery-image] Feb 28 11:01:50.673 INFO E| Compiling clap_lex v0.7.2
88912025-02-28T11:01:52.871Z[ recovery-image] Feb 28 11:01:50.724 INFO E| Compiling heck v0.5.0
88922025-02-28T11:01:52.949Z[ recovery-image] Feb 28 11:01:50.804 INFO E| Compiling once_cell v1.19.0
88932025-02-28T11:01:53.450Z[ recovery-image] Feb 28 11:01:51.305 INFO E| Compiling anstream v0.6.15
88942025-02-28T11:01:54.061Z[ recovery-image] Feb 28 11:01:51.916 INFO E| Compiling clap_builder v4.5.17
88952025-02-28T11:01:54.485Z[ recovery-image] Feb 28 11:01:52.338 INFO E| Compiling os_pipe v1.2.1
88962025-02-28T11:01:54.485Z[ recovery-image] Feb 28 11:01:52.338 INFO E| Compiling shared_child v1.0.1
88972025-02-28T11:01:54.745Z[ recovery-image] Feb 28 11:01:52.599 INFO E| Compiling duct v0.13.7
88982025-02-28T11:01:55.255Z[ recovery-image] Feb 28 11:01:53.109 INFO E| Compiling quote v1.0.37
88992025-02-28T11:01:55.883Z[ recovery-image] Feb 28 11:01:53.737 INFO E| Compiling syn v2.0.77
89002025-02-28T11:02:03.189Z[ host-image] Feb 28 11:02:01.025 INFO O| seeding SMF database...
89012025-02-28T11:02:05.579Z[ recovery-image] Feb 28 11:02:03.428 INFO E| Compiling clap_derive v4.5.13
89022025-02-28T11:02:10.162Z[ recovery-image] Feb 28 11:02:08.009 INFO E| Compiling clap v4.5.17
89032025-02-28T11:02:10.249Z[ recovery-image] Feb 28 11:02:08.096 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
89042025-02-28T11:02:12.615Z[ recovery-image] Feb 28 11:02:10.460 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.39s
89052025-02-28T11:02:12.634Z[ recovery-image] Feb 28 11:02:10.480 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
89062025-02-28T11:02:12.882Z[ recovery-image] Feb 28 11:02:10.727 INFO E| Updating crates.io index
89072025-02-28T11:02:13.047Z[ recovery-image] Feb 28 11:02:10.893 INFO E| Downloading crates ...
89082025-02-28T11:02:13.327Z[ recovery-image] Feb 28 11:02:11.172 INFO E| Downloaded bitstruct_derive v0.1.0
89092025-02-28T11:02:13.330Z[ recovery-image] Feb 28 11:02:11.173 INFO E| Downloaded bitstruct v0.1.1
89102025-02-28T11:02:13.332Z[ recovery-image] Feb 28 11:02:11.175 INFO E| Downloaded scroll_derive v0.12.0
89112025-02-28T11:02:13.332Z[ recovery-image] Feb 28 11:02:11.176 INFO E| Downloaded cpio_reader v0.1.1
89122025-02-28T11:02:13.335Z[ recovery-image] Feb 28 11:02:11.178 INFO E| Downloaded bit_field v0.10.2
89132025-02-28T11:02:13.340Z[ recovery-image] Feb 28 11:02:11.186 INFO E| Downloaded goblin v0.8.2
89142025-02-28T11:02:13.348Z[ recovery-image] Feb 28 11:02:11.194 INFO E| Downloaded seq-macro v0.3.5
89152025-02-28T11:02:13.351Z[ recovery-image] Feb 28 11:02:11.196 INFO E| Downloaded scroll v0.12.0
89162025-02-28T11:02:13.354Z[ recovery-image] Feb 28 11:02:11.198 INFO E| Downloaded adler2 v2.0.0
89172025-02-28T11:02:13.356Z[ recovery-image] Feb 28 11:02:11.200 INFO E| Downloaded proc-macro2 v1.0.89
89182025-02-28T11:02:13.359Z[ recovery-image] Feb 28 11:02:11.204 INFO E| Downloaded miniz_oxide v0.8.0
89192025-02-28T11:02:13.366Z[ recovery-image] Feb 28 11:02:11.211 INFO E| Downloaded raw-cpuid v10.7.0
89202025-02-28T11:02:13.390Z[ recovery-image] Feb 28 11:02:11.235 INFO E| Downloaded syn v2.0.85
89212025-02-28T11:02:13.652Z[ recovery-image] Feb 28 11:02:11.497 INFO E| Downloaded x86 v0.52.0
89222025-02-28T11:02:13.750Z[ recovery-image] Feb 28 11:02:11.595 INFO E| Updating crates.io index
89232025-02-28T11:02:13.998Z[ recovery-image] Feb 28 11:02:11.843 INFO E| Downloading crates ...
89242025-02-28T11:02:14.116Z[ recovery-image] Feb 28 11:02:11.961 INFO E| Downloaded allocator-api2 v0.2.18
89252025-02-28T11:02:14.122Z[ recovery-image] Feb 28 11:02:11.967 INFO E| Downloaded rustc-demangle v0.1.24
89262025-02-28T11:02:14.125Z[ recovery-image] Feb 28 11:02:11.970 INFO E| Downloaded getopts v0.2.21
89272025-02-28T11:02:14.161Z[ recovery-image] Feb 28 11:02:12.006 INFO E| Downloaded memchr v2.5.0
89282025-02-28T11:02:14.201Z[ recovery-image] Feb 28 11:02:12.046 INFO E| Downloaded hashbrown v0.15.0
89292025-02-28T11:02:14.240Z[ recovery-image] Feb 28 11:02:12.085 INFO E| Downloaded compiler_builtins v0.1.134
89302025-02-28T11:02:14.300Z[ recovery-image] Feb 28 11:02:12.145 INFO E| Downloaded libc v0.2.161
89312025-02-28T11:02:14.559Z[ recovery-image] Feb 28 11:02:12.403 INFO E| Compiling compiler_builtins v0.1.134
89322025-02-28T11:02:14.559Z[ recovery-image] Feb 28 11:02:12.403 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)
89332025-02-28T11:02:14.559Z[ recovery-image] Feb 28 11:02:12.403 INFO E| Compiling proc-macro2 v1.0.89
89342025-02-28T11:02:14.562Z[ recovery-image] Feb 28 11:02:12.403 INFO E| Compiling unicode-ident v1.0.13
89352025-02-28T11:02:14.562Z[ recovery-image] Feb 28 11:02:12.403 INFO E| Compiling syn v1.0.109
89362025-02-28T11:02:14.562Z[ recovery-image] Feb 28 11:02:12.403 INFO E| Compiling x86 v0.52.0
89372025-02-28T11:02:14.562Z[ recovery-image] Feb 28 11:02:12.403 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
89382025-02-28T11:02:14.562Z[ recovery-image] Feb 28 11:02:12.403 INFO E| Compiling seq-macro v0.3.5
89392025-02-28T11:02:17.248Z[ recovery-image] Feb 28 11:02:15.092 INFO E| Compiling quote v1.0.37
89402025-02-28T11:02:17.985Z[ recovery-image] Feb 28 11:02:15.828 INFO E| Compiling syn v2.0.85
89412025-02-28T11:02:18.309Z[ host-image] Feb 28 11:02:16.152 INFO O| configuring SMF profile...
89422025-02-28T11:02:18.312Z[ host-image] Feb 28 11:02:16.153 INFO O| modifying shadow(5)...
89432025-02-28T11:02:18.312Z[ host-image] Feb 28 11:02:16.153 INFO O| loading user and group database...
89442025-02-28T11:02:18.312Z[ host-image] Feb 28 11:02:16.153 INFO O| assessing packaged files...
89452025-02-28T11:02:26.533Z[ recovery-image] Feb 28 11:02:24.372 INFO E| Compiling scroll_derive v0.12.0
89462025-02-28T11:02:27.940Z[ host-image] Feb 28 11:02:25.777 INFO O| creating archive...
89472025-02-28T11:02:28.002Z[ host-image] Feb 28 11:02:25.840 INFO O| missing from packaging:
89482025-02-28T11:02:28.005Z[ host-image] Feb 28 11:02:25.840 INFO O| "etc/.pwd.lock"
89492025-02-28T11:02:28.005Z[ host-image] Feb 28 11:02:25.841 INFO O| "etc/bash"
89502025-02-28T11:02:28.013Z[ host-image] Feb 28 11:02:25.850 INFO O| "etc/svc/profile/generic.xml"
89512025-02-28T11:02:28.015Z[ host-image] Feb 28 11:02:25.850 INFO O| "etc/svc/profile/inetd_services.xml"
89522025-02-28T11:02:28.015Z[ host-image] Feb 28 11:02:25.851 INFO O| "etc/svc/profile/name_service.xml"
89532025-02-28T11:02:28.015Z[ host-image] Feb 28 11:02:25.851 INFO O| "etc/svc/profile/platform.xml"
89542025-02-28T11:02:28.015Z[ host-image] Feb 28 11:02:25.851 INFO O| "etc/svc/profile/platform_omicron1.xml"
89552025-02-28T11:02:28.015Z[ host-image] Feb 28 11:02:25.851 INFO O| "etc/svc/repository.db"
89562025-02-28T11:02:28.029Z[ host-image] Feb 28 11:02:25.868 INFO O| "opt/ooce/share"
89572025-02-28T11:02:28.032Z[ host-image] Feb 28 11:02:25.868 INFO O| "opt/ooce/share/man"
89582025-02-28T11:02:28.032Z[ host-image] Feb 28 11:02:25.868 INFO O| "opt/ooce/share/man/man1"
89592025-02-28T11:02:28.047Z[ host-image] Feb 28 11:02:25.884 INFO O| finishing archive...
89602025-02-28T11:02:33.305Z[ recovery-image] Feb 28 11:02:31.141 INFO E| Compiling bitstruct_derive v0.1.0
89612025-02-28T11:02:33.973Z[ host-image] Feb 28 11:02:31.808 INFO O| creating gzonly manifest...
89622025-02-28T11:02:33.990Z[ host-image] Feb 28 11:02:31.826 INFO O| ok
89632025-02-28T11:02:34.286Z[ host-image] Feb 28 11:02:32.121 INFO image builder template: ramdisk-02-trim...
89642025-02-28T11:02:34.286Z[ host-image] Feb 28 11:02:32.121 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/.tmp7S22zF/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
89652025-02-28T11:02:34.384Z[ host-image] Feb 28 11:02:32.219 INFO O| Feb 28 11:02:32.218 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89662025-02-28T11:02:34.411Z[ host-image] Feb 28 11:02:32.245 INFO O| Feb 28 11:02:32.245 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89672025-02-28T11:02:35.561Z[ host-image] Feb 28 11:02:33.392 INFO O| Feb 28 11:02:33.392 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
89682025-02-28T11:02:35.648Z[ host-image] Feb 28 11:02:33.483 INFO O| Feb 28 11:02:33.483 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89692025-02-28T11:02:35.651Z[ host-image] Feb 28 11:02:33.483 INFO O| Feb 28 11:02:33.483 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
89702025-02-28T11:02:35.658Z[ host-image] Feb 28 11:02:33.493 INFO O| Feb 28 11:02:33.493 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89712025-02-28T11:02:35.665Z[ host-image] Feb 28 11:02:33.500 INFO O| Feb 28 11:02:33.500 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
89722025-02-28T11:02:35.696Z[ host-image] Feb 28 11:02:33.530 INFO O| Feb 28 11:02:33.530 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
89732025-02-28T11:02:36.303Z[ host-image] Feb 28 11:02:34.137 INFO O| Feb 28 11:02:34.137 INFO rolled back to input snapshot; work may begin
89742025-02-28T11:02:36.303Z[ host-image] Feb 28 11:02:34.137 INFO O| Feb 28 11:02:34.137 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
89752025-02-28T11:02:36.314Z[ host-image] Feb 28 11:02:34.148 INFO O| Feb 28 11:02:34.148 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89762025-02-28T11:02:36.336Z[ host-image] Feb 28 11:02:34.170 INFO O| Feb 28 11:02:34.170 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
89772025-02-28T11:02:36.562Z[ host-image] Feb 28 11:02:34.397 INFO O| Feb 28 11:02:34.396 INFO STEP 0 (remove_files) COMPLETE
89782025-02-28T11:02:36.562Z[ host-image] Feb 28 11:02:34.397 INFO O| Feb 28 11:02:34.397 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89792025-02-28T11:02:36.584Z[ host-image] Feb 28 11:02:34.418 INFO O| Feb 28 11:02:34.418 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
89802025-02-28T11:02:36.588Z[ host-image] Feb 28 11:02:34.422 INFO O| Feb 28 11:02:34.422 INFO STEP 1 (remove_files) COMPLETE
89812025-02-28T11:02:36.588Z[ host-image] Feb 28 11:02:34.422 INFO O| Feb 28 11:02:34.422 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89822025-02-28T11:02:36.608Z[ host-image] Feb 28 11:02:34.442 INFO O| Feb 28 11:02:34.442 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
89832025-02-28T11:02:36.636Z[ host-image] Feb 28 11:02:34.470 INFO O| Feb 28 11:02:34.470 INFO STEP 2 (remove_files) COMPLETE
89842025-02-28T11:02:36.638Z[ host-image] Feb 28 11:02:34.470 INFO O| Feb 28 11:02:34.470 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89852025-02-28T11:02:36.657Z[ host-image] Feb 28 11:02:34.491 INFO O| Feb 28 11:02:34.491 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
89862025-02-28T11:02:36.660Z[ host-image] Feb 28 11:02:34.494 INFO O| Feb 28 11:02:34.494 INFO STEP 3 (remove_files) COMPLETE
89872025-02-28T11:02:36.660Z[ host-image] Feb 28 11:02:34.494 INFO O| Feb 28 11:02:34.494 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89882025-02-28T11:02:36.681Z[ host-image] Feb 28 11:02:34.515 INFO O| Feb 28 11:02:34.515 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
89892025-02-28T11:02:36.689Z[ host-image] Feb 28 11:02:34.523 INFO O| Feb 28 11:02:34.523 INFO STEP 4 (remove_files) COMPLETE
89902025-02-28T11:02:36.689Z[ host-image] Feb 28 11:02:34.523 INFO O| Feb 28 11:02:34.523 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89912025-02-28T11:02:36.710Z[ host-image] Feb 28 11:02:34.544 INFO O| Feb 28 11:02:34.544 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
89922025-02-28T11:02:36.715Z[ host-image] Feb 28 11:02:34.549 INFO O| Feb 28 11:02:34.549 INFO STEP 5 (remove_files) COMPLETE
89932025-02-28T11:02:36.717Z[ host-image] Feb 28 11:02:34.550 INFO O| Feb 28 11:02:34.549 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89942025-02-28T11:02:36.736Z[ host-image] Feb 28 11:02:34.570 INFO O| Feb 28 11:02:34.570 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
89952025-02-28T11:02:36.757Z[ host-image] Feb 28 11:02:34.591 INFO O| Feb 28 11:02:34.591 INFO STEP 6 (remove_files) COMPLETE
89962025-02-28T11:02:36.757Z[ host-image] Feb 28 11:02:34.591 INFO O| Feb 28 11:02:34.591 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89972025-02-28T11:02:36.778Z[ host-image] Feb 28 11:02:34.612 INFO O| Feb 28 11:02:34.612 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
89982025-02-28T11:02:36.803Z[ host-image] Feb 28 11:02:34.637 INFO O| Feb 28 11:02:34.637 INFO STEP 7 (remove_files) COMPLETE
89992025-02-28T11:02:36.806Z[ host-image] Feb 28 11:02:34.637 INFO O| Feb 28 11:02:34.637 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90002025-02-28T11:02:36.855Z[ host-image] Feb 28 11:02:34.670 INFO O| Feb 28 11:02:34.670 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
90012025-02-28T11:02:36.997Z[ host-image] Feb 28 11:02:34.831 INFO O| Feb 28 11:02:34.831 INFO STEP 8 (remove_files) COMPLETE
90022025-02-28T11:02:36.997Z[ host-image] Feb 28 11:02:34.831 INFO O| Feb 28 11:02:34.831 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032025-02-28T11:02:37.020Z[ host-image] Feb 28 11:02:34.854 INFO O| Feb 28 11:02:34.854 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
90042025-02-28T11:02:37.218Z[ host-image] Feb 28 11:02:35.052 INFO O| Feb 28 11:02:35.052 INFO STEP 9 (remove_files) COMPLETE
90052025-02-28T11:02:37.221Z[ host-image] Feb 28 11:02:35.052 INFO O| Feb 28 11:02:35.052 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90062025-02-28T11:02:37.240Z[ host-image] Feb 28 11:02:35.074 INFO O| Feb 28 11:02:35.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
90072025-02-28T11:02:37.248Z[ host-image] Feb 28 11:02:35.082 INFO O| Feb 28 11:02:35.082 INFO STEP 10 (remove_files) COMPLETE
90082025-02-28T11:02:37.251Z[ host-image] Feb 28 11:02:35.083 INFO O| Feb 28 11:02:35.083 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90092025-02-28T11:02:37.271Z[ host-image] Feb 28 11:02:35.105 INFO O| Feb 28 11:02:35.105 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
90102025-02-28T11:02:37.274Z[ host-image] Feb 28 11:02:35.107 INFO O| Feb 28 11:02:35.106 INFO STEP 11 (remove_files) COMPLETE
90112025-02-28T11:02:37.274Z[ host-image] Feb 28 11:02:35.107 INFO O| Feb 28 11:02:35.107 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90122025-02-28T11:02:37.293Z[ host-image] Feb 28 11:02:35.127 INFO O| Feb 28 11:02:35.126 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
90132025-02-28T11:02:37.296Z[ host-image] Feb 28 11:02:35.130 INFO O| Feb 28 11:02:35.130 INFO STEP 12 (remove_files) COMPLETE
90142025-02-28T11:02:37.299Z[ host-image] Feb 28 11:02:35.130 INFO O| Feb 28 11:02:35.130 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90152025-02-28T11:02:37.832Z[ host-image] Feb 28 11:02:35.665 INFO O| Feb 28 11:02:35.665 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
90162025-02-28T11:02:37.961Z[ host-image] Feb 28 11:02:35.795 INFO O| Feb 28 11:02:35.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
90172025-02-28T11:02:37.964Z[ host-image] Feb 28 11:02:35.797 INFO O| Feb 28 11:02:35.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
90182025-02-28T11:02:37.976Z[ host-image] Feb 28 11:02:35.810 INFO O| Feb 28 11:02:35.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
90192025-02-28T11:02:38.836Z[ host-image] Feb 28 11:02:36.669 INFO O| Feb 28 11:02:36.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90202025-02-28T11:02:38.839Z[ host-image] Feb 28 11:02:36.669 INFO O| Feb 28 11:02:36.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90212025-02-28T11:02:38.839Z[ host-image] Feb 28 11:02:36.670 INFO O| Feb 28 11:02:36.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90222025-02-28T11:02:38.839Z[ host-image] Feb 28 11:02:36.670 INFO O| Feb 28 11:02:36.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90232025-02-28T11:02:38.839Z[ host-image] Feb 28 11:02:36.670 INFO O| Feb 28 11:02:36.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90242025-02-28T11:02:38.839Z[ host-image] Feb 28 11:02:36.671 INFO O| Feb 28 11:02:36.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90252025-02-28T11:02:38.839Z[ host-image] Feb 28 11:02:36.671 INFO O| Feb 28 11:02:36.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90262025-02-28T11:02:38.839Z[ host-image] Feb 28 11:02:36.672 INFO O| Feb 28 11:02:36.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90272025-02-28T11:02:38.842Z[ host-image] Feb 28 11:02:36.672 INFO O| Feb 28 11:02:36.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90282025-02-28T11:02:38.842Z[ host-image] Feb 28 11:02:36.673 INFO O| Feb 28 11:02:36.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90292025-02-28T11:02:38.842Z[ host-image] Feb 28 11:02:36.673 INFO O| Feb 28 11:02:36.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90302025-02-28T11:02:38.842Z[ host-image] Feb 28 11:02:36.673 INFO O| Feb 28 11:02:36.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90312025-02-28T11:02:38.842Z[ host-image] Feb 28 11:02:36.674 INFO O| Feb 28 11:02:36.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90322025-02-28T11:02:38.842Z[ host-image] Feb 28 11:02:36.674 INFO O| Feb 28 11:02:36.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90332025-02-28T11:02:38.842Z[ host-image] Feb 28 11:02:36.674 INFO O| Feb 28 11:02:36.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90342025-02-28T11:02:38.842Z[ host-image] Feb 28 11:02:36.674 INFO O| Feb 28 11:02:36.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90352025-02-28T11:02:38.890Z[ host-image] Feb 28 11:02:36.723 INFO O| Feb 28 11:02:36.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
90362025-02-28T11:02:38.916Z[ host-image] Feb 28 11:02:36.749 INFO O| Feb 28 11:02:36.749 INFO STEP 13 (remove_files) COMPLETE
90372025-02-28T11:02:38.917Z[ host-image] Feb 28 11:02:36.749 INFO O| Feb 28 11:02:36.749 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90382025-02-28T11:02:38.970Z[ host-image] Feb 28 11:02:36.803 INFO O| Feb 28 11:02:36.803 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
90392025-02-28T11:02:38.974Z[ host-image] Feb 28 11:02:36.806 INFO O| Feb 28 11:02:36.806 INFO STEP 14 (remove_files) COMPLETE
90402025-02-28T11:02:38.977Z[ host-image] Feb 28 11:02:36.806 INFO O| Feb 28 11:02:36.806 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90412025-02-28T11:02:38.996Z[ host-image] Feb 28 11:02:36.829 INFO O| Feb 28 11:02:36.829 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
90422025-02-28T11:02:39.010Z[ host-image] Feb 28 11:02:36.843 INFO O| Feb 28 11:02:36.843 INFO STEP 15 (remove_files) COMPLETE
90432025-02-28T11:02:39.010Z[ host-image] Feb 28 11:02:36.843 INFO O| Feb 28 11:02:36.843 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90442025-02-28T11:02:39.035Z[ host-image] Feb 28 11:02:36.866 INFO O| Feb 28 11:02:36.866 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
90452025-02-28T11:02:39.041Z[ host-image] Feb 28 11:02:36.867 INFO O| Feb 28 11:02:36.866 INFO STEP 16 (remove_files) COMPLETE
90462025-02-28T11:02:39.041Z[ host-image] Feb 28 11:02:36.867 INFO O| Feb 28 11:02:36.867 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90472025-02-28T11:02:39.056Z[ host-image] Feb 28 11:02:36.888 INFO O| Feb 28 11:02:36.888 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
90482025-02-28T11:02:39.061Z[ host-image] Feb 28 11:02:36.892 INFO O| Feb 28 11:02:36.892 INFO STEP 17 (remove_files) COMPLETE
90492025-02-28T11:02:39.061Z[ host-image] Feb 28 11:02:36.892 INFO O| Feb 28 11:02:36.892 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90502025-02-28T11:02:39.082Z[ host-image] Feb 28 11:02:36.915 INFO O| Feb 28 11:02:36.915 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
90512025-02-28T11:02:39.082Z[ host-image] Feb 28 11:02:36.915 INFO O| Feb 28 11:02:36.915 INFO STEP 18 (remove_files) COMPLETE
90522025-02-28T11:02:39.086Z[ host-image] Feb 28 11:02:36.915 INFO O| Feb 28 11:02:36.915 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90532025-02-28T11:02:39.105Z[ host-image] Feb 28 11:02:36.938 INFO O| Feb 28 11:02:36.938 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
90542025-02-28T11:02:39.107Z[ host-image] Feb 28 11:02:36.938 INFO O| Feb 28 11:02:36.938 INFO STEP 19 (remove_files) COMPLETE
90552025-02-28T11:02:39.107Z[ host-image] Feb 28 11:02:36.938 INFO O| Feb 28 11:02:36.938 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90562025-02-28T11:02:39.128Z[ host-image] Feb 28 11:02:36.961 INFO O| Feb 28 11:02:36.960 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
90572025-02-28T11:02:39.131Z[ host-image] Feb 28 11:02:36.961 INFO O| Feb 28 11:02:36.961 INFO STEP 20 (remove_files) COMPLETE
90582025-02-28T11:02:39.131Z[ host-image] Feb 28 11:02:36.961 INFO O| Feb 28 11:02:36.961 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90592025-02-28T11:02:39.151Z[ host-image] Feb 28 11:02:36.983 INFO O| Feb 28 11:02:36.983 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
90602025-02-28T11:02:39.153Z[ host-image] Feb 28 11:02:36.983 INFO O| Feb 28 11:02:36.983 INFO STEP 21 (remove_files) COMPLETE
90612025-02-28T11:02:39.153Z[ host-image] Feb 28 11:02:36.983 INFO O| Feb 28 11:02:36.983 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90622025-02-28T11:02:39.173Z[ host-image] Feb 28 11:02:37.005 INFO O| Feb 28 11:02:37.005 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
90632025-02-28T11:02:39.176Z[ host-image] Feb 28 11:02:37.005 INFO O| Feb 28 11:02:37.005 INFO STEP 22 (remove_files) COMPLETE
90642025-02-28T11:02:39.176Z[ host-image] Feb 28 11:02:37.005 INFO O| Feb 28 11:02:37.005 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90652025-02-28T11:02:39.194Z[ host-image] Feb 28 11:02:37.027 INFO O| Feb 28 11:02:37.027 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
90662025-02-28T11:02:39.198Z[ host-image] Feb 28 11:02:37.027 INFO O| Feb 28 11:02:37.027 INFO STEP 23 (remove_files) COMPLETE
90672025-02-28T11:02:39.198Z[ host-image] Feb 28 11:02:37.027 INFO O| Feb 28 11:02:37.027 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90682025-02-28T11:02:39.215Z[ host-image] Feb 28 11:02:37.048 INFO O| Feb 28 11:02:37.048 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
90692025-02-28T11:02:39.219Z[ host-image] Feb 28 11:02:37.048 INFO O| Feb 28 11:02:37.048 INFO STEP 24 (remove_files) COMPLETE
90702025-02-28T11:02:39.219Z[ host-image] Feb 28 11:02:37.048 INFO O| Feb 28 11:02:37.048 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90712025-02-28T11:02:39.236Z[ host-image] Feb 28 11:02:37.069 INFO O| Feb 28 11:02:37.069 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
90722025-02-28T11:02:39.239Z[ host-image] Feb 28 11:02:37.069 INFO O| Feb 28 11:02:37.069 INFO STEP 25 (remove_files) COMPLETE
90732025-02-28T11:02:39.239Z[ host-image] Feb 28 11:02:37.070 INFO O| Feb 28 11:02:37.069 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90742025-02-28T11:02:39.256Z[ host-image] Feb 28 11:02:37.088 INFO O| Feb 28 11:02:37.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
90752025-02-28T11:02:39.259Z[ host-image] Feb 28 11:02:37.089 INFO O| Feb 28 11:02:37.089 INFO STEP 26 (remove_files) COMPLETE
90762025-02-28T11:02:39.259Z[ host-image] Feb 28 11:02:37.089 INFO O| Feb 28 11:02:37.089 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90772025-02-28T11:02:39.274Z[ host-image] Feb 28 11:02:37.107 INFO O| Feb 28 11:02:37.107 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
90782025-02-28T11:02:39.277Z[ host-image] Feb 28 11:02:37.107 INFO O| Feb 28 11:02:37.107 INFO STEP 27 (remove_files) COMPLETE
90792025-02-28T11:02:39.277Z[ host-image] Feb 28 11:02:37.108 INFO O| Feb 28 11:02:37.108 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90802025-02-28T11:02:39.293Z[ host-image] Feb 28 11:02:37.126 INFO O| Feb 28 11:02:37.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
90812025-02-28T11:02:39.295Z[ host-image] Feb 28 11:02:37.126 INFO O| Feb 28 11:02:37.126 INFO STEP 28 (remove_files) COMPLETE
90822025-02-28T11:02:39.295Z[ host-image] Feb 28 11:02:37.126 INFO O| Feb 28 11:02:37.126 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90832025-02-28T11:02:39.317Z[ host-image] Feb 28 11:02:37.149 INFO O| Feb 28 11:02:37.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
90842025-02-28T11:02:39.317Z[ host-image] Feb 28 11:02:37.149 INFO O| Feb 28 11:02:37.149 INFO STEP 29 (remove_files) COMPLETE
90852025-02-28T11:02:39.317Z[ host-image] Feb 28 11:02:37.149 INFO O| Feb 28 11:02:37.149 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90862025-02-28T11:02:39.338Z[ host-image] Feb 28 11:02:37.170 INFO O| Feb 28 11:02:37.170 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
90872025-02-28T11:02:39.338Z[ host-image] Feb 28 11:02:37.170 INFO O| Feb 28 11:02:37.170 INFO STEP 30 (remove_files) COMPLETE
90882025-02-28T11:02:39.338Z[ host-image] Feb 28 11:02:37.170 INFO O| Feb 28 11:02:37.170 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90892025-02-28T11:02:39.357Z[ host-image] Feb 28 11:02:37.190 INFO O| Feb 28 11:02:37.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
90902025-02-28T11:02:39.360Z[ host-image] Feb 28 11:02:37.190 INFO O| Feb 28 11:02:37.190 INFO STEP 31 (remove_files) COMPLETE
90912025-02-28T11:02:39.360Z[ host-image] Feb 28 11:02:37.190 INFO O| Feb 28 11:02:37.190 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90922025-02-28T11:02:39.379Z[ host-image] Feb 28 11:02:37.212 INFO O| Feb 28 11:02:37.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
90932025-02-28T11:02:39.382Z[ host-image] Feb 28 11:02:37.213 INFO O| Feb 28 11:02:37.213 INFO STEP 32 (remove_files) COMPLETE
90942025-02-28T11:02:39.382Z[ host-image] Feb 28 11:02:37.213 INFO O| Feb 28 11:02:37.213 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90952025-02-28T11:02:39.400Z[ host-image] Feb 28 11:02:37.233 INFO O| Feb 28 11:02:37.233 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
90962025-02-28T11:02:39.402Z[ host-image] Feb 28 11:02:37.233 INFO O| Feb 28 11:02:37.233 INFO STEP 33 (remove_files) COMPLETE
90972025-02-28T11:02:39.402Z[ host-image] Feb 28 11:02:37.233 INFO O| Feb 28 11:02:37.233 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90982025-02-28T11:02:39.419Z[ host-image] Feb 28 11:02:37.251 INFO O| Feb 28 11:02:37.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
90992025-02-28T11:02:39.422Z[ host-image] Feb 28 11:02:37.252 INFO O| Feb 28 11:02:37.252 INFO STEP 34 (remove_files) COMPLETE
91002025-02-28T11:02:39.422Z[ host-image] Feb 28 11:02:37.252 INFO O| Feb 28 11:02:37.252 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91012025-02-28T11:02:39.438Z[ host-image] Feb 28 11:02:37.270 INFO O| Feb 28 11:02:37.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
91022025-02-28T11:02:39.438Z[ host-image] Feb 28 11:02:37.271 INFO O| Feb 28 11:02:37.271 INFO STEP 35 (remove_files) COMPLETE
91032025-02-28T11:02:39.441Z[ host-image] Feb 28 11:02:37.271 INFO O| Feb 28 11:02:37.271 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91042025-02-28T11:02:39.457Z[ host-image] Feb 28 11:02:37.290 INFO O| Feb 28 11:02:37.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
91052025-02-28T11:02:39.460Z[ host-image] Feb 28 11:02:37.290 INFO O| Feb 28 11:02:37.290 INFO STEP 36 (remove_files) COMPLETE
91062025-02-28T11:02:39.460Z[ host-image] Feb 28 11:02:37.290 INFO O| Feb 28 11:02:37.290 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91072025-02-28T11:02:39.491Z[ host-image] Feb 28 11:02:37.322 INFO O| Feb 28 11:02:37.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
91082025-02-28T11:02:39.491Z[ host-image] Feb 28 11:02:37.322 INFO O| Feb 28 11:02:37.322 INFO STEP 37 (remove_files) COMPLETE
91092025-02-28T11:02:39.491Z[ host-image] Feb 28 11:02:37.322 INFO O| Feb 28 11:02:37.322 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91102025-02-28T11:02:39.525Z[ host-image] Feb 28 11:02:37.357 INFO O| Feb 28 11:02:37.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
91112025-02-28T11:02:39.525Z[ host-image] Feb 28 11:02:37.357 INFO O| Feb 28 11:02:37.357 INFO STEP 38 (remove_files) COMPLETE
91122025-02-28T11:02:39.525Z[ host-image] Feb 28 11:02:37.357 INFO O| Feb 28 11:02:37.357 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91132025-02-28T11:02:39.661Z[ host-image] Feb 28 11:02:37.494 INFO O| Feb 28 11:02:37.494 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
91142025-02-28T11:02:39.661Z[ host-image] Feb 28 11:02:37.494 INFO O| Feb 28 11:02:37.494 INFO STEP 39 (remove_files) COMPLETE
91152025-02-28T11:02:39.664Z[ host-image] Feb 28 11:02:37.494 INFO O| Feb 28 11:02:37.494 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91162025-02-28T11:02:39.719Z[ host-image] Feb 28 11:02:37.552 INFO O| Feb 28 11:02:37.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
91172025-02-28T11:02:39.719Z[ host-image] Feb 28 11:02:37.552 INFO O| Feb 28 11:02:37.552 INFO STEP 40 (remove_files) COMPLETE
91182025-02-28T11:02:39.719Z[ host-image] Feb 28 11:02:37.552 INFO O| Feb 28 11:02:37.552 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91192025-02-28T11:02:39.748Z[ host-image] Feb 28 11:02:37.580 INFO O| Feb 28 11:02:37.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
91202025-02-28T11:02:39.748Z[ host-image] Feb 28 11:02:37.580 INFO O| Feb 28 11:02:37.580 INFO STEP 41 (remove_files) COMPLETE
91212025-02-28T11:02:39.750Z[ host-image] Feb 28 11:02:37.580 INFO O| Feb 28 11:02:37.580 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91222025-02-28T11:02:39.811Z[ host-image] Feb 28 11:02:37.642 INFO O| Feb 28 11:02:37.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
91232025-02-28T11:02:39.811Z[ host-image] Feb 28 11:02:37.642 INFO O| Feb 28 11:02:37.642 INFO STEP 42 (remove_files) COMPLETE
91242025-02-28T11:02:39.811Z[ host-image] Feb 28 11:02:37.642 INFO O| Feb 28 11:02:37.642 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91252025-02-28T11:02:39.871Z[ host-image] Feb 28 11:02:37.703 INFO O| Feb 28 11:02:37.703 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
91262025-02-28T11:02:39.871Z[ host-image] Feb 28 11:02:37.703 INFO O| Feb 28 11:02:37.703 INFO STEP 43 (remove_files) COMPLETE
91272025-02-28T11:02:39.871Z[ host-image] Feb 28 11:02:37.704 INFO O| Feb 28 11:02:37.703 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91282025-02-28T11:02:39.916Z[ host-image] Feb 28 11:02:37.749 INFO O| Feb 28 11:02:37.749 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
91292025-02-28T11:02:39.916Z[ host-image] Feb 28 11:02:37.749 INFO O| Feb 28 11:02:37.749 INFO STEP 44 (remove_files) COMPLETE
91302025-02-28T11:02:39.919Z[ host-image] Feb 28 11:02:37.749 INFO O| Feb 28 11:02:37.749 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91312025-02-28T11:02:39.937Z[ host-image] Feb 28 11:02:37.769 INFO O| Feb 28 11:02:37.769 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
91322025-02-28T11:02:39.937Z[ host-image] Feb 28 11:02:37.769 INFO O| Feb 28 11:02:37.769 INFO STEP 45 (remove_files) COMPLETE
91332025-02-28T11:02:39.940Z[ host-image] Feb 28 11:02:37.769 INFO O| Feb 28 11:02:37.769 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91342025-02-28T11:02:39.957Z[ host-image] Feb 28 11:02:37.789 INFO O| Feb 28 11:02:37.789 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
91352025-02-28T11:02:39.957Z[ host-image] Feb 28 11:02:37.790 INFO O| Feb 28 11:02:37.789 INFO STEP 46 (remove_files) COMPLETE
91362025-02-28T11:02:39.957Z[ host-image] Feb 28 11:02:37.790 INFO O| Feb 28 11:02:37.790 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91372025-02-28T11:02:39.977Z[ host-image] Feb 28 11:02:37.809 INFO O| Feb 28 11:02:37.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
91382025-02-28T11:02:39.977Z[ host-image] Feb 28 11:02:37.809 INFO O| Feb 28 11:02:37.809 INFO STEP 47 (remove_files) COMPLETE
91392025-02-28T11:02:39.977Z[ host-image] Feb 28 11:02:37.809 INFO O| Feb 28 11:02:37.809 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91402025-02-28T11:02:39.996Z[ host-image] Feb 28 11:02:37.829 INFO O| Feb 28 11:02:37.829 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
91412025-02-28T11:02:39.996Z[ host-image] Feb 28 11:02:37.829 INFO O| Feb 28 11:02:37.829 INFO STEP 48 (remove_files) COMPLETE
91422025-02-28T11:02:39.999Z[ host-image] Feb 28 11:02:37.829 INFO O| Feb 28 11:02:37.829 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91432025-02-28T11:02:40.033Z[ host-image] Feb 28 11:02:37.866 INFO O| Feb 28 11:02:37.866 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
91442025-02-28T11:02:40.033Z[ host-image] Feb 28 11:02:37.866 INFO O| Feb 28 11:02:37.866 INFO STEP 49 (remove_files) COMPLETE
91452025-02-28T11:02:40.036Z[ host-image] Feb 28 11:02:37.866 INFO O| Feb 28 11:02:37.866 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91462025-02-28T11:02:40.055Z[ host-image] Feb 28 11:02:37.888 INFO O| Feb 28 11:02:37.888 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
91472025-02-28T11:02:40.055Z[ host-image] Feb 28 11:02:37.888 INFO O| Feb 28 11:02:37.888 INFO STEP 50 (remove_files) COMPLETE
91482025-02-28T11:02:40.055Z[ host-image] Feb 28 11:02:37.888 INFO O| Feb 28 11:02:37.888 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91492025-02-28T11:02:40.097Z[ host-image] Feb 28 11:02:37.930 INFO O| Feb 28 11:02:37.930 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91502025-02-28T11:02:40.097Z[ host-image] Feb 28 11:02:37.930 INFO O| Feb 28 11:02:37.930 INFO STEP 51 (remove_files) COMPLETE
91512025-02-28T11:02:40.100Z[ host-image] Feb 28 11:02:37.930 INFO O| Feb 28 11:02:37.930 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91522025-02-28T11:02:40.118Z[ host-image] Feb 28 11:02:37.950 INFO O| Feb 28 11:02:37.950 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91532025-02-28T11:02:40.118Z[ host-image] Feb 28 11:02:37.951 INFO O| Feb 28 11:02:37.951 INFO STEP 52 (remove_files) COMPLETE
91542025-02-28T11:02:40.118Z[ host-image] Feb 28 11:02:37.951 INFO O| Feb 28 11:02:37.951 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91552025-02-28T11:02:40.151Z[ host-image] Feb 28 11:02:37.983 INFO O| Feb 28 11:02:37.983 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
91562025-02-28T11:02:40.154Z[ host-image] Feb 28 11:02:37.983 INFO O| Feb 28 11:02:37.983 INFO STEP 53 (remove_files) COMPLETE
91572025-02-28T11:02:40.154Z[ host-image] Feb 28 11:02:37.983 INFO O| Feb 28 11:02:37.983 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91582025-02-28T11:02:40.172Z[ host-image] Feb 28 11:02:38.005 INFO O| Feb 28 11:02:38.005 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
91592025-02-28T11:02:40.172Z[ host-image] Feb 28 11:02:38.005 INFO O| Feb 28 11:02:38.005 INFO STEP 54 (remove_files) COMPLETE
91602025-02-28T11:02:40.172Z[ host-image] Feb 28 11:02:38.005 INFO O| Feb 28 11:02:38.005 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91612025-02-28T11:02:40.193Z[ host-image] Feb 28 11:02:38.025 INFO O| Feb 28 11:02:38.025 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
91622025-02-28T11:02:40.197Z[ host-image] Feb 28 11:02:38.025 INFO O| Feb 28 11:02:38.025 INFO STEP 55 (remove_files) COMPLETE
91632025-02-28T11:02:40.197Z[ host-image] Feb 28 11:02:38.025 INFO O| Feb 28 11:02:38.025 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91642025-02-28T11:02:40.212Z[ host-image] Feb 28 11:02:38.044 INFO O| Feb 28 11:02:38.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
91652025-02-28T11:02:40.215Z[ host-image] Feb 28 11:02:38.045 INFO O| Feb 28 11:02:38.045 INFO STEP 56 (remove_files) COMPLETE
91662025-02-28T11:02:40.215Z[ host-image] Feb 28 11:02:38.045 INFO O| Feb 28 11:02:38.045 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91672025-02-28T11:02:40.231Z[ host-image] Feb 28 11:02:38.063 INFO O| Feb 28 11:02:38.063 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
91682025-02-28T11:02:40.234Z[ host-image] Feb 28 11:02:38.064 INFO O| Feb 28 11:02:38.064 INFO STEP 57 (remove_files) COMPLETE
91692025-02-28T11:02:40.234Z[ host-image] Feb 28 11:02:38.064 INFO O| Feb 28 11:02:38.064 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91702025-02-28T11:02:40.268Z[ host-image] Feb 28 11:02:38.101 INFO O| Feb 28 11:02:38.101 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91712025-02-28T11:02:40.268Z[ host-image] Feb 28 11:02:38.101 INFO O| Feb 28 11:02:38.101 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
91722025-02-28T11:02:40.271Z[ host-image] Feb 28 11:02:38.101 INFO O| Feb 28 11:02:38.101 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91732025-02-28T11:02:40.271Z[ host-image] Feb 28 11:02:38.101 INFO O| Feb 28 11:02:38.101 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91742025-02-28T11:02:40.271Z[ host-image] Feb 28 11:02:38.101 INFO O| Feb 28 11:02:38.101 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91752025-02-28T11:02:40.271Z[ host-image] Feb 28 11:02:38.101 INFO O| Feb 28 11:02:38.101 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91762025-02-28T11:02:40.271Z[ host-image] Feb 28 11:02:38.101 INFO O| Feb 28 11:02:38.101 INFO ok!
91772025-02-28T11:02:40.271Z[ host-image] Feb 28 11:02:38.101 INFO O| Feb 28 11:02:38.101 INFO STEP 58 (ensure_file) COMPLETE
91782025-02-28T11:02:40.271Z[ host-image] Feb 28 11:02:38.102 INFO O| Feb 28 11:02:38.102 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91792025-02-28T11:02:40.292Z[ host-image] Feb 28 11:02:38.124 INFO O| Feb 28 11:02:38.124 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91802025-02-28T11:02:40.292Z[ host-image] Feb 28 11:02:38.124 INFO O| Feb 28 11:02:38.124 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
91812025-02-28T11:02:40.295Z[ host-image] Feb 28 11:02:38.124 INFO O| Feb 28 11:02:38.124 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91822025-02-28T11:02:40.295Z[ host-image] Feb 28 11:02:38.124 INFO O| Feb 28 11:02:38.124 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91832025-02-28T11:02:40.295Z[ host-image] Feb 28 11:02:38.124 INFO O| Feb 28 11:02:38.124 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91842025-02-28T11:02:40.295Z[ host-image] Feb 28 11:02:38.124 INFO O| Feb 28 11:02:38.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91852025-02-28T11:02:40.295Z[ host-image] Feb 28 11:02:38.124 INFO O| Feb 28 11:02:38.124 INFO ok!
91862025-02-28T11:02:40.295Z[ host-image] Feb 28 11:02:38.124 INFO O| Feb 28 11:02:38.124 INFO STEP 59 (ensure_file) COMPLETE
91872025-02-28T11:02:40.295Z[ host-image] Feb 28 11:02:38.125 INFO O| Feb 28 11:02:38.125 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91882025-02-28T11:02:40.314Z[ host-image] Feb 28 11:02:38.147 INFO O| Feb 28 11:02:38.146 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
91892025-02-28T11:02:40.314Z[ host-image] Feb 28 11:02:38.147 INFO O| Feb 28 11:02:38.146 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
91902025-02-28T11:02:40.314Z[ host-image] Feb 28 11:02:38.147 INFO O| Feb 28 11:02:38.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
91912025-02-28T11:02:40.314Z[ host-image] Feb 28 11:02:38.147 INFO O| Feb 28 11:02:38.147 INFO ok!
91922025-02-28T11:02:40.317Z[ host-image] Feb 28 11:02:38.147 INFO O| Feb 28 11:02:38.147 INFO STEP 60 (ensure_file) COMPLETE
91932025-02-28T11:02:40.317Z[ host-image] Feb 28 11:02:38.147 INFO O| Feb 28 11:02:38.147 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91942025-02-28T11:02:40.342Z[ host-image] Feb 28 11:02:38.175 INFO O| Feb 28 11:02:38.175 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91952025-02-28T11:02:40.342Z[ host-image] Feb 28 11:02:38.175 INFO O| Feb 28 11:02:38.175 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
91962025-02-28T11:02:40.347Z[ host-image] Feb 28 11:02:38.175 INFO O| Feb 28 11:02:38.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
91972025-02-28T11:02:40.347Z[ host-image] Feb 28 11:02:38.175 INFO O| Feb 28 11:02:38.175 INFO ok!
91982025-02-28T11:02:40.347Z[ host-image] Feb 28 11:02:38.175 INFO O| Feb 28 11:02:38.175 INFO STEP 61 (ensure_file) COMPLETE
91992025-02-28T11:02:40.347Z[ host-image] Feb 28 11:02:38.175 INFO O| Feb 28 11:02:38.175 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92002025-02-28T11:02:40.396Z[ host-image] Feb 28 11:02:38.228 INFO O| Feb 28 11:02:38.228 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
92012025-02-28T11:02:40.396Z[ host-image] Feb 28 11:02:38.229 INFO O| Feb 28 11:02:38.229 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
92022025-02-28T11:02:40.399Z[ host-image] Feb 28 11:02:38.229 INFO O| Feb 28 11:02:38.229 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
92032025-02-28T11:02:40.399Z[ host-image] Feb 28 11:02:38.229 INFO O| Feb 28 11:02:38.229 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
92042025-02-28T11:02:40.400Z[ host-image] Feb 28 11:02:38.229 INFO O| Feb 28 11:02:38.229 INFO ok!
92052025-02-28T11:02:40.400Z[ host-image] Feb 28 11:02:38.229 INFO O| Feb 28 11:02:38.229 INFO STEP 62 (ensure_file) COMPLETE
92062025-02-28T11:02:40.400Z[ host-image] Feb 28 11:02:38.229 INFO O| Feb 28 11:02:38.229 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92072025-02-28T11:02:40.430Z[ host-image] Feb 28 11:02:38.262 INFO O| Feb 28 11:02:38.262 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
92082025-02-28T11:02:40.430Z[ host-image] Feb 28 11:02:38.262 INFO O| Feb 28 11:02:38.262 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
92092025-02-28T11:02:40.433Z[ host-image] Feb 28 11:02:38.263 INFO O| Feb 28 11:02:38.262 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
92102025-02-28T11:02:40.433Z[ host-image] Feb 28 11:02:38.263 INFO O| Feb 28 11:02:38.263 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
92112025-02-28T11:02:40.433Z[ host-image] Feb 28 11:02:38.263 INFO O| Feb 28 11:02:38.263 INFO ok!
92122025-02-28T11:02:40.433Z[ host-image] Feb 28 11:02:38.263 INFO O| Feb 28 11:02:38.263 INFO STEP 63 (ensure_file) COMPLETE
92132025-02-28T11:02:40.433Z[ host-image] Feb 28 11:02:38.263 INFO O| Feb 28 11:02:38.263 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92142025-02-28T11:02:40.483Z[ host-image] Feb 28 11:02:38.315 INFO O| Feb 28 11:02:38.315 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
92152025-02-28T11:02:40.483Z[ host-image] Feb 28 11:02:38.315 INFO O| Feb 28 11:02:38.315 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
92162025-02-28T11:02:40.483Z[ host-image] Feb 28 11:02:38.315 INFO O| Feb 28 11:02:38.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
92172025-02-28T11:02:40.485Z[ host-image] Feb 28 11:02:38.315 INFO O| Feb 28 11:02:38.315 INFO ok!
92182025-02-28T11:02:40.485Z[ host-image] Feb 28 11:02:38.315 INFO O| Feb 28 11:02:38.315 INFO STEP 64 (assemble_files) COMPLETE
92192025-02-28T11:02:40.485Z[ host-image] Feb 28 11:02:38.315 INFO O| Feb 28 11:02:38.315 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92202025-02-28T11:02:40.507Z[ host-image] Feb 28 11:02:38.339 INFO O| Feb 28 11:02:38.339 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
92212025-02-28T11:02:40.507Z[ host-image] Feb 28 11:02:38.339 INFO O| Feb 28 11:02:38.339 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
92222025-02-28T11:02:40.510Z[ host-image] Feb 28 11:02:38.339 INFO O| Feb 28 11:02:38.339 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
92232025-02-28T11:02:40.510Z[ host-image] Feb 28 11:02:38.339 INFO O| Feb 28 11:02:38.339 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
92242025-02-28T11:02:40.510Z[ host-image] Feb 28 11:02:38.340 INFO O| Feb 28 11:02:38.339 INFO ok!
92252025-02-28T11:02:40.510Z[ host-image] Feb 28 11:02:38.340 INFO O| Feb 28 11:02:38.340 INFO STEP 65 (ensure_file) COMPLETE
92262025-02-28T11:02:40.510Z[ host-image] Feb 28 11:02:38.340 INFO O| Feb 28 11:02:38.340 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92272025-02-28T11:02:40.564Z[ host-image] Feb 28 11:02:38.397 INFO O| Feb 28 11:02:38.397 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92282025-02-28T11:02:40.564Z[ host-image] Feb 28 11:02:38.397 INFO O| Feb 28 11:02:38.397 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92292025-02-28T11:02:40.567Z[ host-image] Feb 28 11:02:38.397 INFO O| Feb 28 11:02:38.397 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92302025-02-28T11:02:40.567Z[ host-image] Feb 28 11:02:38.397 INFO O| Feb 28 11:02:38.397 INFO STEP 66 (ensure_dir) COMPLETE
92312025-02-28T11:02:40.567Z[ host-image] Feb 28 11:02:38.397 INFO O| Feb 28 11:02:38.397 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92322025-02-28T11:02:40.607Z[ host-image] Feb 28 11:02:38.440 INFO O| Feb 28 11:02:38.439 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92332025-02-28T11:02:40.607Z[ host-image] Feb 28 11:02:38.440 INFO O| Feb 28 11:02:38.440 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 ...
92342025-02-28T11:02:40.621Z[ host-image] Feb 28 11:02:38.453 INFO O| Feb 28 11:02:38.453 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
92352025-02-28T11:02:40.621Z[ host-image] Feb 28 11:02:38.453 INFO O| Feb 28 11:02:38.453 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92362025-02-28T11:02:40.621Z[ host-image] Feb 28 11:02:38.454 INFO O| Feb 28 11:02:38.453 INFO ok!
92372025-02-28T11:02:40.624Z[ host-image] Feb 28 11:02:38.454 INFO O| Feb 28 11:02:38.453 INFO STEP 67 (ensure_file) COMPLETE
92382025-02-28T11:02:40.624Z[ host-image] Feb 28 11:02:38.454 INFO O| Feb 28 11:02:38.453 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92392025-02-28T11:02:40.675Z[ host-image] Feb 28 11:02:38.508 INFO O| Feb 28 11:02:38.507 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92402025-02-28T11:02:40.675Z[ host-image] Feb 28 11:02:38.508 INFO O| Feb 28 11:02:38.508 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 ...
92412025-02-28T11:02:40.678Z[ host-image] Feb 28 11:02:38.508 INFO O| Feb 28 11:02:38.508 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
92422025-02-28T11:02:40.678Z[ host-image] Feb 28 11:02:38.508 INFO O| Feb 28 11:02:38.508 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92432025-02-28T11:02:40.678Z[ host-image] Feb 28 11:02:38.508 INFO O| Feb 28 11:02:38.508 INFO ok!
92442025-02-28T11:02:40.678Z[ host-image] Feb 28 11:02:38.508 INFO O| Feb 28 11:02:38.508 INFO STEP 68 (ensure_file) COMPLETE
92452025-02-28T11:02:40.678Z[ host-image] Feb 28 11:02:38.508 INFO O| Feb 28 11:02:38.508 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92462025-02-28T11:02:40.709Z[ host-image] Feb 28 11:02:38.541 INFO O| Feb 28 11:02:38.541 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
92472025-02-28T11:02:40.709Z[ host-image] Feb 28 11:02:38.541 INFO O| Feb 28 11:02:38.541 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
92482025-02-28T11:02:53.072Z[ host-image] Feb 28 11:02:50.898 INFO O| Feb 28 11:02:50.898 INFO STEP 69 (pack_tar) COMPLETE
92492025-02-28T11:02:53.074Z[ host-image] Feb 28 11:02:50.898 INFO O| Feb 28 11:02:50.898 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
92502025-02-28T11:02:53.075Z[ host-image] Feb 28 11:02:50.898 INFO O| Feb 28 11:02:50.898 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
92512025-02-28T11:02:53.217Z[ host-image] Feb 28 11:02:51.043 INFO O| Feb 28 11:02:51.043 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
92522025-02-28T11:02:53.343Z[ host-image] Feb 28 11:02:51.169 INFO O| Feb 28 11:02:51.169 INFO completed processing gimlet/ramdisk-02-trim
92532025-02-28T11:02:53.346Z[ host-image] Feb 28 11:02:51.172 INFO image builder template: zfs...
92542025-02-28T11:02:53.349Z[ host-image] Feb 28 11:02:51.172 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/.tmp7S22zF/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
92552025-02-28T11:02:53.375Z[ host-image] Feb 28 11:02:51.201 INFO O| Feb 28 11:02:51.201 INFO skip include "stress" because feature "stress" is not enabled
92562025-02-28T11:02:53.479Z[ host-image] Feb 28 11:02:51.305 INFO O| Feb 28 11:02:51.305 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
92572025-02-28T11:02:53.489Z[ host-image] Feb 28 11:02:51.315 INFO O| Feb 28 11:02:51.315 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
92582025-02-28T11:02:53.654Z[ host-image] Feb 28 11:02:51.480 INFO O| Feb 28 11:02:51.480 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
92592025-02-28T11:02:53.793Z[ host-image] Feb 28 11:02:51.619 INFO O| Feb 28 11:02:51.619 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
92602025-02-28T11:02:53.796Z[ host-image] Feb 28 11:02:51.619 INFO O| Feb 28 11:02:51.619 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
92612025-02-28T11:02:53.817Z[ host-image] Feb 28 11:02:51.643 INFO O| Feb 28 11:02:51.643 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
92622025-02-28T11:02:53.963Z[ host-image] Feb 28 11:02:51.788 INFO O| Feb 28 11:02:51.788 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
92632025-02-28T11:02:54.063Z[ host-image] Feb 28 11:02:51.889 INFO O| Feb 28 11:02:51.889 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
92642025-02-28T11:02:54.122Z[ host-image] Feb 28 11:02:51.948 INFO O| Feb 28 11:02:51.948 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92652025-02-28T11:02:54.145Z[ host-image] Feb 28 11:02:51.971 INFO O| Feb 28 11:02:51.971 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
92662025-02-28T11:02:54.149Z[ host-image] Feb 28 11:02:51.972 INFO O| Feb 28 11:02:51.971 INFO no lofi found
92672025-02-28T11:02:54.150Z[ host-image] Feb 28 11:02:51.972 INFO O| Feb 28 11:02:51.972 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
92682025-02-28T11:02:54.150Z[ host-image] Feb 28 11:02:51.972 INFO O| Feb 28 11:02:51.972 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92692025-02-28T11:02:56.188Z[ host-image] Feb 28 11:02:54.012 INFO O| Feb 28 11:02:54.012 INFO lofi device = /dev/dsk/c2t1d0p0
92702025-02-28T11:02:56.188Z[ host-image] Feb 28 11:02:54.012 INFO O| Feb 28 11:02:54.012 INFO pool device = /dev/dsk/c2t1d0p0
92712025-02-28T11:02:56.191Z[ host-image] Feb 28 11:02:54.013 INFO O| Feb 28 11:02:54.013 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"]
92722025-02-28T11:02:56.476Z[ host-image] Feb 28 11:02:54.301 INFO O| Feb 28 11:02:54.301 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92732025-02-28T11:02:56.477Z[ host-image] Feb 28 11:02:54.301 INFO O| Feb 28 11:02:54.301 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
92742025-02-28T11:02:56.508Z[ host-image] Feb 28 11:02:54.332 INFO O| Feb 28 11:02:54.332 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
92752025-02-28T11:02:56.634Z[ host-image] Feb 28 11:02:54.458 INFO O| Feb 28 11:02:54.458 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
92762025-02-28T11:02:56.717Z[ host-image] Feb 28 11:02:54.541 INFO O| Feb 28 11:02:54.541 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
92772025-02-28T11:02:56.745Z[ host-image] Feb 28 11:02:54.569 INFO O| Feb 28 11:02:54.569 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
92782025-02-28T11:02:56.767Z[ host-image] Feb 28 11:02:54.592 INFO O| Feb 28 11:02:54.592 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
92792025-02-28T11:02:56.922Z[ host-image] Feb 28 11:02:54.746 INFO O| Feb 28 11:02:54.746 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
92802025-02-28T11:02:56.926Z[ host-image] Feb 28 11:02:54.746 INFO O| Feb 28 11:02:54.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
92812025-02-28T11:02:56.926Z[ host-image] Feb 28 11:02:54.746 INFO O| Feb 28 11:02:54.746 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
92822025-02-28T11:02:56.941Z[ host-image] Feb 28 11:02:54.766 INFO O| Feb 28 11:02:54.765 INFO boot environment UUID: 64818fe4-553a-4790-b648-485d6e2f8909
92832025-02-28T11:02:56.941Z[ host-image] Feb 28 11:02:54.766 INFO O| Feb 28 11:02:54.766 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 64818fe4-553a-4790-b648-485d6e2f8909
92842025-02-28T11:02:56.996Z[ host-image] Feb 28 11:02:54.820 INFO O| Feb 28 11:02:54.820 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92852025-02-28T11:02:57.043Z[ host-image] Feb 28 11:02:54.867 INFO O| Feb 28 11:02:54.867 INFO STEP 0 (create_be) COMPLETE
92862025-02-28T11:02:57.043Z[ host-image] Feb 28 11:02:54.867 INFO O| Feb 28 11:02:54.867 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92872025-02-28T11:02:57.076Z[ host-image] Feb 28 11:02:54.900 INFO O| Feb 28 11:02:54.900 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
92882025-02-28T11:03:05.148Z[ recovery-image] Feb 28 11:03:02.968 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)
92892025-02-28T11:03:13.686Z[ recovery-image] Feb 28 11:03:11.502 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)
92902025-02-28T11:03:24.144Z[ recovery-image] Feb 28 11:03:21.955 INFO E| Compiling bitflags v1.3.2
92912025-02-28T11:03:24.148Z[ recovery-image] Feb 28 11:03:21.955 INFO E| Compiling bit_field v0.10.2
92922025-02-28T11:03:24.148Z[ recovery-image] Feb 28 11:03:21.955 INFO E| Compiling log v0.4.22
92932025-02-28T11:03:24.148Z[ recovery-image] Feb 28 11:03:21.955 INFO E| Compiling adler2 v2.0.0
92942025-02-28T11:03:24.148Z[ recovery-image] Feb 28 11:03:21.955 INFO E| Compiling plain v0.2.3
92952025-02-28T11:03:24.148Z[ recovery-image] Feb 28 11:03:21.955 INFO E| Compiling scroll v0.12.0
92962025-02-28T11:03:24.148Z[ recovery-image] Feb 28 11:03:21.955 INFO E| Compiling bitstruct v0.1.1
92972025-02-28T11:03:24.477Z[ recovery-image] Feb 28 11:03:22.288 INFO E| Compiling raw-cpuid v10.7.0
92982025-02-28T11:03:24.519Z[ recovery-image] Feb 28 11:03:22.330 INFO E| Compiling cpio_reader v0.1.1
92992025-02-28T11:03:24.743Z[ recovery-image] Feb 28 11:03:22.554 INFO E| Compiling miniz_oxide v0.8.0
93002025-02-28T11:03:25.007Z[ host-image] Feb 28 11:03:22.817 INFO O| Feb 28 11:03:22.817 INFO STEP 1 (unpack_tar) COMPLETE
93012025-02-28T11:03:25.007Z[ host-image] Feb 28 11:03:22.818 INFO O| Feb 28 11:03:22.817 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93022025-02-28T11:03:25.026Z[ host-image] Feb 28 11:03:22.837 INFO O| Feb 28 11:03:22.837 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
93032025-02-28T11:03:25.185Z[ host-image] Feb 28 11:03:22.996 INFO O| Feb 28 11:03:22.996 INFO STEP 2 (devfsadm) COMPLETE
93042025-02-28T11:03:25.185Z[ host-image] Feb 28 11:03:22.996 INFO O| Feb 28 11:03:22.996 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93052025-02-28T11:03:25.205Z[ host-image] Feb 28 11:03:23.016 INFO O| Feb 28 11:03:23.016 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93062025-02-28T11:03:25.205Z[ host-image] Feb 28 11:03:23.016 INFO O| Feb 28 11:03:23.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93072025-02-28T11:03:25.205Z[ host-image] Feb 28 11:03:23.016 INFO O| Feb 28 11:03:23.016 INFO STEP 3 (ensure_dir) COMPLETE
93082025-02-28T11:03:25.208Z[ host-image] Feb 28 11:03:23.016 INFO O| Feb 28 11:03:23.016 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93092025-02-28T11:03:25.270Z[ host-image] Feb 28 11:03:23.080 INFO O| Feb 28 11:03:23.080 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93102025-02-28T11:03:25.270Z[ host-image] Feb 28 11:03:23.080 INFO O| Feb 28 11:03:23.080 INFO STEP 4 (ensure_dir) COMPLETE
93112025-02-28T11:03:25.273Z[ host-image] Feb 28 11:03:23.080 INFO O| Feb 28 11:03:23.080 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93122025-02-28T11:03:25.348Z[ host-image] Feb 28 11:03:23.158 INFO O| Feb 28 11:03:23.158 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93132025-02-28T11:03:25.348Z[ host-image] Feb 28 11:03:23.158 INFO O| Feb 28 11:03:23.158 INFO STEP 5 (ensure_dir) COMPLETE
93142025-02-28T11:03:25.348Z[ host-image] Feb 28 11:03:23.158 INFO O| Feb 28 11:03:23.158 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93152025-02-28T11:03:25.351Z[ recovery-image] Feb 28 11:03:23.160 INFO E| Compiling static_assertions v1.1.0
93162025-02-28T11:03:25.368Z[ host-image] Feb 28 11:03:23.178 INFO O| Feb 28 11:03:23.178 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93172025-02-28T11:03:25.368Z[ host-image] Feb 28 11:03:23.178 INFO O| Feb 28 11:03:23.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93182025-02-28T11:03:25.368Z[ host-image] Feb 28 11:03:23.178 INFO O| Feb 28 11:03:23.178 INFO STEP 6 (ensure_dir) COMPLETE
93192025-02-28T11:03:25.368Z[ host-image] Feb 28 11:03:23.178 INFO O| Feb 28 11:03:23.178 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93202025-02-28T11:03:25.442Z[ host-image] Feb 28 11:03:23.252 INFO O| Feb 28 11:03:23.252 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93212025-02-28T11:03:25.445Z[ host-image] Feb 28 11:03:23.252 INFO O| Feb 28 11:03:23.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93222025-02-28T11:03:25.445Z[ host-image] Feb 28 11:03:23.252 INFO O| Feb 28 11:03:23.252 INFO STEP 7 (ensure_dir) COMPLETE
93232025-02-28T11:03:25.445Z[ host-image] Feb 28 11:03:23.252 INFO O| Feb 28 11:03:23.252 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93242025-02-28T11:03:25.604Z[ host-image] Feb 28 11:03:23.415 INFO O| Feb 28 11:03:23.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
93252025-02-28T11:03:25.607Z[ host-image] Feb 28 11:03:23.416 INFO O| Feb 28 11:03:23.415 INFO STEP 8 (remove_files) COMPLETE
93262025-02-28T11:03:25.607Z[ host-image] Feb 28 11:03:23.416 INFO O| Feb 28 11:03:23.416 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93272025-02-28T11:03:25.651Z[ host-image] Feb 28 11:03:23.461 INFO O| Feb 28 11:03:23.461 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
93282025-02-28T11:03:25.654Z[ host-image] Feb 28 11:03:23.462 INFO O| Feb 28 11:03:23.462 INFO STEP 9 (remove_files) COMPLETE
93292025-02-28T11:03:25.654Z[ host-image] Feb 28 11:03:23.462 INFO O| Feb 28 11:03:23.462 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93302025-02-28T11:03:25.677Z[ host-image] Feb 28 11:03:23.487 INFO O| Feb 28 11:03:23.487 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
93312025-02-28T11:03:25.680Z[ host-image] Feb 28 11:03:23.489 INFO O| Feb 28 11:03:23.489 INFO STEP 10 (remove_files) COMPLETE
93322025-02-28T11:03:25.680Z[ host-image] Feb 28 11:03:23.489 INFO O| Feb 28 11:03:23.489 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93332025-02-28T11:03:25.716Z[ host-image] Feb 28 11:03:23.526 INFO O| Feb 28 11:03:23.526 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
93342025-02-28T11:03:25.719Z[ host-image] Feb 28 11:03:23.527 INFO O| Feb 28 11:03:23.527 INFO STEP 11 (remove_files) COMPLETE
93352025-02-28T11:03:25.719Z[ host-image] Feb 28 11:03:23.527 INFO O| Feb 28 11:03:23.527 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93362025-02-28T11:03:25.740Z[ host-image] Feb 28 11:03:23.547 INFO O| Feb 28 11:03:23.547 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
93372025-02-28T11:03:25.740Z[ host-image] Feb 28 11:03:23.547 INFO O| Feb 28 11:03:23.547 INFO STEP 12 (remove_files) COMPLETE
93382025-02-28T11:03:25.740Z[ host-image] Feb 28 11:03:23.547 INFO O| Feb 28 11:03:23.547 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93392025-02-28T11:03:25.813Z[ host-image] Feb 28 11:03:23.623 INFO O| Feb 28 11:03:23.623 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93402025-02-28T11:03:25.815Z[ host-image] Feb 28 11:03:23.623 INFO O| Feb 28 11:03:23.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93412025-02-28T11:03:25.815Z[ host-image] Feb 28 11:03:23.623 INFO O| Feb 28 11:03:23.623 INFO STEP 13 (ensure_dir) COMPLETE
93422025-02-28T11:03:25.815Z[ host-image] Feb 28 11:03:23.623 INFO O| Feb 28 11:03:23.623 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93432025-02-28T11:03:25.828Z[ recovery-image] Feb 28 11:03:23.638 INFO E| Compiling goblin v0.8.2
93442025-02-28T11:03:25.833Z[ host-image] Feb 28 11:03:23.644 INFO O| Feb 28 11:03:23.644 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93452025-02-28T11:03:25.836Z[ host-image] Feb 28 11:03:23.644 INFO O| Feb 28 11:03:23.644 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93462025-02-28T11:03:25.836Z[ host-image] Feb 28 11:03:23.644 INFO O| Feb 28 11:03:23.644 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93472025-02-28T11:03:25.836Z[ host-image] Feb 28 11:03:23.644 INFO O| Feb 28 11:03:23.644 INFO STEP 14 (ensure_dir) COMPLETE
93482025-02-28T11:03:25.836Z[ host-image] Feb 28 11:03:23.644 INFO O| Feb 28 11:03:23.644 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93492025-02-28T11:03:25.899Z[ host-image] Feb 28 11:03:23.709 INFO O| Feb 28 11:03:23.709 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93502025-02-28T11:03:25.902Z[ host-image] Feb 28 11:03:23.710 INFO O| Feb 28 11:03:23.709 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93512025-02-28T11:03:25.902Z[ host-image] Feb 28 11:03:23.710 INFO O| Feb 28 11:03:23.710 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93522025-02-28T11:03:25.902Z[ host-image] Feb 28 11:03:23.710 INFO O| Feb 28 11:03:23.710 INFO STEP 15 (ensure_dir) COMPLETE
93532025-02-28T11:03:25.902Z[ host-image] Feb 28 11:03:23.710 INFO O| Feb 28 11:03:23.710 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93542025-02-28T11:03:25.963Z[ host-image] Feb 28 11:03:23.773 INFO O| Feb 28 11:03:23.773 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93552025-02-28T11:03:25.963Z[ host-image] Feb 28 11:03:23.773 INFO O| Feb 28 11:03:23.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93562025-02-28T11:03:25.966Z[ host-image] Feb 28 11:03:23.773 INFO O| Feb 28 11:03:23.773 INFO STEP 16 (ensure_dir) COMPLETE
93572025-02-28T11:03:25.966Z[ host-image] Feb 28 11:03:23.773 INFO O| Feb 28 11:03:23.773 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93582025-02-28T11:03:26.021Z[ host-image] Feb 28 11:03:23.831 INFO O| Feb 28 11:03:23.831 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93592025-02-28T11:03:26.021Z[ host-image] Feb 28 11:03:23.831 INFO O| Feb 28 11:03:23.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93602025-02-28T11:03:26.021Z[ host-image] Feb 28 11:03:23.831 INFO O| Feb 28 11:03:23.831 INFO STEP 17 (ensure_dir) COMPLETE
93612025-02-28T11:03:26.024Z[ host-image] Feb 28 11:03:23.831 INFO O| Feb 28 11:03:23.831 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93622025-02-28T11:03:26.043Z[ host-image] Feb 28 11:03:23.853 INFO O| Feb 28 11:03:23.853 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93632025-02-28T11:03:26.043Z[ host-image] Feb 28 11:03:23.853 INFO O| Feb 28 11:03:23.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
93642025-02-28T11:03:26.045Z[ host-image] Feb 28 11:03:23.853 INFO O| Feb 28 11:03:23.853 INFO ok!
93652025-02-28T11:03:26.045Z[ host-image] Feb 28 11:03:23.853 INFO O| Feb 28 11:03:23.853 INFO STEP 18 (ensure_symlink) COMPLETE
93662025-02-28T11:03:26.045Z[ host-image] Feb 28 11:03:23.853 INFO O| Feb 28 11:03:23.853 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93672025-02-28T11:03:26.126Z[ host-image] Feb 28 11:03:23.936 INFO O| Feb 28 11:03:23.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
93682025-02-28T11:03:26.126Z[ host-image] Feb 28 11:03:23.936 INFO O| Feb 28 11:03:23.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
93692025-02-28T11:03:26.126Z[ host-image] Feb 28 11:03:23.936 INFO O| Feb 28 11:03:23.936 INFO ok!
93702025-02-28T11:03:26.126Z[ host-image] Feb 28 11:03:23.936 INFO O| Feb 28 11:03:23.936 INFO STEP 19 (ensure_file) COMPLETE
93712025-02-28T11:03:26.126Z[ host-image] Feb 28 11:03:23.936 INFO O| Feb 28 11:03:23.936 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93722025-02-28T11:03:26.169Z[ host-image] Feb 28 11:03:23.979 INFO O| Feb 28 11:03:23.979 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
93732025-02-28T11:03:26.169Z[ host-image] Feb 28 11:03:23.979 INFO O| Feb 28 11:03:23.979 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93742025-02-28T11:03:26.172Z[ host-image] Feb 28 11:03:23.979 INFO O| Feb 28 11:03:23.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
93752025-02-28T11:03:26.172Z[ host-image] Feb 28 11:03:23.980 INFO O| Feb 28 11:03:23.979 INFO ok!
93762025-02-28T11:03:26.172Z[ host-image] Feb 28 11:03:23.980 INFO O| Feb 28 11:03:23.979 INFO STEP 20 (ensure_symlink) COMPLETE
93772025-02-28T11:03:26.172Z[ host-image] Feb 28 11:03:23.980 INFO O| Feb 28 11:03:23.979 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93782025-02-28T11:03:26.196Z[ host-image] Feb 28 11:03:24.006 INFO O| Feb 28 11:03:24.005 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93792025-02-28T11:03:26.196Z[ host-image] Feb 28 11:03:24.006 INFO O| Feb 28 11:03:24.006 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93802025-02-28T11:03:26.198Z[ host-image] Feb 28 11:03:24.006 INFO O| Feb 28 11:03:24.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
93812025-02-28T11:03:26.198Z[ host-image] Feb 28 11:03:24.006 INFO O| Feb 28 11:03:24.006 INFO ok!
93822025-02-28T11:03:26.198Z[ host-image] Feb 28 11:03:24.006 INFO O| Feb 28 11:03:24.006 INFO STEP 21 (ensure_symlink) COMPLETE
93832025-02-28T11:03:26.198Z[ host-image] Feb 28 11:03:24.006 INFO O| Feb 28 11:03:24.006 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93842025-02-28T11:03:26.216Z[ host-image] Feb 28 11:03:24.027 INFO O| Feb 28 11:03:24.026 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
93852025-02-28T11:03:26.216Z[ host-image] Feb 28 11:03:24.027 INFO O| Feb 28 11:03:24.027 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93862025-02-28T11:03:26.219Z[ host-image] Feb 28 11:03:24.027 INFO O| Feb 28 11:03:24.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
93872025-02-28T11:03:26.219Z[ host-image] Feb 28 11:03:24.027 INFO O| Feb 28 11:03:24.027 INFO ok!
93882025-02-28T11:03:26.219Z[ host-image] Feb 28 11:03:24.027 INFO O| Feb 28 11:03:24.027 INFO STEP 22 (ensure_symlink) COMPLETE
93892025-02-28T11:03:26.219Z[ host-image] Feb 28 11:03:24.027 INFO O| Feb 28 11:03:24.027 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93902025-02-28T11:03:26.237Z[ host-image] Feb 28 11:03:24.047 INFO O| Feb 28 11:03:24.047 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
93912025-02-28T11:03:26.237Z[ host-image] Feb 28 11:03:24.047 INFO O| Feb 28 11:03:24.047 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93922025-02-28T11:03:26.239Z[ host-image] Feb 28 11:03:24.047 INFO O| Feb 28 11:03:24.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
93932025-02-28T11:03:26.239Z[ host-image] Feb 28 11:03:24.047 INFO O| Feb 28 11:03:24.047 INFO ok!
93942025-02-28T11:03:26.239Z[ host-image] Feb 28 11:03:24.047 INFO O| Feb 28 11:03:24.047 INFO STEP 23 (ensure_symlink) COMPLETE
93952025-02-28T11:03:26.239Z[ host-image] Feb 28 11:03:24.047 INFO O| Feb 28 11:03:24.047 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93962025-02-28T11:03:26.267Z[ host-image] Feb 28 11:03:24.077 INFO O| Feb 28 11:03:24.077 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93972025-02-28T11:03:26.270Z[ host-image] Feb 28 11:03:24.078 INFO O| Feb 28 11:03:24.078 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
93982025-02-28T11:03:26.270Z[ host-image] Feb 28 11:03:24.078 INFO O| Feb 28 11:03:24.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
93992025-02-28T11:03:26.270Z[ host-image] Feb 28 11:03:24.078 INFO O| Feb 28 11:03:24.078 INFO ok!
94002025-02-28T11:03:26.270Z[ host-image] Feb 28 11:03:24.078 INFO O| Feb 28 11:03:24.078 INFO STEP 24 (ensure_file) COMPLETE
94012025-02-28T11:03:26.270Z[ host-image] Feb 28 11:03:24.078 INFO O| Feb 28 11:03:24.078 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94022025-02-28T11:03:26.331Z[ host-image] Feb 28 11:03:24.141 INFO O| Feb 28 11:03:24.141 INFO updating shadow file
94032025-02-28T11:03:26.334Z[ host-image] Feb 28 11:03:24.141 INFO O| Feb 28 11:03:24.141 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94042025-02-28T11:03:26.334Z[ host-image] Feb 28 11:03:24.141 INFO O| Feb 28 11:03:24.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94052025-02-28T11:03:26.334Z[ host-image] Feb 28 11:03:24.141 INFO O| Feb 28 11:03:24.141 INFO STEP 25 (shadow) COMPLETE
94062025-02-28T11:03:26.334Z[ host-image] Feb 28 11:03:24.141 INFO O| Feb 28 11:03:24.141 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94072025-02-28T11:03:26.370Z[ host-image] Feb 28 11:03:24.180 INFO O| Feb 28 11:03:24.180 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
94082025-02-28T11:03:26.370Z[ host-image] Feb 28 11:03:24.180 INFO O| Feb 28 11:03:24.180 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
94092025-02-28T11:03:26.373Z[ host-image] Feb 28 11:03:24.180 INFO O| Feb 28 11:03:24.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
94102025-02-28T11:03:26.373Z[ host-image] Feb 28 11:03:24.180 INFO O| Feb 28 11:03:24.180 INFO ok!
94112025-02-28T11:03:26.373Z[ host-image] Feb 28 11:03:24.180 INFO O| Feb 28 11:03:24.180 INFO STEP 26 (ensure_file) COMPLETE
94122025-02-28T11:03:26.373Z[ host-image] Feb 28 11:03:24.180 INFO O| Feb 28 11:03:24.180 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94132025-02-28T11:03:26.399Z[ host-image] Feb 28 11:03:24.209 INFO O| Feb 28 11:03:24.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
94142025-02-28T11:03:26.399Z[ host-image] Feb 28 11:03:24.209 INFO O| Feb 28 11:03:24.209 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
94152025-02-28T11:03:26.402Z[ host-image] Feb 28 11:03:24.210 INFO O| Feb 28 11:03:24.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
94162025-02-28T11:03:26.402Z[ host-image] Feb 28 11:03:24.210 INFO O| Feb 28 11:03:24.210 INFO ok!
94172025-02-28T11:03:26.402Z[ host-image] Feb 28 11:03:24.210 INFO O| Feb 28 11:03:24.210 INFO STEP 27 (ensure_file) COMPLETE
94182025-02-28T11:03:26.402Z[ host-image] Feb 28 11:03:24.210 INFO O| Feb 28 11:03:24.210 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94192025-02-28T11:03:26.446Z[ host-image] Feb 28 11:03:24.256 INFO O| Feb 28 11:03:24.256 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94202025-02-28T11:03:26.446Z[ host-image] Feb 28 11:03:24.256 INFO O| Feb 28 11:03:24.256 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
94212025-02-28T11:03:26.449Z[ host-image] Feb 28 11:03:24.256 INFO O| Feb 28 11:03:24.256 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
94222025-02-28T11:03:26.449Z[ host-image] Feb 28 11:03:24.257 INFO O| Feb 28 11:03:24.256 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
94232025-02-28T11:03:26.449Z[ host-image] Feb 28 11:03:24.257 INFO O| Feb 28 11:03:24.257 INFO ok!
94242025-02-28T11:03:26.449Z[ host-image] Feb 28 11:03:24.257 INFO O| Feb 28 11:03:24.257 INFO STEP 28 (ensure_file) COMPLETE
94252025-02-28T11:03:26.449Z[ host-image] Feb 28 11:03:24.257 INFO O| Feb 28 11:03:24.257 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94262025-02-28T11:03:26.467Z[ host-image] Feb 28 11:03:24.277 INFO O| Feb 28 11:03:24.277 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
94272025-02-28T11:03:26.467Z[ host-image] Feb 28 11:03:24.277 INFO O| Feb 28 11:03:24.277 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
94282025-02-28T11:03:26.470Z[ host-image] Feb 28 11:03:24.278 INFO O| Feb 28 11:03:24.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
94292025-02-28T11:03:26.470Z[ host-image] Feb 28 11:03:24.278 INFO O| Feb 28 11:03:24.278 INFO ok!
94302025-02-28T11:03:26.470Z[ host-image] Feb 28 11:03:24.278 INFO O| Feb 28 11:03:24.278 INFO STEP 29 (ensure_file) COMPLETE
94312025-02-28T11:03:26.470Z[ host-image] Feb 28 11:03:24.278 INFO O| Feb 28 11:03:24.278 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94322025-02-28T11:03:26.487Z[ host-image] Feb 28 11:03:24.297 INFO O| Feb 28 11:03:24.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
94332025-02-28T11:03:26.487Z[ host-image] Feb 28 11:03:24.297 INFO O| Feb 28 11:03:24.297 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
94342025-02-28T11:03:26.490Z[ host-image] Feb 28 11:03:24.297 INFO O| Feb 28 11:03:24.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
94352025-02-28T11:03:26.490Z[ host-image] Feb 28 11:03:24.297 INFO O| Feb 28 11:03:24.297 INFO ok!
94362025-02-28T11:03:26.490Z[ host-image] Feb 28 11:03:24.297 INFO O| Feb 28 11:03:24.297 INFO STEP 30 (ensure_file) COMPLETE
94372025-02-28T11:03:26.490Z[ host-image] Feb 28 11:03:24.297 INFO O| Feb 28 11:03:24.297 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94382025-02-28T11:03:26.575Z[ host-image] Feb 28 11:03:24.385 INFO O| Feb 28 11:03:24.385 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94392025-02-28T11:03:26.575Z[ host-image] Feb 28 11:03:24.385 INFO O| Feb 28 11:03:24.385 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
94402025-02-28T11:03:26.578Z[ host-image] Feb 28 11:03:24.385 INFO O| Feb 28 11:03:24.385 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94412025-02-28T11:03:26.578Z[ host-image] Feb 28 11:03:24.385 INFO O| Feb 28 11:03:24.385 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94422025-02-28T11:03:26.578Z[ host-image] Feb 28 11:03:24.385 INFO O| Feb 28 11:03:24.385 INFO ok!
94432025-02-28T11:03:26.578Z[ host-image] Feb 28 11:03:24.385 INFO O| Feb 28 11:03:24.385 INFO STEP 31 (ensure_file) COMPLETE
94442025-02-28T11:03:26.578Z[ host-image] Feb 28 11:03:24.385 INFO O| Feb 28 11:03:24.385 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94452025-02-28T11:03:26.640Z[ host-image] Feb 28 11:03:24.449 INFO O| Feb 28 11:03:24.449 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
94462025-02-28T11:03:26.640Z[ host-image] Feb 28 11:03:24.449 INFO O| Feb 28 11:03:24.449 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
94472025-02-28T11:03:26.643Z[ host-image] Feb 28 11:03:24.449 INFO O| Feb 28 11:03:24.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
94482025-02-28T11:03:26.643Z[ host-image] Feb 28 11:03:24.449 INFO O| Feb 28 11:03:24.449 INFO ok!
94492025-02-28T11:03:26.643Z[ host-image] Feb 28 11:03:24.449 INFO O| Feb 28 11:03:24.449 INFO STEP 32 (ensure_file) COMPLETE
94502025-02-28T11:03:26.643Z[ host-image] Feb 28 11:03:24.449 INFO O| Feb 28 11:03:24.449 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94512025-02-28T11:03:26.667Z[ host-image] Feb 28 11:03:24.476 INFO O| Feb 28 11:03:24.476 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94522025-02-28T11:03:26.670Z[ host-image] Feb 28 11:03:24.477 INFO O| Feb 28 11:03:24.477 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
94532025-02-28T11:03:26.670Z[ host-image] Feb 28 11:03:24.477 INFO O| Feb 28 11:03:24.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
94542025-02-28T11:03:26.670Z[ host-image] Feb 28 11:03:24.477 INFO O| Feb 28 11:03:24.477 INFO ok!
94552025-02-28T11:03:26.670Z[ host-image] Feb 28 11:03:24.477 INFO O| Feb 28 11:03:24.477 INFO STEP 33 (ensure_file) COMPLETE
94562025-02-28T11:03:26.670Z[ host-image] Feb 28 11:03:24.477 INFO O| Feb 28 11:03:24.477 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94572025-02-28T11:03:26.700Z[ host-image] Feb 28 11:03:24.510 INFO O| Feb 28 11:03:24.510 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
94582025-02-28T11:03:26.700Z[ host-image] Feb 28 11:03:24.510 INFO O| Feb 28 11:03:24.510 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
94592025-02-28T11:03:26.700Z[ host-image] Feb 28 11:03:24.510 INFO O| Feb 28 11:03:24.510 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94602025-02-28T11:03:26.703Z[ host-image] Feb 28 11:03:24.510 INFO O| Feb 28 11:03:24.510 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94612025-02-28T11:03:26.703Z[ host-image] Feb 28 11:03:24.510 INFO O| Feb 28 11:03:24.510 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94622025-02-28T11:03:26.703Z[ host-image] Feb 28 11:03:24.510 INFO O| Feb 28 11:03:24.510 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94632025-02-28T11:03:26.703Z[ host-image] Feb 28 11:03:24.510 INFO O| Feb 28 11:03:24.510 INFO ok!
94642025-02-28T11:03:26.703Z[ host-image] Feb 28 11:03:24.510 INFO O| Feb 28 11:03:24.510 INFO STEP 34 (ensure_file) COMPLETE
94652025-02-28T11:03:26.703Z[ host-image] Feb 28 11:03:24.510 INFO O| Feb 28 11:03:24.510 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94662025-02-28T11:03:26.742Z[ host-image] Feb 28 11:03:24.552 INFO O| Feb 28 11:03:24.552 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94672025-02-28T11:03:26.745Z[ host-image] Feb 28 11:03:24.553 INFO O| Feb 28 11:03:24.552 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94682025-02-28T11:03:26.745Z[ host-image] Feb 28 11:03:24.553 INFO O| Feb 28 11:03:24.553 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94692025-02-28T11:03:26.745Z[ host-image] Feb 28 11:03:24.553 INFO O| Feb 28 11:03:24.553 INFO STEP 35 (ensure_dir) COMPLETE
94702025-02-28T11:03:26.745Z[ host-image] Feb 28 11:03:24.553 INFO O| Feb 28 11:03:24.553 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94712025-02-28T11:03:26.791Z[ host-image] Feb 28 11:03:24.601 INFO O| Feb 28 11:03:24.601 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
94722025-02-28T11:03:26.791Z[ host-image] Feb 28 11:03:24.601 INFO O| Feb 28 11:03:24.601 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 ...
94732025-02-28T11:03:26.794Z[ host-image] Feb 28 11:03:24.601 INFO O| Feb 28 11:03:24.601 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
94742025-02-28T11:03:26.794Z[ host-image] Feb 28 11:03:24.601 INFO O| Feb 28 11:03:24.601 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
94752025-02-28T11:03:26.794Z[ host-image] Feb 28 11:03:24.602 INFO O| Feb 28 11:03:24.601 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
94762025-02-28T11:03:26.794Z[ host-image] Feb 28 11:03:24.602 INFO O| Feb 28 11:03:24.602 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
94772025-02-28T11:03:26.794Z[ host-image] Feb 28 11:03:24.602 INFO O| Feb 28 11:03:24.602 INFO ok!
94782025-02-28T11:03:26.794Z[ host-image] Feb 28 11:03:24.602 INFO O| Feb 28 11:03:24.602 INFO STEP 36 (ensure_file) COMPLETE
94792025-02-28T11:03:26.794Z[ host-image] Feb 28 11:03:24.602 INFO O| Feb 28 11:03:24.602 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94802025-02-28T11:03:26.812Z[ host-image] Feb 28 11:03:24.622 INFO O| Feb 28 11:03:24.621 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94812025-02-28T11:03:26.812Z[ host-image] Feb 28 11:03:24.622 INFO O| Feb 28 11:03:24.622 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 ...
94822025-02-28T11:03:26.815Z[ host-image] Feb 28 11:03:24.622 INFO O| Feb 28 11:03:24.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94832025-02-28T11:03:26.815Z[ host-image] Feb 28 11:03:24.622 INFO O| Feb 28 11:03:24.622 INFO ok!
94842025-02-28T11:03:26.815Z[ host-image] Feb 28 11:03:24.622 INFO O| Feb 28 11:03:24.622 INFO STEP 37 (ensure_symlink) COMPLETE
94852025-02-28T11:03:26.815Z[ host-image] Feb 28 11:03:24.622 INFO O| Feb 28 11:03:24.622 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94862025-02-28T11:03:26.848Z[ host-image] Feb 28 11:03:24.657 INFO O| Feb 28 11:03:24.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
94872025-02-28T11:03:26.848Z[ host-image] Feb 28 11:03:24.657 INFO O| Feb 28 11:03:24.657 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94882025-02-28T11:03:26.848Z[ host-image] Feb 28 11:03:24.658 INFO O| Feb 28 11:03:24.658 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94892025-02-28T11:03:26.851Z[ host-image] Feb 28 11:03:24.658 INFO O| Feb 28 11:03:24.658 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94902025-02-28T11:03:26.851Z[ host-image] Feb 28 11:03:24.658 INFO O| Feb 28 11:03:24.658 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94912025-02-28T11:03:26.851Z[ host-image] Feb 28 11:03:24.658 INFO O| Feb 28 11:03:24.658 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94922025-02-28T11:03:26.851Z[ host-image] Feb 28 11:03:24.658 INFO O| Feb 28 11:03:24.658 INFO ok!
94932025-02-28T11:03:26.851Z[ host-image] Feb 28 11:03:24.658 INFO O| Feb 28 11:03:24.658 INFO STEP 38 (ensure_file) COMPLETE
94942025-02-28T11:03:26.851Z[ host-image] Feb 28 11:03:24.658 INFO O| Feb 28 11:03:24.658 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94952025-02-28T11:03:26.936Z[ host-image] Feb 28 11:03:24.745 INFO O| Feb 28 11:03:24.745 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94962025-02-28T11:03:26.936Z[ host-image] Feb 28 11:03:24.745 INFO O| Feb 28 11:03:24.745 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 ...
94972025-02-28T11:03:26.936Z[ host-image] Feb 28 11:03:24.745 INFO O| Feb 28 11:03:24.745 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
94982025-02-28T11:03:26.939Z[ host-image] Feb 28 11:03:24.745 INFO O| Feb 28 11:03:24.745 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94992025-02-28T11:03:26.939Z[ host-image] Feb 28 11:03:24.745 INFO O| Feb 28 11:03:24.745 INFO ok!
95002025-02-28T11:03:26.939Z[ host-image] Feb 28 11:03:24.745 INFO O| Feb 28 11:03:24.745 INFO STEP 39 (ensure_file) COMPLETE
95012025-02-28T11:03:26.939Z[ host-image] Feb 28 11:03:24.745 INFO O| Feb 28 11:03:24.745 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95022025-02-28T11:03:26.992Z[ host-image] Feb 28 11:03:24.801 INFO O| Feb 28 11:03:24.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
95032025-02-28T11:03:26.992Z[ host-image] Feb 28 11:03:24.801 INFO O| Feb 28 11:03:24.801 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
95042025-02-28T11:03:26.992Z[ host-image] Feb 28 11:03:24.802 INFO O| Feb 28 11:03:24.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
95052025-02-28T11:03:26.995Z[ host-image] Feb 28 11:03:24.802 INFO O| Feb 28 11:03:24.802 INFO ok!
95062025-02-28T11:03:26.995Z[ host-image] Feb 28 11:03:24.802 INFO O| Feb 28 11:03:24.802 INFO STEP 40 (ensure_file) COMPLETE
95072025-02-28T11:03:26.995Z[ host-image] Feb 28 11:03:24.802 INFO O| Feb 28 11:03:24.802 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95082025-02-28T11:03:27.064Z[ host-image] Feb 28 11:03:24.874 INFO O| Feb 28 11:03:24.874 INFO updating shadow file
95092025-02-28T11:03:27.067Z[ host-image] Feb 28 11:03:24.874 INFO O| Feb 28 11:03:24.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
95102025-02-28T11:03:27.067Z[ host-image] Feb 28 11:03:24.874 INFO O| Feb 28 11:03:24.874 INFO STEP 41 (shadow) COMPLETE
95112025-02-28T11:03:27.067Z[ host-image] Feb 28 11:03:24.875 INFO O| Feb 28 11:03:24.875 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95122025-02-28T11:03:27.086Z[ host-image] Feb 28 11:03:24.896 INFO O| Feb 28 11:03:24.896 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
95132025-02-28T11:03:27.086Z[ host-image] Feb 28 11:03:24.896 INFO O| Feb 28 11:03:24.896 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
95142025-02-28T11:03:27.086Z[ host-image] Feb 28 11:03:24.896 INFO O| Feb 28 11:03:24.896 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
95152025-02-28T11:03:27.089Z[ host-image] Feb 28 11:03:24.896 INFO O| Feb 28 11:03:24.896 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
95162025-02-28T11:03:27.089Z[ host-image] Feb 28 11:03:24.896 INFO O| Feb 28 11:03:24.896 INFO ok!
95172025-02-28T11:03:27.089Z[ host-image] Feb 28 11:03:24.896 INFO O| Feb 28 11:03:24.896 INFO STEP 42 (ensure_file) COMPLETE
95182025-02-28T11:03:27.089Z[ host-image] Feb 28 11:03:24.896 INFO O| Feb 28 11:03:24.896 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95192025-02-28T11:03:27.089Z[ host-image] Feb 28 11:03:24.896 INFO O| Feb 28 11:03:24.896 INFO skip step because feature "mfg" is not enabled
95202025-02-28T11:03:27.089Z[ host-image] Feb 28 11:03:24.896 INFO O| Feb 28 11:03:24.896 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95212025-02-28T11:03:27.089Z[ host-image] Feb 28 11:03:24.896 INFO O| Feb 28 11:03:24.896 INFO skip step because feature "mfg" is not enabled
95222025-02-28T11:03:27.090Z[ host-image] Feb 28 11:03:24.896 INFO O| Feb 28 11:03:24.896 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95232025-02-28T11:03:27.192Z[ host-image] Feb 28 11:03:25.001 INFO O| Feb 28 11:03:25.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
95242025-02-28T11:03:27.192Z[ host-image] Feb 28 11:03:25.001 INFO O| Feb 28 11:03:25.001 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
95252025-02-28T11:03:28.069Z[ host-image] Feb 28 11:03:25.878 INFO O| Feb 28 11:03:25.878 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
95262025-02-28T11:03:28.069Z[ host-image] Feb 28 11:03:25.878 INFO O| Feb 28 11:03:25.878 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
95272025-02-28T11:03:28.072Z[ host-image] Feb 28 11:03:25.878 INFO O| Feb 28 11:03:25.878 INFO ok!
95282025-02-28T11:03:28.072Z[ host-image] Feb 28 11:03:25.878 INFO O| Feb 28 11:03:25.878 INFO STEP 45 (ensure_file) COMPLETE
95292025-02-28T11:03:28.072Z[ host-image] Feb 28 11:03:25.878 INFO O| Feb 28 11:03:25.878 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95302025-02-28T11:03:28.089Z[ host-image] Feb 28 11:03:25.898 INFO O| Feb 28 11:03:25.898 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
95312025-02-28T11:03:28.089Z[ host-image] Feb 28 11:03:25.898 INFO O| Feb 28 11:03:25.898 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
95322025-02-28T11:03:28.091Z[ host-image] Feb 28 11:03:25.898 INFO O| Feb 28 11:03:25.898 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95332025-02-28T11:03:28.091Z[ host-image] Feb 28 11:03:25.898 INFO O| Feb 28 11:03:25.898 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95342025-02-28T11:03:28.091Z[ host-image] Feb 28 11:03:25.898 INFO O| Feb 28 11:03:25.898 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95352025-02-28T11:03:28.091Z[ host-image] Feb 28 11:03:25.898 INFO O| Feb 28 11:03:25.898 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95362025-02-28T11:03:28.091Z[ host-image] Feb 28 11:03:25.898 INFO O| Feb 28 11:03:25.898 INFO ok!
95372025-02-28T11:03:28.091Z[ host-image] Feb 28 11:03:25.898 INFO O| Feb 28 11:03:25.898 INFO STEP 46 (ensure_file) COMPLETE
95382025-02-28T11:03:28.091Z[ host-image] Feb 28 11:03:25.898 INFO O| Feb 28 11:03:25.898 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95392025-02-28T11:03:28.108Z[ host-image] Feb 28 11:03:25.917 INFO O| Feb 28 11:03:25.917 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
95402025-02-28T11:03:28.108Z[ host-image] Feb 28 11:03:25.917 INFO O| Feb 28 11:03:25.917 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 ...
95412025-02-28T11:03:28.111Z[ host-image] Feb 28 11:03:25.917 INFO O| Feb 28 11:03:25.917 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
95422025-02-28T11:03:28.111Z[ host-image] Feb 28 11:03:25.917 INFO O| Feb 28 11:03:25.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
95432025-02-28T11:03:28.111Z[ host-image] Feb 28 11:03:25.917 INFO O| Feb 28 11:03:25.917 INFO ok!
95442025-02-28T11:03:28.111Z[ host-image] Feb 28 11:03:25.917 INFO O| Feb 28 11:03:25.917 INFO STEP 47 (ensure_file) COMPLETE
95452025-02-28T11:03:28.111Z[ host-image] Feb 28 11:03:25.917 INFO O| Feb 28 11:03:25.917 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95462025-02-28T11:03:28.182Z[ host-image] Feb 28 11:03:25.991 INFO O| Feb 28 11:03:25.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
95472025-02-28T11:03:28.182Z[ host-image] Feb 28 11:03:25.991 INFO O| Feb 28 11:03:25.991 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
95482025-02-28T11:03:28.182Z[ host-image] Feb 28 11:03:25.992 INFO O| Feb 28 11:03:25.992 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95492025-02-28T11:03:28.185Z[ host-image] Feb 28 11:03:25.992 INFO O| Feb 28 11:03:25.992 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95502025-02-28T11:03:28.185Z[ host-image] Feb 28 11:03:25.992 INFO O| Feb 28 11:03:25.992 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95512025-02-28T11:03:28.185Z[ host-image] Feb 28 11:03:25.992 INFO O| Feb 28 11:03:25.992 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95522025-02-28T11:03:28.185Z[ host-image] Feb 28 11:03:25.992 INFO O| Feb 28 11:03:25.992 INFO ok!
95532025-02-28T11:03:28.185Z[ host-image] Feb 28 11:03:25.992 INFO O| Feb 28 11:03:25.992 INFO STEP 48 (ensure_file) COMPLETE
95542025-02-28T11:03:28.185Z[ host-image] Feb 28 11:03:25.992 INFO O| Feb 28 11:03:25.992 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95552025-02-28T11:03:28.210Z[ host-image] Feb 28 11:03:26.019 INFO O| Feb 28 11:03:26.019 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95562025-02-28T11:03:28.210Z[ host-image] Feb 28 11:03:26.020 INFO O| Feb 28 11:03:26.019 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 ...
95572025-02-28T11:03:28.213Z[ host-image] Feb 28 11:03:26.020 INFO O| Feb 28 11:03:26.020 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
95582025-02-28T11:03:28.213Z[ host-image] Feb 28 11:03:26.020 INFO O| Feb 28 11:03:26.020 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95592025-02-28T11:03:28.213Z[ host-image] Feb 28 11:03:26.020 INFO O| Feb 28 11:03:26.020 INFO ok!
95602025-02-28T11:03:28.213Z[ host-image] Feb 28 11:03:26.020 INFO O| Feb 28 11:03:26.020 INFO STEP 49 (ensure_file) COMPLETE
95612025-02-28T11:03:28.213Z[ host-image] Feb 28 11:03:26.020 INFO O| Feb 28 11:03:26.020 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95622025-02-28T11:03:28.278Z[ host-image] Feb 28 11:03:26.087 INFO O| Feb 28 11:03:26.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
95632025-02-28T11:03:28.278Z[ host-image] Feb 28 11:03:26.087 INFO O| Feb 28 11:03:26.087 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
95642025-02-28T11:03:28.281Z[ host-image] Feb 28 11:03:26.087 INFO O| Feb 28 11:03:26.087 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95652025-02-28T11:03:28.281Z[ host-image] Feb 28 11:03:26.087 INFO O| Feb 28 11:03:26.087 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95662025-02-28T11:03:28.281Z[ host-image] Feb 28 11:03:26.087 INFO O| Feb 28 11:03:26.087 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95672025-02-28T11:03:28.281Z[ host-image] Feb 28 11:03:26.088 INFO O| Feb 28 11:03:26.088 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95682025-02-28T11:03:28.281Z[ host-image] Feb 28 11:03:26.088 INFO O| Feb 28 11:03:26.088 INFO ok!
95692025-02-28T11:03:28.281Z[ host-image] Feb 28 11:03:26.088 INFO O| Feb 28 11:03:26.088 INFO STEP 50 (ensure_file) COMPLETE
95702025-02-28T11:03:28.281Z[ host-image] Feb 28 11:03:26.088 INFO O| Feb 28 11:03:26.088 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95712025-02-28T11:03:28.322Z[ host-image] Feb 28 11:03:26.131 INFO O| Feb 28 11:03:26.131 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95722025-02-28T11:03:28.322Z[ host-image] Feb 28 11:03:26.131 INFO O| Feb 28 11:03:26.131 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 ...
95732025-02-28T11:03:28.325Z[ host-image] Feb 28 11:03:26.132 INFO O| Feb 28 11:03:26.131 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
95742025-02-28T11:03:28.325Z[ host-image] Feb 28 11:03:26.132 INFO O| Feb 28 11:03:26.132 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95752025-02-28T11:03:28.325Z[ host-image] Feb 28 11:03:26.132 INFO O| Feb 28 11:03:26.132 INFO ok!
95762025-02-28T11:03:28.325Z[ host-image] Feb 28 11:03:26.132 INFO O| Feb 28 11:03:26.132 INFO STEP 51 (ensure_file) COMPLETE
95772025-02-28T11:03:28.325Z[ host-image] Feb 28 11:03:26.132 INFO O| Feb 28 11:03:26.132 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95782025-02-28T11:03:28.356Z[ host-image] Feb 28 11:03:26.165 INFO O| Feb 28 11:03:26.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95792025-02-28T11:03:28.356Z[ host-image] Feb 28 11:03:26.165 INFO O| Feb 28 11:03:26.165 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 ...
95802025-02-28T11:03:28.359Z[ host-image] Feb 28 11:03:26.165 INFO O| Feb 28 11:03:26.165 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
95812025-02-28T11:03:28.359Z[ host-image] Feb 28 11:03:26.165 INFO O| Feb 28 11:03:26.165 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
95822025-02-28T11:03:28.359Z[ host-image] Feb 28 11:03:26.165 INFO O| Feb 28 11:03:26.165 INFO ok!
95832025-02-28T11:03:28.359Z[ host-image] Feb 28 11:03:26.165 INFO O| Feb 28 11:03:26.165 INFO STEP 52 (ensure_file) COMPLETE
95842025-02-28T11:03:28.359Z[ host-image] Feb 28 11:03:26.165 INFO O| Feb 28 11:03:26.165 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95852025-02-28T11:03:28.413Z[ host-image] Feb 28 11:03:26.222 INFO O| Feb 28 11:03:26.222 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95862025-02-28T11:03:28.413Z[ host-image] Feb 28 11:03:26.222 INFO O| Feb 28 11:03:26.222 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 ...
95872025-02-28T11:03:28.416Z[ host-image] Feb 28 11:03:26.222 INFO O| Feb 28 11:03:26.222 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95882025-02-28T11:03:28.416Z[ host-image] Feb 28 11:03:26.222 INFO O| Feb 28 11:03:26.222 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95892025-02-28T11:03:28.416Z[ host-image] Feb 28 11:03:26.222 INFO O| Feb 28 11:03:26.222 INFO ok!
95902025-02-28T11:03:28.416Z[ host-image] Feb 28 11:03:26.222 INFO O| Feb 28 11:03:26.222 INFO STEP 53 (ensure_file) COMPLETE
95912025-02-28T11:03:28.416Z[ host-image] Feb 28 11:03:26.222 INFO O| Feb 28 11:03:26.222 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922025-02-28T11:03:28.451Z[ host-image] Feb 28 11:03:26.260 INFO O| Feb 28 11:03:26.259 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
95932025-02-28T11:03:28.451Z[ host-image] Feb 28 11:03:26.260 INFO O| Feb 28 11:03:26.259 INFO STEP 54 (ensure_dir) COMPLETE
95942025-02-28T11:03:28.455Z[ host-image] Feb 28 11:03:26.260 INFO O| Feb 28 11:03:26.259 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952025-02-28T11:03:28.469Z[ host-image] Feb 28 11:03:26.278 INFO O| Feb 28 11:03:26.278 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95962025-02-28T11:03:28.470Z[ host-image] Feb 28 11:03:26.278 INFO O| Feb 28 11:03:26.278 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95972025-02-28T11:03:28.470Z[ host-image] Feb 28 11:03:26.278 INFO O| Feb 28 11:03:26.278 INFO STEP 55 (ensure_dir) COMPLETE
95982025-02-28T11:03:28.472Z[ host-image] Feb 28 11:03:26.278 INFO O| Feb 28 11:03:26.278 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992025-02-28T11:03:28.494Z[ host-image] Feb 28 11:03:26.303 INFO O| Feb 28 11:03:26.303 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
96002025-02-28T11:03:28.515Z[ host-image] Feb 28 11:03:26.324 INFO O| Feb 28 11:03:26.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
96012025-02-28T11:03:28.515Z[ host-image] Feb 28 11:03:26.324 INFO O| Feb 28 11:03:26.324 INFO STEP 56 (ensure_dir) COMPLETE
96022025-02-28T11:03:28.517Z[ host-image] Feb 28 11:03:26.324 INFO O| Feb 28 11:03:26.324 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96032025-02-28T11:03:28.561Z[ host-image] Feb 28 11:03:26.370 INFO O| Feb 28 11:03:26.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96042025-02-28T11:03:28.561Z[ host-image] Feb 28 11:03:26.370 INFO O| Feb 28 11:03:26.370 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96052025-02-28T11:03:28.616Z[ host-image] Feb 28 11:03:26.425 INFO O| Feb 28 11:03:26.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
96062025-02-28T11:03:28.616Z[ host-image] Feb 28 11:03:26.425 INFO O| Feb 28 11:03:26.425 INFO ok!
96072025-02-28T11:03:28.619Z[ host-image] Feb 28 11:03:26.425 INFO O| Feb 28 11:03:26.425 INFO STEP 57 (ensure_file) COMPLETE
96082025-02-28T11:03:28.619Z[ host-image] Feb 28 11:03:26.425 INFO O| Feb 28 11:03:26.425 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96092025-02-28T11:03:28.707Z[ host-image] Feb 28 11:03:26.516 INFO O| Feb 28 11:03:26.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96102025-02-28T11:03:28.707Z[ host-image] Feb 28 11:03:26.516 INFO O| Feb 28 11:03:26.516 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
96112025-02-28T11:03:30.172Z[ host-image] Feb 28 11:03:27.980 INFO O| Feb 28 11:03:27.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
96122025-02-28T11:03:30.172Z[ host-image] Feb 28 11:03:27.980 INFO O| Feb 28 11:03:27.980 INFO ok!
96132025-02-28T11:03:30.175Z[ host-image] Feb 28 11:03:27.980 INFO O| Feb 28 11:03:27.980 INFO STEP 58 (ensure_file) COMPLETE
96142025-02-28T11:03:30.175Z[ host-image] Feb 28 11:03:27.980 INFO O| Feb 28 11:03:27.980 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96152025-02-28T11:03:30.211Z[ host-image] Feb 28 11:03:28.019 INFO O| Feb 28 11:03:28.019 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
96162025-02-28T11:03:30.211Z[ host-image] Feb 28 11:03:28.020 INFO O| Feb 28 11:03:28.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
96172025-02-28T11:03:30.214Z[ host-image] Feb 28 11:03:28.020 INFO O| Feb 28 11:03:28.020 INFO STEP 59 (ensure_dir) COMPLETE
96182025-02-28T11:03:30.214Z[ host-image] Feb 28 11:03:28.020 INFO O| Feb 28 11:03:28.020 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96192025-02-28T11:03:30.269Z[ host-image] Feb 28 11:03:28.078 INFO O| Feb 28 11:03:28.077 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96202025-02-28T11:03:30.269Z[ host-image] Feb 28 11:03:28.078 INFO O| Feb 28 11:03:28.077 INFO copying /tmp/.tmp7S22zF/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 ...
96212025-02-28T11:03:30.272Z[ host-image] Feb 28 11:03:28.078 INFO O| Feb 28 11:03:28.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96222025-02-28T11:03:30.272Z[ host-image] Feb 28 11:03:28.078 INFO O| Feb 28 11:03:28.078 INFO ok!
96232025-02-28T11:03:30.272Z[ host-image] Feb 28 11:03:28.078 INFO O| Feb 28 11:03:28.078 INFO STEP 60 (ensure_file) COMPLETE
96242025-02-28T11:03:30.272Z[ host-image] Feb 28 11:03:28.078 INFO O| Feb 28 11:03:28.078 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96252025-02-28T11:03:30.336Z[ host-image] Feb 28 11:03:28.143 INFO O| Feb 28 11:03:28.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96262025-02-28T11:03:30.336Z[ host-image] Feb 28 11:03:28.143 INFO O| Feb 28 11:03:28.143 INFO copying /tmp/.tmp7S22zF/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 ...
96272025-02-28T11:03:30.339Z[ host-image] Feb 28 11:03:28.143 INFO O| Feb 28 11:03:28.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96282025-02-28T11:03:30.339Z[ host-image] Feb 28 11:03:28.143 INFO O| Feb 28 11:03:28.143 INFO ok!
96292025-02-28T11:03:30.339Z[ host-image] Feb 28 11:03:28.143 INFO O| Feb 28 11:03:28.143 INFO STEP 61 (ensure_file) COMPLETE
96302025-02-28T11:03:30.339Z[ host-image] Feb 28 11:03:28.143 INFO O| Feb 28 11:03:28.143 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312025-02-28T11:03:30.362Z[ host-image] Feb 28 11:03:28.170 INFO O| Feb 28 11:03:28.170 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96322025-02-28T11:03:30.365Z[ host-image] Feb 28 11:03:28.171 INFO O| Feb 28 11:03:28.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96332025-02-28T11:03:30.365Z[ host-image] Feb 28 11:03:28.171 INFO O| Feb 28 11:03:28.171 INFO STEP 62 (ensure_dir) COMPLETE
96342025-02-28T11:03:30.365Z[ host-image] Feb 28 11:03:28.171 INFO O| Feb 28 11:03:28.171 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96352025-02-28T11:03:30.430Z[ host-image] Feb 28 11:03:28.238 INFO O| Feb 28 11:03:28.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96362025-02-28T11:03:30.430Z[ host-image] Feb 28 11:03:28.239 INFO O| Feb 28 11:03:28.239 INFO copying /tmp/.tmp7S22zF/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 ...
96372025-02-28T11:03:30.433Z[ host-image] Feb 28 11:03:28.239 INFO O| Feb 28 11:03:28.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96382025-02-28T11:03:30.433Z[ host-image] Feb 28 11:03:28.239 INFO O| Feb 28 11:03:28.239 INFO ok!
96392025-02-28T11:03:30.433Z[ host-image] Feb 28 11:03:28.239 INFO O| Feb 28 11:03:28.239 INFO STEP 63 (ensure_file) COMPLETE
96402025-02-28T11:03:30.433Z[ host-image] Feb 28 11:03:28.239 INFO O| Feb 28 11:03:28.239 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96412025-02-28T11:03:30.452Z[ host-image] Feb 28 11:03:28.260 INFO O| Feb 28 11:03:28.260 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96422025-02-28T11:03:30.452Z[ host-image] Feb 28 11:03:28.260 INFO O| Feb 28 11:03:28.260 INFO copying /tmp/.tmp7S22zF/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 ...
96432025-02-28T11:03:30.455Z[ host-image] Feb 28 11:03:28.261 INFO O| Feb 28 11:03:28.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96442025-02-28T11:03:30.455Z[ host-image] Feb 28 11:03:28.261 INFO O| Feb 28 11:03:28.261 INFO ok!
96452025-02-28T11:03:30.455Z[ host-image] Feb 28 11:03:28.261 INFO O| Feb 28 11:03:28.261 INFO STEP 64 (ensure_file) COMPLETE
96462025-02-28T11:03:30.455Z[ host-image] Feb 28 11:03:28.261 INFO O| Feb 28 11:03:28.261 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472025-02-28T11:03:30.531Z[ host-image] Feb 28 11:03:28.339 INFO O| Feb 28 11:03:28.339 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96482025-02-28T11:03:30.531Z[ host-image] Feb 28 11:03:28.339 INFO O| Feb 28 11:03:28.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96492025-02-28T11:03:30.531Z[ host-image] Feb 28 11:03:28.339 INFO O| Feb 28 11:03:28.339 INFO STEP 65 (ensure_dir) COMPLETE
96502025-02-28T11:03:30.534Z[ host-image] Feb 28 11:03:28.339 INFO O| Feb 28 11:03:28.339 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96512025-02-28T11:03:30.556Z[ host-image] Feb 28 11:03:28.364 INFO O| Feb 28 11:03:28.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96522025-02-28T11:03:30.556Z[ host-image] Feb 28 11:03:28.364 INFO O| Feb 28 11:03:28.364 INFO copying /tmp/.tmp7S22zF/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 ...
96532025-02-28T11:03:30.559Z[ host-image] Feb 28 11:03:28.365 INFO O| Feb 28 11:03:28.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96542025-02-28T11:03:30.559Z[ host-image] Feb 28 11:03:28.365 INFO O| Feb 28 11:03:28.365 INFO ok!
96552025-02-28T11:03:30.559Z[ host-image] Feb 28 11:03:28.365 INFO O| Feb 28 11:03:28.365 INFO STEP 66 (ensure_file) COMPLETE
96562025-02-28T11:03:30.559Z[ host-image] Feb 28 11:03:28.365 INFO O| Feb 28 11:03:28.365 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96572025-02-28T11:03:30.610Z[ host-image] Feb 28 11:03:28.418 INFO O| Feb 28 11:03:28.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96582025-02-28T11:03:30.610Z[ host-image] Feb 28 11:03:28.418 INFO O| Feb 28 11:03:28.418 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
96592025-02-28T11:03:30.614Z[ host-image] Feb 28 11:03:28.419 INFO O| Feb 28 11:03:28.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
96602025-02-28T11:03:30.614Z[ host-image] Feb 28 11:03:28.419 INFO O| Feb 28 11:03:28.419 INFO ok!
96612025-02-28T11:03:30.614Z[ host-image] Feb 28 11:03:28.419 INFO O| Feb 28 11:03:28.419 INFO STEP 67 (ensure_file) COMPLETE
96622025-02-28T11:03:30.614Z[ host-image] Feb 28 11:03:28.419 INFO O| Feb 28 11:03:28.419 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96632025-02-28T11:03:30.632Z[ host-image] Feb 28 11:03:28.439 INFO O| Feb 28 11:03:28.439 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96642025-02-28T11:03:30.632Z[ host-image] Feb 28 11:03:28.439 INFO O| Feb 28 11:03:28.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96652025-02-28T11:03:30.632Z[ host-image] Feb 28 11:03:28.439 INFO O| Feb 28 11:03:28.439 INFO STEP 68 (ensure_dir) COMPLETE
96662025-02-28T11:03:30.632Z[ host-image] Feb 28 11:03:28.439 INFO O| Feb 28 11:03:28.439 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96672025-02-28T11:03:30.651Z[ host-image] Feb 28 11:03:28.458 INFO O| Feb 28 11:03:28.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96682025-02-28T11:03:30.654Z[ host-image] Feb 28 11:03:28.458 INFO O| Feb 28 11:03:28.458 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96692025-02-28T11:03:32.113Z[ host-image] Feb 28 11:03:29.921 INFO O| Feb 28 11:03:29.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
96702025-02-28T11:03:32.113Z[ host-image] Feb 28 11:03:29.921 INFO O| Feb 28 11:03:29.921 INFO ok!
96712025-02-28T11:03:32.116Z[ host-image] Feb 28 11:03:29.921 INFO O| Feb 28 11:03:29.921 INFO STEP 69 (ensure_file) COMPLETE
96722025-02-28T11:03:32.116Z[ host-image] Feb 28 11:03:29.921 INFO O| Feb 28 11:03:29.921 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96732025-02-28T11:03:32.148Z[ host-image] Feb 28 11:03:29.954 INFO O| Feb 28 11:03:29.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96742025-02-28T11:03:32.148Z[ host-image] Feb 28 11:03:29.954 INFO O| Feb 28 11:03:29.954 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
96752025-02-28T11:03:34.681Z[ host-image] Feb 28 11:03:32.477 INFO O| Feb 28 11:03:32.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
96762025-02-28T11:03:34.681Z[ host-image] Feb 28 11:03:32.477 INFO O| Feb 28 11:03:32.477 INFO ok!
96772025-02-28T11:03:34.684Z[ host-image] Feb 28 11:03:32.477 INFO O| Feb 28 11:03:32.477 INFO STEP 70 (ensure_file) COMPLETE
96782025-02-28T11:03:34.684Z[ host-image] Feb 28 11:03:32.477 INFO O| Feb 28 11:03:32.477 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792025-02-28T11:03:34.690Z[ host-image] Feb 28 11:03:32.497 INFO O| Feb 28 11:03:32.496 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96802025-02-28T11:03:34.690Z[ host-image] Feb 28 11:03:32.497 INFO O| Feb 28 11:03:32.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96812025-02-28T11:03:34.690Z[ host-image] Feb 28 11:03:32.497 INFO O| Feb 28 11:03:32.497 INFO STEP 71 (ensure_dir) COMPLETE
96822025-02-28T11:03:34.693Z[ host-image] Feb 28 11:03:32.497 INFO O| Feb 28 11:03:32.497 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96832025-02-28T11:03:34.711Z[ host-image] Feb 28 11:03:32.517 INFO O| Feb 28 11:03:32.517 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96842025-02-28T11:03:34.711Z[ host-image] Feb 28 11:03:32.517 INFO O| Feb 28 11:03:32.517 INFO copying /tmp/.tmp7S22zF/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 ...
96852025-02-28T11:03:34.711Z[ host-image] Feb 28 11:03:32.517 INFO O| Feb 28 11:03:32.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96862025-02-28T11:03:34.714Z[ host-image] Feb 28 11:03:32.517 INFO O| Feb 28 11:03:32.517 INFO ok!
96872025-02-28T11:03:34.714Z[ host-image] Feb 28 11:03:32.517 INFO O| Feb 28 11:03:32.517 INFO STEP 72 (ensure_file) COMPLETE
96882025-02-28T11:03:34.714Z[ host-image] Feb 28 11:03:32.517 INFO O| Feb 28 11:03:32.517 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892025-02-28T11:03:34.752Z[ host-image] Feb 28 11:03:32.558 INFO O| Feb 28 11:03:32.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96902025-02-28T11:03:34.755Z[ host-image] Feb 28 11:03:32.558 INFO O| Feb 28 11:03:32.558 INFO copying /tmp/.tmp7S22zF/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 ...
96912025-02-28T11:03:34.755Z[ host-image] Feb 28 11:03:32.558 INFO O| Feb 28 11:03:32.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
96922025-02-28T11:03:34.755Z[ host-image] Feb 28 11:03:32.558 INFO O| Feb 28 11:03:32.558 INFO ok!
96932025-02-28T11:03:34.755Z[ host-image] Feb 28 11:03:32.559 INFO O| Feb 28 11:03:32.558 INFO STEP 73 (ensure_file) COMPLETE
96942025-02-28T11:03:34.755Z[ host-image] Feb 28 11:03:32.559 INFO O| Feb 28 11:03:32.559 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952025-02-28T11:03:34.826Z[ host-image] Feb 28 11:03:32.630 INFO O| Feb 28 11:03:32.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96962025-02-28T11:03:34.826Z[ host-image] Feb 28 11:03:32.630 INFO O| Feb 28 11:03:32.630 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
96972025-02-28T11:03:34.829Z[ host-image] Feb 28 11:03:32.630 INFO O| Feb 28 11:03:32.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
96982025-02-28T11:03:34.829Z[ host-image] Feb 28 11:03:32.630 INFO O| Feb 28 11:03:32.630 INFO ok!
96992025-02-28T11:03:34.829Z[ host-image] Feb 28 11:03:32.630 INFO O| Feb 28 11:03:32.630 INFO STEP 74 (ensure_file) COMPLETE
97002025-02-28T11:03:34.829Z[ host-image] Feb 28 11:03:32.630 INFO O| Feb 28 11:03:32.630 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012025-02-28T11:03:34.890Z[ host-image] Feb 28 11:03:32.695 INFO O| Feb 28 11:03:32.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
97022025-02-28T11:03:34.890Z[ host-image] Feb 28 11:03:32.696 INFO O| Feb 28 11:03:32.695 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
97032025-02-28T11:03:34.890Z[ host-image] Feb 28 11:03:32.696 INFO O| Feb 28 11:03:32.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
97042025-02-28T11:03:34.893Z[ host-image] Feb 28 11:03:32.696 INFO O| Feb 28 11:03:32.696 INFO ok!
97052025-02-28T11:03:34.893Z[ host-image] Feb 28 11:03:32.696 INFO O| Feb 28 11:03:32.696 INFO STEP 75 (ensure_file) COMPLETE
97062025-02-28T11:03:34.893Z[ host-image] Feb 28 11:03:32.696 INFO O| Feb 28 11:03:32.696 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072025-02-28T11:03:34.911Z[ host-image] Feb 28 11:03:32.716 INFO O| Feb 28 11:03:32.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
97082025-02-28T11:03:34.911Z[ host-image] Feb 28 11:03:32.717 INFO O| Feb 28 11:03:32.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
97092025-02-28T11:03:34.911Z[ host-image] Feb 28 11:03:32.717 INFO O| Feb 28 11:03:32.717 INFO STEP 76 (ensure_dir) COMPLETE
97102025-02-28T11:03:34.911Z[ host-image] Feb 28 11:03:32.717 INFO O| Feb 28 11:03:32.717 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112025-02-28T11:03:34.931Z[ host-image] Feb 28 11:03:32.737 INFO O| Feb 28 11:03:32.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
97122025-02-28T11:03:34.931Z[ host-image] Feb 28 11:03:32.737 INFO O| Feb 28 11:03:32.737 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
97132025-02-28T11:03:34.935Z[ host-image] Feb 28 11:03:32.741 INFO O| Feb 28 11:03:32.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
97142025-02-28T11:03:34.939Z[ host-image] Feb 28 11:03:32.741 INFO O| Feb 28 11:03:32.741 INFO ok!
97152025-02-28T11:03:34.939Z[ host-image] Feb 28 11:03:32.741 INFO O| Feb 28 11:03:32.741 INFO STEP 77 (ensure_file) COMPLETE
97162025-02-28T11:03:34.940Z[ host-image] Feb 28 11:03:32.741 INFO O| Feb 28 11:03:32.741 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172025-02-28T11:03:34.957Z[ host-image] Feb 28 11:03:32.763 INFO O| Feb 28 11:03:32.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
97182025-02-28T11:03:34.957Z[ host-image] Feb 28 11:03:32.763 INFO O| Feb 28 11:03:32.763 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
97192025-02-28T11:03:34.960Z[ host-image] Feb 28 11:03:32.763 INFO O| Feb 28 11:03:32.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
97202025-02-28T11:03:34.960Z[ host-image] Feb 28 11:03:32.763 INFO O| Feb 28 11:03:32.763 INFO ok!
97212025-02-28T11:03:34.960Z[ host-image] Feb 28 11:03:32.763 INFO O| Feb 28 11:03:32.763 INFO STEP 78 (ensure_file) COMPLETE
97222025-02-28T11:03:34.960Z[ host-image] Feb 28 11:03:32.764 INFO O| Feb 28 11:03:32.764 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232025-02-28T11:03:34.980Z[ host-image] Feb 28 11:03:32.786 INFO O| Feb 28 11:03:32.785 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97242025-02-28T11:03:34.980Z[ host-image] Feb 28 11:03:32.786 INFO O| Feb 28 11:03:32.785 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
97252025-02-28T11:03:36.966Z[ host-image] Feb 28 11:03:34.771 INFO O| Feb 28 11:03:34.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
97262025-02-28T11:03:36.966Z[ host-image] Feb 28 11:03:34.771 INFO O| Feb 28 11:03:34.771 INFO ok!
97272025-02-28T11:03:36.966Z[ host-image] Feb 28 11:03:34.771 INFO O| Feb 28 11:03:34.771 INFO STEP 79 (ensure_file) COMPLETE
97282025-02-28T11:03:36.969Z[ host-image] Feb 28 11:03:34.771 INFO O| Feb 28 11:03:34.771 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97292025-02-28T11:03:36.986Z[ host-image] Feb 28 11:03:34.791 INFO O| Feb 28 11:03:34.790 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
97302025-02-28T11:03:36.986Z[ host-image] Feb 28 11:03:34.791 INFO O| Feb 28 11:03:34.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
97312025-02-28T11:03:36.986Z[ host-image] Feb 28 11:03:34.791 INFO O| Feb 28 11:03:34.791 INFO STEP 80 (ensure_dir) COMPLETE
97322025-02-28T11:03:36.988Z[ host-image] Feb 28 11:03:34.791 INFO O| Feb 28 11:03:34.791 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332025-02-28T11:03:37.025Z[ host-image] Feb 28 11:03:34.829 INFO O| Feb 28 11:03:34.829 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
97342025-02-28T11:03:37.027Z[ host-image] Feb 28 11:03:34.830 INFO O| Feb 28 11:03:34.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
97352025-02-28T11:03:37.027Z[ host-image] Feb 28 11:03:34.830 INFO O| Feb 28 11:03:34.830 INFO STEP 81 (ensure_dir) COMPLETE
97362025-02-28T11:03:37.027Z[ host-image] Feb 28 11:03:34.830 INFO O| Feb 28 11:03:34.830 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372025-02-28T11:03:37.073Z[ host-image] Feb 28 11:03:34.877 INFO O| Feb 28 11:03:34.877 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97382025-02-28T11:03:37.073Z[ host-image] Feb 28 11:03:34.877 INFO O| Feb 28 11:03:34.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97392025-02-28T11:03:37.073Z[ host-image] Feb 28 11:03:34.877 INFO O| Feb 28 11:03:34.877 INFO STEP 82 (ensure_dir) COMPLETE
97402025-02-28T11:03:37.073Z[ host-image] Feb 28 11:03:34.877 INFO O| Feb 28 11:03:34.877 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412025-02-28T11:03:37.149Z[ host-image] Feb 28 11:03:34.951 INFO O| Feb 28 11:03:34.951 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97422025-02-28T11:03:37.149Z[ host-image] Feb 28 11:03:34.951 INFO O| Feb 28 11:03:34.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97432025-02-28T11:03:37.149Z[ host-image] Feb 28 11:03:34.951 INFO O| Feb 28 11:03:34.951 INFO STEP 83 (ensure_dir) COMPLETE
97442025-02-28T11:03:37.149Z[ host-image] Feb 28 11:03:34.951 INFO O| Feb 28 11:03:34.951 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452025-02-28T11:03:37.227Z[ host-image] Feb 28 11:03:35.031 INFO O| Feb 28 11:03:35.031 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97462025-02-28T11:03:37.227Z[ host-image] Feb 28 11:03:35.031 INFO O| Feb 28 11:03:35.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97472025-02-28T11:03:37.227Z[ host-image] Feb 28 11:03:35.031 INFO O| Feb 28 11:03:35.031 INFO STEP 84 (ensure_dir) COMPLETE
97482025-02-28T11:03:37.227Z[ host-image] Feb 28 11:03:35.031 INFO O| Feb 28 11:03:35.031 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492025-02-28T11:03:37.284Z[ host-image] Feb 28 11:03:35.089 INFO O| Feb 28 11:03:35.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97502025-02-28T11:03:37.284Z[ host-image] Feb 28 11:03:35.089 INFO O| Feb 28 11:03:35.089 INFO copying /tmp/.tmp7S22zF/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 ...
97512025-02-28T11:03:37.284Z[ host-image] Feb 28 11:03:35.089 INFO O| Feb 28 11:03:35.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97522025-02-28T11:03:37.287Z[ host-image] Feb 28 11:03:35.089 INFO O| Feb 28 11:03:35.089 INFO ok!
97532025-02-28T11:03:37.287Z[ host-image] Feb 28 11:03:35.089 INFO O| Feb 28 11:03:35.089 INFO STEP 85 (ensure_file) COMPLETE
97542025-02-28T11:03:37.287Z[ host-image] Feb 28 11:03:35.089 INFO O| Feb 28 11:03:35.089 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552025-02-28T11:03:37.348Z[ host-image] Feb 28 11:03:35.153 INFO O| Feb 28 11:03:35.153 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97562025-02-28T11:03:37.348Z[ host-image] Feb 28 11:03:35.153 INFO O| Feb 28 11:03:35.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97572025-02-28T11:03:37.348Z[ host-image] Feb 28 11:03:35.153 INFO O| Feb 28 11:03:35.153 INFO STEP 86 (ensure_dir) COMPLETE
97582025-02-28T11:03:37.351Z[ host-image] Feb 28 11:03:35.153 INFO O| Feb 28 11:03:35.153 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97592025-02-28T11:03:37.367Z[ host-image] Feb 28 11:03:35.172 INFO O| Feb 28 11:03:35.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97602025-02-28T11:03:37.367Z[ host-image] Feb 28 11:03:35.172 INFO O| Feb 28 11:03:35.171 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97612025-02-28T11:03:37.369Z[ host-image] Feb 28 11:03:35.172 INFO O| Feb 28 11:03:35.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97622025-02-28T11:03:37.369Z[ host-image] Feb 28 11:03:35.172 INFO O| Feb 28 11:03:35.172 INFO ok!
97632025-02-28T11:03:37.370Z[ host-image] Feb 28 11:03:35.172 INFO O| Feb 28 11:03:35.172 INFO STEP 87 (ensure_file) COMPLETE
97642025-02-28T11:03:37.370Z[ host-image] Feb 28 11:03:35.172 INFO O| Feb 28 11:03:35.172 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97652025-02-28T11:03:37.420Z[ host-image] Feb 28 11:03:35.224 INFO O| Feb 28 11:03:35.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97662025-02-28T11:03:37.420Z[ host-image] Feb 28 11:03:35.224 INFO O| Feb 28 11:03:35.224 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97672025-02-28T11:03:37.439Z[ host-image] Feb 28 11:03:35.244 INFO O| Feb 28 11:03:35.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97682025-02-28T11:03:37.439Z[ host-image] Feb 28 11:03:35.244 INFO O| Feb 28 11:03:35.244 INFO ok!
97692025-02-28T11:03:37.439Z[ host-image] Feb 28 11:03:35.244 INFO O| Feb 28 11:03:35.244 INFO STEP 88 (ensure_file) COMPLETE
97702025-02-28T11:03:37.442Z[ host-image] Feb 28 11:03:35.244 INFO O| Feb 28 11:03:35.244 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97712025-02-28T11:03:37.576Z[ host-image] Feb 28 11:03:35.381 INFO O| Feb 28 11:03:35.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97722025-02-28T11:03:37.577Z[ host-image] Feb 28 11:03:35.381 INFO O| Feb 28 11:03:35.381 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97732025-02-28T11:03:38.319Z[ host-image] Feb 28 11:03:36.122 INFO O| Feb 28 11:03:36.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97742025-02-28T11:03:38.319Z[ host-image] Feb 28 11:03:36.122 INFO O| Feb 28 11:03:36.122 INFO ok!
97752025-02-28T11:03:38.320Z[ host-image] Feb 28 11:03:36.122 INFO O| Feb 28 11:03:36.122 INFO STEP 89 (ensure_file) COMPLETE
97762025-02-28T11:03:38.320Z[ host-image] Feb 28 11:03:36.122 INFO O| Feb 28 11:03:36.122 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97772025-02-28T11:03:38.339Z[ host-image] Feb 28 11:03:36.142 INFO O| Feb 28 11:03:36.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97782025-02-28T11:03:38.339Z[ host-image] Feb 28 11:03:36.142 INFO O| Feb 28 11:03:36.142 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
97792025-02-28T11:03:38.343Z[ host-image] Feb 28 11:03:36.142 INFO O| Feb 28 11:03:36.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
97802025-02-28T11:03:38.343Z[ host-image] Feb 28 11:03:36.142 INFO O| Feb 28 11:03:36.142 INFO ok!
97812025-02-28T11:03:38.343Z[ host-image] Feb 28 11:03:36.143 INFO O| Feb 28 11:03:36.142 INFO STEP 90 (ensure_file) COMPLETE
97822025-02-28T11:03:38.343Z[ host-image] Feb 28 11:03:36.143 INFO O| Feb 28 11:03:36.142 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97832025-02-28T11:03:38.363Z[ host-image] Feb 28 11:03:36.167 INFO O| Feb 28 11:03:36.167 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97842025-02-28T11:03:38.363Z[ host-image] Feb 28 11:03:36.167 INFO O| Feb 28 11:03:36.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97852025-02-28T11:03:38.367Z[ host-image] Feb 28 11:03:36.167 INFO O| Feb 28 11:03:36.167 INFO STEP 91 (ensure_dir) COMPLETE
97862025-02-28T11:03:38.367Z[ host-image] Feb 28 11:03:36.167 INFO O| Feb 28 11:03:36.167 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872025-02-28T11:03:38.396Z[ host-image] Feb 28 11:03:36.200 INFO O| Feb 28 11:03:36.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
97882025-02-28T11:03:38.396Z[ host-image] Feb 28 11:03:36.200 INFO O| Feb 28 11:03:36.200 INFO copying /tmp/.tmp7S22zF/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 ...
97892025-02-28T11:03:38.396Z[ host-image] Feb 28 11:03:36.201 INFO O| Feb 28 11:03:36.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
97902025-02-28T11:03:38.399Z[ host-image] Feb 28 11:03:36.201 INFO O| Feb 28 11:03:36.201 INFO ok!
97912025-02-28T11:03:38.400Z[ host-image] Feb 28 11:03:36.201 INFO O| Feb 28 11:03:36.201 INFO STEP 92 (ensure_file) COMPLETE
97922025-02-28T11:03:38.400Z[ host-image] Feb 28 11:03:36.201 INFO O| Feb 28 11:03:36.201 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932025-02-28T11:03:38.456Z[ host-image] Feb 28 11:03:36.260 INFO O| Feb 28 11:03:36.260 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
97942025-02-28T11:03:38.456Z[ host-image] Feb 28 11:03:36.260 INFO O| Feb 28 11:03:36.260 INFO copying /tmp/.tmp7S22zF/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 ...
97952025-02-28T11:03:38.456Z[ host-image] Feb 28 11:03:36.260 INFO O| Feb 28 11:03:36.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
97962025-02-28T11:03:38.459Z[ host-image] Feb 28 11:03:36.260 INFO O| Feb 28 11:03:36.260 INFO ok!
97972025-02-28T11:03:38.459Z[ host-image] Feb 28 11:03:36.260 INFO O| Feb 28 11:03:36.260 INFO STEP 93 (ensure_file) COMPLETE
97982025-02-28T11:03:38.459Z[ host-image] Feb 28 11:03:36.260 INFO O| Feb 28 11:03:36.260 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992025-02-28T11:03:38.476Z[ host-image] Feb 28 11:03:36.280 INFO O| Feb 28 11:03:36.280 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
98002025-02-28T11:03:38.476Z[ host-image] Feb 28 11:03:36.280 INFO O| Feb 28 11:03:36.280 INFO copying /tmp/.tmp7S22zF/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 ...
98012025-02-28T11:03:38.479Z[ host-image] Feb 28 11:03:36.280 INFO O| Feb 28 11:03:36.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
98022025-02-28T11:03:38.479Z[ host-image] Feb 28 11:03:36.280 INFO O| Feb 28 11:03:36.280 INFO ok!
98032025-02-28T11:03:38.479Z[ host-image] Feb 28 11:03:36.280 INFO O| Feb 28 11:03:36.280 INFO STEP 94 (ensure_file) COMPLETE
98042025-02-28T11:03:38.479Z[ host-image] Feb 28 11:03:36.281 INFO O| Feb 28 11:03:36.280 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052025-02-28T11:03:38.497Z[ host-image] Feb 28 11:03:36.301 INFO O| Feb 28 11:03:36.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
98062025-02-28T11:03:38.497Z[ host-image] Feb 28 11:03:36.301 INFO O| Feb 28 11:03:36.301 INFO copying /tmp/.tmp7S22zF/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 ...
98072025-02-28T11:03:38.497Z[ host-image] Feb 28 11:03:36.301 INFO O| Feb 28 11:03:36.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
98082025-02-28T11:03:38.497Z[ host-image] Feb 28 11:03:36.301 INFO O| Feb 28 11:03:36.301 INFO ok!
98092025-02-28T11:03:38.500Z[ host-image] Feb 28 11:03:36.301 INFO O| Feb 28 11:03:36.301 INFO STEP 95 (ensure_file) COMPLETE
98102025-02-28T11:03:38.500Z[ host-image] Feb 28 11:03:36.301 INFO O| Feb 28 11:03:36.301 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112025-02-28T11:03:38.518Z[ host-image] Feb 28 11:03:36.322 INFO O| Feb 28 11:03:36.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
98122025-02-28T11:03:38.521Z[ host-image] Feb 28 11:03:36.322 INFO O| Feb 28 11:03:36.322 INFO copying /tmp/.tmp7S22zF/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 ...
98132025-02-28T11:03:38.521Z[ host-image] Feb 28 11:03:36.322 INFO O| Feb 28 11:03:36.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
98142025-02-28T11:03:38.521Z[ host-image] Feb 28 11:03:36.322 INFO O| Feb 28 11:03:36.322 INFO ok!
98152025-02-28T11:03:38.521Z[ host-image] Feb 28 11:03:36.322 INFO O| Feb 28 11:03:36.322 INFO STEP 96 (ensure_file) COMPLETE
98162025-02-28T11:03:38.521Z[ host-image] Feb 28 11:03:36.322 INFO O| Feb 28 11:03:36.322 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172025-02-28T11:03:38.546Z[ host-image] Feb 28 11:03:36.350 INFO O| Feb 28 11:03:36.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
98182025-02-28T11:03:38.546Z[ host-image] Feb 28 11:03:36.350 INFO O| Feb 28 11:03:36.350 INFO copying /tmp/.tmp7S22zF/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 ...
98192025-02-28T11:03:38.546Z[ host-image] Feb 28 11:03:36.351 INFO O| Feb 28 11:03:36.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
98202025-02-28T11:03:38.549Z[ host-image] Feb 28 11:03:36.351 INFO O| Feb 28 11:03:36.351 INFO ok!
98212025-02-28T11:03:38.549Z[ host-image] Feb 28 11:03:36.351 INFO O| Feb 28 11:03:36.351 INFO STEP 97 (ensure_file) COMPLETE
98222025-02-28T11:03:38.549Z[ host-image] Feb 28 11:03:36.351 INFO O| Feb 28 11:03:36.351 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232025-02-28T11:03:38.567Z[ host-image] Feb 28 11:03:36.371 INFO O| Feb 28 11:03:36.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
98242025-02-28T11:03:38.567Z[ host-image] Feb 28 11:03:36.371 INFO O| Feb 28 11:03:36.371 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
98252025-02-28T11:03:38.569Z[ host-image] Feb 28 11:03:36.371 INFO O| Feb 28 11:03:36.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
98262025-02-28T11:03:38.569Z[ host-image] Feb 28 11:03:36.371 INFO O| Feb 28 11:03:36.371 INFO ok!
98272025-02-28T11:03:38.569Z[ host-image] Feb 28 11:03:36.371 INFO O| Feb 28 11:03:36.371 INFO STEP 98 (ensure_file) COMPLETE
98282025-02-28T11:03:38.569Z[ host-image] Feb 28 11:03:36.371 INFO O| Feb 28 11:03:36.371 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292025-02-28T11:03:38.586Z[ host-image] Feb 28 11:03:36.390 INFO O| Feb 28 11:03:36.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
98302025-02-28T11:03:38.586Z[ host-image] Feb 28 11:03:36.390 INFO O| Feb 28 11:03:36.390 INFO copying /tmp/.tmp7S22zF/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 ...
98312025-02-28T11:03:38.586Z[ host-image] Feb 28 11:03:36.390 INFO O| Feb 28 11:03:36.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
98322025-02-28T11:03:38.586Z[ host-image] Feb 28 11:03:36.390 INFO O| Feb 28 11:03:36.390 INFO ok!
98332025-02-28T11:03:38.588Z[ host-image] Feb 28 11:03:36.390 INFO O| Feb 28 11:03:36.390 INFO STEP 99 (ensure_file) COMPLETE
98342025-02-28T11:03:38.589Z[ host-image] Feb 28 11:03:36.390 INFO O| Feb 28 11:03:36.390 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352025-02-28T11:03:38.606Z[ host-image] Feb 28 11:03:36.410 INFO O| Feb 28 11:03:36.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
98362025-02-28T11:03:38.606Z[ host-image] Feb 28 11:03:36.410 INFO O| Feb 28 11:03:36.410 INFO copying /tmp/.tmp7S22zF/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 ...
98372025-02-28T11:03:38.608Z[ host-image] Feb 28 11:03:36.410 INFO O| Feb 28 11:03:36.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
98382025-02-28T11:03:38.608Z[ host-image] Feb 28 11:03:36.410 INFO O| Feb 28 11:03:36.410 INFO ok!
98392025-02-28T11:03:38.608Z[ host-image] Feb 28 11:03:36.410 INFO O| Feb 28 11:03:36.410 INFO STEP 100 (ensure_file) COMPLETE
98402025-02-28T11:03:38.608Z[ host-image] Feb 28 11:03:36.410 INFO O| Feb 28 11:03:36.410 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412025-02-28T11:03:38.661Z[ host-image] Feb 28 11:03:36.465 INFO O| Feb 28 11:03:36.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
98422025-02-28T11:03:38.661Z[ host-image] Feb 28 11:03:36.465 INFO O| Feb 28 11:03:36.465 INFO copying /tmp/.tmp7S22zF/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 ...
98432025-02-28T11:03:38.661Z[ host-image] Feb 28 11:03:36.465 INFO O| Feb 28 11:03:36.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
98442025-02-28T11:03:38.661Z[ host-image] Feb 28 11:03:36.465 INFO O| Feb 28 11:03:36.465 INFO ok!
98452025-02-28T11:03:38.664Z[ host-image] Feb 28 11:03:36.465 INFO O| Feb 28 11:03:36.465 INFO STEP 101 (ensure_file) COMPLETE
98462025-02-28T11:03:38.664Z[ host-image] Feb 28 11:03:36.465 INFO O| Feb 28 11:03:36.465 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98472025-02-28T11:03:38.731Z[ host-image] Feb 28 11:03:36.535 INFO O| Feb 28 11:03:36.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
98482025-02-28T11:03:38.731Z[ host-image] Feb 28 11:03:36.535 INFO O| Feb 28 11:03:36.535 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
98492025-02-28T11:03:38.731Z[ host-image] Feb 28 11:03:36.535 INFO O| Feb 28 11:03:36.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
98502025-02-28T11:03:38.734Z[ host-image] Feb 28 11:03:36.535 INFO O| Feb 28 11:03:36.535 INFO ok!
98512025-02-28T11:03:38.734Z[ host-image] Feb 28 11:03:36.535 INFO O| Feb 28 11:03:36.535 INFO STEP 102 (ensure_file) COMPLETE
98522025-02-28T11:03:38.734Z[ host-image] Feb 28 11:03:36.535 INFO O| Feb 28 11:03:36.535 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532025-02-28T11:03:38.751Z[ host-image] Feb 28 11:03:36.555 INFO O| Feb 28 11:03:36.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
98542025-02-28T11:03:38.751Z[ host-image] Feb 28 11:03:36.555 INFO O| Feb 28 11:03:36.555 INFO copying /tmp/.tmp7S22zF/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 ...
98552025-02-28T11:03:38.751Z[ host-image] Feb 28 11:03:36.555 INFO O| Feb 28 11:03:36.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
98562025-02-28T11:03:38.751Z[ host-image] Feb 28 11:03:36.555 INFO O| Feb 28 11:03:36.555 INFO ok!
98572025-02-28T11:03:38.754Z[ host-image] Feb 28 11:03:36.555 INFO O| Feb 28 11:03:36.555 INFO STEP 103 (ensure_file) COMPLETE
98582025-02-28T11:03:38.754Z[ host-image] Feb 28 11:03:36.555 INFO O| Feb 28 11:03:36.555 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592025-02-28T11:03:38.771Z[ host-image] Feb 28 11:03:36.575 INFO O| Feb 28 11:03:36.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
98602025-02-28T11:03:38.771Z[ host-image] Feb 28 11:03:36.575 INFO O| Feb 28 11:03:36.575 INFO copying /tmp/.tmp7S22zF/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 ...
98612025-02-28T11:03:38.771Z[ host-image] Feb 28 11:03:36.575 INFO O| Feb 28 11:03:36.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
98622025-02-28T11:03:38.771Z[ host-image] Feb 28 11:03:36.575 INFO O| Feb 28 11:03:36.575 INFO ok!
98632025-02-28T11:03:38.771Z[ host-image] Feb 28 11:03:36.575 INFO O| Feb 28 11:03:36.575 INFO STEP 104 (ensure_file) COMPLETE
98642025-02-28T11:03:38.771Z[ host-image] Feb 28 11:03:36.575 INFO O| Feb 28 11:03:36.575 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652025-02-28T11:03:38.829Z[ host-image] Feb 28 11:03:36.633 INFO O| Feb 28 11:03:36.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
98662025-02-28T11:03:38.829Z[ host-image] Feb 28 11:03:36.633 INFO O| Feb 28 11:03:36.633 INFO copying /tmp/.tmp7S22zF/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 ...
98672025-02-28T11:03:38.829Z[ host-image] Feb 28 11:03:36.633 INFO O| Feb 28 11:03:36.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
98682025-02-28T11:03:38.832Z[ host-image] Feb 28 11:03:36.633 INFO O| Feb 28 11:03:36.633 INFO ok!
98692025-02-28T11:03:38.832Z[ host-image] Feb 28 11:03:36.633 INFO O| Feb 28 11:03:36.633 INFO STEP 105 (ensure_file) COMPLETE
98702025-02-28T11:03:38.832Z[ host-image] Feb 28 11:03:36.633 INFO O| Feb 28 11:03:36.633 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712025-02-28T11:03:38.865Z[ host-image] Feb 28 11:03:36.669 INFO O| Feb 28 11:03:36.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
98722025-02-28T11:03:38.865Z[ host-image] Feb 28 11:03:36.669 INFO O| Feb 28 11:03:36.669 INFO copying /tmp/.tmp7S22zF/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 ...
98732025-02-28T11:03:38.867Z[ host-image] Feb 28 11:03:36.669 INFO O| Feb 28 11:03:36.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
98742025-02-28T11:03:38.867Z[ host-image] Feb 28 11:03:36.669 INFO O| Feb 28 11:03:36.669 INFO ok!
98752025-02-28T11:03:38.867Z[ host-image] Feb 28 11:03:36.669 INFO O| Feb 28 11:03:36.669 INFO STEP 106 (ensure_file) COMPLETE
98762025-02-28T11:03:38.867Z[ host-image] Feb 28 11:03:36.669 INFO O| Feb 28 11:03:36.669 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98772025-02-28T11:03:38.908Z[ host-image] Feb 28 11:03:36.712 INFO O| Feb 28 11:03:36.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
98782025-02-28T11:03:38.908Z[ host-image] Feb 28 11:03:36.712 INFO O| Feb 28 11:03:36.712 INFO copying /tmp/.tmp7S22zF/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 ...
98792025-02-28T11:03:38.908Z[ host-image] Feb 28 11:03:36.712 INFO O| Feb 28 11:03:36.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
98802025-02-28T11:03:38.908Z[ host-image] Feb 28 11:03:36.712 INFO O| Feb 28 11:03:36.712 INFO ok!
98812025-02-28T11:03:38.908Z[ host-image] Feb 28 11:03:36.712 INFO O| Feb 28 11:03:36.712 INFO STEP 107 (ensure_file) COMPLETE
98822025-02-28T11:03:38.908Z[ host-image] Feb 28 11:03:36.712 INFO O| Feb 28 11:03:36.712 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832025-02-28T11:03:38.929Z[ host-image] Feb 28 11:03:36.733 INFO O| Feb 28 11:03:36.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
98842025-02-28T11:03:38.932Z[ host-image] Feb 28 11:03:36.733 INFO O| Feb 28 11:03:36.733 INFO copying /tmp/.tmp7S22zF/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 ...
98852025-02-28T11:03:38.932Z[ host-image] Feb 28 11:03:36.733 INFO O| Feb 28 11:03:36.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
98862025-02-28T11:03:38.932Z[ host-image] Feb 28 11:03:36.733 INFO O| Feb 28 11:03:36.733 INFO ok!
98872025-02-28T11:03:38.932Z[ host-image] Feb 28 11:03:36.733 INFO O| Feb 28 11:03:36.733 INFO STEP 108 (ensure_file) COMPLETE
98882025-02-28T11:03:38.932Z[ host-image] Feb 28 11:03:36.733 INFO O| Feb 28 11:03:36.733 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892025-02-28T11:03:38.949Z[ host-image] Feb 28 11:03:36.753 INFO O| Feb 28 11:03:36.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
98902025-02-28T11:03:38.949Z[ host-image] Feb 28 11:03:36.753 INFO O| Feb 28 11:03:36.753 INFO copying /tmp/.tmp7S22zF/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 ...
98912025-02-28T11:03:38.949Z[ host-image] Feb 28 11:03:36.753 INFO O| Feb 28 11:03:36.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
98922025-02-28T11:03:38.949Z[ host-image] Feb 28 11:03:36.753 INFO O| Feb 28 11:03:36.753 INFO ok!
98932025-02-28T11:03:38.952Z[ host-image] Feb 28 11:03:36.753 INFO O| Feb 28 11:03:36.753 INFO STEP 109 (ensure_file) COMPLETE
98942025-02-28T11:03:38.952Z[ host-image] Feb 28 11:03:36.753 INFO O| Feb 28 11:03:36.753 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952025-02-28T11:03:38.970Z[ host-image] Feb 28 11:03:36.772 INFO O| Feb 28 11:03:36.772 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
98962025-02-28T11:03:38.970Z[ host-image] Feb 28 11:03:36.772 INFO O| Feb 28 11:03:36.772 INFO copying /tmp/.tmp7S22zF/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 ...
98972025-02-28T11:03:38.970Z[ host-image] Feb 28 11:03:36.773 INFO O| Feb 28 11:03:36.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
98982025-02-28T11:03:38.972Z[ host-image] Feb 28 11:03:36.773 INFO O| Feb 28 11:03:36.773 INFO ok!
98992025-02-28T11:03:38.972Z[ host-image] Feb 28 11:03:36.773 INFO O| Feb 28 11:03:36.773 INFO STEP 110 (ensure_file) COMPLETE
99002025-02-28T11:03:38.972Z[ host-image] Feb 28 11:03:36.773 INFO O| Feb 28 11:03:36.773 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012025-02-28T11:03:38.991Z[ host-image] Feb 28 11:03:36.795 INFO O| Feb 28 11:03:36.795 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
99022025-02-28T11:03:38.991Z[ host-image] Feb 28 11:03:36.795 INFO O| Feb 28 11:03:36.795 INFO copying /tmp/.tmp7S22zF/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 ...
99032025-02-28T11:03:38.991Z[ host-image] Feb 28 11:03:36.795 INFO O| Feb 28 11:03:36.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
99042025-02-28T11:03:38.994Z[ host-image] Feb 28 11:03:36.795 INFO O| Feb 28 11:03:36.795 INFO ok!
99052025-02-28T11:03:38.994Z[ host-image] Feb 28 11:03:36.795 INFO O| Feb 28 11:03:36.795 INFO STEP 111 (ensure_file) COMPLETE
99062025-02-28T11:03:38.994Z[ host-image] Feb 28 11:03:36.795 INFO O| Feb 28 11:03:36.795 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072025-02-28T11:03:39.012Z[ host-image] Feb 28 11:03:36.814 INFO O| Feb 28 11:03:36.814 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
99082025-02-28T11:03:39.012Z[ host-image] Feb 28 11:03:36.814 INFO O| Feb 28 11:03:36.814 INFO copying /tmp/.tmp7S22zF/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 ...
99092025-02-28T11:03:39.015Z[ host-image] Feb 28 11:03:36.815 INFO O| Feb 28 11:03:36.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
99102025-02-28T11:03:39.015Z[ host-image] Feb 28 11:03:36.815 INFO O| Feb 28 11:03:36.815 INFO ok!
99112025-02-28T11:03:39.015Z[ host-image] Feb 28 11:03:36.815 INFO O| Feb 28 11:03:36.815 INFO STEP 112 (ensure_file) COMPLETE
99122025-02-28T11:03:39.015Z[ host-image] Feb 28 11:03:36.815 INFO O| Feb 28 11:03:36.815 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99132025-02-28T11:03:39.030Z[ host-image] Feb 28 11:03:36.834 INFO O| Feb 28 11:03:36.834 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
99142025-02-28T11:03:39.030Z[ host-image] Feb 28 11:03:36.834 INFO O| Feb 28 11:03:36.834 INFO copying /tmp/.tmp7S22zF/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 ...
99152025-02-28T11:03:39.030Z[ host-image] Feb 28 11:03:36.834 INFO O| Feb 28 11:03:36.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
99162025-02-28T11:03:39.030Z[ host-image] Feb 28 11:03:36.834 INFO O| Feb 28 11:03:36.834 INFO ok!
99172025-02-28T11:03:39.033Z[ host-image] Feb 28 11:03:36.834 INFO O| Feb 28 11:03:36.834 INFO STEP 113 (ensure_file) COMPLETE
99182025-02-28T11:03:39.033Z[ host-image] Feb 28 11:03:36.834 INFO O| Feb 28 11:03:36.834 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99192025-02-28T11:03:39.049Z[ host-image] Feb 28 11:03:36.853 INFO O| Feb 28 11:03:36.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
99202025-02-28T11:03:39.049Z[ host-image] Feb 28 11:03:36.853 INFO O| Feb 28 11:03:36.853 INFO copying /tmp/.tmp7S22zF/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 ...
99212025-02-28T11:03:39.049Z[ host-image] Feb 28 11:03:36.853 INFO O| Feb 28 11:03:36.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
99222025-02-28T11:03:39.049Z[ host-image] Feb 28 11:03:36.853 INFO O| Feb 28 11:03:36.853 INFO ok!
99232025-02-28T11:03:39.049Z[ host-image] Feb 28 11:03:36.853 INFO O| Feb 28 11:03:36.853 INFO STEP 114 (ensure_file) COMPLETE
99242025-02-28T11:03:39.052Z[ host-image] Feb 28 11:03:36.853 INFO O| Feb 28 11:03:36.853 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99252025-02-28T11:03:39.074Z[ host-image] Feb 28 11:03:36.878 INFO O| Feb 28 11:03:36.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
99262025-02-28T11:03:39.074Z[ host-image] Feb 28 11:03:36.878 INFO O| Feb 28 11:03:36.878 INFO copying /tmp/.tmp7S22zF/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 ...
99272025-02-28T11:03:39.077Z[ host-image] Feb 28 11:03:36.879 INFO O| Feb 28 11:03:36.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
99282025-02-28T11:03:39.077Z[ host-image] Feb 28 11:03:36.879 INFO O| Feb 28 11:03:36.879 INFO ok!
99292025-02-28T11:03:39.077Z[ host-image] Feb 28 11:03:36.879 INFO O| Feb 28 11:03:36.879 INFO STEP 115 (ensure_file) COMPLETE
99302025-02-28T11:03:39.077Z[ host-image] Feb 28 11:03:36.879 INFO O| Feb 28 11:03:36.879 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99312025-02-28T11:03:39.096Z[ host-image] Feb 28 11:03:36.899 INFO O| Feb 28 11:03:36.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
99322025-02-28T11:03:39.096Z[ host-image] Feb 28 11:03:36.899 INFO O| Feb 28 11:03:36.899 INFO copying /tmp/.tmp7S22zF/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 ...
99332025-02-28T11:03:39.099Z[ host-image] Feb 28 11:03:36.899 INFO O| Feb 28 11:03:36.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
99342025-02-28T11:03:39.099Z[ host-image] Feb 28 11:03:36.899 INFO O| Feb 28 11:03:36.899 INFO ok!
99352025-02-28T11:03:39.099Z[ host-image] Feb 28 11:03:36.899 INFO O| Feb 28 11:03:36.899 INFO STEP 116 (ensure_file) COMPLETE
99362025-02-28T11:03:39.099Z[ host-image] Feb 28 11:03:36.900 INFO O| Feb 28 11:03:36.900 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99372025-02-28T11:03:39.166Z[ host-image] Feb 28 11:03:36.970 INFO O| Feb 28 11:03:36.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
99382025-02-28T11:03:39.166Z[ host-image] Feb 28 11:03:36.970 INFO O| Feb 28 11:03:36.970 INFO copying /tmp/.tmp7S22zF/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 ...
99392025-02-28T11:03:39.169Z[ host-image] Feb 28 11:03:36.970 INFO O| Feb 28 11:03:36.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
99402025-02-28T11:03:39.169Z[ host-image] Feb 28 11:03:36.970 INFO O| Feb 28 11:03:36.970 INFO ok!
99412025-02-28T11:03:39.169Z[ host-image] Feb 28 11:03:36.970 INFO O| Feb 28 11:03:36.970 INFO STEP 117 (ensure_file) COMPLETE
99422025-02-28T11:03:39.169Z[ host-image] Feb 28 11:03:36.970 INFO O| Feb 28 11:03:36.970 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99432025-02-28T11:03:39.225Z[ host-image] Feb 28 11:03:37.028 INFO O| Feb 28 11:03:37.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
99442025-02-28T11:03:39.225Z[ host-image] Feb 28 11:03:37.029 INFO O| Feb 28 11:03:37.028 INFO copying /tmp/.tmp7S22zF/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 ...
99452025-02-28T11:03:39.227Z[ host-image] Feb 28 11:03:37.029 INFO O| Feb 28 11:03:37.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
99462025-02-28T11:03:39.227Z[ host-image] Feb 28 11:03:37.029 INFO O| Feb 28 11:03:37.029 INFO ok!
99472025-02-28T11:03:39.227Z[ host-image] Feb 28 11:03:37.029 INFO O| Feb 28 11:03:37.029 INFO STEP 118 (ensure_file) COMPLETE
99482025-02-28T11:03:39.227Z[ host-image] Feb 28 11:03:37.029 INFO O| Feb 28 11:03:37.029 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99492025-02-28T11:03:39.281Z[ host-image] Feb 28 11:03:37.084 INFO O| Feb 28 11:03:37.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
99502025-02-28T11:03:39.281Z[ host-image] Feb 28 11:03:37.084 INFO O| Feb 28 11:03:37.084 INFO copying /tmp/.tmp7S22zF/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 ...
99512025-02-28T11:03:39.284Z[ host-image] Feb 28 11:03:37.085 INFO O| Feb 28 11:03:37.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
99522025-02-28T11:03:39.284Z[ host-image] Feb 28 11:03:37.085 INFO O| Feb 28 11:03:37.085 INFO ok!
99532025-02-28T11:03:39.284Z[ host-image] Feb 28 11:03:37.085 INFO O| Feb 28 11:03:37.085 INFO STEP 119 (ensure_file) COMPLETE
99542025-02-28T11:03:39.284Z[ host-image] Feb 28 11:03:37.085 INFO O| Feb 28 11:03:37.085 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99552025-02-28T11:03:39.299Z[ host-image] Feb 28 11:03:37.103 INFO O| Feb 28 11:03:37.102 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
99562025-02-28T11:03:39.301Z[ host-image] Feb 28 11:03:37.103 INFO O| Feb 28 11:03:37.103 INFO copying /tmp/.tmp7S22zF/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 ...
99572025-02-28T11:03:39.301Z[ host-image] Feb 28 11:03:37.103 INFO O| Feb 28 11:03:37.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
99582025-02-28T11:03:39.301Z[ host-image] Feb 28 11:03:37.103 INFO O| Feb 28 11:03:37.103 INFO ok!
99592025-02-28T11:03:39.301Z[ host-image] Feb 28 11:03:37.103 INFO O| Feb 28 11:03:37.103 INFO STEP 120 (ensure_file) COMPLETE
99602025-02-28T11:03:39.302Z[ host-image] Feb 28 11:03:37.103 INFO O| Feb 28 11:03:37.103 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99612025-02-28T11:03:39.349Z[ host-image] Feb 28 11:03:37.152 INFO O| Feb 28 11:03:37.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
99622025-02-28T11:03:39.349Z[ host-image] Feb 28 11:03:37.153 INFO O| Feb 28 11:03:37.152 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
99632025-02-28T11:03:39.352Z[ host-image] Feb 28 11:03:37.153 INFO O| Feb 28 11:03:37.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
99642025-02-28T11:03:39.352Z[ host-image] Feb 28 11:03:37.153 INFO O| Feb 28 11:03:37.153 INFO ok!
99652025-02-28T11:03:39.352Z[ host-image] Feb 28 11:03:37.153 INFO O| Feb 28 11:03:37.153 INFO STEP 121 (ensure_file) COMPLETE
99662025-02-28T11:03:39.352Z[ host-image] Feb 28 11:03:37.153 INFO O| Feb 28 11:03:37.153 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99672025-02-28T11:03:39.368Z[ host-image] Feb 28 11:03:37.171 INFO O| Feb 28 11:03:37.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
99682025-02-28T11:03:39.368Z[ host-image] Feb 28 11:03:37.172 INFO O| Feb 28 11:03:37.171 INFO copying /tmp/.tmp7S22zF/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 ...
99692025-02-28T11:03:39.370Z[ host-image] Feb 28 11:03:37.172 INFO O| Feb 28 11:03:37.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
99702025-02-28T11:03:39.370Z[ host-image] Feb 28 11:03:37.172 INFO O| Feb 28 11:03:37.172 INFO ok!
99712025-02-28T11:03:39.370Z[ host-image] Feb 28 11:03:37.172 INFO O| Feb 28 11:03:37.172 INFO STEP 122 (ensure_file) COMPLETE
99722025-02-28T11:03:39.370Z[ host-image] Feb 28 11:03:37.172 INFO O| Feb 28 11:03:37.172 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99732025-02-28T11:03:39.422Z[ host-image] Feb 28 11:03:37.225 INFO O| Feb 28 11:03:37.225 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
99742025-02-28T11:03:39.422Z[ host-image] Feb 28 11:03:37.225 INFO O| Feb 28 11:03:37.225 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
99752025-02-28T11:03:39.422Z[ host-image] Feb 28 11:03:37.226 INFO O| Feb 28 11:03:37.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
99762025-02-28T11:03:39.425Z[ host-image] Feb 28 11:03:37.226 INFO O| Feb 28 11:03:37.226 INFO ok!
99772025-02-28T11:03:39.425Z[ host-image] Feb 28 11:03:37.226 INFO O| Feb 28 11:03:37.226 INFO STEP 123 (ensure_file) COMPLETE
99782025-02-28T11:03:39.425Z[ host-image] Feb 28 11:03:37.226 INFO O| Feb 28 11:03:37.226 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99792025-02-28T11:03:39.443Z[ host-image] Feb 28 11:03:37.246 INFO O| Feb 28 11:03:37.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
99802025-02-28T11:03:39.443Z[ host-image] Feb 28 11:03:37.246 INFO O| Feb 28 11:03:37.246 INFO copying /tmp/.tmp7S22zF/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
99812025-02-28T11:03:43.201Z[ recovery-image] Feb 28 11:03:40.998 INFO E| Finished `release` profile [optimized] target(s) in 1m 30s
99822025-02-28T11:03:43.239Z[ recovery-image] Feb 28 11:03:41.041 INFO building host image...
99832025-02-28T11:03:43.242Z[ recovery-image] Feb 28 11:03:41.041 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")
99842025-02-28T11:03:44.460Z[ recovery-image] Feb 28 11:03:42.262 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
99852025-02-28T11:03:47.817Z[ recovery-image] Feb 28 11:03:45.617 INFO image complete! materials are in "/work/os-recovery"
99862025-02-28T11:03:47.824Z[ recovery-image]
99872025-02-28T11:03:47.824Z[ recovery-image] real 12:23.337633095
99882025-02-28T11:03:47.827Z[ recovery-image] user 7:07.283639768
99892025-02-28T11:03:47.827Z[ recovery-image] sys 1:07.073324644
99902025-02-28T11:03:47.827Z[ recovery-image] trap 0.454440229
99912025-02-28T11:03:47.827Z[ recovery-image] tflt 0.810936219
99922025-02-28T11:03:47.827Z[ recovery-image] dflt 2.881356298
99932025-02-28T11:03:47.827Z[ recovery-image] kflt 0.010239462
99942025-02-28T11:03:47.828Z[ recovery-image] lock 18:08.028310782
99952025-02-28T11:03:47.828Z[ recovery-image] slp 1:17:32.231673164
99962025-02-28T11:03:47.828Z[ recovery-image] lat 6:01.183141707
99972025-02-28T11:03:47.828Z[ recovery-image] stop 14.639488049
99982025-02-28T11:03:47.828ZFeb 28 11:03:45.625 INFO [recovery-image] process exited with exit status: 0 (743.38481063s)
99992025-02-28T11:03:52.485Z[ host-image] Feb 28 11:03:50.282 INFO O| Feb 28 11:03:50.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
100002025-02-28T11:03:52.491Z[ host-image] Feb 28 11:03:50.282 INFO O| Feb 28 11:03:50.282 INFO ok!
100012025-02-28T11:03:52.491Z[ host-image] Feb 28 11:03:50.282 INFO O| Feb 28 11:03:50.282 INFO STEP 124 (ensure_file) COMPLETE
100022025-02-28T11:03:52.491Z[ host-image] Feb 28 11:03:50.282 INFO O| Feb 28 11:03:50.282 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100032025-02-28T11:03:52.503Z[ host-image] Feb 28 11:03:50.300 INFO O| Feb 28 11:03:50.300 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
100042025-02-28T11:03:52.503Z[ host-image] Feb 28 11:03:50.300 INFO O| Feb 28 11:03:50.300 INFO STEP 125 (ensure_dir) COMPLETE
100052025-02-28T11:03:52.506Z[ host-image] Feb 28 11:03:50.300 INFO O| Feb 28 11:03:50.300 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100062025-02-28T11:03:52.521Z[ host-image] Feb 28 11:03:50.319 INFO O| Feb 28 11:03:50.318 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
100072025-02-28T11:03:52.521Z[ host-image] Feb 28 11:03:50.319 INFO O| Feb 28 11:03:50.319 INFO STEP 126 (ensure_dir) COMPLETE
100082025-02-28T11:03:52.524Z[ host-image] Feb 28 11:03:50.319 INFO O| Feb 28 11:03:50.319 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100092025-02-28T11:03:52.548Z[ host-image] Feb 28 11:03:50.345 INFO O| Feb 28 11:03:50.345 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
100102025-02-28T11:03:52.548Z[ host-image] Feb 28 11:03:50.345 INFO O| Feb 28 11:03:50.345 INFO STEP 127 (ensure_dir) COMPLETE
100112025-02-28T11:03:52.548Z[ host-image] Feb 28 11:03:50.345 INFO O| Feb 28 11:03:50.345 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100122025-02-28T11:03:52.568Z[ host-image] Feb 28 11:03:50.366 INFO O| Feb 28 11:03:50.366 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
100132025-02-28T11:03:52.568Z[ host-image] Feb 28 11:03:50.366 INFO O| Feb 28 11:03:50.366 INFO STEP 128 (ensure_dir) COMPLETE
100142025-02-28T11:03:52.571Z[ host-image] Feb 28 11:03:50.366 INFO O| Feb 28 11:03:50.366 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100152025-02-28T11:03:52.589Z[ host-image] Feb 28 11:03:50.386 INFO O| Feb 28 11:03:50.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100162025-02-28T11:03:52.589Z[ host-image] Feb 28 11:03:50.386 INFO O| Feb 28 11:03:50.386 INFO copying /tmp/.tmp7S22zF/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 ...
100172025-02-28T11:03:52.591Z[ host-image] Feb 28 11:03:50.387 INFO O| Feb 28 11:03:50.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
100182025-02-28T11:03:52.591Z[ host-image] Feb 28 11:03:50.387 INFO O| Feb 28 11:03:50.387 INFO ok!
100192025-02-28T11:03:52.591Z[ host-image] Feb 28 11:03:50.387 INFO O| Feb 28 11:03:50.387 INFO STEP 129 (ensure_file) COMPLETE
100202025-02-28T11:03:52.591Z[ host-image] Feb 28 11:03:50.387 INFO O| Feb 28 11:03:50.387 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100212025-02-28T11:03:52.610Z[ host-image] Feb 28 11:03:50.407 INFO O| Feb 28 11:03:50.407 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
100222025-02-28T11:03:52.610Z[ host-image] Feb 28 11:03:50.407 INFO O| Feb 28 11:03:50.407 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
100232025-02-28T11:03:52.613Z[ host-image] Feb 28 11:03:50.408 INFO O| Feb 28 11:03:50.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
100242025-02-28T11:03:52.613Z[ host-image] Feb 28 11:03:50.408 INFO O| Feb 28 11:03:50.408 INFO STEP 130 (ensure_dir) COMPLETE
100252025-02-28T11:03:52.613Z[ host-image] Feb 28 11:03:50.408 INFO O| Feb 28 11:03:50.408 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100262025-02-28T11:03:52.630Z[ host-image] Feb 28 11:03:50.427 INFO O| Feb 28 11:03:50.427 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
100272025-02-28T11:03:52.632Z[ host-image] Feb 28 11:03:50.427 INFO O| Feb 28 11:03:50.427 INFO copying /tmp/.tmp7S22zF/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
100282025-02-28T11:03:52.632Z[ host-image] Feb 28 11:03:50.428 INFO O| Feb 28 11:03:50.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
100292025-02-28T11:03:52.633Z[ host-image] Feb 28 11:03:50.428 INFO O| Feb 28 11:03:50.428 INFO ok!
100302025-02-28T11:03:52.633Z[ host-image] Feb 28 11:03:50.428 INFO O| Feb 28 11:03:50.428 INFO STEP 131 (ensure_file) COMPLETE
100312025-02-28T11:03:52.633Z[ host-image] Feb 28 11:03:50.428 INFO O| Feb 28 11:03:50.428 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100322025-02-28T11:03:52.651Z[ host-image] Feb 28 11:03:50.448 INFO O| Feb 28 11:03:50.448 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
100332025-02-28T11:03:52.654Z[ host-image] Feb 28 11:03:50.449 INFO O| Feb 28 11:03:50.449 INFO STEP 132 (remove_files) COMPLETE
100342025-02-28T11:03:52.654Z[ host-image] Feb 28 11:03:50.449 INFO O| Feb 28 11:03:50.449 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100352025-02-28T11:03:52.671Z[ host-image] Feb 28 11:03:50.468 INFO O| Feb 28 11:03:50.468 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
100362025-02-28T11:03:52.674Z[ host-image] Feb 28 11:03:50.469 INFO O| Feb 28 11:03:50.469 INFO STEP 133 (remove_files) COMPLETE
100372025-02-28T11:03:52.674Z[ host-image] Feb 28 11:03:50.469 INFO O| Feb 28 11:03:50.469 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100382025-02-28T11:03:52.696Z[ host-image] Feb 28 11:03:50.493 INFO O| Feb 28 11:03:50.493 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
100392025-02-28T11:03:52.699Z[ host-image] Feb 28 11:03:50.494 INFO O| Feb 28 11:03:50.494 INFO STEP 134 (remove_files) COMPLETE
100402025-02-28T11:03:52.699Z[ host-image] Feb 28 11:03:50.494 INFO O| Feb 28 11:03:50.494 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100412025-02-28T11:03:52.717Z[ host-image] Feb 28 11:03:50.514 INFO O| Feb 28 11:03:50.514 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
100422025-02-28T11:03:52.719Z[ host-image] Feb 28 11:03:50.514 INFO O| Feb 28 11:03:50.514 INFO STEP 135 (remove_files) COMPLETE
100432025-02-28T11:03:52.720Z[ host-image] Feb 28 11:03:50.514 INFO O| Feb 28 11:03:50.514 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100442025-02-28T11:03:52.737Z[ host-image] Feb 28 11:03:50.534 INFO O| Feb 28 11:03:50.534 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
100452025-02-28T11:03:52.739Z[ host-image] Feb 28 11:03:50.534 INFO O| Feb 28 11:03:50.534 INFO STEP 136 (remove_files) COMPLETE
100462025-02-28T11:03:52.739Z[ host-image] Feb 28 11:03:50.534 INFO O| Feb 28 11:03:50.534 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100472025-02-28T11:03:52.756Z[ host-image] Feb 28 11:03:50.553 INFO O| Feb 28 11:03:50.553 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
100482025-02-28T11:03:52.759Z[ host-image] Feb 28 11:03:50.554 INFO O| Feb 28 11:03:50.554 INFO STEP 137 (remove_files) COMPLETE
100492025-02-28T11:03:52.759Z[ host-image] Feb 28 11:03:50.554 INFO O| Feb 28 11:03:50.554 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100502025-02-28T11:03:52.776Z[ host-image] Feb 28 11:03:50.573 INFO O| Feb 28 11:03:50.573 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100512025-02-28T11:03:52.776Z[ host-image] Feb 28 11:03:50.574 INFO O| Feb 28 11:03:50.573 INFO STEP 138 (remove_files) COMPLETE
100522025-02-28T11:03:52.776Z[ host-image] Feb 28 11:03:50.574 INFO O| Feb 28 11:03:50.574 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100532025-02-28T11:03:52.796Z[ host-image] Feb 28 11:03:50.593 INFO O| Feb 28 11:03:50.593 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100542025-02-28T11:03:52.798Z[ host-image] Feb 28 11:03:50.593 INFO O| Feb 28 11:03:50.593 INFO STEP 139 (remove_files) COMPLETE
100552025-02-28T11:03:52.798Z[ host-image] Feb 28 11:03:50.593 INFO O| Feb 28 11:03:50.593 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100562025-02-28T11:03:52.815Z[ host-image] Feb 28 11:03:50.613 INFO O| Feb 28 11:03:50.613 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
100572025-02-28T11:03:52.815Z[ host-image] Feb 28 11:03:50.613 INFO O| Feb 28 11:03:50.613 INFO STEP 140 (remove_files) COMPLETE
100582025-02-28T11:03:52.818Z[ host-image] Feb 28 11:03:50.613 INFO O| Feb 28 11:03:50.613 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100592025-02-28T11:03:52.836Z[ host-image] Feb 28 11:03:50.633 INFO O| Feb 28 11:03:50.633 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100602025-02-28T11:03:52.836Z[ host-image] Feb 28 11:03:50.633 INFO O| Feb 28 11:03:50.633 INFO STEP 141 (remove_files) COMPLETE
100612025-02-28T11:03:52.838Z[ host-image] Feb 28 11:03:50.633 INFO O| Feb 28 11:03:50.633 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100622025-02-28T11:03:52.856Z[ host-image] Feb 28 11:03:50.653 INFO O| Feb 28 11:03:50.653 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
100632025-02-28T11:03:52.856Z[ host-image] Feb 28 11:03:50.653 INFO O| Feb 28 11:03:50.653 INFO STEP 142 (remove_files) COMPLETE
100642025-02-28T11:03:52.861Z[ host-image] Feb 28 11:03:50.653 INFO O| Feb 28 11:03:50.653 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100652025-02-28T11:03:52.888Z[ host-image] Feb 28 11:03:50.682 INFO O| Feb 28 11:03:50.682 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
100662025-02-28T11:03:52.891Z[ host-image] Feb 28 11:03:50.682 INFO O| Feb 28 11:03:50.682 INFO STEP 143 (remove_files) COMPLETE
100672025-02-28T11:03:52.891Z[ host-image] Feb 28 11:03:50.682 INFO O| Feb 28 11:03:50.682 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100682025-02-28T11:03:52.906Z[ host-image] Feb 28 11:03:50.703 INFO O| Feb 28 11:03:50.703 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100692025-02-28T11:03:52.909Z[ host-image] Feb 28 11:03:50.703 INFO O| Feb 28 11:03:50.703 INFO STEP 144 (remove_files) COMPLETE
100702025-02-28T11:03:52.909Z[ host-image] Feb 28 11:03:50.703 INFO O| Feb 28 11:03:50.703 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100712025-02-28T11:03:52.928Z[ host-image] Feb 28 11:03:50.724 INFO O| Feb 28 11:03:50.723 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100722025-02-28T11:03:52.928Z[ host-image] Feb 28 11:03:50.724 INFO O| Feb 28 11:03:50.724 INFO STEP 145 (remove_files) COMPLETE
100732025-02-28T11:03:52.931Z[ host-image] Feb 28 11:03:50.724 INFO O| Feb 28 11:03:50.724 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100742025-02-28T11:03:52.945Z[ host-image] Feb 28 11:03:50.742 INFO O| Feb 28 11:03:50.742 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
100752025-02-28T11:03:52.945Z[ host-image] Feb 28 11:03:50.742 INFO O| Feb 28 11:03:50.742 INFO STEP 146 (remove_files) COMPLETE
100762025-02-28T11:03:52.945Z[ host-image] Feb 28 11:03:50.742 INFO O| Feb 28 11:03:50.742 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100772025-02-28T11:03:52.984Z[ host-image] Feb 28 11:03:50.781 INFO O| Feb 28 11:03:50.781 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100782025-02-28T11:03:52.984Z[ host-image] Feb 28 11:03:50.781 INFO O| Feb 28 11:03:50.781 INFO STEP 147 (remove_files) COMPLETE
100792025-02-28T11:03:52.984Z[ host-image] Feb 28 11:03:50.781 INFO O| Feb 28 11:03:50.781 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100802025-02-28T11:03:53.023Z[ host-image] Feb 28 11:03:50.819 INFO O| Feb 28 11:03:50.819 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100812025-02-28T11:03:53.027Z[ host-image] Feb 28 11:03:50.820 INFO O| Feb 28 11:03:50.820 INFO STEP 148 (remove_files) COMPLETE
100822025-02-28T11:03:53.027Z[ host-image] Feb 28 11:03:50.820 INFO O| Feb 28 11:03:50.820 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100832025-02-28T11:03:53.040Z[ host-image] Feb 28 11:03:50.837 INFO O| Feb 28 11:03:50.837 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
100842025-02-28T11:03:53.043Z[ host-image] Feb 28 11:03:50.837 INFO O| Feb 28 11:03:50.837 INFO STEP 149 (remove_files) COMPLETE
100852025-02-28T11:03:53.043Z[ host-image] Feb 28 11:03:50.837 INFO O| Feb 28 11:03:50.837 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100862025-02-28T11:03:53.058Z[ host-image] Feb 28 11:03:50.856 INFO O| Feb 28 11:03:50.855 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100872025-02-28T11:03:53.061Z[ host-image] Feb 28 11:03:50.856 INFO O| Feb 28 11:03:50.856 INFO STEP 150 (remove_files) COMPLETE
100882025-02-28T11:03:53.061Z[ host-image] Feb 28 11:03:50.856 INFO O| Feb 28 11:03:50.856 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100892025-02-28T11:03:53.079Z[ host-image] Feb 28 11:03:50.876 INFO O| Feb 28 11:03:50.876 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100902025-02-28T11:03:53.081Z[ host-image] Feb 28 11:03:50.876 INFO O| Feb 28 11:03:50.876 INFO STEP 151 (remove_files) COMPLETE
100912025-02-28T11:03:53.081Z[ host-image] Feb 28 11:03:50.876 INFO O| Feb 28 11:03:50.876 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100922025-02-28T11:03:53.118Z[ host-image] Feb 28 11:03:50.915 INFO O| Feb 28 11:03:50.915 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100932025-02-28T11:03:53.121Z[ host-image] Feb 28 11:03:50.916 INFO O| Feb 28 11:03:50.916 INFO STEP 152 (remove_files) COMPLETE
100942025-02-28T11:03:53.121Z[ host-image] Feb 28 11:03:50.916 INFO O| Feb 28 11:03:50.916 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100952025-02-28T11:03:53.139Z[ host-image] Feb 28 11:03:50.936 INFO O| Feb 28 11:03:50.936 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
100962025-02-28T11:03:53.142Z[ host-image] Feb 28 11:03:50.937 INFO O| Feb 28 11:03:50.937 INFO STEP 153 (remove_files) COMPLETE
100972025-02-28T11:03:53.142Z[ host-image] Feb 28 11:03:50.937 INFO O| Feb 28 11:03:50.937 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100982025-02-28T11:03:53.160Z[ host-image] Feb 28 11:03:50.957 INFO O| Feb 28 11:03:50.957 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100992025-02-28T11:03:53.162Z[ host-image] Feb 28 11:03:50.957 INFO O| Feb 28 11:03:50.957 INFO STEP 154 (remove_files) COMPLETE
101002025-02-28T11:03:53.162Z[ host-image] Feb 28 11:03:50.957 INFO O| Feb 28 11:03:50.957 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101012025-02-28T11:03:53.179Z[ host-image] Feb 28 11:03:50.976 INFO O| Feb 28 11:03:50.976 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
101022025-02-28T11:03:53.182Z[ host-image] Feb 28 11:03:50.976 INFO O| Feb 28 11:03:50.976 INFO STEP 155 (remove_files) COMPLETE
101032025-02-28T11:03:53.182Z[ host-image] Feb 28 11:03:50.977 INFO O| Feb 28 11:03:50.976 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101042025-02-28T11:03:53.199Z[ host-image] Feb 28 11:03:50.996 INFO O| Feb 28 11:03:50.996 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
101052025-02-28T11:03:53.201Z[ host-image] Feb 28 11:03:50.996 INFO O| Feb 28 11:03:50.996 INFO STEP 156 (remove_files) COMPLETE
101062025-02-28T11:03:53.201Z[ host-image] Feb 28 11:03:50.996 INFO O| Feb 28 11:03:50.996 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101072025-02-28T11:03:53.229Z[ host-image] Feb 28 11:03:51.025 INFO O| Feb 28 11:03:51.025 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101082025-02-28T11:03:53.229Z[ host-image] Feb 28 11:03:51.025 INFO O| Feb 28 11:03:51.025 INFO STEP 157 (remove_files) COMPLETE
101092025-02-28T11:03:53.229Z[ host-image] Feb 28 11:03:51.026 INFO O| Feb 28 11:03:51.025 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101102025-02-28T11:03:53.247Z[ host-image] Feb 28 11:03:51.044 INFO O| Feb 28 11:03:51.044 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
101112025-02-28T11:03:53.247Z[ host-image] Feb 28 11:03:51.044 INFO O| Feb 28 11:03:51.044 INFO STEP 158 (remove_files) COMPLETE
101122025-02-28T11:03:53.250Z[ host-image] Feb 28 11:03:51.044 INFO O| Feb 28 11:03:51.044 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101132025-02-28T11:03:53.284Z[ host-image] Feb 28 11:03:51.080 INFO O| Feb 28 11:03:51.080 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
101142025-02-28T11:03:53.284Z[ host-image] Feb 28 11:03:51.080 INFO O| Feb 28 11:03:51.080 INFO STEP 159 (remove_files) COMPLETE
101152025-02-28T11:03:53.284Z[ host-image] Feb 28 11:03:51.080 INFO O| Feb 28 11:03:51.080 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101162025-02-28T11:03:53.319Z[ host-image] Feb 28 11:03:51.116 INFO O| Feb 28 11:03:51.116 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
101172025-02-28T11:03:53.319Z[ host-image] Feb 28 11:03:51.116 INFO O| Feb 28 11:03:51.116 INFO STEP 160 (remove_files) COMPLETE
101182025-02-28T11:03:53.319Z[ host-image] Feb 28 11:03:51.116 INFO O| Feb 28 11:03:51.116 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
101192025-02-28T11:03:53.348Z[ host-image] Feb 28 11:03:51.145 INFO O| Feb 28 11:03:51.145 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
101202025-02-28T11:03:53.351Z[ host-image] Feb 28 11:03:51.145 INFO O| Feb 28 11:03:51.145 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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
101212025-02-28T11:04:11.106Z[ host-image] Feb 28 11:04:08.894 INFO O| Feb 28 11:04:08.894 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
101222025-02-28T11:04:11.106Z[ host-image] Feb 28 11:04:08.895 INFO O| Feb 28 11:04:08.894 INFO E| svccfg: Loaded 74 smf(7) service descriptions
101232025-02-28T11:04:11.133Z[ host-image] Feb 28 11:04:08.921 INFO O| Feb 28 11:04:08.921 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101242025-02-28T11:04:11.380Z[ host-image] Feb 28 11:04:09.168 INFO O| Feb 28 11:04:09.167 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
101252025-02-28T11:04:11.558Z[ host-image] Feb 28 11:04:09.346 INFO O| Feb 28 11:04:09.346 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101262025-02-28T11:04:11.720Z[ host-image] Feb 28 11:04:09.508 INFO O| Feb 28 11:04:09.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
101272025-02-28T11:04:11.720Z[ host-image] Feb 28 11:04:09.508 INFO O| Feb 28 11:04:09.508 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
101282025-02-28T11:04:11.723Z[ host-image] Feb 28 11:04:09.511 INFO O| Feb 28 11:04:09.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
101292025-02-28T11:04:11.723Z[ host-image] Feb 28 11:04:09.511 INFO O| Feb 28 11:04:09.511 INFO ok!
101302025-02-28T11:04:11.723Z[ host-image] Feb 28 11:04:09.511 INFO O| Feb 28 11:04:09.511 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
101312025-02-28T11:04:11.726Z[ host-image] Feb 28 11:04:09.511 INFO O| Feb 28 11:04:09.511 INFO STEP 161 (seed_smf) COMPLETE
101322025-02-28T11:04:11.726Z[ host-image] Feb 28 11:04:09.511 INFO O| Feb 28 11:04:09.511 INFO steps complete; finalising image!
101332025-02-28T11:04:11.726Z[ host-image] Feb 28 11:04:09.511 INFO O| Feb 28 11:04:09.511 INFO TRIM POOL: TEMPORARY-gimlet-zfs
101342025-02-28T11:04:11.910Z[ host-image] Feb 28 11:04:09.698 INFO O| Feb 28 11:04:09.698 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 28 11:04:09 2025)
101352025-02-28T11:04:12.123Z[ host-image] Feb 28 11:04:09.911 INFO O| Feb 28 11:04:09.911 INFO trim TEMPORARY-gimlet-zfs: (18% trimmed, started at Fri Feb 28 11:04:09 2025)
101362025-02-28T11:04:12.340Z[ host-image] Feb 28 11:04:10.128 INFO O| Feb 28 11:04:10.128 INFO trim TEMPORARY-gimlet-zfs: (93% trimmed, started at Fri Feb 28 11:04:09 2025)
101372025-02-28T11:04:12.553Z[ host-image] Feb 28 11:04:10.340 INFO O| Feb 28 11:04:10.340 INFO trim TEMPORARY-gimlet-zfs: (93% trimmed, started at Fri Feb 28 11:04:09 2025)
101382025-02-28T11:04:12.800Z[ host-image] Feb 28 11:04:10.587 INFO O| Feb 28 11:04:10.587 INFO temporary pool has 721M used, 111M avail, 1.79x compressratio
101392025-02-28T11:04:12.803Z[ host-image] Feb 28 11:04:10.587 INFO O| Feb 28 11:04:10.587 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
101402025-02-28T11:04:13.702Z[ host-image] Feb 28 11:04:11.489 INFO O| Feb 28 11:04:11.489 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
101412025-02-28T11:04:13.702Z[ host-image] Feb 28 11:04:11.490 INFO O| Feb 28 11:04:11.490 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
101422025-02-28T11:04:15.508Z[ host-image] Feb 28 11:04:13.293 INFO O| Feb 28 11:04:13.293 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
101432025-02-28T11:04:15.508Z[ host-image] Feb 28 11:04:13.293 INFO O| Feb 28 11:04:13.293 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
101442025-02-28T11:04:15.512Z[ host-image] Feb 28 11:04:13.293 INFO O| Feb 28 11:04:13.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
101452025-02-28T11:04:15.512Z[ host-image] Feb 28 11:04:13.293 INFO O| Feb 28 11:04:13.293 INFO completed processing gimlet/zfs
101462025-02-28T11:04:15.512Z[ host-image] Feb 28 11:04:13.294 INFO O| Feb 28 11:04:13.293 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
101472025-02-28T11:04:24.266Z[ host-image] Feb 28 11:04:22.048 INFO O| Feb 28 11:04:22.048 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
101482025-02-28T11:04:24.394Z[ host-image] Feb 28 11:04:22.176 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
101492025-02-28T11:04:24.394Z[ host-image] Feb 28 11:04:22.176 INFO expanded image name: "ci c0511e1/${os_short_commit} 2025-02-28 10:26" -> "ci c0511e1/9fcb5ef 2025-02-28 10:26"
101502025-02-28T11:04:24.397Z[ host-image] Feb 28 11:04:22.176 INFO output artefacts stored in: "/work/os-host"
101512025-02-28T11:04:24.397Z[ host-image] Feb 28 11:04:22.176 INFO collecting git info from project "amd-firmware"...
101522025-02-28T11:04:24.418Z[ host-image] Feb 28 11:04:22.200 INFO collecting git info from project "image-builder"...
101532025-02-28T11:04:24.426Z[ host-image] Feb 28 11:04:22.208 INFO collecting git info from project "bootserver"...
101542025-02-28T11:04:24.434Z[ host-image] Feb 28 11:04:22.216 INFO collecting git info from project "pilot"...
101552025-02-28T11:04:24.443Z[ host-image] Feb 28 11:04:22.225 INFO collecting git info from project "amd-host-image-builder"...
101562025-02-28T11:04:24.470Z[ host-image] Feb 28 11:04:22.252 INFO collecting git info from project "phbl"...
101572025-02-28T11:04:24.492Z[ host-image] Feb 28 11:04:22.274 INFO collecting git info from project "chelsio-t6-roms"...
101582025-02-28T11:04:24.513Z[ host-image] Feb 28 11:04:22.294 INFO collecting git info from project "pinprick"...
101592025-02-28T11:04:24.547Z[ host-image] Feb 28 11:04:22.328 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101602025-02-28T11:04:25.506Z[ host-image] Feb 28 11:04:23.288 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101612025-02-28T11:04:26.265Z[ host-image] Feb 28 11:04:23.924 INFO creating Oxide boot image...
101622025-02-28T11:04:26.265Z[ host-image] Feb 28 11:04:23.924 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci c0511e1/9fcb5ef 2025-02-28 10:26", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
101632025-02-28T11:04:27.449Z[ host-image] Feb 28 11:04:25.229 INFO O| ok, image written!
101642025-02-28T11:04:27.449Z[ host-image] Feb 28 11:04:25.229 INFO O| ok, boot_image_csum file written!
101652025-02-28T11:04:27.453Z[ host-image] Feb 28 11:04:25.233 INFO creating boot archive (CPIO)...
101662025-02-28T11:04:27.453Z[ host-image] Feb 28 11:04:25.233 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
101672025-02-28T11:04:27.462Z[ host-image] Feb 28 11:04:25.243 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
101682025-02-28T11:04:27.462Z[ host-image] Feb 28 11:04:25.243 INFO E| + outfile=/work/os-host/cpio
101692025-02-28T11:04:27.465Z[ host-image] Feb 28 11:04:25.243 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
101702025-02-28T11:04:27.468Z[ host-image] Feb 28 11:04:25.246 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
101712025-02-28T11:04:27.468Z[ host-image] Feb 28 11:04:25.246 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
101722025-02-28T11:04:27.515Z[ host-image] Feb 28 11:04:25.295 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
101732025-02-28T11:04:27.518Z[ host-image] Feb 28 11:04:25.295 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
101742025-02-28T11:04:27.526Z[ host-image] Feb 28 11:04:25.307 INFO creating compressed cpio/unix for nanobl-rs...
101752025-02-28T11:04:27.526Z[ host-image] Feb 28 11:04:25.307 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
101762025-02-28T11:04:28.007Z[ host-image] Feb 28 11:04:25.787 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
101772025-02-28T11:04:34.714Z[ host-image] Feb 28 11:04:32.491 INFO creating reset image...
101782025-02-28T11:04:34.714Z[ host-image] Feb 28 11:04:32.491 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
101792025-02-28T11:04:35.131Z[ host-image] Feb 28 11:04:32.907 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
101802025-02-28T11:04:35.133Z[ host-image] Feb 28 11:04:32.910 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
101812025-02-28T11:04:35.256Z[ host-image] Feb 28 11:04:33.033 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
101822025-02-28T11:04:39.186Z[ host-image] Feb 28 11:04:36.961 INFO E| Finished `release` profile [optimized] target(s) in 4.03s
101832025-02-28T11:04:39.204Z[ host-image] Feb 28 11:04:36.979 INFO building host image...
101842025-02-28T11:04:39.207Z[ host-image] Feb 28 11:04:36.979 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")
101852025-02-28T11:04:40.268Z[ host-image] Feb 28 11:04:38.042 INFO finishing image archive at "/work/os-host/os.tar.gz"...
101862025-02-28T11:05:43.909Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
101872025-02-28T11:05:57.749Z[ host-image] Feb 28 11:05:55.483 INFO image complete! materials are in "/work/os-host"
101882025-02-28T11:05:57.752Z[ host-image]
101892025-02-28T11:05:57.755Z[ host-image] real 15:09.598654541
101902025-02-28T11:05:57.755Z[ host-image] user 7:15.902825829
101912025-02-28T11:05:57.755Z[ host-image] sys 1:15.822932220
101922025-02-28T11:05:57.755Z[ host-image] trap 0.345029159
101932025-02-28T11:05:57.755Z[ host-image] tflt 0.111184856
101942025-02-28T11:05:57.756Z[ host-image] dflt 0.149352732
101952025-02-28T11:05:57.756Z[ host-image] kflt 0.028623851
101962025-02-28T11:05:57.756Z[ host-image] lock 9:23.902834553
101972025-02-28T11:05:57.756Z[ host-image] slp 1:20:49.175851772
101982025-02-28T11:05:57.756Z[ host-image] lat 3:32.838550760
101992025-02-28T11:05:57.756Z[ host-image] stop 0.925808405
102002025-02-28T11:05:57.756ZFeb 28 11:05:55.490 INFO [host-image] process exited with exit status: 0 (909.617748414s)
102012025-02-28T11:05:57.756ZFeb 28 11:05:55.490 INFO [tuf-repo] running task
102022025-02-28T11:06:32.609ZFeb 28 11:06:28.000 INFO assembling repository in `/tmp/tufaceousO4nAt0`, component: OmicronRepoAssembler
102032025-02-28T11:07:02.726ZFeb 28 11:07:00.432 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
102042025-02-28T11:07:02.946ZFeb 28 11:07:00.652 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
102052025-02-28T11:07:16.302ZFeb 28 11:07:14.000 INFO [tuf-repo] task succeeded (78.510191967s)
102062025-02-28T11:08:04.724Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
102072025-02-28T11:08:24.944Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
102082025-02-28T11:08:26.993Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
102092025-02-28T11:13:52.622Z[verify-libraries] Finished `release` profile [optimized] target(s) in 22m 24s
102102025-02-28T11:13:53.109ZFeb 28 11:13:50.615 INFO [verify-libraries] process exited with exit status: 0 (1348.850141731s)
102112025-02-28T11:13:53.109ZFeb 28 11:13:50.615 INFO all jobs completed in 2817.291652337s
102122025-02-28T11:13:55.501Zprocess exited: duration 3521925 ms, exit code 0
 
102132025-02-28T11:13:55.538Zfound 33 output files
102142025-02-28T11:13:55.538Zuploading: /work/manifest.toml (13429 bytes)
102152025-02-28T11:13:56.550Zuploaded: /work/manifest.toml
102162025-02-28T11:13:56.550Zuploading: /work/repo.zip (2163223549 bytes)
102172025-02-28T11:14:48.264Zuploaded: /work/repo.zip
102182025-02-28T11:14:48.264Zuploading: /work/repo.zip.sha256.txt (65 bytes)
102192025-02-28T11:14:49.338Zuploaded: /work/repo.zip.sha256.txt
102202025-02-28T11:14:49.339Zuploading: /work/helios-setup.log (68666 bytes)
102212025-02-28T11:14:50.412Zuploaded: /work/helios-setup.log
102222025-02-28T11:14:50.412Zuploading: /work/host-image.log (201455 bytes)
102232025-02-28T11:14:51.441Zuploaded: /work/host-image.log
102242025-02-28T11:14:51.441Zuploading: /work/host-package.log (24811 bytes)
102252025-02-28T11:14:52.483Zuploaded: /work/host-package.log
102262025-02-28T11:14:52.483Zuploading: /work/host-target.log (101 bytes)
102272025-02-28T11:14:53.588Zuploaded: /work/host-target.log
102282025-02-28T11:14:53.601Zuploading: /work/omicron-package.log (6820 bytes)
102292025-02-28T11:14:54.609Zuploaded: /work/omicron-package.log
102302025-02-28T11:14:54.609Zuploading: /work/phbl-toolchain.log (881 bytes)
102312025-02-28T11:14:55.717Zuploaded: /work/phbl-toolchain.log
102322025-02-28T11:14:55.718Zuploading: /work/recovery-image.log (580429 bytes)
102332025-02-28T11:14:56.772Zuploaded: /work/recovery-image.log
102342025-02-28T11:14:56.772Zuploading: /work/recovery-package.log (1762 bytes)
102352025-02-28T11:14:57.825Zuploaded: /work/recovery-package.log
102362025-02-28T11:14:57.825Zuploading: /work/recovery-target.log (98 bytes)
102372025-02-28T11:14:58.865Zuploaded: /work/recovery-target.log
102382025-02-28T11:14:58.865Zuploading: /work/stamp-clickhouse.log (117 bytes)
102392025-02-28T11:14:59.896Zuploaded: /work/stamp-clickhouse.log
102402025-02-28T11:14:59.896Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
102412025-02-28T11:15:00.918Zuploaded: /work/stamp-clickhouse_keeper.log
102422025-02-28T11:15:00.918Zuploading: /work/stamp-cockroachdb.log (118 bytes)
102432025-02-28T11:15:02.005Zuploaded: /work/stamp-cockroachdb.log
102442025-02-28T11:15:02.005Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
102452025-02-28T11:15:05.781Zuploaded: /work/stamp-crucible-dtrace.log
102462025-02-28T11:15:05.782Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
102472025-02-28T11:15:07.133Zuploaded: /work/stamp-crucible-pantry-zone.log
102482025-02-28T11:15:07.134Zuploading: /work/stamp-crucible-zone.log (120 bytes)
102492025-02-28T11:15:08.182Zuploaded: /work/stamp-crucible-zone.log
102502025-02-28T11:15:08.182Zuploading: /work/stamp-external-dns.log (119 bytes)
102512025-02-28T11:15:09.191Zuploaded: /work/stamp-external-dns.log
102522025-02-28T11:15:09.194Zuploading: /work/stamp-installinator.log (103 bytes)
102532025-02-28T11:15:10.201Zuploaded: /work/stamp-installinator.log
102542025-02-28T11:15:10.201Zuploading: /work/stamp-internal-dns.log (119 bytes)
102552025-02-28T11:15:11.213Zuploaded: /work/stamp-internal-dns.log
102562025-02-28T11:15:11.213Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
102572025-02-28T11:15:12.224Zuploaded: /work/stamp-mg-ddm-gz.log
102582025-02-28T11:15:12.227Zuploading: /work/stamp-nexus.log (112 bytes)
102592025-02-28T11:15:13.234Zuploaded: /work/stamp-nexus.log
102602025-02-28T11:15:13.234Zuploading: /work/stamp-ntp.log (110 bytes)
102612025-02-28T11:15:14.243Zuploaded: /work/stamp-ntp.log
102622025-02-28T11:15:14.243Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
102632025-02-28T11:15:15.252Zuploaded: /work/stamp-omicron-sled-agent.log
102642025-02-28T11:15:15.252Zuploading: /work/stamp-overlay.log (114 bytes)
102652025-02-28T11:15:16.264Zuploaded: /work/stamp-overlay.log
102662025-02-28T11:15:16.264Zuploading: /work/stamp-oximeter.log (115 bytes)
102672025-02-28T11:15:17.274Zuploaded: /work/stamp-oximeter.log
102682025-02-28T11:15:17.274Zuploading: /work/stamp-oxlog.log (109 bytes)
102692025-02-28T11:15:18.283Zuploaded: /work/stamp-oxlog.log
102702025-02-28T11:15:18.284Zuploading: /work/stamp-probe.log (112 bytes)
102712025-02-28T11:15:19.293Zuploaded: /work/stamp-probe.log
102722025-02-28T11:15:19.293Zuploading: /work/stamp-propolis-server.log (122 bytes)
102732025-02-28T11:15:20.300Zuploaded: /work/stamp-propolis-server.log
102742025-02-28T11:15:20.301Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
102752025-02-28T11:15:21.310Zuploaded: /work/stamp-pumpkind-gz.log
102762025-02-28T11:15:21.310Zuploading: /work/stamp-switch-asic.log (118 bytes)
102772025-02-28T11:15:22.320Zuploaded: /work/stamp-switch-asic.log
102782025-02-28T11:15:22.320Zuploading: /work/verify-libraries.log (17219 bytes)
102792025-02-28T11:15:23.329Zuploaded: /work/verify-libraries.log