01JJZD8ZA842RYD72RDTP2NFRJ: 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: 01JJZD9W75DJQ7YYM03TEP94M2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-01T00:07:56.313Zjob assigned to worker 01JJZDA61P1N53FNFSDDCNV9T0 [factory aws, i-01b6e847a02e96bf4] (queued for 1 m 2 s)
 
22025-02-01T00:08:04.485Zstarting task 0: "setup"
32025-02-01T00:08:04.503Z++ uname -s
42025-02-01T00:08:04.508Z+ kern=SunOS
52025-02-01T00:08:04.508Z+ build_user=build
62025-02-01T00:08:04.508Z+ build_uid=12345
72025-02-01T00:08:04.508Z+ work_dir=/work
82025-02-01T00:08:04.508Z+ input_dir=/input
92025-02-01T00:08:04.508Z+ [[ 0 == 12345 ]]
102025-02-01T00:08:04.508Z+ case "$kern" in
112025-02-01T00:08:04.508Z+ groupadd -g 12345 build
122025-02-01T00:08:04.508Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-01T00:08:06.506Z+ zfs create -o mountpoint=/work rpool/work
142025-02-01T00:08:06.623Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-01T00:08:06.625Z+ home_fs=zfs
162025-02-01T00:08:06.625Z+ [[ zfs == autofs ]]
172025-02-01T00:08:06.625Z+ mkdir -p /home/build
182025-02-01T00:08:06.628Z+ chown build:build /home/build /work
192025-02-01T00:08:08.630Z+ chmod 0700 /home/build /work
202025-02-01T00:08:08.633Zprocess exited: duration 4149 ms, exit code 0
 
212025-02-01T00:08:08.638Zstarting task 1: "rust-toolchain"
222025-02-01T00:08:08.644Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.0
232025-02-01T00:08:08.644Z * rust toolchain channel = "1.84.0"
242025-02-01T00:08:08.644Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-01T00:08:08.644Z * rust toolchain profile = "default"
262025-02-01T00:08:08.644Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-01T00:08:08.644Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-01T00:08:08.647Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-01T00:08:08.647Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
302025-02-01T00:08:08.774Zinfo: downloading installer
312025-02-01T00:08:09.954Zwarning: it looks like you have an existing installation of Rust at:
322025-02-01T00:08:09.954Zwarning: /opt/ooce/bin
332025-02-01T00:08:09.954Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-01T00:08:09.954Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-01T00:08:09.954Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-01T00:08:09.954Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-01T00:08:09.954Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-01T00:08:09.954Zerror: cannot install while Rust is installed
392025-02-01T00:08:09.954Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-01T00:08:09.978Zinfo: profile set to 'default'
412025-02-01T00:08:09.978Zinfo: default host triple is x86_64-unknown-illumos
422025-02-01T00:08:09.981Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
432025-02-01T00:08:10.135Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
442025-02-01T00:08:10.135Zinfo: downloading component 'cargo'
452025-02-01T00:08:11.029Zinfo: downloading component 'clippy'
462025-02-01T00:08:11.371Zinfo: downloading component 'rust-docs'
472025-02-01T00:08:12.589Zinfo: downloading component 'rust-std'
482025-02-01T00:08:14.395Zinfo: downloading component 'rustc'
492025-02-01T00:08:21.333Zinfo: downloading component 'rustfmt'
502025-02-01T00:08:21.593Zinfo: installing component 'cargo'
512025-02-01T00:08:22.430Zinfo: installing component 'clippy'
522025-02-01T00:08:22.808Zinfo: installing component 'rust-docs'
532025-02-01T00:08:24.492Zinfo: installing component 'rust-std'
542025-02-01T00:08:26.213Zinfo: installing component 'rustc'
552025-02-01T00:08:32.267Zinfo: installing component 'rustfmt'
562025-02-01T00:08:32.597Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
572025-02-01T00:08:32.597Z
582025-02-01T00:08:32.984Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
592025-02-01T00:08:32.984Z
602025-02-01T00:08:32.987Z
612025-02-01T00:08:32.987ZRust is installed now. Great!
622025-02-01T00:08:32.987Z
632025-02-01T00:08:32.987ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-01T00:08:32.987Zenvironment variable. This has not been done automatically.
652025-02-01T00:08:32.987Z
662025-02-01T00:08:32.987ZTo configure your current shell, you need to source
672025-02-01T00:08:32.987Zthe corresponding env file under $HOME/.cargo.
682025-02-01T00:08:32.987Z
692025-02-01T00:08:32.987ZThis is usually done by running one of the following (note the leading DOT):
702025-02-01T00:08:32.987Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-01T00:08:32.987Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-01T00:08:33.059Z+ rustup --version
732025-02-01T00:08:33.066Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-01T00:08:33.066Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-01T00:08:33.144Zinfo: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)`
762025-02-01T00:08:33.147Z+ cargo --version
772025-02-01T00:08:33.202Zcargo 1.84.0 (66221abde 2024-11-19)
782025-02-01T00:08:33.205Z+ rustc --version
792025-02-01T00:08:33.266Zrustc 1.84.0 (9fc6b4312 2025-01-07)
802025-02-01T00:08:33.269Zprocess exited: duration 24625 ms, exit code 0
 
812025-02-01T00:08:33.277Zstarting task 2: "authentication"
822025-02-01T00:08:33.296Zprocess exited: duration 20 ms, exit code 0
 
832025-02-01T00:08:33.301Zstarting task 3: "clone repository"
842025-02-01T00:08:33.307Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-01T00:08:33.311Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-01T00:08:33.478ZCloning into '/work/oxidecomputer/omicron'...
872025-02-01T00:08:41.551Z+ cd /work/oxidecomputer/omicron
882025-02-01T00:08:41.551Z+ git fetch origin 58ebd65e4cfd1941044b09fa206a107fb0792247
892025-02-01T00:08:41.819ZFrom https://github.com/oxidecomputer/omicron
902025-02-01T00:08:41.819Z * branch 58ebd65e4cfd1941044b09fa206a107fb0792247 -> FETCH_HEAD
912025-02-01T00:08:41.829Z+ [[ -n affinity-instance-integration ]]
922025-02-01T00:08:41.831Z++ git branch --show-current
932025-02-01T00:08:41.834Z+ current=main
942025-02-01T00:08:41.834Z+ [[ main != affinity-instance-integration ]]
952025-02-01T00:08:41.834Z+ git branch -f affinity-instance-integration 58ebd65e4cfd1941044b09fa206a107fb0792247
962025-02-01T00:08:41.836Z+ git checkout -f affinity-instance-integration
972025-02-01T00:08:42.018ZSwitched to branch 'affinity-instance-integration'
982025-02-01T00:08:42.020Z+ git reset --hard 58ebd65e4cfd1941044b09fa206a107fb0792247
992025-02-01T00:08:42.033ZHEAD is now at 58ebd65e4 Merge branch 'affinity-db-crud' into affinity-instance-integration
1002025-02-01T00:08:42.035Zprocess exited: duration 8730 ms, exit code 0
 
1012025-02-01T00:08:42.043Zstarting task 4: "build"
1022025-02-01T00:08:42.049Z+ source .github/buildomat/ci-env.sh
1032025-02-01T00:08:42.049Z++ export CARGO_TERM_COLOR=always
1042025-02-01T00:08:42.049Z++ CARGO_TERM_COLOR=always
1052025-02-01T00:08:42.049Z+ cargo --version
1062025-02-01T00:08:42.099Zcargo 1.84.0 (66221abde 2024-11-19)
1072025-02-01T00:08:42.101Z+ rustc --version
1082025-02-01T00:08:42.162Zrustc 1.84.0 (9fc6b4312 2025-01-07)
1092025-02-01T00:08:42.164Z+ cargo tree --locked
1102025-02-01T00:08:42.399Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-01T00:08:42.683Z Updating crates.io index
1122025-02-01T00:08:42.686Z Updating git repository `https://github.com/oxidecomputer/diffus`
1132025-02-01T00:08:43.018Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142025-02-01T00:08:43.597Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1152025-02-01T00:08:43.862Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-02-01T00:08:44.116Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-02-01T00:08:44.385Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182025-02-01T00:08:45.375Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192025-02-01T00:08:47.020Z Updating git repository `https://github.com/oxidecomputer/opte`
1202025-02-01T00:08:47.680Z Updating git repository `https://github.com/oxidecomputer/falcon`
1212025-02-01T00:08:48.497Z Updating git repository `https://github.com/oxidecomputer/clickward`
1222025-02-01T00:08:48.761Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1232025-02-01T00:08:49.098Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242025-02-01T00:08:49.720Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1252025-02-01T00:08:50.003Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1262025-02-01T00:08:50.393Z Updating git repository `https://github.com/oxidecomputer/tofino`
1272025-02-01T00:08:50.678Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1282025-02-01T00:08:50.962Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1292025-02-01T00:08:51.234Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1302025-02-01T00:08:51.501Z Updating git repository `https://github.com/oxidecomputer/lldp`
1312025-02-01T00:08:51.815Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1322025-02-01T00:08:52.160Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332025-02-01T00:08:52.632Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342025-02-01T00:08:52.931Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1352025-02-01T00:08:53.283Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362025-02-01T00:08:53.915Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372025-02-01T00:08:54.294Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1382025-02-01T00:08:54.731Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1392025-02-01T00:08:55.127Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1402025-02-01T00:08:55.430Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412025-02-01T00:08:55.687Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422025-02-01T00:08:55.966Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432025-02-01T00:08:57.275Z Downloading crates ...
1442025-02-01T00:08:57.387Z Downloaded adler2 v2.0.0
1452025-02-01T00:08:57.391Z Downloaded atty v0.2.14
1462025-02-01T00:08:57.394Z Downloaded event-listener v2.5.3
1472025-02-01T00:08:57.396Z Downloaded fastrand v2.1.1
1482025-02-01T00:08:57.399Z Downloaded ciborium v0.2.2
1492025-02-01T00:08:57.402Z Downloaded cfg_aliases v0.1.1
1502025-02-01T00:08:57.402Z Downloaded async-object-pool v0.1.5
1512025-02-01T00:08:57.404Z Downloaded async-stream-impl v0.3.6
1522025-02-01T00:08:57.404Z Downloaded fallible-iterator v0.2.0
1532025-02-01T00:08:57.407Z Downloaded foreign-types-shared v0.1.1
1542025-02-01T00:08:57.414Z Downloaded autocfg v1.4.0
1552025-02-01T00:08:57.418Z Downloaded filetime v0.2.25
1562025-02-01T00:08:57.424Z Downloaded bb8 v0.8.5
1572025-02-01T00:08:57.424Z Downloaded async-global-executor v2.4.1
1582025-02-01T00:08:57.429Z Downloaded headers-core v0.3.0
1592025-02-01T00:08:57.429Z Downloaded chacha20 v0.9.1
1602025-02-01T00:08:57.429Z Downloaded http-body v1.0.1
1612025-02-01T00:08:57.429Z Downloaded atomicwrites v0.4.4
1622025-02-01T00:08:57.431Z Downloaded guppy-workspace-hack v0.1.0
1632025-02-01T00:08:57.431Z Downloaded async-attributes v1.1.2
1642025-02-01T00:08:57.432Z Downloaded foreign-types v0.3.2
1652025-02-01T00:08:57.432Z Downloaded fxhash v0.2.1
1662025-02-01T00:08:57.432Z Downloaded ascii-canvas v3.0.0
1672025-02-01T00:08:57.435Z Downloaded array-init v0.0.4
1682025-02-01T00:08:57.435Z Downloaded anstyle-query v1.1.1
1692025-02-01T00:08:57.437Z Downloaded fallible-iterator v0.3.0
1702025-02-01T00:08:57.437Z Downloaded http-range v0.1.5
1712025-02-01T00:08:57.440Z Downloaded futures-sink v0.3.31
1722025-02-01T00:08:57.440Z Downloaded foldhash v0.1.3
1732025-02-01T00:08:57.443Z Downloaded atomic-waker v1.1.2
1742025-02-01T00:08:57.443Z Downloaded async-signal v0.2.10
1752025-02-01T00:08:57.445Z Downloaded generic-array v0.14.7
1762025-02-01T00:08:57.448Z Downloaded glob v0.3.2
1772025-02-01T00:08:57.451Z Downloaded ghash v0.5.1
1782025-02-01T00:08:57.451Z Downloaded bcrypt-pbkdf v0.10.0
1792025-02-01T00:08:57.454Z Downloaded hostname v0.3.1
1802025-02-01T00:08:57.454Z Downloaded foreign-types-shared v0.3.1
1812025-02-01T00:08:57.457Z Downloaded heck v0.4.1
1822025-02-01T00:08:57.457Z Downloaded futures-core v0.3.31
1832025-02-01T00:08:57.461Z Downloaded cexpr v0.6.0
1842025-02-01T00:08:57.462Z Downloaded hash32 v0.3.1
1852025-02-01T00:08:57.465Z Downloaded hostname v0.4.0
1862025-02-01T00:08:57.465Z Downloaded heck v0.3.3
1872025-02-01T00:08:57.465Z Downloaded cfg_aliases v0.2.1
1882025-02-01T00:08:57.468Z Downloaded fixedbitset v0.4.2
1892025-02-01T00:08:57.468Z Downloaded hex-literal v0.4.1
1902025-02-01T00:08:57.471Z Downloaded hex v0.4.3
1912025-02-01T00:08:57.471Z Downloaded fragile v2.0.0
1922025-02-01T00:08:57.474Z Downloaded httpdate v1.0.3
1932025-02-01T00:08:57.474Z Downloaded cast v0.3.0
1942025-02-01T00:08:57.478Z Downloaded heck v0.5.0
1952025-02-01T00:08:57.478Z Downloaded fd-lock v4.0.2
1962025-02-01T00:08:57.482Z Downloaded cassowary v0.3.0
1972025-02-01T00:08:57.482Z Downloaded group v0.13.0
1982025-02-01T00:08:57.484Z Downloaded num_threads v0.1.7
1992025-02-01T00:08:57.484Z Downloaded event-listener v5.3.1
2002025-02-01T00:08:57.487Z Downloaded bit-set v0.5.3
2012025-02-01T00:08:57.489Z Downloaded home v0.5.9
2022025-02-01T00:08:57.492Z Downloaded humantime v2.1.0
2032025-02-01T00:08:57.492Z Downloaded arrayvec v0.7.6
2042025-02-01T00:08:57.497Z Downloaded addr2line v0.24.2
2052025-02-01T00:08:57.500Z Downloaded blake2b_simd v1.0.2
2062025-02-01T00:08:57.500Z Downloaded pretty-hex v0.4.1
2072025-02-01T00:08:57.500Z Downloaded pretty-hex v0.2.1
2082025-02-01T00:08:57.502Z Downloaded bzip2 v0.4.4
2092025-02-01T00:08:57.508Z Downloaded http-body-util v0.1.2
2102025-02-01T00:08:57.511Z Downloaded hash32 v0.2.1
2112025-02-01T00:08:57.511Z Downloaded futures-macro v0.3.31
2122025-02-01T00:08:57.511Z Downloaded bytecount v0.6.8
2132025-02-01T00:08:57.511Z Downloaded hickory-client v0.24.2
2142025-02-01T00:08:57.514Z Downloaded block-padding v0.3.3
2152025-02-01T00:08:57.518Z Downloaded bit-vec v0.6.3
2162025-02-01T00:08:57.518Z Downloaded cbc v0.1.2
2172025-02-01T00:08:57.521Z Downloaded httptest v0.16.1
2182025-02-01T00:08:57.521Z Downloaded cancel-safe-futures v0.1.5
2192025-02-01T00:08:57.524Z Downloaded scroll_derive v0.12.0
2202025-02-01T00:08:57.526Z Downloaded olpc-cjson v0.1.4
2212025-02-01T00:08:57.527Z Downloaded hyper-staticfile v0.10.1
2222025-02-01T00:08:57.529Z Downloaded hubpack v0.1.2
2232025-02-01T00:08:57.532Z Downloaded hyper-rustls v0.26.0
2242025-02-01T00:08:57.534Z Downloaded sync-ptr v0.1.1
2252025-02-01T00:08:57.534Z Downloaded hyper-tls v0.6.0
2262025-02-01T00:08:57.537Z Downloaded hyper-rustls v0.27.3
2272025-02-01T00:08:57.540Z Downloaded pbkdf2 v0.12.2
2282025-02-01T00:08:57.543Z Downloaded time-core v0.1.2
2292025-02-01T00:08:57.543Z Downloaded camino v1.1.9
2302025-02-01T00:08:57.545Z Downloaded target-triple v0.1.3
2312025-02-01T00:08:57.545Z Downloaded rustfmt-wrapper v0.2.1
2322025-02-01T00:08:57.551Z Downloaded percent-encoding v2.3.1
2332025-02-01T00:08:57.551Z Downloaded vte_generate_state_changes v0.1.2
2342025-02-01T00:08:57.554Z Downloaded pem v3.0.4
2352025-02-01T00:08:57.554Z Downloaded async-io v2.3.4
2362025-02-01T00:08:57.554Z Downloaded tower-service v0.3.3
2372025-02-01T00:08:57.558Z Downloaded progenitor-macro v0.9.1
2382025-02-01T00:08:57.558Z Downloaded async-task v4.7.1
2392025-02-01T00:08:57.561Z Downloaded write16 v1.0.0
2402025-02-01T00:08:57.561Z Downloaded phf_shared v0.11.2
2412025-02-01T00:08:57.563Z Downloaded progenitor-macro v0.8.0
2422025-02-01T00:08:57.563Z Downloaded piper v0.2.4
2432025-02-01T00:08:57.566Z Downloaded bitflags v2.6.0
2442025-02-01T00:08:57.569Z Downloaded getrandom v0.2.15
2452025-02-01T00:08:57.572Z Downloaded cargo_metadata v0.18.1
2462025-02-01T00:08:57.574Z Downloaded blake2 v0.10.6
2472025-02-01T00:08:57.577Z Downloaded rustc-hash v2.0.0
2482025-02-01T00:08:57.579Z Downloaded secrecy v0.8.0
2492025-02-01T00:08:57.579Z Downloaded slog-dtrace v0.3.0
2502025-02-01T00:08:57.583Z Downloaded yoke-derive v0.7.4
2512025-02-01T00:08:57.583Z Downloaded fatfs v0.3.6
2522025-02-01T00:08:57.585Z Downloaded escape8259 v0.5.3
2532025-02-01T00:08:57.588Z Downloaded diesel_table_macro_syntax v0.2.0
2542025-02-01T00:08:57.588Z Downloaded derive_builder_macro v0.20.2
2552025-02-01T00:08:57.591Z Downloaded slog-json v2.6.1
2562025-02-01T00:08:57.594Z Downloaded smawk v0.3.2
2572025-02-01T00:08:57.594Z Downloaded scrypt v0.11.0
2582025-02-01T00:08:57.596Z Downloaded rustc_version v0.4.1
2592025-02-01T00:08:57.597Z Downloaded anyhow v1.0.95
2602025-02-01T00:08:57.601Z Downloaded target-spec v3.2.2
2612025-02-01T00:08:57.604Z Downloaded threadpool v1.8.1
2622025-02-01T00:08:57.604Z Downloaded hubpack_derive v0.1.1
2632025-02-01T00:08:57.606Z Downloaded tiny-keccak v2.0.2
2642025-02-01T00:08:57.609Z Downloaded pkcs1 v0.7.5
2652025-02-01T00:08:57.611Z Downloaded time-macros v0.2.18
2662025-02-01T00:08:57.614Z Downloaded wait-timeout v0.2.0
2672025-02-01T00:08:57.614Z Downloaded utf8parse v0.2.2
2682025-02-01T00:08:57.617Z Downloaded half v2.4.1
2692025-02-01T00:08:57.620Z Downloaded cfg-expr v0.17.0
2702025-02-01T00:08:57.624Z Downloaded chacha20poly1305 v0.10.1
2712025-02-01T00:08:57.627Z Downloaded base64 v0.21.7
2722025-02-01T00:08:57.631Z Downloaded md5 v0.7.0
2732025-02-01T00:08:57.631Z Downloaded num-conv v0.1.0
2742025-02-01T00:08:57.634Z Downloaded rustc-demangle v0.1.24
2752025-02-01T00:08:57.634Z Downloaded fancy-regex v0.13.0
2762025-02-01T00:08:57.637Z Downloaded oso-derive v0.27.3
2772025-02-01T00:08:57.639Z Downloaded futures v0.3.31
2782025-02-01T00:08:57.644Z Downloaded path-slash v0.1.5
2792025-02-01T00:08:57.647Z Downloaded errno v0.3.9
2802025-02-01T00:08:57.649Z Downloaded target-lexicon v0.12.16
2812025-02-01T00:08:57.652Z Downloaded num-derive v0.4.2
2822025-02-01T00:08:57.654Z Downloaded smallvec v1.13.2
2832025-02-01T00:08:57.654Z Downloaded slog-term v2.9.1
2842025-02-01T00:08:57.657Z Downloaded precomputed-hash v0.1.1
2852025-02-01T00:08:57.660Z Downloaded kv-log-macro v1.0.7
2862025-02-01T00:08:57.660Z Downloaded strum_macros v0.25.3
2872025-02-01T00:08:57.663Z Downloaded memmap v0.7.0
2882025-02-01T00:08:57.665Z Downloaded ipnetwork v0.20.0
2892025-02-01T00:08:57.669Z Downloaded internet-checksum v0.2.1
2902025-02-01T00:08:57.669Z Downloaded lockfree-object-pool v0.1.6
2912025-02-01T00:08:57.672Z Downloaded ron v0.7.1
2922025-02-01T00:08:57.675Z Downloaded proc-macro2 v1.0.92
2932025-02-01T00:08:57.678Z Downloaded sqlparser_derive v0.2.2
2942025-02-01T00:08:57.686Z Downloaded russh-cryptovec v0.7.3
2952025-02-01T00:08:57.686Z Downloaded hickory-server v0.24.2
2962025-02-01T00:08:57.689Z Downloaded md-5 v0.10.6
2972025-02-01T00:08:57.689Z Downloaded memoffset v0.9.1
2982025-02-01T00:08:57.692Z Downloaded der_derive v0.7.3
2992025-02-01T00:08:57.692Z Downloaded heapless v0.7.17
3002025-02-01T00:08:57.695Z Downloaded swrite v0.1.0
3012025-02-01T00:08:57.697Z Downloaded bytes v1.9.0
3022025-02-01T00:08:57.702Z Downloaded rand_chacha v0.3.1
3032025-02-01T00:08:57.705Z Downloaded csv-core v0.1.11
3042025-02-01T00:08:57.705Z Downloaded quinn-udp v0.5.5
3052025-02-01T00:08:57.708Z Downloaded password-hash v0.4.2
3062025-02-01T00:08:57.710Z Downloaded ciborium-io v0.2.2
3072025-02-01T00:08:57.710Z Downloaded try-lock v0.2.5
3082025-02-01T00:08:57.710Z Downloaded iana-time-zone v0.1.61
3092025-02-01T00:08:57.713Z Downloaded usdt-macro v0.5.0
3102025-02-01T00:08:57.716Z Downloaded ipnet v2.10.1
3112025-02-01T00:08:57.719Z Downloaded same-file v1.0.6
3122025-02-01T00:08:57.719Z Downloaded rusty-fork v0.3.0
3132025-02-01T00:08:57.722Z Downloaded memmap2 v0.9.5
3142025-02-01T00:08:57.725Z Downloaded twox-hash v2.1.0
3152025-02-01T00:08:57.727Z Downloaded hashbrown v0.12.3
3162025-02-01T00:08:57.730Z Downloaded libloading v0.8.5
3172025-02-01T00:08:57.732Z Downloaded uuid v1.12.0
3182025-02-01T00:08:57.737Z Downloaded serde_tokenstream v0.2.2
3192025-02-01T00:08:57.739Z Downloaded similar v2.6.0
3202025-02-01T00:08:57.742Z Downloaded spki v0.7.3
3212025-02-01T00:08:57.745Z Downloaded newline-converter v0.3.0
3222025-02-01T00:08:57.747Z Downloaded serde_urlencoded v0.7.1
3232025-02-01T00:08:57.747Z Downloaded diff v0.1.13
3242025-02-01T00:08:57.751Z Downloaded tls_codec_derive v0.4.1
3252025-02-01T00:08:57.753Z Downloaded predicates v3.1.2
3262025-02-01T00:08:57.757Z Downloaded subtle v2.6.1
3272025-02-01T00:08:57.760Z Downloaded thiserror-impl-no-std v2.0.2
3282025-02-01T00:08:57.760Z Downloaded supports-color v3.0.1
3292025-02-01T00:08:57.762Z Downloaded tar v0.4.42
3302025-02-01T00:08:57.765Z Downloaded new_debug_unreachable v1.0.6
3312025-02-01T00:08:57.768Z Downloaded polyval v0.6.2
3322025-02-01T00:08:57.768Z Downloaded phf_shared v0.10.0
3332025-02-01T00:08:57.771Z Downloaded dropshot_endpoint v0.12.0
3342025-02-01T00:08:57.775Z Downloaded paste v1.0.15
3352025-02-01T00:08:57.779Z Downloaded unicode-linebreak v0.1.5
3362025-02-01T00:08:57.779Z Downloaded log v0.4.22
3372025-02-01T00:08:57.782Z Downloaded rand v0.8.5
3382025-02-01T00:08:57.784Z Downloaded cpufeatures v0.2.14
3392025-02-01T00:08:57.784Z Downloaded xattr v1.3.1
3402025-02-01T00:08:57.787Z Downloaded http v1.2.0
3412025-02-01T00:08:57.790Z Downloaded xz2 v0.1.7
3422025-02-01T00:08:57.793Z Downloaded spin v0.9.8
3432025-02-01T00:08:57.796Z Downloaded diesel-dtrace v0.4.2
3442025-02-01T00:08:57.800Z Downloaded defmt-macros v0.3.9
3452025-02-01T00:08:57.802Z Downloaded mime v0.3.17
3462025-02-01T00:08:57.802Z Downloaded lazycell v1.3.0
3472025-02-01T00:08:57.805Z Downloaded impl-trait-for-tuples v0.2.2
3482025-02-01T00:08:57.808Z Downloaded progenitor-impl v0.9.1
3492025-02-01T00:08:57.811Z Downloaded rpassword v7.3.1
3502025-02-01T00:08:57.811Z Downloaded tokio-rustls v0.25.0
3512025-02-01T00:08:57.814Z Downloaded tokio-rustls v0.24.1
3522025-02-01T00:08:57.816Z Downloaded rust-argon2 v2.1.0
3532025-02-01T00:08:57.819Z Downloaded libefi-sys v0.1.0
3542025-02-01T00:08:57.819Z Downloaded indent_write v2.2.0
3552025-02-01T00:08:57.822Z Downloaded progenitor-impl v0.8.0
3562025-02-01T00:08:57.825Z Downloaded num_cpus v1.16.0
3572025-02-01T00:08:57.828Z Downloaded aes v0.8.4
3582025-02-01T00:08:57.830Z Downloaded value-bag v1.9.0
3592025-02-01T00:08:57.833Z Downloaded tinyvec_macros v0.1.1
3602025-02-01T00:08:57.835Z Downloaded indicatif v0.17.11
3612025-02-01T00:08:57.838Z Downloaded packed_struct_codegen v0.10.1
3622025-02-01T00:08:57.841Z Downloaded packed_struct v0.10.1
3632025-02-01T00:08:57.854Z Downloaded flate2 v1.0.35
3642025-02-01T00:08:57.854Z Downloaded predicates-tree v1.0.11
3652025-02-01T00:08:57.854Z Downloaded ppv-lite86 v0.2.20
3662025-02-01T00:08:57.856Z Downloaded plain v0.2.3
3672025-02-01T00:08:57.856Z Downloaded des v0.8.1
3682025-02-01T00:08:57.856Z Downloaded powerfmt v0.2.0
3692025-02-01T00:08:57.856Z Downloaded derive_builder v0.20.2
3702025-02-01T00:08:57.861Z Downloaded rand_seeder v0.3.0
3712025-02-01T00:08:57.864Z Downloaded rand_xorshift v0.3.0
3722025-02-01T00:08:57.864Z Downloaded mime_guess v2.0.5
3732025-02-01T00:08:57.868Z Downloaded signal-hook-tokio v0.3.1
3742025-02-01T00:08:57.871Z Downloaded subprocess v0.2.9
3752025-02-01T00:08:57.871Z Downloaded synstructure v0.13.1
3762025-02-01T00:08:57.873Z Downloaded ssh-encoding v0.2.0
3772025-02-01T00:08:57.874Z Downloaded ssh-cipher v0.2.0
3782025-02-01T00:08:57.876Z Downloaded icu_provider_macros v1.5.0
3792025-02-01T00:08:57.876Z Downloaded salsa20 v0.10.2
3802025-02-01T00:08:57.879Z Downloaded signal-hook-registry v1.4.2
3812025-02-01T00:08:57.879Z Downloaded nu-ansi-term v0.50.1
3822025-02-01T00:08:57.881Z Downloaded tap v1.0.1
3832025-02-01T00:08:57.885Z Downloaded vergen v8.3.2
3842025-02-01T00:08:57.888Z Downloaded once_cell v1.20.2
3852025-02-01T00:08:57.890Z Downloaded signature v2.2.0
3862025-02-01T00:08:57.890Z Downloaded scheduled-thread-pool v0.2.7
3872025-02-01T00:08:57.893Z Downloaded newtype_derive v0.1.6
3882025-02-01T00:08:57.893Z Downloaded newtype-uuid v1.2.1
3892025-02-01T00:08:57.895Z Downloaded nested v0.1.1
3902025-02-01T00:08:57.896Z Downloaded topological-sort v0.2.2
3912025-02-01T00:08:57.898Z Downloaded openssl-probe v0.1.5
3922025-02-01T00:08:57.898Z Downloaded strum_macros v0.26.4
3932025-02-01T00:08:57.901Z Downloaded tls_codec v0.4.1
3942025-02-01T00:08:57.904Z Downloaded derive_builder_core v0.20.2
3952025-02-01T00:08:57.906Z Downloaded cobs v0.2.3
3962025-02-01T00:08:57.907Z Downloaded cookie v0.18.1
3972025-02-01T00:08:57.910Z Downloaded const-oid v0.9.6
3982025-02-01T00:08:57.913Z Downloaded postgres-protocol v0.6.7
3992025-02-01T00:08:57.915Z Downloaded serde-big-array v0.5.1
4002025-02-01T00:08:57.919Z Downloaded zeroize v1.8.1
4012025-02-01T00:08:57.919Z Downloaded zerofrom-derive v0.1.4
4022025-02-01T00:08:57.922Z Downloaded unicode-bidi v0.3.17
4032025-02-01T00:08:57.922Z Downloaded deranged v0.3.11
4042025-02-01T00:08:57.924Z Downloaded sigpipe v0.1.3
4052025-02-01T00:08:57.924Z Downloaded crossbeam-channel v0.5.13
4062025-02-01T00:08:57.929Z Downloaded ed25519 v2.2.3
4072025-02-01T00:08:57.932Z Downloaded dyn-clone v1.0.17
4082025-02-01T00:08:57.935Z Downloaded rfc6979 v0.4.0
4092025-02-01T00:08:57.935Z Downloaded document-features v0.2.10
4102025-02-01T00:08:57.939Z Downloaded icu_collections v1.5.0
4112025-02-01T00:08:57.942Z Downloaded take_mut v0.2.2
4122025-02-01T00:08:57.945Z Downloaded memchr v2.7.4
4132025-02-01T00:08:57.949Z Downloaded lru-cache v0.1.2
4142025-02-01T00:08:57.953Z Downloaded quick-error v1.2.3
4152025-02-01T00:08:57.953Z Downloaded plotters-backend v0.3.7
4162025-02-01T00:08:57.957Z Downloaded nibble_vec v0.1.0
4172025-02-01T00:08:57.958Z Downloaded zerofrom v0.1.4
4182025-02-01T00:08:57.958Z Downloaded want v0.3.1
4192025-02-01T00:08:57.960Z Downloaded walkdir v2.5.0
4202025-02-01T00:08:57.960Z Downloaded hashbrown v0.15.1
4212025-02-01T00:08:57.965Z Downloaded progenitor v0.8.0
4222025-02-01T00:08:57.968Z Downloaded futures-util v0.3.31
4232025-02-01T00:08:57.980Z Downloaded dtrace-parser v0.2.0
4242025-02-01T00:08:57.982Z Downloaded aes-gcm v0.10.3
4252025-02-01T00:08:57.985Z Downloaded crunchy v0.2.2
4262025-02-01T00:08:57.985Z Downloaded scroll v0.12.0
4272025-02-01T00:08:57.988Z Downloaded pathdiff v0.2.2
4282025-02-01T00:08:57.991Z Downloaded number_prefix v0.4.0
4292025-02-01T00:08:57.991Z Downloaded stringprep v0.1.5
4302025-02-01T00:08:57.994Z Downloaded string_cache v0.8.7
4312025-02-01T00:08:57.994Z Downloaded psl-types v2.0.11
4322025-02-01T00:08:57.997Z Downloaded socket2 v0.5.7
4332025-02-01T00:08:57.997Z Downloaded tokio-native-tls v0.3.1
4342025-02-01T00:08:58.000Z Downloaded papergrid v0.11.0
4352025-02-01T00:08:58.005Z Downloaded tabwriter v1.4.0
4362025-02-01T00:08:58.008Z Downloaded rtoolbox v0.0.2
4372025-02-01T00:08:58.008Z Downloaded yansi v1.0.1
4382025-02-01T00:08:58.010Z Downloaded usdt-attr-macro v0.5.0
4392025-02-01T00:08:58.013Z Downloaded tokio-macros v2.5.0
4402025-02-01T00:08:58.013Z Downloaded lru v0.12.5
4412025-02-01T00:08:58.016Z Downloaded tinyvec v1.8.0
4422025-02-01T00:08:58.020Z Downloaded version_check v0.9.5
4432025-02-01T00:08:58.020Z Downloaded colored v2.1.0
4442025-02-01T00:08:58.023Z Downloaded aho-corasick v1.1.3
4452025-02-01T00:08:58.028Z Downloaded sync_wrapper v1.0.1
4462025-02-01T00:08:58.031Z Downloaded stable_deref_trait v1.2.0
4472025-02-01T00:08:58.031Z Downloaded vsss-rs v3.3.4
4482025-02-01T00:08:58.033Z Downloaded dsl_auto_type v0.1.2
4492025-02-01T00:08:58.037Z Downloaded crossbeam-epoch v0.9.18
4502025-02-01T00:08:58.039Z Downloaded digest v0.10.7
4512025-02-01T00:08:58.040Z Downloaded keccak v0.1.5
4522025-02-01T00:08:58.042Z Downloaded display-error-chain v0.2.2
4532025-02-01T00:08:58.042Z Downloaded zeroize_derive v1.4.2
4542025-02-01T00:08:58.045Z Downloaded ryu v1.0.18
4552025-02-01T00:08:58.047Z Downloaded openssl-macros v0.1.1
4562025-02-01T00:08:58.050Z Downloaded managed v0.8.0
4572025-02-01T00:08:58.050Z Downloaded macaddr v1.0.1
4582025-02-01T00:08:58.053Z Downloaded tokio-rustls v0.26.0
4592025-02-01T00:08:58.055Z Downloaded primeorder v0.13.6
4602025-02-01T00:08:58.055Z Downloaded icu_provider v1.5.0
4612025-02-01T00:08:58.058Z Downloaded snafu v0.8.5
4622025-02-01T00:08:58.064Z Downloaded pbkdf2 v0.11.0
4632025-02-01T00:08:58.068Z Downloaded path-tree v0.8.1
4642025-02-01T00:08:58.070Z Downloaded structmeta v0.2.0
4652025-02-01T00:08:58.070Z Downloaded slab v0.4.9
4662025-02-01T00:08:58.073Z Downloaded siphasher v0.3.11
4672025-02-01T00:08:58.075Z Downloaded proc-macro-crate v1.3.1
4682025-02-01T00:08:58.075Z Downloaded num v0.4.3
4692025-02-01T00:08:58.078Z Downloaded peg-runtime v0.8.3
4702025-02-01T00:08:58.078Z Downloaded opaque-debug v0.3.1
4712025-02-01T00:08:58.081Z Downloaded terminal_size v0.4.0
4722025-02-01T00:08:58.081Z Downloaded termcolor v1.4.1
4732025-02-01T00:08:58.081Z Downloaded tabled_derive v0.7.0
4742025-02-01T00:08:58.084Z Downloaded parse-display-derive v0.10.0
4752025-02-01T00:08:58.087Z Downloaded minimal-lexical v0.2.1
4762025-02-01T00:08:58.090Z Downloaded num-bigint-dig v0.8.4
4772025-02-01T00:08:58.094Z Downloaded toolchain_find v0.4.0
4782025-02-01T00:08:58.097Z Downloaded itoa v1.0.11
4792025-02-01T00:08:58.099Z Downloaded parking_lot_core v0.9.10
4802025-02-01T00:08:58.102Z Downloaded h2 v0.4.6
4812025-02-01T00:08:58.107Z Downloaded maplit v1.0.2
4822025-02-01T00:08:58.110Z Downloaded aws-lc-rs v1.10.0
4832025-02-01T00:08:58.118Z Downloaded equivalent v1.0.1
4842025-02-01T00:08:58.121Z Downloaded match_cfg v0.1.0
4852025-02-01T00:08:58.121Z Downloaded pest_generator v2.7.14
4862025-02-01T00:08:58.123Z Downloaded maybe-uninit v2.0.0
4872025-02-01T00:08:58.123Z Downloaded zerovec-derive v0.10.3
4882025-02-01T00:08:58.126Z Downloaded rustls-native-certs v0.7.3
4892025-02-01T00:08:58.128Z Downloaded num-iter v0.1.45
4902025-02-01T00:08:58.131Z Downloaded rstest_macros v0.23.0
4912025-02-01T00:08:58.133Z Downloaded p256 v0.13.2
4922025-02-01T00:08:58.136Z Downloaded termtree v0.4.1
4932025-02-01T00:08:58.139Z Downloaded shlex v1.3.0
4942025-02-01T00:08:58.139Z Downloaded shell-words v1.1.0
4952025-02-01T00:08:58.141Z Downloaded sha1 v0.10.6
4962025-02-01T00:08:58.144Z Downloaded serde_plain v1.0.2
4972025-02-01T00:08:58.144Z Downloaded uzers v0.12.1
4982025-02-01T00:08:58.148Z Downloaded serde_regex v1.1.0
4992025-02-01T00:08:58.148Z Downloaded peg v0.8.4
5002025-02-01T00:08:58.152Z Downloaded is_ci v1.2.0
5012025-02-01T00:08:58.154Z Downloaded untrusted v0.9.0
5022025-02-01T00:08:58.154Z Downloaded x509-cert v0.2.5
5032025-02-01T00:08:58.161Z Downloaded plotters-svg v0.3.7
5042025-02-01T00:08:58.163Z Downloaded nanorand v0.7.0
5052025-02-01T00:08:58.166Z Downloaded phf_generator v0.11.2
5062025-02-01T00:08:58.168Z Downloaded convert_case v0.4.0
5072025-02-01T00:08:58.168Z Downloaded const_format_proc_macros v0.2.34
5082025-02-01T00:08:58.171Z Downloaded inout v0.1.3
5092025-02-01T00:08:58.174Z Downloaded indoc v2.0.5
5102025-02-01T00:08:58.176Z Downloaded tokio-stream v0.1.16
5112025-02-01T00:08:58.180Z Downloaded strip-ansi-escapes v0.2.0
5122025-02-01T00:08:58.183Z Downloaded peg-macros v0.8.4
5132025-02-01T00:08:58.183Z Downloaded slog-bunyan v2.5.0
5142025-02-01T00:08:58.185Z Downloaded goblin v0.8.2
5152025-02-01T00:08:58.190Z Downloaded instant v0.1.13
5162025-02-01T00:08:58.193Z Downloaded rayon v1.10.0
5172025-02-01T00:08:58.202Z Downloaded instability v0.3.2
5182025-02-01T00:08:58.205Z Downloaded endian-type v0.1.2
5192025-02-01T00:08:58.205Z Downloaded concurrent-queue v2.5.0
5202025-02-01T00:08:58.207Z Downloaded colorchoice v1.0.2
5212025-02-01T00:08:58.207Z Downloaded zone_cfg_derive v0.1.2
5222025-02-01T00:08:58.210Z Downloaded zone v0.3.0
5232025-02-01T00:08:58.210Z Downloaded downcast v0.11.0
5242025-02-01T00:08:58.212Z Downloaded is_terminal_polyfill v1.70.1
5252025-02-01T00:08:58.212Z Downloaded typify-macro v0.2.0
5262025-02-01T00:08:58.215Z Downloaded zerocopy-derive v0.7.35
5272025-02-01T00:08:58.218Z Downloaded normalize-line-endings v0.3.0
5282025-02-01T00:08:58.221Z Downloaded git2 v0.19.0
5292025-02-01T00:08:58.228Z Downloaded static_assertions v1.1.0
5302025-02-01T00:08:58.230Z Downloaded is-terminal v0.4.13
5312025-02-01T00:08:58.233Z Downloaded strsim v0.11.1
5322025-02-01T00:08:58.233Z Downloaded console v0.15.10
5332025-02-01T00:08:58.238Z Downloaded prettyplease v0.2.25
5342025-02-01T00:08:58.242Z Downloaded crucible-workspace-hack v0.1.0
5352025-02-01T00:08:58.242Z Downloaded either v1.13.0
5362025-02-01T00:08:58.249Z Downloaded pin-project-lite v0.2.14
5372025-02-01T00:08:58.249Z Downloaded enum-as-inner v0.6.1
5382025-02-01T00:08:58.254Z Downloaded debug-ignore v1.0.5
5392025-02-01T00:08:58.254Z Downloaded slog-async v2.8.0
5402025-02-01T00:08:58.254Z Downloaded signal-hook v0.3.17
5412025-02-01T00:08:58.266Z Downloaded yoke v0.7.4
5422025-02-01T00:08:58.266Z Downloaded indexmap v2.7.1
5432025-02-01T00:08:58.269Z Downloaded serde-hex v0.1.0
5442025-02-01T00:08:58.269Z Downloaded relative-path v1.9.3
5452025-02-01T00:08:58.269Z Downloaded env_filter v0.1.2
5462025-02-01T00:08:58.269Z Downloaded chrono v0.4.39
5472025-02-01T00:08:58.273Z Downloaded unicase v2.7.0
5482025-02-01T00:08:58.275Z Downloaded tui-tree-widget v0.22.0
5492025-02-01T00:08:58.279Z Downloaded thread-id v4.2.2
5502025-02-01T00:08:58.279Z Downloaded unicode-segmentation v1.12.0
5512025-02-01T00:08:58.282Z Downloaded pin-project v1.1.6
5522025-02-01T00:08:58.293Z Downloaded strum v0.26.3
5532025-02-01T00:08:58.301Z Downloaded bitvec v1.0.1
5542025-02-01T00:08:58.309Z Downloaded mirai-annotations v1.12.0
5552025-02-01T00:08:58.311Z Downloaded clap_builder v4.5.27
5562025-02-01T00:08:58.316Z Downloaded whoami v1.5.2
5572025-02-01T00:08:58.319Z Downloaded structmeta-derive v0.3.0
5582025-02-01T00:08:58.320Z Downloaded signal-hook-mio v0.2.4
5592025-02-01T00:08:58.322Z Downloaded proc-macro-error-attr v1.0.4
5602025-02-01T00:08:58.322Z Downloaded yasna v0.5.2
5612025-02-01T00:08:58.325Z Downloaded der v0.7.9
5622025-02-01T00:08:58.329Z Downloaded zerocopy-derive v0.8.10
5632025-02-01T00:08:58.335Z Downloaded darling_macro v0.20.10
5642025-02-01T00:08:58.338Z Downloaded progenitor-client v0.9.1
5652025-02-01T00:08:58.338Z Downloaded thiserror v1.0.69
5662025-02-01T00:08:58.342Z Downloaded libtest-mimic v0.7.3
5672025-02-01T00:08:58.344Z Downloaded typify v0.2.0
5682025-02-01T00:08:58.347Z Downloaded progenitor-client v0.8.0
5692025-02-01T00:08:58.349Z Downloaded thread_local v1.1.8
5702025-02-01T00:08:58.349Z Downloaded unsafe-libyaml v0.2.11
5712025-02-01T00:08:58.352Z Downloaded ref-cast-impl v1.0.23
5722025-02-01T00:08:58.354Z Downloaded mockall v0.13.0
5732025-02-01T00:08:58.356Z Downloaded serde_derive_internals v0.29.1
5742025-02-01T00:08:58.356Z Downloaded dropshot_endpoint v0.15.1
5752025-02-01T00:08:58.359Z Downloaded r2d2 v0.8.10
5762025-02-01T00:08:58.361Z Downloaded radium v0.7.0
5772025-02-01T00:08:58.363Z Downloaded compact_str v0.8.0
5782025-02-01T00:08:58.366Z Downloaded curve25519-dalek-derive v0.1.1
5792025-02-01T00:08:58.368Z Downloaded tinystr v0.7.6
5802025-02-01T00:08:58.371Z Downloaded linked-hash-map v0.5.6
5812025-02-01T00:08:58.373Z Downloaded dof v0.3.0
5822025-02-01T00:08:58.373Z Downloaded zip v2.1.3
5832025-02-01T00:08:58.376Z Downloaded defmt v0.3.8
5842025-02-01T00:08:58.379Z Downloaded data-encoding v2.6.0
5852025-02-01T00:08:58.381Z Downloaded proc-macro-error v1.0.4
5862025-02-01T00:08:58.384Z Downloaded progenitor v0.9.1
5872025-02-01T00:08:58.387Z Downloaded linear-map v1.2.0
5882025-02-01T00:08:58.387Z Downloaded termtree v0.5.1
5892025-02-01T00:08:58.389Z Downloaded multer v3.1.0
5902025-02-01T00:08:58.392Z Downloaded usdt v0.5.0
5912025-02-01T00:08:58.392Z Downloaded defmt-parser v0.3.4
5922025-02-01T00:08:58.394Z Downloaded typify v0.3.0
5932025-02-01T00:08:58.397Z Downloaded criterion v0.5.1
5942025-02-01T00:08:58.403Z Downloaded ref-cast v1.0.23
5952025-02-01T00:08:58.406Z Downloaded quote v1.0.38
5962025-02-01T00:08:58.409Z Downloaded thiserror-no-std v2.0.2
5972025-02-01T00:08:58.415Z Downloaded tokio-tungstenite v0.23.1
5982025-02-01T00:08:58.418Z Downloaded thiserror v2.0.11
5992025-02-01T00:08:58.421Z Downloaded itertools v0.10.5
6002025-02-01T00:08:58.428Z Downloaded native-tls v0.2.12
6012025-02-01T00:08:58.431Z Downloaded usdt-impl v0.5.0
6022025-02-01T00:08:58.431Z Downloaded tokio-tungstenite v0.24.0
6032025-02-01T00:08:58.434Z Downloaded darling v0.20.10
6042025-02-01T00:08:58.437Z Downloaded pretty_assertions v1.4.1
6052025-02-01T00:08:58.440Z Downloaded tungstenite v0.23.0
6062025-02-01T00:08:58.443Z Downloaded slog v2.7.0
6072025-02-01T00:08:58.446Z Downloaded schemars v0.8.21
6082025-02-01T00:08:58.458Z Downloaded displaydoc v0.2.5
6092025-02-01T00:08:58.461Z Downloaded ed25519-dalek v2.1.1
6102025-02-01T00:08:58.463Z Downloaded plotters v0.3.7
6112025-02-01T00:08:58.472Z Downloaded salty v0.3.0
6122025-02-01T00:08:58.479Z Downloaded steno v0.4.1
6132025-02-01T00:08:58.483Z Downloaded unicode-width v0.1.14
6142025-02-01T00:08:58.489Z Downloaded quick-xml v0.33.0
6152025-02-01T00:08:58.495Z Downloaded gimli v0.31.1
6162025-02-01T00:08:58.503Z Downloaded darling_core v0.20.10
6172025-02-01T00:08:58.508Z Downloaded unicode-width v0.2.0
6182025-02-01T00:08:58.514Z Downloaded itertools v0.13.0
6192025-02-01T00:08:58.521Z Downloaded quinn v0.11.5
6202025-02-01T00:08:58.524Z Downloaded vcpkg v0.2.15
6212025-02-01T00:08:58.560Z Downloaded rusqlite v0.32.1
6222025-02-01T00:08:58.566Z Downloaded zerovec v0.10.4
6232025-02-01T00:08:58.572Z Downloaded polar-core v0.27.3
6242025-02-01T00:08:58.580Z Downloaded num-bigint v0.4.6
6252025-02-01T00:08:58.585Z Downloaded ssh-key v0.6.6
6262025-02-01T00:08:58.592Z Downloaded syn v2.0.96
6272025-02-01T00:08:58.603Z Downloaded itertools v0.12.1
6282025-02-01T00:08:58.610Z Downloaded rustls-webpki v0.101.7
6292025-02-01T00:08:58.625Z Downloaded crossterm v0.28.1
6302025-02-01T00:08:58.630Z Downloaded hickory-proto v0.24.2
6312025-02-01T00:08:58.646Z Downloaded libxml v0.3.3
6322025-02-01T00:08:58.653Z Downloaded serde_json v1.0.135
6332025-02-01T00:08:58.658Z Downloaded icu_properties_data v1.5.0
6342025-02-01T00:08:58.668Z Downloaded portable-atomic v1.9.0
6352025-02-01T00:08:58.675Z Downloaded chrono-tz v0.10.1
6362025-02-01T00:08:58.682Z Downloaded unicode-normalization v0.1.24
6372025-02-01T00:08:58.686Z Downloaded reqwest v0.12.9
6382025-02-01T00:08:58.695Z Downloaded regress v0.10.1
6392025-02-01T00:08:58.702Z Downloaded winnow v0.5.40
6402025-02-01T00:08:58.712Z Downloaded petname v2.0.2
6412025-02-01T00:08:58.717Z Downloaded rustls-webpki v0.102.8
6422025-02-01T00:08:58.735Z Downloaded proptest v1.5.0
6432025-02-01T00:08:58.744Z Downloaded winnow v0.6.20
6442025-02-01T00:08:58.753Z Downloaded regex v1.11.1
6452025-02-01T00:08:58.767Z Downloaded regress v0.9.1
6462025-02-01T00:08:58.774Z Downloaded radix_trie v0.2.1
6472025-02-01T00:08:58.779Z Downloaded regex-syntax v0.8.5
6482025-02-01T00:08:58.787Z Downloaded smoltcp v0.9.1
6492025-02-01T00:08:58.799Z Downloaded object v0.36.5
6502025-02-01T00:08:58.809Z Downloaded curve25519-dalek v4.1.3
6512025-02-01T00:08:58.820Z Downloaded smoltcp v0.11.0
6522025-02-01T00:08:58.830Z Downloaded lalrpop v0.19.12
6532025-02-01T00:08:58.842Z Downloaded syn v1.0.109
6542025-02-01T00:08:58.853Z Downloaded object v0.30.4
6552025-02-01T00:08:58.862Z Downloaded rustls v0.22.4
6562025-02-01T00:08:58.875Z Downloaded regex-syntax v0.6.29
6572025-02-01T00:08:58.881Z Downloaded rustls v0.23.19
6582025-02-01T00:08:58.893Z Downloaded openssl v0.10.66
6592025-02-01T00:08:58.902Z Downloaded nix v0.28.0
6602025-02-01T00:08:58.913Z Downloaded nix v0.29.0
6612025-02-01T00:08:58.924Z Downloaded openapiv3 v2.0.0
6622025-02-01T00:08:58.936Z Downloaded typify-impl v0.3.0
6632025-02-01T00:08:58.949Z Downloaded typify-impl v0.2.0
6642025-02-01T00:08:58.976Z Downloaded rustls v0.21.12
6652025-02-01T00:08:58.985Z Downloaded sled v0.34.7
6662025-02-01T00:08:58.990Z Downloaded ratatui v0.28.1
6672025-02-01T00:08:59.004Z Downloaded bzip2-sys v0.1.11+1.0.8
6682025-02-01T00:08:59.015Z Downloaded diesel v2.2.6
6692025-02-01T00:08:59.033Z Downloaded zerocopy v0.8.10
6702025-02-01T00:08:59.056Z Downloaded zerocopy-derive v0.6.6
6712025-02-01T00:08:59.063Z Downloaded nix v0.27.1
6722025-02-01T00:08:59.073Z Downloaded regex-automata v0.4.8
6732025-02-01T00:08:59.090Z Downloaded rustix v0.38.37
6742025-02-01T00:08:59.142Z Downloaded petgraph v0.6.5
6752025-02-01T00:08:59.167Z Downloaded libc v0.2.169
6762025-02-01T00:08:59.188Z Downloaded bstr v1.10.0
6772025-02-01T00:08:59.198Z Downloaded webpki-roots v0.26.6
6782025-02-01T00:08:59.201Z Downloaded lzma-sys v0.1.20
6792025-02-01T00:08:59.229Z Downloaded csv v1.3.1
6802025-02-01T00:08:59.248Z Downloaded dropshot v0.15.1
6812025-02-01T00:08:59.268Z Downloaded tabled v0.15.0
6822025-02-01T00:08:59.284Z Downloaded rustyline v14.0.0
6832025-02-01T00:08:59.288Z Downloaded dropshot v0.12.0
6842025-02-01T00:08:59.308Z Downloaded tokio v1.43.0
6852025-02-01T00:08:59.346Z Downloaded mio v1.0.2
6862025-02-01T00:08:59.352Z Downloaded toml_edit v0.22.22
6872025-02-01T00:08:59.374Z Downloaded sha3 v0.10.8
6882025-02-01T00:08:59.379Z Downloaded russh v0.45.0
6892025-02-01T00:08:59.385Z Downloaded jobserver v0.1.32
6902025-02-01T00:08:59.388Z Downloaded url v2.5.3
6912025-02-01T00:08:59.391Z Downloaded utf16_iter v1.0.5
6922025-02-01T00:08:59.393Z Downloaded rustversion v1.0.17
6932025-02-01T00:08:59.396Z Downloaded num-traits v0.2.19
6942025-02-01T00:08:59.399Z Downloaded const_format v0.2.34
6952025-02-01T00:08:59.402Z Downloaded libz-sys v1.1.20
6962025-02-01T00:08:59.422Z Downloaded sqlparser v0.45.0
6972025-02-01T00:08:59.426Z Downloaded p384 v0.13.0
6982025-02-01T00:08:59.432Z Downloaded thiserror-impl v1.0.69
6992025-02-01T00:08:59.435Z Downloaded tough v0.19.0
7002025-02-01T00:08:59.441Z Downloaded postcard v1.0.10
7012025-02-01T00:08:59.446Z Downloaded pkcs5 v0.7.1
7022025-02-01T00:08:59.449Z Downloaded mockall_derive v0.13.0
7032025-02-01T00:08:59.449Z Downloaded which v4.4.2
7042025-02-01T00:08:59.453Z Downloaded ucd-trie v0.1.7
7052025-02-01T00:08:59.453Z Downloaded doc-comment v0.3.3
7062025-02-01T00:08:59.459Z Downloaded kstat-rs v0.2.4
7072025-02-01T00:08:59.459Z Downloaded schemars_derive v0.8.21
7082025-02-01T00:08:59.459Z Downloaded env_logger v0.10.2
7092025-02-01T00:08:59.463Z Downloaded smf v0.2.3
7102025-02-01T00:08:59.463Z Downloaded toml v0.8.19
7112025-02-01T00:08:59.463Z Downloaded icu_locid v1.5.0
7122025-02-01T00:08:59.466Z Downloaded pest v2.7.14
7132025-02-01T00:08:59.474Z Downloaded num_enum v0.5.11
7142025-02-01T00:08:59.477Z Downloaded toml_datetime v0.6.8
7152025-02-01T00:08:59.480Z Downloaded httpmock v0.8.0-alpha.1
7162025-02-01T00:08:59.508Z Downloaded structmeta-derive v0.2.0
7172025-02-01T00:08:59.508Z Downloaded structmeta v0.3.0
7182025-02-01T00:08:59.508Z Downloaded pkcs8 v0.10.2
7192025-02-01T00:08:59.508Z Downloaded rustls-pki-types v1.10.0
7202025-02-01T00:08:59.511Z Downloaded env_logger v0.11.5
7212025-02-01T00:08:59.511Z Downloaded crossbeam-utils v0.8.20
7222025-02-01T00:08:59.511Z Downloaded crc32fast v1.4.2
7232025-02-01T00:08:59.511Z Downloaded crypto-bigint v0.5.5
7242025-02-01T00:08:59.515Z Downloaded bindgen v0.69.5
7252025-02-01T00:08:59.522Z Downloaded multimap v0.10.0
7262025-02-01T00:08:59.525Z Downloaded icu_locid_transform v1.5.0
7272025-02-01T00:08:59.528Z Downloaded rustls-pemfile v2.2.0
7282025-02-01T00:08:59.531Z Downloaded pest_meta v2.7.14
7292025-02-01T00:08:59.531Z Downloaded tungstenite v0.21.0
7302025-02-01T00:08:59.534Z Downloaded encoding_rs v0.8.34
7312025-02-01T00:08:59.556Z Downloaded qorb v0.2.1
7322025-02-01T00:08:59.559Z Downloaded icu_locid_transform_data v1.5.0
7332025-02-01T00:08:59.562Z Downloaded idna v1.0.3
7342025-02-01T00:08:59.565Z Downloaded serde_with v3.11.0
7352025-02-01T00:08:59.572Z Downloaded zerocopy v0.7.35
7362025-02-01T00:08:59.598Z Downloaded async-std v1.13.0
7372025-02-01T00:08:59.616Z Downloaded nodrop v0.1.14
7382025-02-01T00:08:59.619Z Downloaded unarray v0.1.4
7392025-02-01T00:08:59.619Z Downloaded termios v0.3.3
7402025-02-01T00:08:59.621Z Downloaded pin-project-internal v1.1.6
7412025-02-01T00:08:59.621Z Downloaded miniz_oxide v0.8.0
7422025-02-01T00:08:59.624Z Downloaded unicode-properties v0.1.3
7432025-02-01T00:08:59.627Z Downloaded quinn-proto v0.11.8
7442025-02-01T00:08:59.631Z Downloaded untrusted v0.7.1
7452025-02-01T00:08:59.635Z Downloaded oorandom v11.1.4
7462025-02-01T00:08:59.635Z Downloaded icu_normalizer v1.5.0
7472025-02-01T00:08:59.638Z Downloaded tokio-postgres v0.7.12
7482025-02-01T00:08:59.641Z Downloaded rustls-pemfile v1.0.4
7492025-02-01T00:08:59.643Z Downloaded phf_codegen v0.11.2
7502025-02-01T00:08:59.646Z Downloaded phf v0.11.2
7512025-02-01T00:08:59.646Z Downloaded num_enum_derive v0.5.11
7522025-02-01T00:08:59.649Z Downloaded sha2 v0.10.8
7532025-02-01T00:08:59.652Z Downloaded libgit2-sys v0.17.0+1.8.1
7542025-02-01T00:08:59.706Z Downloaded litemap v0.7.3
7552025-02-01T00:08:59.710Z Downloaded serde_path_to_error v0.1.16
7562025-02-01T00:08:59.713Z Downloaded litrs v0.4.1
7572025-02-01T00:08:59.713Z Downloaded publicsuffix v2.3.0
7582025-02-01T00:08:59.716Z Downloaded dunce v1.0.5
7592025-02-01T00:08:59.716Z Downloaded dirs-next v2.0.0
7602025-02-01T00:08:59.719Z Downloaded unicode_categories v0.1.1
7612025-02-01T00:08:59.719Z Downloaded icu_properties v1.5.1
7622025-02-01T00:08:59.722Z Downloaded indoc v1.0.9
7632025-02-01T00:08:59.724Z Downloaded dirs-sys-next v0.1.2
7642025-02-01T00:08:59.724Z Downloaded difflib v0.4.0
7652025-02-01T00:08:59.727Z Downloaded zone v0.1.8
7662025-02-01T00:08:59.728Z Downloaded utf8_iter v1.0.4
7672025-02-01T00:08:59.728Z Downloaded universal-hash v0.5.1
7682025-02-01T00:08:59.730Z Downloaded typify-macro v0.3.0
7692025-02-01T00:08:59.730Z Downloaded proc-macro-crate v3.2.0
7702025-02-01T00:08:59.730Z Downloaded similar-asserts v1.6.0
7712025-02-01T00:08:59.736Z Downloaded constant_time_eq v0.3.1
7722025-02-01T00:08:59.736Z Downloaded rsa v0.9.6
7732025-02-01T00:08:59.739Z Downloaded nom v7.1.3
7742025-02-01T00:08:59.744Z Downloaded tokio-tungstenite v0.21.0
7752025-02-01T00:08:59.750Z Downloaded parking_lot v0.12.3
7762025-02-01T00:08:59.753Z Downloaded term v0.7.0
7772025-02-01T00:08:59.753Z Downloaded indexmap v1.9.3
7782025-02-01T00:08:59.755Z Downloaded ecdsa v0.16.9
7792025-02-01T00:08:59.756Z Downloaded time v0.3.36
7802025-02-01T00:08:59.762Z Downloaded libm v0.2.8
7812025-02-01T00:08:59.771Z Downloaded blake3 v1.5.4
7822025-02-01T00:08:59.777Z Downloaded ctr v0.9.2
7832025-02-01T00:08:59.782Z Downloaded scopeguard v1.2.0
7842025-02-01T00:08:59.782Z Downloaded derive-where v1.2.7
7852025-02-01T00:08:59.785Z Downloaded trybuild v1.0.101
7862025-02-01T00:08:59.788Z Downloaded rand_distr v0.4.3
7872025-02-01T00:08:59.793Z Downloaded toml_edit v0.19.15
7882025-02-01T00:08:59.806Z Downloaded reedline v0.35.0
7892025-02-01T00:08:59.813Z Downloaded stringmetrics v2.2.2
7902025-02-01T00:08:59.821Z Downloaded pkg-config v0.3.31
7912025-02-01T00:08:59.821Z Downloaded parking_lot_core v0.8.6
7922025-02-01T00:08:59.821Z Downloaded parking_lot v0.11.2
7932025-02-01T00:08:59.825Z Downloaded lock_api v0.4.12
7942025-02-01T00:08:59.825Z Downloaded textwrap v0.16.1
7952025-02-01T00:08:59.830Z Downloaded test-strategy v0.3.1
7962025-02-01T00:08:59.830Z Downloaded hkdf v0.12.4
7972025-02-01T00:08:59.834Z Downloaded unicode-ident v1.0.14
7982025-02-01T00:08:59.834Z Downloaded tokio-util v0.7.12
7992025-02-01T00:08:59.838Z Downloaded p521 v0.13.3
8002025-02-01T00:08:59.842Z Downloaded resolv-conf v0.7.0
8012025-02-01T00:08:59.845Z Downloaded crossbeam-deque v0.8.5
8022025-02-01T00:08:59.848Z Downloaded vte v0.11.1
8032025-02-01T00:08:59.848Z Downloaded rstest v0.23.0
8042025-02-01T00:08:59.853Z Downloaded postgres-types v0.2.8
8052025-02-01T00:08:59.856Z Downloaded elliptic-curve v0.13.8
8062025-02-01T00:08:59.859Z Downloaded derive_more v0.99.18
8072025-02-01T00:08:59.864Z Downloaded parse-zoneinfo v0.3.1
8082025-02-01T00:08:59.867Z Downloaded parking v2.2.1
8092025-02-01T00:08:59.870Z Downloaded pest_derive v2.7.14
8102025-02-01T00:08:59.871Z Downloaded crc-any v2.5.0
8112025-02-01T00:08:59.873Z Downloaded tracing-attributes v0.1.27
8122025-02-01T00:08:59.873Z Downloaded utf-8 v0.7.6
8132025-02-01T00:08:59.876Z Downloaded tinytemplate v1.2.1
8142025-02-01T00:08:59.876Z Downloaded snafu-derive v0.8.5
8152025-02-01T00:08:59.881Z Downloaded hyper v1.5.2
8162025-02-01T00:08:59.885Z Downloaded hashbrown v0.14.5
8172025-02-01T00:08:59.893Z Downloaded guppy v0.17.8
8182025-02-01T00:08:59.898Z Downloaded typed-path v0.9.3
8192025-02-01T00:08:59.904Z Downloaded libsw v3.3.1
8202025-02-01T00:08:59.907Z Downloaded datatest-stable v0.2.9
8212025-02-01T00:08:59.907Z Downloaded tracing-core v0.1.32
8222025-02-01T00:08:59.909Z Downloaded waitgroup v0.1.2
8232025-02-01T00:08:59.912Z Downloaded icu_normalizer_data v1.5.0
8242025-02-01T00:08:59.912Z Downloaded diesel_derives v2.2.3
8252025-02-01T00:08:59.916Z Downloaded serde_yaml v0.9.34+deprecated
8262025-02-01T00:08:59.920Z Downloaded samael v0.0.17
8272025-02-01T00:08:59.925Z Downloaded cipher v0.4.4
8282025-02-01T00:08:59.929Z Downloaded ciborium-ll v0.2.2
8292025-02-01T00:08:59.931Z Downloaded zopfli v0.8.1
8302025-02-01T00:08:59.931Z Downloaded serde_derive v1.0.217
8312025-02-01T00:08:59.934Z Downloaded russh-keys v0.45.0
8322025-02-01T00:08:59.936Z Downloaded cookie_store v0.21.1
8332025-02-01T00:08:59.939Z Downloaded openssl-sys v0.9.104
8342025-02-01T00:08:59.942Z Downloaded tracing v0.1.40
8352025-02-01T00:08:59.946Z Downloaded zip v0.6.6
8362025-02-01T00:08:59.950Z Downloaded idna_adapter v1.2.0
8372025-02-01T00:08:59.953Z Downloaded hyper-util v0.1.10
8382025-02-01T00:08:59.956Z Downloaded serde v1.0.217
8392025-02-01T00:08:59.959Z Downloaded ident_case v1.0.1
8402025-02-01T00:08:59.961Z Downloaded oso v0.27.3
8412025-02-01T00:08:59.964Z Downloaded lazy_static v1.5.0
8422025-02-01T00:08:59.967Z Downloaded lalrpop-util v0.19.12
8432025-02-01T00:08:59.967Z Downloaded embedded-io v0.4.0
8442025-02-01T00:08:59.967Z Downloaded crc v3.2.1
8452025-02-01T00:08:59.971Z Downloaded crc-catalog v2.4.0
8462025-02-01T00:08:59.971Z Downloaded sqlformat v0.2.6
8472025-02-01T00:08:59.980Z Downloaded ron v0.8.1
8482025-02-01T00:08:59.988Z Downloaded serde_with_macros v3.11.0
8492025-02-01T00:08:59.988Z Downloaded zerocopy v0.6.6
8502025-02-01T00:08:59.988Z Downloaded hashbrown v0.13.2
8512025-02-01T00:08:59.991Z Downloaded wyz v0.5.1
8522025-02-01T00:08:59.991Z Downloaded tungstenite v0.24.0
8532025-02-01T00:08:59.991Z Downloaded hickory-resolver v0.24.2
8542025-02-01T00:08:59.996Z Downloaded partial-io v0.5.4
8552025-02-01T00:08:59.999Z Downloaded owo-colors v4.1.0
8562025-02-01T00:09:00.003Z Downloaded thiserror-impl v2.0.11
8572025-02-01T00:09:00.003Z Downloaded strum_macros v0.24.3
8582025-02-01T00:09:00.010Z Downloaded serde_repr v0.1.19
8592025-02-01T00:09:00.010Z Downloaded clap_derive v4.5.24
8602025-02-01T00:09:00.014Z Downloaded clap v4.5.27
8612025-02-01T00:09:00.017Z Downloaded clang-sys v1.8.1
8622025-02-01T00:09:00.021Z Downloaded rcgen v0.12.1
8632025-02-01T00:09:00.024Z Downloaded rayon-core v1.12.1
8642025-02-01T00:09:00.027Z Downloaded expectorate v1.1.0
8652025-02-01T00:09:00.027Z Downloaded serde_spanned v0.6.8
8662025-02-01T00:09:00.030Z Downloaded typenum v1.17.0
8672025-02-01T00:09:00.030Z Downloaded polling v3.7.3
8682025-02-01T00:09:00.033Z Downloaded rand_core v0.6.4
8692025-02-01T00:09:00.037Z Downloaded predicates-core v1.0.8
8702025-02-01T00:09:00.037Z Downloaded toml v0.7.8
8712025-02-01T00:09:00.040Z Downloaded base64 v0.13.1
8722025-02-01T00:09:00.042Z Downloaded tempfile v3.13.0
8732025-02-01T00:09:00.046Z Downloaded base64 v0.22.1
8742025-02-01T00:09:00.050Z Downloaded backtrace v0.3.74
8752025-02-01T00:09:00.055Z Downloaded pin-utils v0.1.0
8762025-02-01T00:09:00.058Z Downloaded num-integer v0.1.46
8772025-02-01T00:09:00.058Z Downloaded semver v1.0.24
8782025-02-01T00:09:00.063Z Downloaded argon2 v0.5.3
8792025-02-01T00:09:00.065Z Downloaded cc v1.1.30
8802025-02-01T00:09:00.068Z Downloaded bumpalo v3.16.0
8812025-02-01T00:09:00.070Z Downloaded sct v0.7.1
8822025-02-01T00:09:00.073Z Downloaded poly1305 v0.8.0
8832025-02-01T00:09:00.076Z Downloaded ena v0.14.3
8842025-02-01T00:09:00.078Z Downloaded embedded-io v0.6.1
8852025-02-01T00:09:00.078Z Downloaded parse-size v1.1.0
8862025-02-01T00:09:00.081Z Downloaded crypto-common v0.1.6
8872025-02-01T00:09:00.081Z Downloaded slog-scope v4.4.0
8882025-02-01T00:09:00.084Z Downloaded rustc_version v0.1.7
8892025-02-01T00:09:00.084Z Downloaded arc-swap v1.7.1
8902025-02-01T00:09:00.086Z Downloaded criterion-plot v0.5.0
8912025-02-01T00:09:00.089Z Downloaded cmake v0.1.51
8922025-02-01T00:09:00.089Z Downloaded clap_lex v0.7.4
8932025-02-01T00:09:00.092Z Downloaded unicode-xid v0.2.6
8942025-02-01T00:09:00.092Z Downloaded heapless v0.8.0
8952025-02-01T00:09:00.096Z Downloaded writeable v0.5.5
8962025-02-01T00:09:00.100Z Downloaded unicode-truncate v1.1.0
8972025-02-01T00:09:00.100Z Downloaded omicron-zone-package v0.12.0
8982025-02-01T00:09:00.105Z Downloaded hmac v0.12.1
8992025-02-01T00:09:00.105Z Downloaded ring v0.17.8
9002025-02-01T00:09:00.172Z Downloaded allocator-api2 v0.2.18
9012025-02-01T00:09:00.175Z Downloaded smallvec v0.6.14
9022025-02-01T00:09:00.178Z Downloaded slog-stdlog v4.1.1
9032025-02-01T00:09:00.178Z Downloaded semver v0.1.20
9042025-02-01T00:09:00.182Z Downloaded pem-rfc7468 v0.7.0
9052025-02-01T00:09:00.182Z Downloaded password-hash v0.5.0
9062025-02-01T00:09:00.186Z Downloaded slog-envlogger v2.2.0
9072025-02-01T00:09:00.186Z Downloaded simd-adler32 v0.3.7
9082025-02-01T00:09:00.187Z Downloaded num-rational v0.4.2
9092025-02-01T00:09:00.189Z Downloaded num-complex v0.4.6
9102025-02-01T00:09:00.189Z Downloaded cstr-argument v0.1.2
9112025-02-01T00:09:00.190Z Downloaded zone_cfg_derive v0.3.0
9122025-02-01T00:09:00.190Z Downloaded sec1 v0.7.3
9132025-02-01T00:09:00.192Z Downloaded headers v0.4.0
9142025-02-01T00:09:00.196Z Downloaded rustc-hash v1.1.0
9152025-02-01T00:09:00.198Z Downloaded flume v0.11.1
9162025-02-01T00:09:00.201Z Downloaded parse-display v0.10.0
9172025-02-01T00:09:00.204Z Downloaded async-lock v3.4.0
9182025-02-01T00:09:00.204Z Downloaded highway v1.2.0
9192025-02-01T00:09:00.206Z Downloaded async-trait v0.1.85
9202025-02-01T00:09:00.209Z Downloaded ahash v0.8.11
9212025-02-01T00:09:00.212Z Downloaded blocking v1.6.1
9222025-02-01T00:09:00.216Z Downloaded backoff v0.4.0
9232025-02-01T00:09:00.219Z Downloaded camino-tempfile v1.1.1
9242025-02-01T00:09:00.219Z Downloaded bitflags v1.3.2
9252025-02-01T00:09:00.222Z Downloaded bcs v0.1.6
9262025-02-01T00:09:00.222Z Downloaded byteorder v1.5.0
9272025-02-01T00:09:00.225Z Downloaded hashlink v0.9.1
9282025-02-01T00:09:00.228Z Downloaded base64ct v1.6.0
9292025-02-01T00:09:00.229Z Downloaded async-process v2.3.0
9302025-02-01T00:09:00.232Z Downloaded httparse v1.9.5
9312025-02-01T00:09:00.232Z Downloaded futures-lite v2.3.0
9322025-02-01T00:09:00.235Z Downloaded futures-io v0.3.31
9332025-02-01T00:09:00.235Z Downloaded anes v0.1.6
9342025-02-01T00:09:00.238Z Downloaded async-recursion v1.1.1
9352025-02-01T00:09:00.241Z Downloaded async-channel v1.9.0
9362025-02-01T00:09:00.242Z Downloaded assert_matches v1.5.0
9372025-02-01T00:09:00.242Z Downloaded arrayref v0.3.9
9382025-02-01T00:09:00.244Z Downloaded anstyle v1.0.10
9392025-02-01T00:09:00.244Z Downloaded async-bb8-diesel v0.2.1
9402025-02-01T00:09:00.247Z Downloaded anstream v0.6.15
9412025-02-01T00:09:00.249Z Downloaded async-executor v1.13.1
9422025-02-01T00:09:00.253Z Downloaded async-stream v0.3.6
9432025-02-01T00:09:00.258Z Downloaded globset v0.4.15
9442025-02-01T00:09:00.258Z Downloaded futures-channel v0.3.31
9452025-02-01T00:09:00.258Z Downloaded cfg-if v1.0.0
9462025-02-01T00:09:00.261Z Downloaded foreign-types v0.5.0
9472025-02-01T00:09:00.261Z Downloaded bitfield v0.14.0
9482025-02-01T00:09:00.261Z Downloaded assert_cmd v2.0.16
9492025-02-01T00:09:00.261Z Downloaded form_urlencoded v1.2.1
9502025-02-01T00:09:00.264Z Downloaded float-cmp v0.9.0
9512025-02-01T00:09:00.264Z Downloaded fallible-streaming-iterator v0.1.9
9522025-02-01T00:09:00.264Z Downloaded fs_extra v1.3.0
9532025-02-01T00:09:00.267Z Downloaded foreign-types-macros v0.2.3
9542025-02-01T00:09:00.267Z Downloaded castaway v0.2.3
9552025-02-01T00:09:00.269Z Downloaded buf-list v1.0.3
9562025-02-01T00:09:00.272Z Downloaded blowfish v0.9.1
9572025-02-01T00:09:00.272Z Downloaded funty v2.0.0
9582025-02-01T00:09:00.272Z Downloaded chrono-tz-build v0.4.0
9592025-02-01T00:09:00.276Z Downloaded block-buffer v0.10.4
9602025-02-01T00:09:00.276Z Downloaded bitfield-struct v0.6.2
9612025-02-01T00:09:00.276Z Downloaded async-channel v2.3.1
9622025-02-01T00:09:00.280Z Downloaded anstyle-parse v0.2.5
9632025-02-01T00:09:00.280Z Downloaded approx v0.5.1
9642025-02-01T00:09:00.282Z Downloaded gethostname v0.5.0
9652025-02-01T00:09:00.283Z Downloaded futures-timer v3.0.3
9662025-02-01T00:09:00.283Z Downloaded futures-task v0.3.31
9672025-02-01T00:09:00.286Z Downloaded futures-executor v0.3.31
9682025-02-01T00:09:00.286Z Downloaded libsqlite3-sys v0.30.1
9692025-02-01T00:09:00.363Z Downloaded fs-err v2.11.0
9702025-02-01T00:09:00.366Z Downloaded flagset v0.4.6
9712025-02-01T00:09:00.366Z Downloaded fnv v1.0.7
9722025-02-01T00:09:00.369Z Downloaded float-ord v0.3.2
9732025-02-01T00:09:00.369Z Downloaded ff v0.13.0
9742025-02-01T00:09:00.372Z Downloaded cargo-platform v0.1.8
9752025-02-01T00:09:00.372Z Downloaded base16ct v0.2.0
9762025-02-01T00:09:00.372Z Downloaded aead v0.5.2
9772025-02-01T00:09:00.376Z Downloaded assert-json-diff v2.0.2
9782025-02-01T00:09:00.376Z Downloaded event-listener-strategy v0.5.2
9792025-02-01T00:09:00.544Z Downloaded aws-lc-sys v0.22.0
9802025-02-01T00:09:01.050Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9812025-02-01T00:09:03.452Zpkg list: illegal option -- F
9822025-02-01T00:09:03.452ZUsage:
9832025-02-01T00:09:03.455Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9842025-02-01T00:09:03.455Z [pkg_fmri_pattern ...]
9852025-02-01T00:09:04.334Zpkg list: illegal option -- F
9862025-02-01T00:09:04.334ZUsage:
9872025-02-01T00:09:04.337Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9882025-02-01T00:09:04.337Z [pkg_fmri_pattern ...]
9892025-02-01T00:09:13.671Z Startup: Refreshing catalog 'helios-dev' ... Done
9902025-02-01T00:09:17.856Z Startup: Caching catalogs ... Done
9912025-02-01T00:09:29.360ZPlanning: Solver setup ... Done (10.693s)
9922025-02-01T00:09:29.505ZPlanning: Running solver ... Done (0.144s)
9932025-02-01T00:09:29.780ZPlanning: Finding local manifests ... Done (0.172s)
9942025-02-01T00:09:32.811ZPlanning: Fetching manifests: 0/7 0% complete
9952025-02-01T00:09:33.409ZPlanning: Fetching manifests: 7/7 100% complete
9962025-02-01T00:09:33.868ZPlanning: Package planning ... Done (0.459s)
9972025-02-01T00:09:33.926ZPlanning: Merging actions ... Done (0.057s)
9982025-02-01T00:09:34.499ZPlanning: Checking for conflicting actions ... Done (0.571s)
9992025-02-01T00:09:38.681ZPlanning: Consolidating action changes ... Done (4.168s)
10002025-02-01T00:09:39.090ZPlanning: Evaluating mediators ... Done (0.416s)
10012025-02-01T00:09:39.168ZPlanning: Planning completed in 21.21 seconds
10022025-02-01T00:09:39.289Z Packages to install: 4
10032025-02-01T00:09:39.289Z Packages to update: 3
10042025-02-01T00:09:39.300Z Mediators to change: 2
10052025-02-01T00:09:39.300Z Services to change: 1
10062025-02-01T00:09:39.301Z Estimated space available: 155.36 GB
10072025-02-01T00:09:39.301ZEstimated space to be consumed: 1.65 GB
10082025-02-01T00:09:39.301Z Create boot environment: No
10092025-02-01T00:09:39.301ZCreate backup boot environment: Yes
10102025-02-01T00:09:39.301Z Rebuild boot archive: No
10112025-02-01T00:09:39.301Z
10122025-02-01T00:09:39.301ZChanged mediators:
10132025-02-01T00:09:39.301Z mediator clang:
10142025-02-01T00:09:39.302Z version: None -> 15 (system default)
10152025-02-01T00:09:39.302Z
10162025-02-01T00:09:39.302Z mediator llvm:
10172025-02-01T00:09:39.302Z version: 14 (system default) -> 15 (system default)
10182025-02-01T00:09:39.302Z
10192025-02-01T00:09:39.302ZChanged packages:
10202025-02-01T00:09:39.302Zhelios-dev
10212025-02-01T00:09:39.302Z developer/build-essential
10222025-02-01T00:09:39.302Z None -> 11-2.0
10232025-02-01T00:09:39.302Z library/libxmlsec1
10242025-02-01T00:09:39.303Z None -> 1.2.35-2.0
10252025-02-01T00:09:39.303Z ooce/developer/clang-15
10262025-02-01T00:09:39.303Z None -> 15.0.7-2.0
10272025-02-01T00:09:39.303Z ooce/developer/llvm-15
10282025-02-01T00:09:39.303Z None -> 15.0.7-2.0
10292025-02-01T00:09:39.303Z package/pkg
10302025-02-01T00:09:39.303Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10312025-02-01T00:09:39.303Z system/library/g++-runtime
10322025-02-01T00:09:39.303Z 13-2.0 -> 14-2.0
10332025-02-01T00:09:39.303Z system/library/gcc-runtime
10342025-02-01T00:09:39.304Z 13-2.0 -> 14-2.0
10352025-02-01T00:09:39.304Z
10362025-02-01T00:09:39.304ZServices:
10372025-02-01T00:09:39.304Z restart_fmri:
10382025-02-01T00:09:39.304Z svc:/system/update-man-index:default
10392025-02-01T00:09:39.304Z
10402025-02-01T00:09:39.304ZEditable files to change:
10412025-02-01T00:09:39.304Z Update:
10422025-02-01T00:09:39.304Z usr/share/lib/pkg/web/config.shtml
10432025-02-01T00:09:39.510Z
10442025-02-01T00:09:39.511ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10452025-02-01T00:09:46.039ZDownload: 212/4301 items 1.3/225.4MB 0% complete (511k/s)
10462025-02-01T00:10:10.484ZDownload: 213/4301 items 1.3/225.4MB 0% complete
10472025-02-01T00:10:15.486ZDownload: 883/4301 items 18.9/225.4MB 8% complete (3.7M/s)
10482025-02-01T00:10:20.680ZDownload: 1195/4301 items 83.2/225.4MB 36% complete (8.8M/s)
10492025-02-01T00:10:25.703ZDownload: 2218/4301 items 119.2/225.4MB 52% complete (10.0M/s)
10502025-02-01T00:10:30.722ZDownload: 3249/4301 items 203.1/225.4MB 90% complete (12.0M/s)
10512025-02-01T00:10:36.872ZDownload: 3282/4301 items 211.0/225.4MB 93% complete (12.6M/s)
10522025-02-01T00:10:41.885ZDownload: 4001/4301 items 218.4/225.4MB 96% complete (1.2M/s)
10532025-02-01T00:10:47.683ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (1.4M/s)
10542025-02-01T00:10:48.696ZDownload: Completed 225.42 MB in 69.18 seconds (3.3M/s)
10552025-02-01T00:10:51.138Z Actions: 1/5122 actions (Removing old actions)
10562025-02-01T00:10:51.156Z Actions: 194/5122 actions (Installing new actions)
10572025-02-01T00:10:56.194Z Actions: 4131/5122 actions (Installing new actions)
10582025-02-01T00:10:56.236Z Actions: 4267/5122 actions (Updating modified actions)
10592025-02-01T00:10:56.789Z Actions: Completed 5122 actions in 5.65 seconds.
10602025-02-01T00:10:57.207Z Done (0.407s)
10612025-02-01T00:10:57.211Z Done (0.001s)
10622025-02-01T00:10:57.806Z Done (0.598s)
10632025-02-01T00:11:04.113Z Done (6.069s)
10642025-02-01T00:11:04.505Z Done (0.320s)
10652025-02-01T00:11:04.507Z Done (0.000s)
10662025-02-01T00:11:04.711Z Done (0.000s)
10672025-02-01T00:11:05.410ZPlanning: Evaluating mediator changes ... Done
10682025-02-01T00:11:05.574ZPlanning: Checking for conflicting actions ... Done
10692025-02-01T00:11:05.576ZPlanning: Consolidating action changes ... Done
10702025-02-01T00:11:05.839ZPlanning: Evaluating mediators ... Done
10712025-02-01T00:11:05.842ZPlanning: Planning completed in 0.43 seconds
10722025-02-01T00:11:05.879Z Mediators to change: 2
10732025-02-01T00:11:05.882Z Create boot environment: No
10742025-02-01T00:11:05.882ZCreate backup boot environment: No
10752025-02-01T00:11:06.037Z Done
10762025-02-01T00:11:06.037Z Done
10772025-02-01T00:11:06.415Z Done
10782025-02-01T00:11:10.009Z Done
10792025-02-01T00:11:10.098Z Done
10802025-02-01T00:11:10.101Z Done
10812025-02-01T00:11:10.245Z Done
10822025-02-01T00:11:10.861ZPlanning: Evaluating mediator changes ... Done
10832025-02-01T00:11:10.864ZPlanning: Merging actions ... Done
10842025-02-01T00:11:11.054ZPlanning: Checking for conflicting actions ... Done
10852025-02-01T00:11:11.056ZPlanning: Consolidating action changes ... Done
10862025-02-01T00:11:11.320ZPlanning: Evaluating mediators ... Done
10872025-02-01T00:11:11.374ZPlanning: Planning completed in 0.75 seconds
10882025-02-01T00:11:11.415Z Packages to change: 1
10892025-02-01T00:11:11.415Z Mediators to change: 1
10902025-02-01T00:11:11.418Z Services to change: 1
10912025-02-01T00:11:11.418Z Create boot environment: No
10922025-02-01T00:11:11.418ZCreate backup boot environment: Yes
10932025-02-01T00:11:13.729Z Actions: 1/6 actions (Updating modified actions)
10942025-02-01T00:11:13.734Z Actions: Completed 6 actions in 0.00 seconds.
10952025-02-01T00:11:13.734Z Done
10962025-02-01T00:11:13.734Z Done
10972025-02-01T00:11:13.847Z Done
10982025-02-01T00:11:17.482Z Done
10992025-02-01T00:11:17.582Z Done
11002025-02-01T00:11:17.623Z Done
11012025-02-01T00:11:17.747Z Done
11022025-02-01T00:11:18.148ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11032025-02-01T00:11:18.148Zclang system 15 system
11042025-02-01T00:11:18.148Zcsh system system illumos
11052025-02-01T00:11:18.148Zctags system system illumos
11062025-02-01T00:11:18.148Zgcc vendor 12 vendor
11072025-02-01T00:11:18.148Zgcc system 10 system
11082025-02-01T00:11:18.148Zgcc system 7 system
11092025-02-01T00:11:18.148Zgo system 1.20 system
11102025-02-01T00:11:18.149Zgo system 1.19 system
11112025-02-01T00:11:18.149Zllvm system 15 system
11122025-02-01T00:11:18.149Zllvm system 14 system
11132025-02-01T00:11:18.149Zmariadb system 10.6 system
11142025-02-01T00:11:18.149Zmta vendor vendor dma
11152025-02-01T00:11:18.149Zopenjdk system 17 system
11162025-02-01T00:11:18.149Zopenjdk system 11 system
11172025-02-01T00:11:18.149Zopenjdk system 1.8 system
11182025-02-01T00:11:18.149Zopenssl vendor 3 vendor
11192025-02-01T00:11:18.149Zperl system 5.36 system
11202025-02-01T00:11:18.149Zpostgresql system 15 system
11212025-02-01T00:11:18.149Zpostgresql system 13 system
11222025-02-01T00:11:18.149Zpython vendor 3 vendor
11232025-02-01T00:11:18.150Zpython system 2 system
11242025-02-01T00:11:18.150Zpython3 system 3.11 system
11252025-02-01T00:11:18.150Zruby system 3.0 system
11262025-02-01T00:11:18.150Zwords vendor vendor american-english
11272025-02-01T00:11:18.150Zwords system system australian-english
11282025-02-01T00:11:18.150Zwords system system british-english
11292025-02-01T00:11:18.150Zwords system system canadian-english
11302025-02-01T00:11:18.150Zwords system system french
11312025-02-01T00:11:18.150Zwords system system italian
11322025-02-01T00:11:18.150Zwords system system ngerman
11332025-02-01T00:11:18.151Zwords system system ogerman
11342025-02-01T00:11:18.151Zwords system system spanish
11352025-02-01T00:11:18.465ZPUBLISHER TYPE STATUS P LOCATION
11362025-02-01T00:11:18.465Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11372025-02-01T00:11:21.294ZFMRI IFO
11382025-02-01T00:11:21.294Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11392025-02-01T00:11:21.294Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11402025-02-01T00:11:21.294Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11412025-02-01T00:11:21.294Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11422025-02-01T00:11:21.295Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11432025-02-01T00:11:21.295Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11442025-02-01T00:11:21.295Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11452025-02-01T00:11:21.295Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11462025-02-01T00:11:21.295Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11472025-02-01T00:11:21.295Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11482025-02-01T00:11:21.295Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11492025-02-01T00:11:21.295Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11502025-02-01T00:11:21.295Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11512025-02-01T00:11:21.295Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11522025-02-01T00:11:21.296Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11532025-02-01T00:11:22.313Z Downloading crates ...
11542025-02-01T00:11:22.414Z Downloaded cargo_toml v0.20.5
11552025-02-01T00:11:22.532Z Compiling proc-macro2 v1.0.92
11562025-02-01T00:11:22.537Z Compiling unicode-ident v1.0.14
11572025-02-01T00:11:22.537Z Compiling serde v1.0.217
11582025-02-01T00:11:22.537Z Compiling version_check v0.9.5
11592025-02-01T00:11:22.537Z Compiling thiserror v1.0.69
11602025-02-01T00:11:22.537Z Compiling memchr v2.7.4
11612025-02-01T00:11:22.537Z Compiling libc v0.2.169
11622025-02-01T00:11:22.568Z Compiling ryu v1.0.18
11632025-02-01T00:11:22.817Z Compiling ucd-trie v0.1.7
11642025-02-01T00:11:22.927Z Compiling itoa v1.0.11
11652025-02-01T00:11:23.201Z Compiling once_cell v1.20.2
11662025-02-01T00:11:23.283Z Compiling byteorder v1.5.0
11672025-02-01T00:11:23.478Z Compiling serde_json v1.0.135
11682025-02-01T00:11:23.545Z Compiling rustix v0.38.37
11692025-02-01T00:11:23.718Z Compiling bitflags v2.6.0
11702025-02-01T00:11:23.798Z Compiling usdt-impl v0.5.0
11712025-02-01T00:11:24.077Z Compiling proc-macro-error-attr v1.0.4
11722025-02-01T00:11:24.091Z Compiling syn v1.0.109
11732025-02-01T00:11:24.118Z Compiling proc-macro-error v1.0.4
11742025-02-01T00:11:24.264Z Compiling quote v1.0.38
11752025-02-01T00:11:24.320Z Compiling camino v1.1.9
11762025-02-01T00:11:24.386Z Compiling errno v0.3.9
11772025-02-01T00:11:24.402Z Compiling plain v0.2.3
11782025-02-01T00:11:24.602Z Compiling equivalent v1.0.1
11792025-02-01T00:11:24.618Z Compiling syn v2.0.96
11802025-02-01T00:11:24.702Z Compiling thread-id v4.2.2
11812025-02-01T00:11:24.716Z Compiling utf8parse v0.2.2
11822025-02-01T00:11:24.719Z Compiling hashbrown v0.15.1
11832025-02-01T00:11:24.820Z Compiling log v0.4.22
11842025-02-01T00:11:24.866Z Compiling anstyle-parse v0.2.5
11852025-02-01T00:11:25.168Z Compiling colorchoice v1.0.2
11862025-02-01T00:11:25.188Z Compiling is_terminal_polyfill v1.70.1
11872025-02-01T00:11:25.307Z Compiling autocfg v1.4.0
11882025-02-01T00:11:25.320Z Compiling semver v1.0.24
11892025-02-01T00:11:25.439Z Compiling pretty-hex v0.4.1
11902025-02-01T00:11:25.658Z Compiling unicode-width v0.1.14
11912025-02-01T00:11:25.695Z Compiling winnow v0.6.20
11922025-02-01T00:11:25.822Z Compiling indexmap v2.7.1
11932025-02-01T00:11:25.836Z Compiling anstyle-query v1.1.1
11942025-02-01T00:11:25.972Z Compiling anstyle v1.0.10
11952025-02-01T00:11:26.256Z Compiling fs-err v2.11.0
11962025-02-01T00:11:26.386Z Compiling anstream v0.6.15
11972025-02-01T00:11:26.534Z Compiling terminal_size v0.4.0
11982025-02-01T00:11:26.558Z Compiling clap_lex v0.7.4
11992025-02-01T00:11:26.749Z Compiling strsim v0.11.1
12002025-02-01T00:11:27.032Z Compiling fastrand v2.1.1
12012025-02-01T00:11:27.067Z Compiling heck v0.5.0
12022025-02-01T00:11:27.093Z Compiling heck v0.4.1
12032025-02-01T00:11:27.399Z Compiling cfg-if v1.0.0
12042025-02-01T00:11:27.496Z Compiling anyhow v1.0.95
12052025-02-01T00:11:27.526Z Compiling bytecount v0.6.8
12062025-02-01T00:11:27.529Z Compiling fnv v1.0.7
12072025-02-01T00:11:27.552Z Compiling tempfile v3.13.0
12082025-02-01T00:11:27.716Z Compiling papergrid v0.11.0
12092025-02-01T00:11:27.753Z Compiling clap_builder v4.5.27
12102025-02-01T00:11:28.331Z Compiling memmap v0.7.0
12112025-02-01T00:11:28.400Z Compiling smawk v0.3.2
12122025-02-01T00:11:28.515Z Compiling unicode-linebreak v0.1.5
12132025-02-01T00:11:29.016Z Compiling textwrap v0.16.1
12142025-02-01T00:11:29.129Z Compiling swrite v0.1.0
12152025-02-01T00:11:29.815Z Compiling tabled_derive v0.7.0
12162025-02-01T00:11:31.171Z Compiling tabled v0.15.0
12172025-02-01T00:11:31.579Z Compiling serde_derive v1.0.217
12182025-02-01T00:11:31.582Z Compiling thiserror-impl v1.0.69
12192025-02-01T00:11:31.582Z Compiling zerocopy-derive v0.7.35
12202025-02-01T00:11:31.717Z Compiling scroll_derive v0.12.0
12212025-02-01T00:11:31.752Z Compiling clap_derive v4.5.24
12222025-02-01T00:11:33.000Z Compiling scroll v0.12.0
12232025-02-01T00:11:33.433Z Compiling goblin v0.8.2
12242025-02-01T00:11:33.617Z Compiling zerocopy v0.7.35
12252025-02-01T00:11:34.327Z Compiling pest v2.7.14
12262025-02-01T00:11:35.108Z Compiling clap v4.5.27
12272025-02-01T00:11:36.484Z Compiling pest_meta v2.7.14
12282025-02-01T00:11:37.356Z Compiling pest_generator v2.7.14
12292025-02-01T00:11:38.818Z Compiling pest_derive v2.7.14
12302025-02-01T00:11:39.431Z Compiling dtrace-parser v0.2.0
12312025-02-01T00:11:40.275Z Compiling toml_datetime v0.6.8
12322025-02-01T00:11:40.275Z Compiling serde_spanned v0.6.8
12332025-02-01T00:11:40.278Z Compiling cargo-platform v0.1.8
12342025-02-01T00:11:40.610Z Compiling serde_tokenstream v0.2.2
12352025-02-01T00:11:40.657Z Compiling toml_edit v0.22.22
12362025-02-01T00:11:40.721Z Compiling macaddr v1.0.1
12372025-02-01T00:11:40.874Z Compiling camino-tempfile v1.1.1
12382025-02-01T00:11:41.603Z Compiling dof v0.3.0
12392025-02-01T00:11:41.603Z Compiling cargo_metadata v0.18.1
12402025-02-01T00:11:43.275Z Compiling usdt-macro v0.5.0
12412025-02-01T00:11:43.275Z Compiling usdt-attr-macro v0.5.0
12422025-02-01T00:11:43.548Z Compiling toml v0.8.19
12432025-02-01T00:11:44.404Z Compiling cargo_toml v0.20.5
12442025-02-01T00:11:44.436Z Compiling usdt v0.5.0
12452025-02-01T00:11:47.025Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12462025-02-01T00:11:50.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.37s
12472025-02-01T00:11:50.249Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12482025-02-01T00:11:51.073Z Compiling serde v1.0.217
12492025-02-01T00:11:51.075Z Compiling lock_api v0.4.12
12502025-02-01T00:11:51.075Z Compiling value-bag v1.9.0
12512025-02-01T00:11:51.076Z Compiling scopeguard v1.2.0
12522025-02-01T00:11:51.076Z Compiling typenum v1.17.0
12532025-02-01T00:11:51.203Z Compiling generic-array v0.14.7
12542025-02-01T00:11:51.249Z Compiling syn v2.0.96
12552025-02-01T00:11:51.252Z Compiling getrandom v0.2.15
12562025-02-01T00:11:51.391Z Compiling shlex v1.3.0
12572025-02-01T00:11:51.546Z Compiling rand_core v0.6.4
12582025-02-01T00:11:51.624Z Compiling log v0.4.22
12592025-02-01T00:11:51.740Z Compiling subtle v2.6.1
12602025-02-01T00:11:51.757Z Compiling jobserver v0.1.32
12612025-02-01T00:11:51.790Z Compiling smallvec v1.13.2
12622025-02-01T00:11:52.051Z Compiling const-oid v0.9.6
12632025-02-01T00:11:52.068Z Compiling pin-project-lite v0.2.14
12642025-02-01T00:11:52.086Z Compiling rustix v0.38.37
12652025-02-01T00:11:52.192Z Compiling cc v1.1.30
12662025-02-01T00:11:52.195Z Compiling spin v0.9.8
12672025-02-01T00:11:52.365Z Compiling parking_lot_core v0.9.10
12682025-02-01T00:11:52.567Z Compiling futures-core v0.3.31
12692025-02-01T00:11:52.607Z Compiling signal-hook-registry v1.4.2
12702025-02-01T00:11:52.836Z Compiling mio v1.0.2
12712025-02-01T00:11:52.876Z Compiling aho-corasick v1.1.3
12722025-02-01T00:11:53.342Z Compiling parking_lot v0.12.3
12732025-02-01T00:11:53.439Z Compiling either v1.13.0
12742025-02-01T00:11:53.617Z Compiling regex-syntax v0.8.5
12752025-02-01T00:11:53.848Z Compiling cpufeatures v0.2.14
12762025-02-01T00:11:53.893Z Compiling stable_deref_trait v1.2.0
12772025-02-01T00:11:53.953Z Compiling futures-sink v0.3.31
12782025-02-01T00:11:54.015Z Compiling glob v0.3.2
12792025-02-01T00:11:54.105Z Compiling socket2 v0.5.7
12802025-02-01T00:11:54.124Z Compiling slab v0.4.9
12812025-02-01T00:11:54.160Z Compiling prettyplease v0.2.25
12822025-02-01T00:11:54.609Z Compiling lazy_static v1.5.0
12832025-02-01T00:11:54.630Z Compiling minimal-lexical v0.2.1
12842025-02-01T00:11:54.640Z Compiling serde_json v1.0.135
12852025-02-01T00:11:54.850Z Compiling clang-sys v1.8.1
12862025-02-01T00:11:54.999Z Compiling nom v7.1.3
12872025-02-01T00:11:55.087Z Compiling libloading v0.8.5
12882025-02-01T00:11:55.253Z Compiling home v0.5.9
12892025-02-01T00:11:55.464Z Compiling bindgen v0.69.5
12902025-02-01T00:11:55.509Z Compiling futures-channel v0.3.31
12912025-02-01T00:11:55.929Z Compiling itertools v0.12.1
12922025-02-01T00:11:55.947Z Compiling foldhash v0.1.3
12932025-02-01T00:11:56.245Z Compiling rustc-hash v1.1.0
12942025-02-01T00:11:56.287Z Compiling pin-utils v0.1.0
12952025-02-01T00:11:56.382Z Compiling futures-task v0.3.31
12962025-02-01T00:11:56.423Z Compiling lazycell v1.3.0
12972025-02-01T00:11:56.595Z Compiling allocator-api2 v0.2.18
12982025-02-01T00:11:56.682Z Compiling libm v0.2.8
12992025-02-01T00:11:57.016Z Compiling futures-io v0.3.31
13002025-02-01T00:11:57.289Z Compiling regex-automata v0.4.8
13012025-02-01T00:11:57.331Z Compiling hashbrown v0.15.1
13022025-02-01T00:11:57.665Z Compiling cmake v0.1.51
13032025-02-01T00:11:58.272Z Compiling cexpr v0.6.0
13042025-02-01T00:11:58.546Z Compiling synstructure v0.13.1
13052025-02-01T00:11:58.809Z Compiling num-traits v0.2.19
13062025-02-01T00:11:59.106Z Compiling pkg-config v0.3.31
13072025-02-01T00:11:59.746Z Compiling fs_extra v1.3.0
13082025-02-01T00:11:59.957Z Compiling dunce v1.0.5
13092025-02-01T00:12:00.217Z Compiling litemap v0.7.3
13102025-02-01T00:12:00.273Z Compiling writeable v0.5.5
13112025-02-01T00:12:00.454Z Compiling ring v0.17.8
13122025-02-01T00:12:00.596Z Compiling paste v1.0.15
13132025-02-01T00:12:00.838Z Compiling base64ct v1.6.0
13142025-02-01T00:12:01.411Z Compiling pem-rfc7468 v0.7.0
13152025-02-01T00:12:01.433Z Compiling icu_locid_transform_data v1.5.0
13162025-02-01T00:12:01.499Z Compiling aws-lc-rs v1.10.0
13172025-02-01T00:12:01.549Z Compiling httparse v1.9.5
13182025-02-01T00:12:01.901Z Compiling flagset v0.4.6
13192025-02-01T00:12:02.100Z Compiling tracing-core v0.1.32
13202025-02-01T00:12:02.311Z Compiling percent-encoding v2.3.1
13212025-02-01T00:12:02.689Z Compiling regex v1.11.1
13222025-02-01T00:12:02.721Z Compiling rustls-pki-types v1.10.0
13232025-02-01T00:12:03.063Z Compiling crossbeam-utils v0.8.20
13242025-02-01T00:12:03.328Z Compiling icu_properties_data v1.5.0
13252025-02-01T00:12:03.618Z Compiling write16 v1.0.0
13262025-02-01T00:12:03.643Z Compiling num-conv v0.1.0
13272025-02-01T00:12:03.670Z Compiling mirai-annotations v1.12.0
13282025-02-01T00:12:03.762Z Compiling utf16_iter v1.0.5
13292025-02-01T00:12:03.865Z Compiling utf8_iter v1.0.4
13302025-02-01T00:12:03.896Z Compiling vcpkg v0.2.15
13312025-02-01T00:12:03.899Z Compiling serde_derive v1.0.217
13322025-02-01T00:12:03.969Z Compiling zeroize_derive v1.4.2
13332025-02-01T00:12:04.104Z Compiling zerocopy-derive v0.7.35
13342025-02-01T00:12:04.247Z Compiling tokio-macros v2.5.0
13352025-02-01T00:12:05.365Z Compiling zeroize v1.8.1
13362025-02-01T00:12:05.724Z Compiling zerofrom-derive v0.1.4
13372025-02-01T00:12:05.754Z Compiling yoke-derive v0.7.4
13382025-02-01T00:12:06.137Z Compiling zerocopy v0.7.35
13392025-02-01T00:12:06.181Z Compiling zerovec-derive v0.10.3
13402025-02-01T00:12:06.921Z Compiling crypto-common v0.1.6
13412025-02-01T00:12:07.182Z Compiling block-buffer v0.10.4
13422025-02-01T00:12:07.415Z Compiling digest v0.10.7
13432025-02-01T00:12:07.486Z Compiling thiserror-impl v1.0.69
13442025-02-01T00:12:07.854Z Compiling hmac v0.12.1
13452025-02-01T00:12:07.923Z Compiling displaydoc v0.2.5
13462025-02-01T00:12:08.121Z Compiling futures-macro v0.3.31
13472025-02-01T00:12:08.315Z Compiling block-padding v0.3.3
13482025-02-01T00:12:08.501Z Compiling sha2 v0.10.8
13492025-02-01T00:12:08.584Z Compiling inout v0.1.3
13502025-02-01T00:12:08.686Z Compiling icu_provider_macros v1.5.0
13512025-02-01T00:12:08.874Z Compiling cipher v0.4.4
13522025-02-01T00:12:09.274Z Compiling zerofrom v0.1.4
13532025-02-01T00:12:09.389Z Compiling ppv-lite86 v0.2.20
13542025-02-01T00:12:09.433Z Compiling der_derive v0.7.3
13552025-02-01T00:12:09.508Z Compiling yoke v0.7.4
13562025-02-01T00:12:09.766Z Compiling tracing-attributes v0.1.27
13572025-02-01T00:12:09.858Z Compiling zerovec v0.10.4
13582025-02-01T00:12:09.973Z Compiling futures-util v0.3.31
13592025-02-01T00:12:10.165Z Compiling rand_chacha v0.3.1
13602025-02-01T00:12:10.477Z Compiling thiserror v1.0.69
13612025-02-01T00:12:10.641Z Compiling rand v0.8.5
13622025-02-01T00:12:11.775Z Compiling tinystr v0.7.6
13632025-02-01T00:12:11.933Z Compiling der v0.7.9
13642025-02-01T00:12:12.141Z Compiling icu_locid v1.5.0
13652025-02-01T00:12:12.181Z Compiling icu_collections v1.5.0
13662025-02-01T00:12:12.479Z Compiling pest v2.7.14
13672025-02-01T00:12:12.802Z Compiling salsa20 v0.10.2
13682025-02-01T00:12:13.022Z Compiling pbkdf2 v0.12.2
13692025-02-01T00:12:13.121Z Compiling tracing v0.1.40
13702025-02-01T00:12:13.207Z Compiling untrusted v0.9.0
13712025-02-01T00:12:13.418Z Compiling icu_provider v1.5.0
13722025-02-01T00:12:13.606Z Compiling powerfmt v0.2.0
13732025-02-01T00:12:13.638Z Compiling time-core v0.1.2
13742025-02-01T00:12:13.822Z Compiling icu_normalizer_data v1.5.0
13752025-02-01T00:12:13.940Z Compiling spki v0.7.3
13762025-02-01T00:12:14.012Z Compiling untrusted v0.7.1
13772025-02-01T00:12:14.192Z Compiling icu_locid_transform v1.5.0
13782025-02-01T00:12:14.220Z Compiling deranged v0.3.11
13792025-02-01T00:12:14.299Z Compiling time-macros v0.2.18
13802025-02-01T00:12:14.968Z Compiling scrypt v0.11.0
13812025-02-01T00:12:15.305Z Compiling pest_meta v2.7.14
13822025-02-01T00:12:15.501Z Compiling icu_properties v1.5.1
13832025-02-01T00:12:15.644Z Compiling cbc v0.1.2
13842025-02-01T00:12:15.663Z Compiling aes v0.8.4
13852025-02-01T00:12:15.898Z Compiling openssl-sys v0.9.104
13862025-02-01T00:12:16.537Z Compiling scroll_derive v0.12.0
13872025-02-01T00:12:16.950Z Compiling bitflags v2.6.0
13882025-02-01T00:12:16.968Z Compiling bytes v1.9.0
13892025-02-01T00:12:17.896Z Compiling tokio v1.43.0
13902025-02-01T00:12:17.991Z Compiling indexmap v2.7.1
13912025-02-01T00:12:18.222Z Compiling http v1.2.0
13922025-02-01T00:12:18.388Z Compiling semver v1.0.24
13932025-02-01T00:12:19.097Z Compiling rustc_version v0.4.1
13942025-02-01T00:12:19.360Z Compiling icu_normalizer v1.5.0
13952025-02-01T00:12:19.802Z Compiling num_threads v0.1.7
13962025-02-01T00:12:19.949Z Compiling tinyvec_macros v0.1.1
13972025-02-01T00:12:20.058Z Compiling atomic-waker v1.1.2
13982025-02-01T00:12:20.137Z Compiling tinyvec v1.8.0
13992025-02-01T00:12:20.267Z Compiling idna_adapter v1.2.0
14002025-02-01T00:12:20.325Z Compiling time v0.3.36
14012025-02-01T00:12:20.410Z Compiling http-body v1.0.1
14022025-02-01T00:12:20.492Z Compiling scroll v0.12.0
14032025-02-01T00:12:20.810Z Compiling pest_generator v2.7.14
14042025-02-01T00:12:20.932Z Compiling which v4.4.2
14052025-02-01T00:12:21.064Z Compiling pkcs5 v0.7.1
14062025-02-01T00:12:21.165Z Compiling form_urlencoded v1.2.1
14072025-02-01T00:12:21.498Z Compiling slog v2.7.0
14082025-02-01T00:12:21.625Z Compiling try-lock v0.2.5
14092025-02-01T00:12:21.801Z Compiling goblin v0.8.2
14102025-02-01T00:12:22.054Z Compiling want v0.3.1
14112025-02-01T00:12:22.120Z Compiling pkcs8 v0.10.2
14122025-02-01T00:12:22.185Z Compiling idna v1.0.3
14132025-02-01T00:12:22.360Z Compiling uuid v1.12.0
14142025-02-01T00:12:22.735Z Compiling pest_derive v2.7.14
14152025-02-01T00:12:22.777Z Compiling iana-time-zone v0.1.61
14162025-02-01T00:12:23.179Z Compiling httpdate v1.0.3
14172025-02-01T00:12:23.541Z Compiling dtrace-parser v0.2.0
14182025-02-01T00:12:23.643Z Compiling chrono v0.4.39
14192025-02-01T00:12:23.909Z Compiling serde_tokenstream v0.2.2
14202025-02-01T00:12:24.503Z Compiling serde_spanned v0.6.8
14212025-02-01T00:12:24.544Z Compiling toml_datetime v0.6.8
14222025-02-01T00:12:24.735Z Compiling rustversion v1.0.17
14232025-02-01T00:12:25.014Z Compiling base64 v0.22.1
14242025-02-01T00:12:25.038Z Compiling foreign-types-shared v0.1.1
14252025-02-01T00:12:25.170Z Compiling adler2 v2.0.0
14262025-02-01T00:12:25.399Z Compiling openssl v0.10.66
14272025-02-01T00:12:25.416Z Compiling tower-service v0.3.3
14282025-02-01T00:12:25.443Z Compiling match_cfg v0.1.0
14292025-02-01T00:12:25.551Z Compiling hostname v0.3.1
14302025-02-01T00:12:25.641Z Compiling miniz_oxide v0.8.0
14312025-02-01T00:12:25.696Z Compiling foreign-types v0.3.2
14322025-02-01T00:12:25.775Z Compiling url v2.5.3
14332025-02-01T00:12:25.827Z Compiling tokio-util v0.7.12
14342025-02-01T00:12:27.032Z Compiling h2 v0.4.6
14352025-02-01T00:12:27.071Z Compiling openssl-macros v0.1.1
14362025-02-01T00:12:27.074Z Compiling async-trait v0.1.85
14372025-02-01T00:12:27.106Z Compiling serde_derive_internals v0.29.1
14382025-02-01T00:12:27.562Z Compiling dof v0.3.0
14392025-02-01T00:12:27.854Z Compiling dirs-sys-next v0.1.2
14402025-02-01T00:12:28.429Z Compiling usdt-impl v0.5.0
14412025-02-01T00:12:29.460Z Compiling syn v1.0.109
14422025-02-01T00:12:29.508Z Compiling data-encoding v2.6.0
14432025-02-01T00:12:29.662Z Compiling rustls v0.22.4
14442025-02-01T00:12:29.807Z Compiling siphasher v0.3.11
14452025-02-01T00:12:29.932Z Compiling schemars v0.8.21
14462025-02-01T00:12:30.055Z Compiling native-tls v0.2.12
14472025-02-01T00:12:30.156Z Compiling rustls v0.23.19
14482025-02-01T00:12:30.421Z Compiling schemars_derive v0.8.21
14492025-02-01T00:12:30.446Z Compiling dirs-next v2.0.0
14502025-02-01T00:12:31.101Z Compiling unicode-normalization v0.1.24
14512025-02-01T00:12:31.399Z Compiling http-body-util v0.1.2
14522025-02-01T00:12:31.497Z Compiling crossbeam-epoch v0.9.18
14532025-02-01T00:12:31.890Z Compiling heapless v0.7.17
14542025-02-01T00:12:31.914Z Compiling signature v2.2.0
14552025-02-01T00:12:32.181Z Compiling sha1 v0.10.6
14562025-02-01T00:12:32.200Z Compiling bzip2-sys v0.1.11+1.0.8
14572025-02-01T00:12:32.221Z Compiling thread_local v1.1.8
14582025-02-01T00:12:32.323Z Compiling encoding_rs v0.8.34
14592025-02-01T00:12:32.585Z Compiling cookie v0.18.1
14602025-02-01T00:12:32.693Z Compiling multer v3.1.0
14612025-02-01T00:12:32.722Z Compiling openssl-probe v0.1.5
14622025-02-01T00:12:32.934Z Compiling gimli v0.31.1
14632025-02-01T00:12:32.983Z Compiling unicode-bidi v0.3.17
14642025-02-01T00:12:33.018Z Compiling unicode-properties v0.1.3
14652025-02-01T00:12:33.425Z Compiling mime v0.3.17
14662025-02-01T00:12:33.484Z Compiling slog-async v2.8.0
14672025-02-01T00:12:33.961Z Compiling dyn-clone v1.0.17
14682025-02-01T00:12:34.012Z Compiling hyper v1.5.2
14692025-02-01T00:12:34.210Z Compiling ipnet v2.10.1
14702025-02-01T00:12:34.287Z Compiling rayon-core v1.12.1
14712025-02-01T00:12:34.581Z Compiling signal-hook v0.3.17
14722025-02-01T00:12:35.421Z Compiling toml_edit v0.22.22
14732025-02-01T00:12:36.552Z Compiling hyper-util v0.1.10
14742025-02-01T00:12:37.178Z Compiling addr2line v0.24.2
14752025-02-01T00:12:37.863Z Compiling stringprep v0.1.5
14762025-02-01T00:12:38.256Z Compiling crossbeam-deque v0.8.5
14772025-02-01T00:12:38.276Z Compiling usdt-attr-macro v0.5.0
14782025-02-01T00:12:38.332Z Compiling usdt-macro v0.5.0
14792025-02-01T00:12:38.583Z Compiling term v0.7.0
14802025-02-01T00:12:39.447Z Compiling slog-json v2.6.1
14812025-02-01T00:12:39.673Z Compiling serde_urlencoded v0.7.1
14822025-02-01T00:12:39.694Z Compiling crossbeam-channel v0.5.13
14832025-02-01T00:12:39.765Z Compiling curve25519-dalek v4.1.3
14842025-02-01T00:12:39.826Z Compiling futures-executor v0.3.31
14852025-02-01T00:12:39.829Z Compiling md-5 v0.10.6
14862025-02-01T00:12:40.123Z Compiling async-stream-impl v0.3.6
14872025-02-01T00:12:40.157Z Compiling enum-as-inner v0.6.1
14882025-02-01T00:12:40.368Z Compiling rustls-pemfile v2.2.0
14892025-02-01T00:12:40.446Z Compiling num-integer v0.1.46
14902025-02-01T00:12:40.678Z Compiling hash32 v0.2.1
14912025-02-01T00:12:40.720Z Compiling ff v0.13.0
14922025-02-01T00:12:40.951Z Compiling is-terminal v0.4.13
14932025-02-01T00:12:41.046Z Compiling object v0.36.5
14942025-02-01T00:12:41.097Z Compiling dropshot v0.12.0
14952025-02-01T00:12:41.165Z Compiling litrs v0.4.1
14962025-02-01T00:12:41.215Z Compiling anyhow v1.0.95
14972025-02-01T00:12:41.402Z Compiling take_mut v0.2.2
14982025-02-01T00:12:41.427Z Compiling utf-8 v0.7.6
14992025-02-01T00:12:41.585Z Compiling portable-atomic v1.9.0
15002025-02-01T00:12:41.889Z Compiling fallible-iterator v0.2.0
15012025-02-01T00:12:41.922Z Compiling num-bigint-dig v0.8.4
15022025-02-01T00:12:42.139Z Compiling smoltcp v0.9.1
15032025-02-01T00:12:42.241Z Compiling quick-error v1.2.3
15042025-02-01T00:12:42.411Z Compiling rustc-demangle v0.1.24
15052025-02-01T00:12:42.431Z Compiling base16ct v0.2.0
15062025-02-01T00:12:42.583Z Compiling psl-types v2.0.11
15072025-02-01T00:12:42.821Z Compiling linked-hash-map v0.5.6
15082025-02-01T00:12:42.838Z Compiling publicsuffix v2.3.0
15092025-02-01T00:12:42.889Z Compiling sec1 v0.7.3
15102025-02-01T00:12:42.997Z Compiling postgres-protocol v0.6.7
15112025-02-01T00:12:43.142Z Compiling lru-cache v0.1.2
15122025-02-01T00:12:43.163Z Compiling resolv-conf v0.7.0
15132025-02-01T00:12:43.341Z Compiling document-features v0.2.10
15142025-02-01T00:12:43.434Z Compiling tungstenite v0.24.0
15152025-02-01T00:12:43.927Z Compiling async-stream v0.3.6
15162025-02-01T00:12:44.246Z Compiling hickory-proto v0.24.2
15172025-02-01T00:12:44.304Z Compiling slog-term v2.9.1
15182025-02-01T00:12:44.925Z Compiling usdt v0.5.0
15192025-02-01T00:12:45.424Z Compiling num-iter v0.1.45
15202025-02-01T00:12:45.446Z Compiling group v0.13.0
15212025-02-01T00:12:45.515Z Compiling futures v0.3.31
15222025-02-01T00:12:45.583Z Compiling slog-bunyan v2.5.0
15232025-02-01T00:12:45.644Z Compiling toml v0.8.19
15242025-02-01T00:12:45.788Z Compiling camino v1.1.9
15252025-02-01T00:12:46.867Z Compiling tokio-native-tls v0.3.1
15262025-02-01T00:12:47.201Z Compiling phf_shared v0.11.2
15272025-02-01T00:12:47.380Z Compiling dropshot_endpoint v0.12.0
15282025-02-01T00:12:47.566Z Compiling backtrace v0.3.74
15292025-02-01T00:12:47.725Z Compiling terminal_size v0.4.0
15302025-02-01T00:12:47.971Z Compiling waitgroup v0.1.2
15312025-02-01T00:12:48.046Z Compiling openapiv3 v2.0.0
15322025-02-01T00:12:48.107Z Compiling serde_path_to_error v0.1.16
15332025-02-01T00:12:48.186Z Compiling hkdf v0.12.4
15342025-02-01T00:12:48.470Z Compiling crypto-bigint v0.5.5
15352025-02-01T00:12:48.889Z Compiling zerocopy-derive v0.6.6
15362025-02-01T00:12:50.642Z Compiling curve25519-dalek-derive v0.1.1
15372025-02-01T00:12:50.913Z Compiling webpki-roots v0.26.6
15382025-02-01T00:12:51.147Z Compiling hostname v0.4.0
15392025-02-01T00:12:51.280Z Compiling hubpack_derive v0.1.1
15402025-02-01T00:12:51.383Z Compiling crc32fast v1.4.2
15412025-02-01T00:12:51.635Z Compiling fs-err v2.11.0
15422025-02-01T00:12:51.705Z Compiling ahash v0.8.11
15432025-02-01T00:12:51.919Z Compiling bitflags v1.3.2
15442025-02-01T00:12:52.031Z Compiling newtype-uuid v1.2.1
15452025-02-01T00:12:52.050Z Compiling managed v0.8.0
15462025-02-01T00:12:52.053Z Compiling debug-ignore v1.0.5
15472025-02-01T00:12:52.083Z Compiling winnow v0.5.40
15482025-02-01T00:12:52.137Z Compiling unicode-width v0.2.0
15492025-02-01T00:12:52.231Z Compiling clap_builder v4.5.27
15502025-02-01T00:12:52.340Z Compiling hubpack v0.1.2
15512025-02-01T00:12:52.713Z Compiling console v0.15.10
15522025-02-01T00:12:53.469Z Compiling strum_macros v0.25.3
15532025-02-01T00:12:54.363Z Compiling flate2 v1.0.35
15542025-02-01T00:12:54.415Z Compiling elliptic-curve v0.13.8
15552025-02-01T00:12:54.495Z Compiling zerocopy v0.6.6
15562025-02-01T00:12:55.223Z Compiling hickory-resolver v0.24.2
15572025-02-01T00:12:55.255Z Compiling signal-hook-mio v0.2.4
15582025-02-01T00:12:55.452Z Compiling toml_edit v0.19.15
15592025-02-01T00:12:55.574Z Compiling phf v0.11.2
15602025-02-01T00:12:55.853Z Compiling hyper-tls v0.6.0
15612025-02-01T00:12:56.045Z Compiling rayon v1.10.0
15622025-02-01T00:12:56.273Z Compiling cookie_store v0.21.1
15632025-02-01T00:12:57.274Z Compiling bzip2 v0.4.4
15642025-02-01T00:12:57.745Z Compiling tokio-tungstenite v0.24.0
15652025-02-01T00:12:58.324Z Compiling postgres-types v0.2.8
15662025-02-01T00:13:00.279Z Compiling ed25519 v2.2.3
15672025-02-01T00:13:00.402Z Compiling phf_shared v0.10.0
15682025-02-01T00:13:00.801Z Compiling tokio-stream v0.1.16
15692025-02-01T00:13:00.910Z Compiling pkcs1 v0.7.5
15702025-02-01T00:13:00.928Z Compiling serde-big-array v0.5.1
15712025-02-01T00:13:01.116Z Compiling rfc6979 v0.4.0
15722025-02-01T00:13:01.163Z Compiling serde_repr v0.1.19
15732025-02-01T00:13:01.314Z Compiling derive-where v1.2.7
15742025-02-01T00:13:01.722Z Compiling clap_derive v4.5.24
15752025-02-01T00:13:01.858Z Compiling bstr v1.10.0
15762025-02-01T00:13:02.119Z Compiling float-cmp v0.9.0
15772025-02-01T00:13:02.282Z Compiling sync_wrapper v1.0.1
15782025-02-01T00:13:02.362Z Compiling static_assertions v1.1.0
15792025-02-01T00:13:02.452Z Compiling new_debug_unreachable v1.0.6
15802025-02-01T00:13:02.480Z Compiling normalize-line-endings v0.3.0
15812025-02-01T00:13:02.563Z Compiling fixedbitset v0.4.2
15822025-02-01T00:13:02.673Z Compiling difflib v0.4.0
15832025-02-01T00:13:02.765Z Compiling number_prefix v0.4.0
15842025-02-01T00:13:03.013Z Compiling whoami v1.5.2
15852025-02-01T00:13:03.043Z Compiling precomputed-hash v0.1.1
15862025-02-01T00:13:03.181Z Compiling unicode-segmentation v1.12.0
15872025-02-01T00:13:03.497Z Compiling bit-vec v0.6.3
15882025-02-01T00:13:03.592Z Compiling predicates-core v1.0.8
15892025-02-01T00:13:03.914Z Compiling bit-set v0.5.3
15902025-02-01T00:13:03.934Z Compiling similar v2.6.0
15912025-02-01T00:13:04.061Z Compiling predicates v3.1.2
15922025-02-01T00:13:04.111Z Compiling tokio-postgres v0.7.12
15932025-02-01T00:13:04.195Z Compiling string_cache v0.8.7
15942025-02-01T00:13:04.635Z Compiling indicatif v0.17.11
15952025-02-01T00:13:04.654Z Compiling petgraph v0.6.5
15962025-02-01T00:13:05.623Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15972025-02-01T00:13:06.131Z Compiling rsa v0.9.6
15982025-02-01T00:13:06.316Z Compiling clap v4.5.27
15992025-02-01T00:13:06.451Z Compiling ecdsa v0.16.9
16002025-02-01T00:13:06.655Z Compiling ed25519-dalek v2.1.1
16012025-02-01T00:13:07.304Z Compiling toml v0.7.8
16022025-02-01T00:13:08.020Z Compiling zip v0.6.6
16032025-02-01T00:13:08.273Z Compiling crossterm v0.28.1
16042025-02-01T00:13:09.756Z Compiling hex v0.4.3
16052025-02-01T00:13:09.915Z Compiling x509-cert v0.2.5
16062025-02-01T00:13:09.999Z Compiling itertools v0.10.5
16072025-02-01T00:13:10.345Z Compiling unicode-xid v0.2.6
16082025-02-01T00:13:10.551Z Compiling lalrpop-util v0.19.12
16092025-02-01T00:13:10.925Z Compiling peg-runtime v0.8.3
16102025-02-01T00:13:11.530Z Compiling strum_macros v0.26.4
16112025-02-01T00:13:11.579Z Compiling xattr v1.3.1
16122025-02-01T00:13:11.643Z Compiling filetime v0.2.25
16132025-02-01T00:13:11.909Z Compiling tar v0.4.42
16142025-02-01T00:13:16.258Z Compiling strum v0.26.3
16152025-02-01T00:13:19.156Z Compiling aws-lc-sys v0.22.0
16162025-02-01T00:13:47.927Z Compiling rustls-webpki v0.102.8
16172025-02-01T00:13:51.165Z Compiling tokio-rustls v0.25.0
16182025-02-01T00:13:52.769Z Compiling tokio-rustls v0.26.0
16192025-02-01T00:13:53.019Z Compiling hyper-rustls v0.27.3
16202025-02-01T00:13:53.331Z Compiling reqwest v0.12.9
16212025-02-01T00:13:54.960Z Compiling qorb v0.2.1
16222025-02-01T00:13:57.998Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16232025-02-01T00:13:58.243Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16242025-02-01T00:14:02.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
16252025-02-01T00:14:02.868Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16262025-02-01T00:14:02.913ZFeb 01 00:14:01.859 INFO Starting download, target: Clickhouse
16272025-02-01T00:14:02.913ZFeb 01 00:14:01.859 INFO Starting download, target: Cockroach
16282025-02-01T00:14:02.913ZFeb 01 00:14:01.859 INFO Starting download, target: Console
16292025-02-01T00:14:02.913ZFeb 01 00:14:01.860 INFO Starting download, target: DendriteOpenapi
16302025-02-01T00:14:02.913ZFeb 01 00:14:01.860 INFO Starting download, target: DendriteStub
16312025-02-01T00:14:02.913ZFeb 01 00:14:01.860 INFO Starting download, target: MaghemiteMgd
16322025-02-01T00:14:02.917ZFeb 01 00:14:01.860 INFO Starting download, target: TransceiverControl
16332025-02-01T00:14:02.917ZFeb 01 00:14:01.860 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16342025-02-01T00:14:02.917ZFeb 01 00:14:01.860 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16352025-02-01T00:14:02.917ZFeb 01 00:14:01.860 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16362025-02-01T00:14:02.917ZFeb 01 00:14:01.860 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16372025-02-01T00:14:02.917ZFeb 01 00:14:01.860 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16382025-02-01T00:14:02.917ZFeb 01 00:14:01.861 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16392025-02-01T00:14:02.917ZFeb 01 00:14:01.861 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16402025-02-01T00:14:03.156ZFeb 01 00:14:02.057 INFO Download complete, target: DendriteOpenapi
16412025-02-01T00:14:03.283ZFeb 01 00:14:02.202 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16422025-02-01T00:14:03.459ZFeb 01 00:14:02.401 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16432025-02-01T00:14:03.787ZFeb 01 00:14:02.681 INFO Download complete, target: TransceiverControl
16442025-02-01T00:14:03.813ZFeb 01 00:14:02.752 INFO Download complete, target: Console
16452025-02-01T00:14:03.844ZFeb 01 00:14:02.779 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16462025-02-01T00:14:03.926ZFeb 01 00:14:02.871 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16472025-02-01T00:14:04.516ZFeb 01 00:14:03.462 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16482025-02-01T00:14:04.516ZFeb 01 00:14:03.462 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16492025-02-01T00:14:05.188ZFeb 01 00:14:04.134 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16502025-02-01T00:14:06.535ZFeb 01 00:14:05.480 INFO Download complete, target: DendriteStub
16512025-02-01T00:14:06.711ZFeb 01 00:14:05.657 INFO Download complete, target: MaghemiteMgd
16522025-02-01T00:14:11.881ZFeb 01 00:14:10.773 INFO Checking that binary works, target: Cockroach
16532025-02-01T00:14:12.226ZFeb 01 00:14:11.155 INFO Download complete, target: Cockroach
16542025-02-01T00:14:17.494ZFeb 01 00:14:16.410 INFO Checking that binary works, target: Clickhouse
16552025-02-01T00:14:17.860ZFeb 01 00:14:16.795 INFO Download complete, target: Clickhouse
16562025-02-01T00:14:17.874ZAll prerequisites installed successfully
16572025-02-01T00:14:17.874Z
16582025-02-01T00:14:17.874Zreal 5:16.738868343
16592025-02-01T00:14:17.875Zuser 15:43.539261634
16602025-02-01T00:14:17.875Zsys 2:00.946614522
16612025-02-01T00:14:17.875Ztrap 0.539627704
16622025-02-01T00:14:17.875Ztflt 2.641987868
16632025-02-01T00:14:17.875Zdflt 2.202739295
16642025-02-01T00:14:17.875Zkflt 0.061478706
16652025-02-01T00:14:17.875Zlock 27:04.909030164
16662025-02-01T00:14:17.875Zslp 56:39.600969661
16672025-02-01T00:14:17.875Zlat 58.610654472
16682025-02-01T00:14:17.876Zstop 2:14.751947001
16692025-02-01T00:14:17.876Z+ source ./tools/include/force-git-over-https.sh
16702025-02-01T00:14:17.876Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16712025-02-01T00:14:17.876Z++ (( i = 0 ))
16722025-02-01T00:14:17.876Z++ (( i < 5 ))
16732025-02-01T00:14:17.876Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16742025-02-01T00:14:17.876Z++ (( i++ ))
16752025-02-01T00:14:17.876Z++ (( i < 5 ))
16762025-02-01T00:14:17.876Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16772025-02-01T00:14:17.885Z++ (( i++ ))
16782025-02-01T00:14:17.885Z++ (( i < 5 ))
16792025-02-01T00:14:17.885Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16802025-02-01T00:14:17.885Z++ (( i++ ))
16812025-02-01T00:14:17.885Z++ (( i < 5 ))
16822025-02-01T00:14:17.886Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16832025-02-01T00:14:17.886Z++ (( i++ ))
16842025-02-01T00:14:17.886Z++ (( i < 5 ))
16852025-02-01T00:14:17.886Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16862025-02-01T00:14:17.886Z++ (( i++ ))
16872025-02-01T00:14:17.886Z++ (( i < 5 ))
16882025-02-01T00:14:17.886Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16892025-02-01T00:14:17.887Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16902025-02-01T00:14:17.887Z+ rc=0
16912025-02-01T00:14:17.887Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16922025-02-01T00:14:48.892Z+ case $rc in
16932025-02-01T00:14:48.892Z+ pfexec zfs create -p rpool/images/build/host
16942025-02-01T00:14:49.111Z+ pfexec zfs create -p rpool/images/build/recovery
16952025-02-01T00:14:49.195Z+ cargo xtask releng --output-dir /work
16962025-02-01T00:14:49.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16972025-02-01T00:14:49.732Z Running `target/debug/xtask releng --output-dir /work`
16982025-02-01T00:14:50.630Z Compiling proc-macro2 v1.0.92
16992025-02-01T00:14:50.630Z Compiling unicode-ident v1.0.14
17002025-02-01T00:14:50.633Z Compiling libc v0.2.169
17012025-02-01T00:14:50.633Z Compiling serde v1.0.217
17022025-02-01T00:14:50.633Z Compiling autocfg v1.4.0
17032025-02-01T00:14:50.633Z Compiling version_check v0.9.5
17042025-02-01T00:14:50.633Z Compiling cfg-if v1.0.0
17052025-02-01T00:14:50.897Z Compiling memchr v2.7.4
17062025-02-01T00:14:50.943Z Compiling typenum v1.17.0
17072025-02-01T00:14:50.950Z Compiling shlex v1.3.0
17082025-02-01T00:14:51.461Z Compiling value-bag v1.9.0
17092025-02-01T00:14:51.523Z Compiling generic-array v0.14.7
17102025-02-01T00:14:51.546Z Compiling lock_api v0.4.12
17112025-02-01T00:14:51.833Z Compiling scopeguard v1.2.0
17122025-02-01T00:14:51.866Z Compiling log v0.4.22
17132025-02-01T00:14:51.995Z Compiling parking_lot_core v0.9.10
17142025-02-01T00:14:52.232Z Compiling rustix v0.38.37
17152025-02-01T00:14:52.414Z Compiling serde_json v1.0.135
17162025-02-01T00:14:52.540Z Compiling libm v0.2.8
17172025-02-01T00:14:52.611Z Compiling num-traits v0.2.19
17182025-02-01T00:14:52.734Z Compiling quote v1.0.38
17192025-02-01T00:14:52.854Z Compiling jobserver v0.1.32
17202025-02-01T00:14:52.874Z Compiling getrandom v0.2.15
17212025-02-01T00:14:52.918Z Compiling once_cell v1.20.2
17222025-02-01T00:14:53.192Z Compiling syn v2.0.96
17232025-02-01T00:14:53.234Z Compiling itoa v1.0.11
17242025-02-01T00:14:53.258Z Compiling cc v1.1.30
17252025-02-01T00:14:53.283Z Compiling thiserror v1.0.69
17262025-02-01T00:14:53.304Z Compiling aho-corasick v1.1.3
17272025-02-01T00:14:53.341Z Compiling regex-syntax v0.8.5
17282025-02-01T00:14:53.609Z Compiling spin v0.9.8
17292025-02-01T00:14:53.814Z Compiling slab v0.4.9
17302025-02-01T00:14:54.288Z Compiling errno v0.3.9
17312025-02-01T00:14:54.421Z Compiling byteorder v1.5.0
17322025-02-01T00:14:54.566Z Compiling either v1.13.0
17332025-02-01T00:14:55.039Z Compiling glob v0.3.2
17342025-02-01T00:14:55.185Z Compiling rand_core v0.6.4
17352025-02-01T00:14:55.613Z Compiling prettyplease v0.2.25
17362025-02-01T00:14:55.758Z Compiling subtle v2.6.1
17372025-02-01T00:14:55.796Z Compiling clang-sys v1.8.1
17382025-02-01T00:14:55.835Z Compiling lazy_static v1.5.0
17392025-02-01T00:14:56.003Z Compiling minimal-lexical v0.2.1
17402025-02-01T00:14:56.357Z Compiling libloading v0.8.5
17412025-02-01T00:14:56.443Z Compiling home v0.5.9
17422025-02-01T00:14:56.505Z Compiling nom v7.1.3
17432025-02-01T00:14:56.581Z Compiling bindgen v0.69.5
17442025-02-01T00:14:56.731Z Compiling itertools v0.12.1
17452025-02-01T00:14:57.322Z Compiling regex-automata v0.4.8
17462025-02-01T00:14:57.349Z Compiling smallvec v1.13.2
17472025-02-01T00:14:57.815Z Compiling lazycell v1.3.0
17482025-02-01T00:14:57.847Z Compiling rustc-hash v1.1.0
17492025-02-01T00:14:58.043Z Compiling cmake v0.1.51
17502025-02-01T00:14:58.976Z Compiling dunce v1.0.5
17512025-02-01T00:14:59.395Z Compiling fs_extra v1.3.0
17522025-02-01T00:14:59.637Z Compiling cexpr v0.6.0
17532025-02-01T00:14:59.694Z Compiling pkg-config v0.3.31
17542025-02-01T00:14:59.800Z Compiling semver v1.0.24
17552025-02-01T00:14:59.908Z Compiling ring v0.17.8
17562025-02-01T00:15:00.390Z Compiling heck v0.5.0
17572025-02-01T00:15:00.415Z Compiling ryu v1.0.18
17582025-02-01T00:15:00.782Z Compiling synstructure v0.13.1
17592025-02-01T00:15:00.879Z Compiling paste v1.0.15
17602025-02-01T00:15:01.147Z Compiling httparse v1.9.5
17612025-02-01T00:15:01.261Z Compiling aws-lc-rs v1.10.0
17622025-02-01T00:15:02.033Z Compiling const-oid v0.9.6
17632025-02-01T00:15:02.065Z Compiling pin-project-lite v0.2.14
17642025-02-01T00:15:02.259Z Compiling allocator-api2 v0.2.18
17652025-02-01T00:15:18.889Z Compiling futures-core v0.3.31
17662025-02-01T00:15:18.951Z Compiling regex v1.11.1
17672025-02-01T00:15:18.951Z Compiling signal-hook-registry v1.4.2
17682025-02-01T00:15:18.951Z Compiling time-core v0.1.2
17692025-02-01T00:15:18.951Z Compiling num-conv v0.1.0
17702025-02-01T00:15:19.093Z Compiling parking_lot v0.12.3
17712025-02-01T00:15:19.093Z Compiling mio v1.0.2
17722025-02-01T00:15:19.093Z Compiling time-macros v0.2.18
17732025-02-01T00:15:19.093Z Compiling crossbeam-utils v0.8.20
17742025-02-01T00:15:19.093Z Compiling serde_derive v1.0.217
17752025-02-01T00:15:19.093Z Compiling zeroize_derive v1.4.2
17762025-02-01T00:15:19.093Z Compiling zerocopy-derive v0.7.35
17772025-02-01T00:15:19.093Z Compiling tokio-macros v2.5.0
17782025-02-01T00:15:19.093Z Compiling thiserror-impl v1.0.69
17792025-02-01T00:15:19.093Z Compiling zerofrom-derive v0.1.4
17802025-02-01T00:15:19.093Z Compiling zeroize v1.8.1
17812025-02-01T00:15:19.093Z Compiling yoke-derive v0.7.4
17822025-02-01T00:15:19.093Z Compiling zerovec-derive v0.10.3
17832025-02-01T00:15:19.093Z Compiling displaydoc v0.2.5
17842025-02-01T00:15:19.093Z Compiling futures-macro v0.3.31
17852025-02-01T00:15:19.093Z Compiling zerocopy v0.7.35
17862025-02-01T00:15:19.093Z Compiling icu_provider_macros v1.5.0
17872025-02-01T00:15:19.093Z Compiling crypto-common v0.1.6
17882025-02-01T00:15:19.093Z Compiling tracing-attributes v0.1.27
17892025-02-01T00:15:19.093Z Compiling block-buffer v0.10.4
17902025-02-01T00:15:19.093Z Compiling der_derive v0.7.3
17912025-02-01T00:15:19.094Z Compiling digest v0.10.7
17922025-02-01T00:15:19.094Z Compiling schemars v0.8.21
17932025-02-01T00:15:19.094Z Compiling vcpkg v0.2.15
17942025-02-01T00:15:19.094Z Compiling serde_derive_internals v0.29.1
17952025-02-01T00:15:19.094Z Compiling socket2 v0.5.7
17962025-02-01T00:15:19.094Z Compiling openssl-sys v0.9.104
17972025-02-01T00:15:19.094Z Compiling fnv v1.0.7
17982025-02-01T00:15:19.094Z Compiling schemars_derive v0.8.21
17992025-02-01T00:15:19.094Z Compiling ahash v0.8.11
18002025-02-01T00:15:19.094Z Compiling futures-sink v0.3.31
18012025-02-01T00:15:19.094Z Compiling stable_deref_trait v1.2.0
18022025-02-01T00:15:19.094Z Compiling equivalent v1.0.1
18032025-02-01T00:15:19.094Z Compiling cpufeatures v0.2.14
18042025-02-01T00:15:19.094Z Compiling foldhash v0.1.3
18052025-02-01T00:15:19.094Z Compiling hashbrown v0.15.1
18062025-02-01T00:15:19.094Z Compiling slog v2.7.0
18072025-02-01T00:15:19.094Z Compiling zerofrom v0.1.4
18082025-02-01T00:15:19.094Z Compiling yoke v0.7.4
18092025-02-01T00:15:19.094Z Compiling futures-channel v0.3.31
18102025-02-01T00:15:19.094Z Compiling futures-task v0.3.31
18112025-02-01T00:15:19.094Z Compiling pin-utils v0.1.0
18122025-02-01T00:15:19.094Z Compiling futures-io v0.3.31
18132025-02-01T00:15:19.094Z Compiling openssl v0.10.66
18142025-02-01T00:15:19.094Z Compiling futures-util v0.3.31
18152025-02-01T00:15:19.094Z Compiling zerovec v0.10.4
18162025-02-01T00:15:19.094Z Compiling scroll_derive v0.12.0
18172025-02-01T00:15:19.094Z Compiling ucd-trie v0.1.7
18182025-02-01T00:15:19.094Z Compiling bitflags v2.6.0
18192025-02-01T00:15:19.094Z Compiling bytes v1.9.0
18202025-02-01T00:15:19.813Z Compiling tokio v1.43.0
18212025-02-01T00:15:20.754Z Compiling indexmap v2.7.1
18222025-02-01T00:15:21.228Z Compiling serde_tokenstream v0.2.2
18232025-02-01T00:15:21.919Z Compiling http v1.2.0
18242025-02-01T00:15:22.355Z Compiling rustc_version v0.4.1
18252025-02-01T00:15:22.751Z Compiling which v4.4.2
18262025-02-01T00:15:23.445Z Compiling pest v2.7.14
18272025-02-01T00:15:24.214Z Compiling uuid v1.12.0
18282025-02-01T00:15:25.027Z Compiling hmac v0.12.1
18292025-02-01T00:15:25.292Z Compiling openssl-macros v0.1.1
18302025-02-01T00:15:26.643Z Compiling rustls v0.23.19
18312025-02-01T00:15:26.714Z Compiling iana-time-zone v0.1.61
18322025-02-01T00:15:26.764Z Compiling native-tls v0.2.12
18332025-02-01T00:15:27.069Z Compiling chrono v0.4.39
18342025-02-01T00:15:27.149Z Compiling pest_meta v2.7.14
18352025-02-01T00:15:27.273Z Compiling tinystr v0.7.6
18362025-02-01T00:15:27.736Z Compiling block-padding v0.3.3
18372025-02-01T00:15:27.893Z Compiling syn v1.0.109
18382025-02-01T00:15:28.003Z Compiling litemap v0.7.3
18392025-02-01T00:15:28.471Z Compiling writeable v0.5.5
18402025-02-01T00:15:28.631Z Compiling pest_generator v2.7.14
18412025-02-01T00:15:29.746Z Compiling icu_locid v1.5.0
18422025-02-01T00:15:30.477Z Compiling inout v0.1.3
18432025-02-01T00:15:30.968Z Compiling cookie v0.18.1
18442025-02-01T00:15:33.124Z Compiling pest_derive v2.7.14
18452025-02-01T00:15:33.928Z Compiling icu_provider v1.5.0
18462025-02-01T00:15:34.646Z Compiling cipher v0.4.4
18472025-02-01T00:15:35.162Z Compiling sha2 v0.10.8
18482025-02-01T00:15:36.399Z Compiling async-trait v0.1.85
18492025-02-01T00:15:36.484Z Compiling tracing-core v0.1.32
18502025-02-01T00:15:36.851Z Compiling aws-lc-sys v0.22.0
18512025-02-01T00:15:37.404Z Compiling usdt-impl v0.5.0
18522025-02-01T00:15:37.802Z Compiling icu_locid_transform_data v1.5.0
18532025-02-01T00:15:37.929Z Compiling rustls-pki-types v1.10.0
18542025-02-01T00:15:38.795Z Compiling dyn-clone v1.0.17
18552025-02-01T00:15:38.817Z Compiling percent-encoding v2.3.1
18562025-02-01T00:15:39.021Z Compiling base64ct v1.6.0
18572025-02-01T00:15:39.791Z Compiling pem-rfc7468 v0.7.0
18582025-02-01T00:15:40.421Z Compiling icu_locid_transform v1.5.0
18592025-02-01T00:15:40.652Z Compiling tracing v0.1.40
18602025-02-01T00:15:42.758Z Compiling tokio-util v0.7.12
18612025-02-01T00:15:43.679Z Compiling icu_collections v1.5.0
18622025-02-01T00:15:43.709Z Compiling scroll v0.12.0
18632025-02-01T00:15:45.511Z Compiling ppv-lite86 v0.2.20
18642025-02-01T00:15:46.008Z Compiling untrusted v0.7.1
18652025-02-01T00:15:46.278Z Compiling untrusted v0.9.0
18662025-02-01T00:15:46.366Z Compiling camino v1.1.9
18672025-02-01T00:15:46.575Z Compiling powerfmt v0.2.0
18682025-02-01T00:15:46.594Z Compiling icu_properties_data v1.5.0
18692025-02-01T00:15:46.962Z Compiling mirai-annotations v1.12.0
18702025-02-01T00:15:47.060Z Compiling flagset v0.4.6
18712025-02-01T00:15:47.088Z Compiling plain v0.2.3
18722025-02-01T00:15:47.238Z Compiling deranged v0.3.11
18732025-02-01T00:15:47.276Z Compiling goblin v0.8.2
18742025-02-01T00:15:47.279Z Compiling der v0.7.9
18752025-02-01T00:15:48.961Z Compiling icu_properties v1.5.1
18762025-02-01T00:15:49.502Z Compiling rand_chacha v0.3.1
18772025-02-01T00:15:51.926Z Compiling icu_normalizer_data v1.5.0
18782025-02-01T00:15:52.052Z Compiling num_threads v0.1.7
18792025-02-01T00:15:52.223Z Compiling pretty-hex v0.4.1
18802025-02-01T00:15:52.752Z Compiling utf16_iter v1.0.5
18812025-02-01T00:15:52.837Z Compiling rayon-core v1.12.1
18822025-02-01T00:15:53.197Z Compiling atomic-waker v1.1.2
18832025-02-01T00:15:53.537Z Compiling write16 v1.0.0
18842025-02-01T00:15:54.165Z Compiling utf8_iter v1.0.4
18852025-02-01T00:15:54.600Z Compiling rustls v0.22.4
18862025-02-01T00:15:54.727Z Compiling litrs v0.4.1
18872025-02-01T00:15:54.982Z Compiling icu_normalizer v1.5.0
18882025-02-01T00:15:55.720Z Compiling time v0.3.36
18892025-02-01T00:15:55.892Z Compiling document-features v0.2.10
18902025-02-01T00:15:56.434Z Compiling dof v0.3.0
18912025-02-01T00:15:58.019Z Compiling rand v0.8.5
18922025-02-01T00:15:58.234Z Compiling spki v0.7.3
18932025-02-01T00:15:58.265Z Compiling form_urlencoded v1.2.1
18942025-02-01T00:15:58.854Z Compiling salsa20 v0.10.2
18952025-02-01T00:15:58.954Z Compiling dtrace-parser v0.2.0
18962025-02-01T00:15:59.615Z Compiling pbkdf2 v0.12.2
18972025-02-01T00:15:59.688Z Compiling http-body v1.0.1
18982025-02-01T00:16:00.129Z Compiling bzip2-sys v0.1.11+1.0.8
18992025-02-01T00:16:00.586Z Compiling thread-id v4.2.2
19002025-02-01T00:16:01.078Z Compiling try-lock v0.2.5
19012025-02-01T00:16:01.330Z Compiling want v0.3.1
19022025-02-01T00:16:03.354Z Compiling scrypt v0.11.0
19032025-02-01T00:16:03.401Z Compiling idna_adapter v1.2.0
19042025-02-01T00:16:03.670Z Compiling h2 v0.4.6
19052025-02-01T00:16:03.945Z Compiling cbc v0.1.2
19062025-02-01T00:16:04.228Z Compiling aes v0.8.4
19072025-02-01T00:16:04.728Z Compiling multer v3.1.0
19082025-02-01T00:16:05.040Z Compiling httpdate v1.0.3
19092025-02-01T00:16:05.134Z Compiling slog-async v2.8.0
19102025-02-01T00:16:05.454Z Compiling tinyvec_macros v0.1.1
19112025-02-01T00:16:05.525Z Compiling base64 v0.22.1
19122025-02-01T00:16:05.627Z Compiling tinyvec v1.8.0
19132025-02-01T00:16:06.184Z Compiling pkcs5 v0.7.1
19142025-02-01T00:16:08.505Z Compiling idna v1.0.3
19152025-02-01T00:16:13.230Z Compiling hyper v1.5.2
19162025-02-01T00:16:14.581Z Compiling heapless v0.7.17
19172025-02-01T00:16:15.004Z Compiling zerocopy-derive v0.6.6
19182025-02-01T00:16:15.333Z Compiling tower-service v0.3.3
19192025-02-01T00:16:15.513Z Compiling num-bigint-dig v0.8.4
19202025-02-01T00:16:15.739Z Compiling anyhow v1.0.95
19212025-02-01T00:16:15.974Z Compiling signal-hook v0.3.17
19222025-02-01T00:16:16.425Z Compiling hyper-util v0.1.10
19232025-02-01T00:16:19.454Z Compiling pkcs8 v0.10.2
19242025-02-01T00:16:20.101Z Compiling usdt-macro v0.5.0
19252025-02-01T00:16:21.544Z Compiling usdt-attr-macro v0.5.0
19262025-02-01T00:16:22.826Z Compiling async-stream-impl v0.3.6
19272025-02-01T00:16:22.917Z Compiling foreign-types-shared v0.1.1
19282025-02-01T00:16:23.061Z Compiling strsim v0.11.1
19292025-02-01T00:16:23.256Z Compiling rustversion v1.0.17
19302025-02-01T00:16:24.225Z Compiling foreign-types v0.3.2
19312025-02-01T00:16:24.929Z Compiling url v2.5.3
19322025-02-01T00:16:25.296Z Compiling http-body-util v0.1.2
19332025-02-01T00:16:26.103Z Compiling curve25519-dalek v4.1.3
19342025-02-01T00:16:26.344Z Compiling openapiv3 v2.0.0
19352025-02-01T00:16:26.535Z Compiling toml_datetime v0.6.8
19362025-02-01T00:16:26.723Z Compiling serde_spanned v0.6.8
19372025-02-01T00:16:26.970Z Compiling enum-as-inner v0.6.1
19382025-02-01T00:16:28.316Z Compiling dropshot v0.12.0
19392025-02-01T00:16:28.648Z Compiling encoding_rs v0.8.34
19402025-02-01T00:16:30.190Z Compiling smoltcp v0.9.1
19412025-02-01T00:16:30.299Z Compiling mime v0.3.17
19422025-02-01T00:16:30.744Z Compiling adler2 v2.0.0
19432025-02-01T00:16:30.824Z Compiling match_cfg v0.1.0
19442025-02-01T00:16:31.025Z Compiling newtype-uuid v1.2.1
19452025-02-01T00:16:31.500Z Compiling portable-atomic v1.9.0
19462025-02-01T00:16:32.481Z Compiling hostname v0.3.1
19472025-02-01T00:16:32.737Z Compiling miniz_oxide v0.8.0
19482025-02-01T00:16:43.179Z Compiling serde_urlencoded v0.7.1
19492025-02-01T00:16:43.942Z Compiling rustls-pemfile v2.2.0
19502025-02-01T00:16:44.053Z Compiling clap_derive v4.5.24
19512025-02-01T00:16:44.527Z Compiling dirs-sys-next v0.1.2
19522025-02-01T00:16:45.055Z Compiling ipnet v2.10.1
19532025-02-01T00:16:48.102Z Compiling data-encoding v2.6.0
19542025-02-01T00:16:49.492Z Compiling siphasher v0.3.11
19552025-02-01T00:16:49.559Z Compiling openssl-probe v0.1.5
19562025-02-01T00:16:50.145Z Compiling dirs-next v2.0.0
19572025-02-01T00:16:52.415Z Compiling unicode-normalization v0.1.24
19582025-02-01T00:16:53.626Z Compiling crossbeam-epoch v0.9.18
19592025-02-01T00:16:53.746Z Compiling hashbrown v0.14.5
19602025-02-01T00:16:53.770Z Compiling hubpack_derive v0.1.1
19612025-02-01T00:16:54.455Z Compiling rustls-webpki v0.102.8
19622025-02-01T00:16:54.861Z Compiling dropshot_endpoint v0.12.0
19632025-02-01T00:16:55.736Z Compiling sha1 v0.10.6
19642025-02-01T00:16:55.887Z Compiling signature v2.2.0
19652025-02-01T00:16:56.160Z Compiling curve25519-dalek-derive v0.1.1
19662025-02-01T00:16:56.347Z Compiling thread_local v1.1.8
19672025-02-01T00:16:56.398Z Compiling fs-err v2.11.0
19682025-02-01T00:16:56.909Z Compiling utf8parse v0.2.2
19692025-02-01T00:16:57.235Z Compiling anstyle v1.0.10
19702025-02-01T00:16:57.567Z Compiling gimli v0.31.1
19712025-02-01T00:16:57.711Z Compiling psl-types v2.0.11
19722025-02-01T00:16:58.337Z Compiling unicode-bidi v0.3.17
19732025-02-01T00:16:58.464Z Compiling winnow v0.6.20
19742025-02-01T00:16:59.103Z Compiling unicode-properties v0.1.3
19752025-02-01T00:16:59.865Z Compiling stringprep v0.1.5
19762025-02-01T00:17:00.503Z Compiling publicsuffix v2.3.0
19772025-02-01T00:17:00.788Z Compiling anstyle-parse v0.2.5
19782025-02-01T00:17:01.838Z Compiling addr2line v0.24.2
19792025-02-01T00:17:02.255Z Compiling toml_edit v0.22.22
19802025-02-01T00:17:02.281Z Compiling regress v0.10.1
19812025-02-01T00:17:05.124Z Compiling crossbeam-deque v0.8.5
19822025-02-01T00:17:05.506Z Compiling term v0.7.0
19832025-02-01T00:17:06.625Z Compiling tokio-native-tls v0.3.1
19842025-02-01T00:17:06.899Z Compiling slog-json v2.6.1
19852025-02-01T00:17:07.423Z Compiling crossbeam-channel v0.5.13
19862025-02-01T00:17:08.716Z Compiling webpki-roots v0.26.6
19872025-02-01T00:17:08.739Z Compiling futures-executor v0.3.31
19882025-02-01T00:17:08.860Z Compiling num-integer v0.1.46
19892025-02-01T00:17:08.957Z Compiling md-5 v0.10.6
19902025-02-01T00:17:09.077Z Compiling ff v0.13.0
19912025-02-01T00:17:09.173Z Compiling hash32 v0.2.1
19922025-02-01T00:17:09.247Z Compiling memmap v0.7.0
19932025-02-01T00:17:09.346Z Compiling is-terminal v0.4.13
19942025-02-01T00:17:09.506Z Compiling object v0.36.5
19952025-02-01T00:17:09.558Z Compiling quick-error v1.2.3
19962025-02-01T00:17:09.598Z Compiling fallible-iterator v0.2.0
19972025-02-01T00:17:09.743Z Compiling take_mut v0.2.2
19982025-02-01T00:17:09.795Z Compiling colorchoice v1.0.2
19992025-02-01T00:17:09.924Z Compiling base16ct v0.2.0
20002025-02-01T00:17:09.994Z Compiling rustc-demangle v0.1.24
20012025-02-01T00:17:10.243Z Compiling heck v0.4.1
20022025-02-01T00:17:10.287Z Compiling is_terminal_polyfill v1.70.1
20032025-02-01T00:17:10.447Z Compiling linked-hash-map v0.5.6
20042025-02-01T00:17:10.643Z Compiling utf-8 v0.7.6
20052025-02-01T00:17:10.792Z Compiling anstyle-query v1.1.1
20062025-02-01T00:17:10.856Z Compiling lru-cache v0.1.2
20072025-02-01T00:17:10.954Z Compiling anstream v0.6.15
20082025-02-01T00:17:10.977Z Compiling tungstenite v0.24.0
20092025-02-01T00:17:11.063Z Compiling strum_macros v0.25.3
20102025-02-01T00:17:11.556Z Compiling postgres-protocol v0.6.7
20112025-02-01T00:17:12.684Z Compiling sec1 v0.7.3
20122025-02-01T00:17:13.143Z Compiling resolv-conf v0.7.0
20132025-02-01T00:17:13.587Z Compiling usdt v0.5.0
20142025-02-01T00:17:13.782Z Compiling slog-term v2.9.1
20152025-02-01T00:17:14.055Z Compiling num-iter v0.1.45
20162025-02-01T00:17:14.267Z Compiling group v0.13.0
20172025-02-01T00:17:14.453Z Compiling futures v0.3.31
20182025-02-01T00:17:14.806Z Compiling tokio-rustls v0.26.0
20192025-02-01T00:17:15.391Z Compiling slog-bunyan v2.5.0
20202025-02-01T00:17:15.608Z Compiling hyper-tls v0.6.0
20212025-02-01T00:17:16.001Z Compiling typify-impl v0.2.0
20222025-02-01T00:17:16.042Z Compiling backtrace v0.3.74
20232025-02-01T00:17:16.150Z Compiling toml v0.8.19
20242025-02-01T00:17:16.196Z Compiling tokio-rustls v0.25.0
20252025-02-01T00:17:16.539Z Compiling cookie_store v0.21.1
20262025-02-01T00:17:16.888Z Compiling hickory-proto v0.24.2
20272025-02-01T00:17:17.545Z Compiling phf_shared v0.11.2
20282025-02-01T00:17:18.257Z Compiling async-stream v0.3.6
20292025-02-01T00:17:18.600Z Compiling waitgroup v0.1.2
20302025-02-01T00:17:19.045Z Compiling hkdf v0.12.4
20312025-02-01T00:17:19.074Z Compiling terminal_size v0.4.0
20322025-02-01T00:17:19.345Z Compiling serde_path_to_error v0.1.16
20332025-02-01T00:17:19.644Z Compiling crypto-bigint v0.5.5
20342025-02-01T00:17:19.971Z Compiling serde_repr v0.1.19
20352025-02-01T00:17:20.095Z Compiling derive-where v1.2.7
20362025-02-01T00:17:20.586Z Compiling sync_wrapper v1.0.1
20372025-02-01T00:17:20.945Z Compiling hostname v0.4.0
20382025-02-01T00:17:21.053Z Compiling crc32fast v1.4.2
20392025-02-01T00:17:21.385Z Compiling clap_lex v0.7.4
20402025-02-01T00:17:21.743Z Compiling winnow v0.5.40
20412025-02-01T00:17:21.808Z Compiling bitflags v1.3.2
20422025-02-01T00:17:22.937Z Compiling managed v0.8.0
20432025-02-01T00:17:23.461Z Compiling debug-ignore v1.0.5
20442025-02-01T00:17:23.638Z Compiling unicode-width v0.2.0
20452025-02-01T00:17:24.190Z Compiling console v0.15.10
20462025-02-01T00:17:25.266Z Compiling toml_edit v0.19.15
20472025-02-01T00:17:25.336Z Compiling hickory-resolver v0.24.2
20482025-02-01T00:17:26.171Z Compiling elliptic-curve v0.13.8
20492025-02-01T00:17:26.318Z Compiling typify-macro v0.2.0
20502025-02-01T00:17:29.969Z Compiling clap_builder v4.5.27
20512025-02-01T00:17:30.366Z Compiling flate2 v1.0.35
20522025-02-01T00:17:31.253Z Compiling hyper-rustls v0.27.3
20532025-02-01T00:17:32.168Z Compiling phf v0.11.2
20542025-02-01T00:17:32.832Z Compiling signal-hook-mio v0.2.4
20552025-02-01T00:17:33.364Z Compiling rayon v1.10.0
20562025-02-01T00:17:34.243Z Compiling bzip2 v0.4.4
20572025-02-01T00:17:34.623Z Compiling postgres-types v0.2.8
20582025-02-01T00:17:35.273Z Compiling tokio-tungstenite v0.24.0
20592025-02-01T00:17:35.856Z Compiling ed25519 v2.2.3
20602025-02-01T00:17:35.987Z Compiling hubpack v0.1.2
20612025-02-01T00:17:36.188Z Compiling phf_shared v0.10.0
20622025-02-01T00:17:36.430Z Compiling pkcs1 v0.7.5
20632025-02-01T00:17:37.318Z Compiling zerocopy v0.6.6
20642025-02-01T00:17:37.544Z Compiling tokio-stream v0.1.16
20652025-02-01T00:17:37.679Z Compiling rfc6979 v0.4.0
20662025-02-01T00:17:37.896Z Compiling serde-big-array v0.5.1
20672025-02-01T00:17:37.899Z Compiling float-cmp v0.9.0
20682025-02-01T00:17:38.141Z Compiling bstr v1.10.0
20692025-02-01T00:17:38.618Z Compiling unicode-segmentation v1.12.0
20702025-02-01T00:17:38.673Z Compiling new_debug_unreachable v1.0.6
20712025-02-01T00:17:38.803Z Compiling difflib v0.4.0
20722025-02-01T00:17:38.929Z Compiling predicates-core v1.0.8
20732025-02-01T00:17:39.282Z Compiling static_assertions v1.1.0
20742025-02-01T00:17:39.409Z Compiling precomputed-hash v0.1.1
20752025-02-01T00:17:39.448Z Compiling whoami v1.5.2
20762025-02-01T00:17:39.551Z Compiling normalize-line-endings v0.3.0
20772025-02-01T00:17:39.574Z Compiling number_prefix v0.4.0
20782025-02-01T00:17:39.703Z Compiling bit-vec v0.6.3
20792025-02-01T00:17:39.954Z Compiling fixedbitset v0.4.2
20802025-02-01T00:17:40.000Z Compiling tokio-postgres v0.7.12
20812025-02-01T00:17:40.117Z Compiling bit-set v0.5.3
20822025-02-01T00:17:40.362Z Compiling petgraph v0.6.5
20832025-02-01T00:17:40.410Z Compiling indicatif v0.17.11
20842025-02-01T00:17:41.032Z Compiling predicates v3.1.2
20852025-02-01T00:17:42.370Z Compiling string_cache v0.8.7
20862025-02-01T00:17:42.786Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20872025-02-01T00:17:43.421Z Compiling reqwest v0.12.9
20882025-02-01T00:17:44.039Z Compiling similar v2.6.0
20892025-02-01T00:17:45.634Z Compiling qorb v0.2.1
20902025-02-01T00:17:46.012Z Compiling ecdsa v0.16.9
20912025-02-01T00:17:47.250Z Compiling rsa v0.9.6
20922025-02-01T00:17:48.906Z Compiling ed25519-dalek v2.1.1
20932025-02-01T00:17:49.112Z Compiling zip v0.6.6
20942025-02-01T00:17:49.463Z Compiling clap v4.5.27
20952025-02-01T00:17:49.600Z Compiling crossterm v0.28.1
20962025-02-01T00:17:50.324Z Compiling toml v0.7.8
20972025-02-01T00:17:51.925Z Compiling x509-cert v0.2.5
20982025-02-01T00:17:52.830Z Compiling hex v0.4.3
20992025-02-01T00:17:55.030Z Compiling itertools v0.10.5
21002025-02-01T00:17:55.587Z Compiling lalrpop-util v0.19.12
21012025-02-01T00:17:55.924Z Compiling radium v0.7.0
21022025-02-01T00:17:56.960Z Compiling peg-runtime v0.8.3
21032025-02-01T00:17:57.483Z Compiling unicode-xid v0.2.6
21042025-02-01T00:17:58.704Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21052025-02-01T00:18:15.322Z Compiling ident_case v1.0.1
21062025-02-01T00:18:16.323Z Compiling maybe-uninit v2.0.0
21072025-02-01T00:18:18.129Z Compiling tap v1.0.1
21082025-02-01T00:18:18.322Z Compiling wyz v0.5.1
21092025-02-01T00:18:20.109Z Compiling darling_core v0.20.10
21102025-02-01T00:18:27.328Z Compiling typify v0.2.0
21112025-02-01T00:18:30.230Z Compiling packed_struct v0.10.1
21122025-02-01T00:18:30.425Z Compiling funty v2.0.0
21132025-02-01T00:18:31.252Z Compiling unsafe-libyaml v0.2.11
21142025-02-01T00:18:31.927Z Compiling bitvec v1.0.1
21152025-02-01T00:18:32.568Z Compiling serde_yaml v0.9.34+deprecated
21162025-02-01T00:18:35.889Z Compiling progenitor-impl v0.8.0
21172025-02-01T00:18:36.150Z Compiling darling_macro v0.20.10
21182025-02-01T00:18:40.734Z Compiling ipnetwork v0.20.0
21192025-02-01T00:18:40.830Z Compiling packed_struct_codegen v0.10.1
21202025-02-01T00:18:41.764Z Compiling structmeta-derive v0.3.0
21212025-02-01T00:18:41.912Z Compiling indexmap v1.9.3
21222025-02-01T00:18:42.918Z Compiling nodrop v0.1.14
21232025-02-01T00:18:43.088Z Compiling thiserror v2.0.11
21242025-02-01T00:18:43.223Z Compiling fastrand v2.1.1
21252025-02-01T00:18:43.907Z Compiling crc-catalog v2.4.0
21262025-02-01T00:18:44.096Z Compiling crc v3.2.1
21272025-02-01T00:18:44.173Z Compiling structmeta v0.3.0
21282025-02-01T00:18:44.971Z Compiling tempfile v3.13.0
21292025-02-01T00:18:46.662Z Compiling array-init v0.0.4
21302025-02-01T00:18:47.285Z Compiling progenitor-macro v0.8.0
21312025-02-01T00:18:47.714Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21322025-02-01T00:18:51.850Z Compiling smallvec v0.6.14
21332025-02-01T00:18:53.132Z Compiling darling v0.20.10
21342025-02-01T00:18:59.420Z Compiling progenitor-client v0.8.0
21352025-02-01T00:19:00.974Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21362025-02-01T00:19:02.373Z Compiling pin-project-internal v1.1.6
21372025-02-01T00:19:02.449Z Compiling thiserror-impl v2.0.11
21382025-02-01T00:19:02.573Z Compiling dropshot v0.15.1
21392025-02-01T00:19:03.582Z Compiling same-file v1.0.6
21402025-02-01T00:19:03.889Z Compiling termcolor v1.4.1
21412025-02-01T00:19:04.951Z Compiling hashbrown v0.12.3
21422025-02-01T00:19:04.970Z Compiling base64 v0.21.7
21432025-02-01T00:19:07.112Z Compiling bitfield v0.14.0
21442025-02-01T00:19:07.400Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21452025-02-01T00:19:14.430Z Compiling ron v0.8.1
21462025-02-01T00:19:19.664Z Compiling pin-project v1.1.6
21472025-02-01T00:19:19.823Z Compiling env_logger v0.10.2
21482025-02-01T00:19:20.097Z Compiling walkdir v2.5.0
21492025-02-01T00:19:22.797Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21502025-02-01T00:19:23.470Z Compiling progenitor v0.8.0
21512025-02-01T00:19:24.257Z Compiling serde_with_macros v3.11.0
21522025-02-01T00:19:24.282Z Compiling serde-hex v0.1.0
21532025-02-01T00:19:24.510Z Compiling parse-display-derive v0.10.0
21542025-02-01T00:19:24.876Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21552025-02-01T00:19:26.661Z Compiling strum_macros v0.26.4
21562025-02-01T00:19:28.067Z Compiling hashbrown v0.13.2
21572025-02-01T00:19:28.726Z Compiling xattr v1.3.1
21582025-02-01T00:19:29.069Z Compiling dropshot_endpoint v0.15.1
21592025-02-01T00:19:29.357Z Compiling snafu-derive v0.8.5
21602025-02-01T00:19:29.394Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21612025-02-01T00:19:29.426Z Compiling blake3 v1.5.4
21622025-02-01T00:19:30.070Z Compiling filetime v0.2.25
21632025-02-01T00:19:30.121Z Compiling instant v0.1.13
21642025-02-01T00:19:30.324Z Compiling simd-adler32 v0.3.7
21652025-02-01T00:19:30.454Z Compiling lockfree-object-pool v0.1.6
21662025-02-01T00:19:30.876Z Compiling buf-list v1.0.3
21672025-02-01T00:19:31.602Z Compiling bumpalo v3.16.0
21682025-02-01T00:19:31.862Z Compiling crc-any v2.5.0
21692025-02-01T00:19:31.985Z Compiling zip v2.1.3
21702025-02-01T00:19:32.187Z Compiling zopfli v0.8.1
21712025-02-01T00:19:32.363Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21722025-02-01T00:19:32.717Z Compiling strum v0.26.3
21732025-02-01T00:19:32.784Z Compiling tar v0.4.42
21742025-02-01T00:19:32.949Z Compiling backoff v0.4.0
21752025-02-01T00:19:33.324Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21762025-02-01T00:19:33.656Z Compiling snafu v0.8.5
21772025-02-01T00:19:34.230Z Compiling object v0.30.4
21782025-02-01T00:19:34.808Z Compiling parse-display v0.10.0
21792025-02-01T00:19:36.378Z Compiling serde_with v3.11.0
21802025-02-01T00:19:36.632Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21812025-02-01T00:19:38.223Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21822025-02-01T00:19:38.729Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21832025-02-01T00:19:38.961Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21842025-02-01T00:19:39.002Z Compiling camino-tempfile v1.1.1
21852025-02-01T00:19:39.793Z Compiling globset v0.4.15
21862025-02-01T00:19:39.815Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21872025-02-01T00:19:40.033Z Compiling progenitor-client v0.9.1
21882025-02-01T00:19:40.325Z Compiling regress v0.9.1
21892025-02-01T00:19:41.021Z Compiling olpc-cjson v0.1.4
21902025-02-01T00:19:41.385Z Compiling pem v3.0.4
21912025-02-01T00:19:42.856Z Compiling serde_plain v1.0.2
21922025-02-01T00:19:43.424Z Compiling macaddr v1.0.1
21932025-02-01T00:19:44.102Z Compiling async-recursion v1.1.1
21942025-02-01T00:19:45.467Z Compiling memmap2 v0.9.5
21952025-02-01T00:19:46.070Z Compiling path-slash v0.1.5
21962025-02-01T00:19:46.348Z Compiling arrayref v0.3.9
21972025-02-01T00:19:46.481Z Compiling typed-path v0.9.3
21982025-02-01T00:19:46.533Z Compiling constant_time_eq v0.3.1
21992025-02-01T00:19:46.743Z Compiling arrayvec v0.7.6
22002025-02-01T00:19:47.063Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22012025-02-01T00:19:47.091Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22022025-02-01T00:19:49.881Z Compiling tough v0.19.0
22032025-02-01T00:19:53.375Z Compiling itertools v0.13.0
22042025-02-01T00:19:53.948Z Compiling cargo-platform v0.1.8
22052025-02-01T00:19:55.017Z Compiling topological-sort v0.2.2
22062025-02-01T00:19:55.322Z Compiling parse-size v1.1.0
22072025-02-01T00:19:55.669Z Compiling omicron-zone-package v0.12.0
22082025-02-01T00:19:56.448Z Compiling cargo_metadata v0.18.1
22092025-02-01T00:19:56.989Z Compiling shell-words v1.1.0
22102025-02-01T00:20:02.413Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22112025-02-01T00:20:14.672Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22122025-02-01T00:20:29.483Z Finished `release` profile [optimized] target(s) in 5m 39s
22132025-02-01T00:20:29.653Z Running `target/release/omicron-releng --output-dir /work`
22142025-02-01T00:20:29.701ZFeb 01 00:20:28.566 DEBG changing working directory to /work/oxidecomputer/omicron
22152025-02-01T00:20:29.808ZFeb 01 00:20:28.673 DEBG running: git rev-parse HEAD
22162025-02-01T00:20:29.815ZFeb 01 00:20:28.680 DEBG process exited with exit status: 0 (7.194306ms)
22172025-02-01T00:20:29.815ZFeb 01 00:20:28.680 INFO version: 12.0.0-0.ci+git58ebd65e4cf
22182025-02-01T00:20:29.856ZFeb 01 00:20:28.720 INFO cloning helios to /work/oxidecomputer/helios
22192025-02-01T00:20:29.856ZFeb 01 00:20:28.720 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22202025-02-01T00:20:29.861ZCloning into '/work/oxidecomputer/helios'...
22212025-02-01T00:20:30.413ZFeb 01 00:20:29.277 DEBG process exited with exit status: 0 (557.020582ms)
22222025-02-01T00:20:30.413ZFeb 01 00:20:29.277 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22232025-02-01T00:20:30.421Z# branch.oid 6f70a2d0ac0dd1cd4770e572051ba364029292ff
22242025-02-01T00:20:30.421Z# branch.head master
22252025-02-01T00:20:30.421Z# branch.upstream origin/master
22262025-02-01T00:20:30.421Z# branch.ab +0 -0
22272025-02-01T00:20:30.424ZFeb 01 00:20:29.286 DEBG process exited with exit status: 0 (8.642253ms)
22282025-02-01T00:20:30.424ZFeb 01 00:20:29.286 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22292025-02-01T00:20:31.316ZFeb 01 00:20:30.180 DEBG process exited with exit status: 0 (893.607166ms)
22302025-02-01T00:20:31.316ZFeb 01 00:20:30.180 DEBG running: zfs list rpool/images/build/host
22312025-02-01T00:20:31.324ZNAME USED AVAIL REFER MOUNTPOINT
22322025-02-01T00:20:31.324Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22332025-02-01T00:20:31.326ZFeb 01 00:20:30.188 DEBG process exited with exit status: 0 (7.665703ms)
22342025-02-01T00:20:31.326ZFeb 01 00:20:30.188 DEBG running: zfs list rpool/images/build/recovery
22352025-02-01T00:20:31.329ZNAME USED AVAIL REFER MOUNTPOINT
22362025-02-01T00:20:31.329Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22372025-02-01T00:20:31.332ZFeb 01 00:20:30.194 DEBG process exited with exit status: 0 (6.50293ms)
22382025-02-01T00:20:31.332ZFeb 01 00:20:30.195 INFO [hubris-staging] running task
22392025-02-01T00:20:31.332ZFeb 01 00:20:30.195 INFO [hubris-production] running task
22402025-02-01T00:20:31.332ZFeb 01 00:20:30.195 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22412025-02-01T00:20:31.335ZFeb 01 00:20:30.199 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22422025-02-01T00:20:31.406Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22432025-02-01T00:20:31.798Z[ omicron-package] Blocking waiting for file lock on package cache
22442025-02-01T00:20:32.238Z[ omicron-package] Blocking waiting for file lock on package cache
22452025-02-01T00:20:32.529Z[ omicron-package] Blocking waiting for file lock on package cache
22462025-02-01T00:20:33.095ZFeb 01 00:20:31.959 INFO [hubris-production] task succeeded (1.763366807s)
22472025-02-01T00:20:33.417Z[ omicron-package] Compiling zerocopy v0.8.10
22482025-02-01T00:20:33.419Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22492025-02-01T00:20:33.419Z[ omicron-package] Compiling itertools v0.13.0
22502025-02-01T00:20:33.419Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22512025-02-01T00:20:33.420Z[ omicron-package] Compiling heapless v0.8.0
22522025-02-01T00:20:33.420Z[ omicron-package] Compiling hash32 v0.3.1
22532025-02-01T00:20:33.420Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22542025-02-01T00:20:33.420Z[ omicron-package] Compiling smoltcp v0.11.0
22552025-02-01T00:20:34.425Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22562025-02-01T00:20:34.669Z[ omicron-package] Compiling num_enum_derive v0.5.11
22572025-02-01T00:20:35.254Z[ omicron-package] Compiling cobs v0.2.3
22582025-02-01T00:20:35.656Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22592025-02-01T00:20:35.993Z[ omicron-package] Compiling postcard v1.0.10
22602025-02-01T00:20:36.165Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22612025-02-01T00:20:36.507Z[ omicron-package] Compiling proc-macro-error v1.0.4
22622025-02-01T00:20:36.656Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22632025-02-01T00:20:37.313Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642025-02-01T00:20:37.315Z[ omicron-package] Compiling unicode-width v0.1.14
22652025-02-01T00:20:37.520Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22662025-02-01T00:20:38.503Z[ omicron-package] Compiling num_enum v0.5.11
22672025-02-01T00:20:38.789Z[ omicron-package] Compiling tabwriter v1.4.0
22682025-02-01T00:20:39.187Z[ omicron-package] Compiling foreign-types v0.5.0
22692025-02-01T00:20:39.192Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22702025-02-01T00:20:39.291Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22712025-02-01T00:20:39.912Z[ omicron-package] Compiling cstr-argument v0.1.2
22722025-02-01T00:20:39.982Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22732025-02-01T00:20:40.586Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22742025-02-01T00:20:40.907Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22752025-02-01T00:20:41.290Z[ omicron-package] Compiling pretty-hex v0.2.1
22762025-02-01T00:20:41.440Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22772025-02-01T00:20:41.903Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22782025-02-01T00:20:42.059Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22792025-02-01T00:20:42.167Z[ omicron-package] Compiling colored v2.1.0
22802025-02-01T00:20:42.170Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22812025-02-01T00:20:42.495Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22822025-02-01T00:20:43.848Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22832025-02-01T00:20:44.011Z[ omicron-package] Compiling sigpipe v0.1.3
22842025-02-01T00:20:44.462Z[ omicron-package] Compiling num-derive v0.4.2
22852025-02-01T00:20:44.959Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22862025-02-01T00:20:45.269Z[ omicron-package] Compiling libefi-sys v0.1.0
22872025-02-01T00:20:45.338Z[ omicron-package] Compiling zone v0.3.0
22882025-02-01T00:20:45.400Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22892025-02-01T00:20:45.953Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22902025-02-01T00:20:46.346Z[ omicron-package] Compiling smf v0.2.3
22912025-02-01T00:20:46.429Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22922025-02-01T00:20:47.645Z[ omicron-package] Compiling bitfield-struct v0.6.2
22932025-02-01T00:20:47.858Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
22942025-02-01T00:20:50.236Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22952025-02-01T00:20:50.253Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22962025-02-01T00:20:50.256Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22972025-02-01T00:20:50.305Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22982025-02-01T00:20:50.308Z[ omicron-package] Compiling gethostname v0.5.0
22992025-02-01T00:20:50.457Z[ omicron-package] Compiling indent_write v2.2.0
23002025-02-01T00:20:50.675Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23012025-02-01T00:20:50.784Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23022025-02-01T00:20:51.353Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032025-02-01T00:20:53.555Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23042025-02-01T00:20:54.880Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23052025-02-01T00:20:56.222Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23062025-02-01T00:20:59.138Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23072025-02-01T00:20:59.682Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23082025-02-01T00:21:01.742Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23092025-02-01T00:21:04.244ZFeb 01 00:21:03.102 INFO [hubris-staging] task succeeded (32.906580511s)
23102025-02-01T00:21:10.276Z[ helios-setup] Feb 01 00:21:09.131 INFO helios repository root is: /work/oxidecomputer/helios
23112025-02-01T00:21:10.279Z[ helios-setup] Feb 01 00:21:09.133 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
23122025-02-01T00:21:10.279Z[ helios-setup] Feb 01 00:21:09.133 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23132025-02-01T00:21:10.281Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23142025-02-01T00:21:10.764Z[ helios-setup] Feb 01 00:21:09.619 INFO clone ok!, project: pinprick
23152025-02-01T00:21:10.767Z[ helios-setup] Feb 01 00:21:09.620 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23162025-02-01T00:21:10.767Z[ helios-setup] Feb 01 00:21:09.620 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23172025-02-01T00:21:10.767Z[ helios-setup] Feb 01 00:21:09.620 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
23182025-02-01T00:21:10.767Z[ helios-setup] Feb 01 00:21:09.620 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23192025-02-01T00:21:10.770Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23202025-02-01T00:21:18.473Z[ helios-setup] Feb 01 00:21:17.327 INFO clone ok!, project: amd-firmware
23212025-02-01T00:21:18.476Z[ helios-setup] Feb 01 00:21:17.327 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
23222025-02-01T00:21:18.476Z[ helios-setup] Feb 01 00:21:17.327 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23232025-02-01T00:21:18.479Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23242025-02-01T00:21:19.329Z[ helios-setup] Feb 01 00:21:18.183 INFO clone ok!, project: chelsio-t6-roms
23252025-02-01T00:21:19.331Z[ helios-setup] Feb 01 00:21:18.183 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
23262025-02-01T00:21:19.331Z[ helios-setup] Feb 01 00:21:18.183 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23272025-02-01T00:21:19.334Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23282025-02-01T00:21:19.680Z[ omicron-package] Finished `release` profile [optimized] target(s) in 48.33s
23292025-02-01T00:21:19.833Z[ helios-setup] Feb 01 00:21:18.684 INFO clone ok!, project: bootserver
23302025-02-01T00:21:19.836Z[ helios-setup] Feb 01 00:21:18.684 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
23312025-02-01T00:21:19.836Z[ helios-setup] Feb 01 00:21:18.684 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23322025-02-01T00:21:19.836Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23332025-02-01T00:21:19.928Z[ omicron-package]
23342025-02-01T00:21:19.928Z[ omicron-package] real 48.540157220
23352025-02-01T00:21:19.931Z[ omicron-package] user 3:02.608087685
23362025-02-01T00:21:19.931Z[ omicron-package] sys 18.478854307
23372025-02-01T00:21:19.931Z[ omicron-package] trap 0.389919161
23382025-02-01T00:21:19.931Z[ omicron-package] tflt 1.014126354
23392025-02-01T00:21:19.931Z[ omicron-package] dflt 0.848722313
23402025-02-01T00:21:19.931Z[ omicron-package] kflt 0.008510657
23412025-02-01T00:21:19.931Z[ omicron-package] lock 5:10.774028907
23422025-02-01T00:21:19.931Z[ omicron-package] slp 9:25.938118662
23432025-02-01T00:21:19.931Z[ omicron-package] lat 1:40.166228417
23442025-02-01T00:21:19.931Z[ omicron-package] stop 1:04.069246322
23452025-02-01T00:21:19.931ZFeb 01 00:21:18.783 INFO [omicron-package] process exited with exit status: 0 (48.587507956s)
23462025-02-01T00:21:19.932ZFeb 01 00:21:18.783 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
23472025-02-01T00:21:20.029ZFeb 01 00:21:18.864 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
23482025-02-01T00:21:20.032Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23492025-02-01T00:21:20.032Z[ host-target] Created new build target 'host' and set it as active
23502025-02-01T00:21:20.032ZFeb 01 00:21:18.880 INFO [host-target] process exited with exit status: 0 (96.364349ms)
23512025-02-01T00:21:20.032ZFeb 01 00:21:18.880 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23522025-02-01T00:21:20.035Z[ recovery-target] Created new build target 'recovery' and set it as active
23532025-02-01T00:21:20.035Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23542025-02-01T00:21:20.037ZFeb 01 00:21:18.890 INFO [recovery-target] process exited with exit status: 0 (25.669998ms)
23552025-02-01T00:21:20.043Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23562025-02-01T00:21:20.368Z[ helios-setup] Feb 01 00:21:19.221 INFO clone ok!, project: image-builder
23572025-02-01T00:21:20.368Z[ helios-setup] Feb 01 00:21:19.222 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
23582025-02-01T00:21:20.373Z[ helios-setup] Feb 01 00:21:19.222 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
23592025-02-01T00:21:20.376Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23602025-02-01T00:21:21.269Z[ host-package] Compiling thiserror v2.0.11
23612025-02-01T00:21:21.311Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23622025-02-01T00:21:21.317Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23632025-02-01T00:21:21.409Z[ host-package] Compiling typify-impl v0.3.0
23642025-02-01T00:21:21.424Z[ host-package] Compiling convert_case v0.4.0
23652025-02-01T00:21:21.427Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23662025-02-01T00:21:21.427Z[ host-package] Compiling newline-converter v0.3.0
23672025-02-01T00:21:21.427Z[ host-package] Compiling password-hash v0.5.0
23682025-02-01T00:21:21.427Z[ host-package] Compiling blake2 v0.10.6
23692025-02-01T00:21:21.470Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23702025-02-01T00:21:21.641Z[ host-package] Compiling expectorate v1.1.0
23712025-02-01T00:21:21.667Z[ host-package] Compiling atomicwrites v0.4.4
23722025-02-01T00:21:21.927Z[ host-package] Compiling cancel-safe-futures v0.1.5
23732025-02-01T00:21:22.080Z[ host-package] Compiling derive_more v0.99.18
23742025-02-01T00:21:22.177Z[ host-package] Compiling argon2 v0.5.3
23752025-02-01T00:21:22.309Z[ host-package] Compiling owo-colors v4.1.0
23762025-02-01T00:21:22.657Z[ host-package] Compiling num-rational v0.4.2
23772025-02-01T00:21:22.678Z[ host-package] Compiling progenitor-client v0.9.1
23782025-02-01T00:21:22.700Z[ host-package] Compiling num-complex v0.4.6
23792025-02-01T00:21:23.203Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23802025-02-01T00:21:23.852Z[ host-package] Compiling num v0.4.3
23812025-02-01T00:21:24.020Z[ host-package] Compiling libsw v3.3.1
23822025-02-01T00:21:24.434Z[ host-package] Compiling float-ord v0.3.2
23832025-02-01T00:21:24.592Z[ host-package] Compiling swrite v0.1.0
23842025-02-01T00:21:24.635Z[ host-package] Compiling linear-map v1.2.0
23852025-02-01T00:21:24.766Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23862025-02-01T00:21:24.793Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23872025-02-01T00:21:25.093Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23882025-02-01T00:21:25.270Z[ host-package] Compiling highway v1.2.0
23892025-02-01T00:21:26.250Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23902025-02-01T00:21:26.797Z[ host-package] Compiling semver v0.1.20
23912025-02-01T00:21:27.360Z[ host-package] Compiling rustc_version v0.1.7
23922025-02-01T00:21:27.814Z[ host-package] Compiling newtype_derive v0.1.6
23932025-02-01T00:21:28.156Z[ host-package] Compiling tungstenite v0.21.0
23942025-02-01T00:21:28.305Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23952025-02-01T00:21:29.394Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23962025-02-01T00:21:29.411Z[ helios-setup] Feb 01 00:21:28.261 INFO clone ok!, project: amd-host-image-builder
23972025-02-01T00:21:29.415Z[ helios-setup] Feb 01 00:21:28.261 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
23982025-02-01T00:21:29.415Z[ helios-setup] Feb 01 00:21:28.261 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23992025-02-01T00:21:29.422Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
24002025-02-01T00:21:30.336Z[ helios-setup] Feb 01 00:21:29.186 INFO clone ok!, project: phbl
24012025-02-01T00:21:30.338Z[ helios-setup] Feb 01 00:21:29.186 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
24022025-02-01T00:21:30.338Z[ helios-setup] Feb 01 00:21:29.186 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
24032025-02-01T00:21:30.338Z[ helios-setup] Feb 01 00:21:29.186 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
24042025-02-01T00:21:30.341Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
24052025-02-01T00:21:31.528Z[ helios-setup] Feb 01 00:21:30.379 INFO clone ok!, project: pilot
24062025-02-01T00:21:31.531Z[ helios-setup] Feb 01 00:21:30.379 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24072025-02-01T00:21:32.476Z[ helios-setup] Feb 01 00:21:31.327 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24082025-02-01T00:21:32.951Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24092025-02-01T00:21:33.071Z[ helios-setup] Feb 01 00:21:31.921 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24102025-02-01T00:21:33.071Z[ helios-setup] Feb 01 00:21:31.921 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24112025-02-01T00:21:33.286Z[ host-package] Compiling typify-macro v0.3.0
24122025-02-01T00:21:33.462Z[ host-package] Compiling ipnetwork v0.20.0
24132025-02-01T00:21:33.668Z[ helios-setup] Feb 01 00:21:32.519 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24142025-02-01T00:21:34.194Z[ helios-setup] Feb 01 00:21:33.044 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24152025-02-01T00:21:34.194Z[ helios-setup] Feb 01 00:21:33.044 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24162025-02-01T00:21:34.508Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24172025-02-01T00:21:34.736Z[ host-package] Compiling tokio-tungstenite v0.21.0
24182025-02-01T00:21:34.764Z[ helios-setup] Feb 01 00:21:33.615 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24192025-02-01T00:21:35.202Z[ host-package] Compiling progenitor-client v0.8.0
24202025-02-01T00:21:35.293Z[ helios-setup] Feb 01 00:21:34.142 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24212025-02-01T00:21:35.293Z[ helios-setup] Feb 01 00:21:34.142 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24222025-02-01T00:21:35.293Z[ helios-setup] Feb 01 00:21:34.142 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24232025-02-01T00:21:35.296Z[ helios-setup] Feb 01 00:21:34.142 INFO ok!
24242025-02-01T00:21:35.296Z[ helios-setup] Feb 01 00:21:34.142 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24252025-02-01T00:21:35.296Z[ helios-setup] Feb 01 00:21:34.142 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24262025-02-01T00:21:35.296Z[ helios-setup] Feb 01 00:21:34.142 INFO ok!
24272025-02-01T00:21:35.296Z[ helios-setup] Feb 01 00:21:34.142 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24282025-02-01T00:21:35.296Z[ helios-setup] Feb 01 00:21:34.143 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24292025-02-01T00:21:35.296Z[ helios-setup] Feb 01 00:21:34.143 INFO ok!
24302025-02-01T00:21:35.296Z[ helios-setup] Feb 01 00:21:34.143 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24312025-02-01T00:21:35.296Z[ helios-setup] Feb 01 00:21:34.143 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24322025-02-01T00:21:35.331Z[ host-package] Compiling humantime v2.1.0
24332025-02-01T00:21:35.634Z[ host-package] Compiling progenitor v0.8.0
24342025-02-01T00:21:35.689Z[ host-package] Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24352025-02-01T00:21:35.695Z[ helios-setup] Feb 01 00:21:34.546 INFO E| Downloading crates ...
24362025-02-01T00:21:35.880Z[ host-package] Compiling dropshot v0.15.1
24372025-02-01T00:21:35.884Z[ helios-setup] Feb 01 00:21:34.732 INFO E| Downloaded miniz_oxide v0.7.2
24382025-02-01T00:21:35.938Z[ helios-setup] Feb 01 00:21:34.788 INFO E| Compiling adler v1.0.2
24392025-02-01T00:21:36.038Z[ host-package] Compiling instant v0.1.13
24402025-02-01T00:21:36.139Z[ helios-setup] Feb 01 00:21:34.990 INFO E| Compiling miniz_oxide v0.7.2
24412025-02-01T00:21:36.256Z[ host-package] Compiling backoff v0.4.0
24422025-02-01T00:21:36.632Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24432025-02-01T00:21:36.693Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24442025-02-01T00:21:36.975Z[ host-package] Compiling typify v0.3.0
24452025-02-01T00:21:37.607Z[ host-package] Compiling progenitor-impl v0.9.1
24462025-02-01T00:21:38.952Z[ helios-setup] Feb 01 00:21:37.802 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24472025-02-01T00:21:39.871Z[ helios-setup] Feb 01 00:21:38.720 INFO E| Finished `release` profile [optimized] target(s) in 4.42s
24482025-02-01T00:21:39.882Z[ helios-setup] Feb 01 00:21:38.731 INFO building project "pinprick" ok (4 seconds)
24492025-02-01T00:21:39.882Z[ helios-setup] Feb 01 00:21:38.731 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24502025-02-01T00:21:39.882Z[ helios-setup] Feb 01 00:21:38.731 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24512025-02-01T00:21:40.128Z[ helios-setup] Feb 01 00:21:38.977 INFO E| Downloading crates ...
24522025-02-01T00:21:40.256Z[ helios-setup] Feb 01 00:21:39.106 INFO E| Downloaded unicode-width v0.1.10
24532025-02-01T00:21:40.260Z[ helios-setup] Feb 01 00:21:39.109 INFO E| Downloaded generic-array v0.14.6
24542025-02-01T00:21:40.262Z[ helios-setup] Feb 01 00:21:39.112 INFO E| Downloaded anyhow v1.0.62
24552025-02-01T00:21:40.269Z[ helios-setup] Feb 01 00:21:39.119 INFO E| Downloaded miniz_oxide v0.6.2
24562025-02-01T00:21:40.273Z[ helios-setup] Feb 01 00:21:39.122 INFO E| Downloaded flate2 v1.0.25
24572025-02-01T00:21:40.281Z[ helios-setup] Feb 01 00:21:39.130 INFO E| Downloaded digest v0.10.3
24582025-02-01T00:21:40.284Z[ helios-setup] Feb 01 00:21:39.133 INFO E| Downloaded cpufeatures v0.2.5
24592025-02-01T00:21:40.286Z[ helios-setup] Feb 01 00:21:39.135 INFO E| Downloaded sha2 v0.10.5
24602025-02-01T00:21:40.290Z[ helios-setup] Feb 01 00:21:39.138 INFO E| Downloaded bytes v1.2.1
24612025-02-01T00:21:40.294Z[ helios-setup] Feb 01 00:21:39.144 INFO E| Downloaded typenum v1.15.0
24622025-02-01T00:21:40.298Z[ helios-setup] Feb 01 00:21:39.147 INFO E| Downloaded block-buffer v0.10.3
24632025-02-01T00:21:40.369Z[ helios-setup] Feb 01 00:21:39.219 INFO E| Compiling version_check v0.9.4
24642025-02-01T00:21:40.369Z[ helios-setup] Feb 01 00:21:39.219 INFO E| Compiling typenum v1.15.0
24652025-02-01T00:21:40.369Z[ helios-setup] Feb 01 00:21:39.219 INFO E| Compiling crc32fast v1.3.2
24662025-02-01T00:21:40.372Z[ helios-setup] Feb 01 00:21:39.219 INFO E| Compiling cfg-if v1.0.0
24672025-02-01T00:21:40.372Z[ helios-setup] Feb 01 00:21:39.219 INFO E| Compiling adler v1.0.2
24682025-02-01T00:21:40.372Z[ helios-setup] Feb 01 00:21:39.219 INFO E| Compiling anyhow v1.0.62
24692025-02-01T00:21:40.376Z[ helios-setup] Feb 01 00:21:39.223 INFO E| Compiling cpufeatures v0.2.5
24702025-02-01T00:21:40.376Z[ helios-setup] Feb 01 00:21:39.224 INFO E| Compiling unicode-width v0.1.10
24712025-02-01T00:21:40.536Z[ helios-setup] Feb 01 00:21:39.385 INFO E| Compiling bytes v1.2.1
24722025-02-01T00:21:40.652Z[ helios-setup] Feb 01 00:21:39.501 INFO E| Compiling bitflags v1.3.2
24732025-02-01T00:21:40.986Z[ helios-setup] Feb 01 00:21:39.835 INFO E| Compiling miniz_oxide v0.6.2
24742025-02-01T00:21:41.135Z[ helios-setup] Feb 01 00:21:39.975 INFO E| Compiling getopts v0.2.21
24752025-02-01T00:21:41.411Z[ helios-setup] Feb 01 00:21:40.260 INFO E| Compiling generic-array v0.14.6
24762025-02-01T00:21:42.880Z[ helios-setup] Feb 01 00:21:41.728 INFO E| Compiling flate2 v1.0.25
24772025-02-01T00:21:45.836Z[ host-package] Compiling progenitor-macro v0.9.1
24782025-02-01T00:21:46.086Z[ helios-setup] Feb 01 00:21:44.935 INFO E| Compiling crypto-common v0.1.6
24792025-02-01T00:21:46.086Z[ helios-setup] Feb 01 00:21:44.935 INFO E| Compiling block-buffer v0.10.3
24802025-02-01T00:21:46.432Z[ helios-setup] Feb 01 00:21:45.280 INFO E| Compiling digest v0.10.3
24812025-02-01T00:21:46.826Z[ host-package] Compiling steno v0.4.1
24822025-02-01T00:21:46.946Z[ helios-setup] Feb 01 00:21:45.793 INFO E| Compiling sha2 v0.10.5
24832025-02-01T00:21:47.014Z[ host-package] Compiling parse-display v0.10.0
24842025-02-01T00:21:47.342Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24852025-02-01T00:21:47.454Z[ helios-setup] Feb 01 00:21:46.302 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24862025-02-01T00:21:47.569Z[ host-package] Compiling strum v0.26.3
24872025-02-01T00:21:47.766Z[ host-package] Compiling serde_with v3.11.0
24882025-02-01T00:21:47.855Z[ host-package] Compiling regress v0.9.1
24892025-02-01T00:21:52.455Z[ helios-setup] Feb 01 00:21:51.302 INFO E| Finished `release` profile [optimized] target(s) in 12.46s
24902025-02-01T00:21:52.471Z[ helios-setup] Feb 01 00:21:51.318 INFO building project "bootserver" ok (12 seconds)
24912025-02-01T00:21:52.471Z[ helios-setup] Feb 01 00:21:51.318 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24922025-02-01T00:21:52.474Z[ helios-setup] Feb 01 00:21:51.318 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24932025-02-01T00:21:52.676Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24942025-02-01T00:21:52.747Z[ helios-setup] Feb 01 00:21:51.594 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24952025-02-01T00:21:53.283Z[ helios-setup] Feb 01 00:21:52.130 INFO E| From https://github.com/jclulow/rust-jmclib
24962025-02-01T00:21:53.283Z[ helios-setup] Feb 01 00:21:52.130 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24972025-02-01T00:21:53.303Z[ helios-setup] Feb 01 00:21:52.150 INFO E| Updating crates.io index
24982025-02-01T00:21:53.406Z[ helios-setup] Feb 01 00:21:52.252 INFO E| Downloading crates ...
24992025-02-01T00:21:53.588Z[ helios-setup] Feb 01 00:21:52.435 INFO E| Downloaded fastrand v2.0.0
25002025-02-01T00:21:53.591Z[ helios-setup] Feb 01 00:21:52.438 INFO E| Downloaded digest v0.9.0
25012025-02-01T00:21:53.598Z[ helios-setup] Feb 01 00:21:52.444 INFO E| Downloaded block-buffer v0.9.0
25022025-02-01T00:21:53.598Z[ helios-setup] Feb 01 00:21:52.444 INFO E| Downloaded anyhow v1.0.72
25032025-02-01T00:21:53.601Z[ helios-setup] Feb 01 00:21:52.448 INFO E| Downloaded opaque-debug v0.3.0
25042025-02-01T00:21:53.604Z[ helios-setup] Feb 01 00:21:52.450 INFO E| Downloaded libdevinfo-sys v1.0.0
25052025-02-01T00:21:53.636Z[ helios-setup] Feb 01 00:21:52.483 INFO E| Downloaded sha-1 v0.9.8
25062025-02-01T00:21:53.639Z[ helios-setup] Feb 01 00:21:52.486 INFO E| Downloaded md-5 v0.9.1
25072025-02-01T00:21:53.642Z[ helios-setup] Feb 01 00:21:52.489 INFO E| Downloaded itoa v1.0.9
25082025-02-01T00:21:53.648Z[ helios-setup] Feb 01 00:21:52.491 INFO E| Downloaded glob v0.3.1
25092025-02-01T00:21:53.652Z[ helios-setup] Feb 01 00:21:52.494 INFO E| Downloaded errno v0.3.1
25102025-02-01T00:21:53.652Z[ helios-setup] Feb 01 00:21:52.497 INFO E| Downloaded walkdir v2.3.3
25112025-02-01T00:21:53.654Z[ helios-setup] Feb 01 00:21:52.500 INFO E| Downloaded cpufeatures v0.2.9
25122025-02-01T00:21:53.685Z[ helios-setup] Feb 01 00:21:52.531 INFO E| Downloaded uuid v0.8.2
25132025-02-01T00:21:53.691Z[ helios-setup] Feb 01 00:21:52.537 INFO E| Downloaded quote v1.0.31
25142025-02-01T00:21:53.695Z[ helios-setup] Feb 01 00:21:52.542 INFO E| Downloaded toml v0.5.11
25152025-02-01T00:21:53.749Z[ helios-setup] Feb 01 00:21:52.596 INFO E| Downloaded unicode-ident v1.0.11
25162025-02-01T00:21:53.755Z[ helios-setup] Feb 01 00:21:52.601 INFO E| Downloaded getrandom v0.2.10
25172025-02-01T00:21:53.760Z[ helios-setup] Feb 01 00:21:52.607 INFO E| Downloaded serde v1.0.193
25182025-02-01T00:21:53.766Z[ helios-setup] Feb 01 00:21:52.612 INFO E| Downloaded typenum v1.16.0
25192025-02-01T00:21:53.770Z[ helios-setup] Feb 01 00:21:52.617 INFO E| Downloaded serde_derive v1.0.193
25202025-02-01T00:21:53.775Z[ helios-setup] Feb 01 00:21:52.622 INFO E| Downloaded ryu v1.0.15
25212025-02-01T00:21:53.781Z[ helios-setup] Feb 01 00:21:52.628 INFO E| Downloaded proc-macro2 v1.0.66
25222025-02-01T00:21:53.786Z[ helios-setup] Feb 01 00:21:52.633 INFO E| Downloaded once_cell v1.18.0
25232025-02-01T00:21:53.792Z[ helios-setup] Feb 01 00:21:52.638 INFO E| Downloaded serde_json v1.0.103
25242025-02-01T00:21:53.805Z[ helios-setup] Feb 01 00:21:52.651 INFO E| Downloaded bitflags v2.3.3
25252025-02-01T00:21:53.809Z[ helios-setup] Feb 01 00:21:52.656 INFO E| Downloaded tempfile v3.7.0
25262025-02-01T00:21:53.813Z[ helios-setup] Feb 01 00:21:52.660 INFO E| Downloaded syn v2.0.32
25272025-02-01T00:21:53.856Z[ helios-setup] Feb 01 00:21:52.702 INFO E| Downloaded rustix v0.38.4
25282025-02-01T00:21:53.929Z[ helios-setup] Feb 01 00:21:52.776 INFO E| Downloaded libc v0.2.147
25292025-02-01T00:21:54.039Z[ host-package] Compiling macaddr v1.0.1
25302025-02-01T00:21:54.058Z[ helios-setup] Feb 01 00:21:52.905 INFO E| Compiling libc v0.2.147
25312025-02-01T00:21:54.058Z[ helios-setup] Feb 01 00:21:52.905 INFO E| Compiling proc-macro2 v1.0.66
25322025-02-01T00:21:54.061Z[ helios-setup] Feb 01 00:21:52.905 INFO E| Compiling unicode-ident v1.0.11
25332025-02-01T00:21:54.061Z[ helios-setup] Feb 01 00:21:52.905 INFO E| Compiling cfg-if v1.0.0
25342025-02-01T00:21:54.061Z[ helios-setup] Feb 01 00:21:52.905 INFO E| Compiling version_check v0.9.4
25352025-02-01T00:21:54.061Z[ helios-setup] Feb 01 00:21:52.905 INFO E| Compiling typenum v1.16.0
25362025-02-01T00:21:54.061Z[ helios-setup] Feb 01 00:21:52.905 INFO E| Compiling serde v1.0.193
25372025-02-01T00:21:54.061Z[ helios-setup] Feb 01 00:21:52.905 INFO E| Compiling num-conv v0.1.0
25382025-02-01T00:21:54.333Z[ helios-setup] Feb 01 00:21:53.178 INFO E| Compiling time-core v0.1.2
25392025-02-01T00:21:54.553Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
25402025-02-01T00:21:54.560Z[ helios-setup] Feb 01 00:21:53.407 INFO E| Compiling slog v2.7.0
25412025-02-01T00:21:54.762Z[ helios-setup] Feb 01 00:21:53.608 INFO E| Compiling powerfmt v0.2.0
25422025-02-01T00:21:54.876Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25432025-02-01T00:21:55.143Z[ helios-setup] Feb 01 00:21:53.989 INFO E| Compiling itoa v1.0.9
25442025-02-01T00:21:55.277Z[ host-package] Compiling slog-dtrace v0.3.0
25452025-02-01T00:21:55.306Z[ helios-setup] Feb 01 00:21:54.152 INFO E| Compiling rustix v0.38.4
25462025-02-01T00:21:55.522Z[ helios-setup] Feb 01 00:21:54.369 INFO E| Compiling deranged v0.3.11
25472025-02-01T00:21:55.545Z[ helios-setup] Feb 01 00:21:54.392 INFO E| Compiling generic-array v0.14.7
25482025-02-01T00:21:55.665Z[ helios-setup] Feb 01 00:21:54.510 INFO E| Compiling time-macros v0.2.18
25492025-02-01T00:21:55.777Z[ helios-setup] Feb 01 00:21:54.623 INFO E| Compiling bitflags v2.3.3
25502025-02-01T00:21:55.917Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
25512025-02-01T00:21:56.249Z[ host-package] Compiling prettyplease v0.2.25
25522025-02-01T00:21:56.679Z[ helios-setup] Feb 01 00:21:55.525 INFO E| Compiling once_cell v1.18.0
25532025-02-01T00:21:56.785Z[ helios-setup] Feb 01 00:21:55.631 INFO E| Compiling num_threads v0.1.6
25542025-02-01T00:21:57.271Z[ helios-setup] Feb 01 00:21:56.116 INFO E| Compiling fastrand v2.0.0
25552025-02-01T00:21:57.776Z[ helios-setup] Feb 01 00:21:56.622 INFO E| Compiling thread_local v1.1.7
25562025-02-01T00:21:58.338Z[ helios-setup] Feb 01 00:21:57.183 INFO E| Compiling quote v1.0.31
25572025-02-01T00:21:58.398Z[ helios-setup] Feb 01 00:21:57.242 INFO E| Compiling dirs-sys-next v0.1.2
25582025-02-01T00:21:58.532Z[ helios-setup] Feb 01 00:21:57.378 INFO E| Compiling errno v0.3.1
25592025-02-01T00:21:58.605Z[ helios-setup] Feb 01 00:21:57.451 INFO E| Compiling atty v0.2.14
25602025-02-01T00:21:58.938Z[ helios-setup] Feb 01 00:21:57.783 INFO E| Compiling dirs-next v2.0.0
25612025-02-01T00:21:59.070Z[ helios-setup] Feb 01 00:21:57.916 INFO E| Compiling syn v2.0.32
25622025-02-01T00:21:59.103Z[ helios-setup] Feb 01 00:21:57.948 INFO E| Compiling opaque-debug v0.3.0
25632025-02-01T00:21:59.296Z[ helios-setup] Feb 01 00:21:58.141 INFO E| Compiling term v0.7.0
25642025-02-01T00:21:59.395Z[ helios-setup] Feb 01 00:21:58.240 INFO E| Compiling anyhow v1.0.72
25652025-02-01T00:21:59.441Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
25662025-02-01T00:21:59.532Z[ helios-setup] Feb 01 00:21:58.377 INFO E| Compiling serde_json v1.0.103
25672025-02-01T00:21:59.744Z[ helios-setup] Feb 01 00:21:58.589 INFO E| Compiling getrandom v0.2.10
25682025-02-01T00:22:00.433Z[ helios-setup] Feb 01 00:21:59.278 INFO E| Compiling block-buffer v0.9.0
25692025-02-01T00:22:00.433Z[ helios-setup] Feb 01 00:21:59.278 INFO E| Compiling digest v0.9.0
25702025-02-01T00:22:00.765Z[ helios-setup] Feb 01 00:21:59.610 INFO E| Compiling same-file v1.0.6
25712025-02-01T00:22:00.803Z[ helios-setup] Feb 01 00:21:59.643 INFO E| Compiling ryu v1.0.15
25722025-02-01T00:22:00.832Z[ helios-setup] Feb 01 00:21:59.677 INFO E| Compiling cpufeatures v0.2.9
25732025-02-01T00:22:00.932Z[ helios-setup] Feb 01 00:21:59.777 INFO E| Compiling unicode-width v0.1.10
25742025-02-01T00:22:01.146Z[ helios-setup] Feb 01 00:21:59.991 INFO E| Compiling getopts v0.2.21
25752025-02-01T00:22:01.164Z[ helios-setup] Feb 01 00:22:00.010 INFO E| Compiling time v0.3.36
25762025-02-01T00:22:01.368Z[ helios-setup] Feb 01 00:22:00.213 INFO E| Compiling tempfile v3.7.0
25772025-02-01T00:22:01.395Z[ helios-setup] Feb 01 00:22:00.240 INFO E| Compiling walkdir v2.3.3
25782025-02-01T00:22:02.447Z[ helios-setup] Feb 01 00:22:01.292 INFO E| Compiling sha-1 v0.9.8
25792025-02-01T00:22:02.513Z[ helios-setup] Feb 01 00:22:01.358 INFO E| Compiling md-5 v0.9.1
25802025-02-01T00:22:02.841Z[ helios-setup] Feb 01 00:22:01.686 INFO E| Compiling libdevinfo-sys v1.0.0
25812025-02-01T00:22:02.878Z[ helios-setup] Feb 01 00:22:01.723 INFO E| Compiling glob v0.3.1
25822025-02-01T00:22:03.145Z[ host-package] Compiling progenitor v0.9.1
25832025-02-01T00:22:03.595Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25842025-02-01T00:22:04.801Z[ helios-setup] Feb 01 00:22:03.645 INFO E| Compiling slog-term v2.9.0
25852025-02-01T00:22:05.696Z[ helios-setup] Feb 01 00:22:04.539 INFO E| Compiling serde_derive v1.0.193
25862025-02-01T00:22:06.418Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
25872025-02-01T00:22:16.482Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25882025-02-01T00:22:18.491Z[ helios-setup] Feb 01 00:22:17.332 INFO E| Compiling toml v0.5.11
25892025-02-01T00:22:18.493Z[ helios-setup] Feb 01 00:22:17.332 INFO E| Compiling uuid v0.8.2
25902025-02-01T00:22:19.858Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25912025-02-01T00:22:20.032Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25922025-02-01T00:22:20.839Z[ helios-setup] Feb 01 00:22:19.680 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25932025-02-01T00:22:21.485Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942025-02-01T00:22:22.688Z[ helios-setup] Feb 01 00:22:21.528 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25952025-02-01T00:22:23.044Z[ host-package] Compiling half v2.4.1
25962025-02-01T00:22:23.935Z[ host-package] Compiling ciborium-io v0.2.2
25972025-02-01T00:22:24.120Z[ host-package] Compiling ciborium-ll v0.2.2
25982025-02-01T00:22:25.902Z[ host-package] Compiling ciborium v0.2.2
25992025-02-01T00:22:27.671Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26002025-02-01T00:22:27.716Z[ host-package] Compiling display-error-chain v0.2.2
26012025-02-01T00:22:28.046Z[ host-package] Compiling fastrand v2.1.1
26022025-02-01T00:22:28.155Z[ host-package] Compiling same-file v1.0.6
26032025-02-01T00:22:28.241Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26042025-02-01T00:22:28.522Z[ host-package] Compiling tempfile v3.13.0
26052025-02-01T00:22:28.698Z[ host-package] Compiling walkdir v2.5.0
26062025-02-01T00:22:29.451Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072025-02-01T00:22:29.501Z[ host-package] Compiling blake3 v1.5.4
26082025-02-01T00:22:30.365Z[ host-package] Compiling const_format_proc_macros v0.2.34
26092025-02-01T00:22:32.641Z[ host-package] Compiling xattr v1.3.1
26102025-02-01T00:22:32.983Z[ host-package] Compiling memmap2 v0.9.5
26112025-02-01T00:22:33.025Z[ helios-setup] Feb 01 00:22:31.863 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.43s
26122025-02-01T00:22:33.059Z[ helios-setup] Feb 01 00:22:31.897 INFO building project "image-builder" ok (40 seconds)
26132025-02-01T00:22:33.059Z[ helios-setup] Feb 01 00:22:31.898 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26142025-02-01T00:22:33.059Z[ helios-setup] Feb 01 00:22:31.898 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26152025-02-01T00:22:33.069Z[ helios-setup] Feb 01 00:22:31.907 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
26162025-02-01T00:22:33.301Z[ helios-setup] Feb 01 00:22:32.139 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
26172025-02-01T00:22:33.301Z[ helios-setup] Feb 01 00:22:32.139 INFO E| info: downloading component 'cargo'
26182025-02-01T00:22:33.465Z[ host-package] Compiling filetime v0.2.25
26192025-02-01T00:22:33.813Z[ host-package] Compiling crunchy v0.2.2
26202025-02-01T00:22:34.336Z[ host-package] Compiling maplit v1.0.2
26212025-02-01T00:22:34.375Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26222025-02-01T00:22:34.495Z[ host-package] Compiling arrayvec v0.7.6
26232025-02-01T00:22:34.648Z[ helios-setup] Feb 01 00:22:33.486 INFO E| info: downloading component 'clippy'
26242025-02-01T00:22:34.839Z[ host-package] Compiling arrayref v0.3.9
26252025-02-01T00:22:34.863Z[ host-package] Compiling constant_time_eq v0.3.1
26262025-02-01T00:22:34.902Z[ helios-setup] Feb 01 00:22:33.740 INFO E| info: downloading component 'rust-docs'
26272025-02-01T00:22:34.908Z[ host-package] Compiling keccak v0.1.5
26282025-02-01T00:22:35.044Z[ host-package] Compiling tar v0.4.42
26292025-02-01T00:22:35.819Z[ helios-setup] Feb 01 00:22:34.657 INFO E| info: downloading component 'rust-src'
26302025-02-01T00:22:35.980Z[ helios-setup] Feb 01 00:22:34.818 INFO E| info: downloading component 'rust-std'
26312025-02-01T00:22:36.108Z[ host-package] Compiling sha3 v0.10.8
26322025-02-01T00:22:36.130Z[ host-package] Compiling const_format v0.2.34
26332025-02-01T00:22:36.356Z[ host-package] Compiling toolchain_find v0.4.0
26342025-02-01T00:22:36.964Z[ host-package] Compiling camino-tempfile v1.1.1
26352025-02-01T00:22:37.024Z[ host-package] Compiling topological-sort v0.2.2
26362025-02-01T00:22:37.048Z[ host-package] Compiling tiny-keccak v2.0.2
26372025-02-01T00:22:37.296Z[ host-package] Compiling omicron-zone-package v0.12.0
26382025-02-01T00:22:37.412Z[ host-package] Compiling rustfmt-wrapper v0.2.1
26392025-02-01T00:22:37.576Z[ host-package] Compiling dsl_auto_type v0.1.2
26402025-02-01T00:22:37.692Z[ host-package] Compiling scheduled-thread-pool v0.2.7
26412025-02-01T00:22:37.727Z[ helios-setup] Feb 01 00:22:36.564 INFO E| info: downloading component 'rustc'
26422025-02-01T00:22:38.016Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26432025-02-01T00:22:38.426Z[ host-package] Compiling r2d2 v0.8.10
26442025-02-01T00:22:38.860Z[ host-package] Compiling diesel_derives v2.2.3
26452025-02-01T00:22:39.189Z[ host-package] Compiling phf_generator v0.11.2
26462025-02-01T00:22:39.425Z[ host-package] Compiling ascii-canvas v3.0.0
26472025-02-01T00:22:39.430Z[ host-package] Compiling secrecy v0.8.0
26482025-02-01T00:22:39.762Z[ host-package] Compiling ena v0.14.3
26492025-02-01T00:22:39.958Z[ host-package] Compiling regex-syntax v0.6.29
26502025-02-01T00:22:40.191Z[ host-package] Compiling arc-swap v1.7.1
26512025-02-01T00:22:40.833Z[ host-package] Compiling diff v0.1.13
26522025-02-01T00:22:40.914Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26532025-02-01T00:22:41.296Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26542025-02-01T00:22:41.324Z[ host-package] Compiling slog-scope v4.4.0
26552025-02-01T00:22:42.165Z[ host-package] Compiling phf_codegen v0.11.2
26562025-02-01T00:22:42.437Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26572025-02-01T00:22:42.665Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26582025-02-01T00:22:42.697Z[ helios-setup] Feb 01 00:22:41.534 INFO E| info: downloading component 'rustfmt'
26592025-02-01T00:22:42.751Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26602025-02-01T00:22:42.921Z[ helios-setup] Feb 01 00:22:41.757 INFO E| info: installing component 'cargo'
26612025-02-01T00:22:42.998Z[ host-package] Compiling universal-hash v0.5.1
26622025-02-01T00:22:43.332Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26632025-02-01T00:22:43.611Z[ host-package] Compiling lalrpop v0.19.12
26642025-02-01T00:22:44.205Z[ helios-setup] Feb 01 00:22:43.041 INFO E| info: installing component 'clippy'
26652025-02-01T00:22:44.643Z[ helios-setup] Feb 01 00:22:43.478 INFO E| info: installing component 'rust-docs'
26662025-02-01T00:22:45.263Z[ host-package] Compiling parse-zoneinfo v0.3.1
26672025-02-01T00:22:46.264Z[ host-package] Compiling unicase v2.7.0
26682025-02-01T00:22:46.813Z[ host-package] Compiling opaque-debug v0.3.1
26692025-02-01T00:22:46.987Z[ host-package] Compiling ref-cast v1.0.23
26702025-02-01T00:22:47.427Z[ host-package] Compiling poly1305 v0.8.0
26712025-02-01T00:22:47.736Z[ host-package] Compiling chrono-tz-build v0.4.0
26722025-02-01T00:22:49.036Z[ host-package] Compiling thiserror-no-std v2.0.2
26732025-02-01T00:22:49.227Z[ host-package] Compiling slog-stdlog v4.1.1
26742025-02-01T00:22:49.500Z[ helios-setup] Feb 01 00:22:48.332 INFO E| info: installing component 'rust-src'
26752025-02-01T00:22:50.152Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762025-02-01T00:22:50.236Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26772025-02-01T00:22:50.582Z[ host-package] Compiling derive_builder_core v0.20.2
26782025-02-01T00:22:50.584Z[ helios-setup] Feb 01 00:22:49.416 INFO E| info: installing component 'rust-std'
26792025-02-01T00:22:50.628Z[ host-package] Compiling chacha20 v0.9.1
26802025-02-01T00:22:51.117Z[ host-package] Compiling diesel v2.2.6
26812025-02-01T00:22:51.235Z[ host-package] Compiling headers-core v0.3.0
26822025-02-01T00:22:51.489Z[ host-package] Compiling aead v0.5.2
26832025-02-01T00:22:51.924Z[ host-package] Compiling libxml v0.3.3
26842025-02-01T00:22:52.371Z[ host-package] Compiling ref-cast-impl v1.0.23
26852025-02-01T00:22:53.188Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26862025-02-01T00:22:53.638Z[ helios-setup] Feb 01 00:22:52.472 INFO E| info: installing component 'rustc'
26872025-02-01T00:22:54.048Z[ host-package] Compiling vte v0.11.1
26882025-02-01T00:22:54.111Z[ host-package] Compiling derive_builder_macro v0.20.2
26892025-02-01T00:22:55.391Z[ host-package] Compiling chacha20poly1305 v0.10.1
26902025-02-01T00:22:55.697Z[ host-package] Compiling headers v0.4.0
26912025-02-01T00:22:55.992Z[ host-package] Compiling slog-envlogger v2.2.0
26922025-02-01T00:22:59.065Z[ host-package] Compiling vsss-rs v3.3.4
26932025-02-01T00:22:59.651Z[ helios-setup] Feb 01 00:22:58.484 INFO E| info: installing component 'rustfmt'
26942025-02-01T00:22:59.698Z[ host-package] Compiling chrono-tz v0.10.1
26952025-02-01T00:23:01.560Z[ helios-setup] Feb 01 00:22:59.281 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26962025-02-01T00:23:01.566Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26972025-02-01T00:23:01.566Z[ helios-setup] Feb 01 00:23:00.186 INFO E| From https://github.com/oxidecomputer/amd-apcb
26982025-02-01T00:23:01.566Z[ helios-setup] Feb 01 00:23:00.186 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
26992025-02-01T00:23:01.566Z[ helios-setup] Feb 01 00:23:00.186 INFO E| * [new tag] v0.4.5 -> v0.4.5
27002025-02-01T00:23:01.566Z[ helios-setup] Feb 01 00:23:00.218 INFO E| * [new tag] v0.1.3 -> v0.1.3
27012025-02-01T00:23:01.566Z[ helios-setup] Feb 01 00:23:00.218 INFO E| * [new tag] v0.1.4 -> v0.1.4
27022025-02-01T00:23:01.567Z[ helios-setup] Feb 01 00:23:00.219 INFO E| * [new tag] v0.1.5 -> v0.1.5
27032025-02-01T00:23:01.567Z[ helios-setup] Feb 01 00:23:00.219 INFO E| * [new tag] v0.2.0 -> v0.2.0
27042025-02-01T00:23:01.567Z[ helios-setup] Feb 01 00:23:00.219 INFO E| * [new tag] v0.3.0 -> v0.3.0
27052025-02-01T00:23:01.567Z[ helios-setup] Feb 01 00:23:00.219 INFO E| * [new tag] v0.3.1 -> v0.3.1
27062025-02-01T00:23:01.567Z[ helios-setup] Feb 01 00:23:00.219 INFO E| * [new tag] v0.3.2 -> v0.3.2
27072025-02-01T00:23:01.567Z[ helios-setup] Feb 01 00:23:00.219 INFO E| * [new tag] v0.3.3 -> v0.3.3
27082025-02-01T00:23:01.567Z[ helios-setup] Feb 01 00:23:00.219 INFO E| * [new tag] v0.4.0 -> v0.4.0
27092025-02-01T00:23:01.567Z[ helios-setup] Feb 01 00:23:00.220 INFO E| * [new tag] v0.4.1 -> v0.4.1
27102025-02-01T00:23:01.567Z[ helios-setup] Feb 01 00:23:00.220 INFO E| * [new tag] v0.4.2 -> v0.4.2
27112025-02-01T00:23:01.567Z[ helios-setup] Feb 01 00:23:00.220 INFO E| * [new tag] v0.4.3 -> v0.4.3
27122025-02-01T00:23:01.567Z[ helios-setup] Feb 01 00:23:00.220 INFO E| * [new tag] v0.4.4 -> v0.4.4
27132025-02-01T00:23:01.567Z[ helios-setup] Feb 01 00:23:00.258 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
27142025-02-01T00:23:02.377Z[ helios-setup] Feb 01 00:23:01.208 INFO E| From https://github.com/oxidecomputer/amd-efs
27152025-02-01T00:23:02.377Z[ helios-setup] Feb 01 00:23:01.209 INFO E| * [new branch] empty -> origin/empty
27162025-02-01T00:23:02.377Z[ helios-setup] Feb 01 00:23:01.209 INFO E| * [new branch] issue-120 -> origin/issue-120
27172025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.209 INFO E| * [new branch] issue-99 -> origin/issue-99
27182025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.209 INFO E| * [new branch] main -> origin/main
27192025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.209 INFO E| * [new branch] review -> origin/review
27202025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.209 INFO E| * [new ref] -> origin/HEAD
27212025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.210 INFO E| * [new tag] v0.2.0 -> v0.2.0
27222025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.210 INFO E| * [new tag] v0.2.1 -> v0.2.1
27232025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.210 INFO E| * [new tag] v0.2.2 -> v0.2.2
27242025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.210 INFO E| * [new tag] v0.2.3 -> v0.2.3
27252025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.210 INFO E| * [new tag] v0.2.4 -> v0.2.4
27262025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.210 INFO E| * [new tag] v0.2.5 -> v0.2.5
27272025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.210 INFO E| * [new tag] v0.2.6 -> v0.2.6
27282025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.210 INFO E| * [new tag] v0.2.7 -> v0.2.7
27292025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.211 INFO E| * [new tag] v0.3.0 -> v0.3.0
27302025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.211 INFO E| * [new tag] v0.3.1 -> v0.3.1
27312025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.211 INFO E| * [new tag] v0.4.0 -> v0.4.0
27322025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.211 INFO E| * [new tag] v0.4.1 -> v0.4.1
27332025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.211 INFO E| * [new tag] v0.4.2 -> v0.4.2
27342025-02-01T00:23:02.380Z[ helios-setup] Feb 01 00:23:01.211 INFO E| * [new tag] v0.4.3 -> v0.4.3
27352025-02-01T00:23:02.404Z[ helios-setup] Feb 01 00:23:01.236 INFO E| Updating crates.io index
27362025-02-01T00:23:02.620Z[ helios-setup] Feb 01 00:23:01.452 INFO E| Downloading crates ...
27372025-02-01T00:23:02.777Z[ helios-setup] Feb 01 00:23:01.609 INFO E| Downloaded four-cc v0.3.0
27382025-02-01T00:23:02.812Z[ helios-setup] Feb 01 00:23:01.644 INFO E| Downloaded unic-ucd-version v0.9.0
27392025-02-01T00:23:02.815Z[ helios-setup] Feb 01 00:23:01.645 INFO E| Downloaded unic-common v0.9.0
27402025-02-01T00:23:02.815Z[ helios-setup] Feb 01 00:23:01.647 INFO E| Downloaded unic-char-range v0.9.0
27412025-02-01T00:23:02.817Z[ helios-setup] Feb 01 00:23:01.649 INFO E| Downloaded unic-char-property v0.9.0
27422025-02-01T00:23:02.830Z[ helios-setup] Feb 01 00:23:01.651 INFO E| Downloaded strum v0.23.0
27432025-02-01T00:23:02.830Z[ helios-setup] Feb 01 00:23:01.652 INFO E| Downloaded textwrap v0.11.0
27442025-02-01T00:23:02.830Z[ helios-setup] Feb 01 00:23:01.655 INFO E| Downloaded semver v0.9.0
27452025-02-01T00:23:02.830Z[ helios-setup] Feb 01 00:23:01.657 INFO E| Downloaded scroll_derive v0.10.5
27462025-02-01T00:23:02.830Z[ helios-setup] Feb 01 00:23:01.658 INFO E| Downloaded pest_generator v2.7.15
27472025-02-01T00:23:02.830Z[ helios-setup] Feb 01 00:23:01.661 INFO E| Downloaded strum_macros v0.23.1
27482025-02-01T00:23:02.833Z[ helios-setup] Feb 01 00:23:01.664 INFO E| Downloaded unic-ucd-ident v0.9.0
27492025-02-01T00:23:02.836Z[ helios-setup] Feb 01 00:23:01.666 INFO E| Downloaded strsim v0.8.0
27502025-02-01T00:23:02.836Z[ helios-setup] Feb 01 00:23:01.668 INFO E| Downloaded proc-macro-crate v0.1.5
27512025-02-01T00:23:02.839Z[ helios-setup] Feb 01 00:23:01.670 INFO E| Downloaded structopt-derive v0.4.18
27522025-02-01T00:23:02.841Z[ helios-setup] Feb 01 00:23:01.672 INFO E| Downloaded rustversion v1.0.19
27532025-02-01T00:23:02.850Z[ helios-setup] Feb 01 00:23:01.683 INFO E| Downloaded vec_map v0.8.2
27542025-02-01T00:23:02.853Z[ helios-setup] Feb 01 00:23:01.684 INFO E| Downloaded structopt v0.3.26
27552025-02-01T00:23:02.864Z[ helios-setup] Feb 01 00:23:01.696 INFO E| Downloaded goblin v0.4.3
27562025-02-01T00:23:02.874Z[ helios-setup] Feb 01 00:23:01.705 INFO E| Downloaded clap v2.34.0
27572025-02-01T00:23:02.884Z[ helios-setup] Feb 01 00:23:01.716 INFO E| Downloaded semver-parser v0.7.0
27582025-02-01T00:23:02.888Z[ helios-setup] Feb 01 00:23:01.718 INFO E| Downloaded scroll v0.10.2
27592025-02-01T00:23:02.890Z[ helios-setup] Feb 01 00:23:01.721 INFO E| Downloaded proc-macro2 v1.0.93
27602025-02-01T00:23:02.893Z[ helios-setup] Feb 01 00:23:01.725 INFO E| Downloaded pre-proc-macro v0.2.1
27612025-02-01T00:23:02.896Z[ helios-setup] Feb 01 00:23:01.728 INFO E| Downloaded pest_meta v2.7.15
27622025-02-01T00:23:02.899Z[ helios-setup] Feb 01 00:23:01.731 INFO E| Downloaded modular-bitfield v0.11.2
27632025-02-01T00:23:02.916Z[ helios-setup] Feb 01 00:23:01.748 INFO E| Downloaded ansi_term v0.12.1
27642025-02-01T00:23:02.919Z[ helios-setup] Feb 01 00:23:01.751 INFO E| Downloaded rustc_version v0.2.3
27652025-02-01T00:23:02.921Z[ helios-setup] Feb 01 00:23:01.752 INFO E| Downloaded pest_derive v2.7.15
27662025-02-01T00:23:02.924Z[ helios-setup] Feb 01 00:23:01.755 INFO E| Downloaded pest v2.7.15
27672025-02-01T00:23:02.932Z[ helios-setup] Feb 01 00:23:01.764 INFO E| Downloaded pre v0.2.1
27682025-02-01T00:23:02.934Z[ helios-setup] Feb 01 00:23:01.765 INFO E| Downloaded itoa v1.0.14
27692025-02-01T00:23:02.937Z[ helios-setup] Feb 01 00:23:01.767 INFO E| Downloaded cpufeatures v0.2.16
27702025-02-01T00:23:02.937Z[ helios-setup] Feb 01 00:23:01.769 INFO E| Downloaded modular-bitfield-impl v0.11.2
27712025-02-01T00:23:02.940Z[ helios-setup] Feb 01 00:23:01.771 INFO E| Downloaded bytesize v1.3.0
27722025-02-01T00:23:02.943Z[ helios-setup] Feb 01 00:23:01.773 INFO E| Downloaded parse_int v0.6.0
27732025-02-01T00:23:02.943Z[ helios-setup] Feb 01 00:23:01.774 INFO E| Downloaded memoffset v0.5.6
27742025-02-01T00:23:02.945Z[ helios-setup] Feb 01 00:23:01.775 INFO E| Downloaded fletcher v0.1.0
27752025-02-01T00:23:02.945Z[ helios-setup] Feb 01 00:23:01.777 INFO E| Downloaded cfg-if v0.1.10
27762025-02-01T00:23:03.061Z[ helios-setup] Feb 01 00:23:01.892 INFO E| Compiling proc-macro2 v1.0.93
27772025-02-01T00:23:03.061Z[ helios-setup] Feb 01 00:23:01.892 INFO E| Compiling unicode-ident v1.0.14
27782025-02-01T00:23:03.062Z[ helios-setup] Feb 01 00:23:01.892 INFO E| Compiling syn v1.0.109
27792025-02-01T00:23:03.062Z[ helios-setup] Feb 01 00:23:01.892 INFO E| Compiling version_check v0.9.5
27802025-02-01T00:23:03.073Z[ helios-setup] Feb 01 00:23:01.892 INFO E| Compiling memchr v2.7.4
27812025-02-01T00:23:03.073Z[ helios-setup] Feb 01 00:23:01.892 INFO E| Compiling semver-parser v0.7.0
27822025-02-01T00:23:03.073Z[ helios-setup] Feb 01 00:23:01.892 INFO E| Compiling autocfg v1.4.0
27832025-02-01T00:23:03.073Z[ helios-setup] Feb 01 00:23:01.892 INFO E| Compiling serde v1.0.217
27842025-02-01T00:23:03.775Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27852025-02-01T00:23:03.871Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27862025-02-01T00:23:04.440Z[ helios-setup] Feb 01 00:23:03.271 INFO E| Compiling semver v0.9.0
27872025-02-01T00:23:04.540Z[ helios-setup] Feb 01 00:23:03.372 INFO E| Compiling thiserror v2.0.11
27882025-02-01T00:23:04.625Z[ helios-setup] Feb 01 00:23:03.456 INFO E| Compiling proc-macro-error-attr v1.0.4
27892025-02-01T00:23:04.708Z[ host-package] Compiling strum_macros v0.24.3
27902025-02-01T00:23:04.887Z[ helios-setup] Feb 01 00:23:03.718 INFO E| Compiling proc-macro-error v1.0.4
27912025-02-01T00:23:05.030Z[ helios-setup] Feb 01 00:23:03.862 INFO E| Compiling rustc_version v0.2.3
27922025-02-01T00:23:05.372Z[ helios-setup] Feb 01 00:23:04.204 INFO E| Compiling serde_json v1.0.135
27932025-02-01T00:23:05.375Z[ helios-setup] Feb 01 00:23:04.204 INFO E| Compiling num-traits v0.2.19
27942025-02-01T00:23:05.778Z[ helios-setup] Feb 01 00:23:04.609 INFO E| Compiling unicode-segmentation v1.12.0
27952025-02-01T00:23:05.842Z[ helios-setup] Feb 01 00:23:04.673 INFO E| Compiling schemars v0.8.21
27962025-02-01T00:23:06.045Z[ helios-setup] Feb 01 00:23:04.877 INFO E| Compiling itoa v1.0.14
27972025-02-01T00:23:06.157Z[ helios-setup] Feb 01 00:23:04.988 INFO E| Compiling ryu v1.0.18
27982025-02-01T00:23:06.475Z[ helios-setup] Feb 01 00:23:05.306 INFO E| Compiling pre-proc-macro v0.2.1
27992025-02-01T00:23:06.625Z[ helios-setup] Feb 01 00:23:05.457 INFO E| Compiling memoffset v0.5.6
28002025-02-01T00:23:06.975Z[ helios-setup] Feb 01 00:23:05.806 INFO E| Compiling heck v0.3.3
28012025-02-01T00:23:07.238Z[ helios-setup] Feb 01 00:23:06.069 INFO E| Compiling quote v1.0.38
28022025-02-01T00:23:07.314Z[ helios-setup] Feb 01 00:23:06.145 INFO E| Compiling thiserror v1.0.69
28032025-02-01T00:23:07.314Z[ helios-setup] Feb 01 00:23:06.145 INFO E| Compiling rustversion v1.0.19
28042025-02-01T00:23:07.362Z[ helios-setup] Feb 01 00:23:06.193 INFO E| Compiling ucd-trie v0.1.7
28052025-02-01T00:23:07.545Z[ helios-setup] Feb 01 00:23:06.375 INFO E| Compiling libc v0.2.169
28062025-02-01T00:23:07.890Z[ helios-setup] Feb 01 00:23:06.721 INFO E| Compiling lazy_static v1.5.0
28072025-02-01T00:23:08.107Z[ helios-setup] Feb 01 00:23:06.937 INFO E| Compiling syn v2.0.96
28082025-02-01T00:23:08.702Z[ helios-setup] Feb 01 00:23:07.533 INFO E| Compiling dyn-clone v1.0.17
28092025-02-01T00:23:08.949Z[ helios-setup] Feb 01 00:23:07.779 INFO E| Compiling paste v1.0.15
28102025-02-01T00:23:09.318Z[ helios-setup] Feb 01 00:23:08.148 INFO E| Compiling pre v0.2.1
28112025-02-01T00:23:09.393Z[ helios-setup] Feb 01 00:23:08.223 INFO E| Compiling once_cell v1.20.2
28122025-02-01T00:23:10.071Z[ helios-setup] Feb 01 00:23:08.901 INFO E| Compiling cfg-if v0.1.10
28132025-02-01T00:23:10.098Z[ helios-setup] Feb 01 00:23:08.928 INFO E| Compiling byteorder v1.5.0
28142025-02-01T00:23:10.156Z[ helios-setup] Feb 01 00:23:08.981 INFO E| Compiling static_assertions v1.1.0
28152025-02-01T00:23:11.051Z[ host-package] Compiling fxhash v0.2.1
28162025-02-01T00:23:11.338Z[ helios-setup] Feb 01 00:23:10.167 INFO E| Compiling unicode-width v0.1.14
28172025-02-01T00:23:11.919Z[ host-package] Compiling samael v0.0.17
28182025-02-01T00:23:12.364Z[ helios-setup] Feb 01 00:23:11.194 INFO E| Compiling textwrap v0.11.0
28192025-02-01T00:23:12.427Z[ helios-setup] Feb 01 00:23:11.257 INFO E| Compiling atty v0.2.14
28202025-02-01T00:23:12.457Z[ helios-setup] Feb 01 00:23:11.287 INFO E| Compiling bitflags v1.3.2
28212025-02-01T00:23:12.585Z[ host-package] Compiling bytecount v0.6.8
28222025-02-01T00:23:12.590Z[ helios-setup] Feb 01 00:23:11.420 INFO E| Compiling unic-char-range v0.9.0
28232025-02-01T00:23:12.822Z[ helios-setup] Feb 01 00:23:11.647 INFO E| Compiling strum v0.23.0
28242025-02-01T00:23:12.962Z[ helios-setup] Feb 01 00:23:11.791 INFO E| Compiling fletcher v0.1.0
28252025-02-01T00:23:13.077Z[ helios-setup] Feb 01 00:23:11.902 INFO E| Compiling strsim v0.8.0
28262025-02-01T00:23:13.168Z[ helios-setup] Feb 01 00:23:11.992 INFO E| Compiling unic-common v0.9.0
28272025-02-01T00:23:13.316Z[ helios-setup] Feb 01 00:23:12.146 INFO E| Compiling vec_map v0.8.2
28282025-02-01T00:23:13.333Z[ host-package] Compiling indoc v1.0.9
28292025-02-01T00:23:13.358Z[ helios-setup] Feb 01 00:23:12.183 INFO E| Compiling ansi_term v0.12.1
28302025-02-01T00:23:13.786Z[ helios-setup] Feb 01 00:23:12.616 INFO E| Compiling parse_int v0.6.0
28312025-02-01T00:23:13.856Z[ host-package] Compiling polar-core v0.27.3
28322025-02-01T00:23:13.910Z[ helios-setup] Feb 01 00:23:12.737 INFO E| Compiling unic-ucd-version v0.9.0
28332025-02-01T00:23:14.006Z[ helios-setup] Feb 01 00:23:12.830 INFO E| Compiling clap v2.34.0
28342025-02-01T00:23:14.166Z[ helios-setup] Feb 01 00:23:12.995 INFO E| Compiling unic-char-property v0.9.0
28352025-02-01T00:23:14.301Z[ helios-setup] Feb 01 00:23:13.130 INFO E| Compiling log v0.4.22
28362025-02-01T00:23:14.407Z[ helios-setup] Feb 01 00:23:13.237 INFO E| Compiling plain v0.2.3
28372025-02-01T00:23:14.531Z[ helios-setup] Feb 01 00:23:13.340 INFO E| Compiling unic-ucd-ident v0.9.0
28382025-02-01T00:23:14.539Z[ helios-setup] Feb 01 00:23:13.368 INFO E| Compiling bytesize v1.3.0
28392025-02-01T00:23:15.142Z[ host-package] Compiling papergrid v0.11.0
28402025-02-01T00:23:17.459Z[ helios-setup] Feb 01 00:23:16.286 INFO E| Compiling serde_derive_internals v0.29.1
28412025-02-01T00:23:17.779Z[ helios-setup] Feb 01 00:23:16.608 INFO E| Compiling toml v0.5.11
28422025-02-01T00:23:21.173Z[ helios-setup] Feb 01 00:23:19.999 INFO E| Compiling proc-macro-crate v0.1.5
28432025-02-01T00:23:22.594Z[ helios-setup] Feb 01 00:23:21.421 INFO E| Compiling serde_derive v1.0.217
28442025-02-01T00:23:22.598Z[ helios-setup] Feb 01 00:23:21.421 INFO E| Compiling thiserror-impl v2.0.11
28452025-02-01T00:23:22.598Z[ helios-setup] Feb 01 00:23:21.421 INFO E| Compiling schemars_derive v0.8.21
28462025-02-01T00:23:22.742Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28472025-02-01T00:23:23.537Z[ helios-setup] Feb 01 00:23:22.364 INFO E| Compiling zerocopy-derive v0.6.6
28482025-02-01T00:23:24.603Z[ helios-setup] Feb 01 00:23:23.428 INFO E| Compiling thiserror-impl v1.0.69
28492025-02-01T00:23:25.732Z[ helios-setup] Feb 01 00:23:24.553 INFO E| Compiling num-derive v0.4.2
28502025-02-01T00:23:27.312Z[ helios-setup] Feb 01 00:23:26.139 INFO E| Compiling zerocopy v0.6.6
28512025-02-01T00:23:28.967Z[ helios-setup] Feb 01 00:23:27.792 INFO E| Compiling pest v2.7.15
28522025-02-01T00:23:31.065Z[ helios-setup] Feb 01 00:23:29.889 INFO E| Compiling modular-bitfield-impl v0.11.2
28532025-02-01T00:23:31.201Z[ helios-setup] Feb 01 00:23:30.027 INFO E| Compiling scroll_derive v0.10.5
28542025-02-01T00:23:31.491Z[ helios-setup] Feb 01 00:23:30.317 INFO E| Compiling strum_macros v0.23.1
28552025-02-01T00:23:31.813Z[ helios-setup] Feb 01 00:23:30.637 INFO E| Compiling structopt-derive v0.4.18
28562025-02-01T00:23:32.208Z[ host-package] Compiling derive_builder v0.20.2
28572025-02-01T00:23:33.467Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28582025-02-01T00:23:34.518Z[ host-package] Compiling tabled_derive v0.7.0
28592025-02-01T00:23:34.546Z[ helios-setup] Feb 01 00:23:33.371 INFO E| Compiling pest_meta v2.7.15
28602025-02-01T00:23:35.606Z[ helios-setup] Feb 01 00:23:34.377 INFO E| Compiling scroll v0.10.2
28612025-02-01T00:23:36.489Z[ helios-setup] Feb 01 00:23:35.314 INFO E| Compiling modular-bitfield v0.11.2
28622025-02-01T00:23:36.713Z[ helios-setup] Feb 01 00:23:35.538 INFO E| Compiling goblin v0.4.3
28632025-02-01T00:23:37.204Z[ helios-setup] Feb 01 00:23:36.028 INFO E| Compiling pest_generator v2.7.15
28642025-02-01T00:23:37.596Z[ helios-setup] Feb 01 00:23:36.420 INFO E| Compiling structopt v0.3.26
28652025-02-01T00:23:38.528Z[ host-package] Compiling fd-lock v4.0.2
28662025-02-01T00:23:38.838Z[ host-package] Compiling peg-macros v0.8.4
28672025-02-01T00:23:39.100Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682025-02-01T00:23:40.491Z[ host-package] Compiling kstat-rs v0.2.4
28692025-02-01T00:23:41.602Z[ helios-setup] Feb 01 00:23:40.425 INFO E| Compiling pest_derive v2.7.15
28702025-02-01T00:23:41.772Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28712025-02-01T00:23:43.572Z[ host-package] Compiling oso-derive v0.27.3
28722025-02-01T00:23:44.832Z[ host-package] Compiling quick-xml v0.33.0
28732025-02-01T00:23:45.928Z[ helios-setup] Feb 01 00:23:44.751 INFO E| Compiling json5 v0.4.1
28742025-02-01T00:23:46.401Z[ host-package] Compiling diesel-dtrace v0.4.2
28752025-02-01T00:23:47.136Z[ host-package] Compiling nu-ansi-term v0.50.1
28762025-02-01T00:23:48.926Z[ host-package] Compiling reedline v0.35.0
28772025-02-01T00:23:49.839Z[ host-package] Compiling peg v0.8.4
28782025-02-01T00:23:50.211Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28792025-02-01T00:23:50.543Z[ host-package] Compiling tabled v0.15.0
28802025-02-01T00:23:51.662Z[ helios-setup] Feb 01 00:23:50.484 INFO E| Compiling four-cc v0.3.0
28812025-02-01T00:23:51.662Z[ helios-setup] Feb 01 00:23:50.484 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28822025-02-01T00:23:51.816Z[ helios-setup] Feb 01 00:23:50.638 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
28832025-02-01T00:24:03.064Z[ host-package] Compiling oso v0.27.3
28842025-02-01T00:24:14.769Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28852025-02-01T00:24:18.167Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28862025-02-01T00:24:22.638Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28872025-02-01T00:24:24.451Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28882025-02-01T00:24:27.821Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28892025-02-01T00:24:28.336Z[ host-package] Compiling bb8 v0.8.5
28902025-02-01T00:24:29.208Z[ host-package] Compiling bcs v0.1.6
28912025-02-01T00:24:30.472Z[ host-package] Compiling libz-sys v1.1.20
28922025-02-01T00:24:30.513Z[ host-package] Compiling termtree v0.5.1
28932025-02-01T00:24:30.895Z[ host-package] Compiling parking_lot_core v0.8.6
28942025-02-01T00:24:31.600Z[ host-package] Compiling async-bb8-diesel v0.2.1
28952025-02-01T00:24:33.440Z[ host-package] Compiling mime_guess v2.0.5
28962025-02-01T00:24:35.487Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28972025-02-01T00:24:36.258Z[ helios-setup] Feb 01 00:24:34.984 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28982025-02-01T00:24:36.498Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28992025-02-01T00:24:41.412Z[ host-package] Compiling nibble_vec v0.1.0
29002025-02-01T00:24:41.717Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
29012025-02-01T00:24:42.456Z[ host-package] Compiling atty v0.2.14
29022025-02-01T00:24:42.679Z[ host-package] Compiling salty v0.3.0
29032025-02-01T00:24:42.721Z[ host-package] Compiling http-range v0.1.5
29042025-02-01T00:24:43.301Z[ host-package] Compiling endian-type v0.1.2
29052025-02-01T00:24:43.789Z[ host-package] Compiling radix_trie v0.2.1
29062025-02-01T00:24:45.029Z[ host-package] Compiling parking_lot v0.11.2
29072025-02-01T00:24:50.054Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29082025-02-01T00:24:50.466Z[ helios-setup] Feb 01 00:24:49.275 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29092025-02-01T00:24:57.039Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
29102025-02-01T00:24:58.376Z[ host-package] Compiling hyper-staticfile v0.10.1
29112025-02-01T00:25:01.653Z[ host-package] Compiling sled v0.34.7
29122025-02-01T00:25:02.041Z[ host-package] Compiling hickory-client v0.24.2
29132025-02-01T00:25:10.529Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29142025-02-01T00:25:10.966Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29152025-02-01T00:25:12.382Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29162025-02-01T00:25:13.625Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29172025-02-01T00:25:24.356Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29182025-02-01T00:25:25.016Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29192025-02-01T00:25:27.047Z[ host-package] Compiling hickory-server v0.24.2
29202025-02-01T00:25:30.282Z[ helios-setup] Feb 01 00:25:29.082 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 29s
29212025-02-01T00:25:30.324Z[ helios-setup] Feb 01 00:25:29.116 INFO building project "amd-host-image-builder" ok (177 seconds)
29222025-02-01T00:25:30.326Z[ helios-setup] Feb 01 00:25:29.116 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29232025-02-01T00:25:30.326Z[ helios-setup] Feb 01 00:25:29.116 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29242025-02-01T00:25:30.569Z[ helios-setup] Feb 01 00:25:29.370 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29252025-02-01T00:25:31.532Z[ helios-setup] Feb 01 00:25:30.332 INFO E| From https://github.com/oxidecomputer/progenitor
29262025-02-01T00:25:31.532Z[ helios-setup] Feb 01 00:25:30.332 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29272025-02-01T00:25:31.642Z[ helios-setup] Feb 01 00:25:30.442 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29282025-02-01T00:25:32.012Z[ helios-setup] Feb 01 00:25:30.813 INFO E| From https://github.com/jclulow/hiercmd
29292025-02-01T00:25:32.013Z[ helios-setup] Feb 01 00:25:30.813 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29302025-02-01T00:25:32.036Z[ helios-setup] Feb 01 00:25:30.836 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29312025-02-01T00:25:32.429Z[ helios-setup] Feb 01 00:25:31.228 INFO E| From https://github.com/jclulow/network-interface
29322025-02-01T00:25:32.429Z[ helios-setup] Feb 01 00:25:31.228 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29332025-02-01T00:25:32.448Z[ helios-setup] Feb 01 00:25:31.248 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29342025-02-01T00:25:32.886Z[ helios-setup] Feb 01 00:25:31.686 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29352025-02-01T00:25:32.886Z[ helios-setup] Feb 01 00:25:31.686 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29362025-02-01T00:25:32.923Z[ helios-setup] Feb 01 00:25:31.723 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29372025-02-01T00:25:33.539Z[ helios-setup] Feb 01 00:25:32.339 INFO E| From https://github.com/oxidecomputer/facade
29382025-02-01T00:25:33.540Z[ helios-setup] Feb 01 00:25:32.339 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29392025-02-01T00:25:33.586Z[ helios-setup] Feb 01 00:25:32.386 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29402025-02-01T00:25:34.037Z[ host-package] Compiling primeorder v0.13.6
29412025-02-01T00:25:34.258Z[ helios-setup] Feb 01 00:25:33.058 INFO E| From https://github.com/oxidecomputer/dropshot
29422025-02-01T00:25:34.258Z[ helios-setup] Feb 01 00:25:33.058 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29432025-02-01T00:25:34.316Z[ helios-setup] Feb 01 00:25:33.115 INFO E| Updating crates.io index
29442025-02-01T00:25:34.405Z[ helios-setup] Feb 01 00:25:33.205 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29452025-02-01T00:25:34.714Z[ host-package] Compiling castaway v0.2.3
29462025-02-01T00:25:34.948Z[ host-package] Compiling vergen v8.3.2
29472025-02-01T00:25:35.140Z[ helios-setup] Feb 01 00:25:33.939 INFO E| From https://github.com/oxidecomputer/typify
29482025-02-01T00:25:35.140Z[ helios-setup] Feb 01 00:25:33.939 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29492025-02-01T00:25:35.302Z[ host-package] Compiling env_filter v0.1.2
29502025-02-01T00:25:35.427Z[ helios-setup] Feb 01 00:25:34.227 INFO E| Downloading crates ...
29512025-02-01T00:25:35.569Z[ helios-setup] Feb 01 00:25:34.369 INFO E| Downloaded async-stream-impl v0.3.5
29522025-02-01T00:25:35.574Z[ helios-setup] Feb 01 00:25:34.374 INFO E| Downloaded concolor-override v1.0.0
29532025-02-01T00:25:35.577Z[ helios-setup] Feb 01 00:25:34.376 INFO E| Downloaded ahash v0.8.3
29542025-02-01T00:25:35.582Z[ helios-setup] Feb 01 00:25:34.381 INFO E| Downloaded ahash v0.7.6
29552025-02-01T00:25:35.605Z[ helios-setup] Feb 01 00:25:34.404 INFO E| Downloaded schemars_derive v0.8.12
29562025-02-01T00:25:35.607Z[ helios-setup] Feb 01 00:25:34.407 INFO E| Downloaded ryu v1.0.13
29572025-02-01T00:25:35.615Z[ helios-setup] Feb 01 00:25:34.415 INFO E| Downloaded project-root v0.2.2
29582025-02-01T00:25:35.618Z[ helios-setup] Feb 01 00:25:34.416 INFO E| Downloaded itoa v1.0.6
29592025-02-01T00:25:35.620Z[ helios-setup] Feb 01 00:25:34.419 INFO E| Downloaded const-random-macro v0.1.15
29602025-02-01T00:25:35.623Z[ helios-setup] Feb 01 00:25:34.421 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29612025-02-01T00:25:35.626Z[ helios-setup] Feb 01 00:25:34.426 INFO E| Downloaded is-terminal v0.4.7
29622025-02-01T00:25:35.629Z[ helios-setup] Feb 01 00:25:34.428 INFO E| Downloaded async-stream v0.3.5
29632025-02-01T00:25:35.632Z[ helios-setup] Feb 01 00:25:34.432 INFO E| Downloaded serde_spanned v0.6.1
29642025-02-01T00:25:35.635Z[ helios-setup] Feb 01 00:25:34.434 INFO E| Downloaded home v0.5.4
29652025-02-01T00:25:35.637Z[ helios-setup] Feb 01 00:25:34.436 INFO E| Downloaded percent-encoding v2.2.0
29662025-02-01T00:25:35.640Z[ helios-setup] Feb 01 00:25:34.438 INFO E| Downloaded http-body v0.4.5
29672025-02-01T00:25:35.643Z[ helios-setup] Feb 01 00:25:34.441 INFO E| Downloaded iana-time-zone v0.1.56
29682025-02-01T00:25:35.646Z[ helios-setup] Feb 01 00:25:34.444 INFO E| Downloaded sha1 v0.10.5
29692025-02-01T00:25:35.650Z[ helios-setup] Feb 01 00:25:34.447 INFO E| Downloaded semver-parser v0.10.2
29702025-02-01T00:25:35.652Z[ helios-setup] Feb 01 00:25:34.451 INFO E| Downloaded paste v1.0.12
29712025-02-01T00:25:35.657Z[ helios-setup] Feb 01 00:25:34.457 INFO E| Downloaded want v0.3.0
29722025-02-01T00:25:35.660Z[ helios-setup] Feb 01 00:25:34.459 INFO E| Downloaded rustfmt-wrapper v0.2.0
29732025-02-01T00:25:35.663Z[ helios-setup] Feb 01 00:25:34.462 INFO E| Downloaded futures-executor v0.3.28
29742025-02-01T00:25:35.665Z[ helios-setup] Feb 01 00:25:34.465 INFO E| Downloaded serde_tokenstream v0.2.0
29752025-02-01T00:25:35.673Z[ helios-setup] Feb 01 00:25:34.472 INFO E| Downloaded signal-hook-registry v1.4.0
29762025-02-01T00:25:35.676Z[ helios-setup] Feb 01 00:25:34.475 INFO E| Downloaded tokio-macros v2.0.0
29772025-02-01T00:25:35.678Z[ helios-setup] Feb 01 00:25:34.478 INFO E| Downloaded num_cpus v1.15.0
29782025-02-01T00:25:35.683Z[ helios-setup] Feb 01 00:25:34.483 INFO E| Downloaded futures-sink v0.3.28
29792025-02-01T00:25:35.685Z[ helios-setup] Feb 01 00:25:34.485 INFO E| Downloaded toml_datetime v0.6.1
29802025-02-01T00:25:35.688Z[ helios-setup] Feb 01 00:25:34.487 INFO E| Downloaded slab v0.4.7
29812025-02-01T00:25:35.691Z[ helios-setup] Feb 01 00:25:34.490 INFO E| Downloaded proc-macro-crate v1.2.1
29822025-02-01T00:25:35.693Z[ helios-setup] Feb 01 00:25:34.492 INFO E| Downloaded camino v1.1.4
29832025-02-01T00:25:35.696Z[ helios-setup] Feb 01 00:25:34.496 INFO E| Downloaded byteorder v1.4.3
29842025-02-01T00:25:35.700Z[ helios-setup] Feb 01 00:25:34.500 INFO E| Downloaded utf8parse v0.2.1
29852025-02-01T00:25:35.703Z[ helios-setup] Feb 01 00:25:34.502 INFO E| Downloaded getrandom v0.2.8
29862025-02-01T00:25:35.709Z[ helios-setup] Feb 01 00:25:34.508 INFO E| Downloaded spin v0.5.2
29872025-02-01T00:25:35.712Z[ helios-setup] Feb 01 00:25:34.511 INFO E| Downloaded serde_derive_internals v0.26.0
29882025-02-01T00:25:35.714Z[ helios-setup] Feb 01 00:25:34.514 INFO E| Downloaded semver v1.0.17
29892025-02-01T00:25:35.719Z[ helios-setup] Feb 01 00:25:34.519 INFO E| Downloaded tokio-rustls v0.24.0
29902025-02-01T00:25:35.723Z[ helios-setup] Feb 01 00:25:34.522 INFO E| Downloaded clap_lex v0.4.1
29912025-02-01T00:25:35.725Z[ helios-setup] Feb 01 00:25:34.525 INFO E| Downloaded smallvec v1.10.0
29922025-02-01T00:25:35.729Z[ helios-setup] Feb 01 00:25:34.529 INFO E| Downloaded tempfile v3.5.0
29932025-02-01T00:25:35.734Z[ helios-setup] Feb 01 00:25:34.534 INFO E| Downloaded quote v1.0.36
29942025-02-01T00:25:35.740Z[ helios-setup] Feb 01 00:25:34.540 INFO E| Downloaded time v0.1.45
29952025-02-01T00:25:35.743Z[ helios-setup] Feb 01 00:25:34.543 INFO E| Downloaded serde_derive v1.0.204
29962025-02-01T00:25:35.749Z[ host-package] Compiling cargo-platform v0.1.8
29972025-02-01T00:25:35.751Z[ helios-setup] Feb 01 00:25:34.548 INFO E| Downloaded thiserror-impl v1.0.38
29982025-02-01T00:25:35.751Z[ helios-setup] Feb 01 00:25:34.551 INFO E| Downloaded schemars v0.8.12
29992025-02-01T00:25:35.775Z[ helios-setup] Feb 01 00:25:34.575 INFO E| Downloaded unicode-ident v1.0.8
30002025-02-01T00:25:35.779Z[ helios-setup] Feb 01 00:25:34.579 INFO E| Downloaded textwrap v0.16.0
30012025-02-01T00:25:35.786Z[ helios-setup] Feb 01 00:25:34.586 INFO E| Downloaded uuid v1.3.0
30022025-02-01T00:25:35.792Z[ helios-setup] Feb 01 00:25:34.591 INFO E| Downloaded tracing-core v0.1.30
30032025-02-01T00:25:35.798Z[ helios-setup] Feb 01 00:25:34.598 INFO E| Downloaded unsafe-libyaml v0.2.8
30042025-02-01T00:25:35.803Z[ helios-setup] Feb 01 00:25:34.602 INFO E| Downloaded serde v1.0.204
30052025-02-01T00:25:35.810Z[ helios-setup] Feb 01 00:25:34.609 INFO E| Downloaded unicode-linebreak v0.1.4
30062025-02-01T00:25:35.819Z[ helios-setup] Feb 01 00:25:34.619 INFO E| Downloaded rustls-webpki v0.100.1
30072025-02-01T00:25:35.823Z[ helios-setup] Feb 01 00:25:34.622 INFO E| Downloaded url v2.3.1
30082025-02-01T00:25:35.828Z[ helios-setup] Feb 01 00:25:34.628 INFO E| Downloaded toml_edit v0.19.8
30092025-02-01T00:25:35.856Z[ helios-setup] Feb 01 00:25:34.655 INFO E| Downloaded tokio-util v0.7.7
30102025-02-01T00:25:35.865Z[ helios-setup] Feb 01 00:25:34.664 INFO E| Downloaded unicode-normalization v0.1.22
30112025-02-01T00:25:35.871Z[ helios-setup] Feb 01 00:25:34.670 INFO E| Downloaded winnow v0.4.1
30122025-02-01T00:25:35.884Z[ helios-setup] Feb 01 00:25:34.683 INFO E| Downloaded memchr v2.5.0
30132025-02-01T00:25:35.891Z[ helios-setup] Feb 01 00:25:34.690 INFO E| Downloaded crossbeam-channel v0.5.6
30142025-02-01T00:25:35.897Z[ helios-setup] Feb 01 00:25:34.697 INFO E| Downloaded mio v0.8.5
30152025-02-01T00:25:35.931Z[ helios-setup] Feb 01 00:25:34.731 INFO E| Downloaded base64 v0.21.0
30162025-02-01T00:25:35.937Z[ helios-setup] Feb 01 00:25:34.737 INFO E| Downloaded rustls v0.21.0
30172025-02-01T00:25:35.956Z[ helios-setup] Feb 01 00:25:34.755 INFO E| Downloaded pest v2.5.7
30182025-02-01T00:25:35.967Z[ helios-setup] Feb 01 00:25:34.763 INFO E| Downloaded syn v1.0.107
30192025-02-01T00:25:35.981Z[ helios-setup] Feb 01 00:25:34.780 INFO E| Downloaded syn v2.0.72
30202025-02-01T00:25:35.999Z[ helios-setup] Feb 01 00:25:34.798 INFO E| Downloaded aho-corasick v0.7.20
30212025-02-01T00:25:36.006Z[ helios-setup] Feb 01 00:25:34.806 INFO E| Downloaded http v0.2.9
30222025-02-01T00:25:36.012Z[ helios-setup] Feb 01 00:25:34.812 INFO E| Downloaded clap_builder v4.2.1
30232025-02-01T00:25:36.024Z[ helios-setup] Feb 01 00:25:34.823 INFO E| Downloaded reqwest v0.11.16
30242025-02-01T00:25:36.036Z[ helios-setup] Feb 01 00:25:34.836 INFO E| Downloaded futures-util v0.3.28
30252025-02-01T00:25:36.055Z[ helios-setup] Feb 01 00:25:34.854 INFO E| Downloaded rayon v1.6.1
30262025-02-01T00:25:36.080Z[ helios-setup] Feb 01 00:25:34.879 INFO E| Downloaded h2 v0.3.16
30272025-02-01T00:25:36.091Z[ helios-setup] Feb 01 00:25:34.890 INFO E| Downloaded chrono v0.4.24
30282025-02-01T00:25:36.106Z[ helios-setup] Feb 01 00:25:34.903 INFO E| Downloaded hyper v0.14.25
30292025-02-01T00:25:36.125Z[ helios-setup] Feb 01 00:25:34.923 INFO E| Downloaded regress v0.5.0
30302025-02-01T00:25:36.134Z[ helios-setup] Feb 01 00:25:34.934 INFO E| Downloaded git2 v0.16.1
30312025-02-01T00:25:36.147Z[ helios-setup] Feb 01 00:25:34.946 INFO E| Downloaded regex v1.7.3
30322025-02-01T00:25:36.160Z[ helios-setup] Feb 01 00:25:34.960 INFO E| Downloaded idna v0.3.0
30332025-02-01T00:25:36.170Z[ helios-setup] Feb 01 00:25:34.970 INFO E| Downloaded rayon-core v1.10.2
30342025-02-01T00:25:36.177Z[ helios-setup] Feb 01 00:25:34.976 INFO E| Downloaded serde_json v1.0.95
30352025-02-01T00:25:36.188Z[ helios-setup] Feb 01 00:25:34.988 INFO E| Downloaded rustix v0.37.3
30362025-02-01T00:25:36.228Z[ helios-setup] Feb 01 00:25:35.027 INFO E| Downloaded rhai v1.14.0
30372025-02-01T00:25:36.248Z[ helios-setup] Feb 01 00:25:35.047 INFO E| Downloaded openapiv3 v1.0.2
30382025-02-01T00:25:36.264Z[ helios-setup] Feb 01 00:25:35.064 INFO E| Downloaded futures v0.3.28
30392025-02-01T00:25:36.271Z[ helios-setup] Feb 01 00:25:35.070 INFO E| Downloaded tracing v0.1.37
30402025-02-01T00:25:36.278Z[ helios-setup] Feb 01 00:25:35.078 INFO E| Downloaded clap v4.2.1
30412025-02-01T00:25:36.292Z[ helios-setup] Feb 01 00:25:35.092 INFO E| Downloaded bytes v1.4.0
30422025-02-01T00:25:36.299Z[ helios-setup] Feb 01 00:25:35.098 INFO E| Downloaded anyhow v1.0.68
30432025-02-01T00:25:36.306Z[ helios-setup] Feb 01 00:25:35.105 INFO E| Downloaded tokio v1.27.0
30442025-02-01T00:25:36.352Z[ host-package] Compiling nanorand v0.7.0
30452025-02-01T00:25:36.378Z[ helios-setup] Feb 01 00:25:35.158 INFO E| Downloaded ucd-trie v0.1.5
30462025-02-01T00:25:36.381Z[ helios-setup] Feb 01 00:25:35.161 INFO E| Downloaded toml v0.7.3
30472025-02-01T00:25:36.381Z[ helios-setup] Feb 01 00:25:35.166 INFO E| Downloaded proc-macro2 v1.0.86
30482025-02-01T00:25:36.381Z[ helios-setup] Feb 01 00:25:35.174 INFO E| Downloaded parking_lot v0.12.1
30492025-02-01T00:25:36.381Z[ helios-setup] Feb 01 00:25:35.178 INFO E| Downloaded tokio-tungstenite v0.18.0
30502025-02-01T00:25:36.384Z[ helios-setup] Feb 01 00:25:35.181 INFO E| Downloaded serde_yaml v0.9.21
30512025-02-01T00:25:36.389Z[ helios-setup] Feb 01 00:25:35.188 INFO E| Downloaded futures-channel v0.3.28
30522025-02-01T00:25:36.391Z[ helios-setup] Feb 01 00:25:35.191 INFO E| Downloaded crossbeam-epoch v0.9.13
30532025-02-01T00:25:36.396Z[ helios-setup] Feb 01 00:25:35.196 INFO E| Downloaded socket2 v0.4.9
30542025-02-01T00:25:36.399Z[ helios-setup] Feb 01 00:25:35.199 INFO E| Downloaded unicode-bidi v0.3.13
30552025-02-01T00:25:36.403Z[ helios-setup] Feb 01 00:25:35.202 INFO E| Downloaded tungstenite v0.18.0
30562025-02-01T00:25:36.407Z[ helios-setup] Feb 01 00:25:35.207 INFO E| Downloaded tinyvec v1.6.0
30572025-02-01T00:25:36.421Z[ helios-setup] Feb 01 00:25:35.220 INFO E| Downloaded num-traits v0.2.15
30582025-02-01T00:25:36.421Z[ helios-setup] Feb 01 00:25:35.221 INFO E| Downloaded log v0.4.17
30592025-02-01T00:25:36.421Z[ helios-setup] Feb 01 00:25:35.221 INFO E| Downloaded httpdate v1.0.2
30602025-02-01T00:25:36.424Z[ helios-setup] Feb 01 00:25:35.221 INFO E| Downloaded either v1.8.0
30612025-02-01T00:25:36.424Z[ helios-setup] Feb 01 00:25:35.221 INFO E| Downloaded crossbeam-utils v0.8.14
30622025-02-01T00:25:36.427Z[ helios-setup] Feb 01 00:25:35.224 INFO E| Downloaded anstyle-parse v0.1.1
30632025-02-01T00:25:36.429Z[ helios-setup] Feb 01 00:25:35.227 INFO E| Downloaded httparse v1.8.0
30642025-02-01T00:25:36.432Z[ helios-setup] Feb 01 00:25:35.230 INFO E| Downloaded lock_api v0.4.9
30652025-02-01T00:25:36.435Z[ helios-setup] Feb 01 00:25:35.232 INFO E| Downloaded jobserver v0.1.26
30662025-02-01T00:25:36.437Z[ helios-setup] Feb 01 00:25:35.235 INFO E| Downloaded slog-bunyan v2.4.0
30672025-02-01T00:25:36.437Z[ helios-setup] Feb 01 00:25:35.236 INFO E| Downloaded rhai_codegen v1.5.0
30682025-02-01T00:25:36.448Z[ helios-setup] Feb 01 00:25:35.247 INFO E| Downloaded pin-project-lite v0.2.9
30692025-02-01T00:25:36.454Z[ helios-setup] Feb 01 00:25:35.254 INFO E| Downloaded libc v0.2.139
30702025-02-01T00:25:36.491Z[ helios-setup] Feb 01 00:25:35.290 INFO E| Downloaded io-lifetimes v1.0.10
30712025-02-01T00:25:36.494Z[ helios-setup] Feb 01 00:25:35.293 INFO E| Downloaded smartstring v1.0.1
30722025-02-01T00:25:36.497Z[ helios-setup] Feb 01 00:25:35.297 INFO E| Downloaded rustls-pemfile v1.0.2
30732025-02-01T00:25:36.500Z[ helios-setup] Feb 01 00:25:35.300 INFO E| Downloaded parking_lot_core v0.9.6
30742025-02-01T00:25:36.503Z[ helios-setup] Feb 01 00:25:35.303 INFO E| Downloaded cc v1.0.78
30752025-02-01T00:25:36.507Z[ helios-setup] Feb 01 00:25:35.306 INFO E| Downloaded sct v0.7.0
30762025-02-01T00:25:36.512Z[ helios-setup] Feb 01 00:25:35.312 INFO E| Downloaded once_cell v1.17.0
30772025-02-01T00:25:36.516Z[ helios-setup] Feb 01 00:25:35.315 INFO E| Downloaded ipnet v2.7.2
30782025-02-01T00:25:36.518Z[ helios-setup] Feb 01 00:25:35.318 INFO E| Downloaded clap_derive v4.2.0
30792025-02-01T00:25:36.526Z[ helios-setup] Feb 01 00:25:35.325 INFO E| Downloaded built v0.6.0
30802025-02-01T00:25:36.528Z[ helios-setup] Feb 01 00:25:35.328 INFO E| Downloaded bincode v1.3.3
30812025-02-01T00:25:36.531Z[ helios-setup] Feb 01 00:25:35.331 INFO E| Downloaded cargo-lock v8.0.3
30822025-02-01T00:25:36.535Z[ helios-setup] Feb 01 00:25:35.335 INFO E| Downloaded terminal_size v0.2.6
30832025-02-01T00:25:36.538Z[ helios-setup] Feb 01 00:25:35.337 INFO E| Downloaded smawk v0.3.1
30842025-02-01T00:25:36.541Z[ helios-setup] Feb 01 00:25:35.339 INFO E| Downloaded slog-async v2.7.0
30852025-02-01T00:25:36.544Z[ helios-setup] Feb 01 00:25:35.342 INFO E| Downloaded pkg-config v0.3.26
30862025-02-01T00:25:36.546Z[ helios-setup] Feb 01 00:25:35.345 INFO E| Downloaded num_enum_derive v0.5.7
30872025-02-01T00:25:36.549Z[ helios-setup] Feb 01 00:25:35.346 INFO E| Downloaded num_enum v0.5.7
30882025-02-01T00:25:36.552Z[ helios-setup] Feb 01 00:25:35.352 INFO E| Downloaded lazy_static v1.4.0
30892025-02-01T00:25:36.555Z[ helios-setup] Feb 01 00:25:35.353 INFO E| Downloaded form_urlencoded v1.1.0
30902025-02-01T00:25:36.557Z[ helios-setup] Feb 01 00:25:35.355 INFO E| Downloaded autocfg v1.1.0
30912025-02-01T00:25:36.557Z[ helios-setup] Feb 01 00:25:35.357 INFO E| Downloaded thiserror v1.0.38
30922025-02-01T00:25:36.563Z[ helios-setup] Feb 01 00:25:35.362 INFO E| Downloaded futures-task v0.3.28
30932025-02-01T00:25:36.566Z[ helios-setup] Feb 01 00:25:35.365 INFO E| Downloaded crossbeam-deque v0.8.2
30942025-02-01T00:25:36.568Z[ helios-setup] Feb 01 00:25:35.367 INFO E| Downloaded serde_path_to_error v0.1.11
30952025-02-01T00:25:36.571Z[ helios-setup] Feb 01 00:25:35.369 INFO E| Downloaded ppv-lite86 v0.2.17
30962025-02-01T00:25:36.574Z[ helios-setup] Feb 01 00:25:35.371 INFO E| Downloaded num-integer v0.1.45
30972025-02-01T00:25:36.576Z[ helios-setup] Feb 01 00:25:35.374 INFO E| Downloaded fastrand v1.9.0
30982025-02-01T00:25:36.576Z[ helios-setup] Feb 01 00:25:35.375 INFO E| Downloaded digest v0.10.6
30992025-02-01T00:25:36.579Z[ helios-setup] Feb 01 00:25:35.378 INFO E| Downloaded try-lock v0.2.4
31002025-02-01T00:25:36.582Z[ helios-setup] Feb 01 00:25:35.379 INFO E| Downloaded tower-service v0.3.2
31012025-02-01T00:25:36.582Z[ helios-setup] Feb 01 00:25:35.381 INFO E| Downloaded toolchain_find v0.2.0
31022025-02-01T00:25:36.584Z[ helios-setup] Feb 01 00:25:35.382 INFO E| Downloaded strsim v0.10.0
31032025-02-01T00:25:36.588Z[ helios-setup] Feb 01 00:25:35.384 INFO E| Downloaded sha2 v0.10.6
31042025-02-01T00:25:36.591Z[ helios-setup] Feb 01 00:25:35.387 INFO E| Downloaded semver v0.11.0
31052025-02-01T00:25:36.591Z[ helios-setup] Feb 01 00:25:35.390 INFO E| Downloaded async-trait v0.1.68
31062025-02-01T00:25:36.595Z[ helios-setup] Feb 01 00:25:35.395 INFO E| Downloaded memoffset v0.7.1
31072025-02-01T00:25:36.598Z[ helios-setup] Feb 01 00:25:35.398 INFO E| Downloaded dyn-clone v1.0.11
31082025-02-01T00:25:36.600Z[ helios-setup] Feb 01 00:25:35.400 INFO E| Downloaded scopeguard v1.1.0
31092025-02-01T00:25:36.606Z[ helios-setup] Feb 01 00:25:35.406 INFO E| Downloaded futures-io v0.3.28
31102025-02-01T00:25:36.606Z[ helios-setup] Feb 01 00:25:35.406 INFO E| Downloaded futures-core v0.3.28
31112025-02-01T00:25:36.609Z[ helios-setup] Feb 01 00:25:35.406 INFO E| Downloaded futures-macro v0.3.28
31122025-02-01T00:25:36.609Z[ helios-setup] Feb 01 00:25:35.407 INFO E| Downloaded concolor-query v0.3.3
31132025-02-01T00:25:36.609Z[ helios-setup] Feb 01 00:25:35.408 INFO E| Downloaded anstyle v0.3.5
31142025-02-01T00:25:36.612Z[ helios-setup] Feb 01 00:25:35.410 INFO E| Downloaded anstream v0.2.6
31152025-02-01T00:25:36.614Z[ helios-setup] Feb 01 00:25:35.413 INFO E| Downloaded const-random v0.1.15
31162025-02-01T00:25:36.750Z[ helios-setup] Feb 01 00:25:35.549 INFO E| Downloaded encoding_rs v0.8.32
31172025-02-01T00:25:36.875Z[ helios-setup] Feb 01 00:25:35.674 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31182025-02-01T00:25:37.019Z[ host-package] Compiling memoffset v0.9.1
31192025-02-01T00:25:37.116Z[ helios-setup] Feb 01 00:25:35.916 INFO E| Downloaded libz-sys v1.1.8
31202025-02-01T00:25:37.145Z[ host-package] Compiling flume v0.11.1
31212025-02-01T00:25:37.432Z[ helios-setup] Feb 01 00:25:36.231 INFO E| Downloaded ring v0.16.20
31222025-02-01T00:25:37.816Z[ helios-setup] Feb 01 00:25:36.612 INFO E| Compiling proc-macro2 v1.0.86
31232025-02-01T00:25:37.819Z[ helios-setup] Feb 01 00:25:36.617 INFO E| Compiling libc v0.2.139
31242025-02-01T00:25:37.819Z[ helios-setup] Feb 01 00:25:36.617 INFO E| Compiling unicode-ident v1.0.8
31252025-02-01T00:25:37.819Z[ helios-setup] Feb 01 00:25:36.617 INFO E| Compiling autocfg v1.1.0
31262025-02-01T00:25:37.819Z[ helios-setup] Feb 01 00:25:36.617 INFO E| Compiling cfg-if v1.0.0
31272025-02-01T00:25:37.819Z[ helios-setup] Feb 01 00:25:36.617 INFO E| Compiling version_check v0.9.4
31282025-02-01T00:25:37.819Z[ helios-setup] Feb 01 00:25:36.617 INFO E| Compiling serde v1.0.204
31292025-02-01T00:25:37.819Z[ helios-setup] Feb 01 00:25:36.617 INFO E| Compiling syn v1.0.107
31302025-02-01T00:25:38.293Z[ host-package] Compiling cargo_metadata v0.18.1
31312025-02-01T00:25:38.412Z[ helios-setup] Feb 01 00:25:37.211 INFO E| Compiling memchr v2.5.0
31322025-02-01T00:25:39.023Z[ helios-setup] Feb 01 00:25:37.822 INFO E| Compiling once_cell v1.17.0
31332025-02-01T00:25:39.193Z[ helios-setup] Feb 01 00:25:37.992 INFO E| Compiling log v0.4.17
31342025-02-01T00:25:39.213Z[ host-package] Compiling git2 v0.19.0
31352025-02-01T00:25:39.329Z[ host-package] Compiling env_logger v0.11.5
31362025-02-01T00:25:39.500Z[ helios-setup] Feb 01 00:25:38.299 INFO E| Compiling thiserror v1.0.38
31372025-02-01T00:25:40.183Z[ helios-setup] Feb 01 00:25:38.981 INFO E| Compiling itoa v1.0.6
31382025-02-01T00:25:40.186Z[ helios-setup] Feb 01 00:25:38.983 INFO E| Compiling serde_json v1.0.95
31392025-02-01T00:25:41.212Z[ helios-setup] Feb 01 00:25:40.010 INFO E| Compiling pin-project-lite v0.2.9
31402025-02-01T00:25:41.327Z[ helios-setup] Feb 01 00:25:40.126 INFO E| Compiling scopeguard v1.1.0
31412025-02-01T00:25:41.485Z[ helios-setup] Feb 01 00:25:40.283 INFO E| Compiling indexmap v1.9.3
31422025-02-01T00:25:41.544Z[ helios-setup] Feb 01 00:25:40.342 INFO E| Compiling futures-core v0.3.28
31432025-02-01T00:25:41.796Z[ host-package] Compiling compact_str v0.8.0
31442025-02-01T00:25:41.890Z[ helios-setup] Feb 01 00:25:40.688 INFO E| Compiling bytes v1.4.0
31452025-02-01T00:25:42.385Z[ helios-setup] Feb 01 00:25:41.183 INFO E| Compiling getrandom v0.2.8
31462025-02-01T00:25:42.444Z[ helios-setup] Feb 01 00:25:41.242 INFO E| Compiling quote v1.0.36
31472025-02-01T00:25:42.937Z[ helios-setup] Feb 01 00:25:41.735 INFO E| Compiling jobserver v0.1.26
31482025-02-01T00:25:43.294Z[ helios-setup] Feb 01 00:25:42.092 INFO E| Compiling syn v2.0.72
31492025-02-01T00:25:43.666Z[ helios-setup] Feb 01 00:25:42.464 INFO E| Compiling num-integer v0.1.45
31502025-02-01T00:25:43.815Z[ host-package] Compiling p384 v0.13.0
31512025-02-01T00:25:43.897Z[ helios-setup] Feb 01 00:25:42.695 INFO E| Compiling ryu v1.0.13
31522025-02-01T00:25:44.516Z[ helios-setup] Feb 01 00:25:43.314 INFO E| Compiling cc v1.0.78
31532025-02-01T00:25:45.085Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31542025-02-01T00:25:45.363Z[ helios-setup] Feb 01 00:25:44.160 INFO E| Compiling lock_api v0.4.9
31552025-02-01T00:25:45.441Z[ helios-setup] Feb 01 00:25:44.238 INFO E| Compiling typenum v1.16.0
31562025-02-01T00:25:45.444Z[ helios-setup] Feb 01 00:25:44.239 INFO E| Compiling bitflags v1.3.2
31572025-02-01T00:25:45.612Z[ helios-setup] Feb 01 00:25:44.409 INFO E| Compiling parking_lot_core v0.9.6
31582025-02-01T00:25:45.777Z[ helios-setup] Feb 01 00:25:44.575 INFO E| Compiling num_cpus v1.15.0
31592025-02-01T00:25:46.143Z[ helios-setup] Feb 01 00:25:44.940 INFO E| Compiling generic-array v0.14.6
31602025-02-01T00:25:46.328Z[ helios-setup] Feb 01 00:25:45.125 INFO E| Compiling slab v0.4.7
31612025-02-01T00:25:46.619Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31622025-02-01T00:25:46.621Z[ helios-setup] Feb 01 00:25:45.419 INFO E| Compiling futures-channel v0.3.28
31632025-02-01T00:25:47.105Z[ helios-setup] Feb 01 00:25:45.902 INFO E| Compiling futures-task v0.3.28
31642025-02-01T00:25:47.407Z[ helios-setup] Feb 01 00:25:46.204 INFO E| Compiling futures-sink v0.3.28
31652025-02-01T00:25:47.997Z[ helios-setup] Feb 01 00:25:46.794 INFO E| Compiling tokio v1.27.0
31662025-02-01T00:25:48.012Z[ helios-setup] Feb 01 00:25:46.809 INFO E| Compiling futures-util v0.3.28
31672025-02-01T00:25:48.991Z[ helios-setup] Feb 01 00:25:47.788 INFO E| Compiling signal-hook-registry v1.4.0
31682025-02-01T00:25:49.152Z[ helios-setup] Feb 01 00:25:47.949 INFO E| Compiling mio v0.8.5
31692025-02-01T00:25:49.269Z[ helios-setup] Feb 01 00:25:48.066 INFO E| Compiling socket2 v0.4.9
31702025-02-01T00:25:49.442Z[ helios-setup] Feb 01 00:25:48.239 INFO E| Compiling pin-utils v0.1.0
31712025-02-01T00:25:49.739Z[ helios-setup] Feb 01 00:25:48.536 INFO E| Compiling futures-io v0.3.28
31722025-02-01T00:25:50.147Z[ helios-setup] Feb 01 00:25:48.943 INFO E| Compiling schemars v0.8.12
31732025-02-01T00:25:50.614Z[ helios-setup] Feb 01 00:25:49.410 INFO E| Compiling ahash v0.7.6
31742025-02-01T00:25:51.335Z[ helios-setup] Feb 01 00:25:50.132 INFO E| Compiling num-traits v0.2.15
31752025-02-01T00:25:51.733Z[ helios-setup] Feb 01 00:25:50.529 INFO E| Compiling io-lifetimes v1.0.10
31762025-02-01T00:25:51.818Z[ helios-setup] Feb 01 00:25:50.615 INFO E| Compiling crunchy v0.2.2
31772025-02-01T00:25:52.847Z[ helios-setup] Feb 01 00:25:51.643 INFO E| Compiling ahash v0.8.3
31782025-02-01T00:25:52.974Z[ helios-setup] Feb 01 00:25:51.769 INFO E| Compiling crypto-common v0.1.6
31792025-02-01T00:25:53.414Z[ helios-setup] Feb 01 00:25:52.210 INFO E| Compiling block-buffer v0.10.3
31802025-02-01T00:25:53.532Z[ helios-setup] Feb 01 00:25:52.327 INFO E| Compiling slog v2.7.0
31812025-02-01T00:25:53.870Z[ helios-setup] Feb 01 00:25:52.666 INFO E| Compiling crossbeam-utils v0.8.14
31822025-02-01T00:25:54.109Z[ helios-setup] Feb 01 00:25:52.905 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31832025-02-01T00:25:54.359Z[ helios-setup] Feb 01 00:25:53.155 INFO E| Compiling rustix v0.37.3
31842025-02-01T00:25:54.439Z[ helios-setup] Feb 01 00:25:53.235 INFO E| Compiling tiny-keccak v2.0.2
31852025-02-01T00:25:54.554Z[ helios-setup] Feb 01 00:25:53.350 INFO E| Compiling hashbrown v0.12.3
31862025-02-01T00:25:54.926Z[ helios-setup] Feb 01 00:25:53.721 INFO E| Compiling serde_derive_internals v0.26.0
31872025-02-01T00:25:54.929Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31882025-02-01T00:25:55.961Z[ helios-setup] Feb 01 00:25:54.756 INFO E| Compiling digest v0.10.6
31892025-02-01T00:25:57.112Z[ helios-setup] Feb 01 00:25:55.907 INFO E| Compiling errno v0.3.1
31902025-02-01T00:25:57.432Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31912025-02-01T00:25:57.720Z[ helios-setup] Feb 01 00:25:56.499 INFO E| Compiling pkg-config v0.3.26
31922025-02-01T00:25:57.776Z[ helios-setup] Feb 01 00:25:56.571 INFO E| Compiling unicode-width v0.1.10
31932025-02-01T00:25:57.849Z[ helios-setup] Feb 01 00:25:56.643 INFO E| Compiling anyhow v1.0.68
31942025-02-01T00:25:58.361Z[ helios-setup] Feb 01 00:25:57.155 INFO E| Compiling cpufeatures v0.2.5
31952025-02-01T00:25:58.460Z[ helios-setup] Feb 01 00:25:57.255 INFO E| Compiling fnv v1.0.7
31962025-02-01T00:25:58.775Z[ helios-setup] Feb 01 00:25:57.570 INFO E| Compiling http v0.2.9
31972025-02-01T00:25:59.796Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31982025-02-01T00:26:01.354Z[ helios-setup] Feb 01 00:26:00.149 INFO E| Compiling aho-corasick v0.7.20
31992025-02-01T00:26:03.085Z[ helios-setup] Feb 01 00:26:01.877 INFO E| Compiling regex-syntax v0.6.29
32002025-02-01T00:26:03.256Z[ helios-setup] Feb 01 00:26:02.049 INFO E| Compiling thiserror-impl v1.0.38
32012025-02-01T00:26:03.480Z[ helios-setup] Feb 01 00:26:02.272 INFO E| Compiling serde_derive v1.0.204
32022025-02-01T00:26:03.996Z[ helios-setup] Feb 01 00:26:02.790 INFO E| Compiling futures-macro v0.3.28
32032025-02-01T00:26:04.411Z[ helios-setup] Feb 01 00:26:03.204 INFO E| Compiling tokio-macros v2.0.0
32042025-02-01T00:26:04.491Z[ helios-setup] Feb 01 00:26:03.284 INFO E| Compiling schemars_derive v0.8.12
32052025-02-01T00:26:05.226Z[ helios-setup] Feb 01 00:26:04.019 INFO E| Compiling tinyvec_macros v0.1.1
32062025-02-01T00:26:05.484Z[ host-package] Compiling unicode-truncate v1.1.0
32072025-02-01T00:26:06.363Z[ host-package] Compiling lru v0.12.5
32082025-02-01T00:26:07.067Z[ helios-setup] Feb 01 00:26:05.860 INFO E| Compiling httparse v1.8.0
32092025-02-01T00:26:07.168Z[ helios-setup] Feb 01 00:26:05.961 INFO E| Compiling heck v0.4.1
32102025-02-01T00:26:07.296Z[ helios-setup] Feb 01 00:26:06.089 INFO E| Compiling percent-encoding v2.2.0
32112025-02-01T00:26:07.363Z[ host-package] Compiling rand_seeder v0.3.0
32122025-02-01T00:26:07.759Z[ helios-setup] Feb 01 00:26:06.552 INFO E| Compiling tinyvec v1.6.0
32132025-02-01T00:26:08.105Z[ helios-setup] Feb 01 00:26:06.894 INFO E| Compiling form_urlencoded v1.1.0
32142025-02-01T00:26:08.530Z[ host-package] Compiling libsqlite3-sys v0.30.1
32152025-02-01T00:26:09.136Z[ helios-setup] Feb 01 00:26:07.929 INFO E| Compiling const-random-macro v0.1.15
32162025-02-01T00:26:09.931Z[ helios-setup] Feb 01 00:26:08.723 INFO E| Compiling hashbrown v0.13.2
32172025-02-01T00:26:10.041Z[ host-package] Compiling lzma-sys v0.1.20
32182025-02-01T00:26:11.290Z[ helios-setup] Feb 01 00:26:10.082 INFO E| Compiling regex v1.7.3
32192025-02-01T00:26:11.407Z[ helios-setup] Feb 01 00:26:10.199 INFO E| Compiling chrono v0.4.24
32202025-02-01T00:26:11.711Z[ host-package] Compiling instability v0.3.2
32212025-02-01T00:26:11.811Z[ helios-setup] Feb 01 00:26:10.603 INFO E| Compiling libz-sys v1.1.8
32222025-02-01T00:26:12.343Z[ host-package] Compiling cfg_aliases v0.2.1
32232025-02-01T00:26:12.941Z[ helios-setup] Feb 01 00:26:11.732 INFO E| Compiling getopts v0.2.21
32242025-02-01T00:26:13.105Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
32252025-02-01T00:26:13.308Z[ helios-setup] Feb 01 00:26:12.100 INFO E| Compiling memoffset v0.7.1
32262025-02-01T00:26:14.086Z[ helios-setup] Feb 01 00:26:12.877 INFO E| Compiling dyn-clone v1.0.11
32272025-02-01T00:26:14.134Z[ host-package] Compiling rustls v0.21.12
32282025-02-01T00:26:14.250Z[ helios-setup] Feb 01 00:26:13.041 INFO E| Compiling powerfmt v0.2.0
32292025-02-01T00:26:14.253Z[ host-package] Compiling cassowary v0.3.0
32302025-02-01T00:26:14.594Z[ helios-setup] Feb 01 00:26:13.385 INFO E| Compiling time-core v0.1.2
32312025-02-01T00:26:14.769Z[ helios-setup] Feb 01 00:26:13.561 INFO E| Compiling num-conv v0.1.0
32322025-02-01T00:26:14.892Z[ helios-setup] Feb 01 00:26:13.683 INFO E| Compiling uuid v1.3.0
32332025-02-01T00:26:15.051Z[ host-package] Compiling nix v0.29.0
32342025-02-01T00:26:15.097Z[ helios-setup] Feb 01 00:26:13.880 INFO E| Compiling deranged v0.3.11
32352025-02-01T00:26:15.222Z[ helios-setup] Feb 01 00:26:14.013 INFO E| Compiling time-macros v0.2.18
32362025-02-01T00:26:16.305Z[ helios-setup] Feb 01 00:26:15.096 INFO E| Compiling unicode-normalization v0.1.22
32372025-02-01T00:26:16.412Z[ helios-setup] Feb 01 00:26:15.179 INFO E| Compiling regress v0.5.0
32382025-02-01T00:26:16.574Z[ host-package] Compiling ratatui v0.28.1
32392025-02-01T00:26:16.726Z[ helios-setup] Feb 01 00:26:15.516 INFO E| Compiling const-random v0.1.15
32402025-02-01T00:26:17.541Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32412025-02-01T00:26:18.361Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32422025-02-01T00:26:19.932Z[ helios-setup] Feb 01 00:26:18.722 INFO E| Compiling tracing-core v0.1.30
32432025-02-01T00:26:20.542Z[ helios-setup] Feb 01 00:26:19.331 INFO E| Compiling crossbeam-epoch v0.9.13
32442025-02-01T00:26:21.475Z[ helios-setup] Feb 01 00:26:20.264 INFO E| Compiling num_threads v0.1.6
32452025-02-01T00:26:21.666Z[ helios-setup] Feb 01 00:26:20.456 INFO E| Compiling ucd-trie v0.1.5
32462025-02-01T00:26:21.928Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32472025-02-01T00:26:22.090Z[ helios-setup] Feb 01 00:26:20.880 INFO E| Compiling unicode-bidi v0.3.13
32482025-02-01T00:26:23.372Z[ helios-setup] Feb 01 00:26:22.162 INFO E| Compiling idna v0.3.0
32492025-02-01T00:26:24.404Z[ helios-setup] Feb 01 00:26:23.194 INFO E| Compiling time v0.3.36
32502025-02-01T00:26:24.415Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32512025-02-01T00:26:24.651Z[ helios-setup] Feb 01 00:26:23.440 INFO E| Compiling pest v2.5.7
32522025-02-01T00:26:26.427Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32532025-02-01T00:26:26.507Z[ helios-setup] Feb 01 00:26:25.296 INFO E| Compiling tracing v0.1.37
32542025-02-01T00:26:27.406Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32552025-02-01T00:26:27.453Z[ host-package] Compiling rustls-webpki v0.101.7
32562025-02-01T00:26:28.873Z[ host-package] Compiling sct v0.7.1
32572025-02-01T00:26:29.889Z[ helios-setup] Feb 01 00:26:28.677 INFO E| Compiling smallvec v1.10.0
32582025-02-01T00:26:30.325Z[ helios-setup] Feb 01 00:26:29.113 INFO E| Compiling toml v0.5.11
32592025-02-01T00:26:30.532Z[ host-package] Compiling heck v0.3.3
32602025-02-01T00:26:30.635Z[ host-package] Compiling csv-core v0.1.11
32612025-02-01T00:26:31.533Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32622025-02-01T00:26:32.503Z[ host-package] Compiling glob v0.3.2
32632025-02-01T00:26:32.633Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
32642025-02-01T00:26:32.791Z[ helios-setup] Feb 01 00:26:31.578 INFO E| Compiling parking_lot v0.12.1
32652025-02-01T00:26:33.042Z[ helios-setup] Feb 01 00:26:31.829 INFO E| Compiling serde_tokenstream v0.2.0
32662025-02-01T00:26:33.586Z[ host-package] Compiling zone_cfg_derive v0.1.2
32672025-02-01T00:26:33.902Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32682025-02-01T00:26:35.018Z[ host-package] Compiling csv v1.3.1
32692025-02-01T00:26:35.981Z[ helios-setup] Feb 01 00:26:34.768 INFO E| Compiling crossbeam-channel v0.5.6
32702025-02-01T00:26:36.367Z[ helios-setup] Feb 01 00:26:35.154 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32712025-02-01T00:26:36.824Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32722025-02-01T00:26:36.906Z[ helios-setup] Feb 01 00:26:35.689 INFO E| Compiling time v0.1.45
32732025-02-01T00:26:38.174Z[ helios-setup] Feb 01 00:26:36.961 INFO E| Compiling dirs-sys-next v0.1.2
32742025-02-01T00:26:39.436Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
32752025-02-01T00:26:40.273Z[ helios-setup] Feb 01 00:26:39.059 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32762025-02-01T00:26:40.443Z[ helios-setup] Feb 01 00:26:39.229 INFO E| Compiling iana-time-zone v0.1.56
32772025-02-01T00:26:41.217Z[ helios-setup] Feb 01 00:26:40.003 INFO E| Compiling semver v1.0.17
32782025-02-01T00:26:41.775Z[ helios-setup] Feb 01 00:26:40.557 INFO E| Compiling crc32fast v1.3.2
32792025-02-01T00:26:42.821Z[ helios-setup] Feb 01 00:26:41.607 INFO E| Compiling dirs-next v2.0.0
32802025-02-01T00:26:43.101Z[ host-package] Compiling nix v0.27.1
32812025-02-01T00:26:44.137Z[ helios-setup] Feb 01 00:26:42.922 INFO E| Compiling proc-macro-crate v1.2.1
32822025-02-01T00:26:45.992Z[ helios-setup] Feb 01 00:26:44.777 INFO E| Compiling semver-parser v0.10.2
32832025-02-01T00:26:46.509Z[ helios-setup] Feb 01 00:26:45.293 INFO E| Compiling url v2.3.1
32842025-02-01T00:26:48.032Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32852025-02-01T00:26:49.094Z[ helios-setup] Feb 01 00:26:47.878 INFO E| Compiling futures-executor v0.3.28
32862025-02-01T00:26:50.438Z[ helios-setup] Feb 01 00:26:49.222 INFO E| Compiling thread_local v1.1.7
32872025-02-01T00:26:51.334Z[ helios-setup] Feb 01 00:26:50.117 INFO E| Compiling tokio-util v0.7.7
32882025-02-01T00:26:51.806Z[ helios-setup] Feb 01 00:26:50.589 INFO E| Compiling try-lock v0.2.4
32892025-02-01T00:26:51.974Z[ helios-setup] Feb 01 00:26:50.758 INFO E| Compiling adler v1.0.2
32902025-02-01T00:26:52.319Z[ helios-setup] Feb 01 00:26:51.102 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32912025-02-01T00:26:52.478Z[ helios-setup] Feb 01 00:26:51.261 INFO E| Compiling rayon-core v1.10.2
32922025-02-01T00:26:52.691Z[ helios-setup] Feb 01 00:26:51.475 INFO E| Compiling same-file v1.0.6
32932025-02-01T00:26:53.466Z[ helios-setup] Feb 01 00:26:52.249 INFO E| Compiling walkdir v2.3.3
32942025-02-01T00:26:53.469Z[ helios-setup] Feb 01 00:26:52.250 INFO E| Compiling miniz_oxide v0.6.2
32952025-02-01T00:26:53.798Z[ helios-setup] Feb 01 00:26:52.581 INFO E| Compiling want v0.3.0
32962025-02-01T00:26:54.533Z[ helios-setup] Feb 01 00:26:53.316 INFO E| Compiling h2 v0.3.16
32972025-02-01T00:26:55.838Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32982025-02-01T00:26:56.404Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
32992025-02-01T00:26:57.280Z[ helios-setup] Feb 01 00:26:56.060 INFO E| Compiling futures v0.3.28
33002025-02-01T00:26:57.788Z[ helios-setup] Feb 01 00:26:56.531 INFO E| Compiling semver v0.11.0
33012025-02-01T00:26:58.537Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33022025-02-01T00:26:58.672Z[ helios-setup] Feb 01 00:26:57.454 INFO E| Compiling num_enum_derive v0.5.7
33032025-02-01T00:26:58.941Z[ helios-setup] Feb 01 00:26:57.723 INFO E| Compiling crossbeam-deque v0.8.2
33042025-02-01T00:26:59.935Z[ helios-setup] Feb 01 00:26:58.716 INFO E| Compiling term v0.7.0
33052025-02-01T00:27:02.766Z[ helios-setup] Feb 01 00:27:01.547 INFO E| Compiling http-body v0.4.5
33062025-02-01T00:27:03.601Z[ helios-setup] Feb 01 00:27:02.382 INFO E| Compiling sha2 v0.10.6
33072025-02-01T00:27:04.298Z[ helios-setup] Feb 01 00:27:03.079 INFO E| Compiling ring v0.16.20
33082025-02-01T00:27:05.763Z[ helios-setup] Feb 01 00:27:04.544 INFO E| Compiling rand_core v0.6.4
33092025-02-01T00:27:07.084Z[ helios-setup] Feb 01 00:27:05.864 INFO E| Compiling atty v0.2.14
33102025-02-01T00:27:07.481Z[ helios-setup] Feb 01 00:27:06.261 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33112025-02-01T00:27:08.000Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33122025-02-01T00:27:08.057Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33132025-02-01T00:27:08.787Z[ helios-setup] Feb 01 00:27:07.566 INFO E| Compiling home v0.5.4
33142025-02-01T00:27:08.974Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33152025-02-01T00:27:09.264Z[ helios-setup] Feb 01 00:27:08.044 INFO E| Compiling ppv-lite86 v0.2.17
33162025-02-01T00:27:09.378Z[ helios-setup] Feb 01 00:27:08.158 INFO E| Compiling lazy_static v1.4.0
33172025-02-01T00:27:10.148Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33182025-02-01T00:27:10.653Z[ helios-setup] Feb 01 00:27:09.433 INFO E| Compiling fastrand v1.9.0
33192025-02-01T00:27:10.803Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33202025-02-01T00:27:10.857Z[ helios-setup] Feb 01 00:27:09.636 INFO E| Compiling base64 v0.21.0
33212025-02-01T00:27:11.371Z[ helios-setup] Feb 01 00:27:10.150 INFO E| Compiling tower-service v0.3.2
33222025-02-01T00:27:11.572Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33232025-02-01T00:27:11.980Z[ helios-setup] Feb 01 00:27:10.759 INFO E| Compiling utf8parse v0.2.1
33242025-02-01T00:27:12.041Z[ helios-setup] Feb 01 00:27:10.820 INFO E| Compiling httpdate v1.0.2
33252025-02-01T00:27:12.269Z[ helios-setup] Feb 01 00:27:11.048 INFO E| Compiling anstyle-parse v0.1.1
33262025-02-01T00:27:12.737Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33272025-02-01T00:27:13.191Z[ helios-setup] Feb 01 00:27:11.968 INFO E| Compiling hyper v0.14.25
33282025-02-01T00:27:13.273Z[ helios-setup] Feb 01 00:27:12.052 INFO E| Compiling tempfile v3.5.0
33292025-02-01T00:27:13.508Z[ host-package] Compiling tungstenite v0.23.0
33302025-02-01T00:27:13.868Z[ helios-setup] Feb 01 00:27:12.647 INFO E| Compiling rand_chacha v0.3.1
33312025-02-01T00:27:14.560Z[ host-package] Compiling hashlink v0.9.1
33322025-02-01T00:27:14.609Z[ helios-setup] Feb 01 00:27:13.388 INFO E| Compiling toolchain_find v0.2.0
33332025-02-01T00:27:16.289Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
33342025-02-01T00:27:16.744Z[ helios-setup] Feb 01 00:27:15.520 INFO E| Compiling slog-term v2.9.0
33352025-02-01T00:27:16.929Z[ host-package] Compiling base64 v0.13.1
33362025-02-01T00:27:17.038Z[ host-package] Compiling fallible-iterator v0.3.0
33372025-02-01T00:27:18.761Z[ host-package] Compiling ron v0.7.1
33382025-02-01T00:27:19.069Z[ host-package] Compiling rusqlite v0.32.1
33392025-02-01T00:27:21.055Z[ host-package] Compiling tokio-tungstenite v0.23.1
33402025-02-01T00:27:22.388Z[ helios-setup] Feb 01 00:27:21.165 INFO E| Compiling num_enum v0.5.7
33412025-02-01T00:27:23.250Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33422025-02-01T00:27:23.815Z[ helios-setup] Feb 01 00:27:22.592 INFO E| Compiling cargo-lock v8.0.3
33432025-02-01T00:27:24.528Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33442025-02-01T00:27:28.181Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33452025-02-01T00:27:28.294Z[ helios-setup] Feb 01 00:27:27.070 INFO E| Compiling flate2 v1.0.25
33462025-02-01T00:27:28.456Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33472025-02-01T00:27:29.659Z[ host-package] Compiling xz2 v0.1.7
33482025-02-01T00:27:30.311Z[ host-package] Compiling tokio-rustls v0.24.1
33492025-02-01T00:27:31.431Z[ host-package] Compiling zone v0.1.8
33502025-02-01T00:27:33.692Z[ helios-setup] Feb 01 00:27:32.467 INFO E| Compiling serde_urlencoded v0.7.1
33512025-02-01T00:27:34.404Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33522025-02-01T00:27:34.919Z[ helios-setup] Feb 01 00:27:33.693 INFO E| Compiling is-terminal v0.4.7
33532025-02-01T00:27:35.392Z[ helios-setup] Feb 01 00:27:34.166 INFO E| Compiling sha1 v0.10.5
33542025-02-01T00:27:36.871Z[ helios-setup] Feb 01 00:27:35.645 INFO E| Compiling concolor-query v0.3.3
33552025-02-01T00:27:37.381Z[ helios-setup] Feb 01 00:27:36.154 INFO E| Compiling either v1.8.0
33562025-02-01T00:27:37.506Z[ helios-setup] Feb 01 00:27:36.279 INFO E| Compiling anstyle v0.3.5
33572025-02-01T00:27:37.543Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33582025-02-01T00:27:38.640Z[ helios-setup] Feb 01 00:27:37.414 INFO E| Compiling concolor-override v1.0.0
33592025-02-01T00:27:42.753Z[ helios-setup] Feb 01 00:27:41.526 INFO E| Compiling anstream v0.2.6
33602025-02-01T00:27:43.406Z[ helios-setup] Feb 01 00:27:42.178 INFO E| Compiling rayon v1.6.1
33612025-02-01T00:27:43.924Z[ helios-setup] Feb 01 00:27:42.696 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33622025-02-01T00:27:44.529Z[ helios-setup] Feb 01 00:27:43.301 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33632025-02-01T00:27:46.498Z[ helios-setup] Feb 01 00:27:45.270 INFO E| Compiling rustfmt-wrapper v0.2.0
33642025-02-01T00:27:46.843Z[ helios-setup] Feb 01 00:27:45.615 INFO E| Compiling rand v0.8.5
33652025-02-01T00:27:47.394Z[ helios-setup] Feb 01 00:27:46.166 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33662025-02-01T00:27:48.379Z[ helios-setup] Feb 01 00:27:47.149 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33672025-02-01T00:27:49.204Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33682025-02-01T00:27:49.369Z[ helios-setup] Feb 01 00:27:48.141 INFO E| Compiling openapiv3 v1.0.2
33692025-02-01T00:27:50.947Z[ helios-setup] Feb 01 00:27:49.718 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33702025-02-01T00:27:52.025Z[ helios-setup] Feb 01 00:27:50.795 INFO E| Compiling encoding_rs v0.8.32
33712025-02-01T00:27:54.085Z[ helios-setup] Feb 01 00:27:52.855 INFO E| Compiling mime v0.3.17
33722025-02-01T00:27:56.167Z[ helios-setup] Feb 01 00:27:54.934 INFO E| Compiling clap_lex v0.4.1
33732025-02-01T00:27:56.285Z[ helios-setup] Feb 01 00:27:55.055 INFO E| Compiling untrusted v0.7.1
33742025-02-01T00:27:56.996Z[ helios-setup] Feb 01 00:27:55.761 INFO E| Compiling unsafe-libyaml v0.2.8
33752025-02-01T00:27:57.758Z[ helios-setup] Feb 01 00:27:56.526 INFO E| Compiling utf-8 v0.7.6
33762025-02-01T00:27:57.873Z[ helios-setup] Feb 01 00:27:56.640 INFO E| Compiling project-root v0.2.2
33772025-02-01T00:27:58.687Z[ helios-setup] Feb 01 00:27:57.452 INFO E| Compiling byteorder v1.4.3
33782025-02-01T00:27:58.962Z[ helios-setup] Feb 01 00:27:57.731 INFO E| Compiling spin v0.5.2
33792025-02-01T00:27:59.304Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33802025-02-01T00:27:59.520Z[ helios-setup] Feb 01 00:27:58.289 INFO E| Compiling ipnet v2.7.2
33812025-02-01T00:28:00.450Z[ helios-setup] Feb 01 00:27:59.218 INFO E| Compiling base64 v0.13.1
33822025-02-01T00:28:00.639Z[ helios-setup] Feb 01 00:27:59.408 INFO E| Compiling strsim v0.10.0
33832025-02-01T00:28:02.385Z[ helios-setup] Feb 01 00:28:01.154 INFO E| Compiling tungstenite v0.18.0
33842025-02-01T00:28:02.436Z[ helios-setup] Feb 01 00:28:01.204 INFO E| Compiling clap_builder v4.2.1
33852025-02-01T00:28:04.345Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33862025-02-01T00:28:04.424Z[ helios-setup] Feb 01 00:28:03.191 INFO E| Compiling reqwest v0.11.16
33872025-02-01T00:28:05.380Z[ helios-setup] Feb 01 00:28:04.148 INFO E| Compiling serde_yaml v0.9.21
33882025-02-01T00:28:05.703Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33892025-02-01T00:28:08.795Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33902025-02-01T00:28:10.725Z[ host-package] Compiling rustls-pemfile v1.0.4
33912025-02-01T00:28:11.924Z[ helios-setup] Feb 01 00:28:10.690 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33922025-02-01T00:28:12.232Z[ helios-setup] Feb 01 00:28:10.997 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33932025-02-01T00:28:12.313Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33942025-02-01T00:28:13.433Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33952025-02-01T00:28:14.386Z[ host-package] Compiling signal-hook-tokio v0.3.1
33962025-02-01T00:28:15.023Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
33972025-02-01T00:28:15.819Z[ host-package] Compiling yasna v0.5.2
33982025-02-01T00:28:16.459Z[ helios-setup] Feb 01 00:28:15.224 INFO E| Compiling clap_derive v4.2.0
33992025-02-01T00:28:22.604Z[ host-package] Compiling twox-hash v2.1.0
34002025-02-01T00:28:24.618Z[ host-package] Compiling is_ci v1.2.0
34012025-02-01T00:28:24.996Z[ host-package] Compiling unicode-linebreak v0.1.5
34022025-02-01T00:28:25.402Z[ host-package] Compiling smawk v0.3.2
34032025-02-01T00:28:25.696Z[ helios-setup] Feb 01 00:28:24.459 INFO E| Compiling clap v4.2.1
34042025-02-01T00:28:26.083Z[ host-package] Compiling textwrap v0.16.1
34052025-02-01T00:28:26.424Z[ host-package] Compiling supports-color v3.0.1
34062025-02-01T00:28:31.676Z[ host-package] Compiling rcgen v0.12.1
34072025-02-01T00:28:32.037Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
34082025-02-01T00:28:33.009Z[ helios-setup] Feb 01 00:28:31.714 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34092025-02-01T00:28:40.956Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34102025-02-01T00:28:43.098Z[ helios-setup] Feb 01 00:28:41.858 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34112025-02-01T00:28:44.551Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34122025-02-01T00:28:46.316Z[ helios-setup] Feb 01 00:28:45.075 INFO E| Compiling tokio-tungstenite v0.18.0
34132025-02-01T00:28:47.544Z[ helios-setup] Feb 01 00:28:46.302 INFO E| Compiling smartstring v1.0.1
34142025-02-01T00:28:47.652Z[ helios-setup] Feb 01 00:28:46.411 INFO E| Compiling rustls v0.21.0
34152025-02-01T00:28:48.646Z[ helios-setup] Feb 01 00:28:47.404 INFO E| Compiling serde_spanned v0.6.1
34162025-02-01T00:28:49.410Z[ helios-setup] Feb 01 00:28:48.168 INFO E| Compiling toml_datetime v0.6.1
34172025-02-01T00:28:49.615Z[ helios-setup] Feb 01 00:28:48.373 INFO E| Compiling slog-async v2.7.0
34182025-02-01T00:28:49.875Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34192025-02-01T00:28:50.882Z[ helios-setup] Feb 01 00:28:49.640 INFO E| Compiling async-trait v0.1.68
34202025-02-01T00:28:51.155Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
34212025-02-01T00:28:51.261Z[ helios-setup] Feb 01 00:28:50.019 INFO E| Compiling winnow v0.4.1
34222025-02-01T00:28:52.201Z[ helios-setup] Feb 01 00:28:50.959 INFO E| Compiling rustls-webpki v0.100.1
34232025-02-01T00:28:55.189Z[ helios-setup] Feb 01 00:28:53.946 INFO E| Compiling sct v0.7.0
34242025-02-01T00:28:56.441Z[ helios-setup] Feb 01 00:28:55.198 INFO E| Compiling camino v1.1.4
34252025-02-01T00:28:56.483Z[ helios-setup] Feb 01 00:28:55.240 INFO E| Compiling static_assertions v1.1.0
34262025-02-01T00:28:57.330Z[ helios-setup] Feb 01 00:28:56.087 INFO E| Compiling paste v1.0.12
34272025-02-01T00:28:57.880Z[ helios-setup] Feb 01 00:28:56.637 INFO E| Compiling match_cfg v0.1.0
34282025-02-01T00:28:58.264Z[ helios-setup] Feb 01 00:28:57.021 INFO E| Compiling toml_edit v0.19.8
34292025-02-01T00:28:58.529Z[ helios-setup] Feb 01 00:28:57.286 INFO E| Compiling hostname v0.3.1
34302025-02-01T00:29:00.832Z[ helios-setup] Feb 01 00:28:59.588 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34312025-02-01T00:29:01.100Z[ helios-setup] Feb 01 00:28:59.856 INFO E| Compiling slog-json v2.6.1
34322025-02-01T00:29:01.921Z[ helios-setup] Feb 01 00:29:00.677 INFO E| Compiling bincode v1.3.3
34332025-02-01T00:29:02.470Z[ helios-setup] Feb 01 00:29:01.226 INFO E| Compiling unicode-linebreak v0.1.4
34342025-02-01T00:29:04.577Z[ helios-setup] Feb 01 00:29:03.332 INFO E| Compiling async-stream-impl v0.3.5
34352025-02-01T00:29:07.744Z[ helios-setup] Feb 01 00:29:06.498 INFO E| Compiling rhai_codegen v1.5.0
34362025-02-01T00:29:07.744Z[ helios-setup] Feb 01 00:29:06.499 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34372025-02-01T00:29:08.983Z[ helios-setup] Feb 01 00:29:07.737 INFO E| Compiling take_mut v0.2.2
34382025-02-01T00:29:12.576Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34392025-02-01T00:29:13.151Z[ helios-setup] Feb 01 00:29:11.904 INFO E| Compiling rhai v1.14.0
34402025-02-01T00:29:15.227Z[ helios-setup] Feb 01 00:29:13.980 INFO E| Compiling tokio-rustls v0.24.0
34412025-02-01T00:29:16.379Z[ helios-setup] Feb 01 00:29:15.131 INFO E| Compiling async-stream v0.3.5
34422025-02-01T00:29:16.449Z[ helios-setup] Feb 01 00:29:15.201 INFO E| Compiling toml v0.7.3
34432025-02-01T00:29:17.508Z[ helios-setup] Feb 01 00:29:16.260 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34442025-02-01T00:29:18.148Z[ helios-setup] Feb 01 00:29:16.900 INFO E| Compiling slog-bunyan v2.4.0
34452025-02-01T00:29:26.839Z[ helios-setup] Feb 01 00:29:25.590 INFO E| Compiling rustls-pemfile v1.0.2
34462025-02-01T00:29:27.589Z[ helios-setup] Feb 01 00:29:26.339 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34472025-02-01T00:29:28.105Z[ helios-setup] Feb 01 00:29:26.856 INFO E| Compiling serde_path_to_error v0.1.11
34482025-02-01T00:29:30.531Z[ helios-setup] Feb 01 00:29:29.281 INFO E| Compiling terminal_size v0.2.6
34492025-02-01T00:29:30.691Z[ helios-setup] Feb 01 00:29:29.441 INFO E| Compiling smawk v0.3.1
34502025-02-01T00:29:31.175Z[ helios-setup] Feb 01 00:29:29.925 INFO E| Compiling textwrap v0.16.0
34512025-02-01T00:29:31.220Z[ helios-setup] Feb 01 00:29:29.969 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
34522025-02-01T00:29:32.781Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34532025-02-01T00:29:38.115Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34542025-02-01T00:29:42.117Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34552025-02-01T00:29:43.596Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34562025-02-01T00:29:57.259Z[ helios-setup] Feb 01 00:29:56.003 INFO E| Compiling git2 v0.16.1
34572025-02-01T00:30:01.640Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
34582025-02-01T00:30:01.952Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34592025-02-01T00:30:02.519Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34602025-02-01T00:30:02.647Z[ helios-setup] Feb 01 00:30:01.390 INFO E| Compiling built v0.6.0
34612025-02-01T00:30:04.467Z[ helios-setup] Feb 01 00:30:03.209 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34622025-02-01T00:30:06.059Z[ helios-setup] Feb 01 00:30:04.801 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34632025-02-01T00:30:06.766Z[ helios-setup] Feb 01 00:30:05.508 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34642025-02-01T00:30:10.040Z[ host-package] Compiling fatfs v0.3.6
34652025-02-01T00:30:14.341Z[ host-package] Compiling subprocess v0.2.9
34662025-02-01T00:30:15.157Z[ host-package] Compiling rtoolbox v0.0.2
34672025-02-01T00:30:16.308Z[ host-package] Compiling assert_matches v1.5.0
34682025-02-01T00:30:17.621Z[ host-package] Compiling rpassword v7.3.1
34692025-02-01T00:30:19.386Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34702025-02-01T00:30:21.438Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34712025-02-01T00:30:24.389Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34722025-02-01T00:30:28.459Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34732025-02-01T00:30:31.654Z[ helios-setup] Feb 01 00:30:30.391 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34742025-02-01T00:30:32.072Z[ host-package] Compiling tui-tree-widget v0.22.0
34752025-02-01T00:30:32.706Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34762025-02-01T00:30:34.065Z[ helios-setup] Feb 01 00:30:32.801 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34772025-02-01T00:30:43.532Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34782025-02-01T00:30:44.831Z[ host-package] Compiling uzers v0.12.1
34792025-02-01T00:30:50.095Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34802025-02-01T00:30:56.316Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34812025-02-01T00:31:00.260Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34822025-02-01T00:31:14.920Z[ helios-setup] Feb 01 00:31:13.648 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34832025-02-01T00:31:46.468Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34842025-02-01T00:31:46.527Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34852025-02-01T00:31:54.710Z[ host-package] Compiling multimap v0.10.0
34862025-02-01T00:32:13.774Z[ helios-setup] Feb 01 00:32:12.490 INFO E| Finished `release` profile [optimized] target(s) in 6m 43s
34872025-02-01T00:32:13.919Z[ helios-setup] Feb 01 00:32:12.634 INFO building project "pilot" ok (403 seconds)
34882025-02-01T00:32:13.922Z[ helios-setup] rm -f helios-build
34892025-02-01T00:32:13.925Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34902025-02-01T00:32:13.928Z[ helios-setup]
34912025-02-01T00:32:13.928Z[ helios-setup] Setup complete! ./helios-build is now available.
34922025-02-01T00:32:13.932Z[ helios-setup]
34932025-02-01T00:32:13.932Z[ helios-setup]
34942025-02-01T00:32:13.932Z[ helios-setup] real 11:42.442556079
34952025-02-01T00:32:13.932Z[ helios-setup] user 29:00.806327155
34962025-02-01T00:32:13.932Z[ helios-setup] sys 2:47.826147274
34972025-02-01T00:32:13.932Z[ helios-setup] trap 1.860848336
34982025-02-01T00:32:13.932Z[ helios-setup] tflt 5.842777147
34992025-02-01T00:32:13.932Z[ helios-setup] dflt 21.669787600
35002025-02-01T00:32:13.932Z[ helios-setup] kflt 0.036209198
35012025-02-01T00:32:13.932Z[ helios-setup] lock 1:59:02.686566928
35022025-02-01T00:32:13.932Z[ helios-setup] slp 3:33:32.439723292
35032025-02-01T00:32:13.932Z[ helios-setup] lat 32:32.287767218
35042025-02-01T00:32:13.932Z[ helios-setup] stop 4:48.831944638
35052025-02-01T00:32:13.935ZFeb 01 00:32:12.647 INFO [helios-setup] process exited with exit status: 0 (702.448335431s)
35062025-02-01T00:32:13.935ZFeb 01 00:32:12.648 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
35072025-02-01T00:32:13.962Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
35082025-02-01T00:32:14.188Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
35092025-02-01T00:32:14.188Z[ phbl-toolchain] info: downloading component 'cargo'
35102025-02-01T00:32:15.411Z[ phbl-toolchain] info: downloading component 'clippy'
35112025-02-01T00:32:15.697Z[ phbl-toolchain] info: downloading component 'llvm-tools'
35122025-02-01T00:32:21.473Z[ phbl-toolchain] info: downloading component 'miri'
35132025-02-01T00:32:21.624Z[ phbl-toolchain] info: downloading component 'rust-docs'
35142025-02-01T00:32:22.899Z[ phbl-toolchain] info: downloading component 'rust-src'
35152025-02-01T00:32:23.080Z[ phbl-toolchain] info: downloading component 'rust-std'
35162025-02-01T00:32:24.998Z[ phbl-toolchain] info: downloading component 'rustc'
35172025-02-01T00:32:33.491Z[ phbl-toolchain] info: downloading component 'rustfmt'
35182025-02-01T00:32:33.703Z[ phbl-toolchain] info: installing component 'cargo'
35192025-02-01T00:32:35.038Z[ phbl-toolchain] info: installing component 'clippy'
35202025-02-01T00:32:35.664Z[ phbl-toolchain] info: installing component 'llvm-tools'
35212025-02-01T00:32:41.485Z[ phbl-toolchain] info: installing component 'miri'
35222025-02-01T00:32:41.819Z[ phbl-toolchain] info: installing component 'rust-docs'
35232025-02-01T00:32:50.318Z[ phbl-toolchain] info: installing component 'rust-src'
35242025-02-01T00:32:50.903Z[ phbl-toolchain] info: installing component 'rust-std'
35252025-02-01T00:32:53.220Z[ phbl-toolchain] info: installing component 'rustc'
35262025-02-01T00:33:02.406Z[ phbl-toolchain] info: installing component 'rustfmt'
35272025-02-01T00:33:03.137Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35282025-02-01T00:33:03.140ZFeb 01 00:33:01.845 INFO [phbl-toolchain] process exited with exit status: 0 (49.196896448s)
35292025-02-01T00:34:31.830Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35302025-02-01T00:34:40.487Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35312025-02-01T00:41:44.814Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 24s
35322025-02-01T00:42:51.297ZFeb 01 00:42:49.878 INFO [host-package] process exited with exit status: 0 (1290.997565945s)
35332025-02-01T00:42:51.301ZFeb 01 00:42:49.878 INFO [host-stamp] running task
35342025-02-01T00:42:51.301ZFeb 01 00:42:49.878 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35352025-02-01T00:42:51.308ZFeb 01 00:42:49.889 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+git58ebd65e4cf
35362025-02-01T00:42:51.318ZFeb 01 00:42:49.897 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+git58ebd65e4cf
35372025-02-01T00:42:51.326ZFeb 01 00:42:49.907 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+git58ebd65e4cf
35382025-02-01T00:42:51.335Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35392025-02-01T00:42:51.339Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35402025-02-01T00:42:51.339Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35412025-02-01T00:42:51.339ZFeb 01 00:42:49.918 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+git58ebd65e4cf
35422025-02-01T00:42:51.349Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35432025-02-01T00:42:51.353ZFeb 01 00:42:49.930 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+git58ebd65e4cf
35442025-02-01T00:42:51.361Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35452025-02-01T00:42:51.367Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35462025-02-01T00:42:51.372ZFeb 01 00:42:49.947 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+git58ebd65e4cf
35472025-02-01T00:42:51.378Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35482025-02-01T00:42:51.383Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35492025-02-01T00:42:51.389ZFeb 01 00:42:49.963 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+git58ebd65e4cf
35502025-02-01T00:42:51.396Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35512025-02-01T00:42:51.400Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35522025-02-01T00:42:51.400ZFeb 01 00:42:49.980 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+git58ebd65e4cf
35532025-02-01T00:42:51.417Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35542025-02-01T00:42:51.417ZFeb 01 00:42:49.997 INFO [stamp-overlay] process exited with exit status: 0 (90.804054ms)
35552025-02-01T00:42:51.422ZFeb 01 00:42:49.998 INFO [stamp-oxlog] process exited with exit status: 0 (80.056363ms)
35562025-02-01T00:42:51.422ZFeb 01 00:42:49.998 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (50.911272ms)
35572025-02-01T00:42:51.436Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35582025-02-01T00:42:51.503Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35592025-02-01T00:42:51.509ZFeb 01 00:42:50.087 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (124.37769ms)
35602025-02-01T00:42:51.554Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35612025-02-01T00:42:51.559ZFeb 01 00:42:50.138 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (241.283908ms)
35622025-02-01T00:42:52.268Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35632025-02-01T00:42:52.297ZFeb 01 00:42:50.410 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (430.306889ms)
35642025-02-01T00:42:52.559Z[recovery-package] Compiling newtype-uuid v1.2.1
35652025-02-01T00:42:52.566Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35662025-02-01T00:42:52.570ZFeb 01 00:42:51.149 INFO [stamp-propolis-server] process exited with exit status: 0 (1.260717961s)
35672025-02-01T00:42:53.098Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35682025-02-01T00:42:53.380Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35692025-02-01T00:42:53.380Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35702025-02-01T00:42:53.413Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35712025-02-01T00:42:54.045Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35722025-02-01T00:43:00.968Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35732025-02-01T00:43:00.972ZFeb 01 00:42:59.550 INFO [stamp-switch-asic] process exited with exit status: 0 (9.619874303s)
35742025-02-01T00:43:00.972ZFeb 01 00:42:59.550 INFO [host-stamp] task succeeded (9.672200838s)
35752025-02-01T00:43:00.972ZFeb 01 00:42:59.550 INFO [host-proto] running task
35762025-02-01T00:43:01.439ZFeb 01 00:43:00.007 INFO [host-proto] task succeeded (456.976272ms)
35772025-02-01T00:43:01.439ZFeb 01 00:43:00.007 INFO [host-profile] running task
35782025-02-01T00:43:01.447ZFeb 01 00:43:00.007 INFO [host-profile] task succeeded (322.328µs)
35792025-02-01T00:43:01.447ZFeb 01 00:43:00.008 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.311' -P /tmp/.tmp8Wjkrn/proto/host/root -N 'ci 58ebd65/${os_short_commit} 2025-02-01 00:20' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35802025-02-01T00:43:01.450Z[ host-image] Feb 01 00:43:00.026 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35812025-02-01T00:43:01.450Z[ host-image] Feb 01 00:43:00.026 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35822025-02-01T00:43:01.464Z[ host-image] Feb 01 00:43:00.042 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp8Wjkrn/proto/host/root"
35832025-02-01T00:43:01.467Z[ host-image] Feb 01 00:43:00.042 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35842025-02-01T00:43:01.467Z[ host-image] Feb 01 00:43:00.043 INFO image builder template: ramdisk-01-os...
35852025-02-01T00:43:01.467Z[ host-image] Feb 01 00:43:00.043 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/.tmp8Wjkrn/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.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35862025-02-01T00:43:01.485Z[ host-image] Feb 01 00:43:00.063 INFO O| Feb 01 00:43:00.063 INFO CREATE DATASET: rpool/images/build/host/output
35872025-02-01T00:43:01.821Z[ host-image] Feb 01 00:43:00.398 INFO O| Feb 01 00:43:00.398 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35882025-02-01T00:43:01.825Z[ host-image] Feb 01 00:43:00.403 INFO O| Feb 01 00:43:00.403 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35892025-02-01T00:43:02.081Z[ host-image] Feb 01 00:43:00.658 INFO O| Feb 01 00:43:00.657 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35902025-02-01T00:43:02.128Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35912025-02-01T00:43:02.128Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35922025-02-01T00:43:02.131Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35932025-02-01T00:43:02.131Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35942025-02-01T00:43:02.162Z[ host-image] Feb 01 00:43:00.739 INFO O| Feb 01 00:43:00.739 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35952025-02-01T00:43:02.162Z[ host-image] Feb 01 00:43:00.740 INFO O| Feb 01 00:43:00.740 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35962025-02-01T00:43:02.166Z[ host-image] Feb 01 00:43:00.740 INFO O| Feb 01 00:43:00.740 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35972025-02-01T00:43:02.166Z[ host-image] Feb 01 00:43:00.740 INFO O| Feb 01 00:43:00.740 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35982025-02-01T00:43:02.177Z[ host-image] Feb 01 00:43:00.752 INFO O| Feb 01 00:43:00.752 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35992025-02-01T00:43:02.524Z[ host-image] Feb 01 00:43:01.011 INFO O| Feb 01 00:43:01.011 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36002025-02-01T00:43:02.554Z[ host-image] Feb 01 00:43:01.027 INFO O| Feb 01 00:43:01.027 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36012025-02-01T00:43:02.989Z[ host-image] Feb 01 00:43:01.566 INFO O| Feb 01 00:43:01.566 INFO O| Caching catalogs ... Done
36022025-02-01T00:43:03.132Z[ host-image] Feb 01 00:43:01.709 INFO O| Feb 01 00:43:01.709 INFO STEP 0 (pkg_image_create) COMPLETE
36032025-02-01T00:43:03.132Z[ host-image] Feb 01 00:43:01.709 INFO O| Feb 01 00:43:01.709 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36042025-02-01T00:43:03.136Z[ host-image] Feb 01 00:43:01.709 INFO O| Feb 01 00:43:01.709 INFO skip step because feature "repo_redist" is not enabled
36052025-02-01T00:43:03.136Z[ host-image] Feb 01 00:43:01.709 INFO O| Feb 01 00:43:01.709 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36062025-02-01T00:43:03.151Z[ host-image] Feb 01 00:43:01.728 INFO O| Feb 01 00:43:01.728 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"]
36072025-02-01T00:43:03.834Z[ host-image] Feb 01 00:43:02.405 INFO O| Feb 01 00:43:02.404 INFO STEP 2 (pkg_set_publisher) COMPLETE
36082025-02-01T00:43:03.834Z[ host-image] Feb 01 00:43:02.405 INFO O| Feb 01 00:43:02.404 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36092025-02-01T00:43:03.845Z[ host-image] Feb 01 00:43:02.422 INFO O| Feb 01 00:43:02.422 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"]
36102025-02-01T00:43:04.590Z[ host-image] Feb 01 00:43:03.162 INFO O| Feb 01 00:43:03.162 INFO STEP 3 (pkg_set_publisher) COMPLETE
36112025-02-01T00:43:04.591Z[ host-image] Feb 01 00:43:03.162 INFO O| Feb 01 00:43:03.162 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36122025-02-01T00:43:04.596Z[ host-image] Feb 01 00:43:03.162 INFO O| Feb 01 00:43:03.162 INFO skip step because feature "repo_redist" is not enabled
36132025-02-01T00:43:04.597Z[ host-image] Feb 01 00:43:03.162 INFO O| Feb 01 00:43:03.162 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36142025-02-01T00:43:05.183Z[ host-image] Feb 01 00:43:03.760 INFO O| Feb 01 00:43:03.760 INFO variant opensolaris.zone is already global
36152025-02-01T00:43:05.183Z[ host-image] Feb 01 00:43:03.760 INFO O| Feb 01 00:43:03.760 INFO STEP 5 (pkg_change_variant) COMPLETE
36162025-02-01T00:43:05.183Z[ host-image] Feb 01 00:43:03.760 INFO O| Feb 01 00:43:03.760 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36172025-02-01T00:43:05.484Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36182025-02-01T00:43:05.748Z[ host-image] Feb 01 00:43:04.325 INFO O| Feb 01 00:43:04.325 INFO variant opensolaris.imagetype is full; changing to partial
36192025-02-01T00:43:05.748Z[ host-image] Feb 01 00:43:04.325 INFO O| Feb 01 00:43:04.325 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36202025-02-01T00:43:07.711Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36212025-02-01T00:43:08.199Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36222025-02-01T00:43:13.567Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36232025-02-01T00:43:15.810Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36242025-02-01T00:43:16.858Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36252025-02-01T00:43:20.332Z[ host-image] Feb 01 00:43:16.724 INFO O| Feb 01 00:43:16.724 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36262025-02-01T00:43:20.349Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36272025-02-01T00:43:25.810Z[ host-image] Feb 01 00:43:24.383 INFO O| Feb 01 00:43:24.383 INFO O| Startup: Caching catalogs ... Done
36282025-02-01T00:43:25.885Z[ host-image] Feb 01 00:43:24.458 INFO O| Feb 01 00:43:24.458 INFO O| Planning: Planning completed in 0.00 seconds
36292025-02-01T00:43:25.889Z[ host-image] Feb 01 00:43:24.459 INFO O| Feb 01 00:43:24.459 INFO O| Planning: Consolidating action changes ... Done
36302025-02-01T00:43:25.889Z[ host-image] Feb 01 00:43:24.459 INFO O| Feb 01 00:43:24.459 INFO O| Planning: Evaluating mediators ... Done
36312025-02-01T00:43:25.889Z[ host-image] Feb 01 00:43:24.460 INFO O| Feb 01 00:43:24.460 INFO O| Planning: Planning completed in 0.00 seconds
36322025-02-01T00:43:25.889Z[ host-image] Feb 01 00:43:24.460 INFO O| Feb 01 00:43:24.460 INFO O| Variants/Facets to change: 1
36332025-02-01T00:43:25.905Z[ host-image] Feb 01 00:43:24.477 INFO O| Feb 01 00:43:24.477 INFO O| Done
36342025-02-01T00:43:25.905Z[ host-image] Feb 01 00:43:24.477 INFO O| Feb 01 00:43:24.477 INFO O| Done
36352025-02-01T00:43:26.349Z[ host-image] Feb 01 00:43:24.922 INFO O| Feb 01 00:43:24.921 INFO O| Done
36362025-02-01T00:43:26.397Z[ host-image] Feb 01 00:43:24.970 INFO O| Feb 01 00:43:24.970 INFO O| Done
36372025-02-01T00:43:26.401Z[ host-image] Feb 01 00:43:24.971 INFO O| Feb 01 00:43:24.971 INFO O| Done
36382025-02-01T00:43:26.401Z[ host-image] Feb 01 00:43:24.971 INFO O| Feb 01 00:43:24.971 INFO O| Done
36392025-02-01T00:43:26.401Z[ host-image] Feb 01 00:43:24.972 INFO O| Feb 01 00:43:24.972 INFO O| Done
36402025-02-01T00:43:26.830Z[ host-image] Feb 01 00:43:25.402 INFO O| Feb 01 00:43:25.402 INFO STEP 6 (pkg_change_variant) COMPLETE
36412025-02-01T00:43:26.830Z[ host-image] Feb 01 00:43:25.402 INFO O| Feb 01 00:43:25.402 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36422025-02-01T00:43:26.834Z[ host-image] Feb 01 00:43:25.402 INFO O| Feb 01 00:43:25.402 INFO skip step because feature "debug_variant" is not enabled
36432025-02-01T00:43:26.834Z[ host-image] Feb 01 00:43:25.402 INFO O| Feb 01 00:43:25.402 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442025-02-01T00:43:27.173Z[ host-image] Feb 01 00:43:25.745 INFO O| Feb 01 00:43:25.745 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36452025-02-01T00:43:27.746Z[ host-image] Feb 01 00:43:26.304 INFO O| Feb 01 00:43:26.303 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36462025-02-01T00:43:27.751Z[ host-image] Feb 01 00:43:26.305 INFO O| Feb 01 00:43:26.305 INFO O| Planning: Planning completed in 0.00 seconds
36472025-02-01T00:43:27.752Z[ host-image] Feb 01 00:43:26.306 INFO O| Feb 01 00:43:26.306 INFO O| Planning: Consolidating action changes ... Done
36482025-02-01T00:43:27.752Z[ host-image] Feb 01 00:43:26.307 INFO O| Feb 01 00:43:26.307 INFO O| Planning: Evaluating mediators ... Done
36492025-02-01T00:43:27.752Z[ host-image] Feb 01 00:43:26.307 INFO O| Feb 01 00:43:26.307 INFO O| Planning: Planning completed in 0.00 seconds
36502025-02-01T00:43:27.752Z[ host-image] Feb 01 00:43:26.308 INFO O| Feb 01 00:43:26.308 INFO O| Variants/Facets to change: 1
36512025-02-01T00:43:27.764Z[ host-image] Feb 01 00:43:26.335 INFO O| Feb 01 00:43:26.335 INFO O| Done
36522025-02-01T00:43:27.764Z[ host-image] Feb 01 00:43:26.335 INFO O| Feb 01 00:43:26.335 INFO O| Done
36532025-02-01T00:43:28.476Z[ host-image] Feb 01 00:43:27.048 INFO O| Feb 01 00:43:27.048 INFO O| Done
36542025-02-01T00:43:28.575Z[ host-image] Feb 01 00:43:27.147 INFO O| Feb 01 00:43:27.147 INFO O| Done
36552025-02-01T00:43:28.578Z[ host-image] Feb 01 00:43:27.148 INFO O| Feb 01 00:43:27.148 INFO O| Done
36562025-02-01T00:43:28.578Z[ host-image] Feb 01 00:43:27.148 INFO O| Feb 01 00:43:27.148 INFO O| Done
36572025-02-01T00:43:28.581Z[ host-image] Feb 01 00:43:27.150 INFO O| Feb 01 00:43:27.150 INFO O| Done
36582025-02-01T00:43:28.660Z[ host-image] Feb 01 00:43:27.232 INFO O| Feb 01 00:43:27.232 INFO STEP 8 (pkg_change_facet) COMPLETE
36592025-02-01T00:43:28.660Z[ host-image] Feb 01 00:43:27.232 INFO O| Feb 01 00:43:27.232 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602025-02-01T00:43:28.663Z[ host-image] Feb 01 00:43:27.232 INFO O| Feb 01 00:43:27.232 INFO skip step because feature "recovery" is not enabled
36612025-02-01T00:43:28.663Z[ host-image] Feb 01 00:43:27.232 INFO O| Feb 01 00:43:27.232 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36622025-02-01T00:43:28.663Z[ host-image] Feb 01 00:43:27.232 INFO O| Feb 01 00:43:27.232 INFO skip step because feature "recovery" is not enabled
36632025-02-01T00:43:28.664Z[ host-image] Feb 01 00:43:27.232 INFO O| Feb 01 00:43:27.232 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642025-02-01T00:43:28.679Z[ host-image] Feb 01 00:43:27.250 INFO O| Feb 01 00:43:27.250 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"]
36652025-02-01T00:43:30.114Z[ host-image] Feb 01 00:43:28.685 INFO O| Feb 01 00:43:28.684 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36662025-02-01T00:43:38.191Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.61s
36672025-02-01T00:43:39.323ZFeb 01 00:43:37.893 INFO [recovery-package] process exited with exit status: 0 (48.014838857s)
36682025-02-01T00:43:39.323ZFeb 01 00:43:37.893 INFO [recovery-stamp] running task
36692025-02-01T00:43:39.326ZFeb 01 00:43:37.893 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36702025-02-01T00:43:39.326ZFeb 01 00:43:37.893 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+git58ebd65e4cf
36712025-02-01T00:43:39.344ZFeb 01 00:43:37.915 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git58ebd65e4cf
36722025-02-01T00:43:39.357Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36732025-02-01T00:43:39.362Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36742025-02-01T00:43:39.433Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36752025-02-01T00:43:39.437ZFeb 01 00:43:38.007 INFO [stamp-installinator] process exited with exit status: 0 (92.061068ms)
36762025-02-01T00:43:39.482Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36772025-02-01T00:43:39.485ZFeb 01 00:43:38.055 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (161.831168ms)
36782025-02-01T00:43:39.488ZFeb 01 00:43:38.055 INFO [recovery-stamp] task succeeded (162.251807ms)
36792025-02-01T00:43:39.488ZFeb 01 00:43:38.055 INFO [recovery-proto] running task
36802025-02-01T00:43:39.488ZFeb 01 00:43:38.055 INFO [tuf-stamp] running task
36812025-02-01T00:43:39.488ZFeb 01 00:43:38.056 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+git58ebd65e4cf
36822025-02-01T00:43:39.502ZFeb 01 00:43:38.072 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+git58ebd65e4cf
36832025-02-01T00:43:39.518Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36842025-02-01T00:43:39.521ZFeb 01 00:43:38.089 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+git58ebd65e4cf
36852025-02-01T00:43:39.532Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36862025-02-01T00:43:39.535ZFeb 01 00:43:38.103 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+git58ebd65e4cf
36872025-02-01T00:43:39.544Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36882025-02-01T00:43:39.547ZFeb 01 00:43:38.117 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+git58ebd65e4cf
36892025-02-01T00:43:39.563Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36902025-02-01T00:43:39.566ZFeb 01 00:43:38.133 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+git58ebd65e4cf
36912025-02-01T00:43:39.640ZFeb 01 00:43:38.210 INFO [recovery-proto] task succeeded (154.731064ms)
36922025-02-01T00:43:39.643ZFeb 01 00:43:38.211 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.311' -P /tmp/.tmp8Wjkrn/proto/recovery/root -N 'recovery 58ebd65/${os_short_commit} 2025-02-01 00:20' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36932025-02-01T00:43:39.660Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36942025-02-01T00:43:39.666Z[ recovery-image] Feb 01 00:43:38.236 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36952025-02-01T00:43:39.669Z[ recovery-image] Feb 01 00:43:38.236 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36962025-02-01T00:43:39.669Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36972025-02-01T00:43:39.669ZFeb 01 00:43:38.237 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+git58ebd65e4cf
36982025-02-01T00:43:39.695Z[ recovery-image] Feb 01 00:43:38.252 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp8Wjkrn/proto/recovery/root"
36992025-02-01T00:43:39.698Z[ recovery-image] Feb 01 00:43:38.252 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37002025-02-01T00:43:39.698Z[ recovery-image] Feb 01 00:43:38.252 INFO image builder template: ramdisk-01-os...
37012025-02-01T00:43:39.698Z[ recovery-image] Feb 01 00:43:38.252 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/.tmp8Wjkrn/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.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37022025-02-01T00:43:39.698Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37032025-02-01T00:43:39.698ZFeb 01 00:43:38.266 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+git58ebd65e4cf
37042025-02-01T00:43:39.803Z[ recovery-image] Feb 01 00:43:38.288 INFO O| Feb 01 00:43:38.287 INFO CREATE DATASET: rpool/images/build/recovery/output
37052025-02-01T00:43:39.806Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37062025-02-01T00:43:39.807ZFeb 01 00:43:38.374 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+git58ebd65e4cf
37072025-02-01T00:43:39.858ZFeb 01 00:43:38.428 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+git58ebd65e4cf
37082025-02-01T00:43:39.894ZFeb 01 00:43:38.464 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+git58ebd65e4cf
37092025-02-01T00:43:39.912Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37102025-02-01T00:43:39.919Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37112025-02-01T00:43:39.930ZFeb 01 00:43:38.500 INFO [stamp-probe] process exited with exit status: 0 (397.195413ms)
37122025-02-01T00:43:39.948Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37132025-02-01T00:43:39.962Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37142025-02-01T00:43:39.995Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37152025-02-01T00:43:40.085ZFeb 01 00:43:38.655 INFO [stamp-ntp] process exited with exit status: 0 (583.767871ms)
37162025-02-01T00:43:40.229Z[ recovery-image] Feb 01 00:43:38.799 INFO O| Feb 01 00:43:38.771 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37172025-02-01T00:43:40.229Z[ recovery-image] Feb 01 00:43:38.799 INFO O| Feb 01 00:43:38.778 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37182025-02-01T00:43:40.293Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
37192025-02-01T00:43:40.379Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37202025-02-01T00:43:40.626Z[ recovery-image] Feb 01 00:43:39.196 INFO O| Feb 01 00:43:39.196 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37212025-02-01T00:43:40.711Z[ recovery-image] Feb 01 00:43:39.280 INFO O| Feb 01 00:43:39.280 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37222025-02-01T00:43:40.713Z[ recovery-image] Feb 01 00:43:39.280 INFO O| Feb 01 00:43:39.280 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37232025-02-01T00:43:40.714Z[ recovery-image] Feb 01 00:43:39.281 INFO O| Feb 01 00:43:39.281 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37242025-02-01T00:43:40.714Z[ recovery-image] Feb 01 00:43:39.281 INFO O| Feb 01 00:43:39.281 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37252025-02-01T00:43:40.722Z[ recovery-image] Feb 01 00:43:39.292 INFO O| Feb 01 00:43:39.292 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37262025-02-01T00:43:40.996Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37272025-02-01T00:43:41.034ZFeb 01 00:43:39.604 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.547163573s)
37282025-02-01T00:43:41.181Z[ recovery-image] Feb 01 00:43:39.751 INFO O| Feb 01 00:43:39.751 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37292025-02-01T00:43:41.213Z[ recovery-image] Feb 01 00:43:39.782 INFO O| Feb 01 00:43:39.782 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37302025-02-01T00:43:41.576Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37312025-02-01T00:43:41.593Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37322025-02-01T00:43:41.596ZFeb 01 00:43:40.166 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.928953703s)
37332025-02-01T00:43:41.618ZFeb 01 00:43:40.188 INFO [stamp-internal-dns] process exited with exit status: 0 (1.759697654s)
37342025-02-01T00:43:41.692Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37352025-02-01T00:43:41.736ZFeb 01 00:43:40.305 INFO [stamp-external-dns] process exited with exit status: 0 (2.039080575s)
37362025-02-01T00:43:41.876Z[ recovery-image] Feb 01 00:43:40.446 INFO O| Feb 01 00:43:40.446 INFO O| Caching catalogs ... Done
37372025-02-01T00:43:41.993Z[ recovery-image] Feb 01 00:43:40.563 INFO O| Feb 01 00:43:40.563 INFO STEP 0 (pkg_image_create) COMPLETE
37382025-02-01T00:43:41.993Z[ recovery-image] Feb 01 00:43:40.563 INFO O| Feb 01 00:43:40.563 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37392025-02-01T00:43:41.993Z[ recovery-image] Feb 01 00:43:40.563 INFO O| Feb 01 00:43:40.563 INFO skip step because feature "repo_redist" is not enabled
37402025-02-01T00:43:41.993Z[ recovery-image] Feb 01 00:43:40.563 INFO O| Feb 01 00:43:40.563 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37412025-02-01T00:43:42.010Z[ recovery-image] Feb 01 00:43:40.579 INFO O| Feb 01 00:43:40.579 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"]
37422025-02-01T00:43:42.095Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37432025-02-01T00:43:42.100ZFeb 01 00:43:40.669 INFO [stamp-oximeter] process exited with exit status: 0 (2.205217923s)
37442025-02-01T00:43:42.480Z[ recovery-image] Feb 01 00:43:41.049 INFO O| Feb 01 00:43:41.049 INFO STEP 2 (pkg_set_publisher) COMPLETE
37452025-02-01T00:43:42.480Z[ recovery-image] Feb 01 00:43:41.049 INFO O| Feb 01 00:43:41.049 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37462025-02-01T00:43:42.496Z[ recovery-image] Feb 01 00:43:41.065 INFO O| Feb 01 00:43:41.065 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"]
37472025-02-01T00:43:42.979Z[ recovery-image] Feb 01 00:43:41.548 INFO O| Feb 01 00:43:41.548 INFO STEP 3 (pkg_set_publisher) COMPLETE
37482025-02-01T00:43:42.979Z[ recovery-image] Feb 01 00:43:41.548 INFO O| Feb 01 00:43:41.548 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37492025-02-01T00:43:42.982Z[ recovery-image] Feb 01 00:43:41.548 INFO O| Feb 01 00:43:41.548 INFO skip step because feature "repo_redist" is not enabled
37502025-02-01T00:43:42.982Z[ recovery-image] Feb 01 00:43:41.548 INFO O| Feb 01 00:43:41.548 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37512025-02-01T00:43:43.438Z[ recovery-image] Feb 01 00:43:42.008 INFO O| Feb 01 00:43:42.007 INFO variant opensolaris.zone is already global
37522025-02-01T00:43:43.438Z[ recovery-image] Feb 01 00:43:42.008 INFO O| Feb 01 00:43:42.008 INFO STEP 5 (pkg_change_variant) COMPLETE
37532025-02-01T00:43:43.438Z[ recovery-image] Feb 01 00:43:42.008 INFO O| Feb 01 00:43:42.008 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37542025-02-01T00:43:43.843Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37552025-02-01T00:43:43.848ZFeb 01 00:43:42.417 INFO [stamp-nexus] process exited with exit status: 0 (4.300604676s)
37562025-02-01T00:43:43.905Z[ recovery-image] Feb 01 00:43:42.475 INFO O| Feb 01 00:43:42.474 INFO variant opensolaris.imagetype is full; changing to partial
37572025-02-01T00:43:43.905Z[ recovery-image] Feb 01 00:43:42.475 INFO O| Feb 01 00:43:42.475 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37582025-02-01T00:43:44.568Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37592025-02-01T00:43:44.714Z[verify-libraries] Compiling home v0.5.9
37602025-02-01T00:43:44.734Z[verify-libraries] Compiling cfg_aliases v0.1.1
37612025-02-01T00:43:44.757Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37622025-02-01T00:43:44.757Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37632025-02-01T00:43:44.759Z[verify-libraries] Compiling unicode_categories v0.1.1
37642025-02-01T00:43:44.832Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37652025-02-01T00:43:44.918Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662025-02-01T00:43:45.087Z[verify-libraries] Compiling nix v0.28.0
37672025-02-01T00:43:45.273Z[verify-libraries] Compiling sqlformat v0.2.6
37682025-02-01T00:43:45.357Z[verify-libraries] Compiling polyval v0.6.2
37692025-02-01T00:43:45.387Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37702025-02-01T00:43:45.445ZFeb 01 00:43:44.014 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.881067818s)
37712025-02-01T00:43:45.630Z[verify-libraries] Compiling ctr v0.9.2
37722025-02-01T00:43:46.252Z[verify-libraries] Compiling ghash v0.5.1
37732025-02-01T00:43:46.366Z[verify-libraries] Compiling sqlparser v0.45.0
37742025-02-01T00:43:46.369Z[verify-libraries] Compiling ssh-encoding v0.2.0
37752025-02-01T00:43:46.560Z[verify-libraries] Compiling aes-gcm v0.10.3
37762025-02-01T00:43:46.628Z[verify-libraries] Compiling blowfish v0.9.1
37772025-02-01T00:43:47.112Z[verify-libraries] Compiling ssh-cipher v0.2.0
37782025-02-01T00:43:48.182Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37792025-02-01T00:43:49.310Z[verify-libraries] Compiling password-hash v0.4.2
37802025-02-01T00:43:51.620Z[verify-libraries] Compiling rustyline v14.0.0
37812025-02-01T00:43:52.403Z[verify-libraries] Compiling pbkdf2 v0.11.0
37822025-02-01T00:43:52.982Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37832025-02-01T00:43:52.995ZFeb 01 00:43:51.562 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.473559114s)
37842025-02-01T00:43:53.182Z[verify-libraries] Compiling ssh-key v0.6.6
37852025-02-01T00:43:54.069Z[verify-libraries] Compiling p256 v0.13.2
37862025-02-01T00:43:54.215Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37872025-02-01T00:43:54.237ZFeb 01 00:43:52.804 INFO [stamp-clickhouse] process exited with exit status: 0 (14.429121804s)
37882025-02-01T00:43:54.237ZFeb 01 00:43:52.804 INFO [tuf-stamp] task succeeded (14.748134549s)
37892025-02-01T00:43:55.961Z[verify-libraries] Compiling p521 v0.13.3
37902025-02-01T00:43:57.550Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37912025-02-01T00:43:57.774Z[ recovery-image] Feb 01 00:43:56.340 INFO O| Feb 01 00:43:56.340 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37922025-02-01T00:43:58.128Z[verify-libraries] Compiling md5 v0.7.0
37932025-02-01T00:43:58.781Z[verify-libraries] Compiling russh-keys v0.45.0
37942025-02-01T00:44:00.454Z[verify-libraries] Compiling num-bigint v0.4.6
37952025-02-01T00:44:06.745Z[ recovery-image] Feb 01 00:44:05.309 INFO O| Feb 01 00:44:05.309 INFO O| Startup: Caching catalogs ... Done
37962025-02-01T00:44:06.856Z[ recovery-image] Feb 01 00:44:05.420 INFO O| Feb 01 00:44:05.420 INFO O| Planning: Planning completed in 0.00 seconds
37972025-02-01T00:44:06.859Z[ recovery-image] Feb 01 00:44:05.421 INFO O| Feb 01 00:44:05.421 INFO O| Planning: Consolidating action changes ... Done
37982025-02-01T00:44:06.859Z[ recovery-image] Feb 01 00:44:05.421 INFO O| Feb 01 00:44:05.421 INFO O| Planning: Evaluating mediators ... Done
37992025-02-01T00:44:06.859Z[ recovery-image] Feb 01 00:44:05.422 INFO O| Feb 01 00:44:05.422 INFO O| Planning: Planning completed in 0.00 seconds
38002025-02-01T00:44:06.859Z[ recovery-image] Feb 01 00:44:05.422 INFO O| Feb 01 00:44:05.422 INFO O| Variants/Facets to change: 1
38012025-02-01T00:44:06.948Z[ recovery-image] Feb 01 00:44:05.512 INFO O| Feb 01 00:44:05.512 INFO O| Done
38022025-02-01T00:44:06.948Z[ recovery-image] Feb 01 00:44:05.512 INFO O| Feb 01 00:44:05.512 INFO O| Done
38032025-02-01T00:44:07.896Z[ recovery-image] Feb 01 00:44:06.460 INFO O| Feb 01 00:44:06.460 INFO O| Done
38042025-02-01T00:44:07.972Z[ recovery-image] Feb 01 00:44:06.532 INFO O| Feb 01 00:44:06.532 INFO O| Done
38052025-02-01T00:44:07.975Z[ recovery-image] Feb 01 00:44:06.534 INFO O| Feb 01 00:44:06.534 INFO O| Done
38062025-02-01T00:44:07.975Z[ recovery-image] Feb 01 00:44:06.534 INFO O| Feb 01 00:44:06.534 INFO O| Done
38072025-02-01T00:44:07.975Z[ recovery-image] Feb 01 00:44:06.536 INFO O| Feb 01 00:44:06.536 INFO O| Done
38082025-02-01T00:44:08.648Z[ recovery-image] Feb 01 00:44:07.212 INFO O| Feb 01 00:44:07.212 INFO STEP 6 (pkg_change_variant) COMPLETE
38092025-02-01T00:44:08.648Z[ recovery-image] Feb 01 00:44:07.212 INFO O| Feb 01 00:44:07.212 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38102025-02-01T00:44:08.651Z[ recovery-image] Feb 01 00:44:07.212 INFO O| Feb 01 00:44:07.212 INFO skip step because feature "debug_variant" is not enabled
38112025-02-01T00:44:08.651Z[ recovery-image] Feb 01 00:44:07.212 INFO O| Feb 01 00:44:07.212 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38122025-02-01T00:44:09.377Z[ recovery-image] Feb 01 00:44:07.941 INFO O| Feb 01 00:44:07.940 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38132025-02-01T00:44:10.106Z[verify-libraries] Compiling des v0.8.1
38142025-02-01T00:44:10.375Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38152025-02-01T00:44:10.597Z[ recovery-image] Feb 01 00:44:09.160 INFO O| Feb 01 00:44:09.160 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38162025-02-01T00:44:10.599Z[ recovery-image] Feb 01 00:44:09.162 INFO O| Feb 01 00:44:09.162 INFO O| Planning: Planning completed in 0.00 seconds
38172025-02-01T00:44:10.600Z[ recovery-image] Feb 01 00:44:09.163 INFO O| Feb 01 00:44:09.163 INFO O| Planning: Consolidating action changes ... Done
38182025-02-01T00:44:10.600Z[ recovery-image] Feb 01 00:44:09.163 INFO O| Feb 01 00:44:09.163 INFO O| Planning: Evaluating mediators ... Done
38192025-02-01T00:44:10.602Z[ recovery-image] Feb 01 00:44:09.164 INFO O| Feb 01 00:44:09.164 INFO O| Planning: Planning completed in 0.00 seconds
38202025-02-01T00:44:10.602Z[ recovery-image] Feb 01 00:44:09.164 INFO O| Feb 01 00:44:09.164 INFO O| Variants/Facets to change: 1
38212025-02-01T00:44:10.687Z[ recovery-image] Feb 01 00:44:09.251 INFO O| Feb 01 00:44:09.251 INFO O| Done
38222025-02-01T00:44:10.687Z[ recovery-image] Feb 01 00:44:09.251 INFO O| Feb 01 00:44:09.251 INFO O| Done
38232025-02-01T00:44:10.721Z[verify-libraries] Compiling hex-literal v0.4.1
38242025-02-01T00:44:11.163Z[verify-libraries] Compiling russh v0.45.0
38252025-02-01T00:44:11.560Z[ recovery-image] Feb 01 00:44:10.123 INFO O| Feb 01 00:44:10.123 INFO O| Done
38262025-02-01T00:44:11.642Z[ recovery-image] Feb 01 00:44:10.205 INFO O| Feb 01 00:44:10.205 INFO O| Done
38272025-02-01T00:44:11.645Z[ recovery-image] Feb 01 00:44:10.206 INFO O| Feb 01 00:44:10.206 INFO O| Done
38282025-02-01T00:44:11.645Z[ recovery-image] Feb 01 00:44:10.207 INFO O| Feb 01 00:44:10.206 INFO O| Done
38292025-02-01T00:44:11.645Z[ recovery-image] Feb 01 00:44:10.208 INFO O| Feb 01 00:44:10.208 INFO O| Done
38302025-02-01T00:44:11.654Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38312025-02-01T00:44:11.779Z[ recovery-image] Feb 01 00:44:10.342 INFO O| Feb 01 00:44:10.342 INFO STEP 8 (pkg_change_facet) COMPLETE
38322025-02-01T00:44:11.782Z[ recovery-image] Feb 01 00:44:10.343 INFO O| Feb 01 00:44:10.342 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38332025-02-01T00:44:12.440Z[ recovery-image] Feb 01 00:44:11.003 INFO O| Feb 01 00:44:11.003 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38342025-02-01T00:44:13.676Z[ recovery-image] Feb 01 00:44:12.239 INFO O| Feb 01 00:44:12.239 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38352025-02-01T00:44:13.679Z[ recovery-image] Feb 01 00:44:12.241 INFO O| Feb 01 00:44:12.241 INFO O| Planning: Planning completed in 0.00 seconds
38362025-02-01T00:44:13.679Z[ recovery-image] Feb 01 00:44:12.242 INFO O| Feb 01 00:44:12.242 INFO O| Planning: Consolidating action changes ... Done
38372025-02-01T00:44:13.679Z[ recovery-image] Feb 01 00:44:12.242 INFO O| Feb 01 00:44:12.242 INFO O| Planning: Evaluating mediators ... Done
38382025-02-01T00:44:13.682Z[ recovery-image] Feb 01 00:44:12.242 INFO O| Feb 01 00:44:12.242 INFO O| Planning: Planning completed in 0.00 seconds
38392025-02-01T00:44:13.682Z[ recovery-image] Feb 01 00:44:12.243 INFO O| Feb 01 00:44:12.243 INFO O| Variants/Facets to change: 1
38402025-02-01T00:44:13.774Z[ recovery-image] Feb 01 00:44:12.337 INFO O| Feb 01 00:44:12.337 INFO O| Done
38412025-02-01T00:44:13.775Z[ recovery-image] Feb 01 00:44:12.337 INFO O| Feb 01 00:44:12.337 INFO O| Done
38422025-02-01T00:44:14.733Z[ recovery-image] Feb 01 00:44:13.296 INFO O| Feb 01 00:44:13.296 INFO O| Done
38432025-02-01T00:44:14.832Z[ recovery-image] Feb 01 00:44:13.395 INFO O| Feb 01 00:44:13.395 INFO O| Done
38442025-02-01T00:44:14.836Z[ recovery-image] Feb 01 00:44:13.396 INFO O| Feb 01 00:44:13.396 INFO O| Done
38452025-02-01T00:44:14.836Z[ recovery-image] Feb 01 00:44:13.396 INFO O| Feb 01 00:44:13.396 INFO O| Done
38462025-02-01T00:44:14.838Z[ recovery-image] Feb 01 00:44:13.398 INFO O| Feb 01 00:44:13.398 INFO O| Done
38472025-02-01T00:44:14.930Z[ recovery-image] Feb 01 00:44:13.493 INFO O| Feb 01 00:44:13.493 INFO STEP 9 (pkg_change_facet) COMPLETE
38482025-02-01T00:44:14.930Z[ recovery-image] Feb 01 00:44:13.493 INFO O| Feb 01 00:44:13.493 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38492025-02-01T00:44:15.405Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38502025-02-01T00:44:15.605Z[ recovery-image] Feb 01 00:44:14.167 INFO O| Feb 01 00:44:14.167 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38512025-02-01T00:44:16.672Z[ recovery-image] Feb 01 00:44:15.234 INFO O| Feb 01 00:44:15.234 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38522025-02-01T00:44:16.675Z[ recovery-image] Feb 01 00:44:15.236 INFO O| Feb 01 00:44:15.236 INFO O| Planning: Planning completed in 0.00 seconds
38532025-02-01T00:44:16.675Z[ recovery-image] Feb 01 00:44:15.237 INFO O| Feb 01 00:44:15.237 INFO O| Planning: Consolidating action changes ... Done
38542025-02-01T00:44:16.678Z[ recovery-image] Feb 01 00:44:15.238 INFO O| Feb 01 00:44:15.238 INFO O| Planning: Evaluating mediators ... Done
38552025-02-01T00:44:16.678Z[ recovery-image] Feb 01 00:44:15.238 INFO O| Feb 01 00:44:15.238 INFO O| Planning: Planning completed in 0.00 seconds
38562025-02-01T00:44:16.678Z[ recovery-image] Feb 01 00:44:15.239 INFO O| Feb 01 00:44:15.239 INFO O| Variants/Facets to change: 1
38572025-02-01T00:44:16.773Z[ recovery-image] Feb 01 00:44:15.335 INFO O| Feb 01 00:44:15.334 INFO O| Done
38582025-02-01T00:44:16.773Z[ recovery-image] Feb 01 00:44:15.335 INFO O| Feb 01 00:44:15.335 INFO O| Done
38592025-02-01T00:44:17.584Z[ recovery-image] Feb 01 00:44:16.145 INFO O| Feb 01 00:44:16.145 INFO O| Done
38602025-02-01T00:44:17.699Z[ recovery-image] Feb 01 00:44:16.260 INFO O| Feb 01 00:44:16.260 INFO O| Done
38612025-02-01T00:44:17.701Z[ recovery-image] Feb 01 00:44:16.261 INFO O| Feb 01 00:44:16.261 INFO O| Done
38622025-02-01T00:44:17.701Z[ recovery-image] Feb 01 00:44:16.262 INFO O| Feb 01 00:44:16.261 INFO O| Done
38632025-02-01T00:44:17.704Z[ recovery-image] Feb 01 00:44:16.264 INFO O| Feb 01 00:44:16.264 INFO O| Done
38642025-02-01T00:44:17.824Z[ recovery-image] Feb 01 00:44:16.385 INFO O| Feb 01 00:44:16.385 INFO STEP 10 (pkg_change_facet) COMPLETE
38652025-02-01T00:44:17.827Z[ recovery-image] Feb 01 00:44:16.385 INFO O| Feb 01 00:44:16.385 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38662025-02-01T00:44:17.845Z[ recovery-image] Feb 01 00:44:16.406 INFO O| Feb 01 00:44:16.405 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"]
38672025-02-01T00:44:18.891Z[ recovery-image] Feb 01 00:44:17.453 INFO O| Feb 01 00:44:17.453 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38682025-02-01T00:44:22.280Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38692025-02-01T00:44:24.283Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38702025-02-01T00:44:28.278Z[verify-libraries] Compiling petname v2.0.2
38712025-02-01T00:44:29.659Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38722025-02-01T00:44:30.368Z[verify-libraries] Compiling internet-checksum v0.2.1
38732025-02-01T00:44:30.822Z[ host-image] Feb 01 00:44:29.381 INFO O| Feb 01 00:44:29.381 INFO O| Planning: Solver setup ... Done
38742025-02-01T00:44:31.638Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38752025-02-01T00:44:39.127Z[verify-libraries] Compiling heck v0.4.1
38762025-02-01T00:44:40.606Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38772025-02-01T00:44:57.837Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38782025-02-01T00:45:04.876Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38792025-02-01T00:45:08.747Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38802025-02-01T00:45:13.002Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38812025-02-01T00:45:17.321Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38822025-02-01T00:45:18.663Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38832025-02-01T00:45:20.808Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38842025-02-01T00:45:25.411Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38852025-02-01T00:45:28.022Z[ recovery-image] Feb 01 00:45:26.569 INFO O| Feb 01 00:45:26.568 INFO O| Planning: Solver setup ... Done
38862025-02-01T00:45:56.727Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38872025-02-01T00:45:58.574Z[ host-image] Feb 01 00:45:56.997 INFO O| Feb 01 00:45:56.997 INFO O| Planning: Running solver ... Done
38882025-02-01T00:45:59.225Z[ host-image] Feb 01 00:45:57.765 INFO O| Feb 01 00:45:57.765 INFO O| Planning: Finding local manifests ... Done
38892025-02-01T00:45:59.257Z[ host-image] Feb 01 00:45:57.797 INFO O| Feb 01 00:45:57.797 INFO O| Planning: Fetching manifests: 0/124 0% complete
38902025-02-01T00:46:06.046Z[ host-image] Feb 01 00:46:04.585 INFO O| Feb 01 00:46:04.584 INFO O| Planning: Fetching manifests: 124/124 100% complete
38912025-02-01T00:46:06.281Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38922025-02-01T00:46:07.549Z[ host-image] Feb 01 00:46:06.087 INFO O| Feb 01 00:46:06.087 INFO O| Planning: Package planning ... Done
38932025-02-01T00:46:08.284Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38942025-02-01T00:46:08.841Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38952025-02-01T00:46:09.171Z[ host-image] Feb 01 00:46:07.709 INFO O| Feb 01 00:46:07.709 INFO O| Planning: Merging actions ... Done
38962025-02-01T00:46:09.495Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38972025-02-01T00:46:09.706Z[ host-image] Feb 01 00:46:08.244 INFO O| Feb 01 00:46:08.244 INFO O| Planning: Checking for conflicting actions ... Done
38982025-02-01T00:46:09.979Z[ host-image] Feb 01 00:46:08.518 INFO O| Feb 01 00:46:08.517 INFO O| Planning: Consolidating action changes ... Done
38992025-02-01T00:46:10.015Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39002025-02-01T00:46:10.462Z[ host-image] Feb 01 00:46:08.999 INFO O| Feb 01 00:46:08.999 INFO O| Planning: Evaluating mediators ... Done
39012025-02-01T00:46:10.549Z[verify-libraries] Compiling sync-ptr v0.1.1
39022025-02-01T00:46:10.958Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39032025-02-01T00:46:16.892Z[ host-image] Feb 01 00:46:15.429 INFO O| Feb 01 00:46:15.429 INFO O| Planning: Planning completed in 166.74 seconds
39042025-02-01T00:46:16.898Z[ host-image] Feb 01 00:46:15.435 INFO O| Feb 01 00:46:15.435 INFO O| Packages to install: 124
39052025-02-01T00:46:16.898Z[ host-image] Feb 01 00:46:15.435 INFO O| Feb 01 00:46:15.435 INFO O| Mediators to change: 4
39062025-02-01T00:46:16.901Z[ host-image] Feb 01 00:46:15.435 INFO O| Feb 01 00:46:15.435 INFO O| Services to change: 6
39072025-02-01T00:46:17.018Z[ host-image] Feb 01 00:46:15.555 INFO O| Feb 01 00:46:15.555 INFO O| Download: 0/22791 items 0.0/199.7MB 0% complete
39082025-02-01T00:46:19.405Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39092025-02-01T00:46:22.034Z[ host-image] Feb 01 00:46:20.570 INFO O| Feb 01 00:46:20.570 INFO O| Download: 894/22791 items 4.8/199.7MB 2% complete (1001k/s)
39102025-02-01T00:46:22.439Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39112025-02-01T00:46:24.799Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39122025-02-01T00:46:27.088Z[ host-image] Feb 01 00:46:25.623 INFO O| Feb 01 00:46:25.623 INFO O| Download: 1585/22791 items 9.6/199.7MB 4% complete (1004k/s)
39132025-02-01T00:46:27.524Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39142025-02-01T00:46:32.448Z[ host-image] Feb 01 00:46:30.981 INFO O| Feb 01 00:46:30.981 INFO O| Download: 1639/22791 items 10.8/199.7MB 5% complete (676k/s)
39152025-02-01T00:46:37.458Z[ host-image] Feb 01 00:46:35.990 INFO O| Feb 01 00:46:35.990 INFO O| Download: 1769/22791 items 11.9/199.7MB 5% complete (225k/s)
39162025-02-01T00:46:42.474Z[ host-image] Feb 01 00:46:41.005 INFO O| Feb 01 00:46:41.005 INFO O| Download: 2035/22791 items 22.8/199.7MB 11% complete (1.2M/s)
39172025-02-01T00:46:45.192Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39182025-02-01T00:46:47.555Z[ host-image] Feb 01 00:46:46.085 INFO O| Feb 01 00:46:46.085 INFO O| Download: 2092/22791 items 23.3/199.7MB 11% complete (1.3M/s)
39192025-02-01T00:46:49.860Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39202025-02-01T00:46:51.889Z[ recovery-image] Feb 01 00:46:50.417 INFO O| Feb 01 00:46:50.417 INFO O| Planning: Running solver ... Done
39212025-02-01T00:46:52.458Z[ recovery-image] Feb 01 00:46:50.987 INFO O| Feb 01 00:46:50.987 INFO O| Planning: Finding local manifests ... Done
39222025-02-01T00:46:52.474Z[ recovery-image] Feb 01 00:46:51.004 INFO O| Feb 01 00:46:51.003 INFO O| Planning: Fetching manifests: 0/124 0% complete
39232025-02-01T00:46:53.950Z[ host-image] Feb 01 00:46:52.479 INFO O| Feb 01 00:46:52.479 INFO O| Download: 2094/22791 items 23.5/199.7MB 11% complete (1.3M/s)
39242025-02-01T00:46:57.393Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39252025-02-01T00:46:57.445Z[ recovery-image] Feb 01 00:46:55.973 INFO O| Feb 01 00:46:55.973 INFO O| Planning: Fetching manifests: 124/124 100% complete
39262025-02-01T00:46:58.420Z[ recovery-image] Feb 01 00:46:56.948 INFO O| Feb 01 00:46:56.948 INFO O| Planning: Package planning ... Done
39272025-02-01T00:46:59.147Z[ host-image] Feb 01 00:46:57.674 INFO O| Feb 01 00:46:57.674 INFO O| Download: 2451/22791 items 28.2/199.7MB 14% complete (1.0M/s)
39282025-02-01T00:46:59.439Z[ recovery-image] Feb 01 00:46:57.967 INFO O| Feb 01 00:46:57.967 INFO O| Planning: Merging actions ... Done
39292025-02-01T00:46:59.670Z[ recovery-image] Feb 01 00:46:58.197 INFO O| Feb 01 00:46:58.197 INFO O| Planning: Checking for conflicting actions ... Done
39302025-02-01T00:46:59.805Z[ recovery-image] Feb 01 00:46:58.332 INFO O| Feb 01 00:46:58.332 INFO O| Planning: Consolidating action changes ... Done
39312025-02-01T00:47:00.135Z[ recovery-image] Feb 01 00:46:58.662 INFO O| Feb 01 00:46:58.662 INFO O| Planning: Evaluating mediators ... Done
39322025-02-01T00:47:04.160Z[ host-image] Feb 01 00:47:02.686 INFO O| Feb 01 00:47:02.686 INFO O| Download: 3129/22791 items 34.0/199.7MB 17% complete (1.1M/s)
39332025-02-01T00:47:05.067Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39342025-02-01T00:47:05.691Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39352025-02-01T00:47:05.980Z[verify-libraries] Compiling termios v0.3.3
39362025-02-01T00:47:06.396Z[ recovery-image] Feb 01 00:47:04.922 INFO O| Feb 01 00:47:04.922 INFO O| Planning: Planning completed in 167.47 seconds
39372025-02-01T00:47:06.439Z[ recovery-image] Feb 01 00:47:04.965 INFO O| Feb 01 00:47:04.965 INFO O| Packages to install: 124
39382025-02-01T00:47:06.442Z[ recovery-image] Feb 01 00:47:04.965 INFO O| Feb 01 00:47:04.965 INFO O| Mediators to change: 4
39392025-02-01T00:47:06.442Z[ recovery-image] Feb 01 00:47:04.965 INFO O| Feb 01 00:47:04.965 INFO O| Services to change: 5
39402025-02-01T00:47:06.521Z[ recovery-image] Feb 01 00:47:05.047 INFO O| Feb 01 00:47:05.047 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
39412025-02-01T00:47:06.571Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39422025-02-01T00:47:09.177Z[ host-image] Feb 01 00:47:07.702 INFO O| Feb 01 00:47:07.702 INFO O| Download: 3830/22791 items 39.4/199.7MB 19% complete (1.2M/s)
39432025-02-01T00:47:11.559Z[ recovery-image] Feb 01 00:47:10.084 INFO O| Feb 01 00:47:10.084 INFO O| Download: 660/15862 items 5.3/176.4MB 3% complete (1.1M/s)
39442025-02-01T00:47:14.183Z[ host-image] Feb 01 00:47:12.707 INFO O| Feb 01 00:47:12.707 INFO O| Download: 4605/22791 items 42.9/199.7MB 21% complete (908k/s)
39452025-02-01T00:47:19.037Z[ recovery-image] Feb 01 00:47:17.561 INFO O| Feb 01 00:47:17.561 INFO O| Download: 1007/15862 items 7.9/176.4MB 4% complete (1.2M/s)
39462025-02-01T00:47:19.218Z[ host-image] Feb 01 00:47:17.742 INFO O| Feb 01 00:47:17.742 INFO O| Download: 5717/22791 items 46.3/199.7MB 23% complete (699k/s)
39472025-02-01T00:47:24.207Z[ recovery-image] Feb 01 00:47:22.729 INFO O| Feb 01 00:47:22.729 INFO O| Download: 1092/15862 items 9.2/176.4MB 5% complete (486k/s)
39482025-02-01T00:47:24.241Z[ host-image] Feb 01 00:47:22.763 INFO O| Feb 01 00:47:22.763 INFO O| Download: 6641/22791 items 46.8/199.7MB 23% complete (406k/s)
39492025-02-01T00:47:29.297Z[ host-image] Feb 01 00:47:27.818 INFO O| Feb 01 00:47:27.818 INFO O| Download: 6973/22791 items 50.4/199.7MB 25% complete (406k/s)
39502025-02-01T00:47:29.348Z[ recovery-image] Feb 01 00:47:27.870 INFO O| Feb 01 00:47:27.869 INFO O| Download: 1497/15862 items 21.6/176.4MB 12% complete (1.4M/s)
39512025-02-01T00:47:30.367Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39522025-02-01T00:47:34.306Z[ host-image] Feb 01 00:47:32.827 INFO O| Feb 01 00:47:32.827 INFO O| Download: 7602/22791 items 58.4/199.7MB 29% complete (1.2M/s)
39532025-02-01T00:47:34.479Z[ recovery-image] Feb 01 00:47:32.999 INFO O| Feb 01 00:47:32.999 INFO O| Download: 1571/15862 items 23.0/176.4MB 13% complete (1.4M/s)
39542025-02-01T00:47:39.488Z[ recovery-image] Feb 01 00:47:38.007 INFO O| Feb 01 00:47:38.007 INFO O| Download: 1766/15862 items 28.2/176.4MB 15% complete (644k/s)
39552025-02-01T00:47:40.047Z[ host-image] Feb 01 00:47:38.566 INFO O| Feb 01 00:47:38.566 INFO O| Download: 8143/22791 items 60.9/199.7MB 30% complete (1.0M/s)
39562025-02-01T00:47:44.662Z[ recovery-image] Feb 01 00:47:43.181 INFO O| Feb 01 00:47:43.180 INFO O| Download: 2730/15862 items 34.2/176.4MB 19% complete (1.1M/s)
39572025-02-01T00:47:44.933Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39582025-02-01T00:47:45.098Z[ host-image] Feb 01 00:47:43.616 INFO O| Feb 01 00:47:43.616 INFO O| Download: 8365/22791 items 69.1/199.7MB 34% complete (1002k/s)
39592025-02-01T00:47:49.675Z[ recovery-image] Feb 01 00:47:48.192 INFO O| Feb 01 00:47:48.192 INFO O| Download: 3558/15862 items 38.6/176.4MB 21% complete (1.0M/s)
39602025-02-01T00:47:50.119Z[ host-image] Feb 01 00:47:48.636 INFO O| Feb 01 00:47:48.636 INFO O| Download: 9143/22791 items 75.2/199.7MB 37% complete (1.4M/s)
39612025-02-01T00:47:55.132Z[ host-image] Feb 01 00:47:53.648 INFO O| Feb 01 00:47:53.647 INFO O| Download: 10003/22791 items 83.7/199.7MB 41% complete (1.5M/s)
39622025-02-01T00:48:00.142Z[ host-image] Feb 01 00:47:58.657 INFO O| Feb 01 00:47:58.657 INFO O| Download: 10803/22791 items 89.8/199.7MB 44% complete (1.5M/s)
39632025-02-01T00:48:02.236Z[ recovery-image] Feb 01 00:48:00.750 INFO O| Feb 01 00:48:00.750 INFO O| Download: 3610/15862 items 39.1/176.4MB 22% complete
39642025-02-01T00:48:06.136Z[ host-image] Feb 01 00:48:04.648 INFO O| Feb 01 00:48:04.648 INFO O| Download: 11096/22791 items 92.1/199.7MB 46% complete (856k/s)
39652025-02-01T00:48:07.311Z[ recovery-image] Feb 01 00:48:05.824 INFO O| Feb 01 00:48:05.824 INFO O| Download: 3760/15862 items 41.9/176.4MB 23% complete (615k/s)
39662025-02-01T00:48:11.165Z[ host-image] Feb 01 00:48:09.677 INFO O| Feb 01 00:48:09.677 INFO O| Download: 11289/22791 items 95.5/199.7MB 47% complete (548k/s)
39672025-02-01T00:48:12.477Z[ recovery-image] Feb 01 00:48:10.989 INFO O| Feb 01 00:48:10.989 INFO O| Download: 4774/15862 items 43.0/176.4MB 24% complete (400k/s)
39682025-02-01T00:48:16.419Z[ host-image] Feb 01 00:48:14.930 INFO O| Feb 01 00:48:14.930 INFO O| Download: 11970/22791 items 97.8/199.7MB 48% complete (549k/s)
39692025-02-01T00:48:17.532Z[ recovery-image] Feb 01 00:48:16.043 INFO O| Feb 01 00:48:16.043 INFO O| Download: 5229/15862 items 43.3/176.4MB 24% complete (99.7k/s)
39702025-02-01T00:48:23.698Z[ host-image] Feb 01 00:48:22.207 INFO O| Feb 01 00:48:22.207 INFO O| Download: 12018/22791 items 100.4/199.7MB 50% complete (575k/s)
39712025-02-01T00:48:23.701Z[ recovery-image] Feb 01 00:48:22.210 INFO O| Feb 01 00:48:22.210 INFO O| Download: 5655/15862 items 44.5/176.4MB 25% complete (127k/s)
39722025-02-01T00:48:28.710Z[ host-image] Feb 01 00:48:27.219 INFO O| Feb 01 00:48:27.219 INFO O| Download: 12479/22791 items 109.6/199.7MB 54% complete (978k/s)
39732025-02-01T00:48:31.730Z[ recovery-image] Feb 01 00:48:30.238 INFO O| Feb 01 00:48:30.238 INFO O| Download: 5664/15862 items 44.5/176.4MB 25% complete (129k/s)
39742025-02-01T00:48:33.712Z[ host-image] Feb 01 00:48:32.219 INFO O| Feb 01 00:48:32.219 INFO O| Download: 13250/22791 items 110.0/199.7MB 55% complete (989k/s)
39752025-02-01T00:48:38.720Z[ host-image] Feb 01 00:48:37.226 INFO O| Feb 01 00:48:37.226 INFO O| Download: 14197/22791 items 110.7/199.7MB 55% complete (109k/s)
39762025-02-01T00:48:43.728Z[ host-image] Feb 01 00:48:42.233 INFO O| Feb 01 00:48:42.233 INFO O| Download: 14696/22791 items 118.5/199.7MB 59% complete (859k/s)
39772025-02-01T00:48:44.810Z[ recovery-image] Feb 01 00:48:43.315 INFO O| Feb 01 00:48:43.315 INFO O| Download: 5678/15862 items 45.0/176.4MB 25% complete (23.5k/s)
39782025-02-01T00:48:48.933Z[ host-image] Feb 01 00:48:47.438 INFO O| Feb 01 00:48:47.437 INFO O| Download: 15548/22791 items 123.3/199.7MB 61% complete (1.3M/s)
39792025-02-01T00:48:49.865Z[ recovery-image] Feb 01 00:48:48.369 INFO O| Feb 01 00:48:48.369 INFO O| Download: 5914/15862 items 53.0/176.4MB 30% complete (1.8M/s)
39802025-02-01T00:48:54.154Z[ host-image] Feb 01 00:48:52.658 INFO O| Feb 01 00:48:52.657 INFO O| Download: 15850/22791 items 130.3/199.7MB 65% complete (1.1M/s)
39812025-02-01T00:48:55.394Z[ recovery-image] Feb 01 00:48:53.897 INFO O| Feb 01 00:48:53.897 INFO O| Download: 6106/15862 items 56.7/176.4MB 32% complete (1.2M/s)
39822025-02-01T00:48:59.348Z[ host-image] Feb 01 00:48:57.850 INFO O| Feb 01 00:48:57.850 INFO O| Download: 16886/22791 items 135.7/199.7MB 67% complete (1.3M/s)
39832025-02-01T00:49:00.406Z[ recovery-image] Feb 01 00:48:58.908 INFO O| Feb 01 00:48:58.908 INFO O| Download: 6396/15862 items 63.2/176.4MB 35% complete (987k/s)
39842025-02-01T00:49:04.365Z[ host-image] Feb 01 00:49:02.866 INFO O| Feb 01 00:49:02.866 INFO O| Download: 17487/22791 items 148.4/199.7MB 74% complete (1.8M/s)
39852025-02-01T00:49:05.413Z[ recovery-image] Feb 01 00:49:03.914 INFO O| Feb 01 00:49:03.914 INFO O| Download: 7025/15862 items 71.6/176.4MB 40% complete (1.4M/s)
39862025-02-01T00:49:09.471Z[ host-image] Feb 01 00:49:07.971 INFO O| Feb 01 00:49:07.971 INFO O| Download: 17964/22791 items 161.8/199.7MB 81% complete (2.5M/s)
39872025-02-01T00:49:10.861Z[ recovery-image] Feb 01 00:49:09.361 INFO O| Feb 01 00:49:09.361 INFO O| Download: 7625/15862 items 73.7/176.4MB 41% complete (1.1M/s)
39882025-02-01T00:49:14.477Z[ host-image] Feb 01 00:49:12.976 INFO O| Feb 01 00:49:12.976 INFO O| Download: 18982/22791 items 165.5/199.7MB 82% complete (1.8M/s)
39892025-02-01T00:49:19.623Z[ host-image] Feb 01 00:49:18.120 INFO O| Feb 01 00:49:18.120 INFO O| Download: 19549/22791 items 169.0/199.7MB 84% complete (804k/s)
39902025-02-01T00:49:24.625Z[ host-image] Feb 01 00:49:23.122 INFO O| Feb 01 00:49:23.122 INFO O| Download: 20094/22791 items 170.7/199.7MB 85% complete (541k/s)
39912025-02-01T00:49:32.007Z[ host-image] Feb 01 00:49:30.503 INFO O| Feb 01 00:49:30.503 INFO O| Download: 20641/22791 items 172.5/199.7MB 86% complete (475k/s)
39922025-02-01T00:49:34.883Z[ recovery-image] Feb 01 00:49:33.378 INFO O| Feb 01 00:49:33.378 INFO O| Download: 7628/15862 items 73.7/176.4MB 41% complete
39932025-02-01T00:49:37.008Z[ host-image] Feb 01 00:49:35.503 INFO O| Feb 01 00:49:35.503 INFO O| Download: 20976/22791 items 179.0/199.7MB 89% complete (686k/s)
39942025-02-01T00:49:41.216Z[ recovery-image] Feb 01 00:49:39.709 INFO O| Feb 01 00:49:39.709 INFO O| Download: 7901/15862 items 76.5/176.4MB 43% complete (641k/s)
39952025-02-01T00:49:42.013Z[ host-image] Feb 01 00:49:40.506 INFO O| Feb 01 00:49:40.506 INFO O| Download: 21342/22791 items 180.3/199.7MB 90% complete (796k/s)
39962025-02-01T00:49:45.776Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39972025-02-01T00:49:46.226Z[ recovery-image] Feb 01 00:49:44.718 INFO O| Feb 01 00:49:44.718 INFO O| Download: 8601/15862 items 79.9/176.4MB 45% complete (544k/s)
39982025-02-01T00:49:47.200Z[ host-image] Feb 01 00:49:45.692 INFO O| Feb 01 00:49:45.692 INFO O| Download: 21955/22791 items 191.6/199.7MB 95% complete (1.3M/s)
39992025-02-01T00:49:51.259Z[ recovery-image] Feb 01 00:49:49.750 INFO O| Feb 01 00:49:49.750 INFO O| Download: 8828/15862 items 91.8/176.4MB 52% complete (1.5M/s)
40002025-02-01T00:49:52.201Z[ host-image] Feb 01 00:49:50.692 INFO O| Feb 01 00:49:50.692 INFO O| Download: 22047/22791 items 192.6/199.7MB 96% complete (1.3M/s)
40012025-02-01T00:49:56.270Z[ recovery-image] Feb 01 00:49:54.760 INFO O| Feb 01 00:49:54.760 INFO O| Download: 9509/15862 items 93.0/176.4MB 52% complete (1.3M/s)
40022025-02-01T00:49:57.411Z[ host-image] Feb 01 00:49:55.901 INFO O| Feb 01 00:49:55.900 INFO O| Download: 22261/22791 items 197.9/199.7MB 99% complete (1.1M/s)
40032025-02-01T00:50:01.673Z[ recovery-image] Feb 01 00:50:00.162 INFO O| Feb 01 00:50:00.162 INFO O| Download: 9960/15862 items 93.2/176.4MB 52% complete (285k/s)
40042025-02-01T00:50:02.480Z[ host-image] Feb 01 00:50:00.969 INFO O| Feb 01 00:50:00.969 INFO O| Download: 22790/22791 items 199.7/199.7MB 100% complete (796k/s)
40052025-02-01T00:50:02.635Z[ host-image] Feb 01 00:50:01.123 INFO O| Feb 01 00:50:01.123 INFO O| Download: Completed 199.70 MB in 225.57 seconds (904k/s)
40062025-02-01T00:50:04.660Z[ host-image] Feb 01 00:50:03.149 INFO O| Feb 01 00:50:03.149 INFO O| Actions: 1/49490 actions (Installing new actions)
40072025-02-01T00:50:06.690Z[ recovery-image] Feb 01 00:50:05.178 INFO O| Feb 01 00:50:05.178 INFO O| Download: 10579/15862 items 93.5/176.4MB 53% complete (53.2k/s)
40082025-02-01T00:50:09.680Z[ host-image] Feb 01 00:50:08.167 INFO O| Feb 01 00:50:08.167 INFO O| Actions: 9077/49490 actions (Installing new actions)
40092025-02-01T00:50:11.973Z[ recovery-image] Feb 01 00:50:10.460 INFO O| Feb 01 00:50:10.460 INFO O| Download: 11044/15862 items 95.3/176.4MB 54% complete (202k/s)
40102025-02-01T00:50:12.179Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40112025-02-01T00:50:14.681Z[ host-image] Feb 01 00:50:13.167 INFO O| Feb 01 00:50:13.167 INFO O| Actions: 14926/49490 actions (Installing new actions)
40122025-02-01T00:50:16.977Z[ recovery-image] Feb 01 00:50:15.463 INFO O| Feb 01 00:50:15.462 INFO O| Download: 11426/15862 items 107.3/176.4MB 60% complete (1.4M/s)
40132025-02-01T00:50:19.682Z[ host-image] Feb 01 00:50:18.168 INFO O| Feb 01 00:50:18.168 INFO O| Actions: 21031/49490 actions (Installing new actions)
40142025-02-01T00:50:22.370Z[ recovery-image] Feb 01 00:50:20.855 INFO O| Feb 01 00:50:20.854 INFO O| Download: 11926/15862 items 128.4/176.4MB 72% complete (3.4M/s)
40152025-02-01T00:50:24.684Z[ host-image] Feb 01 00:50:23.168 INFO O| Feb 01 00:50:23.168 INFO O| Actions: 34160/49490 actions (Installing new actions)
40162025-02-01T00:50:27.382Z[ recovery-image] Feb 01 00:50:25.865 INFO O| Feb 01 00:50:25.865 INFO O| Download: 12472/15862 items 141.6/176.4MB 80% complete (3.2M/s)
40172025-02-01T00:50:28.927Z[ host-image] Feb 01 00:50:27.410 INFO O| Feb 01 00:50:27.410 INFO O| Actions: Completed 49490 actions in 24.25 seconds.
40182025-02-01T00:50:29.585Z[ host-image] Feb 01 00:50:28.068 INFO O| Feb 01 00:50:28.068 INFO O| Done
40192025-02-01T00:50:29.585Z[ host-image] Feb 01 00:50:28.068 INFO O| Feb 01 00:50:28.068 INFO O| Done
40202025-02-01T00:50:31.216Z[ host-image] Feb 01 00:50:29.698 INFO O| Feb 01 00:50:29.698 INFO O| Done
40212025-02-01T00:50:32.856Z[ recovery-image] Feb 01 00:50:31.338 INFO O| Feb 01 00:50:31.338 INFO O| Download: 13284/15862 items 145.0/176.4MB 82% complete (1.7M/s)
40222025-02-01T00:50:33.775Z[ host-image] Feb 01 00:50:32.257 INFO O| Feb 01 00:50:32.257 INFO O| Done
40232025-02-01T00:50:33.815Z[ host-image] Feb 01 00:50:32.297 INFO O| Feb 01 00:50:32.297 INFO O| Done
40242025-02-01T00:50:37.732Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40252025-02-01T00:50:37.857Z[ recovery-image] Feb 01 00:50:36.338 INFO O| Feb 01 00:50:36.338 INFO O| Download: 14217/15862 items 149.2/176.4MB 84% complete (723k/s)
40262025-02-01T00:50:39.729Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40272025-02-01T00:50:41.317Z[ host-image] Feb 01 00:50:39.798 INFO O| Feb 01 00:50:39.798 INFO O| Done
40282025-02-01T00:50:42.578Z[ host-image] Feb 01 00:50:40.798 INFO O| Feb 01 00:50:40.798 INFO O| Done
40292025-02-01T00:50:42.858Z[ recovery-image] Feb 01 00:50:41.338 INFO O| Feb 01 00:50:41.338 INFO O| Download: 14890/15862 items 157.2/176.4MB 89% complete (1.2M/s)
40302025-02-01T00:50:43.183Z[ host-image] Feb 01 00:50:41.664 INFO O| Feb 01 00:50:41.664 INFO STEP 11 (pkg_install) COMPLETE
40312025-02-01T00:50:43.183Z[ host-image] Feb 01 00:50:41.664 INFO O| Feb 01 00:50:41.664 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40322025-02-01T00:50:43.186Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40332025-02-01T00:50:43.215Z[ host-image] Feb 01 00:50:41.688 INFO O| Feb 01 00:50:41.688 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"]
40342025-02-01T00:50:46.131Z[ host-image] Feb 01 00:50:44.610 INFO O| Feb 01 00:50:44.610 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40352025-02-01T00:50:48.714Z[ recovery-image] Feb 01 00:50:47.193 INFO O| Feb 01 00:50:47.193 INFO O| Download: 15266/15862 items 161.0/176.4MB 91% complete (1.3M/s)
40362025-02-01T00:50:51.727Z[ host-image] Feb 01 00:50:50.202 INFO O| Feb 01 00:50:50.202 INFO O| Planning: Solver setup ... Done
40372025-02-01T00:50:51.730Z[ host-image] Feb 01 00:50:50.209 INFO O| Feb 01 00:50:50.209 INFO O| Planning: Running solver ... Done
40382025-02-01T00:50:51.828Z[ host-image] Feb 01 00:50:50.307 INFO O| Feb 01 00:50:50.307 INFO O| Planning: Finding local manifests ... Done
40392025-02-01T00:50:51.831Z[ host-image] Feb 01 00:50:50.309 INFO O| Feb 01 00:50:50.309 INFO O| Planning: Fetching manifests: 0/5 0% complete
40402025-02-01T00:50:52.100Z[ host-image] Feb 01 00:50:50.578 INFO O| Feb 01 00:50:50.578 INFO O| Planning: Fetching manifests: 5/5 100% complete
40412025-02-01T00:50:52.154Z[ host-image] Feb 01 00:50:50.633 INFO O| Feb 01 00:50:50.633 INFO O| Planning: Package planning ... Done
40422025-02-01T00:50:52.161Z[ host-image] Feb 01 00:50:50.640 INFO O| Feb 01 00:50:50.640 INFO O| Planning: Merging actions ... Done
40432025-02-01T00:50:52.316Z[ host-image] Feb 01 00:50:50.795 INFO O| Feb 01 00:50:50.795 INFO O| Planning: Checking for conflicting actions ... Done
40442025-02-01T00:50:52.319Z[ host-image] Feb 01 00:50:50.797 INFO O| Feb 01 00:50:50.797 INFO O| Planning: Consolidating action changes ... Done
40452025-02-01T00:50:52.717Z[ host-image] Feb 01 00:50:51.196 INFO O| Feb 01 00:50:51.196 INFO O| Planning: Evaluating mediators ... Done
40462025-02-01T00:50:52.720Z[ host-image] Feb 01 00:50:51.198 INFO O| Feb 01 00:50:51.198 INFO O| Planning: Planning completed in 6.59 seconds
40472025-02-01T00:50:52.739Z[ host-image] Feb 01 00:50:51.218 INFO O| Feb 01 00:50:51.217 INFO O| Packages to install: 5
40482025-02-01T00:50:52.739Z[ host-image] Feb 01 00:50:51.218 INFO O| Feb 01 00:50:51.218 INFO O| Services to change: 2
40492025-02-01T00:50:52.760Z[ host-image] Feb 01 00:50:51.239 INFO O| Feb 01 00:50:51.239 INFO O| Download: 0/116 items 0.0/1.5MB 0% complete
40502025-02-01T00:50:53.853Z[ recovery-image] Feb 01 00:50:52.331 INFO O| Feb 01 00:50:52.331 INFO O| Download: 15846/15862 items 175.2/176.4MB 99% complete (1.8M/s)
40512025-02-01T00:50:53.915Z[ recovery-image] Feb 01 00:50:52.393 INFO O| Feb 01 00:50:52.393 INFO O| Download: Completed 176.42 MB in 227.35 seconds (792k/s)
40522025-02-01T00:50:53.965Z[ host-image] Feb 01 00:50:52.443 INFO O| Feb 01 00:50:52.443 INFO O| Download: Completed 1.45 MB in 1.20 seconds (1.2M/s)
40532025-02-01T00:50:54.096Z[ host-image] Feb 01 00:50:52.574 INFO O| Feb 01 00:50:52.574 INFO O| Actions: 1/305 actions (Installing new actions)
40542025-02-01T00:50:54.316Z[ host-image] Feb 01 00:50:52.793 INFO O| Feb 01 00:50:52.793 INFO O| Actions: Completed 305 actions in 0.22 seconds.
40552025-02-01T00:50:54.932Z[ host-image] Feb 01 00:50:53.410 INFO O| Feb 01 00:50:53.410 INFO O| Done
40562025-02-01T00:50:54.932Z[ host-image] Feb 01 00:50:53.410 INFO O| Feb 01 00:50:53.410 INFO O| Done
40572025-02-01T00:50:55.004Z[ recovery-image] Feb 01 00:50:53.482 INFO O| Feb 01 00:50:53.482 INFO O| Actions: 1/25028 actions (Installing new actions)
40582025-02-01T00:50:56.388Z[ host-image] Feb 01 00:50:54.866 INFO O| Feb 01 00:50:54.866 INFO O| Done
40592025-02-01T00:50:59.061Z[ host-image] Feb 01 00:50:57.538 INFO O| Feb 01 00:50:57.538 INFO O| Done
40602025-02-01T00:50:59.130Z[ host-image] Feb 01 00:50:57.607 INFO O| Feb 01 00:50:57.607 INFO O| Done
40612025-02-01T00:50:59.133Z[ host-image] Feb 01 00:50:57.607 INFO O| Feb 01 00:50:57.607 INFO O| Done
40622025-02-01T00:50:59.183Z[ host-image] Feb 01 00:50:57.660 INFO O| Feb 01 00:50:57.660 INFO O| Done
40632025-02-01T00:50:59.586Z[ host-image] Feb 01 00:50:58.063 INFO O| Feb 01 00:50:58.062 INFO STEP 12 (pkg_install) COMPLETE
40642025-02-01T00:50:59.586Z[ host-image] Feb 01 00:50:58.063 INFO O| Feb 01 00:50:58.063 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40652025-02-01T00:50:59.605Z[ host-image] Feb 01 00:50:58.081 INFO O| Feb 01 00:50:58.081 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40662025-02-01T00:51:00.024Z[ recovery-image] Feb 01 00:50:58.501 INFO O| Feb 01 00:50:58.501 INFO O| Actions: 8792/25028 actions (Installing new actions)
40672025-02-01T00:51:00.757Z[ host-image] Feb 01 00:50:59.233 INFO O| Feb 01 00:50:59.233 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40682025-02-01T00:51:05.030Z[ recovery-image] Feb 01 00:51:03.505 INFO O| Feb 01 00:51:03.505 INFO O| Actions: 16294/25028 actions (Installing new actions)
40692025-02-01T00:51:05.287Z[ host-image] Feb 01 00:51:03.762 INFO O| Feb 01 00:51:03.762 INFO O| Planning: Solver setup ... Done
40702025-02-01T00:51:05.294Z[ host-image] Feb 01 00:51:03.770 INFO O| Feb 01 00:51:03.769 INFO O| Planning: Running solver ... Done
40712025-02-01T00:51:05.401Z[ host-image] Feb 01 00:51:03.876 INFO O| Feb 01 00:51:03.876 INFO O| Planning: Finding local manifests ... Done
40722025-02-01T00:51:05.404Z[ host-image] Feb 01 00:51:03.878 INFO O| Feb 01 00:51:03.878 INFO O| Planning: Fetching manifests: 0/6 0% complete
40732025-02-01T00:51:05.913Z[ host-image] Feb 01 00:51:04.389 INFO O| Feb 01 00:51:04.389 INFO O| Planning: Fetching manifests: 6/6 100% complete
40742025-02-01T00:51:05.970Z[ host-image] Feb 01 00:51:04.445 INFO O| Feb 01 00:51:04.445 INFO O| Planning: Package planning ... Done
40752025-02-01T00:51:06.008Z[ host-image] Feb 01 00:51:04.484 INFO O| Feb 01 00:51:04.483 INFO O| Planning: Merging actions ... Done
40762025-02-01T00:51:06.261Z[ host-image] Feb 01 00:51:04.736 INFO O| Feb 01 00:51:04.736 INFO O| Planning: Checking for conflicting actions ... Done
40772025-02-01T00:51:06.292Z[ host-image] Feb 01 00:51:04.767 INFO O| Feb 01 00:51:04.767 INFO O| Planning: Consolidating action changes ... Done
40782025-02-01T00:51:06.731Z[ host-image] Feb 01 00:51:05.206 INFO O| Feb 01 00:51:05.206 INFO O| Planning: Evaluating mediators ... Done
40792025-02-01T00:51:06.736Z[ host-image] Feb 01 00:51:05.212 INFO O| Feb 01 00:51:05.212 INFO O| Planning: Planning completed in 5.98 seconds
40802025-02-01T00:51:06.744Z[ host-image] Feb 01 00:51:05.215 INFO O| Feb 01 00:51:05.215 INFO O| Packages to install: 6
40812025-02-01T00:51:06.744Z[ host-image] Feb 01 00:51:05.215 INFO O| Feb 01 00:51:05.215 INFO O| Mediators to change: 1
40822025-02-01T00:51:06.744Z[ host-image] Feb 01 00:51:05.215 INFO O| Feb 01 00:51:05.215 INFO O| Services to change: 1
40832025-02-01T00:51:06.768Z[ host-image] Feb 01 00:51:05.243 INFO O| Feb 01 00:51:05.243 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
40842025-02-01T00:51:09.955Z[ recovery-image] Feb 01 00:51:08.430 INFO O| Feb 01 00:51:08.430 INFO O| Actions: Completed 25028 actions in 14.94 seconds.
40852025-02-01T00:51:10.694Z[ recovery-image] Feb 01 00:51:09.168 INFO O| Feb 01 00:51:09.168 INFO O| Done
40862025-02-01T00:51:10.694Z[ recovery-image] Feb 01 00:51:09.168 INFO O| Feb 01 00:51:09.168 INFO O| Done
40872025-02-01T00:51:11.769Z[ host-image] Feb 01 00:51:10.243 INFO O| Feb 01 00:51:10.243 INFO O| Download: 1093/1140 items 5.9/8.4MB 69% complete (1.0M/s)
40882025-02-01T00:51:12.271Z[ recovery-image] Feb 01 00:51:10.745 INFO O| Feb 01 00:51:10.745 INFO O| Done
40892025-02-01T00:51:12.702Z[ host-image] Feb 01 00:51:11.176 INFO O| Feb 01 00:51:11.175 INFO O| Download: Completed 8.42 MB in 5.93 seconds (1.4M/s)
40902025-02-01T00:51:12.920Z[ host-image] Feb 01 00:51:11.394 INFO O| Feb 01 00:51:11.394 INFO O| Actions: 1/1361 actions (Installing new actions)
40912025-02-01T00:51:13.679Z[ host-image] Feb 01 00:51:12.153 INFO O| Feb 01 00:51:12.153 INFO O| Actions: Completed 1361 actions in 0.76 seconds.
40922025-02-01T00:51:14.322Z[ recovery-image] Feb 01 00:51:12.795 INFO O| Feb 01 00:51:12.795 INFO O| Done
40932025-02-01T00:51:14.325Z[ host-image] Feb 01 00:51:12.798 INFO O| Feb 01 00:51:12.798 INFO O| Done
40942025-02-01T00:51:14.327Z[ host-image] Feb 01 00:51:12.799 INFO O| Feb 01 00:51:12.798 INFO O| Done
40952025-02-01T00:51:14.365Z[ recovery-image] Feb 01 00:51:12.838 INFO O| Feb 01 00:51:12.838 INFO O| Done
40962025-02-01T00:51:15.802Z[ host-image] Feb 01 00:51:14.275 INFO O| Feb 01 00:51:14.275 INFO O| Done
40972025-02-01T00:51:18.544Z[ host-image] Feb 01 00:51:17.016 INFO O| Feb 01 00:51:17.016 INFO O| Done
40982025-02-01T00:51:18.606Z[ host-image] Feb 01 00:51:17.079 INFO O| Feb 01 00:51:17.079 INFO O| Done
40992025-02-01T00:51:18.609Z[ host-image] Feb 01 00:51:17.079 INFO O| Feb 01 00:51:17.079 INFO O| Done
41002025-02-01T00:51:18.693Z[ host-image] Feb 01 00:51:17.166 INFO O| Feb 01 00:51:17.165 INFO O| Done
41012025-02-01T00:51:18.912Z[ host-image] Feb 01 00:51:17.384 INFO O| Feb 01 00:51:17.384 INFO STEP 13 (pkg_install) COMPLETE
41022025-02-01T00:51:18.912Z[ host-image] Feb 01 00:51:17.384 INFO O| Feb 01 00:51:17.384 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41032025-02-01T00:51:18.932Z[ host-image] Feb 01 00:51:17.404 INFO O| Feb 01 00:51:17.404 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
41042025-02-01T00:51:19.209Z[ recovery-image] Feb 01 00:51:17.682 INFO O| Feb 01 00:51:17.682 INFO O| Done
41052025-02-01T00:51:19.979Z[ recovery-image] Feb 01 00:51:18.450 INFO O| Feb 01 00:51:18.450 INFO O| Done
41062025-02-01T00:51:20.042Z[ host-image] Feb 01 00:51:18.515 INFO O| Feb 01 00:51:18.515 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41072025-02-01T00:51:20.547Z[ recovery-image] Feb 01 00:51:19.019 INFO O| Feb 01 00:51:19.019 INFO STEP 11 (pkg_install) COMPLETE
41082025-02-01T00:51:20.547Z[ recovery-image] Feb 01 00:51:19.019 INFO O| Feb 01 00:51:19.019 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41092025-02-01T00:51:20.547Z[ recovery-image] Feb 01 00:51:19.019 INFO O| Feb 01 00:51:19.019 INFO skip step because feature "recovery" is enabled
41102025-02-01T00:51:20.549Z[ recovery-image] Feb 01 00:51:19.019 INFO O| Feb 01 00:51:19.019 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41112025-02-01T00:51:20.550Z[ recovery-image] Feb 01 00:51:19.019 INFO O| Feb 01 00:51:19.019 INFO skip step because feature "omicron1" is not enabled
41122025-02-01T00:51:20.550Z[ recovery-image] Feb 01 00:51:19.019 INFO O| Feb 01 00:51:19.019 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41132025-02-01T00:51:20.565Z[ recovery-image] Feb 01 00:51:19.037 INFO O| Feb 01 00:51:19.037 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
41142025-02-01T00:51:21.911Z[ recovery-image] Feb 01 00:51:20.382 INFO O| Feb 01 00:51:20.382 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41152025-02-01T00:51:24.635Z[ host-image] Feb 01 00:51:23.106 INFO O| Feb 01 00:51:23.106 INFO O| Planning: Solver setup ... Done
41162025-02-01T00:51:24.642Z[ host-image] Feb 01 00:51:23.113 INFO O| Feb 01 00:51:23.113 INFO O| Planning: Running solver ... Done
41172025-02-01T00:51:24.731Z[ host-image] Feb 01 00:51:23.203 INFO O| Feb 01 00:51:23.203 INFO O| Planning: Finding local manifests ... Done
41182025-02-01T00:51:24.734Z[ host-image] Feb 01 00:51:23.204 INFO O| Feb 01 00:51:23.204 INFO O| Planning: Fetching manifests: 0/1 0% complete
41192025-02-01T00:51:24.941Z[ host-image] Feb 01 00:51:23.413 INFO O| Feb 01 00:51:23.412 INFO O| Planning: Fetching manifests: 1/1 100% complete
41202025-02-01T00:51:24.983Z[ host-image] Feb 01 00:51:23.454 INFO O| Feb 01 00:51:23.454 INFO O| Planning: Package planning ... Done
41212025-02-01T00:51:24.986Z[ host-image] Feb 01 00:51:23.455 INFO O| Feb 01 00:51:23.455 INFO O| Planning: Merging actions ... Done
41222025-02-01T00:51:25.133Z[ host-image] Feb 01 00:51:23.605 INFO O| Feb 01 00:51:23.605 INFO O| Planning: Checking for conflicting actions ... Done
41232025-02-01T00:51:25.146Z[ host-image] Feb 01 00:51:23.605 INFO O| Feb 01 00:51:23.605 INFO O| Planning: Consolidating action changes ... Done
41242025-02-01T00:51:25.555Z[ host-image] Feb 01 00:51:24.026 INFO O| Feb 01 00:51:24.025 INFO O| Planning: Evaluating mediators ... Done
41252025-02-01T00:51:25.557Z[ host-image] Feb 01 00:51:24.026 INFO O| Feb 01 00:51:24.026 INFO O| Planning: Planning completed in 5.51 seconds
41262025-02-01T00:51:25.560Z[ host-image] Feb 01 00:51:24.031 INFO O| Feb 01 00:51:24.031 INFO O| Packages to install: 1
41272025-02-01T00:51:25.581Z[ host-image] Feb 01 00:51:24.052 INFO O| Feb 01 00:51:24.052 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
41282025-02-01T00:51:26.565Z[ host-image] Feb 01 00:51:25.036 INFO O| Feb 01 00:51:25.036 INFO O| Download: Completed 9.99 MB in 0.98 seconds (10.2M/s)
41292025-02-01T00:51:26.639Z[ recovery-image] Feb 01 00:51:25.110 INFO O| Feb 01 00:51:25.110 INFO O| Planning: Solver setup ... Done
41302025-02-01T00:51:26.646Z[ recovery-image] Feb 01 00:51:25.118 INFO O| Feb 01 00:51:25.117 INFO O| Planning: Running solver ... Done
41312025-02-01T00:51:26.663Z[ host-image] Feb 01 00:51:25.133 INFO O| Feb 01 00:51:25.133 INFO O| Actions: 1/22 actions (Installing new actions)
41322025-02-01T00:51:26.783Z[ recovery-image] Feb 01 00:51:25.254 INFO O| Feb 01 00:51:25.254 INFO O| Planning: Finding local manifests ... Done
41332025-02-01T00:51:26.786Z[ recovery-image] Feb 01 00:51:25.255 INFO O| Feb 01 00:51:25.255 INFO O| Planning: Fetching manifests: 0/1 0% complete
41342025-02-01T00:51:26.991Z[ recovery-image] Feb 01 00:51:25.462 INFO O| Feb 01 00:51:25.462 INFO O| Planning: Fetching manifests: 1/1 100% complete
41352025-02-01T00:51:27.023Z[ recovery-image] Feb 01 00:51:25.494 INFO O| Feb 01 00:51:25.494 INFO O| Planning: Package planning ... Done
41362025-02-01T00:51:27.026Z[ recovery-image] Feb 01 00:51:25.495 INFO O| Feb 01 00:51:25.495 INFO O| Planning: Merging actions ... Done
41372025-02-01T00:51:27.098Z[ recovery-image] Feb 01 00:51:25.569 INFO O| Feb 01 00:51:25.569 INFO O| Planning: Checking for conflicting actions ... Done
41382025-02-01T00:51:27.101Z[ recovery-image] Feb 01 00:51:25.570 INFO O| Feb 01 00:51:25.570 INFO O| Planning: Consolidating action changes ... Done
41392025-02-01T00:51:27.156Z[ host-image] Feb 01 00:51:25.627 INFO O| Feb 01 00:51:25.627 INFO O| Actions: Completed 22 actions in 0.49 seconds.
41402025-02-01T00:51:27.440Z[ recovery-image] Feb 01 00:51:25.911 INFO O| Feb 01 00:51:25.910 INFO O| Planning: Evaluating mediators ... Done
41412025-02-01T00:51:27.442Z[ recovery-image] Feb 01 00:51:25.911 INFO O| Feb 01 00:51:25.911 INFO O| Planning: Planning completed in 5.53 seconds
41422025-02-01T00:51:27.445Z[ recovery-image] Feb 01 00:51:25.914 INFO O| Feb 01 00:51:25.914 INFO O| Packages to install: 1
41432025-02-01T00:51:27.474Z[ recovery-image] Feb 01 00:51:25.945 INFO O| Feb 01 00:51:25.945 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
41442025-02-01T00:51:27.647Z[ host-image] Feb 01 00:51:26.118 INFO O| Feb 01 00:51:26.118 INFO O| Done
41452025-02-01T00:51:27.647Z[ host-image] Feb 01 00:51:26.118 INFO O| Feb 01 00:51:26.118 INFO O| Done
41462025-02-01T00:51:27.821Z[ recovery-image] Feb 01 00:51:26.292 INFO O| Feb 01 00:51:26.292 INFO O| Download: Completed 9.99 MB in 0.35 seconds (28.8M/s)
41472025-02-01T00:51:27.932Z[ recovery-image] Feb 01 00:51:26.403 INFO O| Feb 01 00:51:26.403 INFO O| Actions: 1/22 actions (Installing new actions)
41482025-02-01T00:51:28.380Z[ recovery-image] Feb 01 00:51:26.851 INFO O| Feb 01 00:51:26.851 INFO O| Actions: Completed 22 actions in 0.45 seconds.
41492025-02-01T00:51:29.019Z[ recovery-image] Feb 01 00:51:27.489 INFO O| Feb 01 00:51:27.489 INFO O| Done
41502025-02-01T00:51:29.019Z[ recovery-image] Feb 01 00:51:27.489 INFO O| Feb 01 00:51:27.489 INFO O| Done
41512025-02-01T00:51:29.312Z[ host-image] Feb 01 00:51:27.783 INFO O| Feb 01 00:51:27.782 INFO O| Done
41522025-02-01T00:51:30.383Z[ recovery-image] Feb 01 00:51:28.853 INFO O| Feb 01 00:51:28.853 INFO O| Done
41532025-02-01T00:51:32.156Z[ host-image] Feb 01 00:51:30.625 INFO O| Feb 01 00:51:30.625 INFO O| Done
41542025-02-01T00:51:32.207Z[ host-image] Feb 01 00:51:30.677 INFO O| Feb 01 00:51:30.677 INFO O| Done
41552025-02-01T00:51:32.210Z[ host-image] Feb 01 00:51:30.678 INFO O| Feb 01 00:51:30.678 INFO O| Done
41562025-02-01T00:51:32.238Z[ host-image] Feb 01 00:51:30.708 INFO O| Feb 01 00:51:30.708 INFO O| Done
41572025-02-01T00:51:32.342Z[ recovery-image] Feb 01 00:51:30.812 INFO O| Feb 01 00:51:30.812 INFO O| Done
41582025-02-01T00:51:32.364Z[ recovery-image] Feb 01 00:51:30.834 INFO O| Feb 01 00:51:30.834 INFO O| Done
41592025-02-01T00:51:32.367Z[ recovery-image] Feb 01 00:51:30.834 INFO O| Feb 01 00:51:30.834 INFO O| Done
41602025-02-01T00:51:32.383Z[ recovery-image] Feb 01 00:51:30.853 INFO O| Feb 01 00:51:30.852 INFO O| Done
41612025-02-01T00:51:32.480Z[ host-image] Feb 01 00:51:30.950 INFO O| Feb 01 00:51:30.950 INFO STEP 14 (pkg_install) COMPLETE
41622025-02-01T00:51:32.480Z[ host-image] Feb 01 00:51:30.950 INFO O| Feb 01 00:51:30.950 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41632025-02-01T00:51:32.480Z[ host-image] Feb 01 00:51:30.950 INFO O| Feb 01 00:51:30.950 INFO skip step because feature "mfg" is not enabled
41642025-02-01T00:51:32.480Z[ host-image] Feb 01 00:51:30.950 INFO O| Feb 01 00:51:30.950 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41652025-02-01T00:51:32.484Z[ host-image] Feb 01 00:51:30.950 INFO O| Feb 01 00:51:30.950 INFO skip step because feature "compliance" is not enabled
41662025-02-01T00:51:32.484Z[ host-image] Feb 01 00:51:30.950 INFO O| Feb 01 00:51:30.950 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41672025-02-01T00:51:32.484Z[ host-image] Feb 01 00:51:30.950 INFO O| Feb 01 00:51:30.950 INFO skip step because feature "stress" is not enabled
41682025-02-01T00:51:32.484Z[ host-image] Feb 01 00:51:30.950 INFO O| Feb 01 00:51:30.950 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41692025-02-01T00:51:32.484Z[ host-image] Feb 01 00:51:30.950 INFO O| Feb 01 00:51:30.950 INFO skip step because feature "nfs" is not enabled
41702025-02-01T00:51:32.484Z[ host-image] Feb 01 00:51:30.950 INFO O| Feb 01 00:51:30.950 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
41712025-02-01T00:51:32.484Z[ host-image] Feb 01 00:51:30.950 INFO O| Feb 01 00:51:30.950 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
41722025-02-01T00:51:32.585Z[ recovery-image] Feb 01 00:51:31.055 INFO O| Feb 01 00:51:31.055 INFO STEP 14 (pkg_install) COMPLETE
41732025-02-01T00:51:32.585Z[ recovery-image] Feb 01 00:51:31.055 INFO O| Feb 01 00:51:31.055 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41742025-02-01T00:51:32.589Z[ recovery-image] Feb 01 00:51:31.055 INFO O| Feb 01 00:51:31.055 INFO skip step because feature "mfg" is not enabled
41752025-02-01T00:51:32.589Z[ recovery-image] Feb 01 00:51:31.055 INFO O| Feb 01 00:51:31.055 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41762025-02-01T00:51:32.589Z[ recovery-image] Feb 01 00:51:31.055 INFO O| Feb 01 00:51:31.055 INFO skip step because feature "compliance" is not enabled
41772025-02-01T00:51:32.589Z[ recovery-image] Feb 01 00:51:31.055 INFO O| Feb 01 00:51:31.055 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41782025-02-01T00:51:32.589Z[ recovery-image] Feb 01 00:51:31.055 INFO O| Feb 01 00:51:31.055 INFO skip step because feature "stress" is not enabled
41792025-02-01T00:51:32.589Z[ recovery-image] Feb 01 00:51:31.055 INFO O| Feb 01 00:51:31.055 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41802025-02-01T00:51:32.589Z[ recovery-image] Feb 01 00:51:31.055 INFO O| Feb 01 00:51:31.055 INFO skip step because feature "nfs" is not enabled
41812025-02-01T00:51:32.589Z[ recovery-image] Feb 01 00:51:31.055 INFO O| Feb 01 00:51:31.055 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41822025-02-01T00:51:32.589Z[ recovery-image] Feb 01 00:51:31.055 INFO O| Feb 01 00:51:31.055 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41832025-02-01T00:51:32.606Z[ host-image] Feb 01 00:51:31.075 INFO O| Feb 01 00:51:31.075 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
41842025-02-01T00:51:32.635Z[ recovery-image] Feb 01 00:51:31.105 INFO O| Feb 01 00:51:31.105 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41852025-02-01T00:51:32.689Z[ host-image] Feb 01 00:51:31.159 INFO O| Feb 01 00:51:31.159 INFO completed processing gimlet/ramdisk-01-os
41862025-02-01T00:51:32.692Z[ host-image] Feb 01 00:51:31.162 INFO omicron1 baseline generation...
41872025-02-01T00:51:32.695Z[ host-image] Feb 01 00:51:31.163 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
41882025-02-01T00:51:32.731Z[ recovery-image] Feb 01 00:51:31.201 INFO O| Feb 01 00:51:31.201 INFO completed processing gimlet/ramdisk-01-os
41892025-02-01T00:51:32.734Z[ recovery-image] Feb 01 00:51:31.204 INFO image builder template: ramdisk-02-trim...
41902025-02-01T00:51:32.737Z[ recovery-image] Feb 01 00:51:31.204 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/.tmp8Wjkrn/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.311", "-n", "ramdisk-02-trim"], pwd: None
41912025-02-01T00:51:32.776Z[ recovery-image] Feb 01 00:51:31.246 INFO O| Feb 01 00:51:31.246 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41922025-02-01T00:51:32.783Z[ recovery-image] Feb 01 00:51:31.253 INFO O| Feb 01 00:51:31.253 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41932025-02-01T00:51:32.950Z[ recovery-image] Feb 01 00:51:31.416 INFO O| Feb 01 00:51:31.416 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41942025-02-01T00:51:33.065Z[ recovery-image] Feb 01 00:51:31.535 INFO O| Feb 01 00:51:31.535 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41952025-02-01T00:51:33.065Z[ recovery-image] Feb 01 00:51:31.535 INFO O| Feb 01 00:51:31.535 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41962025-02-01T00:51:33.074Z[ recovery-image] Feb 01 00:51:31.544 INFO O| Feb 01 00:51:31.544 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41972025-02-01T00:51:33.081Z[ recovery-image] Feb 01 00:51:31.551 INFO O| Feb 01 00:51:31.551 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41982025-02-01T00:51:33.089Z[ recovery-image] Feb 01 00:51:31.559 INFO O| Feb 01 00:51:31.559 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41992025-02-01T00:51:33.458Z[ host-image] Feb 01 00:51:31.927 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23180:20250130T224926Z
42002025-02-01T00:51:33.546Z[ recovery-image] Feb 01 00:51:32.015 INFO O| Feb 01 00:51:32.015 INFO rolled back to input snapshot; work may begin
42012025-02-01T00:51:33.548Z[ recovery-image] Feb 01 00:51:32.015 INFO O| Feb 01 00:51:32.015 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42022025-02-01T00:51:33.567Z[ recovery-image] Feb 01 00:51:32.036 INFO O| Feb 01 00:51:32.036 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42032025-02-01T00:51:33.611Z[ recovery-image] Feb 01 00:51:32.079 INFO O| Feb 01 00:51:32.079 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
42042025-02-01T00:51:33.764Z[ recovery-image] Feb 01 00:51:32.233 INFO O| Feb 01 00:51:32.233 INFO STEP 0 (remove_files) COMPLETE
42052025-02-01T00:51:33.764Z[ recovery-image] Feb 01 00:51:32.233 INFO O| Feb 01 00:51:32.233 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42062025-02-01T00:51:33.794Z[ recovery-image] Feb 01 00:51:32.264 INFO O| Feb 01 00:51:32.264 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
42072025-02-01T00:51:33.797Z[ recovery-image] Feb 01 00:51:32.267 INFO O| Feb 01 00:51:32.267 INFO STEP 1 (remove_files) COMPLETE
42082025-02-01T00:51:33.797Z[ recovery-image] Feb 01 00:51:32.267 INFO O| Feb 01 00:51:32.267 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42092025-02-01T00:51:33.831Z[ recovery-image] Feb 01 00:51:32.300 INFO O| Feb 01 00:51:32.300 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
42102025-02-01T00:51:33.854Z[ recovery-image] Feb 01 00:51:32.323 INFO O| Feb 01 00:51:32.323 INFO STEP 2 (remove_files) COMPLETE
42112025-02-01T00:51:33.854Z[ recovery-image] Feb 01 00:51:32.323 INFO O| Feb 01 00:51:32.323 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42122025-02-01T00:51:33.889Z[ recovery-image] Feb 01 00:51:32.358 INFO O| Feb 01 00:51:32.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
42132025-02-01T00:51:33.892Z[ recovery-image] Feb 01 00:51:32.361 INFO O| Feb 01 00:51:32.361 INFO STEP 3 (remove_files) COMPLETE
42142025-02-01T00:51:33.892Z[ recovery-image] Feb 01 00:51:32.361 INFO O| Feb 01 00:51:32.361 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42152025-02-01T00:51:33.912Z[ recovery-image] Feb 01 00:51:32.381 INFO O| Feb 01 00:51:32.381 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
42162025-02-01T00:51:33.920Z[ recovery-image] Feb 01 00:51:32.389 INFO O| Feb 01 00:51:32.388 INFO STEP 4 (remove_files) COMPLETE
42172025-02-01T00:51:33.920Z[ recovery-image] Feb 01 00:51:32.389 INFO O| Feb 01 00:51:32.388 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42182025-02-01T00:51:33.964Z[ recovery-image] Feb 01 00:51:32.433 INFO O| Feb 01 00:51:32.433 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
42192025-02-01T00:51:33.966Z[ recovery-image] Feb 01 00:51:32.434 INFO O| Feb 01 00:51:32.434 INFO STEP 5 (remove_files) COMPLETE
42202025-02-01T00:51:33.966Z[ recovery-image] Feb 01 00:51:32.434 INFO O| Feb 01 00:51:32.434 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42212025-02-01T00:51:33.991Z[ recovery-image] Feb 01 00:51:32.460 INFO O| Feb 01 00:51:32.460 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
42222025-02-01T00:51:34.013Z[ recovery-image] Feb 01 00:51:32.482 INFO O| Feb 01 00:51:32.482 INFO STEP 6 (remove_files) COMPLETE
42232025-02-01T00:51:34.013Z[ recovery-image] Feb 01 00:51:32.482 INFO O| Feb 01 00:51:32.482 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42242025-02-01T00:51:34.013Z[ recovery-image] Feb 01 00:51:32.482 INFO O| Feb 01 00:51:32.482 INFO skip step because feature "recovery" is enabled
42252025-02-01T00:51:34.013Z[ recovery-image] Feb 01 00:51:32.482 INFO O| Feb 01 00:51:32.482 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262025-02-01T00:51:34.015Z[ recovery-image] Feb 01 00:51:32.482 INFO O| Feb 01 00:51:32.482 INFO skip step because feature "recovery" is enabled
42272025-02-01T00:51:34.016Z[ recovery-image] Feb 01 00:51:32.483 INFO O| Feb 01 00:51:32.482 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42282025-02-01T00:51:34.016Z[ recovery-image] Feb 01 00:51:32.483 INFO O| Feb 01 00:51:32.483 INFO skip step because feature "recovery" is enabled
42292025-02-01T00:51:34.016Z[ recovery-image] Feb 01 00:51:32.483 INFO O| Feb 01 00:51:32.483 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42302025-02-01T00:51:34.071Z[ recovery-image] Feb 01 00:51:32.539 INFO O| Feb 01 00:51:32.539 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
42312025-02-01T00:51:34.077Z[ recovery-image] Feb 01 00:51:32.546 INFO O| Feb 01 00:51:32.546 INFO STEP 10 (remove_files) COMPLETE
42322025-02-01T00:51:34.077Z[ recovery-image] Feb 01 00:51:32.546 INFO O| Feb 01 00:51:32.546 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42332025-02-01T00:51:34.098Z[ recovery-image] Feb 01 00:51:32.567 INFO O| Feb 01 00:51:32.567 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
42342025-02-01T00:51:34.100Z[ recovery-image] Feb 01 00:51:32.568 INFO O| Feb 01 00:51:32.568 INFO STEP 11 (remove_files) COMPLETE
42352025-02-01T00:51:34.101Z[ recovery-image] Feb 01 00:51:32.569 INFO O| Feb 01 00:51:32.568 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42362025-02-01T00:51:34.125Z[ recovery-image] Feb 01 00:51:32.594 INFO O| Feb 01 00:51:32.594 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
42372025-02-01T00:51:34.130Z[ recovery-image] Feb 01 00:51:32.597 INFO O| Feb 01 00:51:32.597 INFO STEP 12 (remove_files) COMPLETE
42382025-02-01T00:51:34.130Z[ recovery-image] Feb 01 00:51:32.597 INFO O| Feb 01 00:51:32.597 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42392025-02-01T00:51:34.270Z[ recovery-image] Feb 01 00:51:32.739 INFO O| Feb 01 00:51:32.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
42402025-02-01T00:51:34.275Z[ recovery-image] Feb 01 00:51:32.745 INFO O| Feb 01 00:51:32.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
42412025-02-01T00:51:34.282Z[ recovery-image] Feb 01 00:51:32.752 INFO O| Feb 01 00:51:32.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
42422025-02-01T00:51:34.290Z[ recovery-image] Feb 01 00:51:32.760 INFO O| Feb 01 00:51:32.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
42432025-02-01T00:51:34.673Z[ recovery-image] Feb 01 00:51:33.142 INFO O| Feb 01 00:51:33.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
42442025-02-01T00:51:34.676Z[ recovery-image] Feb 01 00:51:33.144 INFO O| Feb 01 00:51:33.144 INFO STEP 13 (remove_files) COMPLETE
42452025-02-01T00:51:34.676Z[ recovery-image] Feb 01 00:51:33.144 INFO O| Feb 01 00:51:33.144 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42462025-02-01T00:51:34.698Z[ recovery-image] Feb 01 00:51:33.167 INFO O| Feb 01 00:51:33.167 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
42472025-02-01T00:51:34.701Z[ recovery-image] Feb 01 00:51:33.169 INFO O| Feb 01 00:51:33.169 INFO STEP 14 (remove_files) COMPLETE
42482025-02-01T00:51:34.701Z[ recovery-image] Feb 01 00:51:33.169 INFO O| Feb 01 00:51:33.169 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42492025-02-01T00:51:34.743Z[ recovery-image] Feb 01 00:51:33.211 INFO O| Feb 01 00:51:33.210 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
42502025-02-01T00:51:34.754Z[ recovery-image] Feb 01 00:51:33.222 INFO O| Feb 01 00:51:33.222 INFO STEP 15 (remove_files) COMPLETE
42512025-02-01T00:51:34.754Z[ recovery-image] Feb 01 00:51:33.222 INFO O| Feb 01 00:51:33.222 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42522025-02-01T00:51:34.772Z[ recovery-image] Feb 01 00:51:33.241 INFO O| Feb 01 00:51:33.241 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
42532025-02-01T00:51:34.776Z[ recovery-image] Feb 01 00:51:33.242 INFO O| Feb 01 00:51:33.242 INFO STEP 16 (remove_files) COMPLETE
42542025-02-01T00:51:34.776Z[ recovery-image] Feb 01 00:51:33.242 INFO O| Feb 01 00:51:33.242 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42552025-02-01T00:51:34.791Z[ recovery-image] Feb 01 00:51:33.260 INFO O| Feb 01 00:51:33.260 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
42562025-02-01T00:51:34.793Z[ recovery-image] Feb 01 00:51:33.263 INFO O| Feb 01 00:51:33.263 INFO STEP 17 (remove_files) COMPLETE
42572025-02-01T00:51:34.793Z[ recovery-image] Feb 01 00:51:33.263 INFO O| Feb 01 00:51:33.263 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42582025-02-01T00:51:34.811Z[ recovery-image] Feb 01 00:51:33.280 INFO O| Feb 01 00:51:33.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
42592025-02-01T00:51:34.811Z[ recovery-image] Feb 01 00:51:33.281 INFO O| Feb 01 00:51:33.281 INFO STEP 18 (remove_files) COMPLETE
42602025-02-01T00:51:34.811Z[ recovery-image] Feb 01 00:51:33.281 INFO O| Feb 01 00:51:33.281 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42612025-02-01T00:51:34.829Z[ recovery-image] Feb 01 00:51:33.299 INFO O| Feb 01 00:51:33.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
42622025-02-01T00:51:34.829Z[ recovery-image] Feb 01 00:51:33.299 INFO O| Feb 01 00:51:33.299 INFO STEP 19 (remove_files) COMPLETE
42632025-02-01T00:51:34.829Z[ recovery-image] Feb 01 00:51:33.299 INFO O| Feb 01 00:51:33.299 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42642025-02-01T00:51:34.847Z[ recovery-image] Feb 01 00:51:33.316 INFO O| Feb 01 00:51:33.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42652025-02-01T00:51:34.847Z[ recovery-image] Feb 01 00:51:33.316 INFO O| Feb 01 00:51:33.316 INFO STEP 20 (remove_files) COMPLETE
42662025-02-01T00:51:34.847Z[ recovery-image] Feb 01 00:51:33.316 INFO O| Feb 01 00:51:33.316 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42672025-02-01T00:51:34.885Z[ recovery-image] Feb 01 00:51:33.354 INFO O| Feb 01 00:51:33.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
42682025-02-01T00:51:34.888Z[ recovery-image] Feb 01 00:51:33.354 INFO O| Feb 01 00:51:33.354 INFO STEP 21 (remove_files) COMPLETE
42692025-02-01T00:51:34.888Z[ recovery-image] Feb 01 00:51:33.354 INFO O| Feb 01 00:51:33.354 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42702025-02-01T00:51:34.905Z[ recovery-image] Feb 01 00:51:33.374 INFO O| Feb 01 00:51:33.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
42712025-02-01T00:51:34.905Z[ recovery-image] Feb 01 00:51:33.374 INFO O| Feb 01 00:51:33.374 INFO STEP 22 (remove_files) COMPLETE
42722025-02-01T00:51:34.908Z[ recovery-image] Feb 01 00:51:33.374 INFO O| Feb 01 00:51:33.374 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42732025-02-01T00:51:34.924Z[ recovery-image] Feb 01 00:51:33.393 INFO O| Feb 01 00:51:33.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
42742025-02-01T00:51:34.924Z[ recovery-image] Feb 01 00:51:33.393 INFO O| Feb 01 00:51:33.393 INFO STEP 23 (remove_files) COMPLETE
42752025-02-01T00:51:34.926Z[ recovery-image] Feb 01 00:51:33.393 INFO O| Feb 01 00:51:33.393 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42762025-02-01T00:51:34.956Z[ recovery-image] Feb 01 00:51:33.425 INFO O| Feb 01 00:51:33.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
42772025-02-01T00:51:34.957Z[ recovery-image] Feb 01 00:51:33.425 INFO O| Feb 01 00:51:33.425 INFO STEP 24 (remove_files) COMPLETE
42782025-02-01T00:51:34.957Z[ recovery-image] Feb 01 00:51:33.425 INFO O| Feb 01 00:51:33.425 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42792025-02-01T00:51:34.976Z[ recovery-image] Feb 01 00:51:33.446 INFO O| Feb 01 00:51:33.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42802025-02-01T00:51:34.976Z[ recovery-image] Feb 01 00:51:33.446 INFO O| Feb 01 00:51:33.446 INFO STEP 25 (remove_files) COMPLETE
42812025-02-01T00:51:34.976Z[ recovery-image] Feb 01 00:51:33.446 INFO O| Feb 01 00:51:33.446 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42822025-02-01T00:51:35.034Z[ recovery-image] Feb 01 00:51:33.503 INFO O| Feb 01 00:51:33.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42832025-02-01T00:51:35.038Z[ recovery-image] Feb 01 00:51:33.503 INFO O| Feb 01 00:51:33.503 INFO STEP 26 (remove_files) COMPLETE
42842025-02-01T00:51:35.038Z[ recovery-image] Feb 01 00:51:33.503 INFO O| Feb 01 00:51:33.503 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42852025-02-01T00:51:35.072Z[ recovery-image] Feb 01 00:51:33.541 INFO O| Feb 01 00:51:33.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42862025-02-01T00:51:35.072Z[ recovery-image] Feb 01 00:51:33.541 INFO O| Feb 01 00:51:33.541 INFO STEP 27 (remove_files) COMPLETE
42872025-02-01T00:51:35.072Z[ recovery-image] Feb 01 00:51:33.542 INFO O| Feb 01 00:51:33.541 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42882025-02-01T00:51:35.096Z[ recovery-image] Feb 01 00:51:33.565 INFO O| Feb 01 00:51:33.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42892025-02-01T00:51:35.096Z[ recovery-image] Feb 01 00:51:33.565 INFO O| Feb 01 00:51:33.565 INFO STEP 28 (remove_files) COMPLETE
42902025-02-01T00:51:35.096Z[ recovery-image] Feb 01 00:51:33.565 INFO O| Feb 01 00:51:33.565 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42912025-02-01T00:51:35.154Z[ recovery-image] Feb 01 00:51:33.623 INFO O| Feb 01 00:51:33.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42922025-02-01T00:51:35.154Z[ recovery-image] Feb 01 00:51:33.623 INFO O| Feb 01 00:51:33.623 INFO STEP 29 (remove_files) COMPLETE
42932025-02-01T00:51:35.154Z[ recovery-image] Feb 01 00:51:33.623 INFO O| Feb 01 00:51:33.623 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42942025-02-01T00:51:35.195Z[ recovery-image] Feb 01 00:51:33.664 INFO O| Feb 01 00:51:33.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42952025-02-01T00:51:35.198Z[ recovery-image] Feb 01 00:51:33.664 INFO O| Feb 01 00:51:33.664 INFO STEP 30 (remove_files) COMPLETE
42962025-02-01T00:51:35.198Z[ recovery-image] Feb 01 00:51:33.664 INFO O| Feb 01 00:51:33.664 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42972025-02-01T00:51:35.235Z[ recovery-image] Feb 01 00:51:33.705 INFO O| Feb 01 00:51:33.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42982025-02-01T00:51:35.235Z[ recovery-image] Feb 01 00:51:33.705 INFO O| Feb 01 00:51:33.705 INFO STEP 31 (remove_files) COMPLETE
42992025-02-01T00:51:35.235Z[ recovery-image] Feb 01 00:51:33.705 INFO O| Feb 01 00:51:33.705 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43002025-02-01T00:51:35.268Z[ recovery-image] Feb 01 00:51:33.737 INFO O| Feb 01 00:51:33.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
43012025-02-01T00:51:35.268Z[ recovery-image] Feb 01 00:51:33.737 INFO O| Feb 01 00:51:33.737 INFO STEP 32 (remove_files) COMPLETE
43022025-02-01T00:51:35.268Z[ recovery-image] Feb 01 00:51:33.737 INFO O| Feb 01 00:51:33.737 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43032025-02-01T00:51:35.323Z[ recovery-image] Feb 01 00:51:33.791 INFO O| Feb 01 00:51:33.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
43042025-02-01T00:51:35.323Z[ recovery-image] Feb 01 00:51:33.791 INFO O| Feb 01 00:51:33.791 INFO STEP 33 (remove_files) COMPLETE
43052025-02-01T00:51:35.323Z[ recovery-image] Feb 01 00:51:33.791 INFO O| Feb 01 00:51:33.791 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43062025-02-01T00:51:35.341Z[ recovery-image] Feb 01 00:51:33.810 INFO O| Feb 01 00:51:33.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
43072025-02-01T00:51:35.341Z[ recovery-image] Feb 01 00:51:33.810 INFO O| Feb 01 00:51:33.810 INFO STEP 34 (remove_files) COMPLETE
43082025-02-01T00:51:35.345Z[ recovery-image] Feb 01 00:51:33.810 INFO O| Feb 01 00:51:33.810 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43092025-02-01T00:51:35.391Z[ recovery-image] Feb 01 00:51:33.861 INFO O| Feb 01 00:51:33.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
43102025-02-01T00:51:35.392Z[ recovery-image] Feb 01 00:51:33.861 INFO O| Feb 01 00:51:33.861 INFO STEP 35 (remove_files) COMPLETE
43112025-02-01T00:51:35.394Z[ recovery-image] Feb 01 00:51:33.861 INFO O| Feb 01 00:51:33.861 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43122025-02-01T00:51:35.433Z[ recovery-image] Feb 01 00:51:33.902 INFO O| Feb 01 00:51:33.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
43132025-02-01T00:51:35.436Z[ recovery-image] Feb 01 00:51:33.902 INFO O| Feb 01 00:51:33.902 INFO STEP 36 (remove_files) COMPLETE
43142025-02-01T00:51:35.436Z[ recovery-image] Feb 01 00:51:33.902 INFO O| Feb 01 00:51:33.902 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43152025-02-01T00:51:35.465Z[ recovery-image] Feb 01 00:51:33.934 INFO O| Feb 01 00:51:33.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
43162025-02-01T00:51:35.465Z[ recovery-image] Feb 01 00:51:33.934 INFO O| Feb 01 00:51:33.934 INFO STEP 37 (remove_files) COMPLETE
43172025-02-01T00:51:35.465Z[ recovery-image] Feb 01 00:51:33.934 INFO O| Feb 01 00:51:33.934 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43182025-02-01T00:51:35.485Z[ recovery-image] Feb 01 00:51:33.952 INFO O| Feb 01 00:51:33.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
43192025-02-01T00:51:35.485Z[ recovery-image] Feb 01 00:51:33.953 INFO O| Feb 01 00:51:33.953 INFO STEP 38 (remove_files) COMPLETE
43202025-02-01T00:51:35.485Z[ recovery-image] Feb 01 00:51:33.953 INFO O| Feb 01 00:51:33.953 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43212025-02-01T00:51:35.503Z[ recovery-image] Feb 01 00:51:33.971 INFO O| Feb 01 00:51:33.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
43222025-02-01T00:51:35.503Z[ recovery-image] Feb 01 00:51:33.972 INFO O| Feb 01 00:51:33.972 INFO STEP 39 (remove_files) COMPLETE
43232025-02-01T00:51:35.503Z[ recovery-image] Feb 01 00:51:33.972 INFO O| Feb 01 00:51:33.972 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43242025-02-01T00:51:35.521Z[ recovery-image] Feb 01 00:51:33.989 INFO O| Feb 01 00:51:33.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
43252025-02-01T00:51:35.521Z[ recovery-image] Feb 01 00:51:33.990 INFO O| Feb 01 00:51:33.990 INFO STEP 40 (remove_files) COMPLETE
43262025-02-01T00:51:35.521Z[ recovery-image] Feb 01 00:51:33.990 INFO O| Feb 01 00:51:33.990 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43272025-02-01T00:51:35.560Z[ recovery-image] Feb 01 00:51:34.029 INFO O| Feb 01 00:51:34.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
43282025-02-01T00:51:35.560Z[ recovery-image] Feb 01 00:51:34.029 INFO O| Feb 01 00:51:34.029 INFO STEP 41 (remove_files) COMPLETE
43292025-02-01T00:51:35.560Z[ recovery-image] Feb 01 00:51:34.029 INFO O| Feb 01 00:51:34.029 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43302025-02-01T00:51:35.578Z[ recovery-image] Feb 01 00:51:34.047 INFO O| Feb 01 00:51:34.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
43312025-02-01T00:51:35.578Z[ recovery-image] Feb 01 00:51:34.047 INFO O| Feb 01 00:51:34.047 INFO STEP 42 (remove_files) COMPLETE
43322025-02-01T00:51:35.578Z[ recovery-image] Feb 01 00:51:34.047 INFO O| Feb 01 00:51:34.047 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43332025-02-01T00:51:35.597Z[ recovery-image] Feb 01 00:51:34.065 INFO O| Feb 01 00:51:34.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
43342025-02-01T00:51:35.597Z[ recovery-image] Feb 01 00:51:34.065 INFO O| Feb 01 00:51:34.065 INFO STEP 43 (remove_files) COMPLETE
43352025-02-01T00:51:35.597Z[ recovery-image] Feb 01 00:51:34.065 INFO O| Feb 01 00:51:34.065 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43362025-02-01T00:51:35.614Z[ recovery-image] Feb 01 00:51:34.083 INFO O| Feb 01 00:51:34.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
43372025-02-01T00:51:35.614Z[ recovery-image] Feb 01 00:51:34.083 INFO O| Feb 01 00:51:34.083 INFO STEP 44 (remove_files) COMPLETE
43382025-02-01T00:51:35.614Z[ recovery-image] Feb 01 00:51:34.083 INFO O| Feb 01 00:51:34.083 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43392025-02-01T00:51:35.632Z[ recovery-image] Feb 01 00:51:34.101 INFO O| Feb 01 00:51:34.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
43402025-02-01T00:51:35.632Z[ recovery-image] Feb 01 00:51:34.101 INFO O| Feb 01 00:51:34.101 INFO STEP 45 (remove_files) COMPLETE
43412025-02-01T00:51:35.632Z[ recovery-image] Feb 01 00:51:34.101 INFO O| Feb 01 00:51:34.101 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43422025-02-01T00:51:35.652Z[ recovery-image] Feb 01 00:51:34.121 INFO O| Feb 01 00:51:34.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
43432025-02-01T00:51:35.652Z[ recovery-image] Feb 01 00:51:34.121 INFO O| Feb 01 00:51:34.121 INFO STEP 46 (remove_files) COMPLETE
43442025-02-01T00:51:35.655Z[ recovery-image] Feb 01 00:51:34.121 INFO O| Feb 01 00:51:34.121 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43452025-02-01T00:51:35.679Z[ recovery-image] Feb 01 00:51:34.149 INFO O| Feb 01 00:51:34.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
43462025-02-01T00:51:35.679Z[ recovery-image] Feb 01 00:51:34.149 INFO O| Feb 01 00:51:34.149 INFO STEP 47 (remove_files) COMPLETE
43472025-02-01T00:51:35.679Z[ recovery-image] Feb 01 00:51:34.149 INFO O| Feb 01 00:51:34.149 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43482025-02-01T00:51:35.716Z[ recovery-image] Feb 01 00:51:34.185 INFO O| Feb 01 00:51:34.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
43492025-02-01T00:51:35.716Z[ recovery-image] Feb 01 00:51:34.185 INFO O| Feb 01 00:51:34.185 INFO STEP 48 (remove_files) COMPLETE
43502025-02-01T00:51:35.716Z[ recovery-image] Feb 01 00:51:34.185 INFO O| Feb 01 00:51:34.185 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43512025-02-01T00:51:35.755Z[ recovery-image] Feb 01 00:51:34.224 INFO O| Feb 01 00:51:34.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
43522025-02-01T00:51:35.755Z[ recovery-image] Feb 01 00:51:34.224 INFO O| Feb 01 00:51:34.224 INFO STEP 49 (remove_files) COMPLETE
43532025-02-01T00:51:35.760Z[ recovery-image] Feb 01 00:51:34.224 INFO O| Feb 01 00:51:34.224 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43542025-02-01T00:51:35.776Z[ recovery-image] Feb 01 00:51:34.243 INFO O| Feb 01 00:51:34.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
43552025-02-01T00:51:35.779Z[ recovery-image] Feb 01 00:51:34.243 INFO O| Feb 01 00:51:34.243 INFO STEP 50 (remove_files) COMPLETE
43562025-02-01T00:51:35.779Z[ recovery-image] Feb 01 00:51:34.243 INFO O| Feb 01 00:51:34.243 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43572025-02-01T00:51:35.795Z[ recovery-image] Feb 01 00:51:34.263 INFO O| Feb 01 00:51:34.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
43582025-02-01T00:51:35.795Z[ recovery-image] Feb 01 00:51:34.263 INFO O| Feb 01 00:51:34.263 INFO STEP 51 (remove_files) COMPLETE
43592025-02-01T00:51:35.795Z[ recovery-image] Feb 01 00:51:34.263 INFO O| Feb 01 00:51:34.263 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43602025-02-01T00:51:35.813Z[ recovery-image] Feb 01 00:51:34.282 INFO O| Feb 01 00:51:34.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
43612025-02-01T00:51:35.813Z[ recovery-image] Feb 01 00:51:34.282 INFO O| Feb 01 00:51:34.282 INFO STEP 52 (remove_files) COMPLETE
43622025-02-01T00:51:35.813Z[ recovery-image] Feb 01 00:51:34.282 INFO O| Feb 01 00:51:34.282 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43632025-02-01T00:51:35.832Z[ recovery-image] Feb 01 00:51:34.300 INFO O| Feb 01 00:51:34.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43642025-02-01T00:51:35.832Z[ recovery-image] Feb 01 00:51:34.300 INFO O| Feb 01 00:51:34.300 INFO STEP 53 (remove_files) COMPLETE
43652025-02-01T00:51:35.832Z[ recovery-image] Feb 01 00:51:34.300 INFO O| Feb 01 00:51:34.300 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43662025-02-01T00:51:35.851Z[ recovery-image] Feb 01 00:51:34.319 INFO O| Feb 01 00:51:34.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43672025-02-01T00:51:35.851Z[ recovery-image] Feb 01 00:51:34.319 INFO O| Feb 01 00:51:34.319 INFO STEP 54 (remove_files) COMPLETE
43682025-02-01T00:51:35.851Z[ recovery-image] Feb 01 00:51:34.319 INFO O| Feb 01 00:51:34.319 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43692025-02-01T00:51:35.889Z[ recovery-image] Feb 01 00:51:34.358 INFO O| Feb 01 00:51:34.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
43702025-02-01T00:51:35.889Z[ recovery-image] Feb 01 00:51:34.358 INFO O| Feb 01 00:51:34.358 INFO STEP 55 (remove_files) COMPLETE
43712025-02-01T00:51:35.889Z[ recovery-image] Feb 01 00:51:34.358 INFO O| Feb 01 00:51:34.358 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43722025-02-01T00:51:35.907Z[ recovery-image] Feb 01 00:51:34.376 INFO O| Feb 01 00:51:34.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
43732025-02-01T00:51:35.907Z[ recovery-image] Feb 01 00:51:34.376 INFO O| Feb 01 00:51:34.376 INFO STEP 56 (remove_files) COMPLETE
43742025-02-01T00:51:35.910Z[ recovery-image] Feb 01 00:51:34.376 INFO O| Feb 01 00:51:34.376 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43752025-02-01T00:51:35.927Z[ recovery-image] Feb 01 00:51:34.396 INFO O| Feb 01 00:51:34.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
43762025-02-01T00:51:35.929Z[ recovery-image] Feb 01 00:51:34.396 INFO O| Feb 01 00:51:34.396 INFO STEP 57 (remove_files) COMPLETE
43772025-02-01T00:51:35.930Z[ recovery-image] Feb 01 00:51:34.396 INFO O| Feb 01 00:51:34.396 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43782025-02-01T00:51:35.984Z[ recovery-image] Feb 01 00:51:34.453 INFO O| Feb 01 00:51:34.453 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43792025-02-01T00:51:35.984Z[ recovery-image] Feb 01 00:51:34.453 INFO O| Feb 01 00:51:34.453 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43802025-02-01T00:51:35.987Z[ recovery-image] Feb 01 00:51:34.454 INFO O| Feb 01 00:51:34.454 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43812025-02-01T00:51:35.987Z[ recovery-image] Feb 01 00:51:34.454 INFO O| Feb 01 00:51:34.454 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43822025-02-01T00:51:35.987Z[ recovery-image] Feb 01 00:51:34.454 INFO O| Feb 01 00:51:34.454 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43832025-02-01T00:51:35.987Z[ recovery-image] Feb 01 00:51:34.454 INFO O| Feb 01 00:51:34.454 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43842025-02-01T00:51:35.987Z[ recovery-image] Feb 01 00:51:34.454 INFO O| Feb 01 00:51:34.454 INFO ok!
43852025-02-01T00:51:35.987Z[ recovery-image] Feb 01 00:51:34.454 INFO O| Feb 01 00:51:34.454 INFO STEP 58 (ensure_file) COMPLETE
43862025-02-01T00:51:35.987Z[ recovery-image] Feb 01 00:51:34.454 INFO O| Feb 01 00:51:34.454 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43872025-02-01T00:51:36.017Z[ recovery-image] Feb 01 00:51:34.486 INFO O| Feb 01 00:51:34.485 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43882025-02-01T00:51:36.017Z[ recovery-image] Feb 01 00:51:34.486 INFO O| Feb 01 00:51:34.486 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43892025-02-01T00:51:36.019Z[ recovery-image] Feb 01 00:51:34.486 INFO O| Feb 01 00:51:34.486 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43902025-02-01T00:51:36.019Z[ recovery-image] Feb 01 00:51:34.486 INFO O| Feb 01 00:51:34.486 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43912025-02-01T00:51:36.019Z[ recovery-image] Feb 01 00:51:34.486 INFO O| Feb 01 00:51:34.486 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43922025-02-01T00:51:36.020Z[ recovery-image] Feb 01 00:51:34.486 INFO O| Feb 01 00:51:34.486 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43932025-02-01T00:51:36.020Z[ recovery-image] Feb 01 00:51:34.486 INFO O| Feb 01 00:51:34.486 INFO ok!
43942025-02-01T00:51:36.020Z[ recovery-image] Feb 01 00:51:34.486 INFO O| Feb 01 00:51:34.486 INFO STEP 59 (ensure_file) COMPLETE
43952025-02-01T00:51:36.020Z[ recovery-image] Feb 01 00:51:34.486 INFO O| Feb 01 00:51:34.486 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43962025-02-01T00:51:36.038Z[ recovery-image] Feb 01 00:51:34.507 INFO O| Feb 01 00:51:34.507 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43972025-02-01T00:51:36.041Z[ recovery-image] Feb 01 00:51:34.507 INFO O| Feb 01 00:51:34.507 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43982025-02-01T00:51:36.041Z[ recovery-image] Feb 01 00:51:34.507 INFO O| Feb 01 00:51:34.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43992025-02-01T00:51:36.041Z[ recovery-image] Feb 01 00:51:34.507 INFO O| Feb 01 00:51:34.507 INFO ok!
44002025-02-01T00:51:36.041Z[ recovery-image] Feb 01 00:51:34.507 INFO O| Feb 01 00:51:34.507 INFO STEP 60 (ensure_file) COMPLETE
44012025-02-01T00:51:36.041Z[ recovery-image] Feb 01 00:51:34.507 INFO O| Feb 01 00:51:34.507 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44022025-02-01T00:51:36.071Z[ recovery-image] Feb 01 00:51:34.539 INFO O| Feb 01 00:51:34.539 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
44032025-02-01T00:51:36.071Z[ recovery-image] Feb 01 00:51:34.539 INFO O| Feb 01 00:51:34.539 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
44042025-02-01T00:51:36.074Z[ recovery-image] Feb 01 00:51:34.539 INFO O| Feb 01 00:51:34.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
44052025-02-01T00:51:36.074Z[ recovery-image] Feb 01 00:51:34.539 INFO O| Feb 01 00:51:34.539 INFO ok!
44062025-02-01T00:51:36.074Z[ recovery-image] Feb 01 00:51:34.539 INFO O| Feb 01 00:51:34.539 INFO STEP 61 (ensure_file) COMPLETE
44072025-02-01T00:51:36.074Z[ recovery-image] Feb 01 00:51:34.539 INFO O| Feb 01 00:51:34.539 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44082025-02-01T00:51:36.129Z[ recovery-image] Feb 01 00:51:34.598 INFO O| Feb 01 00:51:34.598 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
44092025-02-01T00:51:36.129Z[ recovery-image] Feb 01 00:51:34.598 INFO O| Feb 01 00:51:34.598 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
44102025-02-01T00:51:36.132Z[ recovery-image] Feb 01 00:51:34.599 INFO O| Feb 01 00:51:34.598 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44112025-02-01T00:51:36.132Z[ recovery-image] Feb 01 00:51:34.599 INFO O| Feb 01 00:51:34.598 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44122025-02-01T00:51:36.132Z[ recovery-image] Feb 01 00:51:34.599 INFO O| Feb 01 00:51:34.599 INFO ok!
44132025-02-01T00:51:36.132Z[ recovery-image] Feb 01 00:51:34.599 INFO O| Feb 01 00:51:34.599 INFO STEP 62 (ensure_file) COMPLETE
44142025-02-01T00:51:36.132Z[ recovery-image] Feb 01 00:51:34.599 INFO O| Feb 01 00:51:34.599 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44152025-02-01T00:51:36.154Z[ recovery-image] Feb 01 00:51:34.623 INFO O| Feb 01 00:51:34.623 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
44162025-02-01T00:51:36.155Z[ recovery-image] Feb 01 00:51:34.623 INFO O| Feb 01 00:51:34.623 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
44172025-02-01T00:51:36.157Z[ recovery-image] Feb 01 00:51:34.624 INFO O| Feb 01 00:51:34.624 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44182025-02-01T00:51:36.157Z[ recovery-image] Feb 01 00:51:34.624 INFO O| Feb 01 00:51:34.624 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44192025-02-01T00:51:36.158Z[ recovery-image] Feb 01 00:51:34.624 INFO O| Feb 01 00:51:34.624 INFO ok!
44202025-02-01T00:51:36.158Z[ recovery-image] Feb 01 00:51:34.624 INFO O| Feb 01 00:51:34.624 INFO STEP 63 (ensure_file) COMPLETE
44212025-02-01T00:51:36.158Z[ recovery-image] Feb 01 00:51:34.624 INFO O| Feb 01 00:51:34.624 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44222025-02-01T00:51:36.222Z[ recovery-image] Feb 01 00:51:34.690 INFO O| Feb 01 00:51:34.690 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
44232025-02-01T00:51:36.223Z[ recovery-image] Feb 01 00:51:34.690 INFO O| Feb 01 00:51:34.690 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
44242025-02-01T00:51:36.223Z[ recovery-image] Feb 01 00:51:34.691 INFO O| Feb 01 00:51:34.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
44252025-02-01T00:51:36.225Z[ recovery-image] Feb 01 00:51:34.691 INFO O| Feb 01 00:51:34.691 INFO ok!
44262025-02-01T00:51:36.225Z[ recovery-image] Feb 01 00:51:34.691 INFO O| Feb 01 00:51:34.691 INFO STEP 64 (assemble_files) COMPLETE
44272025-02-01T00:51:36.225Z[ recovery-image] Feb 01 00:51:34.691 INFO O| Feb 01 00:51:34.691 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44282025-02-01T00:51:36.260Z[ recovery-image] Feb 01 00:51:34.729 INFO O| Feb 01 00:51:34.729 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
44292025-02-01T00:51:36.260Z[ recovery-image] Feb 01 00:51:34.729 INFO O| Feb 01 00:51:34.729 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
44302025-02-01T00:51:36.263Z[ recovery-image] Feb 01 00:51:34.730 INFO O| Feb 01 00:51:34.729 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44312025-02-01T00:51:36.263Z[ recovery-image] Feb 01 00:51:34.730 INFO O| Feb 01 00:51:34.730 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44322025-02-01T00:51:36.263Z[ recovery-image] Feb 01 00:51:34.730 INFO O| Feb 01 00:51:34.730 INFO ok!
44332025-02-01T00:51:36.263Z[ recovery-image] Feb 01 00:51:34.730 INFO O| Feb 01 00:51:34.730 INFO STEP 65 (ensure_file) COMPLETE
44342025-02-01T00:51:36.263Z[ recovery-image] Feb 01 00:51:34.730 INFO O| Feb 01 00:51:34.730 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44352025-02-01T00:51:36.263Z[ recovery-image] Feb 01 00:51:34.730 INFO O| Feb 01 00:51:34.730 INFO skip step because feature "omicron1" is not enabled
44362025-02-01T00:51:36.263Z[ recovery-image] Feb 01 00:51:34.730 INFO O| Feb 01 00:51:34.730 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44372025-02-01T00:51:36.263Z[ recovery-image] Feb 01 00:51:34.730 INFO O| Feb 01 00:51:34.730 INFO skip step because feature "omicron1" is not enabled
44382025-02-01T00:51:36.263Z[ recovery-image] Feb 01 00:51:34.731 INFO O| Feb 01 00:51:34.731 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44392025-02-01T00:51:36.263Z[ recovery-image] Feb 01 00:51:34.731 INFO O| Feb 01 00:51:34.731 INFO skip step because feature "omicron1" is not enabled
44402025-02-01T00:51:36.263Z[ recovery-image] Feb 01 00:51:34.731 INFO O| Feb 01 00:51:34.731 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44412025-02-01T00:51:36.291Z[ recovery-image] Feb 01 00:51:34.760 INFO O| Feb 01 00:51:34.760 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
44422025-02-01T00:51:36.291Z[ recovery-image] Feb 01 00:51:34.760 INFO O| Feb 01 00:51:34.760 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
44432025-02-01T00:51:39.218Z[ recovery-image] Feb 01 00:51:37.686 INFO O| Feb 01 00:51:37.686 INFO STEP 69 (pack_tar) COMPLETE
44442025-02-01T00:51:39.218Z[ recovery-image] Feb 01 00:51:37.686 INFO O| Feb 01 00:51:37.686 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44452025-02-01T00:51:39.221Z[ recovery-image] Feb 01 00:51:37.686 INFO O| Feb 01 00:51:37.686 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44462025-02-01T00:51:39.426Z[ recovery-image] Feb 01 00:51:37.894 INFO O| Feb 01 00:51:37.894 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
44472025-02-01T00:51:39.566Z[ recovery-image] Feb 01 00:51:38.034 INFO O| Feb 01 00:51:38.034 INFO completed processing gimlet/ramdisk-02-trim
44482025-02-01T00:51:39.569Z[ recovery-image] Feb 01 00:51:38.037 INFO image builder template: ramdisk-03-recovery-trim...
44492025-02-01T00:51:39.569Z[ recovery-image] Feb 01 00:51:38.037 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/.tmp8Wjkrn/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.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
44502025-02-01T00:51:39.761Z[ recovery-image] Feb 01 00:51:38.229 INFO O| Feb 01 00:51:38.229 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44512025-02-01T00:51:39.768Z[ recovery-image] Feb 01 00:51:38.236 INFO O| Feb 01 00:51:38.236 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44522025-02-01T00:51:39.878Z[ recovery-image] Feb 01 00:51:38.347 INFO O| Feb 01 00:51:38.347 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
44532025-02-01T00:51:39.988Z[ recovery-image] Feb 01 00:51:38.456 INFO O| Feb 01 00:51:38.456 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44542025-02-01T00:51:39.988Z[ recovery-image] Feb 01 00:51:38.456 INFO O| Feb 01 00:51:38.456 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
44552025-02-01T00:51:40.003Z[ recovery-image] Feb 01 00:51:38.471 INFO O| Feb 01 00:51:38.471 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
44562025-02-01T00:51:40.029Z[ recovery-image] Feb 01 00:51:38.497 INFO O| Feb 01 00:51:38.497 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44572025-02-01T00:51:40.056Z[ recovery-image] Feb 01 00:51:38.524 INFO O| Feb 01 00:51:38.524 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44582025-02-01T00:51:40.578Z[ recovery-image] Feb 01 00:51:39.046 INFO O| Feb 01 00:51:39.046 INFO rolled back to input snapshot; work may begin
44592025-02-01T00:51:40.581Z[ recovery-image] Feb 01 00:51:39.046 INFO O| Feb 01 00:51:39.046 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44602025-02-01T00:51:40.620Z[ recovery-image] Feb 01 00:51:39.087 INFO O| Feb 01 00:51:39.087 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612025-02-01T00:51:40.718Z[ recovery-image] Feb 01 00:51:39.186 INFO O| Feb 01 00:51:39.186 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44622025-02-01T00:51:40.807Z[ recovery-image] Feb 01 00:51:39.275 INFO O| Feb 01 00:51:39.275 INFO STEP 0 (remove_files) COMPLETE
44632025-02-01T00:51:40.807Z[ recovery-image] Feb 01 00:51:39.275 INFO O| Feb 01 00:51:39.275 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642025-02-01T00:51:40.827Z[ recovery-image] Feb 01 00:51:39.296 INFO O| Feb 01 00:51:39.296 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44652025-02-01T00:51:41.185Z[ recovery-image] Feb 01 00:51:39.653 INFO O| Feb 01 00:51:39.653 INFO STEP 1 (remove_files) COMPLETE
44662025-02-01T00:51:41.185Z[ recovery-image] Feb 01 00:51:39.653 INFO O| Feb 01 00:51:39.653 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672025-02-01T00:51:41.244Z[ recovery-image] Feb 01 00:51:39.711 INFO O| Feb 01 00:51:39.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44682025-02-01T00:51:41.270Z[ recovery-image] Feb 01 00:51:39.737 INFO O| Feb 01 00:51:39.737 INFO STEP 2 (remove_files) COMPLETE
44692025-02-01T00:51:41.270Z[ recovery-image] Feb 01 00:51:39.738 INFO O| Feb 01 00:51:39.738 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702025-02-01T00:51:41.288Z[ recovery-image] Feb 01 00:51:39.756 INFO O| Feb 01 00:51:39.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
44712025-02-01T00:51:41.403Z[ recovery-image] Feb 01 00:51:39.871 INFO O| Feb 01 00:51:39.871 INFO STEP 3 (remove_files) COMPLETE
44722025-02-01T00:51:41.406Z[ recovery-image] Feb 01 00:51:39.871 INFO O| Feb 01 00:51:39.871 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732025-02-01T00:51:41.425Z[ recovery-image] Feb 01 00:51:39.893 INFO O| Feb 01 00:51:39.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
44742025-02-01T00:51:41.570Z[ recovery-image] Feb 01 00:51:40.037 INFO O| Feb 01 00:51:40.037 INFO STEP 4 (remove_files) COMPLETE
44752025-02-01T00:51:41.570Z[ recovery-image] Feb 01 00:51:40.038 INFO O| Feb 01 00:51:40.037 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762025-02-01T00:51:41.604Z[ recovery-image] Feb 01 00:51:40.072 INFO O| Feb 01 00:51:40.072 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44772025-02-01T00:51:41.644Z[ recovery-image] Feb 01 00:51:40.112 INFO O| Feb 01 00:51:40.111 INFO STEP 5 (remove_files) COMPLETE
44782025-02-01T00:51:41.644Z[ recovery-image] Feb 01 00:51:40.112 INFO O| Feb 01 00:51:40.112 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792025-02-01T00:51:41.673Z[ recovery-image] Feb 01 00:51:40.141 INFO O| Feb 01 00:51:40.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44802025-02-01T00:51:41.676Z[ recovery-image] Feb 01 00:51:40.144 INFO O| Feb 01 00:51:40.144 INFO STEP 6 (remove_files) COMPLETE
44812025-02-01T00:51:41.681Z[ recovery-image] Feb 01 00:51:40.145 INFO O| Feb 01 00:51:40.144 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822025-02-01T00:51:41.695Z[ recovery-image] Feb 01 00:51:40.163 INFO O| Feb 01 00:51:40.163 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44832025-02-01T00:51:41.699Z[ recovery-image] Feb 01 00:51:40.167 INFO O| Feb 01 00:51:40.167 INFO STEP 7 (remove_files) COMPLETE
44842025-02-01T00:51:41.699Z[ recovery-image] Feb 01 00:51:40.167 INFO O| Feb 01 00:51:40.167 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852025-02-01T00:51:41.727Z[ recovery-image] Feb 01 00:51:40.195 INFO O| Feb 01 00:51:40.195 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44862025-02-01T00:51:41.749Z[ recovery-image] Feb 01 00:51:40.216 INFO O| Feb 01 00:51:40.216 INFO STEP 8 (remove_files) COMPLETE
44872025-02-01T00:51:41.749Z[ recovery-image] Feb 01 00:51:40.216 INFO O| Feb 01 00:51:40.216 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882025-02-01T00:51:41.783Z[ recovery-image] Feb 01 00:51:40.251 INFO O| Feb 01 00:51:40.251 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44892025-02-01T00:51:41.828Z[ recovery-image] Feb 01 00:51:40.295 INFO O| Feb 01 00:51:40.295 INFO STEP 9 (remove_files) COMPLETE
44902025-02-01T00:51:41.828Z[ recovery-image] Feb 01 00:51:40.295 INFO O| Feb 01 00:51:40.295 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912025-02-01T00:51:41.866Z[ recovery-image] Feb 01 00:51:40.333 INFO O| Feb 01 00:51:40.333 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44922025-02-01T00:51:42.659Z[ recovery-image] Feb 01 00:51:41.126 INFO O| Feb 01 00:51:41.125 INFO STEP 10 (remove_files) COMPLETE
44932025-02-01T00:51:42.659Z[ recovery-image] Feb 01 00:51:41.126 INFO O| Feb 01 00:51:41.125 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942025-02-01T00:51:42.690Z[ recovery-image] Feb 01 00:51:41.157 INFO O| Feb 01 00:51:41.157 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44952025-02-01T00:51:42.693Z[ recovery-image] Feb 01 00:51:41.161 INFO O| Feb 01 00:51:41.161 INFO STEP 11 (remove_files) COMPLETE
44962025-02-01T00:51:42.695Z[ recovery-image] Feb 01 00:51:41.161 INFO O| Feb 01 00:51:41.161 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972025-02-01T00:51:42.740Z[ recovery-image] Feb 01 00:51:41.207 INFO O| Feb 01 00:51:41.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44982025-02-01T00:51:42.780Z[ recovery-image] Feb 01 00:51:41.248 INFO O| Feb 01 00:51:41.248 INFO STEP 12 (remove_files) COMPLETE
44992025-02-01T00:51:42.780Z[ recovery-image] Feb 01 00:51:41.248 INFO O| Feb 01 00:51:41.248 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002025-02-01T00:51:42.803Z[ recovery-image] Feb 01 00:51:41.271 INFO O| Feb 01 00:51:41.270 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
45012025-02-01T00:51:42.806Z[ recovery-image] Feb 01 00:51:41.271 INFO O| Feb 01 00:51:41.271 INFO STEP 13 (remove_files) COMPLETE
45022025-02-01T00:51:42.806Z[ recovery-image] Feb 01 00:51:41.271 INFO O| Feb 01 00:51:41.271 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032025-02-01T00:51:42.823Z[ recovery-image] Feb 01 00:51:41.291 INFO O| Feb 01 00:51:41.291 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
45042025-02-01T00:51:42.826Z[ recovery-image] Feb 01 00:51:41.292 INFO O| Feb 01 00:51:41.292 INFO STEP 14 (remove_files) COMPLETE
45052025-02-01T00:51:42.826Z[ recovery-image] Feb 01 00:51:41.292 INFO O| Feb 01 00:51:41.292 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062025-02-01T00:51:42.843Z[ recovery-image] Feb 01 00:51:41.311 INFO O| Feb 01 00:51:41.310 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
45072025-02-01T00:51:42.874Z[ recovery-image] Feb 01 00:51:41.341 INFO O| Feb 01 00:51:41.341 INFO STEP 15 (remove_files) COMPLETE
45082025-02-01T00:51:42.874Z[ recovery-image] Feb 01 00:51:41.342 INFO O| Feb 01 00:51:41.341 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092025-02-01T00:51:42.908Z[ recovery-image] Feb 01 00:51:41.375 INFO O| Feb 01 00:51:41.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
45102025-02-01T00:51:42.932Z[ recovery-image] Feb 01 00:51:41.399 INFO O| Feb 01 00:51:41.399 INFO STEP 16 (remove_files) COMPLETE
45112025-02-01T00:51:42.932Z[ recovery-image] Feb 01 00:51:41.399 INFO O| Feb 01 00:51:41.399 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122025-02-01T00:51:42.969Z[ recovery-image] Feb 01 00:51:41.436 INFO O| Feb 01 00:51:41.436 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
45132025-02-01T00:51:42.995Z[ recovery-image] Feb 01 00:51:41.462 INFO O| Feb 01 00:51:41.462 INFO STEP 17 (remove_files) COMPLETE
45142025-02-01T00:51:42.995Z[ recovery-image] Feb 01 00:51:41.462 INFO O| Feb 01 00:51:41.462 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152025-02-01T00:51:43.038Z[ recovery-image] Feb 01 00:51:41.506 INFO O| Feb 01 00:51:41.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
45162025-02-01T00:51:43.290Z[ recovery-image] Feb 01 00:51:41.757 INFO O| Feb 01 00:51:41.757 INFO STEP 18 (remove_files) COMPLETE
45172025-02-01T00:51:43.290Z[ recovery-image] Feb 01 00:51:41.757 INFO O| Feb 01 00:51:41.757 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182025-02-01T00:51:43.328Z[ recovery-image] Feb 01 00:51:41.795 INFO O| Feb 01 00:51:41.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
45192025-02-01T00:51:43.370Z[ recovery-image] Feb 01 00:51:41.838 INFO O| Feb 01 00:51:41.838 INFO STEP 19 (remove_files) COMPLETE
45202025-02-01T00:51:43.370Z[ recovery-image] Feb 01 00:51:41.838 INFO O| Feb 01 00:51:41.838 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212025-02-01T00:51:43.404Z[ recovery-image] Feb 01 00:51:41.872 INFO O| Feb 01 00:51:41.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
45222025-02-01T00:51:43.428Z[ recovery-image] Feb 01 00:51:41.896 INFO O| Feb 01 00:51:41.896 INFO STEP 20 (remove_files) COMPLETE
45232025-02-01T00:51:43.428Z[ recovery-image] Feb 01 00:51:41.896 INFO O| Feb 01 00:51:41.896 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242025-02-01T00:51:43.490Z[ recovery-image] Feb 01 00:51:41.957 INFO O| Feb 01 00:51:41.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
45252025-02-01T00:51:43.492Z[ recovery-image] Feb 01 00:51:41.958 INFO O| Feb 01 00:51:41.958 INFO STEP 21 (remove_files) COMPLETE
45262025-02-01T00:51:43.492Z[ recovery-image] Feb 01 00:51:41.958 INFO O| Feb 01 00:51:41.958 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272025-02-01T00:51:43.511Z[ recovery-image] Feb 01 00:51:41.978 INFO O| Feb 01 00:51:41.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
45282025-02-01T00:51:43.511Z[ recovery-image] Feb 01 00:51:41.978 INFO O| Feb 01 00:51:41.978 INFO STEP 22 (remove_files) COMPLETE
45292025-02-01T00:51:43.511Z[ recovery-image] Feb 01 00:51:41.978 INFO O| Feb 01 00:51:41.978 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302025-02-01T00:51:43.535Z[ recovery-image] Feb 01 00:51:42.002 INFO O| Feb 01 00:51:42.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
45312025-02-01T00:51:43.563Z[ recovery-image] Feb 01 00:51:42.022 INFO O| Feb 01 00:51:42.022 INFO STEP 23 (remove_files) COMPLETE
45322025-02-01T00:51:43.563Z[ recovery-image] Feb 01 00:51:42.022 INFO O| Feb 01 00:51:42.022 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332025-02-01T00:51:43.575Z[ recovery-image] Feb 01 00:51:42.043 INFO O| Feb 01 00:51:42.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
45342025-02-01T00:51:43.578Z[ recovery-image] Feb 01 00:51:42.043 INFO O| Feb 01 00:51:42.043 INFO STEP 24 (remove_files) COMPLETE
45352025-02-01T00:51:43.578Z[ recovery-image] Feb 01 00:51:42.043 INFO O| Feb 01 00:51:42.043 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362025-02-01T00:51:43.596Z[ recovery-image] Feb 01 00:51:42.063 INFO O| Feb 01 00:51:42.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
45372025-02-01T00:51:43.618Z[ recovery-image] Feb 01 00:51:42.086 INFO O| Feb 01 00:51:42.086 INFO STEP 25 (remove_files) COMPLETE
45382025-02-01T00:51:43.621Z[ recovery-image] Feb 01 00:51:42.086 INFO O| Feb 01 00:51:42.086 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392025-02-01T00:51:43.641Z[ recovery-image] Feb 01 00:51:42.108 INFO O| Feb 01 00:51:42.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
45402025-02-01T00:51:43.643Z[ recovery-image] Feb 01 00:51:42.109 INFO O| Feb 01 00:51:42.108 INFO STEP 26 (remove_files) COMPLETE
45412025-02-01T00:51:43.643Z[ recovery-image] Feb 01 00:51:42.109 INFO O| Feb 01 00:51:42.109 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422025-02-01T00:51:43.662Z[ recovery-image] Feb 01 00:51:42.129 INFO O| Feb 01 00:51:42.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
45432025-02-01T00:51:43.662Z[ recovery-image] Feb 01 00:51:42.129 INFO O| Feb 01 00:51:42.129 INFO STEP 27 (remove_files) COMPLETE
45442025-02-01T00:51:43.662Z[ recovery-image] Feb 01 00:51:42.130 INFO O| Feb 01 00:51:42.129 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452025-02-01T00:51:43.688Z[ recovery-image] Feb 01 00:51:42.154 INFO O| Feb 01 00:51:42.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
45462025-02-01T00:51:43.688Z[ recovery-image] Feb 01 00:51:42.154 INFO O| Feb 01 00:51:42.154 INFO STEP 28 (remove_files) COMPLETE
45472025-02-01T00:51:43.688Z[ recovery-image] Feb 01 00:51:42.154 INFO O| Feb 01 00:51:42.154 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482025-02-01T00:51:43.734Z[ recovery-image] Feb 01 00:51:42.201 INFO O| Feb 01 00:51:42.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45492025-02-01T00:51:43.734Z[ recovery-image] Feb 01 00:51:42.201 INFO O| Feb 01 00:51:42.201 INFO STEP 29 (remove_files) COMPLETE
45502025-02-01T00:51:43.734Z[ recovery-image] Feb 01 00:51:42.201 INFO O| Feb 01 00:51:42.201 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512025-02-01T00:51:43.789Z[ recovery-image] Feb 01 00:51:42.256 INFO O| Feb 01 00:51:42.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45522025-02-01T00:51:43.806Z[ recovery-image] Feb 01 00:51:42.274 INFO O| Feb 01 00:51:42.274 INFO STEP 30 (remove_files) COMPLETE
45532025-02-01T00:51:43.807Z[ recovery-image] Feb 01 00:51:42.274 INFO O| Feb 01 00:51:42.274 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542025-02-01T00:51:43.838Z[ recovery-image] Feb 01 00:51:42.305 INFO O| Feb 01 00:51:42.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45552025-02-01T00:51:43.853Z[ recovery-image] Feb 01 00:51:42.321 INFO O| Feb 01 00:51:42.321 INFO STEP 31 (remove_files) COMPLETE
45562025-02-01T00:51:43.853Z[ recovery-image] Feb 01 00:51:42.321 INFO O| Feb 01 00:51:42.321 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572025-02-01T00:51:43.889Z[ recovery-image] Feb 01 00:51:42.357 INFO O| Feb 01 00:51:42.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
45582025-02-01T00:51:43.892Z[ recovery-image] Feb 01 00:51:42.357 INFO O| Feb 01 00:51:42.357 INFO STEP 32 (remove_files) COMPLETE
45592025-02-01T00:51:43.892Z[ recovery-image] Feb 01 00:51:42.357 INFO O| Feb 01 00:51:42.357 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602025-02-01T00:51:43.945Z[ recovery-image] Feb 01 00:51:42.413 INFO O| Feb 01 00:51:42.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
45612025-02-01T00:51:43.948Z[ recovery-image] Feb 01 00:51:42.413 INFO O| Feb 01 00:51:42.413 INFO STEP 33 (remove_files) COMPLETE
45622025-02-01T00:51:43.948Z[ recovery-image] Feb 01 00:51:42.413 INFO O| Feb 01 00:51:42.413 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632025-02-01T00:51:43.988Z[ recovery-image] Feb 01 00:51:42.456 INFO O| Feb 01 00:51:42.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45642025-02-01T00:51:44.009Z[ recovery-image] Feb 01 00:51:42.477 INFO O| Feb 01 00:51:42.477 INFO STEP 34 (remove_files) COMPLETE
45652025-02-01T00:51:44.009Z[ recovery-image] Feb 01 00:51:42.477 INFO O| Feb 01 00:51:42.477 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662025-02-01T00:51:44.045Z[ recovery-image] Feb 01 00:51:42.512 INFO O| Feb 01 00:51:42.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45672025-02-01T00:51:44.048Z[ recovery-image] Feb 01 00:51:42.512 INFO O| Feb 01 00:51:42.512 INFO STEP 35 (remove_files) COMPLETE
45682025-02-01T00:51:44.048Z[ recovery-image] Feb 01 00:51:42.513 INFO O| Feb 01 00:51:42.512 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692025-02-01T00:51:44.084Z[ recovery-image] Feb 01 00:51:42.552 INFO O| Feb 01 00:51:42.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
45702025-02-01T00:51:44.099Z[ recovery-image] Feb 01 00:51:42.566 INFO O| Feb 01 00:51:42.566 INFO STEP 36 (remove_files) COMPLETE
45712025-02-01T00:51:44.099Z[ recovery-image] Feb 01 00:51:42.566 INFO O| Feb 01 00:51:42.566 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722025-02-01T00:51:44.154Z[ recovery-image] Feb 01 00:51:42.621 INFO O| Feb 01 00:51:42.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45732025-02-01T00:51:44.156Z[ recovery-image] Feb 01 00:51:42.621 INFO O| Feb 01 00:51:42.621 INFO STEP 37 (remove_files) COMPLETE
45742025-02-01T00:51:44.156Z[ recovery-image] Feb 01 00:51:42.621 INFO O| Feb 01 00:51:42.621 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752025-02-01T00:51:44.234Z[ recovery-image] Feb 01 00:51:42.701 INFO O| Feb 01 00:51:42.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45762025-02-01T00:51:44.237Z[ recovery-image] Feb 01 00:51:42.701 INFO O| Feb 01 00:51:42.701 INFO STEP 38 (remove_files) COMPLETE
45772025-02-01T00:51:44.237Z[ recovery-image] Feb 01 00:51:42.701 INFO O| Feb 01 00:51:42.701 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782025-02-01T00:51:44.290Z[ recovery-image] Feb 01 00:51:42.757 INFO O| Feb 01 00:51:42.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45792025-02-01T00:51:44.290Z[ recovery-image] Feb 01 00:51:42.757 INFO O| Feb 01 00:51:42.757 INFO STEP 39 (remove_files) COMPLETE
45802025-02-01T00:51:44.292Z[ recovery-image] Feb 01 00:51:42.757 INFO O| Feb 01 00:51:42.757 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812025-02-01T00:51:44.310Z[ recovery-image] Feb 01 00:51:42.777 INFO O| Feb 01 00:51:42.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45822025-02-01T00:51:44.310Z[ recovery-image] Feb 01 00:51:42.777 INFO O| Feb 01 00:51:42.777 INFO STEP 40 (remove_files) COMPLETE
45832025-02-01T00:51:44.310Z[ recovery-image] Feb 01 00:51:42.777 INFO O| Feb 01 00:51:42.777 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842025-02-01T00:51:44.329Z[ recovery-image] Feb 01 00:51:42.796 INFO O| Feb 01 00:51:42.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45852025-02-01T00:51:44.329Z[ recovery-image] Feb 01 00:51:42.797 INFO O| Feb 01 00:51:42.796 INFO STEP 41 (remove_files) COMPLETE
45862025-02-01T00:51:44.332Z[ recovery-image] Feb 01 00:51:42.797 INFO O| Feb 01 00:51:42.797 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872025-02-01T00:51:44.349Z[ recovery-image] Feb 01 00:51:42.816 INFO O| Feb 01 00:51:42.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45882025-02-01T00:51:44.351Z[ recovery-image] Feb 01 00:51:42.816 INFO O| Feb 01 00:51:42.816 INFO STEP 42 (remove_files) COMPLETE
45892025-02-01T00:51:44.351Z[ recovery-image] Feb 01 00:51:42.816 INFO O| Feb 01 00:51:42.816 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902025-02-01T00:51:44.382Z[ recovery-image] Feb 01 00:51:42.848 INFO O| Feb 01 00:51:42.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45912025-02-01T00:51:44.382Z[ recovery-image] Feb 01 00:51:42.848 INFO O| Feb 01 00:51:42.848 INFO STEP 43 (remove_files) COMPLETE
45922025-02-01T00:51:44.382Z[ recovery-image] Feb 01 00:51:42.848 INFO O| Feb 01 00:51:42.848 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932025-02-01T00:51:44.402Z[ recovery-image] Feb 01 00:51:42.869 INFO O| Feb 01 00:51:42.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45942025-02-01T00:51:44.403Z[ recovery-image] Feb 01 00:51:42.869 INFO O| Feb 01 00:51:42.869 INFO STEP 44 (remove_files) COMPLETE
45952025-02-01T00:51:44.403Z[ recovery-image] Feb 01 00:51:42.869 INFO O| Feb 01 00:51:42.869 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962025-02-01T00:51:44.423Z[ recovery-image] Feb 01 00:51:42.889 INFO O| Feb 01 00:51:42.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45972025-02-01T00:51:44.423Z[ recovery-image] Feb 01 00:51:42.889 INFO O| Feb 01 00:51:42.889 INFO STEP 45 (remove_files) COMPLETE
45982025-02-01T00:51:44.423Z[ recovery-image] Feb 01 00:51:42.889 INFO O| Feb 01 00:51:42.889 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992025-02-01T00:51:44.442Z[ recovery-image] Feb 01 00:51:42.908 INFO O| Feb 01 00:51:42.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
46002025-02-01T00:51:44.442Z[ recovery-image] Feb 01 00:51:42.908 INFO O| Feb 01 00:51:42.908 INFO STEP 46 (remove_files) COMPLETE
46012025-02-01T00:51:44.442Z[ recovery-image] Feb 01 00:51:42.908 INFO O| Feb 01 00:51:42.908 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022025-02-01T00:51:44.472Z[ recovery-image] Feb 01 00:51:42.939 INFO O| Feb 01 00:51:42.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
46032025-02-01T00:51:44.472Z[ recovery-image] Feb 01 00:51:42.939 INFO O| Feb 01 00:51:42.939 INFO STEP 47 (remove_files) COMPLETE
46042025-02-01T00:51:44.475Z[ recovery-image] Feb 01 00:51:42.939 INFO O| Feb 01 00:51:42.939 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052025-02-01T00:51:44.527Z[ recovery-image] Feb 01 00:51:42.994 INFO O| Feb 01 00:51:42.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
46062025-02-01T00:51:44.530Z[ recovery-image] Feb 01 00:51:42.996 INFO O| Feb 01 00:51:42.996 INFO STEP 48 (remove_files) COMPLETE
46072025-02-01T00:51:44.530Z[ recovery-image] Feb 01 00:51:42.996 INFO O| Feb 01 00:51:42.996 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082025-02-01T00:51:44.569Z[ recovery-image] Feb 01 00:51:43.036 INFO O| Feb 01 00:51:43.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
46092025-02-01T00:51:44.569Z[ recovery-image] Feb 01 00:51:43.036 INFO O| Feb 01 00:51:43.036 INFO STEP 49 (remove_files) COMPLETE
46102025-02-01T00:51:44.569Z[ recovery-image] Feb 01 00:51:43.036 INFO O| Feb 01 00:51:43.036 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112025-02-01T00:51:44.647Z[ recovery-image] Feb 01 00:51:43.114 INFO O| Feb 01 00:51:43.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
46122025-02-01T00:51:44.649Z[ recovery-image] Feb 01 00:51:43.114 INFO O| Feb 01 00:51:43.114 INFO STEP 50 (remove_files) COMPLETE
46132025-02-01T00:51:44.649Z[ recovery-image] Feb 01 00:51:43.114 INFO O| Feb 01 00:51:43.114 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142025-02-01T00:51:44.667Z[ recovery-image] Feb 01 00:51:43.134 INFO O| Feb 01 00:51:43.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
46152025-02-01T00:51:44.667Z[ recovery-image] Feb 01 00:51:43.134 INFO O| Feb 01 00:51:43.134 INFO STEP 51 (remove_files) COMPLETE
46162025-02-01T00:51:44.667Z[ recovery-image] Feb 01 00:51:43.134 INFO O| Feb 01 00:51:43.134 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172025-02-01T00:51:44.692Z[ recovery-image] Feb 01 00:51:43.159 INFO O| Feb 01 00:51:43.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
46182025-02-01T00:51:44.692Z[ recovery-image] Feb 01 00:51:43.159 INFO O| Feb 01 00:51:43.159 INFO STEP 52 (remove_files) COMPLETE
46192025-02-01T00:51:44.695Z[ recovery-image] Feb 01 00:51:43.159 INFO O| Feb 01 00:51:43.159 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202025-02-01T00:51:44.715Z[ recovery-image] Feb 01 00:51:43.183 INFO O| Feb 01 00:51:43.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
46212025-02-01T00:51:44.716Z[ recovery-image] Feb 01 00:51:43.183 INFO O| Feb 01 00:51:43.183 INFO STEP 53 (remove_files) COMPLETE
46222025-02-01T00:51:44.718Z[ recovery-image] Feb 01 00:51:43.183 INFO O| Feb 01 00:51:43.183 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232025-02-01T00:51:44.765Z[ recovery-image] Feb 01 00:51:43.233 INFO O| Feb 01 00:51:43.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
46242025-02-01T00:51:44.766Z[ recovery-image] Feb 01 00:51:43.233 INFO O| Feb 01 00:51:43.233 INFO STEP 54 (remove_files) COMPLETE
46252025-02-01T00:51:44.766Z[ recovery-image] Feb 01 00:51:43.233 INFO O| Feb 01 00:51:43.233 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262025-02-01T00:51:44.786Z[ recovery-image] Feb 01 00:51:43.253 INFO O| Feb 01 00:51:43.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
46272025-02-01T00:51:44.786Z[ recovery-image] Feb 01 00:51:43.253 INFO O| Feb 01 00:51:43.253 INFO STEP 55 (remove_files) COMPLETE
46282025-02-01T00:51:44.786Z[ recovery-image] Feb 01 00:51:43.253 INFO O| Feb 01 00:51:43.253 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292025-02-01T00:51:44.822Z[ recovery-image] Feb 01 00:51:43.289 INFO O| Feb 01 00:51:43.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
46302025-02-01T00:51:44.822Z[ recovery-image] Feb 01 00:51:43.289 INFO O| Feb 01 00:51:43.289 INFO STEP 56 (remove_files) COMPLETE
46312025-02-01T00:51:44.822Z[ recovery-image] Feb 01 00:51:43.289 INFO O| Feb 01 00:51:43.289 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322025-02-01T00:51:44.858Z[ recovery-image] Feb 01 00:51:43.324 INFO O| Feb 01 00:51:43.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
46332025-02-01T00:51:44.858Z[ recovery-image] Feb 01 00:51:43.324 INFO O| Feb 01 00:51:43.324 INFO STEP 57 (remove_files) COMPLETE
46342025-02-01T00:51:44.858Z[ recovery-image] Feb 01 00:51:43.324 INFO O| Feb 01 00:51:43.324 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352025-02-01T00:51:44.876Z[ recovery-image] Feb 01 00:51:43.343 INFO O| Feb 01 00:51:43.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
46362025-02-01T00:51:44.876Z[ recovery-image] Feb 01 00:51:43.343 INFO O| Feb 01 00:51:43.343 INFO STEP 58 (remove_files) COMPLETE
46372025-02-01T00:51:44.876Z[ recovery-image] Feb 01 00:51:43.343 INFO O| Feb 01 00:51:43.343 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382025-02-01T00:51:44.894Z[ recovery-image] Feb 01 00:51:43.362 INFO O| Feb 01 00:51:43.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
46392025-02-01T00:51:44.895Z[ recovery-image] Feb 01 00:51:43.362 INFO O| Feb 01 00:51:43.362 INFO STEP 59 (remove_files) COMPLETE
46402025-02-01T00:51:44.897Z[ recovery-image] Feb 01 00:51:43.362 INFO O| Feb 01 00:51:43.362 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412025-02-01T00:51:44.932Z[ recovery-image] Feb 01 00:51:43.399 INFO O| Feb 01 00:51:43.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
46422025-02-01T00:51:44.935Z[ recovery-image] Feb 01 00:51:43.399 INFO O| Feb 01 00:51:43.399 INFO STEP 60 (remove_files) COMPLETE
46432025-02-01T00:51:44.935Z[ recovery-image] Feb 01 00:51:43.399 INFO O| Feb 01 00:51:43.399 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442025-02-01T00:51:44.951Z[ recovery-image] Feb 01 00:51:43.419 INFO O| Feb 01 00:51:43.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
46452025-02-01T00:51:44.954Z[ recovery-image] Feb 01 00:51:43.419 INFO O| Feb 01 00:51:43.419 INFO STEP 61 (remove_files) COMPLETE
46462025-02-01T00:51:44.954Z[ recovery-image] Feb 01 00:51:43.419 INFO O| Feb 01 00:51:43.419 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472025-02-01T00:51:44.995Z[ recovery-image] Feb 01 00:51:43.462 INFO O| Feb 01 00:51:43.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46482025-02-01T00:51:44.995Z[ recovery-image] Feb 01 00:51:43.462 INFO O| Feb 01 00:51:43.462 INFO STEP 62 (remove_files) COMPLETE
46492025-02-01T00:51:44.995Z[ recovery-image] Feb 01 00:51:43.462 INFO O| Feb 01 00:51:43.462 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502025-02-01T00:51:45.042Z[ recovery-image] Feb 01 00:51:43.507 INFO O| Feb 01 00:51:43.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
46512025-02-01T00:51:45.042Z[ recovery-image] Feb 01 00:51:43.507 INFO O| Feb 01 00:51:43.507 INFO STEP 63 (remove_files) COMPLETE
46522025-02-01T00:51:45.042Z[ recovery-image] Feb 01 00:51:43.507 INFO O| Feb 01 00:51:43.507 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532025-02-01T00:51:45.060Z[ recovery-image] Feb 01 00:51:43.528 INFO O| Feb 01 00:51:43.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
46542025-02-01T00:51:45.060Z[ recovery-image] Feb 01 00:51:43.528 INFO O| Feb 01 00:51:43.528 INFO STEP 64 (remove_files) COMPLETE
46552025-02-01T00:51:45.065Z[ recovery-image] Feb 01 00:51:43.528 INFO O| Feb 01 00:51:43.528 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562025-02-01T00:51:45.114Z[ recovery-image] Feb 01 00:51:43.580 INFO O| Feb 01 00:51:43.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
46572025-02-01T00:51:45.114Z[ recovery-image] Feb 01 00:51:43.581 INFO O| Feb 01 00:51:43.580 INFO STEP 65 (remove_files) COMPLETE
46582025-02-01T00:51:45.117Z[ recovery-image] Feb 01 00:51:43.581 INFO O| Feb 01 00:51:43.580 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592025-02-01T00:51:45.134Z[ recovery-image] Feb 01 00:51:43.601 INFO O| Feb 01 00:51:43.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46602025-02-01T00:51:45.134Z[ recovery-image] Feb 01 00:51:43.601 INFO O| Feb 01 00:51:43.601 INFO STEP 66 (remove_files) COMPLETE
46612025-02-01T00:51:45.134Z[ recovery-image] Feb 01 00:51:43.601 INFO O| Feb 01 00:51:43.601 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622025-02-01T00:51:45.153Z[ recovery-image] Feb 01 00:51:43.621 INFO O| Feb 01 00:51:43.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46632025-02-01T00:51:45.154Z[ recovery-image] Feb 01 00:51:43.621 INFO O| Feb 01 00:51:43.621 INFO STEP 67 (remove_files) COMPLETE
46642025-02-01T00:51:45.156Z[ recovery-image] Feb 01 00:51:43.621 INFO O| Feb 01 00:51:43.621 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652025-02-01T00:51:45.174Z[ recovery-image] Feb 01 00:51:43.639 INFO O| Feb 01 00:51:43.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46662025-02-01T00:51:45.174Z[ recovery-image] Feb 01 00:51:43.640 INFO O| Feb 01 00:51:43.640 INFO STEP 68 (remove_files) COMPLETE
46672025-02-01T00:51:45.176Z[ recovery-image] Feb 01 00:51:43.640 INFO O| Feb 01 00:51:43.640 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682025-02-01T00:51:45.207Z[ recovery-image] Feb 01 00:51:43.674 INFO O| Feb 01 00:51:43.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46692025-02-01T00:51:45.207Z[ recovery-image] Feb 01 00:51:43.674 INFO O| Feb 01 00:51:43.674 INFO STEP 69 (remove_files) COMPLETE
46702025-02-01T00:51:45.207Z[ recovery-image] Feb 01 00:51:43.674 INFO O| Feb 01 00:51:43.674 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712025-02-01T00:51:45.228Z[ recovery-image] Feb 01 00:51:43.695 INFO O| Feb 01 00:51:43.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46722025-02-01T00:51:45.240Z[ recovery-image] Feb 01 00:51:43.707 INFO O| Feb 01 00:51:43.707 INFO STEP 70 (remove_files) COMPLETE
46732025-02-01T00:51:45.240Z[ recovery-image] Feb 01 00:51:43.707 INFO O| Feb 01 00:51:43.707 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742025-02-01T00:51:45.292Z[ recovery-image] Feb 01 00:51:43.759 INFO O| Feb 01 00:51:43.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46752025-02-01T00:51:45.292Z[ recovery-image] Feb 01 00:51:43.759 INFO O| Feb 01 00:51:43.759 INFO STEP 71 (remove_files) COMPLETE
46762025-02-01T00:51:45.295Z[ recovery-image] Feb 01 00:51:43.760 INFO O| Feb 01 00:51:43.759 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772025-02-01T00:51:45.313Z[ recovery-image] Feb 01 00:51:43.780 INFO O| Feb 01 00:51:43.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46782025-02-01T00:51:45.313Z[ recovery-image] Feb 01 00:51:43.780 INFO O| Feb 01 00:51:43.780 INFO STEP 72 (remove_files) COMPLETE
46792025-02-01T00:51:45.316Z[ recovery-image] Feb 01 00:51:43.780 INFO O| Feb 01 00:51:43.780 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802025-02-01T00:51:45.413Z[ recovery-image] Feb 01 00:51:43.880 INFO O| Feb 01 00:51:43.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46812025-02-01T00:51:45.413Z[ recovery-image] Feb 01 00:51:43.880 INFO O| Feb 01 00:51:43.880 INFO STEP 73 (remove_files) COMPLETE
46822025-02-01T00:51:45.416Z[ recovery-image] Feb 01 00:51:43.880 INFO O| Feb 01 00:51:43.880 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832025-02-01T00:51:45.464Z[ recovery-image] Feb 01 00:51:43.931 INFO O| Feb 01 00:51:43.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46842025-02-01T00:51:45.464Z[ recovery-image] Feb 01 00:51:43.931 INFO O| Feb 01 00:51:43.931 INFO STEP 74 (remove_files) COMPLETE
46852025-02-01T00:51:45.464Z[ recovery-image] Feb 01 00:51:43.931 INFO O| Feb 01 00:51:43.931 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862025-02-01T00:51:45.490Z[ recovery-image] Feb 01 00:51:43.956 INFO O| Feb 01 00:51:43.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46872025-02-01T00:51:45.490Z[ recovery-image] Feb 01 00:51:43.956 INFO O| Feb 01 00:51:43.956 INFO STEP 75 (remove_files) COMPLETE
46882025-02-01T00:51:45.491Z[ recovery-image] Feb 01 00:51:43.956 INFO O| Feb 01 00:51:43.956 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892025-02-01T00:51:45.509Z[ recovery-image] Feb 01 00:51:43.976 INFO O| Feb 01 00:51:43.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46902025-02-01T00:51:45.509Z[ recovery-image] Feb 01 00:51:43.976 INFO O| Feb 01 00:51:43.976 INFO STEP 76 (remove_files) COMPLETE
46912025-02-01T00:51:45.509Z[ recovery-image] Feb 01 00:51:43.976 INFO O| Feb 01 00:51:43.976 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922025-02-01T00:51:45.529Z[ recovery-image] Feb 01 00:51:43.996 INFO O| Feb 01 00:51:43.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46932025-02-01T00:51:45.529Z[ recovery-image] Feb 01 00:51:43.996 INFO O| Feb 01 00:51:43.996 INFO STEP 77 (remove_files) COMPLETE
46942025-02-01T00:51:45.532Z[ recovery-image] Feb 01 00:51:43.996 INFO O| Feb 01 00:51:43.996 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952025-02-01T00:51:45.549Z[ recovery-image] Feb 01 00:51:44.016 INFO O| Feb 01 00:51:44.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46962025-02-01T00:51:45.549Z[ recovery-image] Feb 01 00:51:44.016 INFO O| Feb 01 00:51:44.016 INFO STEP 78 (remove_files) COMPLETE
46972025-02-01T00:51:45.552Z[ recovery-image] Feb 01 00:51:44.016 INFO O| Feb 01 00:51:44.016 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982025-02-01T00:51:45.573Z[ recovery-image] Feb 01 00:51:44.040 INFO O| Feb 01 00:51:44.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46992025-02-01T00:51:45.576Z[ recovery-image] Feb 01 00:51:44.041 INFO O| Feb 01 00:51:44.041 INFO STEP 79 (remove_files) COMPLETE
47002025-02-01T00:51:45.576Z[ recovery-image] Feb 01 00:51:44.041 INFO O| Feb 01 00:51:44.041 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012025-02-01T00:51:45.613Z[ recovery-image] Feb 01 00:51:44.079 INFO O| Feb 01 00:51:44.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
47022025-02-01T00:51:45.616Z[ recovery-image] Feb 01 00:51:44.079 INFO O| Feb 01 00:51:44.079 INFO STEP 80 (remove_files) COMPLETE
47032025-02-01T00:51:45.616Z[ recovery-image] Feb 01 00:51:44.079 INFO O| Feb 01 00:51:44.079 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042025-02-01T00:51:45.632Z[ recovery-image] Feb 01 00:51:44.099 INFO O| Feb 01 00:51:44.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
47052025-02-01T00:51:45.635Z[ recovery-image] Feb 01 00:51:44.099 INFO O| Feb 01 00:51:44.099 INFO STEP 81 (remove_files) COMPLETE
47062025-02-01T00:51:45.635Z[ recovery-image] Feb 01 00:51:44.099 INFO O| Feb 01 00:51:44.099 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072025-02-01T00:51:45.654Z[ recovery-image] Feb 01 00:51:44.122 INFO O| Feb 01 00:51:44.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
47082025-02-01T00:51:45.657Z[ recovery-image] Feb 01 00:51:44.122 INFO O| Feb 01 00:51:44.122 INFO STEP 82 (remove_files) COMPLETE
47092025-02-01T00:51:45.657Z[ recovery-image] Feb 01 00:51:44.122 INFO O| Feb 01 00:51:44.122 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102025-02-01T00:51:45.700Z[ recovery-image] Feb 01 00:51:44.168 INFO O| Feb 01 00:51:44.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
47112025-02-01T00:51:45.701Z[ recovery-image] Feb 01 00:51:44.168 INFO O| Feb 01 00:51:44.168 INFO STEP 83 (remove_files) COMPLETE
47122025-02-01T00:51:45.704Z[ recovery-image] Feb 01 00:51:44.168 INFO O| Feb 01 00:51:44.168 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132025-02-01T00:51:45.720Z[ recovery-image] Feb 01 00:51:44.187 INFO O| Feb 01 00:51:44.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
47142025-02-01T00:51:45.722Z[ recovery-image] Feb 01 00:51:44.188 INFO O| Feb 01 00:51:44.188 INFO STEP 84 (remove_files) COMPLETE
47152025-02-01T00:51:45.722Z[ recovery-image] Feb 01 00:51:44.188 INFO O| Feb 01 00:51:44.188 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162025-02-01T00:51:45.761Z[ recovery-image] Feb 01 00:51:44.228 INFO O| Feb 01 00:51:44.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
47172025-02-01T00:51:45.761Z[ recovery-image] Feb 01 00:51:44.228 INFO O| Feb 01 00:51:44.228 INFO STEP 85 (remove_files) COMPLETE
47182025-02-01T00:51:45.761Z[ recovery-image] Feb 01 00:51:44.228 INFO O| Feb 01 00:51:44.228 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192025-02-01T00:51:45.789Z[ recovery-image] Feb 01 00:51:44.256 INFO O| Feb 01 00:51:44.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
47202025-02-01T00:51:45.789Z[ recovery-image] Feb 01 00:51:44.256 INFO O| Feb 01 00:51:44.256 INFO STEP 86 (remove_files) COMPLETE
47212025-02-01T00:51:45.791Z[ recovery-image] Feb 01 00:51:44.256 INFO O| Feb 01 00:51:44.256 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222025-02-01T00:51:45.806Z[ recovery-image] Feb 01 00:51:44.273 INFO O| Feb 01 00:51:44.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
47232025-02-01T00:51:45.806Z[ recovery-image] Feb 01 00:51:44.273 INFO O| Feb 01 00:51:44.273 INFO STEP 87 (remove_files) COMPLETE
47242025-02-01T00:51:45.809Z[ recovery-image] Feb 01 00:51:44.274 INFO O| Feb 01 00:51:44.273 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252025-02-01T00:51:45.825Z[ recovery-image] Feb 01 00:51:44.292 INFO O| Feb 01 00:51:44.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
47262025-02-01T00:51:45.825Z[ recovery-image] Feb 01 00:51:44.292 INFO O| Feb 01 00:51:44.292 INFO STEP 88 (remove_files) COMPLETE
47272025-02-01T00:51:45.825Z[ recovery-image] Feb 01 00:51:44.292 INFO O| Feb 01 00:51:44.292 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282025-02-01T00:51:45.862Z[ recovery-image] Feb 01 00:51:44.328 INFO O| Feb 01 00:51:44.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
47292025-02-01T00:51:45.862Z[ recovery-image] Feb 01 00:51:44.329 INFO O| Feb 01 00:51:44.329 INFO STEP 89 (remove_files) COMPLETE
47302025-02-01T00:51:45.862Z[ recovery-image] Feb 01 00:51:44.329 INFO O| Feb 01 00:51:44.329 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312025-02-01T00:51:45.909Z[ recovery-image] Feb 01 00:51:44.376 INFO O| Feb 01 00:51:44.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
47322025-02-01T00:51:45.909Z[ recovery-image] Feb 01 00:51:44.376 INFO O| Feb 01 00:51:44.376 INFO STEP 90 (remove_files) COMPLETE
47332025-02-01T00:51:45.913Z[ recovery-image] Feb 01 00:51:44.376 INFO O| Feb 01 00:51:44.376 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342025-02-01T00:51:45.942Z[ recovery-image] Feb 01 00:51:44.409 INFO O| Feb 01 00:51:44.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
47352025-02-01T00:51:45.942Z[ recovery-image] Feb 01 00:51:44.409 INFO O| Feb 01 00:51:44.409 INFO STEP 91 (remove_files) COMPLETE
47362025-02-01T00:51:45.942Z[ recovery-image] Feb 01 00:51:44.409 INFO O| Feb 01 00:51:44.409 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372025-02-01T00:51:45.979Z[ recovery-image] Feb 01 00:51:44.446 INFO O| Feb 01 00:51:44.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
47382025-02-01T00:51:45.979Z[ recovery-image] Feb 01 00:51:44.446 INFO O| Feb 01 00:51:44.446 INFO STEP 92 (remove_files) COMPLETE
47392025-02-01T00:51:45.979Z[ recovery-image] Feb 01 00:51:44.446 INFO O| Feb 01 00:51:44.446 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402025-02-01T00:51:46.015Z[ recovery-image] Feb 01 00:51:44.481 INFO O| Feb 01 00:51:44.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
47412025-02-01T00:51:46.015Z[ recovery-image] Feb 01 00:51:44.481 INFO O| Feb 01 00:51:44.481 INFO STEP 93 (remove_files) COMPLETE
47422025-02-01T00:51:46.015Z[ recovery-image] Feb 01 00:51:44.481 INFO O| Feb 01 00:51:44.481 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432025-02-01T00:51:46.034Z[ recovery-image] Feb 01 00:51:44.501 INFO O| Feb 01 00:51:44.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
47442025-02-01T00:51:46.034Z[ recovery-image] Feb 01 00:51:44.501 INFO O| Feb 01 00:51:44.501 INFO STEP 94 (remove_files) COMPLETE
47452025-02-01T00:51:46.038Z[ recovery-image] Feb 01 00:51:44.501 INFO O| Feb 01 00:51:44.501 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462025-02-01T00:51:46.053Z[ recovery-image] Feb 01 00:51:44.520 INFO O| Feb 01 00:51:44.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47472025-02-01T00:51:46.053Z[ recovery-image] Feb 01 00:51:44.520 INFO O| Feb 01 00:51:44.520 INFO STEP 95 (remove_files) COMPLETE
47482025-02-01T00:51:46.056Z[ recovery-image] Feb 01 00:51:44.521 INFO O| Feb 01 00:51:44.520 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492025-02-01T00:51:46.097Z[ recovery-image] Feb 01 00:51:44.562 INFO O| Feb 01 00:51:44.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
47502025-02-01T00:51:46.097Z[ recovery-image] Feb 01 00:51:44.562 INFO O| Feb 01 00:51:44.562 INFO STEP 96 (remove_files) COMPLETE
47512025-02-01T00:51:46.097Z[ recovery-image] Feb 01 00:51:44.562 INFO O| Feb 01 00:51:44.562 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522025-02-01T00:51:46.117Z[ recovery-image] Feb 01 00:51:44.584 INFO O| Feb 01 00:51:44.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
47532025-02-01T00:51:46.139Z[ recovery-image] Feb 01 00:51:44.606 INFO O| Feb 01 00:51:44.606 INFO STEP 97 (remove_files) COMPLETE
47542025-02-01T00:51:46.139Z[ recovery-image] Feb 01 00:51:44.606 INFO O| Feb 01 00:51:44.606 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552025-02-01T00:51:46.176Z[ recovery-image] Feb 01 00:51:44.642 INFO O| Feb 01 00:51:44.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
47562025-02-01T00:51:46.176Z[ recovery-image] Feb 01 00:51:44.642 INFO O| Feb 01 00:51:44.642 INFO STEP 98 (remove_files) COMPLETE
47572025-02-01T00:51:46.179Z[ recovery-image] Feb 01 00:51:44.642 INFO O| Feb 01 00:51:44.642 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582025-02-01T00:51:46.236Z[ recovery-image] Feb 01 00:51:44.702 INFO O| Feb 01 00:51:44.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47592025-02-01T00:51:46.239Z[ recovery-image] Feb 01 00:51:44.703 INFO O| Feb 01 00:51:44.702 INFO STEP 99 (remove_files) COMPLETE
47602025-02-01T00:51:46.239Z[ recovery-image] Feb 01 00:51:44.703 INFO O| Feb 01 00:51:44.702 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612025-02-01T00:51:46.256Z[ recovery-image] Feb 01 00:51:44.723 INFO O| Feb 01 00:51:44.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47622025-02-01T00:51:46.256Z[ recovery-image] Feb 01 00:51:44.723 INFO O| Feb 01 00:51:44.723 INFO STEP 100 (remove_files) COMPLETE
47632025-02-01T00:51:46.256Z[ recovery-image] Feb 01 00:51:44.723 INFO O| Feb 01 00:51:44.723 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642025-02-01T00:51:46.291Z[ recovery-image] Feb 01 00:51:44.758 INFO O| Feb 01 00:51:44.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47652025-02-01T00:51:46.292Z[ recovery-image] Feb 01 00:51:44.758 INFO O| Feb 01 00:51:44.758 INFO STEP 101 (remove_files) COMPLETE
47662025-02-01T00:51:46.295Z[ recovery-image] Feb 01 00:51:44.758 INFO O| Feb 01 00:51:44.758 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672025-02-01T00:51:46.326Z[ recovery-image] Feb 01 00:51:44.793 INFO O| Feb 01 00:51:44.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47682025-02-01T00:51:46.326Z[ recovery-image] Feb 01 00:51:44.793 INFO O| Feb 01 00:51:44.793 INFO STEP 102 (remove_files) COMPLETE
47692025-02-01T00:51:46.326Z[ recovery-image] Feb 01 00:51:44.793 INFO O| Feb 01 00:51:44.793 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702025-02-01T00:51:46.360Z[ recovery-image] Feb 01 00:51:44.827 INFO O| Feb 01 00:51:44.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47712025-02-01T00:51:46.360Z[ recovery-image] Feb 01 00:51:44.827 INFO O| Feb 01 00:51:44.827 INFO STEP 103 (remove_files) COMPLETE
47722025-02-01T00:51:46.360Z[ recovery-image] Feb 01 00:51:44.827 INFO O| Feb 01 00:51:44.827 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732025-02-01T00:51:46.440Z[ recovery-image] Feb 01 00:51:44.907 INFO O| Feb 01 00:51:44.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47742025-02-01T00:51:46.443Z[ recovery-image] Feb 01 00:51:44.907 INFO O| Feb 01 00:51:44.907 INFO STEP 104 (remove_files) COMPLETE
47752025-02-01T00:51:46.443Z[ recovery-image] Feb 01 00:51:44.907 INFO O| Feb 01 00:51:44.907 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762025-02-01T00:51:46.460Z[ recovery-image] Feb 01 00:51:44.927 INFO O| Feb 01 00:51:44.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47772025-02-01T00:51:46.463Z[ recovery-image] Feb 01 00:51:44.927 INFO O| Feb 01 00:51:44.927 INFO STEP 105 (remove_files) COMPLETE
47782025-02-01T00:51:46.463Z[ recovery-image] Feb 01 00:51:44.927 INFO O| Feb 01 00:51:44.927 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792025-02-01T00:51:46.485Z[ recovery-image] Feb 01 00:51:44.952 INFO O| Feb 01 00:51:44.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47802025-02-01T00:51:46.485Z[ recovery-image] Feb 01 00:51:44.952 INFO O| Feb 01 00:51:44.952 INFO STEP 106 (remove_files) COMPLETE
47812025-02-01T00:51:46.485Z[ recovery-image] Feb 01 00:51:44.952 INFO O| Feb 01 00:51:44.952 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822025-02-01T00:51:46.506Z[ recovery-image] Feb 01 00:51:44.973 INFO O| Feb 01 00:51:44.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47832025-02-01T00:51:46.506Z[ recovery-image] Feb 01 00:51:44.973 INFO O| Feb 01 00:51:44.973 INFO STEP 107 (remove_files) COMPLETE
47842025-02-01T00:51:46.510Z[ recovery-image] Feb 01 00:51:44.973 INFO O| Feb 01 00:51:44.973 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852025-02-01T00:51:46.529Z[ recovery-image] Feb 01 00:51:44.994 INFO O| Feb 01 00:51:44.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47862025-02-01T00:51:46.529Z[ recovery-image] Feb 01 00:51:44.995 INFO O| Feb 01 00:51:44.995 INFO STEP 108 (remove_files) COMPLETE
47872025-02-01T00:51:46.529Z[ recovery-image] Feb 01 00:51:44.995 INFO O| Feb 01 00:51:44.995 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882025-02-01T00:51:46.550Z[ recovery-image] Feb 01 00:51:45.016 INFO O| Feb 01 00:51:45.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47892025-02-01T00:51:46.550Z[ recovery-image] Feb 01 00:51:45.016 INFO O| Feb 01 00:51:45.016 INFO STEP 109 (remove_files) COMPLETE
47902025-02-01T00:51:46.550Z[ recovery-image] Feb 01 00:51:45.016 INFO O| Feb 01 00:51:45.016 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912025-02-01T00:51:46.590Z[ recovery-image] Feb 01 00:51:45.057 INFO O| Feb 01 00:51:45.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47922025-02-01T00:51:46.594Z[ recovery-image] Feb 01 00:51:45.057 INFO O| Feb 01 00:51:45.057 INFO STEP 110 (remove_files) COMPLETE
47932025-02-01T00:51:46.594Z[ recovery-image] Feb 01 00:51:45.057 INFO O| Feb 01 00:51:45.057 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942025-02-01T00:51:46.616Z[ recovery-image] Feb 01 00:51:45.083 INFO O| Feb 01 00:51:45.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47952025-02-01T00:51:46.616Z[ recovery-image] Feb 01 00:51:45.083 INFO O| Feb 01 00:51:45.083 INFO STEP 111 (remove_files) COMPLETE
47962025-02-01T00:51:46.618Z[ recovery-image] Feb 01 00:51:45.083 INFO O| Feb 01 00:51:45.083 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972025-02-01T00:51:46.676Z[ recovery-image] Feb 01 00:51:45.143 INFO O| Feb 01 00:51:45.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47982025-02-01T00:51:46.676Z[ recovery-image] Feb 01 00:51:45.143 INFO O| Feb 01 00:51:45.143 INFO STEP 112 (remove_files) COMPLETE
47992025-02-01T00:51:46.679Z[ recovery-image] Feb 01 00:51:45.143 INFO O| Feb 01 00:51:45.143 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002025-02-01T00:51:46.698Z[ recovery-image] Feb 01 00:51:45.163 INFO O| Feb 01 00:51:45.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
48012025-02-01T00:51:46.698Z[ recovery-image] Feb 01 00:51:45.164 INFO O| Feb 01 00:51:45.163 INFO STEP 113 (remove_files) COMPLETE
48022025-02-01T00:51:46.698Z[ recovery-image] Feb 01 00:51:45.164 INFO O| Feb 01 00:51:45.164 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032025-02-01T00:51:46.735Z[ recovery-image] Feb 01 00:51:45.202 INFO O| Feb 01 00:51:45.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
48042025-02-01T00:51:46.738Z[ recovery-image] Feb 01 00:51:45.202 INFO O| Feb 01 00:51:45.202 INFO STEP 114 (remove_files) COMPLETE
48052025-02-01T00:51:46.738Z[ recovery-image] Feb 01 00:51:45.203 INFO O| Feb 01 00:51:45.202 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062025-02-01T00:51:46.756Z[ recovery-image] Feb 01 00:51:45.223 INFO O| Feb 01 00:51:45.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
48072025-02-01T00:51:46.778Z[ recovery-image] Feb 01 00:51:45.245 INFO O| Feb 01 00:51:45.245 INFO STEP 115 (remove_files) COMPLETE
48082025-02-01T00:51:46.778Z[ recovery-image] Feb 01 00:51:45.245 INFO O| Feb 01 00:51:45.245 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092025-02-01T00:51:46.825Z[ recovery-image] Feb 01 00:51:45.292 INFO O| Feb 01 00:51:45.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
48102025-02-01T00:51:46.848Z[ recovery-image] Feb 01 00:51:45.315 INFO O| Feb 01 00:51:45.315 INFO STEP 116 (remove_files) COMPLETE
48112025-02-01T00:51:46.848Z[ recovery-image] Feb 01 00:51:45.315 INFO O| Feb 01 00:51:45.315 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122025-02-01T00:51:46.879Z[ recovery-image] Feb 01 00:51:45.346 INFO O| Feb 01 00:51:45.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
48132025-02-01T00:51:46.879Z[ recovery-image] Feb 01 00:51:45.346 INFO O| Feb 01 00:51:45.346 INFO STEP 117 (remove_files) COMPLETE
48142025-02-01T00:51:46.879Z[ recovery-image] Feb 01 00:51:45.346 INFO O| Feb 01 00:51:45.346 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152025-02-01T00:51:46.908Z[ recovery-image] Feb 01 00:51:45.375 INFO O| Feb 01 00:51:45.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
48162025-02-01T00:51:46.911Z[ recovery-image] Feb 01 00:51:45.377 INFO O| Feb 01 00:51:45.377 INFO STEP 118 (remove_files) COMPLETE
48172025-02-01T00:51:46.911Z[ recovery-image] Feb 01 00:51:45.377 INFO O| Feb 01 00:51:45.377 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182025-02-01T00:51:46.947Z[ recovery-image] Feb 01 00:51:45.412 INFO O| Feb 01 00:51:45.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
48192025-02-01T00:51:46.947Z[ recovery-image] Feb 01 00:51:45.412 INFO O| Feb 01 00:51:45.412 INFO STEP 119 (remove_files) COMPLETE
48202025-02-01T00:51:46.950Z[ recovery-image] Feb 01 00:51:45.412 INFO O| Feb 01 00:51:45.412 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212025-02-01T00:51:46.967Z[ recovery-image] Feb 01 00:51:45.432 INFO O| Feb 01 00:51:45.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
48222025-02-01T00:51:46.967Z[ recovery-image] Feb 01 00:51:45.432 INFO O| Feb 01 00:51:45.432 INFO STEP 120 (remove_files) COMPLETE
48232025-02-01T00:51:46.967Z[ recovery-image] Feb 01 00:51:45.432 INFO O| Feb 01 00:51:45.432 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242025-02-01T00:51:47.023Z[ recovery-image] Feb 01 00:51:45.489 INFO O| Feb 01 00:51:45.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
48252025-02-01T00:51:47.023Z[ recovery-image] Feb 01 00:51:45.489 INFO O| Feb 01 00:51:45.489 INFO STEP 121 (remove_files) COMPLETE
48262025-02-01T00:51:47.023Z[ recovery-image] Feb 01 00:51:45.489 INFO O| Feb 01 00:51:45.489 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272025-02-01T00:51:47.084Z[ recovery-image] Feb 01 00:51:45.549 INFO O| Feb 01 00:51:45.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
48282025-02-01T00:51:47.084Z[ recovery-image] Feb 01 00:51:45.549 INFO O| Feb 01 00:51:45.549 INFO STEP 122 (remove_files) COMPLETE
48292025-02-01T00:51:47.084Z[ recovery-image] Feb 01 00:51:45.549 INFO O| Feb 01 00:51:45.549 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302025-02-01T00:51:47.144Z[ recovery-image] Feb 01 00:51:45.610 INFO O| Feb 01 00:51:45.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
48312025-02-01T00:51:47.144Z[ recovery-image] Feb 01 00:51:45.610 INFO O| Feb 01 00:51:45.610 INFO STEP 123 (remove_files) COMPLETE
48322025-02-01T00:51:47.144Z[ recovery-image] Feb 01 00:51:45.610 INFO O| Feb 01 00:51:45.610 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332025-02-01T00:51:47.203Z[ recovery-image] Feb 01 00:51:45.669 INFO O| Feb 01 00:51:45.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
48342025-02-01T00:51:47.203Z[ recovery-image] Feb 01 00:51:45.669 INFO O| Feb 01 00:51:45.669 INFO STEP 124 (remove_files) COMPLETE
48352025-02-01T00:51:47.203Z[ recovery-image] Feb 01 00:51:45.669 INFO O| Feb 01 00:51:45.669 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362025-02-01T00:51:47.262Z[ recovery-image] Feb 01 00:51:45.728 INFO O| Feb 01 00:51:45.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
48372025-02-01T00:51:47.262Z[ recovery-image] Feb 01 00:51:45.728 INFO O| Feb 01 00:51:45.728 INFO STEP 125 (remove_files) COMPLETE
48382025-02-01T00:51:47.262Z[ recovery-image] Feb 01 00:51:45.729 INFO O| Feb 01 00:51:45.728 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392025-02-01T00:51:47.281Z[ recovery-image] Feb 01 00:51:45.748 INFO O| Feb 01 00:51:45.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
48402025-02-01T00:51:47.281Z[ recovery-image] Feb 01 00:51:45.748 INFO O| Feb 01 00:51:45.748 INFO STEP 126 (remove_files) COMPLETE
48412025-02-01T00:51:47.282Z[ recovery-image] Feb 01 00:51:45.748 INFO O| Feb 01 00:51:45.748 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422025-02-01T00:51:47.302Z[ recovery-image] Feb 01 00:51:45.768 INFO O| Feb 01 00:51:45.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
48432025-02-01T00:51:47.302Z[ recovery-image] Feb 01 00:51:45.768 INFO O| Feb 01 00:51:45.768 INFO STEP 127 (remove_files) COMPLETE
48442025-02-01T00:51:47.302Z[ recovery-image] Feb 01 00:51:45.768 INFO O| Feb 01 00:51:45.768 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452025-02-01T00:51:47.323Z[ recovery-image] Feb 01 00:51:45.789 INFO O| Feb 01 00:51:45.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
48462025-02-01T00:51:47.323Z[ recovery-image] Feb 01 00:51:45.789 INFO O| Feb 01 00:51:45.789 INFO STEP 128 (remove_files) COMPLETE
48472025-02-01T00:51:47.323Z[ recovery-image] Feb 01 00:51:45.789 INFO O| Feb 01 00:51:45.789 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482025-02-01T00:51:47.344Z[ recovery-image] Feb 01 00:51:45.810 INFO O| Feb 01 00:51:45.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
48492025-02-01T00:51:47.344Z[ recovery-image] Feb 01 00:51:45.810 INFO O| Feb 01 00:51:45.810 INFO STEP 129 (remove_files) COMPLETE
48502025-02-01T00:51:47.344Z[ recovery-image] Feb 01 00:51:45.810 INFO O| Feb 01 00:51:45.810 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512025-02-01T00:51:47.373Z[ recovery-image] Feb 01 00:51:45.840 INFO O| Feb 01 00:51:45.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48522025-02-01T00:51:47.373Z[ recovery-image] Feb 01 00:51:45.840 INFO O| Feb 01 00:51:45.840 INFO STEP 130 (remove_files) COMPLETE
48532025-02-01T00:51:47.376Z[ recovery-image] Feb 01 00:51:45.840 INFO O| Feb 01 00:51:45.840 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542025-02-01T00:51:47.406Z[ recovery-image] Feb 01 00:51:45.872 INFO O| Feb 01 00:51:45.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48552025-02-01T00:51:47.406Z[ recovery-image] Feb 01 00:51:45.873 INFO O| Feb 01 00:51:45.873 INFO STEP 131 (remove_files) COMPLETE
48562025-02-01T00:51:47.409Z[ recovery-image] Feb 01 00:51:45.873 INFO O| Feb 01 00:51:45.873 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572025-02-01T00:51:47.421Z[ recovery-image] Feb 01 00:51:45.888 INFO O| Feb 01 00:51:45.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48582025-02-01T00:51:47.422Z[ recovery-image] Feb 01 00:51:45.888 INFO O| Feb 01 00:51:45.888 INFO STEP 132 (remove_files) COMPLETE
48592025-02-01T00:51:47.424Z[ recovery-image] Feb 01 00:51:45.888 INFO O| Feb 01 00:51:45.888 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602025-02-01T00:51:47.438Z[ recovery-image] Feb 01 00:51:45.904 INFO O| Feb 01 00:51:45.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48612025-02-01T00:51:47.438Z[ recovery-image] Feb 01 00:51:45.904 INFO O| Feb 01 00:51:45.904 INFO STEP 133 (remove_files) COMPLETE
48622025-02-01T00:51:47.438Z[ recovery-image] Feb 01 00:51:45.904 INFO O| Feb 01 00:51:45.904 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632025-02-01T00:51:47.470Z[ recovery-image] Feb 01 00:51:45.936 INFO O| Feb 01 00:51:45.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48642025-02-01T00:51:47.470Z[ recovery-image] Feb 01 00:51:45.936 INFO O| Feb 01 00:51:45.936 INFO STEP 134 (remove_files) COMPLETE
48652025-02-01T00:51:47.472Z[ recovery-image] Feb 01 00:51:45.936 INFO O| Feb 01 00:51:45.936 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662025-02-01T00:51:47.504Z[ recovery-image] Feb 01 00:51:45.970 INFO O| Feb 01 00:51:45.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48672025-02-01T00:51:47.504Z[ recovery-image] Feb 01 00:51:45.970 INFO O| Feb 01 00:51:45.970 INFO STEP 135 (remove_files) COMPLETE
48682025-02-01T00:51:47.506Z[ recovery-image] Feb 01 00:51:45.970 INFO O| Feb 01 00:51:45.970 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692025-02-01T00:51:47.565Z[ recovery-image] Feb 01 00:51:46.031 INFO O| Feb 01 00:51:46.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48702025-02-01T00:51:47.565Z[ recovery-image] Feb 01 00:51:46.032 INFO O| Feb 01 00:51:46.032 INFO STEP 136 (remove_files) COMPLETE
48712025-02-01T00:51:47.565Z[ recovery-image] Feb 01 00:51:46.032 INFO O| Feb 01 00:51:46.032 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722025-02-01T00:51:47.615Z[ recovery-image] Feb 01 00:51:46.082 INFO O| Feb 01 00:51:46.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48732025-02-01T00:51:47.620Z[ recovery-image] Feb 01 00:51:46.082 INFO O| Feb 01 00:51:46.082 INFO STEP 137 (remove_files) COMPLETE
48742025-02-01T00:51:47.620Z[ recovery-image] Feb 01 00:51:46.082 INFO O| Feb 01 00:51:46.082 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752025-02-01T00:51:47.685Z[ recovery-image] Feb 01 00:51:46.152 INFO O| Feb 01 00:51:46.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48762025-02-01T00:51:47.685Z[ recovery-image] Feb 01 00:51:46.152 INFO O| Feb 01 00:51:46.152 INFO STEP 138 (remove_files) COMPLETE
48772025-02-01T00:51:47.689Z[ recovery-image] Feb 01 00:51:46.152 INFO O| Feb 01 00:51:46.152 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782025-02-01T00:51:47.705Z[ recovery-image] Feb 01 00:51:46.172 INFO O| Feb 01 00:51:46.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48792025-02-01T00:51:47.705Z[ recovery-image] Feb 01 00:51:46.172 INFO O| Feb 01 00:51:46.172 INFO STEP 139 (remove_files) COMPLETE
48802025-02-01T00:51:47.710Z[ recovery-image] Feb 01 00:51:46.172 INFO O| Feb 01 00:51:46.172 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812025-02-01T00:51:47.753Z[ recovery-image] Feb 01 00:51:46.219 INFO O| Feb 01 00:51:46.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48822025-02-01T00:51:47.753Z[ recovery-image] Feb 01 00:51:46.219 INFO O| Feb 01 00:51:46.219 INFO STEP 140 (remove_files) COMPLETE
48832025-02-01T00:51:47.753Z[ recovery-image] Feb 01 00:51:46.219 INFO O| Feb 01 00:51:46.219 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842025-02-01T00:51:47.782Z[ recovery-image] Feb 01 00:51:46.248 INFO O| Feb 01 00:51:46.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48852025-02-01T00:51:47.788Z[ recovery-image] Feb 01 00:51:46.249 INFO O| Feb 01 00:51:46.249 INFO STEP 141 (remove_files) COMPLETE
48862025-02-01T00:51:47.788Z[ recovery-image] Feb 01 00:51:46.249 INFO O| Feb 01 00:51:46.249 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872025-02-01T00:51:47.804Z[ recovery-image] Feb 01 00:51:46.270 INFO O| Feb 01 00:51:46.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48882025-02-01T00:51:47.807Z[ recovery-image] Feb 01 00:51:46.271 INFO O| Feb 01 00:51:46.271 INFO STEP 142 (remove_files) COMPLETE
48892025-02-01T00:51:47.807Z[ recovery-image] Feb 01 00:51:46.271 INFO O| Feb 01 00:51:46.271 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902025-02-01T00:51:47.825Z[ recovery-image] Feb 01 00:51:46.292 INFO O| Feb 01 00:51:46.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48912025-02-01T00:51:47.828Z[ recovery-image] Feb 01 00:51:46.292 INFO O| Feb 01 00:51:46.292 INFO STEP 143 (remove_files) COMPLETE
48922025-02-01T00:51:47.828Z[ recovery-image] Feb 01 00:51:46.292 INFO O| Feb 01 00:51:46.292 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932025-02-01T00:51:47.855Z[ recovery-image] Feb 01 00:51:46.313 INFO O| Feb 01 00:51:46.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48942025-02-01T00:51:47.855Z[ recovery-image] Feb 01 00:51:46.313 INFO O| Feb 01 00:51:46.313 INFO STEP 144 (remove_files) COMPLETE
48952025-02-01T00:51:47.858Z[ recovery-image] Feb 01 00:51:46.313 INFO O| Feb 01 00:51:46.313 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962025-02-01T00:51:47.869Z[ recovery-image] Feb 01 00:51:46.333 INFO O| Feb 01 00:51:46.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48972025-02-01T00:51:47.871Z[ recovery-image] Feb 01 00:51:46.333 INFO O| Feb 01 00:51:46.333 INFO STEP 145 (remove_files) COMPLETE
48982025-02-01T00:51:47.872Z[ recovery-image] Feb 01 00:51:46.333 INFO O| Feb 01 00:51:46.333 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992025-02-01T00:51:47.886Z[ recovery-image] Feb 01 00:51:46.352 INFO O| Feb 01 00:51:46.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
49002025-02-01T00:51:47.888Z[ recovery-image] Feb 01 00:51:46.352 INFO O| Feb 01 00:51:46.352 INFO STEP 146 (remove_files) COMPLETE
49012025-02-01T00:51:47.888Z[ recovery-image] Feb 01 00:51:46.353 INFO O| Feb 01 00:51:46.352 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022025-02-01T00:51:47.904Z[ recovery-image] Feb 01 00:51:46.371 INFO O| Feb 01 00:51:46.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
49032025-02-01T00:51:47.924Z[ recovery-image] Feb 01 00:51:46.391 INFO O| Feb 01 00:51:46.391 INFO STEP 147 (remove_files) COMPLETE
49042025-02-01T00:51:47.924Z[ recovery-image] Feb 01 00:51:46.391 INFO O| Feb 01 00:51:46.391 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052025-02-01T00:51:48.000Z[ recovery-image] Feb 01 00:51:46.467 INFO O| Feb 01 00:51:46.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
49062025-02-01T00:51:48.003Z[ recovery-image] Feb 01 00:51:46.467 INFO O| Feb 01 00:51:46.467 INFO STEP 148 (remove_files) COMPLETE
49072025-02-01T00:51:48.003Z[ recovery-image] Feb 01 00:51:46.467 INFO O| Feb 01 00:51:46.467 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082025-02-01T00:51:48.021Z[ recovery-image] Feb 01 00:51:46.485 INFO O| Feb 01 00:51:46.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
49092025-02-01T00:51:48.024Z[ recovery-image] Feb 01 00:51:46.485 INFO O| Feb 01 00:51:46.485 INFO STEP 149 (remove_files) COMPLETE
49102025-02-01T00:51:48.024Z[ recovery-image] Feb 01 00:51:46.485 INFO O| Feb 01 00:51:46.485 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112025-02-01T00:51:48.036Z[ recovery-image] Feb 01 00:51:46.503 INFO O| Feb 01 00:51:46.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
49122025-02-01T00:51:48.039Z[ recovery-image] Feb 01 00:51:46.503 INFO O| Feb 01 00:51:46.503 INFO STEP 150 (remove_files) COMPLETE
49132025-02-01T00:51:48.039Z[ recovery-image] Feb 01 00:51:46.503 INFO O| Feb 01 00:51:46.503 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142025-02-01T00:51:48.055Z[ recovery-image] Feb 01 00:51:46.521 INFO O| Feb 01 00:51:46.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
49152025-02-01T00:51:48.058Z[ recovery-image] Feb 01 00:51:46.522 INFO O| Feb 01 00:51:46.521 INFO STEP 151 (remove_files) COMPLETE
49162025-02-01T00:51:48.058Z[ recovery-image] Feb 01 00:51:46.522 INFO O| Feb 01 00:51:46.522 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172025-02-01T00:51:48.085Z[ recovery-image] Feb 01 00:51:46.551 INFO O| Feb 01 00:51:46.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
49182025-02-01T00:51:48.085Z[ recovery-image] Feb 01 00:51:46.551 INFO O| Feb 01 00:51:46.551 INFO STEP 152 (remove_files) COMPLETE
49192025-02-01T00:51:48.089Z[ recovery-image] Feb 01 00:51:46.551 INFO O| Feb 01 00:51:46.551 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202025-02-01T00:51:48.112Z[ recovery-image] Feb 01 00:51:46.578 INFO O| Feb 01 00:51:46.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
49212025-02-01T00:51:48.112Z[ recovery-image] Feb 01 00:51:46.578 INFO O| Feb 01 00:51:46.578 INFO STEP 153 (remove_files) COMPLETE
49222025-02-01T00:51:48.112Z[ recovery-image] Feb 01 00:51:46.578 INFO O| Feb 01 00:51:46.578 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232025-02-01T00:51:48.130Z[ recovery-image] Feb 01 00:51:46.597 INFO O| Feb 01 00:51:46.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
49242025-02-01T00:51:48.131Z[ recovery-image] Feb 01 00:51:46.597 INFO O| Feb 01 00:51:46.597 INFO STEP 154 (remove_files) COMPLETE
49252025-02-01T00:51:48.133Z[ recovery-image] Feb 01 00:51:46.597 INFO O| Feb 01 00:51:46.597 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262025-02-01T00:51:48.189Z[ recovery-image] Feb 01 00:51:46.655 INFO O| Feb 01 00:51:46.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
49272025-02-01T00:51:48.189Z[ recovery-image] Feb 01 00:51:46.655 INFO O| Feb 01 00:51:46.655 INFO STEP 155 (remove_files) COMPLETE
49282025-02-01T00:51:48.192Z[ recovery-image] Feb 01 00:51:46.655 INFO O| Feb 01 00:51:46.655 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292025-02-01T00:51:48.218Z[ recovery-image] Feb 01 00:51:46.684 INFO O| Feb 01 00:51:46.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49302025-02-01T00:51:48.220Z[ recovery-image] Feb 01 00:51:46.684 INFO O| Feb 01 00:51:46.684 INFO STEP 156 (remove_files) COMPLETE
49312025-02-01T00:51:48.220Z[ recovery-image] Feb 01 00:51:46.685 INFO O| Feb 01 00:51:46.684 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322025-02-01T00:51:48.236Z[ recovery-image] Feb 01 00:51:46.703 INFO O| Feb 01 00:51:46.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
49332025-02-01T00:51:48.239Z[ recovery-image] Feb 01 00:51:46.703 INFO O| Feb 01 00:51:46.703 INFO STEP 157 (remove_files) COMPLETE
49342025-02-01T00:51:48.239Z[ recovery-image] Feb 01 00:51:46.703 INFO O| Feb 01 00:51:46.703 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352025-02-01T00:51:48.254Z[ recovery-image] Feb 01 00:51:46.721 INFO O| Feb 01 00:51:46.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
49362025-02-01T00:51:48.257Z[ recovery-image] Feb 01 00:51:46.721 INFO O| Feb 01 00:51:46.721 INFO STEP 158 (remove_files) COMPLETE
49372025-02-01T00:51:48.257Z[ recovery-image] Feb 01 00:51:46.721 INFO O| Feb 01 00:51:46.721 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382025-02-01T00:51:48.290Z[ recovery-image] Feb 01 00:51:46.757 INFO O| Feb 01 00:51:46.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
49392025-02-01T00:51:48.290Z[ recovery-image] Feb 01 00:51:46.757 INFO O| Feb 01 00:51:46.757 INFO STEP 159 (remove_files) COMPLETE
49402025-02-01T00:51:48.293Z[ recovery-image] Feb 01 00:51:46.757 INFO O| Feb 01 00:51:46.757 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412025-02-01T00:51:48.349Z[ recovery-image] Feb 01 00:51:46.816 INFO O| Feb 01 00:51:46.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49422025-02-01T00:51:48.349Z[ recovery-image] Feb 01 00:51:46.816 INFO O| Feb 01 00:51:46.816 INFO STEP 160 (remove_files) COMPLETE
49432025-02-01T00:51:48.352Z[ recovery-image] Feb 01 00:51:46.816 INFO O| Feb 01 00:51:46.816 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442025-02-01T00:51:48.392Z[ recovery-image] Feb 01 00:51:46.859 INFO O| Feb 01 00:51:46.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
49452025-02-01T00:51:48.392Z[ recovery-image] Feb 01 00:51:46.859 INFO O| Feb 01 00:51:46.859 INFO STEP 161 (remove_files) COMPLETE
49462025-02-01T00:51:48.395Z[ recovery-image] Feb 01 00:51:46.859 INFO O| Feb 01 00:51:46.859 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472025-02-01T00:51:48.414Z[ recovery-image] Feb 01 00:51:46.881 INFO O| Feb 01 00:51:46.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49482025-02-01T00:51:48.414Z[ recovery-image] Feb 01 00:51:46.881 INFO O| Feb 01 00:51:46.881 INFO STEP 162 (remove_files) COMPLETE
49492025-02-01T00:51:48.414Z[ recovery-image] Feb 01 00:51:46.881 INFO O| Feb 01 00:51:46.881 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502025-02-01T00:51:48.439Z[ recovery-image] Feb 01 00:51:46.903 INFO O| Feb 01 00:51:46.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49512025-02-01T00:51:48.439Z[ recovery-image] Feb 01 00:51:46.903 INFO O| Feb 01 00:51:46.903 INFO STEP 163 (remove_files) COMPLETE
49522025-02-01T00:51:48.442Z[ recovery-image] Feb 01 00:51:46.903 INFO O| Feb 01 00:51:46.903 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532025-02-01T00:51:48.456Z[ recovery-image] Feb 01 00:51:46.922 INFO O| Feb 01 00:51:46.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49542025-02-01T00:51:48.456Z[ recovery-image] Feb 01 00:51:46.922 INFO O| Feb 01 00:51:46.922 INFO STEP 164 (remove_files) COMPLETE
49552025-02-01T00:51:48.456Z[ recovery-image] Feb 01 00:51:46.922 INFO O| Feb 01 00:51:46.922 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562025-02-01T00:51:48.474Z[ recovery-image] Feb 01 00:51:46.941 INFO O| Feb 01 00:51:46.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49572025-02-01T00:51:48.474Z[ recovery-image] Feb 01 00:51:46.941 INFO O| Feb 01 00:51:46.941 INFO STEP 165 (remove_files) COMPLETE
49582025-02-01T00:51:48.474Z[ recovery-image] Feb 01 00:51:46.941 INFO O| Feb 01 00:51:46.941 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592025-02-01T00:51:48.494Z[ recovery-image] Feb 01 00:51:46.961 INFO O| Feb 01 00:51:46.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49602025-02-01T00:51:48.494Z[ recovery-image] Feb 01 00:51:46.961 INFO O| Feb 01 00:51:46.961 INFO STEP 166 (remove_files) COMPLETE
49612025-02-01T00:51:48.494Z[ recovery-image] Feb 01 00:51:46.961 INFO O| Feb 01 00:51:46.961 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622025-02-01T00:51:48.531Z[ recovery-image] Feb 01 00:51:46.998 INFO O| Feb 01 00:51:46.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49632025-02-01T00:51:48.531Z[ recovery-image] Feb 01 00:51:46.998 INFO O| Feb 01 00:51:46.998 INFO STEP 167 (remove_files) COMPLETE
49642025-02-01T00:51:48.539Z[ recovery-image] Feb 01 00:51:46.998 INFO O| Feb 01 00:51:46.998 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652025-02-01T00:51:48.567Z[ recovery-image] Feb 01 00:51:47.033 INFO O| Feb 01 00:51:47.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49662025-02-01T00:51:48.567Z[ recovery-image] Feb 01 00:51:47.033 INFO O| Feb 01 00:51:47.033 INFO STEP 168 (remove_files) COMPLETE
49672025-02-01T00:51:48.567Z[ recovery-image] Feb 01 00:51:47.033 INFO O| Feb 01 00:51:47.033 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682025-02-01T00:51:48.591Z[ recovery-image] Feb 01 00:51:47.057 INFO O| Feb 01 00:51:47.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49692025-02-01T00:51:48.593Z[ recovery-image] Feb 01 00:51:47.057 INFO O| Feb 01 00:51:47.057 INFO STEP 169 (remove_files) COMPLETE
49702025-02-01T00:51:48.593Z[ recovery-image] Feb 01 00:51:47.057 INFO O| Feb 01 00:51:47.057 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712025-02-01T00:51:48.611Z[ recovery-image] Feb 01 00:51:47.078 INFO O| Feb 01 00:51:47.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49722025-02-01T00:51:48.614Z[ recovery-image] Feb 01 00:51:47.078 INFO O| Feb 01 00:51:47.078 INFO STEP 170 (remove_files) COMPLETE
49732025-02-01T00:51:48.614Z[ recovery-image] Feb 01 00:51:47.078 INFO O| Feb 01 00:51:47.078 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742025-02-01T00:51:48.633Z[ recovery-image] Feb 01 00:51:47.099 INFO O| Feb 01 00:51:47.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49752025-02-01T00:51:48.636Z[ recovery-image] Feb 01 00:51:47.099 INFO O| Feb 01 00:51:47.099 INFO STEP 171 (remove_files) COMPLETE
49762025-02-01T00:51:48.636Z[ recovery-image] Feb 01 00:51:47.099 INFO O| Feb 01 00:51:47.099 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772025-02-01T00:51:48.657Z[ recovery-image] Feb 01 00:51:47.121 INFO O| Feb 01 00:51:47.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49782025-02-01T00:51:48.657Z[ recovery-image] Feb 01 00:51:47.122 INFO O| Feb 01 00:51:47.122 INFO STEP 172 (remove_files) COMPLETE
49792025-02-01T00:51:48.657Z[ recovery-image] Feb 01 00:51:47.122 INFO O| Feb 01 00:51:47.122 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802025-02-01T00:51:48.682Z[ recovery-image] Feb 01 00:51:47.147 INFO O| Feb 01 00:51:47.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49812025-02-01T00:51:48.682Z[ recovery-image] Feb 01 00:51:47.147 INFO O| Feb 01 00:51:47.147 INFO STEP 173 (remove_files) COMPLETE
49822025-02-01T00:51:48.682Z[ recovery-image] Feb 01 00:51:47.147 INFO O| Feb 01 00:51:47.147 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832025-02-01T00:51:48.723Z[ recovery-image] Feb 01 00:51:47.190 INFO O| Feb 01 00:51:47.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49842025-02-01T00:51:48.723Z[ recovery-image] Feb 01 00:51:47.190 INFO O| Feb 01 00:51:47.190 INFO STEP 174 (remove_files) COMPLETE
49852025-02-01T00:51:48.726Z[ recovery-image] Feb 01 00:51:47.190 INFO O| Feb 01 00:51:47.190 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862025-02-01T00:51:48.761Z[ recovery-image] Feb 01 00:51:47.227 INFO O| Feb 01 00:51:47.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49872025-02-01T00:51:48.761Z[ recovery-image] Feb 01 00:51:47.227 INFO O| Feb 01 00:51:47.227 INFO STEP 175 (remove_files) COMPLETE
49882025-02-01T00:51:48.761Z[ recovery-image] Feb 01 00:51:47.227 INFO O| Feb 01 00:51:47.227 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892025-02-01T00:51:48.801Z[ recovery-image] Feb 01 00:51:47.267 INFO O| Feb 01 00:51:47.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49902025-02-01T00:51:48.803Z[ recovery-image] Feb 01 00:51:47.267 INFO O| Feb 01 00:51:47.267 INFO STEP 176 (remove_files) COMPLETE
49912025-02-01T00:51:48.803Z[ recovery-image] Feb 01 00:51:47.267 INFO O| Feb 01 00:51:47.267 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922025-02-01T00:51:48.837Z[ recovery-image] Feb 01 00:51:47.303 INFO O| Feb 01 00:51:47.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49932025-02-01T00:51:48.840Z[ recovery-image] Feb 01 00:51:47.303 INFO O| Feb 01 00:51:47.303 INFO STEP 177 (remove_files) COMPLETE
49942025-02-01T00:51:48.840Z[ recovery-image] Feb 01 00:51:47.303 INFO O| Feb 01 00:51:47.303 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952025-02-01T00:51:48.854Z[ recovery-image] Feb 01 00:51:47.320 INFO O| Feb 01 00:51:47.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49962025-02-01T00:51:48.854Z[ recovery-image] Feb 01 00:51:47.320 INFO O| Feb 01 00:51:47.320 INFO STEP 178 (remove_files) COMPLETE
49972025-02-01T00:51:48.857Z[ recovery-image] Feb 01 00:51:47.320 INFO O| Feb 01 00:51:47.320 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982025-02-01T00:51:48.871Z[ recovery-image] Feb 01 00:51:47.337 INFO O| Feb 01 00:51:47.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49992025-02-01T00:51:48.895Z[ recovery-image] Feb 01 00:51:47.362 INFO O| Feb 01 00:51:47.362 INFO STEP 179 (remove_files) COMPLETE
50002025-02-01T00:51:48.898Z[ recovery-image] Feb 01 00:51:47.362 INFO O| Feb 01 00:51:47.362 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012025-02-01T00:51:48.955Z[ recovery-image] Feb 01 00:51:47.421 INFO O| Feb 01 00:51:47.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
50022025-02-01T00:51:48.955Z[ recovery-image] Feb 01 00:51:47.421 INFO O| Feb 01 00:51:47.421 INFO STEP 180 (remove_files) COMPLETE
50032025-02-01T00:51:48.955Z[ recovery-image] Feb 01 00:51:47.421 INFO O| Feb 01 00:51:47.421 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042025-02-01T00:51:49.017Z[ recovery-image] Feb 01 00:51:47.483 INFO O| Feb 01 00:51:47.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
50052025-02-01T00:51:49.017Z[ recovery-image] Feb 01 00:51:47.483 INFO O| Feb 01 00:51:47.483 INFO STEP 181 (remove_files) COMPLETE
50062025-02-01T00:51:49.020Z[ recovery-image] Feb 01 00:51:47.483 INFO O| Feb 01 00:51:47.483 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072025-02-01T00:51:49.036Z[ recovery-image] Feb 01 00:51:47.502 INFO O| Feb 01 00:51:47.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
50082025-02-01T00:51:49.040Z[ recovery-image] Feb 01 00:51:47.502 INFO O| Feb 01 00:51:47.502 INFO STEP 182 (remove_files) COMPLETE
50092025-02-01T00:51:49.040Z[ recovery-image] Feb 01 00:51:47.502 INFO O| Feb 01 00:51:47.502 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102025-02-01T00:51:49.072Z[ recovery-image] Feb 01 00:51:47.538 INFO O| Feb 01 00:51:47.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
50112025-02-01T00:51:49.072Z[ recovery-image] Feb 01 00:51:47.538 INFO O| Feb 01 00:51:47.538 INFO STEP 183 (remove_files) COMPLETE
50122025-02-01T00:51:49.072Z[ recovery-image] Feb 01 00:51:47.538 INFO O| Feb 01 00:51:47.538 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132025-02-01T00:51:49.093Z[ recovery-image] Feb 01 00:51:47.558 INFO O| Feb 01 00:51:47.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
50142025-02-01T00:51:49.093Z[ recovery-image] Feb 01 00:51:47.558 INFO O| Feb 01 00:51:47.558 INFO STEP 184 (remove_files) COMPLETE
50152025-02-01T00:51:49.093Z[ recovery-image] Feb 01 00:51:47.558 INFO O| Feb 01 00:51:47.558 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162025-02-01T00:51:49.114Z[ recovery-image] Feb 01 00:51:47.580 INFO O| Feb 01 00:51:47.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
50172025-02-01T00:51:49.114Z[ recovery-image] Feb 01 00:51:47.580 INFO O| Feb 01 00:51:47.580 INFO STEP 185 (remove_files) COMPLETE
50182025-02-01T00:51:49.114Z[ recovery-image] Feb 01 00:51:47.580 INFO O| Feb 01 00:51:47.580 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192025-02-01T00:51:49.138Z[ recovery-image] Feb 01 00:51:47.601 INFO O| Feb 01 00:51:47.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
50202025-02-01T00:51:49.138Z[ recovery-image] Feb 01 00:51:47.602 INFO O| Feb 01 00:51:47.602 INFO STEP 186 (remove_files) COMPLETE
50212025-02-01T00:51:49.138Z[ recovery-image] Feb 01 00:51:47.602 INFO O| Feb 01 00:51:47.602 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222025-02-01T00:51:49.155Z[ recovery-image] Feb 01 00:51:47.622 INFO O| Feb 01 00:51:47.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
50232025-02-01T00:51:49.155Z[ recovery-image] Feb 01 00:51:47.622 INFO O| Feb 01 00:51:47.622 INFO STEP 187 (remove_files) COMPLETE
50242025-02-01T00:51:49.161Z[ recovery-image] Feb 01 00:51:47.622 INFO O| Feb 01 00:51:47.622 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252025-02-01T00:51:49.218Z[ recovery-image] Feb 01 00:51:47.684 INFO O| Feb 01 00:51:47.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50262025-02-01T00:51:49.218Z[ recovery-image] Feb 01 00:51:47.684 INFO O| Feb 01 00:51:47.684 INFO STEP 188 (remove_files) COMPLETE
50272025-02-01T00:51:49.218Z[ recovery-image] Feb 01 00:51:47.684 INFO O| Feb 01 00:51:47.684 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282025-02-01T00:51:49.240Z[ recovery-image] Feb 01 00:51:47.706 INFO O| Feb 01 00:51:47.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50292025-02-01T00:51:49.261Z[ recovery-image] Feb 01 00:51:47.727 INFO O| Feb 01 00:51:47.727 INFO STEP 189 (remove_files) COMPLETE
50302025-02-01T00:51:49.261Z[ recovery-image] Feb 01 00:51:47.727 INFO O| Feb 01 00:51:47.727 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312025-02-01T00:51:49.299Z[ recovery-image] Feb 01 00:51:47.765 INFO O| Feb 01 00:51:47.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50322025-02-01T00:51:49.299Z[ recovery-image] Feb 01 00:51:47.765 INFO O| Feb 01 00:51:47.765 INFO STEP 190 (remove_files) COMPLETE
50332025-02-01T00:51:49.302Z[ recovery-image] Feb 01 00:51:47.765 INFO O| Feb 01 00:51:47.765 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342025-02-01T00:51:49.322Z[ recovery-image] Feb 01 00:51:47.789 INFO O| Feb 01 00:51:47.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50352025-02-01T00:51:49.325Z[ recovery-image] Feb 01 00:51:47.789 INFO O| Feb 01 00:51:47.789 INFO STEP 191 (remove_files) COMPLETE
50362025-02-01T00:51:49.325Z[ recovery-image] Feb 01 00:51:47.789 INFO O| Feb 01 00:51:47.789 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372025-02-01T00:51:49.346Z[ recovery-image] Feb 01 00:51:47.811 INFO O| Feb 01 00:51:47.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50382025-02-01T00:51:49.346Z[ recovery-image] Feb 01 00:51:47.812 INFO O| Feb 01 00:51:47.812 INFO STEP 192 (remove_files) COMPLETE
50392025-02-01T00:51:49.346Z[ recovery-image] Feb 01 00:51:47.812 INFO O| Feb 01 00:51:47.812 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402025-02-01T00:51:49.381Z[ recovery-image] Feb 01 00:51:47.847 INFO O| Feb 01 00:51:47.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
50412025-02-01T00:51:49.381Z[ recovery-image] Feb 01 00:51:47.847 INFO O| Feb 01 00:51:47.847 INFO STEP 193 (remove_files) COMPLETE
50422025-02-01T00:51:49.381Z[ recovery-image] Feb 01 00:51:47.847 INFO O| Feb 01 00:51:47.847 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432025-02-01T00:51:49.400Z[ recovery-image] Feb 01 00:51:47.865 INFO O| Feb 01 00:51:47.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
50442025-02-01T00:51:49.400Z[ recovery-image] Feb 01 00:51:47.865 INFO O| Feb 01 00:51:47.865 INFO STEP 194 (remove_files) COMPLETE
50452025-02-01T00:51:49.400Z[ recovery-image] Feb 01 00:51:47.865 INFO O| Feb 01 00:51:47.865 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462025-02-01T00:51:49.416Z[ recovery-image] Feb 01 00:51:47.882 INFO O| Feb 01 00:51:47.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50472025-02-01T00:51:49.416Z[ recovery-image] Feb 01 00:51:47.882 INFO O| Feb 01 00:51:47.882 INFO STEP 195 (remove_files) COMPLETE
50482025-02-01T00:51:49.418Z[ recovery-image] Feb 01 00:51:47.882 INFO O| Feb 01 00:51:47.882 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492025-02-01T00:51:49.498Z[ recovery-image] Feb 01 00:51:47.963 INFO O| Feb 01 00:51:47.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50502025-02-01T00:51:49.498Z[ recovery-image] Feb 01 00:51:47.963 INFO O| Feb 01 00:51:47.963 INFO STEP 196 (remove_files) COMPLETE
50512025-02-01T00:51:49.501Z[ recovery-image] Feb 01 00:51:47.963 INFO O| Feb 01 00:51:47.963 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522025-02-01T00:51:49.517Z[ recovery-image] Feb 01 00:51:47.984 INFO O| Feb 01 00:51:47.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50532025-02-01T00:51:49.520Z[ recovery-image] Feb 01 00:51:47.984 INFO O| Feb 01 00:51:47.984 INFO STEP 197 (remove_files) COMPLETE
50542025-02-01T00:51:49.520Z[ recovery-image] Feb 01 00:51:47.984 INFO O| Feb 01 00:51:47.984 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552025-02-01T00:51:49.554Z[ recovery-image] Feb 01 00:51:48.021 INFO O| Feb 01 00:51:48.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50562025-02-01T00:51:49.557Z[ recovery-image] Feb 01 00:51:48.021 INFO O| Feb 01 00:51:48.021 INFO STEP 198 (remove_files) COMPLETE
50572025-02-01T00:51:49.557Z[ recovery-image] Feb 01 00:51:48.021 INFO O| Feb 01 00:51:48.021 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582025-02-01T00:51:49.574Z[ recovery-image] Feb 01 00:51:48.041 INFO O| Feb 01 00:51:48.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50592025-02-01T00:51:49.574Z[ recovery-image] Feb 01 00:51:48.041 INFO O| Feb 01 00:51:48.041 INFO STEP 199 (remove_files) COMPLETE
50602025-02-01T00:51:49.574Z[ recovery-image] Feb 01 00:51:48.041 INFO O| Feb 01 00:51:48.041 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612025-02-01T00:51:49.601Z[ recovery-image] Feb 01 00:51:48.067 INFO O| Feb 01 00:51:48.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50622025-02-01T00:51:49.603Z[ recovery-image] Feb 01 00:51:48.067 INFO O| Feb 01 00:51:48.067 INFO STEP 200 (remove_files) COMPLETE
50632025-02-01T00:51:49.603Z[ recovery-image] Feb 01 00:51:48.068 INFO O| Feb 01 00:51:48.067 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642025-02-01T00:51:49.621Z[ recovery-image] Feb 01 00:51:48.087 INFO O| Feb 01 00:51:48.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50652025-02-01T00:51:49.625Z[ recovery-image] Feb 01 00:51:48.088 INFO O| Feb 01 00:51:48.088 INFO STEP 201 (remove_files) COMPLETE
50662025-02-01T00:51:49.625Z[ recovery-image] Feb 01 00:51:48.088 INFO O| Feb 01 00:51:48.088 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672025-02-01T00:51:49.641Z[ recovery-image] Feb 01 00:51:48.107 INFO O| Feb 01 00:51:48.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50682025-02-01T00:51:49.644Z[ recovery-image] Feb 01 00:51:48.108 INFO O| Feb 01 00:51:48.108 INFO STEP 202 (remove_files) COMPLETE
50692025-02-01T00:51:49.644Z[ recovery-image] Feb 01 00:51:48.108 INFO O| Feb 01 00:51:48.108 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702025-02-01T00:51:49.662Z[ recovery-image] Feb 01 00:51:48.128 INFO O| Feb 01 00:51:48.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50712025-02-01T00:51:49.662Z[ recovery-image] Feb 01 00:51:48.128 INFO O| Feb 01 00:51:48.128 INFO STEP 203 (remove_files) COMPLETE
50722025-02-01T00:51:49.662Z[ recovery-image] Feb 01 00:51:48.128 INFO O| Feb 01 00:51:48.128 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732025-02-01T00:51:49.690Z[ recovery-image] Feb 01 00:51:48.156 INFO O| Feb 01 00:51:48.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50742025-02-01T00:51:49.690Z[ recovery-image] Feb 01 00:51:48.156 INFO O| Feb 01 00:51:48.156 INFO STEP 204 (remove_files) COMPLETE
50752025-02-01T00:51:49.692Z[ recovery-image] Feb 01 00:51:48.156 INFO O| Feb 01 00:51:48.156 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762025-02-01T00:51:49.740Z[ recovery-image] Feb 01 00:51:48.206 INFO O| Feb 01 00:51:48.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50772025-02-01T00:51:49.740Z[ recovery-image] Feb 01 00:51:48.206 INFO O| Feb 01 00:51:48.206 INFO STEP 205 (remove_files) COMPLETE
50782025-02-01T00:51:49.742Z[ recovery-image] Feb 01 00:51:48.206 INFO O| Feb 01 00:51:48.206 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792025-02-01T00:51:49.759Z[ recovery-image] Feb 01 00:51:48.225 INFO O| Feb 01 00:51:48.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50802025-02-01T00:51:49.759Z[ recovery-image] Feb 01 00:51:48.225 INFO O| Feb 01 00:51:48.225 INFO STEP 206 (remove_files) COMPLETE
50812025-02-01T00:51:49.759Z[ recovery-image] Feb 01 00:51:48.225 INFO O| Feb 01 00:51:48.225 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822025-02-01T00:51:49.795Z[ recovery-image] Feb 01 00:51:48.260 INFO O| Feb 01 00:51:48.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50832025-02-01T00:51:49.799Z[ recovery-image] Feb 01 00:51:48.260 INFO O| Feb 01 00:51:48.260 INFO STEP 207 (remove_files) COMPLETE
50842025-02-01T00:51:49.799Z[ recovery-image] Feb 01 00:51:48.260 INFO O| Feb 01 00:51:48.260 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852025-02-01T00:51:49.856Z[ recovery-image] Feb 01 00:51:48.321 INFO O| Feb 01 00:51:48.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50862025-02-01T00:51:49.856Z[ recovery-image] Feb 01 00:51:48.321 INFO O| Feb 01 00:51:48.321 INFO STEP 208 (remove_files) COMPLETE
50872025-02-01T00:51:49.859Z[ recovery-image] Feb 01 00:51:48.321 INFO O| Feb 01 00:51:48.321 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882025-02-01T00:51:49.884Z[ recovery-image] Feb 01 00:51:48.350 INFO O| Feb 01 00:51:48.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50892025-02-01T00:51:49.884Z[ recovery-image] Feb 01 00:51:48.350 INFO O| Feb 01 00:51:48.350 INFO STEP 209 (remove_files) COMPLETE
50902025-02-01T00:51:49.888Z[ recovery-image] Feb 01 00:51:48.350 INFO O| Feb 01 00:51:48.350 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912025-02-01T00:51:49.918Z[ recovery-image] Feb 01 00:51:48.384 INFO O| Feb 01 00:51:48.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50922025-02-01T00:51:49.918Z[ recovery-image] Feb 01 00:51:48.384 INFO O| Feb 01 00:51:48.384 INFO STEP 210 (remove_files) COMPLETE
50932025-02-01T00:51:49.921Z[ recovery-image] Feb 01 00:51:48.384 INFO O| Feb 01 00:51:48.384 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942025-02-01T00:51:49.937Z[ recovery-image] Feb 01 00:51:48.403 INFO O| Feb 01 00:51:48.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50952025-02-01T00:51:49.937Z[ recovery-image] Feb 01 00:51:48.403 INFO O| Feb 01 00:51:48.403 INFO STEP 211 (remove_files) COMPLETE
50962025-02-01T00:51:49.937Z[ recovery-image] Feb 01 00:51:48.403 INFO O| Feb 01 00:51:48.403 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972025-02-01T00:51:49.958Z[ recovery-image] Feb 01 00:51:48.424 INFO O| Feb 01 00:51:48.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50982025-02-01T00:51:49.958Z[ recovery-image] Feb 01 00:51:48.424 INFO O| Feb 01 00:51:48.424 INFO STEP 212 (remove_files) COMPLETE
50992025-02-01T00:51:49.958Z[ recovery-image] Feb 01 00:51:48.424 INFO O| Feb 01 00:51:48.424 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002025-02-01T00:51:49.992Z[ recovery-image] Feb 01 00:51:48.458 INFO O| Feb 01 00:51:48.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
51012025-02-01T00:51:49.992Z[ recovery-image] Feb 01 00:51:48.459 INFO O| Feb 01 00:51:48.458 INFO STEP 213 (remove_files) COMPLETE
51022025-02-01T00:51:49.992Z[ recovery-image] Feb 01 00:51:48.459 INFO O| Feb 01 00:51:48.458 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032025-02-01T00:51:50.022Z[ recovery-image] Feb 01 00:51:48.488 INFO O| Feb 01 00:51:48.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
51042025-02-01T00:51:50.025Z[ recovery-image] Feb 01 00:51:48.488 INFO O| Feb 01 00:51:48.488 INFO STEP 214 (remove_files) COMPLETE
51052025-02-01T00:51:50.025Z[ recovery-image] Feb 01 00:51:48.488 INFO O| Feb 01 00:51:48.488 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062025-02-01T00:51:50.061Z[ recovery-image] Feb 01 00:51:48.527 INFO O| Feb 01 00:51:48.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
51072025-02-01T00:51:50.065Z[ recovery-image] Feb 01 00:51:48.528 INFO O| Feb 01 00:51:48.528 INFO STEP 215 (remove_files) COMPLETE
51082025-02-01T00:51:50.065Z[ recovery-image] Feb 01 00:51:48.528 INFO O| Feb 01 00:51:48.528 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092025-02-01T00:51:50.102Z[ recovery-image] Feb 01 00:51:48.568 INFO O| Feb 01 00:51:48.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
51102025-02-01T00:51:50.105Z[ recovery-image] Feb 01 00:51:48.568 INFO O| Feb 01 00:51:48.568 INFO STEP 216 (remove_files) COMPLETE
51112025-02-01T00:51:50.105Z[ recovery-image] Feb 01 00:51:48.569 INFO O| Feb 01 00:51:48.569 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122025-02-01T00:51:50.149Z[ recovery-image] Feb 01 00:51:48.615 INFO O| Feb 01 00:51:48.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
51132025-02-01T00:51:50.151Z[ recovery-image] Feb 01 00:51:48.615 INFO O| Feb 01 00:51:48.615 INFO STEP 217 (remove_files) COMPLETE
51142025-02-01T00:51:50.152Z[ recovery-image] Feb 01 00:51:48.615 INFO O| Feb 01 00:51:48.615 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152025-02-01T00:51:50.171Z[ recovery-image] Feb 01 00:51:48.637 INFO O| Feb 01 00:51:48.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
51162025-02-01T00:51:50.174Z[ recovery-image] Feb 01 00:51:48.638 INFO O| Feb 01 00:51:48.638 INFO STEP 218 (remove_files) COMPLETE
51172025-02-01T00:51:50.174Z[ recovery-image] Feb 01 00:51:48.638 INFO O| Feb 01 00:51:48.638 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182025-02-01T00:51:50.194Z[ recovery-image] Feb 01 00:51:48.660 INFO O| Feb 01 00:51:48.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
51192025-02-01T00:51:50.197Z[ recovery-image] Feb 01 00:51:48.660 INFO O| Feb 01 00:51:48.660 INFO STEP 219 (remove_files) COMPLETE
51202025-02-01T00:51:50.197Z[ recovery-image] Feb 01 00:51:48.660 INFO O| Feb 01 00:51:48.660 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212025-02-01T00:51:50.213Z[ recovery-image] Feb 01 00:51:48.679 INFO O| Feb 01 00:51:48.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
51222025-02-01T00:51:50.216Z[ recovery-image] Feb 01 00:51:48.680 INFO O| Feb 01 00:51:48.680 INFO STEP 220 (remove_files) COMPLETE
51232025-02-01T00:51:50.216Z[ recovery-image] Feb 01 00:51:48.680 INFO O| Feb 01 00:51:48.680 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242025-02-01T00:51:50.237Z[ recovery-image] Feb 01 00:51:48.704 INFO O| Feb 01 00:51:48.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51252025-02-01T00:51:50.240Z[ recovery-image] Feb 01 00:51:48.704 INFO O| Feb 01 00:51:48.704 INFO STEP 221 (remove_files) COMPLETE
51262025-02-01T00:51:50.240Z[ recovery-image] Feb 01 00:51:48.704 INFO O| Feb 01 00:51:48.704 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272025-02-01T00:51:50.261Z[ recovery-image] Feb 01 00:51:48.726 INFO O| Feb 01 00:51:48.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51282025-02-01T00:51:50.261Z[ recovery-image] Feb 01 00:51:48.726 INFO O| Feb 01 00:51:48.726 INFO STEP 222 (remove_files) COMPLETE
51292025-02-01T00:51:50.261Z[ recovery-image] Feb 01 00:51:48.726 INFO O| Feb 01 00:51:48.726 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302025-02-01T00:51:50.283Z[ recovery-image] Feb 01 00:51:48.750 INFO O| Feb 01 00:51:48.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51312025-02-01T00:51:50.284Z[ recovery-image] Feb 01 00:51:48.750 INFO O| Feb 01 00:51:48.750 INFO STEP 223 (remove_files) COMPLETE
51322025-02-01T00:51:50.286Z[ recovery-image] Feb 01 00:51:48.750 INFO O| Feb 01 00:51:48.750 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332025-02-01T00:51:50.300Z[ recovery-image] Feb 01 00:51:48.766 INFO O| Feb 01 00:51:48.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51342025-02-01T00:51:50.300Z[ recovery-image] Feb 01 00:51:48.766 INFO O| Feb 01 00:51:48.766 INFO STEP 224 (remove_files) COMPLETE
51352025-02-01T00:51:50.300Z[ recovery-image] Feb 01 00:51:48.767 INFO O| Feb 01 00:51:48.766 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362025-02-01T00:51:50.332Z[ recovery-image] Feb 01 00:51:48.798 INFO O| Feb 01 00:51:48.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51372025-02-01T00:51:50.332Z[ recovery-image] Feb 01 00:51:48.798 INFO O| Feb 01 00:51:48.798 INFO STEP 225 (remove_files) COMPLETE
51382025-02-01T00:51:50.332Z[ recovery-image] Feb 01 00:51:48.798 INFO O| Feb 01 00:51:48.798 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392025-02-01T00:51:50.381Z[ recovery-image] Feb 01 00:51:48.848 INFO O| Feb 01 00:51:48.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
51402025-02-01T00:51:50.381Z[ recovery-image] Feb 01 00:51:48.848 INFO O| Feb 01 00:51:48.848 INFO STEP 226 (remove_files) COMPLETE
51412025-02-01T00:51:50.381Z[ recovery-image] Feb 01 00:51:48.848 INFO O| Feb 01 00:51:48.848 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422025-02-01T00:51:50.428Z[ recovery-image] Feb 01 00:51:48.894 INFO O| Feb 01 00:51:48.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
51432025-02-01T00:51:50.428Z[ recovery-image] Feb 01 00:51:48.894 INFO O| Feb 01 00:51:48.894 INFO STEP 227 (remove_files) COMPLETE
51442025-02-01T00:51:50.428Z[ recovery-image] Feb 01 00:51:48.894 INFO O| Feb 01 00:51:48.894 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452025-02-01T00:51:50.450Z[ recovery-image] Feb 01 00:51:48.916 INFO O| Feb 01 00:51:48.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51462025-02-01T00:51:50.450Z[ recovery-image] Feb 01 00:51:48.916 INFO O| Feb 01 00:51:48.916 INFO STEP 228 (remove_files) COMPLETE
51472025-02-01T00:51:50.450Z[ recovery-image] Feb 01 00:51:48.916 INFO O| Feb 01 00:51:48.916 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482025-02-01T00:51:50.482Z[ recovery-image] Feb 01 00:51:48.948 INFO O| Feb 01 00:51:48.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51492025-02-01T00:51:50.482Z[ recovery-image] Feb 01 00:51:48.948 INFO O| Feb 01 00:51:48.948 INFO STEP 229 (remove_files) COMPLETE
51502025-02-01T00:51:50.484Z[ recovery-image] Feb 01 00:51:48.948 INFO O| Feb 01 00:51:48.948 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512025-02-01T00:51:50.517Z[ recovery-image] Feb 01 00:51:48.983 INFO O| Feb 01 00:51:48.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51522025-02-01T00:51:50.521Z[ recovery-image] Feb 01 00:51:48.983 INFO O| Feb 01 00:51:48.983 INFO STEP 230 (remove_files) COMPLETE
51532025-02-01T00:51:50.521Z[ recovery-image] Feb 01 00:51:48.983 INFO O| Feb 01 00:51:48.983 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542025-02-01T00:51:50.554Z[ recovery-image] Feb 01 00:51:49.020 INFO O| Feb 01 00:51:49.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51552025-02-01T00:51:50.554Z[ recovery-image] Feb 01 00:51:49.020 INFO O| Feb 01 00:51:49.020 INFO STEP 231 (remove_files) COMPLETE
51562025-02-01T00:51:50.557Z[ recovery-image] Feb 01 00:51:49.020 INFO O| Feb 01 00:51:49.020 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572025-02-01T00:51:50.616Z[ recovery-image] Feb 01 00:51:49.079 INFO O| Feb 01 00:51:49.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51582025-02-01T00:51:50.616Z[ recovery-image] Feb 01 00:51:49.079 INFO O| Feb 01 00:51:49.079 INFO STEP 232 (remove_files) COMPLETE
51592025-02-01T00:51:50.619Z[ recovery-image] Feb 01 00:51:49.079 INFO O| Feb 01 00:51:49.079 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602025-02-01T00:51:50.631Z[ recovery-image] Feb 01 00:51:49.097 INFO O| Feb 01 00:51:49.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51612025-02-01T00:51:50.631Z[ recovery-image] Feb 01 00:51:49.097 INFO O| Feb 01 00:51:49.097 INFO STEP 233 (remove_files) COMPLETE
51622025-02-01T00:51:50.634Z[ recovery-image] Feb 01 00:51:49.098 INFO O| Feb 01 00:51:49.097 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632025-02-01T00:51:50.656Z[ recovery-image] Feb 01 00:51:49.122 INFO O| Feb 01 00:51:49.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51642025-02-01T00:51:50.656Z[ recovery-image] Feb 01 00:51:49.122 INFO O| Feb 01 00:51:49.122 INFO STEP 234 (remove_files) COMPLETE
51652025-02-01T00:51:50.656Z[ recovery-image] Feb 01 00:51:49.122 INFO O| Feb 01 00:51:49.122 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662025-02-01T00:51:50.680Z[ recovery-image] Feb 01 00:51:49.146 INFO O| Feb 01 00:51:49.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51672025-02-01T00:51:50.680Z[ recovery-image] Feb 01 00:51:49.146 INFO O| Feb 01 00:51:49.146 INFO STEP 235 (remove_files) COMPLETE
51682025-02-01T00:51:50.680Z[ recovery-image] Feb 01 00:51:49.146 INFO O| Feb 01 00:51:49.146 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692025-02-01T00:51:50.711Z[ recovery-image] Feb 01 00:51:49.176 INFO O| Feb 01 00:51:49.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51702025-02-01T00:51:50.711Z[ recovery-image] Feb 01 00:51:49.176 INFO O| Feb 01 00:51:49.176 INFO STEP 236 (remove_files) COMPLETE
51712025-02-01T00:51:50.711Z[ recovery-image] Feb 01 00:51:49.176 INFO O| Feb 01 00:51:49.176 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722025-02-01T00:51:50.752Z[ recovery-image] Feb 01 00:51:49.217 INFO O| Feb 01 00:51:49.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51732025-02-01T00:51:50.755Z[ recovery-image] Feb 01 00:51:49.218 INFO O| Feb 01 00:51:49.218 INFO STEP 237 (remove_files) COMPLETE
51742025-02-01T00:51:50.755Z[ recovery-image] Feb 01 00:51:49.218 INFO O| Feb 01 00:51:49.218 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752025-02-01T00:51:50.812Z[ recovery-image] Feb 01 00:51:49.278 INFO O| Feb 01 00:51:49.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51762025-02-01T00:51:50.813Z[ recovery-image] Feb 01 00:51:49.279 INFO O| Feb 01 00:51:49.279 INFO STEP 238 (remove_files) COMPLETE
51772025-02-01T00:51:50.815Z[ recovery-image] Feb 01 00:51:49.279 INFO O| Feb 01 00:51:49.279 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782025-02-01T00:51:50.832Z[ recovery-image] Feb 01 00:51:49.298 INFO O| Feb 01 00:51:49.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51792025-02-01T00:51:50.832Z[ recovery-image] Feb 01 00:51:49.298 INFO O| Feb 01 00:51:49.298 INFO STEP 239 (remove_files) COMPLETE
51802025-02-01T00:51:50.835Z[ recovery-image] Feb 01 00:51:49.298 INFO O| Feb 01 00:51:49.298 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812025-02-01T00:51:50.864Z[ recovery-image] Feb 01 00:51:49.330 INFO O| Feb 01 00:51:49.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51822025-02-01T00:51:50.864Z[ recovery-image] Feb 01 00:51:49.330 INFO O| Feb 01 00:51:49.330 INFO STEP 240 (remove_files) COMPLETE
51832025-02-01T00:51:50.864Z[ recovery-image] Feb 01 00:51:49.330 INFO O| Feb 01 00:51:49.330 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842025-02-01T00:51:50.885Z[ recovery-image] Feb 01 00:51:49.351 INFO O| Feb 01 00:51:49.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51852025-02-01T00:51:50.885Z[ recovery-image] Feb 01 00:51:49.351 INFO O| Feb 01 00:51:49.351 INFO STEP 241 (remove_files) COMPLETE
51862025-02-01T00:51:50.885Z[ recovery-image] Feb 01 00:51:49.351 INFO O| Feb 01 00:51:49.351 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872025-02-01T00:51:50.905Z[ recovery-image] Feb 01 00:51:49.370 INFO O| Feb 01 00:51:49.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51882025-02-01T00:51:50.905Z[ recovery-image] Feb 01 00:51:49.370 INFO O| Feb 01 00:51:49.370 INFO STEP 242 (remove_files) COMPLETE
51892025-02-01T00:51:50.905Z[ recovery-image] Feb 01 00:51:49.370 INFO O| Feb 01 00:51:49.370 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902025-02-01T00:51:50.934Z[ recovery-image] Feb 01 00:51:49.400 INFO O| Feb 01 00:51:49.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51912025-02-01T00:51:50.934Z[ recovery-image] Feb 01 00:51:49.400 INFO O| Feb 01 00:51:49.400 INFO STEP 243 (remove_files) COMPLETE
51922025-02-01T00:51:50.934Z[ recovery-image] Feb 01 00:51:49.400 INFO O| Feb 01 00:51:49.400 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932025-02-01T00:51:50.993Z[ recovery-image] Feb 01 00:51:49.459 INFO O| Feb 01 00:51:49.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51942025-02-01T00:51:50.993Z[ recovery-image] Feb 01 00:51:49.459 INFO O| Feb 01 00:51:49.459 INFO STEP 244 (remove_files) COMPLETE
51952025-02-01T00:51:50.993Z[ recovery-image] Feb 01 00:51:49.459 INFO O| Feb 01 00:51:49.459 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962025-02-01T00:51:51.014Z[ recovery-image] Feb 01 00:51:49.479 INFO O| Feb 01 00:51:49.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51972025-02-01T00:51:51.014Z[ recovery-image] Feb 01 00:51:49.479 INFO O| Feb 01 00:51:49.479 INFO STEP 245 (remove_files) COMPLETE
51982025-02-01T00:51:51.018Z[ recovery-image] Feb 01 00:51:49.479 INFO O| Feb 01 00:51:49.479 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992025-02-01T00:51:51.046Z[ recovery-image] Feb 01 00:51:49.512 INFO O| Feb 01 00:51:49.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
52002025-02-01T00:51:51.066Z[ recovery-image] Feb 01 00:51:49.532 INFO O| Feb 01 00:51:49.532 INFO STEP 246 (remove_files) COMPLETE
52012025-02-01T00:51:51.066Z[ recovery-image] Feb 01 00:51:49.532 INFO O| Feb 01 00:51:49.532 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022025-02-01T00:51:51.127Z[ recovery-image] Feb 01 00:51:49.593 INFO O| Feb 01 00:51:49.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
52032025-02-01T00:51:51.129Z[ recovery-image] Feb 01 00:51:49.593 INFO O| Feb 01 00:51:49.593 INFO STEP 247 (remove_files) COMPLETE
52042025-02-01T00:51:51.129Z[ recovery-image] Feb 01 00:51:49.593 INFO O| Feb 01 00:51:49.593 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052025-02-01T00:51:51.169Z[ recovery-image] Feb 01 00:51:49.635 INFO O| Feb 01 00:51:49.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
52062025-02-01T00:51:51.169Z[ recovery-image] Feb 01 00:51:49.635 INFO O| Feb 01 00:51:49.635 INFO STEP 248 (remove_files) COMPLETE
52072025-02-01T00:51:51.172Z[ recovery-image] Feb 01 00:51:49.635 INFO O| Feb 01 00:51:49.635 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082025-02-01T00:51:51.214Z[ recovery-image] Feb 01 00:51:49.679 INFO O| Feb 01 00:51:49.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
52092025-02-01T00:51:51.214Z[ recovery-image] Feb 01 00:51:49.679 INFO O| Feb 01 00:51:49.679 INFO STEP 249 (remove_files) COMPLETE
52102025-02-01T00:51:51.217Z[ recovery-image] Feb 01 00:51:49.679 INFO O| Feb 01 00:51:49.679 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112025-02-01T00:51:51.249Z[ recovery-image] Feb 01 00:51:49.715 INFO O| Feb 01 00:51:49.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
52122025-02-01T00:51:51.249Z[ recovery-image] Feb 01 00:51:49.715 INFO O| Feb 01 00:51:49.715 INFO STEP 250 (remove_files) COMPLETE
52132025-02-01T00:51:51.249Z[ recovery-image] Feb 01 00:51:49.715 INFO O| Feb 01 00:51:49.715 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142025-02-01T00:51:51.268Z[ recovery-image] Feb 01 00:51:49.734 INFO O| Feb 01 00:51:49.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
52152025-02-01T00:51:51.268Z[ recovery-image] Feb 01 00:51:49.734 INFO O| Feb 01 00:51:49.734 INFO STEP 251 (remove_files) COMPLETE
52162025-02-01T00:51:51.271Z[ recovery-image] Feb 01 00:51:49.734 INFO O| Feb 01 00:51:49.734 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172025-02-01T00:51:51.285Z[ recovery-image] Feb 01 00:51:49.751 INFO O| Feb 01 00:51:49.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
52182025-02-01T00:51:51.285Z[ recovery-image] Feb 01 00:51:49.751 INFO O| Feb 01 00:51:49.751 INFO STEP 252 (remove_files) COMPLETE
52192025-02-01T00:51:51.288Z[ recovery-image] Feb 01 00:51:49.751 INFO O| Feb 01 00:51:49.751 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202025-02-01T00:51:51.302Z[ recovery-image] Feb 01 00:51:49.767 INFO O| Feb 01 00:51:49.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
52212025-02-01T00:51:51.302Z[ recovery-image] Feb 01 00:51:49.767 INFO O| Feb 01 00:51:49.767 INFO STEP 253 (remove_files) COMPLETE
52222025-02-01T00:51:51.302Z[ recovery-image] Feb 01 00:51:49.767 INFO O| Feb 01 00:51:49.767 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232025-02-01T00:51:51.383Z[ recovery-image] Feb 01 00:51:49.849 INFO O| Feb 01 00:51:49.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
52242025-02-01T00:51:51.383Z[ recovery-image] Feb 01 00:51:49.849 INFO O| Feb 01 00:51:49.849 INFO STEP 254 (remove_files) COMPLETE
52252025-02-01T00:51:51.383Z[ recovery-image] Feb 01 00:51:49.849 INFO O| Feb 01 00:51:49.849 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262025-02-01T00:51:51.403Z[ recovery-image] Feb 01 00:51:49.869 INFO O| Feb 01 00:51:49.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
52272025-02-01T00:51:51.403Z[ recovery-image] Feb 01 00:51:49.869 INFO O| Feb 01 00:51:49.869 INFO STEP 255 (remove_files) COMPLETE
52282025-02-01T00:51:51.406Z[ recovery-image] Feb 01 00:51:49.870 INFO O| Feb 01 00:51:49.869 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292025-02-01T00:51:51.442Z[ recovery-image] Feb 01 00:51:49.908 INFO O| Feb 01 00:51:49.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
52302025-02-01T00:51:51.442Z[ recovery-image] Feb 01 00:51:49.908 INFO O| Feb 01 00:51:49.908 INFO STEP 256 (remove_files) COMPLETE
52312025-02-01T00:51:51.445Z[ recovery-image] Feb 01 00:51:49.908 INFO O| Feb 01 00:51:49.908 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322025-02-01T00:51:51.463Z[ recovery-image] Feb 01 00:51:49.929 INFO O| Feb 01 00:51:49.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
52332025-02-01T00:51:51.463Z[ recovery-image] Feb 01 00:51:49.929 INFO O| Feb 01 00:51:49.929 INFO STEP 257 (remove_files) COMPLETE
52342025-02-01T00:51:51.466Z[ recovery-image] Feb 01 00:51:49.929 INFO O| Feb 01 00:51:49.929 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352025-02-01T00:51:51.482Z[ recovery-image] Feb 01 00:51:49.948 INFO O| Feb 01 00:51:49.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
52362025-02-01T00:51:51.485Z[ recovery-image] Feb 01 00:51:49.950 INFO O| Feb 01 00:51:49.950 INFO STEP 258 (remove_files) COMPLETE
52372025-02-01T00:51:51.485Z[ recovery-image] Feb 01 00:51:49.950 INFO O| Feb 01 00:51:49.950 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382025-02-01T00:51:51.521Z[ recovery-image] Feb 01 00:51:49.985 INFO O| Feb 01 00:51:49.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
52392025-02-01T00:51:51.521Z[ recovery-image] Feb 01 00:51:49.985 INFO O| Feb 01 00:51:49.985 INFO STEP 259 (remove_files) COMPLETE
52402025-02-01T00:51:51.521Z[ recovery-image] Feb 01 00:51:49.985 INFO O| Feb 01 00:51:49.985 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412025-02-01T00:51:51.565Z[ recovery-image] Feb 01 00:51:50.030 INFO O| Feb 01 00:51:50.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
52422025-02-01T00:51:51.565Z[ recovery-image] Feb 01 00:51:50.030 INFO O| Feb 01 00:51:50.030 INFO STEP 260 (remove_files) COMPLETE
52432025-02-01T00:51:51.565Z[ recovery-image] Feb 01 00:51:50.030 INFO O| Feb 01 00:51:50.030 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442025-02-01T00:51:51.600Z[ recovery-image] Feb 01 00:51:50.066 INFO O| Feb 01 00:51:50.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52452025-02-01T00:51:51.600Z[ recovery-image] Feb 01 00:51:50.066 INFO O| Feb 01 00:51:50.066 INFO STEP 261 (remove_files) COMPLETE
52462025-02-01T00:51:51.600Z[ recovery-image] Feb 01 00:51:50.066 INFO O| Feb 01 00:51:50.066 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472025-02-01T00:51:51.647Z[ recovery-image] Feb 01 00:51:50.113 INFO O| Feb 01 00:51:50.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52482025-02-01T00:51:51.651Z[ recovery-image] Feb 01 00:51:50.117 INFO O| Feb 01 00:51:50.117 INFO STEP 262 (remove_files) COMPLETE
52492025-02-01T00:51:51.651Z[ recovery-image] Feb 01 00:51:50.117 INFO O| Feb 01 00:51:50.117 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502025-02-01T00:51:51.678Z[ recovery-image] Feb 01 00:51:50.144 INFO O| Feb 01 00:51:50.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52512025-02-01T00:51:51.678Z[ recovery-image] Feb 01 00:51:50.144 INFO O| Feb 01 00:51:50.144 INFO STEP 263 (remove_files) COMPLETE
52522025-02-01T00:51:51.678Z[ recovery-image] Feb 01 00:51:50.144 INFO O| Feb 01 00:51:50.144 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532025-02-01T00:51:51.698Z[ recovery-image] Feb 01 00:51:50.163 INFO O| Feb 01 00:51:50.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52542025-02-01T00:51:51.698Z[ recovery-image] Feb 01 00:51:50.164 INFO O| Feb 01 00:51:50.163 INFO STEP 264 (remove_files) COMPLETE
52552025-02-01T00:51:51.700Z[ recovery-image] Feb 01 00:51:50.164 INFO O| Feb 01 00:51:50.164 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562025-02-01T00:51:51.718Z[ recovery-image] Feb 01 00:51:50.184 INFO O| Feb 01 00:51:50.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52572025-02-01T00:51:51.718Z[ recovery-image] Feb 01 00:51:50.184 INFO O| Feb 01 00:51:50.184 INFO STEP 265 (remove_files) COMPLETE
52582025-02-01T00:51:51.718Z[ recovery-image] Feb 01 00:51:50.184 INFO O| Feb 01 00:51:50.184 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592025-02-01T00:51:51.740Z[ recovery-image] Feb 01 00:51:50.206 INFO O| Feb 01 00:51:50.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52602025-02-01T00:51:51.743Z[ recovery-image] Feb 01 00:51:50.209 INFO O| Feb 01 00:51:50.209 INFO STEP 266 (remove_files) COMPLETE
52612025-02-01T00:51:51.743Z[ recovery-image] Feb 01 00:51:50.209 INFO O| Feb 01 00:51:50.209 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622025-02-01T00:51:51.785Z[ recovery-image] Feb 01 00:51:50.251 INFO O| Feb 01 00:51:50.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52632025-02-01T00:51:51.785Z[ recovery-image] Feb 01 00:51:50.251 INFO O| Feb 01 00:51:50.251 INFO STEP 267 (remove_files) COMPLETE
52642025-02-01T00:51:51.788Z[ recovery-image] Feb 01 00:51:50.251 INFO O| Feb 01 00:51:50.251 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652025-02-01T00:51:51.843Z[ recovery-image] Feb 01 00:51:50.309 INFO O| Feb 01 00:51:50.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52662025-02-01T00:51:51.843Z[ recovery-image] Feb 01 00:51:50.309 INFO O| Feb 01 00:51:50.309 INFO STEP 268 (remove_files) COMPLETE
52672025-02-01T00:51:51.847Z[ recovery-image] Feb 01 00:51:50.309 INFO O| Feb 01 00:51:50.309 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682025-02-01T00:51:51.866Z[ recovery-image] Feb 01 00:51:50.330 INFO O| Feb 01 00:51:50.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52692025-02-01T00:51:51.866Z[ recovery-image] Feb 01 00:51:50.330 INFO O| Feb 01 00:51:50.330 INFO STEP 269 (remove_files) COMPLETE
52702025-02-01T00:51:51.866Z[ recovery-image] Feb 01 00:51:50.330 INFO O| Feb 01 00:51:50.330 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712025-02-01T00:51:51.885Z[ recovery-image] Feb 01 00:51:50.350 INFO O| Feb 01 00:51:50.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52722025-02-01T00:51:51.885Z[ recovery-image] Feb 01 00:51:50.350 INFO O| Feb 01 00:51:50.350 INFO STEP 270 (remove_files) COMPLETE
52732025-02-01T00:51:51.885Z[ recovery-image] Feb 01 00:51:50.350 INFO O| Feb 01 00:51:50.350 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742025-02-01T00:51:51.906Z[ recovery-image] Feb 01 00:51:50.371 INFO O| Feb 01 00:51:50.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52752025-02-01T00:51:51.906Z[ recovery-image] Feb 01 00:51:50.372 INFO O| Feb 01 00:51:50.372 INFO STEP 271 (remove_files) COMPLETE
52762025-02-01T00:51:51.906Z[ recovery-image] Feb 01 00:51:50.372 INFO O| Feb 01 00:51:50.372 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772025-02-01T00:51:51.927Z[ recovery-image] Feb 01 00:51:50.393 INFO O| Feb 01 00:51:50.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52782025-02-01T00:51:51.927Z[ recovery-image] Feb 01 00:51:50.393 INFO O| Feb 01 00:51:50.393 INFO STEP 272 (remove_files) COMPLETE
52792025-02-01T00:51:51.927Z[ recovery-image] Feb 01 00:51:50.393 INFO O| Feb 01 00:51:50.393 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802025-02-01T00:51:52.031Z[ recovery-image] Feb 01 00:51:50.497 INFO O| Feb 01 00:51:50.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52812025-02-01T00:51:52.031Z[ recovery-image] Feb 01 00:51:50.497 INFO O| Feb 01 00:51:50.497 INFO STEP 273 (remove_files) COMPLETE
52822025-02-01T00:51:52.035Z[ recovery-image] Feb 01 00:51:50.497 INFO O| Feb 01 00:51:50.497 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832025-02-01T00:51:52.065Z[ recovery-image] Feb 01 00:51:50.531 INFO O| Feb 01 00:51:50.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52842025-02-01T00:51:52.065Z[ recovery-image] Feb 01 00:51:50.531 INFO O| Feb 01 00:51:50.531 INFO STEP 274 (remove_files) COMPLETE
52852025-02-01T00:51:52.065Z[ recovery-image] Feb 01 00:51:50.531 INFO O| Feb 01 00:51:50.531 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862025-02-01T00:51:52.111Z[ recovery-image] Feb 01 00:51:50.576 INFO O| Feb 01 00:51:50.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52872025-02-01T00:51:52.113Z[ recovery-image] Feb 01 00:51:50.577 INFO O| Feb 01 00:51:50.577 INFO STEP 275 (remove_files) COMPLETE
52882025-02-01T00:51:52.113Z[ recovery-image] Feb 01 00:51:50.577 INFO O| Feb 01 00:51:50.577 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892025-02-01T00:51:52.130Z[ recovery-image] Feb 01 00:51:50.596 INFO O| Feb 01 00:51:50.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52902025-02-01T00:51:52.132Z[ recovery-image] Feb 01 00:51:50.596 INFO O| Feb 01 00:51:50.596 INFO STEP 276 (remove_files) COMPLETE
52912025-02-01T00:51:52.133Z[ recovery-image] Feb 01 00:51:50.596 INFO O| Feb 01 00:51:50.596 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922025-02-01T00:51:52.168Z[ recovery-image] Feb 01 00:51:50.633 INFO O| Feb 01 00:51:50.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52932025-02-01T00:51:52.168Z[ recovery-image] Feb 01 00:51:50.633 INFO O| Feb 01 00:51:50.633 INFO STEP 277 (remove_files) COMPLETE
52942025-02-01T00:51:52.169Z[ recovery-image] Feb 01 00:51:50.633 INFO O| Feb 01 00:51:50.633 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952025-02-01T00:51:52.187Z[ recovery-image] Feb 01 00:51:50.653 INFO O| Feb 01 00:51:50.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52962025-02-01T00:51:52.187Z[ recovery-image] Feb 01 00:51:50.653 INFO O| Feb 01 00:51:50.653 INFO STEP 278 (remove_files) COMPLETE
52972025-02-01T00:51:52.190Z[ recovery-image] Feb 01 00:51:50.653 INFO O| Feb 01 00:51:50.653 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982025-02-01T00:51:52.205Z[ recovery-image] Feb 01 00:51:50.671 INFO O| Feb 01 00:51:50.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52992025-02-01T00:51:52.205Z[ recovery-image] Feb 01 00:51:50.671 INFO O| Feb 01 00:51:50.671 INFO STEP 279 (remove_files) COMPLETE
53002025-02-01T00:51:52.208Z[ recovery-image] Feb 01 00:51:50.671 INFO O| Feb 01 00:51:50.671 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012025-02-01T00:51:52.224Z[ recovery-image] Feb 01 00:51:50.690 INFO O| Feb 01 00:51:50.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
53022025-02-01T00:51:52.224Z[ recovery-image] Feb 01 00:51:50.690 INFO O| Feb 01 00:51:50.690 INFO STEP 280 (remove_files) COMPLETE
53032025-02-01T00:51:52.224Z[ recovery-image] Feb 01 00:51:50.690 INFO O| Feb 01 00:51:50.690 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042025-02-01T00:51:52.279Z[ recovery-image] Feb 01 00:51:50.744 INFO O| Feb 01 00:51:50.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
53052025-02-01T00:51:52.279Z[ recovery-image] Feb 01 00:51:50.744 INFO O| Feb 01 00:51:50.744 INFO STEP 281 (remove_files) COMPLETE
53062025-02-01T00:51:52.279Z[ recovery-image] Feb 01 00:51:50.744 INFO O| Feb 01 00:51:50.744 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072025-02-01T00:51:52.308Z[ recovery-image] Feb 01 00:51:50.773 INFO O| Feb 01 00:51:50.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
53082025-02-01T00:51:52.310Z[ recovery-image] Feb 01 00:51:50.773 INFO O| Feb 01 00:51:50.773 INFO STEP 282 (remove_files) COMPLETE
53092025-02-01T00:51:52.310Z[ recovery-image] Feb 01 00:51:50.774 INFO O| Feb 01 00:51:50.773 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102025-02-01T00:51:52.327Z[ recovery-image] Feb 01 00:51:50.793 INFO O| Feb 01 00:51:50.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
53112025-02-01T00:51:52.330Z[ recovery-image] Feb 01 00:51:50.793 INFO O| Feb 01 00:51:50.793 INFO STEP 283 (remove_files) COMPLETE
53122025-02-01T00:51:52.330Z[ recovery-image] Feb 01 00:51:50.793 INFO O| Feb 01 00:51:50.793 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132025-02-01T00:51:52.346Z[ recovery-image] Feb 01 00:51:50.812 INFO O| Feb 01 00:51:50.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
53142025-02-01T00:51:52.349Z[ recovery-image] Feb 01 00:51:50.812 INFO O| Feb 01 00:51:50.812 INFO STEP 284 (remove_files) COMPLETE
53152025-02-01T00:51:52.349Z[ recovery-image] Feb 01 00:51:50.812 INFO O| Feb 01 00:51:50.812 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162025-02-01T00:51:52.367Z[ recovery-image] Feb 01 00:51:50.832 INFO O| Feb 01 00:51:50.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
53172025-02-01T00:51:52.367Z[ recovery-image] Feb 01 00:51:50.833 INFO O| Feb 01 00:51:50.832 INFO STEP 285 (remove_files) COMPLETE
53182025-02-01T00:51:52.367Z[ recovery-image] Feb 01 00:51:50.833 INFO O| Feb 01 00:51:50.833 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192025-02-01T00:51:52.386Z[ recovery-image] Feb 01 00:51:50.852 INFO O| Feb 01 00:51:50.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
53202025-02-01T00:51:52.386Z[ recovery-image] Feb 01 00:51:50.852 INFO O| Feb 01 00:51:50.852 INFO STEP 286 (remove_files) COMPLETE
53212025-02-01T00:51:52.389Z[ recovery-image] Feb 01 00:51:50.852 INFO O| Feb 01 00:51:50.852 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222025-02-01T00:51:52.406Z[ recovery-image] Feb 01 00:51:50.872 INFO O| Feb 01 00:51:50.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
53232025-02-01T00:51:52.406Z[ recovery-image] Feb 01 00:51:50.872 INFO O| Feb 01 00:51:50.872 INFO STEP 287 (remove_files) COMPLETE
53242025-02-01T00:51:52.407Z[ recovery-image] Feb 01 00:51:50.872 INFO O| Feb 01 00:51:50.872 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252025-02-01T00:51:52.449Z[ recovery-image] Feb 01 00:51:50.915 INFO O| Feb 01 00:51:50.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
53262025-02-01T00:51:52.449Z[ recovery-image] Feb 01 00:51:50.915 INFO O| Feb 01 00:51:50.915 INFO STEP 288 (remove_files) COMPLETE
53272025-02-01T00:51:52.449Z[ recovery-image] Feb 01 00:51:50.915 INFO O| Feb 01 00:51:50.915 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282025-02-01T00:51:52.470Z[ recovery-image] Feb 01 00:51:50.935 INFO O| Feb 01 00:51:50.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
53292025-02-01T00:51:52.470Z[ recovery-image] Feb 01 00:51:50.936 INFO O| Feb 01 00:51:50.936 INFO STEP 289 (remove_files) COMPLETE
53302025-02-01T00:51:52.473Z[ recovery-image] Feb 01 00:51:50.936 INFO O| Feb 01 00:51:50.936 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312025-02-01T00:51:52.497Z[ recovery-image] Feb 01 00:51:50.962 INFO O| Feb 01 00:51:50.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53322025-02-01T00:51:52.497Z[ recovery-image] Feb 01 00:51:50.962 INFO O| Feb 01 00:51:50.962 INFO STEP 290 (remove_files) COMPLETE
53332025-02-01T00:51:52.497Z[ recovery-image] Feb 01 00:51:50.962 INFO O| Feb 01 00:51:50.962 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342025-02-01T00:51:52.525Z[ recovery-image] Feb 01 00:51:50.990 INFO O| Feb 01 00:51:50.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
53352025-02-01T00:51:52.525Z[ recovery-image] Feb 01 00:51:50.990 INFO O| Feb 01 00:51:50.990 INFO STEP 291 (remove_files) COMPLETE
53362025-02-01T00:51:52.525Z[ recovery-image] Feb 01 00:51:50.990 INFO O| Feb 01 00:51:50.990 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372025-02-01T00:51:52.552Z[ recovery-image] Feb 01 00:51:51.016 INFO O| Feb 01 00:51:51.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
53382025-02-01T00:51:52.555Z[ recovery-image] Feb 01 00:51:51.016 INFO O| Feb 01 00:51:51.016 INFO STEP 292 (remove_files) COMPLETE
53392025-02-01T00:51:52.555Z[ recovery-image] Feb 01 00:51:51.017 INFO O| Feb 01 00:51:51.017 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402025-02-01T00:51:52.572Z[ recovery-image] Feb 01 00:51:51.037 INFO O| Feb 01 00:51:51.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
53412025-02-01T00:51:52.576Z[ recovery-image] Feb 01 00:51:51.037 INFO O| Feb 01 00:51:51.037 INFO STEP 293 (remove_files) COMPLETE
53422025-02-01T00:51:52.576Z[ recovery-image] Feb 01 00:51:51.038 INFO O| Feb 01 00:51:51.038 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432025-02-01T00:51:52.590Z[ recovery-image] Feb 01 00:51:51.055 INFO O| Feb 01 00:51:51.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
53442025-02-01T00:51:52.592Z[ recovery-image] Feb 01 00:51:51.056 INFO O| Feb 01 00:51:51.056 INFO STEP 294 (remove_files) COMPLETE
53452025-02-01T00:51:52.592Z[ recovery-image] Feb 01 00:51:51.056 INFO O| Feb 01 00:51:51.056 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462025-02-01T00:51:52.609Z[ recovery-image] Feb 01 00:51:51.075 INFO O| Feb 01 00:51:51.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53472025-02-01T00:51:52.612Z[ recovery-image] Feb 01 00:51:51.075 INFO O| Feb 01 00:51:51.075 INFO STEP 295 (remove_files) COMPLETE
53482025-02-01T00:51:52.612Z[ recovery-image] Feb 01 00:51:51.075 INFO O| Feb 01 00:51:51.075 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492025-02-01T00:51:52.630Z[ recovery-image] Feb 01 00:51:51.095 INFO O| Feb 01 00:51:51.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53502025-02-01T00:51:52.634Z[ recovery-image] Feb 01 00:51:51.096 INFO O| Feb 01 00:51:51.095 INFO STEP 296 (remove_files) COMPLETE
53512025-02-01T00:51:52.634Z[ recovery-image] Feb 01 00:51:51.096 INFO O| Feb 01 00:51:51.095 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522025-02-01T00:51:52.653Z[ recovery-image] Feb 01 00:51:51.119 INFO O| Feb 01 00:51:51.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53532025-02-01T00:51:52.656Z[ recovery-image] Feb 01 00:51:51.119 INFO O| Feb 01 00:51:51.119 INFO STEP 297 (remove_files) COMPLETE
53542025-02-01T00:51:52.656Z[ recovery-image] Feb 01 00:51:51.119 INFO O| Feb 01 00:51:51.119 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552025-02-01T00:51:52.672Z[ recovery-image] Feb 01 00:51:51.137 INFO O| Feb 01 00:51:51.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53562025-02-01T00:51:52.672Z[ recovery-image] Feb 01 00:51:51.137 INFO O| Feb 01 00:51:51.137 INFO STEP 298 (remove_files) COMPLETE
53572025-02-01T00:51:52.672Z[ recovery-image] Feb 01 00:51:51.137 INFO O| Feb 01 00:51:51.137 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582025-02-01T00:51:52.725Z[ recovery-image] Feb 01 00:51:51.190 INFO O| Feb 01 00:51:51.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53592025-02-01T00:51:52.725Z[ recovery-image] Feb 01 00:51:51.190 INFO O| Feb 01 00:51:51.190 INFO STEP 299 (remove_files) COMPLETE
53602025-02-01T00:51:52.725Z[ recovery-image] Feb 01 00:51:51.190 INFO O| Feb 01 00:51:51.190 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612025-02-01T00:51:52.754Z[ recovery-image] Feb 01 00:51:51.220 INFO O| Feb 01 00:51:51.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53622025-02-01T00:51:52.754Z[ recovery-image] Feb 01 00:51:51.220 INFO O| Feb 01 00:51:51.220 INFO STEP 300 (remove_files) COMPLETE
53632025-02-01T00:51:52.754Z[ recovery-image] Feb 01 00:51:51.220 INFO O| Feb 01 00:51:51.220 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642025-02-01T00:51:52.772Z[ recovery-image] Feb 01 00:51:51.237 INFO O| Feb 01 00:51:51.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53652025-02-01T00:51:52.772Z[ recovery-image] Feb 01 00:51:51.237 INFO O| Feb 01 00:51:51.237 INFO STEP 301 (remove_files) COMPLETE
53662025-02-01T00:51:52.774Z[ recovery-image] Feb 01 00:51:51.237 INFO O| Feb 01 00:51:51.237 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672025-02-01T00:51:52.790Z[ recovery-image] Feb 01 00:51:51.255 INFO O| Feb 01 00:51:51.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53682025-02-01T00:51:52.790Z[ recovery-image] Feb 01 00:51:51.255 INFO O| Feb 01 00:51:51.255 INFO STEP 302 (remove_files) COMPLETE
53692025-02-01T00:51:52.793Z[ recovery-image] Feb 01 00:51:51.256 INFO O| Feb 01 00:51:51.255 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702025-02-01T00:51:52.809Z[ recovery-image] Feb 01 00:51:51.275 INFO O| Feb 01 00:51:51.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53712025-02-01T00:51:52.809Z[ recovery-image] Feb 01 00:51:51.275 INFO O| Feb 01 00:51:51.275 INFO STEP 303 (remove_files) COMPLETE
53722025-02-01T00:51:52.809Z[ recovery-image] Feb 01 00:51:51.275 INFO O| Feb 01 00:51:51.275 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732025-02-01T00:51:52.828Z[ recovery-image] Feb 01 00:51:51.293 INFO O| Feb 01 00:51:51.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53742025-02-01T00:51:52.828Z[ recovery-image] Feb 01 00:51:51.293 INFO O| Feb 01 00:51:51.293 INFO STEP 304 (remove_files) COMPLETE
53752025-02-01T00:51:52.828Z[ recovery-image] Feb 01 00:51:51.293 INFO O| Feb 01 00:51:51.293 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762025-02-01T00:51:52.846Z[ recovery-image] Feb 01 00:51:51.312 INFO O| Feb 01 00:51:51.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53772025-02-01T00:51:52.846Z[ recovery-image] Feb 01 00:51:51.312 INFO O| Feb 01 00:51:51.312 INFO STEP 305 (remove_files) COMPLETE
53782025-02-01T00:51:52.846Z[ recovery-image] Feb 01 00:51:51.312 INFO O| Feb 01 00:51:51.312 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792025-02-01T00:51:52.866Z[ recovery-image] Feb 01 00:51:51.330 INFO O| Feb 01 00:51:51.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53802025-02-01T00:51:52.866Z[ recovery-image] Feb 01 00:51:51.330 INFO O| Feb 01 00:51:51.330 INFO STEP 306 (remove_files) COMPLETE
53812025-02-01T00:51:52.866Z[ recovery-image] Feb 01 00:51:51.330 INFO O| Feb 01 00:51:51.330 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822025-02-01T00:51:52.884Z[ recovery-image] Feb 01 00:51:51.349 INFO O| Feb 01 00:51:51.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53832025-02-01T00:51:52.884Z[ recovery-image] Feb 01 00:51:51.349 INFO O| Feb 01 00:51:51.349 INFO STEP 307 (remove_files) COMPLETE
53842025-02-01T00:51:52.884Z[ recovery-image] Feb 01 00:51:51.349 INFO O| Feb 01 00:51:51.349 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852025-02-01T00:51:52.916Z[ recovery-image] Feb 01 00:51:51.381 INFO O| Feb 01 00:51:51.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53862025-02-01T00:51:52.916Z[ recovery-image] Feb 01 00:51:51.381 INFO O| Feb 01 00:51:51.381 INFO STEP 308 (remove_files) COMPLETE
53872025-02-01T00:51:52.916Z[ recovery-image] Feb 01 00:51:51.382 INFO O| Feb 01 00:51:51.381 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882025-02-01T00:51:53.206Z[ recovery-image] Feb 01 00:51:51.672 INFO O| Feb 01 00:51:51.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53892025-02-01T00:51:53.209Z[ recovery-image] Feb 01 00:51:51.672 INFO O| Feb 01 00:51:51.672 INFO STEP 309 (remove_files) COMPLETE
53902025-02-01T00:51:53.209Z[ recovery-image] Feb 01 00:51:51.672 INFO O| Feb 01 00:51:51.672 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912025-02-01T00:51:53.227Z[ recovery-image] Feb 01 00:51:51.692 INFO O| Feb 01 00:51:51.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53922025-02-01T00:51:53.230Z[ recovery-image] Feb 01 00:51:51.693 INFO O| Feb 01 00:51:51.693 INFO STEP 310 (remove_files) COMPLETE
53932025-02-01T00:51:53.230Z[ recovery-image] Feb 01 00:51:51.693 INFO O| Feb 01 00:51:51.693 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942025-02-01T00:51:53.247Z[ recovery-image] Feb 01 00:51:51.712 INFO O| Feb 01 00:51:51.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53952025-02-01T00:51:53.250Z[ recovery-image] Feb 01 00:51:51.713 INFO O| Feb 01 00:51:51.713 INFO STEP 311 (remove_files) COMPLETE
53962025-02-01T00:51:53.250Z[ recovery-image] Feb 01 00:51:51.713 INFO O| Feb 01 00:51:51.713 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972025-02-01T00:51:53.269Z[ recovery-image] Feb 01 00:51:51.733 INFO O| Feb 01 00:51:51.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53982025-02-01T00:51:53.272Z[ recovery-image] Feb 01 00:51:51.733 INFO O| Feb 01 00:51:51.733 INFO STEP 312 (remove_files) COMPLETE
53992025-02-01T00:51:53.272Z[ recovery-image] Feb 01 00:51:51.733 INFO O| Feb 01 00:51:51.733 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002025-02-01T00:51:53.288Z[ recovery-image] Feb 01 00:51:51.754 INFO O| Feb 01 00:51:51.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
54012025-02-01T00:51:53.291Z[ recovery-image] Feb 01 00:51:51.754 INFO O| Feb 01 00:51:51.754 INFO STEP 313 (remove_files) COMPLETE
54022025-02-01T00:51:53.292Z[ recovery-image] Feb 01 00:51:51.754 INFO O| Feb 01 00:51:51.754 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032025-02-01T00:51:53.310Z[ recovery-image] Feb 01 00:51:51.775 INFO O| Feb 01 00:51:51.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
54042025-02-01T00:51:53.315Z[ recovery-image] Feb 01 00:51:51.775 INFO O| Feb 01 00:51:51.775 INFO STEP 314 (remove_files) COMPLETE
54052025-02-01T00:51:53.315Z[ recovery-image] Feb 01 00:51:51.775 INFO O| Feb 01 00:51:51.775 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062025-02-01T00:51:53.331Z[ recovery-image] Feb 01 00:51:51.795 INFO O| Feb 01 00:51:51.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
54072025-02-01T00:51:53.334Z[ recovery-image] Feb 01 00:51:51.795 INFO O| Feb 01 00:51:51.795 INFO STEP 315 (remove_files) COMPLETE
54082025-02-01T00:51:53.334Z[ recovery-image] Feb 01 00:51:51.796 INFO O| Feb 01 00:51:51.796 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092025-02-01T00:51:53.350Z[ recovery-image] Feb 01 00:51:51.816 INFO O| Feb 01 00:51:51.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
54102025-02-01T00:51:53.355Z[ recovery-image] Feb 01 00:51:51.816 INFO O| Feb 01 00:51:51.816 INFO STEP 316 (remove_files) COMPLETE
54112025-02-01T00:51:53.355Z[ recovery-image] Feb 01 00:51:51.816 INFO O| Feb 01 00:51:51.816 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122025-02-01T00:51:53.371Z[ recovery-image] Feb 01 00:51:51.836 INFO O| Feb 01 00:51:51.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
54132025-02-01T00:51:53.377Z[ recovery-image] Feb 01 00:51:51.838 INFO O| Feb 01 00:51:51.837 INFO STEP 317 (remove_files) COMPLETE
54142025-02-01T00:51:53.377Z[ recovery-image] Feb 01 00:51:51.838 INFO O| Feb 01 00:51:51.838 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152025-02-01T00:51:53.393Z[ recovery-image] Feb 01 00:51:51.859 INFO O| Feb 01 00:51:51.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
54162025-02-01T00:51:53.396Z[ recovery-image] Feb 01 00:51:51.859 INFO O| Feb 01 00:51:51.859 INFO STEP 318 (remove_files) COMPLETE
54172025-02-01T00:51:53.396Z[ recovery-image] Feb 01 00:51:51.859 INFO O| Feb 01 00:51:51.859 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182025-02-01T00:51:53.414Z[ recovery-image] Feb 01 00:51:51.880 INFO O| Feb 01 00:51:51.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
54192025-02-01T00:51:53.417Z[ recovery-image] Feb 01 00:51:51.880 INFO O| Feb 01 00:51:51.880 INFO STEP 319 (remove_files) COMPLETE
54202025-02-01T00:51:53.417Z[ recovery-image] Feb 01 00:51:51.880 INFO O| Feb 01 00:51:51.880 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212025-02-01T00:51:53.435Z[ recovery-image] Feb 01 00:51:51.900 INFO O| Feb 01 00:51:51.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54222025-02-01T00:51:53.438Z[ recovery-image] Feb 01 00:51:51.901 INFO O| Feb 01 00:51:51.900 INFO STEP 320 (remove_files) COMPLETE
54232025-02-01T00:51:53.438Z[ recovery-image] Feb 01 00:51:51.901 INFO O| Feb 01 00:51:51.901 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242025-02-01T00:51:53.456Z[ recovery-image] Feb 01 00:51:51.921 INFO O| Feb 01 00:51:51.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54252025-02-01T00:51:53.459Z[ recovery-image] Feb 01 00:51:51.922 INFO O| Feb 01 00:51:51.922 INFO STEP 321 (remove_files) COMPLETE
54262025-02-01T00:51:53.459Z[ recovery-image] Feb 01 00:51:51.922 INFO O| Feb 01 00:51:51.922 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272025-02-01T00:51:53.477Z[ recovery-image] Feb 01 00:51:51.942 INFO O| Feb 01 00:51:51.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54282025-02-01T00:51:53.480Z[ recovery-image] Feb 01 00:51:51.943 INFO O| Feb 01 00:51:51.943 INFO STEP 322 (remove_files) COMPLETE
54292025-02-01T00:51:53.480Z[ recovery-image] Feb 01 00:51:51.943 INFO O| Feb 01 00:51:51.943 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302025-02-01T00:51:53.499Z[ recovery-image] Feb 01 00:51:51.964 INFO O| Feb 01 00:51:51.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54312025-02-01T00:51:53.502Z[ recovery-image] Feb 01 00:51:51.964 INFO O| Feb 01 00:51:51.964 INFO STEP 323 (remove_files) COMPLETE
54322025-02-01T00:51:53.502Z[ recovery-image] Feb 01 00:51:51.964 INFO O| Feb 01 00:51:51.964 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332025-02-01T00:51:53.520Z[ recovery-image] Feb 01 00:51:51.985 INFO O| Feb 01 00:51:51.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
54342025-02-01T00:51:53.520Z[ recovery-image] Feb 01 00:51:51.985 INFO O| Feb 01 00:51:51.985 INFO STEP 324 (remove_files) COMPLETE
54352025-02-01T00:51:53.520Z[ recovery-image] Feb 01 00:51:51.985 INFO O| Feb 01 00:51:51.985 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362025-02-01T00:51:53.543Z[ recovery-image] Feb 01 00:51:52.007 INFO O| Feb 01 00:51:52.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54372025-02-01T00:51:53.543Z[ recovery-image] Feb 01 00:51:52.007 INFO O| Feb 01 00:51:52.007 INFO STEP 325 (remove_files) COMPLETE
54382025-02-01T00:51:53.543Z[ recovery-image] Feb 01 00:51:52.007 INFO O| Feb 01 00:51:52.007 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392025-02-01T00:51:53.620Z[ recovery-image] Feb 01 00:51:52.086 INFO O| Feb 01 00:51:52.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54402025-02-01T00:51:53.620Z[ recovery-image] Feb 01 00:51:52.086 INFO O| Feb 01 00:51:52.086 INFO STEP 326 (remove_files) COMPLETE
54412025-02-01T00:51:53.620Z[ recovery-image] Feb 01 00:51:52.086 INFO O| Feb 01 00:51:52.086 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422025-02-01T00:51:53.638Z[ recovery-image] Feb 01 00:51:52.103 INFO O| Feb 01 00:51:52.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54432025-02-01T00:51:53.638Z[ recovery-image] Feb 01 00:51:52.103 INFO O| Feb 01 00:51:52.103 INFO STEP 327 (remove_files) COMPLETE
54442025-02-01T00:51:53.641Z[ recovery-image] Feb 01 00:51:52.103 INFO O| Feb 01 00:51:52.103 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452025-02-01T00:51:53.677Z[ recovery-image] Feb 01 00:51:52.141 INFO O| Feb 01 00:51:52.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54462025-02-01T00:51:53.677Z[ recovery-image] Feb 01 00:51:52.141 INFO O| Feb 01 00:51:52.141 INFO STEP 328 (remove_files) COMPLETE
54472025-02-01T00:51:53.681Z[ recovery-image] Feb 01 00:51:52.141 INFO O| Feb 01 00:51:52.141 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482025-02-01T00:51:53.697Z[ recovery-image] Feb 01 00:51:52.161 INFO O| Feb 01 00:51:52.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54492025-02-01T00:51:53.697Z[ recovery-image] Feb 01 00:51:52.161 INFO O| Feb 01 00:51:52.161 INFO STEP 329 (remove_files) COMPLETE
54502025-02-01T00:51:53.697Z[ recovery-image] Feb 01 00:51:52.161 INFO O| Feb 01 00:51:52.161 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512025-02-01T00:51:53.718Z[ recovery-image] Feb 01 00:51:52.183 INFO O| Feb 01 00:51:52.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54522025-02-01T00:51:53.720Z[ recovery-image] Feb 01 00:51:52.184 INFO O| Feb 01 00:51:52.184 INFO STEP 330 (remove_files) COMPLETE
54532025-02-01T00:51:53.720Z[ recovery-image] Feb 01 00:51:52.184 INFO O| Feb 01 00:51:52.184 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542025-02-01T00:51:53.782Z[ recovery-image] Feb 01 00:51:52.247 INFO O| Feb 01 00:51:52.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54552025-02-01T00:51:53.782Z[ recovery-image] Feb 01 00:51:52.247 INFO O| Feb 01 00:51:52.247 INFO STEP 331 (remove_files) COMPLETE
54562025-02-01T00:51:53.785Z[ recovery-image] Feb 01 00:51:52.247 INFO O| Feb 01 00:51:52.247 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572025-02-01T00:51:53.820Z[ recovery-image] Feb 01 00:51:52.285 INFO O| Feb 01 00:51:52.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54582025-02-01T00:51:53.822Z[ recovery-image] Feb 01 00:51:52.287 INFO O| Feb 01 00:51:52.287 INFO STEP 332 (remove_files) COMPLETE
54592025-02-01T00:51:53.822Z[ recovery-image] Feb 01 00:51:52.287 INFO O| Feb 01 00:51:52.287 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602025-02-01T00:51:53.909Z[ recovery-image] Feb 01 00:51:52.374 INFO O| Feb 01 00:51:52.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54612025-02-01T00:51:53.912Z[ recovery-image] Feb 01 00:51:52.374 INFO O| Feb 01 00:51:52.374 INFO STEP 333 (remove_files) COMPLETE
54622025-02-01T00:51:53.912Z[ recovery-image] Feb 01 00:51:52.374 INFO O| Feb 01 00:51:52.374 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632025-02-01T00:51:53.933Z[ recovery-image] Feb 01 00:51:52.398 INFO O| Feb 01 00:51:52.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54642025-02-01T00:51:53.935Z[ recovery-image] Feb 01 00:51:52.399 INFO O| Feb 01 00:51:52.398 INFO STEP 334 (remove_files) COMPLETE
54652025-02-01T00:51:53.935Z[ recovery-image] Feb 01 00:51:52.399 INFO O| Feb 01 00:51:52.399 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662025-02-01T00:51:53.951Z[ recovery-image] Feb 01 00:51:52.417 INFO O| Feb 01 00:51:52.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54672025-02-01T00:51:53.954Z[ recovery-image] Feb 01 00:51:52.417 INFO O| Feb 01 00:51:52.417 INFO STEP 335 (remove_files) COMPLETE
54682025-02-01T00:51:53.954Z[ recovery-image] Feb 01 00:51:52.417 INFO O| Feb 01 00:51:52.417 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692025-02-01T00:51:53.969Z[ recovery-image] Feb 01 00:51:52.435 INFO O| Feb 01 00:51:52.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54702025-02-01T00:51:53.972Z[ recovery-image] Feb 01 00:51:52.435 INFO O| Feb 01 00:51:52.435 INFO STEP 336 (remove_files) COMPLETE
54712025-02-01T00:51:53.972Z[ recovery-image] Feb 01 00:51:52.435 INFO O| Feb 01 00:51:52.435 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722025-02-01T00:51:53.988Z[ recovery-image] Feb 01 00:51:52.453 INFO O| Feb 01 00:51:52.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54732025-02-01T00:51:53.990Z[ recovery-image] Feb 01 00:51:52.453 INFO O| Feb 01 00:51:52.453 INFO STEP 337 (remove_files) COMPLETE
54742025-02-01T00:51:53.990Z[ recovery-image] Feb 01 00:51:52.453 INFO O| Feb 01 00:51:52.453 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752025-02-01T00:51:54.006Z[ recovery-image] Feb 01 00:51:52.471 INFO O| Feb 01 00:51:52.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54762025-02-01T00:51:54.008Z[ recovery-image] Feb 01 00:51:52.471 INFO O| Feb 01 00:51:52.471 INFO STEP 338 (remove_files) COMPLETE
54772025-02-01T00:51:54.009Z[ recovery-image] Feb 01 00:51:52.471 INFO O| Feb 01 00:51:52.471 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782025-02-01T00:51:54.031Z[ recovery-image] Feb 01 00:51:52.496 INFO O| Feb 01 00:51:52.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54792025-02-01T00:51:54.034Z[ recovery-image] Feb 01 00:51:52.496 INFO O| Feb 01 00:51:52.496 INFO STEP 339 (remove_files) COMPLETE
54802025-02-01T00:51:54.034Z[ recovery-image] Feb 01 00:51:52.496 INFO O| Feb 01 00:51:52.496 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812025-02-01T00:51:54.051Z[ recovery-image] Feb 01 00:51:52.516 INFO O| Feb 01 00:51:52.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54822025-02-01T00:51:54.053Z[ recovery-image] Feb 01 00:51:52.516 INFO O| Feb 01 00:51:52.516 INFO STEP 340 (remove_files) COMPLETE
54832025-02-01T00:51:54.053Z[ recovery-image] Feb 01 00:51:52.516 INFO O| Feb 01 00:51:52.516 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842025-02-01T00:51:54.084Z[ recovery-image] Feb 01 00:51:52.549 INFO O| Feb 01 00:51:52.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54852025-02-01T00:51:54.084Z[ recovery-image] Feb 01 00:51:52.549 INFO O| Feb 01 00:51:52.549 INFO STEP 341 (remove_files) COMPLETE
54862025-02-01T00:51:54.084Z[ recovery-image] Feb 01 00:51:52.549 INFO O| Feb 01 00:51:52.549 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872025-02-01T00:51:54.102Z[ recovery-image] Feb 01 00:51:52.568 INFO O| Feb 01 00:51:52.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54882025-02-01T00:51:54.122Z[ recovery-image] Feb 01 00:51:52.588 INFO O| Feb 01 00:51:52.588 INFO STEP 342 (remove_files) COMPLETE
54892025-02-01T00:51:54.123Z[ recovery-image] Feb 01 00:51:52.588 INFO O| Feb 01 00:51:52.588 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902025-02-01T00:51:54.191Z[ recovery-image] Feb 01 00:51:52.656 INFO O| Feb 01 00:51:52.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54912025-02-01T00:51:54.191Z[ recovery-image] Feb 01 00:51:52.656 INFO O| Feb 01 00:51:52.656 INFO STEP 343 (remove_files) COMPLETE
54922025-02-01T00:51:54.191Z[ recovery-image] Feb 01 00:51:52.656 INFO O| Feb 01 00:51:52.656 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932025-02-01T00:51:54.262Z[ recovery-image] Feb 01 00:51:52.727 INFO O| Feb 01 00:51:52.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54942025-02-01T00:51:54.262Z[ recovery-image] Feb 01 00:51:52.727 INFO O| Feb 01 00:51:52.727 INFO STEP 344 (remove_files) COMPLETE
54952025-02-01T00:51:54.265Z[ recovery-image] Feb 01 00:51:52.727 INFO O| Feb 01 00:51:52.727 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962025-02-01T00:51:54.297Z[ recovery-image] Feb 01 00:51:52.762 INFO O| Feb 01 00:51:52.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54972025-02-01T00:51:54.297Z[ recovery-image] Feb 01 00:51:52.762 INFO O| Feb 01 00:51:52.762 INFO STEP 345 (remove_files) COMPLETE
54982025-02-01T00:51:54.297Z[ recovery-image] Feb 01 00:51:52.762 INFO O| Feb 01 00:51:52.762 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992025-02-01T00:51:54.358Z[ recovery-image] Feb 01 00:51:52.823 INFO O| Feb 01 00:51:52.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
55002025-02-01T00:51:54.358Z[ recovery-image] Feb 01 00:51:52.823 INFO O| Feb 01 00:51:52.823 INFO STEP 346 (remove_files) COMPLETE
55012025-02-01T00:51:54.361Z[ recovery-image] Feb 01 00:51:52.823 INFO O| Feb 01 00:51:52.823 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022025-02-01T00:51:54.377Z[ recovery-image] Feb 01 00:51:52.842 INFO O| Feb 01 00:51:52.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
55032025-02-01T00:51:54.377Z[ recovery-image] Feb 01 00:51:52.843 INFO O| Feb 01 00:51:52.843 INFO STEP 347 (remove_files) COMPLETE
55042025-02-01T00:51:54.377Z[ recovery-image] Feb 01 00:51:52.843 INFO O| Feb 01 00:51:52.843 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052025-02-01T00:51:54.396Z[ recovery-image] Feb 01 00:51:52.861 INFO O| Feb 01 00:51:52.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55062025-02-01T00:51:54.396Z[ recovery-image] Feb 01 00:51:52.861 INFO O| Feb 01 00:51:52.861 INFO STEP 348 (remove_files) COMPLETE
55072025-02-01T00:51:54.396Z[ recovery-image] Feb 01 00:51:52.862 INFO O| Feb 01 00:51:52.861 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-02-01T00:51:54.417Z[ recovery-image] Feb 01 00:51:52.880 INFO O| Feb 01 00:51:52.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55092025-02-01T00:51:54.417Z[ recovery-image] Feb 01 00:51:52.880 INFO O| Feb 01 00:51:52.880 INFO STEP 349 (remove_files) COMPLETE
55102025-02-01T00:51:54.417Z[ recovery-image] Feb 01 00:51:52.880 INFO O| Feb 01 00:51:52.880 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-02-01T00:51:54.434Z[ recovery-image] Feb 01 00:51:52.899 INFO O| Feb 01 00:51:52.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55122025-02-01T00:51:54.434Z[ recovery-image] Feb 01 00:51:52.899 INFO O| Feb 01 00:51:52.899 INFO STEP 350 (remove_files) COMPLETE
55132025-02-01T00:51:54.434Z[ recovery-image] Feb 01 00:51:52.899 INFO O| Feb 01 00:51:52.899 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-02-01T00:51:54.451Z[ recovery-image] Feb 01 00:51:52.916 INFO O| Feb 01 00:51:52.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55152025-02-01T00:51:54.451Z[ recovery-image] Feb 01 00:51:52.916 INFO O| Feb 01 00:51:52.916 INFO STEP 351 (remove_files) COMPLETE
55162025-02-01T00:51:54.451Z[ recovery-image] Feb 01 00:51:52.917 INFO O| Feb 01 00:51:52.916 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-02-01T00:51:54.470Z[ recovery-image] Feb 01 00:51:52.935 INFO O| Feb 01 00:51:52.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55182025-02-01T00:51:54.470Z[ recovery-image] Feb 01 00:51:52.935 INFO O| Feb 01 00:51:52.935 INFO STEP 352 (remove_files) COMPLETE
55192025-02-01T00:51:54.470Z[ recovery-image] Feb 01 00:51:52.935 INFO O| Feb 01 00:51:52.935 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-02-01T00:51:54.489Z[ recovery-image] Feb 01 00:51:52.954 INFO O| Feb 01 00:51:52.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55212025-02-01T00:51:54.489Z[ recovery-image] Feb 01 00:51:52.954 INFO O| Feb 01 00:51:52.954 INFO STEP 353 (remove_files) COMPLETE
55222025-02-01T00:51:54.489Z[ recovery-image] Feb 01 00:51:52.954 INFO O| Feb 01 00:51:52.954 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-02-01T00:51:54.508Z[ recovery-image] Feb 01 00:51:52.972 INFO O| Feb 01 00:51:52.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55242025-02-01T00:51:54.508Z[ recovery-image] Feb 01 00:51:52.972 INFO O| Feb 01 00:51:52.972 INFO STEP 354 (remove_files) COMPLETE
55252025-02-01T00:51:54.511Z[ recovery-image] Feb 01 00:51:52.972 INFO O| Feb 01 00:51:52.972 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-02-01T00:51:54.524Z[ recovery-image] Feb 01 00:51:52.989 INFO O| Feb 01 00:51:52.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55272025-02-01T00:51:54.524Z[ recovery-image] Feb 01 00:51:52.989 INFO O| Feb 01 00:51:52.989 INFO STEP 355 (remove_files) COMPLETE
55282025-02-01T00:51:54.550Z[ recovery-image] Feb 01 00:51:52.990 INFO O| Feb 01 00:51:52.989 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292025-02-01T00:51:54.550Z[ recovery-image] Feb 01 00:51:53.009 INFO O| Feb 01 00:51:53.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55302025-02-01T00:51:54.550Z[ recovery-image] Feb 01 00:51:53.009 INFO O| Feb 01 00:51:53.009 INFO STEP 356 (remove_files) COMPLETE
55312025-02-01T00:51:54.550Z[ recovery-image] Feb 01 00:51:53.009 INFO O| Feb 01 00:51:53.009 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322025-02-01T00:51:54.563Z[ recovery-image] Feb 01 00:51:53.028 INFO O| Feb 01 00:51:53.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55332025-02-01T00:51:54.566Z[ recovery-image] Feb 01 00:51:53.029 INFO O| Feb 01 00:51:53.029 INFO STEP 357 (remove_files) COMPLETE
55342025-02-01T00:51:54.566Z[ recovery-image] Feb 01 00:51:53.029 INFO O| Feb 01 00:51:53.029 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352025-02-01T00:51:54.583Z[ recovery-image] Feb 01 00:51:53.048 INFO O| Feb 01 00:51:53.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55362025-02-01T00:51:54.583Z[ recovery-image] Feb 01 00:51:53.048 INFO O| Feb 01 00:51:53.048 INFO STEP 358 (remove_files) COMPLETE
55372025-02-01T00:51:54.583Z[ recovery-image] Feb 01 00:51:53.048 INFO O| Feb 01 00:51:53.048 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382025-02-01T00:51:54.604Z[ recovery-image] Feb 01 00:51:53.068 INFO O| Feb 01 00:51:53.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55392025-02-01T00:51:54.604Z[ recovery-image] Feb 01 00:51:53.068 INFO O| Feb 01 00:51:53.068 INFO STEP 359 (remove_files) COMPLETE
55402025-02-01T00:51:54.609Z[ recovery-image] Feb 01 00:51:53.068 INFO O| Feb 01 00:51:53.068 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412025-02-01T00:51:54.623Z[ recovery-image] Feb 01 00:51:53.088 INFO O| Feb 01 00:51:53.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55422025-02-01T00:51:54.623Z[ recovery-image] Feb 01 00:51:53.088 INFO O| Feb 01 00:51:53.088 INFO STEP 360 (remove_files) COMPLETE
55432025-02-01T00:51:54.627Z[ recovery-image] Feb 01 00:51:53.088 INFO O| Feb 01 00:51:53.088 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442025-02-01T00:51:54.642Z[ recovery-image] Feb 01 00:51:53.107 INFO O| Feb 01 00:51:53.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55452025-02-01T00:51:54.642Z[ recovery-image] Feb 01 00:51:53.107 INFO O| Feb 01 00:51:53.107 INFO STEP 361 (remove_files) COMPLETE
55462025-02-01T00:51:54.642Z[ recovery-image] Feb 01 00:51:53.107 INFO O| Feb 01 00:51:53.107 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472025-02-01T00:51:54.663Z[ recovery-image] Feb 01 00:51:53.128 INFO O| Feb 01 00:51:53.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55482025-02-01T00:51:54.663Z[ recovery-image] Feb 01 00:51:53.128 INFO O| Feb 01 00:51:53.128 INFO STEP 362 (remove_files) COMPLETE
55492025-02-01T00:51:54.663Z[ recovery-image] Feb 01 00:51:53.128 INFO O| Feb 01 00:51:53.128 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502025-02-01T00:51:54.697Z[ recovery-image] Feb 01 00:51:53.161 INFO O| Feb 01 00:51:53.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55512025-02-01T00:51:54.697Z[ recovery-image] Feb 01 00:51:53.161 INFO O| Feb 01 00:51:53.161 INFO STEP 363 (remove_files) COMPLETE
55522025-02-01T00:51:54.697Z[ recovery-image] Feb 01 00:51:53.161 INFO O| Feb 01 00:51:53.161 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-02-01T00:51:54.735Z[ recovery-image] Feb 01 00:51:53.200 INFO O| Feb 01 00:51:53.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55542025-02-01T00:51:54.738Z[ recovery-image] Feb 01 00:51:53.200 INFO O| Feb 01 00:51:53.200 INFO STEP 364 (remove_files) COMPLETE
55552025-02-01T00:51:54.738Z[ recovery-image] Feb 01 00:51:53.201 INFO O| Feb 01 00:51:53.201 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-02-01T00:51:54.785Z[ recovery-image] Feb 01 00:51:53.249 INFO O| Feb 01 00:51:53.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55572025-02-01T00:51:54.789Z[ recovery-image] Feb 01 00:51:53.249 INFO O| Feb 01 00:51:53.249 INFO STEP 365 (remove_files) COMPLETE
55582025-02-01T00:51:54.789Z[ recovery-image] Feb 01 00:51:53.249 INFO O| Feb 01 00:51:53.249 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-02-01T00:51:54.804Z[ recovery-image] Feb 01 00:51:53.269 INFO O| Feb 01 00:51:53.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55602025-02-01T00:51:54.808Z[ recovery-image] Feb 01 00:51:53.269 INFO O| Feb 01 00:51:53.269 INFO STEP 366 (remove_files) COMPLETE
55612025-02-01T00:51:54.808Z[ recovery-image] Feb 01 00:51:53.269 INFO O| Feb 01 00:51:53.269 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622025-02-01T00:51:54.826Z[ recovery-image] Feb 01 00:51:53.289 INFO O| Feb 01 00:51:53.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55632025-02-01T00:51:54.829Z[ recovery-image] Feb 01 00:51:53.289 INFO O| Feb 01 00:51:53.289 INFO STEP 367 (remove_files) COMPLETE
55642025-02-01T00:51:54.829Z[ recovery-image] Feb 01 00:51:53.289 INFO O| Feb 01 00:51:53.289 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652025-02-01T00:51:54.843Z[ recovery-image] Feb 01 00:51:53.308 INFO O| Feb 01 00:51:53.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55662025-02-01T00:51:54.846Z[ recovery-image] Feb 01 00:51:53.309 INFO O| Feb 01 00:51:53.308 INFO STEP 368 (remove_files) COMPLETE
55672025-02-01T00:51:54.846Z[ recovery-image] Feb 01 00:51:53.309 INFO O| Feb 01 00:51:53.309 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682025-02-01T00:51:54.883Z[ recovery-image] Feb 01 00:51:53.348 INFO O| Feb 01 00:51:53.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55692025-02-01T00:51:54.883Z[ recovery-image] Feb 01 00:51:53.348 INFO O| Feb 01 00:51:53.348 INFO STEP 369 (remove_files) COMPLETE
55702025-02-01T00:51:54.886Z[ recovery-image] Feb 01 00:51:53.348 INFO O| Feb 01 00:51:53.348 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-02-01T00:51:54.921Z[ recovery-image] Feb 01 00:51:53.384 INFO O| Feb 01 00:51:53.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55722025-02-01T00:51:54.921Z[ recovery-image] Feb 01 00:51:53.385 INFO O| Feb 01 00:51:53.384 INFO STEP 370 (remove_files) COMPLETE
55732025-02-01T00:51:54.921Z[ recovery-image] Feb 01 00:51:53.385 INFO O| Feb 01 00:51:53.385 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-02-01T00:51:54.941Z[ recovery-image] Feb 01 00:51:53.404 INFO O| Feb 01 00:51:53.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55752025-02-01T00:51:54.941Z[ recovery-image] Feb 01 00:51:53.404 INFO O| Feb 01 00:51:53.404 INFO STEP 371 (remove_files) COMPLETE
55762025-02-01T00:51:54.941Z[ recovery-image] Feb 01 00:51:53.404 INFO O| Feb 01 00:51:53.404 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-02-01T00:51:54.956Z[ recovery-image] Feb 01 00:51:53.421 INFO O| Feb 01 00:51:53.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55782025-02-01T00:51:54.956Z[ recovery-image] Feb 01 00:51:53.422 INFO O| Feb 01 00:51:53.422 INFO STEP 372 (remove_files) COMPLETE
55792025-02-01T00:51:54.957Z[ recovery-image] Feb 01 00:51:53.422 INFO O| Feb 01 00:51:53.422 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-02-01T00:51:54.989Z[ recovery-image] Feb 01 00:51:53.454 INFO O| Feb 01 00:51:53.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55812025-02-01T00:51:54.992Z[ recovery-image] Feb 01 00:51:53.454 INFO O| Feb 01 00:51:53.454 INFO STEP 373 (remove_files) COMPLETE
55822025-02-01T00:51:54.992Z[ recovery-image] Feb 01 00:51:53.454 INFO O| Feb 01 00:51:53.454 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-02-01T00:51:55.010Z[ recovery-image] Feb 01 00:51:53.474 INFO O| Feb 01 00:51:53.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55842025-02-01T00:51:55.010Z[ recovery-image] Feb 01 00:51:53.474 INFO O| Feb 01 00:51:53.474 INFO STEP 374 (remove_files) COMPLETE
55852025-02-01T00:51:55.010Z[ recovery-image] Feb 01 00:51:53.474 INFO O| Feb 01 00:51:53.474 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-02-01T00:51:55.032Z[ recovery-image] Feb 01 00:51:53.497 INFO O| Feb 01 00:51:53.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55872025-02-01T00:51:55.032Z[ recovery-image] Feb 01 00:51:53.497 INFO O| Feb 01 00:51:53.497 INFO STEP 375 (remove_files) COMPLETE
55882025-02-01T00:51:55.032Z[ recovery-image] Feb 01 00:51:53.497 INFO O| Feb 01 00:51:53.497 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892025-02-01T00:51:55.054Z[ recovery-image] Feb 01 00:51:53.519 INFO O| Feb 01 00:51:53.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55902025-02-01T00:51:55.054Z[ recovery-image] Feb 01 00:51:53.519 INFO O| Feb 01 00:51:53.519 INFO STEP 376 (remove_files) COMPLETE
55912025-02-01T00:51:55.057Z[ recovery-image] Feb 01 00:51:53.519 INFO O| Feb 01 00:51:53.519 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-02-01T00:51:55.075Z[ recovery-image] Feb 01 00:51:53.539 INFO O| Feb 01 00:51:53.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55932025-02-01T00:51:55.075Z[ recovery-image] Feb 01 00:51:53.539 INFO O| Feb 01 00:51:53.539 INFO STEP 377 (remove_files) COMPLETE
55942025-02-01T00:51:55.075Z[ recovery-image] Feb 01 00:51:53.539 INFO O| Feb 01 00:51:53.539 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-02-01T00:51:55.101Z[ recovery-image] Feb 01 00:51:53.565 INFO O| Feb 01 00:51:53.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55962025-02-01T00:51:55.106Z[ recovery-image] Feb 01 00:51:53.565 INFO O| Feb 01 00:51:53.565 INFO STEP 378 (remove_files) COMPLETE
55972025-02-01T00:51:55.106Z[ recovery-image] Feb 01 00:51:53.565 INFO O| Feb 01 00:51:53.565 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982025-02-01T00:51:55.122Z[ recovery-image] Feb 01 00:51:53.586 INFO O| Feb 01 00:51:53.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55992025-02-01T00:51:55.125Z[ recovery-image] Feb 01 00:51:53.586 INFO O| Feb 01 00:51:53.586 INFO STEP 379 (remove_files) COMPLETE
56002025-02-01T00:51:55.125Z[ recovery-image] Feb 01 00:51:53.586 INFO O| Feb 01 00:51:53.586 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012025-02-01T00:51:55.141Z[ recovery-image] Feb 01 00:51:53.606 INFO O| Feb 01 00:51:53.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
56022025-02-01T00:51:55.144Z[ recovery-image] Feb 01 00:51:53.607 INFO O| Feb 01 00:51:53.607 INFO STEP 380 (remove_files) COMPLETE
56032025-02-01T00:51:55.144Z[ recovery-image] Feb 01 00:51:53.607 INFO O| Feb 01 00:51:53.607 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042025-02-01T00:51:55.163Z[ recovery-image] Feb 01 00:51:53.626 INFO O| Feb 01 00:51:53.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
56052025-02-01T00:51:55.163Z[ recovery-image] Feb 01 00:51:53.626 INFO O| Feb 01 00:51:53.626 INFO STEP 381 (remove_files) COMPLETE
56062025-02-01T00:51:55.163Z[ recovery-image] Feb 01 00:51:53.626 INFO O| Feb 01 00:51:53.626 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072025-02-01T00:51:55.246Z[ recovery-image] Feb 01 00:51:53.711 INFO O| Feb 01 00:51:53.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56082025-02-01T00:51:55.246Z[ recovery-image] Feb 01 00:51:53.711 INFO O| Feb 01 00:51:53.711 INFO STEP 382 (remove_files) COMPLETE
56092025-02-01T00:51:55.246Z[ recovery-image] Feb 01 00:51:53.711 INFO O| Feb 01 00:51:53.711 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102025-02-01T00:51:55.290Z[ recovery-image] Feb 01 00:51:53.755 INFO O| Feb 01 00:51:53.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56112025-02-01T00:51:55.290Z[ recovery-image] Feb 01 00:51:53.755 INFO O| Feb 01 00:51:53.755 INFO STEP 383 (remove_files) COMPLETE
56122025-02-01T00:51:55.290Z[ recovery-image] Feb 01 00:51:53.755 INFO O| Feb 01 00:51:53.755 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132025-02-01T00:51:55.308Z[ recovery-image] Feb 01 00:51:53.773 INFO O| Feb 01 00:51:53.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56142025-02-01T00:51:55.308Z[ recovery-image] Feb 01 00:51:53.773 INFO O| Feb 01 00:51:53.773 INFO STEP 384 (remove_files) COMPLETE
56152025-02-01T00:51:55.311Z[ recovery-image] Feb 01 00:51:53.773 INFO O| Feb 01 00:51:53.773 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162025-02-01T00:51:55.374Z[ recovery-image] Feb 01 00:51:53.838 INFO O| Feb 01 00:51:53.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56172025-02-01T00:51:55.374Z[ recovery-image] Feb 01 00:51:53.838 INFO O| Feb 01 00:51:53.838 INFO STEP 385 (remove_files) COMPLETE
56182025-02-01T00:51:55.378Z[ recovery-image] Feb 01 00:51:53.838 INFO O| Feb 01 00:51:53.838 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-02-01T00:51:55.429Z[ recovery-image] Feb 01 00:51:53.893 INFO O| Feb 01 00:51:53.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56202025-02-01T00:51:55.429Z[ recovery-image] Feb 01 00:51:53.893 INFO O| Feb 01 00:51:53.893 INFO STEP 386 (remove_files) COMPLETE
56212025-02-01T00:51:55.429Z[ recovery-image] Feb 01 00:51:53.893 INFO O| Feb 01 00:51:53.893 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-02-01T00:51:55.487Z[ recovery-image] Feb 01 00:51:53.952 INFO O| Feb 01 00:51:53.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56232025-02-01T00:51:55.487Z[ recovery-image] Feb 01 00:51:53.952 INFO O| Feb 01 00:51:53.952 INFO STEP 387 (remove_files) COMPLETE
56242025-02-01T00:51:55.487Z[ recovery-image] Feb 01 00:51:53.952 INFO O| Feb 01 00:51:53.952 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252025-02-01T00:51:55.539Z[ recovery-image] Feb 01 00:51:54.002 INFO O| Feb 01 00:51:54.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56262025-02-01T00:51:55.539Z[ recovery-image] Feb 01 00:51:54.002 INFO O| Feb 01 00:51:54.002 INFO STEP 388 (remove_files) COMPLETE
56272025-02-01T00:51:55.539Z[ recovery-image] Feb 01 00:51:54.002 INFO O| Feb 01 00:51:54.002 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282025-02-01T00:51:55.631Z[ recovery-image] Feb 01 00:51:54.096 INFO O| Feb 01 00:51:54.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56292025-02-01T00:51:55.631Z[ recovery-image] Feb 01 00:51:54.096 INFO O| Feb 01 00:51:54.096 INFO STEP 389 (remove_files) COMPLETE
56302025-02-01T00:51:55.634Z[ recovery-image] Feb 01 00:51:54.096 INFO O| Feb 01 00:51:54.096 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312025-02-01T00:51:55.679Z[ recovery-image] Feb 01 00:51:54.144 INFO O| Feb 01 00:51:54.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56322025-02-01T00:51:55.679Z[ recovery-image] Feb 01 00:51:54.144 INFO O| Feb 01 00:51:54.144 INFO STEP 390 (remove_files) COMPLETE
56332025-02-01T00:51:55.679Z[ recovery-image] Feb 01 00:51:54.144 INFO O| Feb 01 00:51:54.144 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342025-02-01T00:51:55.698Z[ recovery-image] Feb 01 00:51:54.163 INFO O| Feb 01 00:51:54.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56352025-02-01T00:51:55.698Z[ recovery-image] Feb 01 00:51:54.163 INFO O| Feb 01 00:51:54.163 INFO STEP 391 (remove_files) COMPLETE
56362025-02-01T00:51:55.701Z[ recovery-image] Feb 01 00:51:54.163 INFO O| Feb 01 00:51:54.163 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-02-01T00:51:55.724Z[ recovery-image] Feb 01 00:51:54.189 INFO O| Feb 01 00:51:54.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56382025-02-01T00:51:55.724Z[ recovery-image] Feb 01 00:51:54.189 INFO O| Feb 01 00:51:54.189 INFO STEP 392 (remove_files) COMPLETE
56392025-02-01T00:51:55.729Z[ recovery-image] Feb 01 00:51:54.189 INFO O| Feb 01 00:51:54.189 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402025-02-01T00:51:55.764Z[ recovery-image] Feb 01 00:51:54.227 INFO O| Feb 01 00:51:54.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56412025-02-01T00:51:55.764Z[ recovery-image] Feb 01 00:51:54.227 INFO O| Feb 01 00:51:54.227 INFO STEP 393 (remove_files) COMPLETE
56422025-02-01T00:51:55.764Z[ recovery-image] Feb 01 00:51:54.227 INFO O| Feb 01 00:51:54.227 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-02-01T00:51:55.783Z[ recovery-image] Feb 01 00:51:54.247 INFO O| Feb 01 00:51:54.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56442025-02-01T00:51:55.783Z[ recovery-image] Feb 01 00:51:54.247 INFO O| Feb 01 00:51:54.247 INFO STEP 394 (remove_files) COMPLETE
56452025-02-01T00:51:55.783Z[ recovery-image] Feb 01 00:51:54.247 INFO O| Feb 01 00:51:54.247 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-02-01T00:51:55.807Z[ recovery-image] Feb 01 00:51:54.267 INFO O| Feb 01 00:51:54.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56472025-02-01T00:51:55.807Z[ recovery-image] Feb 01 00:51:54.267 INFO O| Feb 01 00:51:54.267 INFO STEP 395 (remove_files) COMPLETE
56482025-02-01T00:51:55.807Z[ recovery-image] Feb 01 00:51:54.267 INFO O| Feb 01 00:51:54.267 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-02-01T00:51:55.824Z[ recovery-image] Feb 01 00:51:54.286 INFO O| Feb 01 00:51:54.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56502025-02-01T00:51:55.824Z[ recovery-image] Feb 01 00:51:54.286 INFO O| Feb 01 00:51:54.286 INFO STEP 396 (remove_files) COMPLETE
56512025-02-01T00:51:55.824Z[ recovery-image] Feb 01 00:51:54.286 INFO O| Feb 01 00:51:54.286 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522025-02-01T00:51:55.839Z[ recovery-image] Feb 01 00:51:54.304 INFO O| Feb 01 00:51:54.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56532025-02-01T00:51:55.840Z[ recovery-image] Feb 01 00:51:54.304 INFO O| Feb 01 00:51:54.304 INFO STEP 397 (remove_files) COMPLETE
56542025-02-01T00:51:55.843Z[ recovery-image] Feb 01 00:51:54.304 INFO O| Feb 01 00:51:54.304 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552025-02-01T00:51:55.858Z[ recovery-image] Feb 01 00:51:54.323 INFO O| Feb 01 00:51:54.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56562025-02-01T00:51:55.858Z[ recovery-image] Feb 01 00:51:54.323 INFO O| Feb 01 00:51:54.323 INFO STEP 398 (remove_files) COMPLETE
56572025-02-01T00:51:55.861Z[ recovery-image] Feb 01 00:51:54.323 INFO O| Feb 01 00:51:54.323 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582025-02-01T00:51:55.877Z[ recovery-image] Feb 01 00:51:54.342 INFO O| Feb 01 00:51:54.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56592025-02-01T00:51:55.877Z[ recovery-image] Feb 01 00:51:54.342 INFO O| Feb 01 00:51:54.342 INFO STEP 399 (remove_files) COMPLETE
56602025-02-01T00:51:55.880Z[ recovery-image] Feb 01 00:51:54.342 INFO O| Feb 01 00:51:54.342 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612025-02-01T00:51:55.897Z[ recovery-image] Feb 01 00:51:54.362 INFO O| Feb 01 00:51:54.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56622025-02-01T00:51:55.897Z[ recovery-image] Feb 01 00:51:54.362 INFO O| Feb 01 00:51:54.362 INFO STEP 400 (remove_files) COMPLETE
56632025-02-01T00:51:55.897Z[ recovery-image] Feb 01 00:51:54.362 INFO O| Feb 01 00:51:54.362 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642025-02-01T00:51:55.916Z[ recovery-image] Feb 01 00:51:54.381 INFO O| Feb 01 00:51:54.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56652025-02-01T00:51:55.916Z[ recovery-image] Feb 01 00:51:54.381 INFO O| Feb 01 00:51:54.381 INFO STEP 401 (remove_files) COMPLETE
56662025-02-01T00:51:55.916Z[ recovery-image] Feb 01 00:51:54.381 INFO O| Feb 01 00:51:54.381 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672025-02-01T00:51:55.938Z[ recovery-image] Feb 01 00:51:54.400 INFO O| Feb 01 00:51:54.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56682025-02-01T00:51:55.938Z[ recovery-image] Feb 01 00:51:54.400 INFO O| Feb 01 00:51:54.400 INFO STEP 402 (remove_files) COMPLETE
56692025-02-01T00:51:55.938Z[ recovery-image] Feb 01 00:51:54.400 INFO O| Feb 01 00:51:54.400 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-02-01T00:51:55.954Z[ recovery-image] Feb 01 00:51:54.419 INFO O| Feb 01 00:51:54.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56712025-02-01T00:51:55.954Z[ recovery-image] Feb 01 00:51:54.419 INFO O| Feb 01 00:51:54.419 INFO STEP 403 (remove_files) COMPLETE
56722025-02-01T00:51:55.954Z[ recovery-image] Feb 01 00:51:54.419 INFO O| Feb 01 00:51:54.419 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-02-01T00:51:55.989Z[ recovery-image] Feb 01 00:51:54.454 INFO O| Feb 01 00:51:54.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56742025-02-01T00:51:55.989Z[ recovery-image] Feb 01 00:51:54.454 INFO O| Feb 01 00:51:54.454 INFO STEP 404 (remove_files) COMPLETE
56752025-02-01T00:51:55.989Z[ recovery-image] Feb 01 00:51:54.454 INFO O| Feb 01 00:51:54.454 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-02-01T00:51:56.007Z[ recovery-image] Feb 01 00:51:54.471 INFO O| Feb 01 00:51:54.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56772025-02-01T00:51:56.007Z[ recovery-image] Feb 01 00:51:54.471 INFO O| Feb 01 00:51:54.471 INFO STEP 405 (remove_files) COMPLETE
56782025-02-01T00:51:56.007Z[ recovery-image] Feb 01 00:51:54.471 INFO O| Feb 01 00:51:54.471 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-02-01T00:51:56.025Z[ recovery-image] Feb 01 00:51:54.488 INFO O| Feb 01 00:51:54.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56802025-02-01T00:51:56.025Z[ recovery-image] Feb 01 00:51:54.488 INFO O| Feb 01 00:51:54.488 INFO STEP 406 (remove_files) COMPLETE
56812025-02-01T00:51:56.028Z[ recovery-image] Feb 01 00:51:54.488 INFO O| Feb 01 00:51:54.488 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-02-01T00:51:56.039Z[ recovery-image] Feb 01 00:51:54.504 INFO O| Feb 01 00:51:54.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56832025-02-01T00:51:56.040Z[ recovery-image] Feb 01 00:51:54.504 INFO O| Feb 01 00:51:54.504 INFO STEP 407 (remove_files) COMPLETE
56842025-02-01T00:51:56.046Z[ recovery-image] Feb 01 00:51:54.504 INFO O| Feb 01 00:51:54.504 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-02-01T00:51:56.075Z[ recovery-image] Feb 01 00:51:54.540 INFO O| Feb 01 00:51:54.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56862025-02-01T00:51:56.075Z[ recovery-image] Feb 01 00:51:54.540 INFO O| Feb 01 00:51:54.540 INFO STEP 408 (remove_files) COMPLETE
56872025-02-01T00:51:56.075Z[ recovery-image] Feb 01 00:51:54.540 INFO O| Feb 01 00:51:54.540 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-02-01T00:51:56.092Z[ recovery-image] Feb 01 00:51:54.557 INFO O| Feb 01 00:51:54.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56892025-02-01T00:51:56.092Z[ recovery-image] Feb 01 00:51:54.557 INFO O| Feb 01 00:51:54.557 INFO STEP 409 (remove_files) COMPLETE
56902025-02-01T00:51:56.092Z[ recovery-image] Feb 01 00:51:54.557 INFO O| Feb 01 00:51:54.557 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-02-01T00:51:56.111Z[ recovery-image] Feb 01 00:51:54.575 INFO O| Feb 01 00:51:54.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56922025-02-01T00:51:56.111Z[ recovery-image] Feb 01 00:51:54.575 INFO O| Feb 01 00:51:54.575 INFO STEP 410 (remove_files) COMPLETE
56932025-02-01T00:51:56.111Z[ recovery-image] Feb 01 00:51:54.575 INFO O| Feb 01 00:51:54.575 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-02-01T00:51:56.127Z[ recovery-image] Feb 01 00:51:54.592 INFO O| Feb 01 00:51:54.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56952025-02-01T00:51:56.127Z[ recovery-image] Feb 01 00:51:54.592 INFO O| Feb 01 00:51:54.592 INFO STEP 411 (remove_files) COMPLETE
56962025-02-01T00:51:56.127Z[ recovery-image] Feb 01 00:51:54.592 INFO O| Feb 01 00:51:54.592 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-02-01T00:51:56.187Z[ recovery-image] Feb 01 00:51:54.651 INFO O| Feb 01 00:51:54.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56982025-02-01T00:51:56.187Z[ recovery-image] Feb 01 00:51:54.651 INFO O| Feb 01 00:51:54.651 INFO STEP 412 (remove_files) COMPLETE
56992025-02-01T00:51:56.187Z[ recovery-image] Feb 01 00:51:54.651 INFO O| Feb 01 00:51:54.651 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002025-02-01T00:51:56.209Z[ recovery-image] Feb 01 00:51:54.673 INFO O| Feb 01 00:51:54.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
57012025-02-01T00:51:56.209Z[ recovery-image] Feb 01 00:51:54.673 INFO O| Feb 01 00:51:54.673 INFO STEP 413 (remove_files) COMPLETE
57022025-02-01T00:51:56.209Z[ recovery-image] Feb 01 00:51:54.673 INFO O| Feb 01 00:51:54.673 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032025-02-01T00:51:56.229Z[ recovery-image] Feb 01 00:51:54.694 INFO O| Feb 01 00:51:54.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57042025-02-01T00:51:56.229Z[ recovery-image] Feb 01 00:51:54.694 INFO O| Feb 01 00:51:54.694 INFO STEP 414 (remove_files) COMPLETE
57052025-02-01T00:51:56.229Z[ recovery-image] Feb 01 00:51:54.694 INFO O| Feb 01 00:51:54.694 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-02-01T00:51:56.249Z[ recovery-image] Feb 01 00:51:54.713 INFO O| Feb 01 00:51:54.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57072025-02-01T00:51:56.249Z[ recovery-image] Feb 01 00:51:54.713 INFO O| Feb 01 00:51:54.713 INFO STEP 415 (remove_files) COMPLETE
57082025-02-01T00:51:56.249Z[ recovery-image] Feb 01 00:51:54.714 INFO O| Feb 01 00:51:54.713 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-02-01T00:51:56.268Z[ recovery-image] Feb 01 00:51:54.733 INFO O| Feb 01 00:51:54.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57102025-02-01T00:51:56.269Z[ recovery-image] Feb 01 00:51:54.733 INFO O| Feb 01 00:51:54.733 INFO STEP 416 (remove_files) COMPLETE
57112025-02-01T00:51:56.269Z[ recovery-image] Feb 01 00:51:54.733 INFO O| Feb 01 00:51:54.733 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-02-01T00:51:56.298Z[ recovery-image] Feb 01 00:51:54.763 INFO O| Feb 01 00:51:54.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57132025-02-01T00:51:56.304Z[ recovery-image] Feb 01 00:51:54.763 INFO O| Feb 01 00:51:54.763 INFO STEP 417 (remove_files) COMPLETE
57142025-02-01T00:51:56.304Z[ recovery-image] Feb 01 00:51:54.764 INFO O| Feb 01 00:51:54.764 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152025-02-01T00:51:56.320Z[ recovery-image] Feb 01 00:51:54.785 INFO O| Feb 01 00:51:54.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57162025-02-01T00:51:56.324Z[ recovery-image] Feb 01 00:51:54.785 INFO O| Feb 01 00:51:54.785 INFO STEP 418 (remove_files) COMPLETE
57172025-02-01T00:51:56.324Z[ recovery-image] Feb 01 00:51:54.785 INFO O| Feb 01 00:51:54.785 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182025-02-01T00:51:56.342Z[ recovery-image] Feb 01 00:51:54.805 INFO O| Feb 01 00:51:54.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57192025-02-01T00:51:56.345Z[ recovery-image] Feb 01 00:51:54.806 INFO O| Feb 01 00:51:54.805 INFO STEP 419 (remove_files) COMPLETE
57202025-02-01T00:51:56.345Z[ recovery-image] Feb 01 00:51:54.806 INFO O| Feb 01 00:51:54.806 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-02-01T00:51:56.399Z[ recovery-image] Feb 01 00:51:54.864 INFO O| Feb 01 00:51:54.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57222025-02-01T00:51:56.399Z[ recovery-image] Feb 01 00:51:54.864 INFO O| Feb 01 00:51:54.864 INFO STEP 420 (remove_files) COMPLETE
57232025-02-01T00:51:56.402Z[ recovery-image] Feb 01 00:51:54.864 INFO O| Feb 01 00:51:54.864 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-02-01T00:51:56.455Z[ recovery-image] Feb 01 00:51:54.902 INFO O| Feb 01 00:51:54.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57252025-02-01T00:51:56.455Z[ recovery-image] Feb 01 00:51:54.902 INFO O| Feb 01 00:51:54.902 INFO STEP 421 (remove_files) COMPLETE
57262025-02-01T00:51:56.459Z[ recovery-image] Feb 01 00:51:54.902 INFO O| Feb 01 00:51:54.902 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-02-01T00:51:56.459Z[ recovery-image] Feb 01 00:51:54.920 INFO O| Feb 01 00:51:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57282025-02-01T00:51:56.459Z[ recovery-image] Feb 01 00:51:54.920 INFO O| Feb 01 00:51:54.920 INFO STEP 422 (remove_files) COMPLETE
57292025-02-01T00:51:56.459Z[ recovery-image] Feb 01 00:51:54.920 INFO O| Feb 01 00:51:54.920 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-02-01T00:51:56.485Z[ recovery-image] Feb 01 00:51:54.949 INFO O| Feb 01 00:51:54.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57312025-02-01T00:51:56.485Z[ recovery-image] Feb 01 00:51:54.949 INFO O| Feb 01 00:51:54.949 INFO STEP 423 (remove_files) COMPLETE
57322025-02-01T00:51:56.489Z[ recovery-image] Feb 01 00:51:54.949 INFO O| Feb 01 00:51:54.949 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-02-01T00:51:56.527Z[ recovery-image] Feb 01 00:51:54.991 INFO O| Feb 01 00:51:54.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57342025-02-01T00:51:56.527Z[ recovery-image] Feb 01 00:51:54.991 INFO O| Feb 01 00:51:54.991 INFO STEP 424 (remove_files) COMPLETE
57352025-02-01T00:51:56.527Z[ recovery-image] Feb 01 00:51:54.991 INFO O| Feb 01 00:51:54.991 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362025-02-01T00:51:56.559Z[ recovery-image] Feb 01 00:51:55.024 INFO O| Feb 01 00:51:55.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57372025-02-01T00:51:56.559Z[ recovery-image] Feb 01 00:51:55.024 INFO O| Feb 01 00:51:55.024 INFO STEP 425 (remove_files) COMPLETE
57382025-02-01T00:51:56.559Z[ recovery-image] Feb 01 00:51:55.024 INFO O| Feb 01 00:51:55.024 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-02-01T00:51:56.583Z[ recovery-image] Feb 01 00:51:55.045 INFO O| Feb 01 00:51:55.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57402025-02-01T00:51:56.583Z[ recovery-image] Feb 01 00:51:55.045 INFO O| Feb 01 00:51:55.045 INFO STEP 426 (remove_files) COMPLETE
57412025-02-01T00:51:56.583Z[ recovery-image] Feb 01 00:51:55.045 INFO O| Feb 01 00:51:55.045 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-02-01T00:51:56.605Z[ recovery-image] Feb 01 00:51:55.065 INFO O| Feb 01 00:51:55.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57432025-02-01T00:51:56.605Z[ recovery-image] Feb 01 00:51:55.065 INFO O| Feb 01 00:51:55.065 INFO STEP 427 (remove_files) COMPLETE
57442025-02-01T00:51:56.605Z[ recovery-image] Feb 01 00:51:55.065 INFO O| Feb 01 00:51:55.065 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-02-01T00:51:56.633Z[ recovery-image] Feb 01 00:51:55.097 INFO O| Feb 01 00:51:55.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57462025-02-01T00:51:56.633Z[ recovery-image] Feb 01 00:51:55.097 INFO O| Feb 01 00:51:55.097 INFO STEP 428 (remove_files) COMPLETE
57472025-02-01T00:51:56.636Z[ recovery-image] Feb 01 00:51:55.097 INFO O| Feb 01 00:51:55.097 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482025-02-01T00:51:56.686Z[ recovery-image] Feb 01 00:51:55.147 INFO O| Feb 01 00:51:55.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57492025-02-01T00:51:56.686Z[ recovery-image] Feb 01 00:51:55.148 INFO O| Feb 01 00:51:55.147 INFO STEP 429 (remove_files) COMPLETE
57502025-02-01T00:51:56.686Z[ recovery-image] Feb 01 00:51:55.148 INFO O| Feb 01 00:51:55.148 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512025-02-01T00:51:56.703Z[ recovery-image] Feb 01 00:51:55.167 INFO O| Feb 01 00:51:55.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57522025-02-01T00:51:56.703Z[ recovery-image] Feb 01 00:51:55.167 INFO O| Feb 01 00:51:55.167 INFO STEP 430 (remove_files) COMPLETE
57532025-02-01T00:51:56.703Z[ recovery-image] Feb 01 00:51:55.167 INFO O| Feb 01 00:51:55.167 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542025-02-01T00:51:56.740Z[ recovery-image] Feb 01 00:51:55.205 INFO O| Feb 01 00:51:55.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57552025-02-01T00:51:56.740Z[ recovery-image] Feb 01 00:51:55.205 INFO O| Feb 01 00:51:55.205 INFO STEP 431 (remove_files) COMPLETE
57562025-02-01T00:51:56.740Z[ recovery-image] Feb 01 00:51:55.205 INFO O| Feb 01 00:51:55.205 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572025-02-01T00:51:56.763Z[ recovery-image] Feb 01 00:51:55.227 INFO O| Feb 01 00:51:55.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57582025-02-01T00:51:56.763Z[ recovery-image] Feb 01 00:51:55.228 INFO O| Feb 01 00:51:55.227 INFO STEP 432 (remove_files) COMPLETE
57592025-02-01T00:51:56.763Z[ recovery-image] Feb 01 00:51:55.228 INFO O| Feb 01 00:51:55.227 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602025-02-01T00:51:56.784Z[ recovery-image] Feb 01 00:51:55.249 INFO O| Feb 01 00:51:55.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57612025-02-01T00:51:56.784Z[ recovery-image] Feb 01 00:51:55.249 INFO O| Feb 01 00:51:55.249 INFO STEP 433 (remove_files) COMPLETE
57622025-02-01T00:51:56.790Z[ recovery-image] Feb 01 00:51:55.249 INFO O| Feb 01 00:51:55.249 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632025-02-01T00:51:56.804Z[ recovery-image] Feb 01 00:51:55.268 INFO O| Feb 01 00:51:55.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57642025-02-01T00:51:56.804Z[ recovery-image] Feb 01 00:51:55.268 INFO O| Feb 01 00:51:55.268 INFO STEP 434 (remove_files) COMPLETE
57652025-02-01T00:51:56.808Z[ recovery-image] Feb 01 00:51:55.268 INFO O| Feb 01 00:51:55.268 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-02-01T00:51:56.821Z[ recovery-image] Feb 01 00:51:55.286 INFO O| Feb 01 00:51:55.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57672025-02-01T00:51:56.822Z[ recovery-image] Feb 01 00:51:55.286 INFO O| Feb 01 00:51:55.286 INFO STEP 435 (remove_files) COMPLETE
57682025-02-01T00:51:56.827Z[ recovery-image] Feb 01 00:51:55.286 INFO O| Feb 01 00:51:55.286 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-02-01T00:51:56.839Z[ recovery-image] Feb 01 00:51:55.304 INFO O| Feb 01 00:51:55.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57702025-02-01T00:51:56.842Z[ recovery-image] Feb 01 00:51:55.304 INFO O| Feb 01 00:51:55.304 INFO STEP 436 (remove_files) COMPLETE
57712025-02-01T00:51:56.843Z[ recovery-image] Feb 01 00:51:55.304 INFO O| Feb 01 00:51:55.304 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-02-01T00:51:56.857Z[ recovery-image] Feb 01 00:51:55.322 INFO O| Feb 01 00:51:55.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57732025-02-01T00:51:56.860Z[ recovery-image] Feb 01 00:51:55.322 INFO O| Feb 01 00:51:55.322 INFO STEP 437 (remove_files) COMPLETE
57742025-02-01T00:51:56.860Z[ recovery-image] Feb 01 00:51:55.322 INFO O| Feb 01 00:51:55.322 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-02-01T00:51:56.876Z[ recovery-image] Feb 01 00:51:55.340 INFO O| Feb 01 00:51:55.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57762025-02-01T00:51:56.879Z[ recovery-image] Feb 01 00:51:55.340 INFO O| Feb 01 00:51:55.340 INFO STEP 438 (remove_files) COMPLETE
57772025-02-01T00:51:56.879Z[ recovery-image] Feb 01 00:51:55.340 INFO O| Feb 01 00:51:55.340 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-02-01T00:51:56.894Z[ recovery-image] Feb 01 00:51:55.359 INFO O| Feb 01 00:51:55.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57792025-02-01T00:51:56.897Z[ recovery-image] Feb 01 00:51:55.359 INFO O| Feb 01 00:51:55.359 INFO STEP 439 (remove_files) COMPLETE
57802025-02-01T00:51:56.898Z[ recovery-image] Feb 01 00:51:55.359 INFO O| Feb 01 00:51:55.359 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812025-02-01T00:51:56.915Z[ recovery-image] Feb 01 00:51:55.380 INFO O| Feb 01 00:51:55.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57822025-02-01T00:51:56.915Z[ recovery-image] Feb 01 00:51:55.380 INFO O| Feb 01 00:51:55.380 INFO STEP 440 (remove_files) COMPLETE
57832025-02-01T00:51:56.915Z[ recovery-image] Feb 01 00:51:55.380 INFO O| Feb 01 00:51:55.380 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842025-02-01T00:51:56.934Z[ recovery-image] Feb 01 00:51:55.399 INFO O| Feb 01 00:51:55.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57852025-02-01T00:51:56.934Z[ recovery-image] Feb 01 00:51:55.399 INFO O| Feb 01 00:51:55.399 INFO STEP 441 (remove_files) COMPLETE
57862025-02-01T00:51:56.938Z[ recovery-image] Feb 01 00:51:55.399 INFO O| Feb 01 00:51:55.399 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872025-02-01T00:51:56.953Z[ recovery-image] Feb 01 00:51:55.417 INFO O| Feb 01 00:51:55.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57882025-02-01T00:51:56.953Z[ recovery-image] Feb 01 00:51:55.417 INFO O| Feb 01 00:51:55.417 INFO STEP 442 (remove_files) COMPLETE
57892025-02-01T00:51:56.953Z[ recovery-image] Feb 01 00:51:55.418 INFO O| Feb 01 00:51:55.417 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902025-02-01T00:51:56.970Z[ recovery-image] Feb 01 00:51:55.435 INFO O| Feb 01 00:51:55.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57912025-02-01T00:51:56.970Z[ recovery-image] Feb 01 00:51:55.435 INFO O| Feb 01 00:51:55.435 INFO STEP 443 (remove_files) COMPLETE
57922025-02-01T00:51:56.970Z[ recovery-image] Feb 01 00:51:55.435 INFO O| Feb 01 00:51:55.435 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932025-02-01T00:51:56.988Z[ recovery-image] Feb 01 00:51:55.452 INFO O| Feb 01 00:51:55.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57942025-02-01T00:51:56.988Z[ recovery-image] Feb 01 00:51:55.452 INFO O| Feb 01 00:51:55.452 INFO STEP 444 (remove_files) COMPLETE
57952025-02-01T00:51:56.988Z[ recovery-image] Feb 01 00:51:55.453 INFO O| Feb 01 00:51:55.452 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962025-02-01T00:51:57.008Z[ recovery-image] Feb 01 00:51:55.472 INFO O| Feb 01 00:51:55.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57972025-02-01T00:51:57.008Z[ recovery-image] Feb 01 00:51:55.472 INFO O| Feb 01 00:51:55.472 INFO STEP 445 (remove_files) COMPLETE
57982025-02-01T00:51:57.011Z[ recovery-image] Feb 01 00:51:55.472 INFO O| Feb 01 00:51:55.472 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992025-02-01T00:51:57.030Z[ recovery-image] Feb 01 00:51:55.492 INFO O| Feb 01 00:51:55.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58002025-02-01T00:51:57.030Z[ recovery-image] Feb 01 00:51:55.493 INFO O| Feb 01 00:51:55.493 INFO STEP 446 (remove_files) COMPLETE
58012025-02-01T00:51:57.030Z[ recovery-image] Feb 01 00:51:55.493 INFO O| Feb 01 00:51:55.493 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022025-02-01T00:51:57.065Z[ recovery-image] Feb 01 00:51:55.528 INFO O| Feb 01 00:51:55.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58032025-02-01T00:51:57.065Z[ recovery-image] Feb 01 00:51:55.528 INFO O| Feb 01 00:51:55.528 INFO STEP 447 (remove_files) COMPLETE
58042025-02-01T00:51:57.065Z[ recovery-image] Feb 01 00:51:55.528 INFO O| Feb 01 00:51:55.528 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052025-02-01T00:51:57.106Z[ recovery-image] Feb 01 00:51:55.570 INFO O| Feb 01 00:51:55.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58062025-02-01T00:51:57.106Z[ recovery-image] Feb 01 00:51:55.570 INFO O| Feb 01 00:51:55.570 INFO STEP 448 (remove_files) COMPLETE
58072025-02-01T00:51:57.106Z[ recovery-image] Feb 01 00:51:55.570 INFO O| Feb 01 00:51:55.570 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082025-02-01T00:51:57.128Z[ recovery-image] Feb 01 00:51:55.591 INFO O| Feb 01 00:51:55.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58092025-02-01T00:51:57.128Z[ recovery-image] Feb 01 00:51:55.591 INFO O| Feb 01 00:51:55.591 INFO STEP 449 (remove_files) COMPLETE
58102025-02-01T00:51:57.128Z[ recovery-image] Feb 01 00:51:55.591 INFO O| Feb 01 00:51:55.591 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112025-02-01T00:51:57.155Z[ recovery-image] Feb 01 00:51:55.619 INFO O| Feb 01 00:51:55.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58122025-02-01T00:51:57.155Z[ recovery-image] Feb 01 00:51:55.620 INFO O| Feb 01 00:51:55.620 INFO STEP 450 (remove_files) COMPLETE
58132025-02-01T00:51:57.159Z[ recovery-image] Feb 01 00:51:55.620 INFO O| Feb 01 00:51:55.620 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142025-02-01T00:51:57.176Z[ recovery-image] Feb 01 00:51:55.638 INFO O| Feb 01 00:51:55.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58152025-02-01T00:51:57.180Z[ recovery-image] Feb 01 00:51:55.638 INFO O| Feb 01 00:51:55.638 INFO STEP 451 (remove_files) COMPLETE
58162025-02-01T00:51:57.180Z[ recovery-image] Feb 01 00:51:55.638 INFO O| Feb 01 00:51:55.638 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172025-02-01T00:51:57.193Z[ recovery-image] Feb 01 00:51:55.656 INFO O| Feb 01 00:51:55.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58182025-02-01T00:51:57.198Z[ recovery-image] Feb 01 00:51:55.656 INFO O| Feb 01 00:51:55.656 INFO STEP 452 (remove_files) COMPLETE
58192025-02-01T00:51:57.198Z[ recovery-image] Feb 01 00:51:55.657 INFO O| Feb 01 00:51:55.656 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202025-02-01T00:51:57.214Z[ recovery-image] Feb 01 00:51:55.676 INFO O| Feb 01 00:51:55.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58212025-02-01T00:51:57.223Z[ recovery-image] Feb 01 00:51:55.676 INFO O| Feb 01 00:51:55.676 INFO STEP 453 (remove_files) COMPLETE
58222025-02-01T00:51:57.223Z[ recovery-image] Feb 01 00:51:55.676 INFO O| Feb 01 00:51:55.676 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232025-02-01T00:51:57.231Z[ recovery-image] Feb 01 00:51:55.696 INFO O| Feb 01 00:51:55.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58242025-02-01T00:51:57.252Z[ recovery-image] Feb 01 00:51:55.716 INFO O| Feb 01 00:51:55.716 INFO STEP 454 (remove_files) COMPLETE
58252025-02-01T00:51:57.252Z[ recovery-image] Feb 01 00:51:55.716 INFO O| Feb 01 00:51:55.716 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262025-02-01T00:51:57.273Z[ recovery-image] Feb 01 00:51:55.737 INFO O| Feb 01 00:51:55.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58272025-02-01T00:51:57.278Z[ recovery-image] Feb 01 00:51:55.743 INFO O| Feb 01 00:51:55.743 INFO STEP 455 (remove_files) COMPLETE
58282025-02-01T00:51:57.278Z[ recovery-image] Feb 01 00:51:55.743 INFO O| Feb 01 00:51:55.743 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292025-02-01T00:51:57.321Z[ recovery-image] Feb 01 00:51:55.786 INFO O| Feb 01 00:51:55.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58302025-02-01T00:51:57.322Z[ recovery-image] Feb 01 00:51:55.786 INFO O| Feb 01 00:51:55.786 INFO STEP 456 (remove_files) COMPLETE
58312025-02-01T00:51:57.326Z[ recovery-image] Feb 01 00:51:55.786 INFO O| Feb 01 00:51:55.786 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322025-02-01T00:51:57.342Z[ recovery-image] Feb 01 00:51:55.807 INFO O| Feb 01 00:51:55.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58332025-02-01T00:51:57.346Z[ recovery-image] Feb 01 00:51:55.807 INFO O| Feb 01 00:51:55.807 INFO STEP 457 (remove_files) COMPLETE
58342025-02-01T00:51:57.346Z[ recovery-image] Feb 01 00:51:55.807 INFO O| Feb 01 00:51:55.807 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352025-02-01T00:51:57.363Z[ recovery-image] Feb 01 00:51:55.827 INFO O| Feb 01 00:51:55.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58362025-02-01T00:51:57.366Z[ recovery-image] Feb 01 00:51:55.828 INFO O| Feb 01 00:51:55.827 INFO STEP 458 (remove_files) COMPLETE
58372025-02-01T00:51:57.366Z[ recovery-image] Feb 01 00:51:55.828 INFO O| Feb 01 00:51:55.828 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382025-02-01T00:51:57.383Z[ recovery-image] Feb 01 00:51:55.847 INFO O| Feb 01 00:51:55.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58392025-02-01T00:51:57.386Z[ recovery-image] Feb 01 00:51:55.847 INFO O| Feb 01 00:51:55.847 INFO STEP 459 (remove_files) COMPLETE
58402025-02-01T00:51:57.386Z[ recovery-image] Feb 01 00:51:55.848 INFO O| Feb 01 00:51:55.847 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412025-02-01T00:51:57.421Z[ recovery-image] Feb 01 00:51:55.866 INFO O| Feb 01 00:51:55.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58422025-02-01T00:51:57.433Z[ recovery-image] Feb 01 00:51:55.867 INFO O| Feb 01 00:51:55.867 INFO STEP 460 (remove_files) COMPLETE
58432025-02-01T00:51:57.434Z[ recovery-image] Feb 01 00:51:55.867 INFO O| Feb 01 00:51:55.867 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442025-02-01T00:51:57.434Z[ recovery-image] Feb 01 00:51:55.887 INFO O| Feb 01 00:51:55.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58452025-02-01T00:51:57.434Z[ recovery-image] Feb 01 00:51:55.887 INFO O| Feb 01 00:51:55.887 INFO STEP 461 (remove_files) COMPLETE
58462025-02-01T00:51:57.434Z[ recovery-image] Feb 01 00:51:55.887 INFO O| Feb 01 00:51:55.887 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472025-02-01T00:51:57.484Z[ recovery-image] Feb 01 00:51:55.949 INFO O| Feb 01 00:51:55.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58482025-02-01T00:51:57.484Z[ recovery-image] Feb 01 00:51:55.949 INFO O| Feb 01 00:51:55.949 INFO STEP 462 (remove_files) COMPLETE
58492025-02-01T00:51:57.484Z[ recovery-image] Feb 01 00:51:55.949 INFO O| Feb 01 00:51:55.949 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502025-02-01T00:51:57.538Z[ recovery-image] Feb 01 00:51:56.003 INFO O| Feb 01 00:51:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58512025-02-01T00:51:57.542Z[ recovery-image] Feb 01 00:51:56.003 INFO O| Feb 01 00:51:56.003 INFO STEP 463 (remove_files) COMPLETE
58522025-02-01T00:51:57.542Z[ recovery-image] Feb 01 00:51:56.003 INFO O| Feb 01 00:51:56.003 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532025-02-01T00:51:57.569Z[ recovery-image] Feb 01 00:51:56.032 INFO O| Feb 01 00:51:56.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58542025-02-01T00:51:57.573Z[ recovery-image] Feb 01 00:51:56.032 INFO O| Feb 01 00:51:56.032 INFO STEP 464 (remove_files) COMPLETE
58552025-02-01T00:51:57.573Z[ recovery-image] Feb 01 00:51:56.032 INFO O| Feb 01 00:51:56.032 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562025-02-01T00:51:57.589Z[ recovery-image] Feb 01 00:51:56.053 INFO O| Feb 01 00:51:56.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58572025-02-01T00:51:57.589Z[ recovery-image] Feb 01 00:51:56.053 INFO O| Feb 01 00:51:56.053 INFO STEP 465 (remove_files) COMPLETE
58582025-02-01T00:51:57.592Z[ recovery-image] Feb 01 00:51:56.053 INFO O| Feb 01 00:51:56.053 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592025-02-01T00:51:57.644Z[ recovery-image] Feb 01 00:51:56.108 INFO O| Feb 01 00:51:56.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58602025-02-01T00:51:57.644Z[ recovery-image] Feb 01 00:51:56.108 INFO O| Feb 01 00:51:56.108 INFO STEP 466 (remove_files) COMPLETE
58612025-02-01T00:51:57.644Z[ recovery-image] Feb 01 00:51:56.108 INFO O| Feb 01 00:51:56.108 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622025-02-01T00:51:57.666Z[ recovery-image] Feb 01 00:51:56.131 INFO O| Feb 01 00:51:56.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58632025-02-01T00:51:57.666Z[ recovery-image] Feb 01 00:51:56.131 INFO O| Feb 01 00:51:56.131 INFO STEP 467 (remove_files) COMPLETE
58642025-02-01T00:51:57.666Z[ recovery-image] Feb 01 00:51:56.131 INFO O| Feb 01 00:51:56.131 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652025-02-01T00:51:57.698Z[ recovery-image] Feb 01 00:51:56.161 INFO O| Feb 01 00:51:56.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58662025-02-01T00:51:57.698Z[ recovery-image] Feb 01 00:51:56.161 INFO O| Feb 01 00:51:56.161 INFO STEP 468 (remove_files) COMPLETE
58672025-02-01T00:51:57.698Z[ recovery-image] Feb 01 00:51:56.161 INFO O| Feb 01 00:51:56.161 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682025-02-01T00:51:57.722Z[ recovery-image] Feb 01 00:51:56.186 INFO O| Feb 01 00:51:56.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58692025-02-01T00:51:57.722Z[ recovery-image] Feb 01 00:51:56.186 INFO O| Feb 01 00:51:56.186 INFO STEP 469 (remove_files) COMPLETE
58702025-02-01T00:51:57.725Z[ recovery-image] Feb 01 00:51:56.186 INFO O| Feb 01 00:51:56.186 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712025-02-01T00:51:57.778Z[ recovery-image] Feb 01 00:51:56.241 INFO O| Feb 01 00:51:56.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58722025-02-01T00:51:57.780Z[ recovery-image] Feb 01 00:51:56.242 INFO O| Feb 01 00:51:56.241 INFO STEP 470 (remove_files) COMPLETE
58732025-02-01T00:51:57.780Z[ recovery-image] Feb 01 00:51:56.242 INFO O| Feb 01 00:51:56.242 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742025-02-01T00:51:57.799Z[ recovery-image] Feb 01 00:51:56.262 INFO O| Feb 01 00:51:56.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58752025-02-01T00:51:57.799Z[ recovery-image] Feb 01 00:51:56.262 INFO O| Feb 01 00:51:56.262 INFO STEP 471 (remove_files) COMPLETE
58762025-02-01T00:51:57.799Z[ recovery-image] Feb 01 00:51:56.262 INFO O| Feb 01 00:51:56.262 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772025-02-01T00:51:57.817Z[ recovery-image] Feb 01 00:51:56.282 INFO O| Feb 01 00:51:56.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58782025-02-01T00:51:57.817Z[ recovery-image] Feb 01 00:51:56.282 INFO O| Feb 01 00:51:56.282 INFO STEP 472 (remove_files) COMPLETE
58792025-02-01T00:51:57.818Z[ recovery-image] Feb 01 00:51:56.282 INFO O| Feb 01 00:51:56.282 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802025-02-01T00:51:57.837Z[ recovery-image] Feb 01 00:51:56.302 INFO O| Feb 01 00:51:56.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58812025-02-01T00:51:57.837Z[ recovery-image] Feb 01 00:51:56.302 INFO O| Feb 01 00:51:56.302 INFO STEP 473 (remove_files) COMPLETE
58822025-02-01T00:51:57.837Z[ recovery-image] Feb 01 00:51:56.302 INFO O| Feb 01 00:51:56.302 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832025-02-01T00:51:57.856Z[ recovery-image] Feb 01 00:51:56.321 INFO O| Feb 01 00:51:56.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58842025-02-01T00:51:57.856Z[ recovery-image] Feb 01 00:51:56.321 INFO O| Feb 01 00:51:56.321 INFO STEP 474 (remove_files) COMPLETE
58852025-02-01T00:51:57.857Z[ recovery-image] Feb 01 00:51:56.321 INFO O| Feb 01 00:51:56.321 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862025-02-01T00:51:57.884Z[ recovery-image] Feb 01 00:51:56.340 INFO O| Feb 01 00:51:56.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58872025-02-01T00:51:57.884Z[ recovery-image] Feb 01 00:51:56.340 INFO O| Feb 01 00:51:56.340 INFO STEP 475 (remove_files) COMPLETE
58882025-02-01T00:51:57.884Z[ recovery-image] Feb 01 00:51:56.340 INFO O| Feb 01 00:51:56.340 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892025-02-01T00:51:57.895Z[ recovery-image] Feb 01 00:51:56.360 INFO O| Feb 01 00:51:56.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58902025-02-01T00:51:57.895Z[ recovery-image] Feb 01 00:51:56.360 INFO O| Feb 01 00:51:56.360 INFO STEP 476 (remove_files) COMPLETE
58912025-02-01T00:51:57.898Z[ recovery-image] Feb 01 00:51:56.360 INFO O| Feb 01 00:51:56.360 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922025-02-01T00:51:57.916Z[ recovery-image] Feb 01 00:51:56.380 INFO O| Feb 01 00:51:56.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58932025-02-01T00:51:57.916Z[ recovery-image] Feb 01 00:51:56.380 INFO O| Feb 01 00:51:56.380 INFO STEP 477 (remove_files) COMPLETE
58942025-02-01T00:51:57.920Z[ recovery-image] Feb 01 00:51:56.380 INFO O| Feb 01 00:51:56.380 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952025-02-01T00:51:57.960Z[ recovery-image] Feb 01 00:51:56.424 INFO O| Feb 01 00:51:56.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58962025-02-01T00:51:57.986Z[ recovery-image] Feb 01 00:51:56.444 INFO O| Feb 01 00:51:56.444 INFO STEP 478 (remove_files) COMPLETE
58972025-02-01T00:51:57.986Z[ recovery-image] Feb 01 00:51:56.444 INFO O| Feb 01 00:51:56.444 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982025-02-01T00:51:58.012Z[ recovery-image] Feb 01 00:51:56.476 INFO O| Feb 01 00:51:56.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58992025-02-01T00:51:58.012Z[ recovery-image] Feb 01 00:51:56.476 INFO O| Feb 01 00:51:56.476 INFO STEP 479 (remove_files) COMPLETE
59002025-02-01T00:51:58.016Z[ recovery-image] Feb 01 00:51:56.476 INFO O| Feb 01 00:51:56.476 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012025-02-01T00:51:58.047Z[ recovery-image] Feb 01 00:51:56.511 INFO O| Feb 01 00:51:56.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59022025-02-01T00:51:58.047Z[ recovery-image] Feb 01 00:51:56.511 INFO O| Feb 01 00:51:56.511 INFO STEP 480 (remove_files) COMPLETE
59032025-02-01T00:51:58.047Z[ recovery-image] Feb 01 00:51:56.511 INFO O| Feb 01 00:51:56.511 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042025-02-01T00:51:58.065Z[ recovery-image] Feb 01 00:51:56.529 INFO O| Feb 01 00:51:56.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59052025-02-01T00:51:58.065Z[ recovery-image] Feb 01 00:51:56.529 INFO O| Feb 01 00:51:56.529 INFO STEP 481 (remove_files) COMPLETE
59062025-02-01T00:51:58.065Z[ recovery-image] Feb 01 00:51:56.529 INFO O| Feb 01 00:51:56.529 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072025-02-01T00:51:58.102Z[ recovery-image] Feb 01 00:51:56.567 INFO O| Feb 01 00:51:56.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59082025-02-01T00:51:58.103Z[ recovery-image] Feb 01 00:51:56.567 INFO O| Feb 01 00:51:56.567 INFO STEP 482 (remove_files) COMPLETE
59092025-02-01T00:51:58.103Z[ recovery-image] Feb 01 00:51:56.567 INFO O| Feb 01 00:51:56.567 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102025-02-01T00:51:58.141Z[ recovery-image] Feb 01 00:51:56.605 INFO O| Feb 01 00:51:56.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59112025-02-01T00:51:58.141Z[ recovery-image] Feb 01 00:51:56.605 INFO O| Feb 01 00:51:56.605 INFO STEP 483 (remove_files) COMPLETE
59122025-02-01T00:51:58.144Z[ recovery-image] Feb 01 00:51:56.605 INFO O| Feb 01 00:51:56.605 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132025-02-01T00:51:58.207Z[ recovery-image] Feb 01 00:51:56.672 INFO O| Feb 01 00:51:56.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59142025-02-01T00:51:58.207Z[ recovery-image] Feb 01 00:51:56.672 INFO O| Feb 01 00:51:56.672 INFO STEP 484 (remove_files) COMPLETE
59152025-02-01T00:51:58.207Z[ recovery-image] Feb 01 00:51:56.672 INFO O| Feb 01 00:51:56.672 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162025-02-01T00:51:58.240Z[ recovery-image] Feb 01 00:51:56.704 INFO O| Feb 01 00:51:56.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59172025-02-01T00:51:58.240Z[ recovery-image] Feb 01 00:51:56.704 INFO O| Feb 01 00:51:56.704 INFO STEP 485 (remove_files) COMPLETE
59182025-02-01T00:51:58.240Z[ recovery-image] Feb 01 00:51:56.704 INFO O| Feb 01 00:51:56.704 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192025-02-01T00:51:58.352Z[ recovery-image] Feb 01 00:51:56.788 INFO O| Feb 01 00:51:56.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59202025-02-01T00:51:58.355Z[ recovery-image] Feb 01 00:51:56.788 INFO O| Feb 01 00:51:56.788 INFO STEP 486 (remove_files) COMPLETE
59212025-02-01T00:51:58.356Z[ recovery-image] Feb 01 00:51:56.788 INFO O| Feb 01 00:51:56.788 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222025-02-01T00:51:58.356Z[ recovery-image] Feb 01 00:51:56.809 INFO O| Feb 01 00:51:56.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59232025-02-01T00:51:58.362Z[ recovery-image] Feb 01 00:51:56.826 INFO O| Feb 01 00:51:56.826 INFO STEP 487 (remove_files) COMPLETE
59242025-02-01T00:51:58.366Z[ recovery-image] Feb 01 00:51:56.827 INFO O| Feb 01 00:51:56.826 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252025-02-01T00:51:58.406Z[ recovery-image] Feb 01 00:51:56.870 INFO O| Feb 01 00:51:56.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59262025-02-01T00:51:58.409Z[ recovery-image] Feb 01 00:51:56.870 INFO O| Feb 01 00:51:56.870 INFO STEP 488 (remove_files) COMPLETE
59272025-02-01T00:51:58.409Z[ recovery-image] Feb 01 00:51:56.871 INFO O| Feb 01 00:51:56.870 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282025-02-01T00:51:58.424Z[ recovery-image] Feb 01 00:51:56.889 INFO O| Feb 01 00:51:56.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59292025-02-01T00:51:58.427Z[ recovery-image] Feb 01 00:51:56.889 INFO O| Feb 01 00:51:56.889 INFO STEP 489 (remove_files) COMPLETE
59302025-02-01T00:51:58.427Z[ recovery-image] Feb 01 00:51:56.889 INFO O| Feb 01 00:51:56.889 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312025-02-01T00:51:58.443Z[ recovery-image] Feb 01 00:51:56.907 INFO O| Feb 01 00:51:56.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59322025-02-01T00:51:58.443Z[ recovery-image] Feb 01 00:51:56.908 INFO O| Feb 01 00:51:56.908 INFO STEP 490 (remove_files) COMPLETE
59332025-02-01T00:51:58.446Z[ recovery-image] Feb 01 00:51:56.908 INFO O| Feb 01 00:51:56.908 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342025-02-01T00:51:58.464Z[ recovery-image] Feb 01 00:51:56.928 INFO O| Feb 01 00:51:56.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59352025-02-01T00:51:58.466Z[ recovery-image] Feb 01 00:51:56.928 INFO O| Feb 01 00:51:56.928 INFO STEP 491 (remove_files) COMPLETE
59362025-02-01T00:51:58.467Z[ recovery-image] Feb 01 00:51:56.928 INFO O| Feb 01 00:51:56.928 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372025-02-01T00:51:58.484Z[ recovery-image] Feb 01 00:51:56.948 INFO O| Feb 01 00:51:56.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59382025-02-01T00:51:58.487Z[ recovery-image] Feb 01 00:51:56.949 INFO O| Feb 01 00:51:56.949 INFO STEP 492 (remove_files) COMPLETE
59392025-02-01T00:51:58.487Z[ recovery-image] Feb 01 00:51:56.949 INFO O| Feb 01 00:51:56.949 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402025-02-01T00:51:58.504Z[ recovery-image] Feb 01 00:51:56.968 INFO O| Feb 01 00:51:56.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59412025-02-01T00:51:58.509Z[ recovery-image] Feb 01 00:51:56.968 INFO O| Feb 01 00:51:56.968 INFO STEP 493 (remove_files) COMPLETE
59422025-02-01T00:51:58.509Z[ recovery-image] Feb 01 00:51:56.968 INFO O| Feb 01 00:51:56.968 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432025-02-01T00:51:58.527Z[ recovery-image] Feb 01 00:51:56.989 INFO O| Feb 01 00:51:56.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59442025-02-01T00:51:58.527Z[ recovery-image] Feb 01 00:51:56.989 INFO O| Feb 01 00:51:56.989 INFO STEP 494 (remove_files) COMPLETE
59452025-02-01T00:51:58.530Z[ recovery-image] Feb 01 00:51:56.989 INFO O| Feb 01 00:51:56.989 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462025-02-01T00:51:58.562Z[ recovery-image] Feb 01 00:51:57.026 INFO O| Feb 01 00:51:57.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59472025-02-01T00:51:58.572Z[ recovery-image] Feb 01 00:51:57.026 INFO O| Feb 01 00:51:57.026 INFO STEP 495 (remove_files) COMPLETE
59482025-02-01T00:51:58.572Z[ recovery-image] Feb 01 00:51:57.026 INFO O| Feb 01 00:51:57.026 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492025-02-01T00:51:58.582Z[ recovery-image] Feb 01 00:51:57.047 INFO O| Feb 01 00:51:57.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59502025-02-01T00:51:58.588Z[ recovery-image] Feb 01 00:51:57.047 INFO O| Feb 01 00:51:57.047 INFO STEP 496 (remove_files) COMPLETE
59512025-02-01T00:51:58.588Z[ recovery-image] Feb 01 00:51:57.047 INFO O| Feb 01 00:51:57.047 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522025-02-01T00:51:58.602Z[ recovery-image] Feb 01 00:51:57.067 INFO O| Feb 01 00:51:57.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59532025-02-01T00:51:58.605Z[ recovery-image] Feb 01 00:51:57.067 INFO O| Feb 01 00:51:57.067 INFO STEP 497 (remove_files) COMPLETE
59542025-02-01T00:51:58.606Z[ recovery-image] Feb 01 00:51:57.067 INFO O| Feb 01 00:51:57.067 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552025-02-01T00:51:58.623Z[ recovery-image] Feb 01 00:51:57.088 INFO O| Feb 01 00:51:57.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59562025-02-01T00:51:58.626Z[ recovery-image] Feb 01 00:51:57.088 INFO O| Feb 01 00:51:57.088 INFO STEP 498 (remove_files) COMPLETE
59572025-02-01T00:51:58.626Z[ recovery-image] Feb 01 00:51:57.088 INFO O| Feb 01 00:51:57.088 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582025-02-01T00:51:58.644Z[ recovery-image] Feb 01 00:51:57.109 INFO O| Feb 01 00:51:57.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59592025-02-01T00:51:58.649Z[ recovery-image] Feb 01 00:51:57.109 INFO O| Feb 01 00:51:57.109 INFO STEP 499 (remove_files) COMPLETE
59602025-02-01T00:51:58.649Z[ recovery-image] Feb 01 00:51:57.109 INFO O| Feb 01 00:51:57.109 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612025-02-01T00:51:58.680Z[ recovery-image] Feb 01 00:51:57.144 INFO O| Feb 01 00:51:57.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59622025-02-01T00:51:58.683Z[ recovery-image] Feb 01 00:51:57.145 INFO O| Feb 01 00:51:57.145 INFO STEP 500 (remove_files) COMPLETE
59632025-02-01T00:51:58.683Z[ recovery-image] Feb 01 00:51:57.145 INFO O| Feb 01 00:51:57.145 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642025-02-01T00:51:58.700Z[ recovery-image] Feb 01 00:51:57.164 INFO O| Feb 01 00:51:57.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59652025-02-01T00:51:58.700Z[ recovery-image] Feb 01 00:51:57.164 INFO O| Feb 01 00:51:57.164 INFO STEP 501 (remove_files) COMPLETE
59662025-02-01T00:51:58.703Z[ recovery-image] Feb 01 00:51:57.164 INFO O| Feb 01 00:51:57.164 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672025-02-01T00:51:58.749Z[ recovery-image] Feb 01 00:51:57.213 INFO O| Feb 01 00:51:57.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59682025-02-01T00:51:58.749Z[ recovery-image] Feb 01 00:51:57.213 INFO O| Feb 01 00:51:57.213 INFO STEP 502 (remove_files) COMPLETE
59692025-02-01T00:51:58.752Z[ recovery-image] Feb 01 00:51:57.213 INFO O| Feb 01 00:51:57.213 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702025-02-01T00:51:58.799Z[ recovery-image] Feb 01 00:51:57.263 INFO O| Feb 01 00:51:57.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59712025-02-01T00:51:58.801Z[ recovery-image] Feb 01 00:51:57.263 INFO O| Feb 01 00:51:57.263 INFO STEP 503 (remove_files) COMPLETE
59722025-02-01T00:51:58.801Z[ recovery-image] Feb 01 00:51:57.263 INFO O| Feb 01 00:51:57.263 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732025-02-01T00:51:58.820Z[ recovery-image] Feb 01 00:51:57.285 INFO O| Feb 01 00:51:57.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59742025-02-01T00:51:58.823Z[ recovery-image] Feb 01 00:51:57.285 INFO O| Feb 01 00:51:57.285 INFO STEP 504 (remove_files) COMPLETE
59752025-02-01T00:51:58.823Z[ recovery-image] Feb 01 00:51:57.285 INFO O| Feb 01 00:51:57.285 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762025-02-01T00:51:58.844Z[ recovery-image] Feb 01 00:51:57.308 INFO O| Feb 01 00:51:57.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59772025-02-01T00:51:58.844Z[ recovery-image] Feb 01 00:51:57.308 INFO O| Feb 01 00:51:57.308 INFO STEP 505 (remove_files) COMPLETE
59782025-02-01T00:51:58.847Z[ recovery-image] Feb 01 00:51:57.308 INFO O| Feb 01 00:51:57.308 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792025-02-01T00:51:58.907Z[ recovery-image] Feb 01 00:51:57.371 INFO O| Feb 01 00:51:57.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59802025-02-01T00:51:58.910Z[ recovery-image] Feb 01 00:51:57.371 INFO O| Feb 01 00:51:57.371 INFO STEP 506 (remove_files) COMPLETE
59812025-02-01T00:51:58.910Z[ recovery-image] Feb 01 00:51:57.371 INFO O| Feb 01 00:51:57.371 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822025-02-01T00:51:58.928Z[ recovery-image] Feb 01 00:51:57.392 INFO O| Feb 01 00:51:57.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59832025-02-01T00:51:58.928Z[ recovery-image] Feb 01 00:51:57.392 INFO O| Feb 01 00:51:57.392 INFO STEP 507 (remove_files) COMPLETE
59842025-02-01T00:51:58.930Z[ recovery-image] Feb 01 00:51:57.392 INFO O| Feb 01 00:51:57.392 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852025-02-01T00:51:58.960Z[ recovery-image] Feb 01 00:51:57.423 INFO O| Feb 01 00:51:57.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59862025-02-01T00:51:58.960Z[ recovery-image] Feb 01 00:51:57.423 INFO O| Feb 01 00:51:57.423 INFO STEP 508 (remove_files) COMPLETE
59872025-02-01T00:51:58.960Z[ recovery-image] Feb 01 00:51:57.423 INFO O| Feb 01 00:51:57.423 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882025-02-01T00:51:58.981Z[ recovery-image] Feb 01 00:51:57.445 INFO O| Feb 01 00:51:57.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59892025-02-01T00:51:58.981Z[ recovery-image] Feb 01 00:51:57.445 INFO O| Feb 01 00:51:57.445 INFO STEP 509 (remove_files) COMPLETE
59902025-02-01T00:51:58.981Z[ recovery-image] Feb 01 00:51:57.445 INFO O| Feb 01 00:51:57.445 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912025-02-01T00:51:59.007Z[ recovery-image] Feb 01 00:51:57.471 INFO O| Feb 01 00:51:57.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59922025-02-01T00:51:59.007Z[ recovery-image] Feb 01 00:51:57.471 INFO O| Feb 01 00:51:57.471 INFO STEP 510 (remove_files) COMPLETE
59932025-02-01T00:51:59.009Z[ recovery-image] Feb 01 00:51:57.471 INFO O| Feb 01 00:51:57.471 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942025-02-01T00:51:59.088Z[ recovery-image] Feb 01 00:51:57.552 INFO O| Feb 01 00:51:57.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59952025-02-01T00:51:59.088Z[ recovery-image] Feb 01 00:51:57.552 INFO O| Feb 01 00:51:57.552 INFO STEP 511 (remove_files) COMPLETE
59962025-02-01T00:51:59.091Z[ recovery-image] Feb 01 00:51:57.552 INFO O| Feb 01 00:51:57.552 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972025-02-01T00:51:59.125Z[ recovery-image] Feb 01 00:51:57.590 INFO O| Feb 01 00:51:57.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59982025-02-01T00:51:59.128Z[ recovery-image] Feb 01 00:51:57.590 INFO O| Feb 01 00:51:57.590 INFO STEP 512 (remove_files) COMPLETE
59992025-02-01T00:51:59.128Z[ recovery-image] Feb 01 00:51:57.590 INFO O| Feb 01 00:51:57.590 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002025-02-01T00:51:59.146Z[ recovery-image] Feb 01 00:51:57.610 INFO O| Feb 01 00:51:57.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60012025-02-01T00:51:59.149Z[ recovery-image] Feb 01 00:51:57.611 INFO O| Feb 01 00:51:57.611 INFO STEP 513 (remove_files) COMPLETE
60022025-02-01T00:51:59.149Z[ recovery-image] Feb 01 00:51:57.611 INFO O| Feb 01 00:51:57.611 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032025-02-01T00:51:59.167Z[ recovery-image] Feb 01 00:51:57.632 INFO O| Feb 01 00:51:57.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60042025-02-01T00:51:59.167Z[ recovery-image] Feb 01 00:51:57.632 INFO O| Feb 01 00:51:57.632 INFO STEP 514 (remove_files) COMPLETE
60052025-02-01T00:51:59.167Z[ recovery-image] Feb 01 00:51:57.632 INFO O| Feb 01 00:51:57.632 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062025-02-01T00:51:59.204Z[ recovery-image] Feb 01 00:51:57.668 INFO O| Feb 01 00:51:57.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60072025-02-01T00:51:59.204Z[ recovery-image] Feb 01 00:51:57.668 INFO O| Feb 01 00:51:57.668 INFO STEP 515 (remove_files) COMPLETE
60082025-02-01T00:51:59.204Z[ recovery-image] Feb 01 00:51:57.668 INFO O| Feb 01 00:51:57.668 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092025-02-01T00:51:59.224Z[ recovery-image] Feb 01 00:51:57.688 INFO O| Feb 01 00:51:57.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60102025-02-01T00:51:59.224Z[ recovery-image] Feb 01 00:51:57.688 INFO O| Feb 01 00:51:57.688 INFO STEP 516 (remove_files) COMPLETE
60112025-02-01T00:51:59.224Z[ recovery-image] Feb 01 00:51:57.688 INFO O| Feb 01 00:51:57.688 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122025-02-01T00:51:59.246Z[ recovery-image] Feb 01 00:51:57.710 INFO O| Feb 01 00:51:57.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60132025-02-01T00:51:59.246Z[ recovery-image] Feb 01 00:51:57.710 INFO O| Feb 01 00:51:57.710 INFO STEP 517 (remove_files) COMPLETE
60142025-02-01T00:51:59.246Z[ recovery-image] Feb 01 00:51:57.710 INFO O| Feb 01 00:51:57.710 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152025-02-01T00:51:59.265Z[ recovery-image] Feb 01 00:51:57.729 INFO O| Feb 01 00:51:57.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60162025-02-01T00:51:59.265Z[ recovery-image] Feb 01 00:51:57.729 INFO O| Feb 01 00:51:57.729 INFO STEP 518 (remove_files) COMPLETE
60172025-02-01T00:51:59.265Z[ recovery-image] Feb 01 00:51:57.729 INFO O| Feb 01 00:51:57.729 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182025-02-01T00:51:59.285Z[ recovery-image] Feb 01 00:51:57.749 INFO O| Feb 01 00:51:57.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60192025-02-01T00:51:59.285Z[ recovery-image] Feb 01 00:51:57.749 INFO O| Feb 01 00:51:57.749 INFO STEP 519 (remove_files) COMPLETE
60202025-02-01T00:51:59.285Z[ recovery-image] Feb 01 00:51:57.749 INFO O| Feb 01 00:51:57.749 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212025-02-01T00:51:59.307Z[ recovery-image] Feb 01 00:51:57.770 INFO O| Feb 01 00:51:57.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60222025-02-01T00:51:59.307Z[ recovery-image] Feb 01 00:51:57.770 INFO O| Feb 01 00:51:57.770 INFO STEP 520 (remove_files) COMPLETE
60232025-02-01T00:51:59.307Z[ recovery-image] Feb 01 00:51:57.770 INFO O| Feb 01 00:51:57.770 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242025-02-01T00:51:59.347Z[ recovery-image] Feb 01 00:51:57.810 INFO O| Feb 01 00:51:57.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60252025-02-01T00:51:59.363Z[ recovery-image] Feb 01 00:51:57.827 INFO O| Feb 01 00:51:57.827 INFO STEP 521 (remove_files) COMPLETE
60262025-02-01T00:51:59.363Z[ recovery-image] Feb 01 00:51:57.827 INFO O| Feb 01 00:51:57.827 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272025-02-01T00:51:59.403Z[ recovery-image] Feb 01 00:51:57.867 INFO O| Feb 01 00:51:57.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60282025-02-01T00:51:59.426Z[ recovery-image] Feb 01 00:51:57.890 INFO O| Feb 01 00:51:57.890 INFO STEP 522 (remove_files) COMPLETE
60292025-02-01T00:51:59.426Z[ recovery-image] Feb 01 00:51:57.890 INFO O| Feb 01 00:51:57.890 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302025-02-01T00:51:59.464Z[ recovery-image] Feb 01 00:51:57.928 INFO O| Feb 01 00:51:57.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60312025-02-01T00:51:59.464Z[ recovery-image] Feb 01 00:51:57.928 INFO O| Feb 01 00:51:57.928 INFO STEP 523 (remove_files) COMPLETE
60322025-02-01T00:51:59.464Z[ recovery-image] Feb 01 00:51:57.928 INFO O| Feb 01 00:51:57.928 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332025-02-01T00:51:59.526Z[ recovery-image] Feb 01 00:51:57.990 INFO O| Feb 01 00:51:57.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60342025-02-01T00:51:59.533Z[ recovery-image] Feb 01 00:51:57.990 INFO O| Feb 01 00:51:57.990 INFO STEP 524 (remove_files) COMPLETE
60352025-02-01T00:51:59.533Z[ recovery-image] Feb 01 00:51:57.991 INFO O| Feb 01 00:51:57.991 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362025-02-01T00:51:59.557Z[ recovery-image] Feb 01 00:51:58.021 INFO O| Feb 01 00:51:58.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60372025-02-01T00:51:59.561Z[ recovery-image] Feb 01 00:51:58.022 INFO O| Feb 01 00:51:58.021 INFO STEP 525 (remove_files) COMPLETE
60382025-02-01T00:51:59.561Z[ recovery-image] Feb 01 00:51:58.022 INFO O| Feb 01 00:51:58.022 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392025-02-01T00:51:59.578Z[ recovery-image] Feb 01 00:51:58.042 INFO O| Feb 01 00:51:58.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60402025-02-01T00:51:59.581Z[ recovery-image] Feb 01 00:51:58.042 INFO O| Feb 01 00:51:58.042 INFO STEP 526 (remove_files) COMPLETE
60412025-02-01T00:51:59.581Z[ recovery-image] Feb 01 00:51:58.042 INFO O| Feb 01 00:51:58.042 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422025-02-01T00:51:59.608Z[ recovery-image] Feb 01 00:51:58.072 INFO O| Feb 01 00:51:58.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60432025-02-01T00:51:59.632Z[ recovery-image] Feb 01 00:51:58.096 INFO O| Feb 01 00:51:58.096 INFO STEP 527 (remove_files) COMPLETE
60442025-02-01T00:51:59.632Z[ recovery-image] Feb 01 00:51:58.096 INFO O| Feb 01 00:51:58.096 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452025-02-01T00:51:59.653Z[ recovery-image] Feb 01 00:51:58.117 INFO O| Feb 01 00:51:58.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60462025-02-01T00:51:59.653Z[ recovery-image] Feb 01 00:51:58.117 INFO O| Feb 01 00:51:58.117 INFO STEP 528 (remove_files) COMPLETE
60472025-02-01T00:51:59.656Z[ recovery-image] Feb 01 00:51:58.117 INFO O| Feb 01 00:51:58.117 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482025-02-01T00:51:59.673Z[ recovery-image] Feb 01 00:51:58.137 INFO O| Feb 01 00:51:58.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60492025-02-01T00:51:59.673Z[ recovery-image] Feb 01 00:51:58.137 INFO O| Feb 01 00:51:58.137 INFO STEP 529 (remove_files) COMPLETE
60502025-02-01T00:51:59.673Z[ recovery-image] Feb 01 00:51:58.138 INFO O| Feb 01 00:51:58.137 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512025-02-01T00:51:59.707Z[ recovery-image] Feb 01 00:51:58.171 INFO O| Feb 01 00:51:58.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60522025-02-01T00:51:59.707Z[ recovery-image] Feb 01 00:51:58.171 INFO O| Feb 01 00:51:58.171 INFO STEP 530 (remove_files) COMPLETE
60532025-02-01T00:51:59.709Z[ recovery-image] Feb 01 00:51:58.171 INFO O| Feb 01 00:51:58.171 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542025-02-01T00:51:59.735Z[ recovery-image] Feb 01 00:51:58.199 INFO O| Feb 01 00:51:58.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60552025-02-01T00:51:59.737Z[ recovery-image] Feb 01 00:51:58.199 INFO O| Feb 01 00:51:58.199 INFO STEP 531 (remove_files) COMPLETE
60562025-02-01T00:51:59.737Z[ recovery-image] Feb 01 00:51:58.199 INFO O| Feb 01 00:51:58.199 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572025-02-01T00:51:59.757Z[ recovery-image] Feb 01 00:51:58.221 INFO O| Feb 01 00:51:58.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60582025-02-01T00:51:59.760Z[ recovery-image] Feb 01 00:51:58.221 INFO O| Feb 01 00:51:58.221 INFO STEP 532 (remove_files) COMPLETE
60592025-02-01T00:51:59.760Z[ recovery-image] Feb 01 00:51:58.221 INFO O| Feb 01 00:51:58.221 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602025-02-01T00:51:59.785Z[ recovery-image] Feb 01 00:51:58.250 INFO O| Feb 01 00:51:58.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60612025-02-01T00:51:59.788Z[ recovery-image] Feb 01 00:51:58.250 INFO O| Feb 01 00:51:58.250 INFO STEP 533 (remove_files) COMPLETE
60622025-02-01T00:51:59.788Z[ recovery-image] Feb 01 00:51:58.250 INFO O| Feb 01 00:51:58.250 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632025-02-01T00:51:59.806Z[ recovery-image] Feb 01 00:51:58.270 INFO O| Feb 01 00:51:58.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60642025-02-01T00:51:59.809Z[ recovery-image] Feb 01 00:51:58.271 INFO O| Feb 01 00:51:58.270 INFO STEP 534 (remove_files) COMPLETE
60652025-02-01T00:51:59.809Z[ recovery-image] Feb 01 00:51:58.271 INFO O| Feb 01 00:51:58.271 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662025-02-01T00:51:59.829Z[ recovery-image] Feb 01 00:51:58.294 INFO O| Feb 01 00:51:58.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60672025-02-01T00:51:59.830Z[ recovery-image] Feb 01 00:51:58.294 INFO O| Feb 01 00:51:58.294 INFO STEP 535 (remove_files) COMPLETE
60682025-02-01T00:51:59.832Z[ recovery-image] Feb 01 00:51:58.294 INFO O| Feb 01 00:51:58.294 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692025-02-01T00:51:59.868Z[ recovery-image] Feb 01 00:51:58.332 INFO O| Feb 01 00:51:58.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60702025-02-01T00:51:59.870Z[ recovery-image] Feb 01 00:51:58.332 INFO O| Feb 01 00:51:58.332 INFO STEP 536 (remove_files) COMPLETE
60712025-02-01T00:51:59.870Z[ recovery-image] Feb 01 00:51:58.332 INFO O| Feb 01 00:51:58.332 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722025-02-01T00:51:59.900Z[ recovery-image] Feb 01 00:51:58.364 INFO O| Feb 01 00:51:58.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60732025-02-01T00:51:59.900Z[ recovery-image] Feb 01 00:51:58.364 INFO O| Feb 01 00:51:58.364 INFO STEP 537 (remove_files) COMPLETE
60742025-02-01T00:51:59.900Z[ recovery-image] Feb 01 00:51:58.364 INFO O| Feb 01 00:51:58.364 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752025-02-01T00:51:59.923Z[ recovery-image] Feb 01 00:51:58.387 INFO O| Feb 01 00:51:58.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60762025-02-01T00:51:59.923Z[ recovery-image] Feb 01 00:51:58.387 INFO O| Feb 01 00:51:58.387 INFO STEP 538 (remove_files) COMPLETE
60772025-02-01T00:51:59.925Z[ recovery-image] Feb 01 00:51:58.387 INFO O| Feb 01 00:51:58.387 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782025-02-01T00:51:59.945Z[ recovery-image] Feb 01 00:51:58.406 INFO O| Feb 01 00:51:58.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60792025-02-01T00:51:59.945Z[ recovery-image] Feb 01 00:51:58.407 INFO O| Feb 01 00:51:58.406 INFO STEP 539 (remove_files) COMPLETE
60802025-02-01T00:51:59.948Z[ recovery-image] Feb 01 00:51:58.407 INFO O| Feb 01 00:51:58.407 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812025-02-01T00:51:59.962Z[ recovery-image] Feb 01 00:51:58.425 INFO O| Feb 01 00:51:58.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60822025-02-01T00:51:59.962Z[ recovery-image] Feb 01 00:51:58.426 INFO O| Feb 01 00:51:58.426 INFO STEP 540 (remove_files) COMPLETE
60832025-02-01T00:51:59.962Z[ recovery-image] Feb 01 00:51:58.426 INFO O| Feb 01 00:51:58.426 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842025-02-01T00:51:59.981Z[ recovery-image] Feb 01 00:51:58.445 INFO O| Feb 01 00:51:58.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60852025-02-01T00:51:59.981Z[ recovery-image] Feb 01 00:51:58.445 INFO O| Feb 01 00:51:58.445 INFO STEP 541 (remove_files) COMPLETE
60862025-02-01T00:51:59.983Z[ recovery-image] Feb 01 00:51:58.445 INFO O| Feb 01 00:51:58.445 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872025-02-01T00:52:00.018Z[ recovery-image] Feb 01 00:51:58.482 INFO O| Feb 01 00:51:58.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60882025-02-01T00:52:00.021Z[ recovery-image] Feb 01 00:51:58.482 INFO O| Feb 01 00:51:58.482 INFO STEP 542 (remove_files) COMPLETE
60892025-02-01T00:52:00.021Z[ recovery-image] Feb 01 00:51:58.482 INFO O| Feb 01 00:51:58.482 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902025-02-01T00:52:00.041Z[ recovery-image] Feb 01 00:51:58.503 INFO O| Feb 01 00:51:58.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60912025-02-01T00:52:00.049Z[ recovery-image] Feb 01 00:51:58.504 INFO O| Feb 01 00:51:58.504 INFO STEP 543 (remove_files) COMPLETE
60922025-02-01T00:52:00.049Z[ recovery-image] Feb 01 00:51:58.504 INFO O| Feb 01 00:51:58.504 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932025-02-01T00:52:00.061Z[ recovery-image] Feb 01 00:51:58.524 INFO O| Feb 01 00:51:58.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60942025-02-01T00:52:00.061Z[ recovery-image] Feb 01 00:51:58.524 INFO O| Feb 01 00:51:58.524 INFO STEP 544 (remove_files) COMPLETE
60952025-02-01T00:52:00.061Z[ recovery-image] Feb 01 00:51:58.524 INFO O| Feb 01 00:51:58.524 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962025-02-01T00:52:00.106Z[ recovery-image] Feb 01 00:51:58.570 INFO O| Feb 01 00:51:58.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60972025-02-01T00:52:00.106Z[ recovery-image] Feb 01 00:51:58.570 INFO O| Feb 01 00:51:58.570 INFO STEP 545 (remove_files) COMPLETE
60982025-02-01T00:52:00.106Z[ recovery-image] Feb 01 00:51:58.570 INFO O| Feb 01 00:51:58.570 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992025-02-01T00:52:00.148Z[ recovery-image] Feb 01 00:51:58.612 INFO O| Feb 01 00:51:58.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61002025-02-01T00:52:00.151Z[ recovery-image] Feb 01 00:51:58.612 INFO O| Feb 01 00:51:58.612 INFO STEP 546 (remove_files) COMPLETE
61012025-02-01T00:52:00.151Z[ recovery-image] Feb 01 00:51:58.612 INFO O| Feb 01 00:51:58.612 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022025-02-01T00:52:00.170Z[ recovery-image] Feb 01 00:51:58.634 INFO O| Feb 01 00:51:58.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61032025-02-01T00:52:00.174Z[ recovery-image] Feb 01 00:51:58.634 INFO O| Feb 01 00:51:58.634 INFO STEP 547 (remove_files) COMPLETE
61042025-02-01T00:52:00.174Z[ recovery-image] Feb 01 00:51:58.635 INFO O| Feb 01 00:51:58.634 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052025-02-01T00:52:00.201Z[ recovery-image] Feb 01 00:51:58.663 INFO O| Feb 01 00:51:58.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61062025-02-01T00:52:00.201Z[ recovery-image] Feb 01 00:51:58.664 INFO O| Feb 01 00:51:58.664 INFO STEP 548 (remove_files) COMPLETE
61072025-02-01T00:52:00.201Z[ recovery-image] Feb 01 00:51:58.664 INFO O| Feb 01 00:51:58.664 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082025-02-01T00:52:00.263Z[ recovery-image] Feb 01 00:51:58.727 INFO O| Feb 01 00:51:58.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61092025-02-01T00:52:00.263Z[ recovery-image] Feb 01 00:51:58.727 INFO O| Feb 01 00:51:58.727 INFO STEP 549 (remove_files) COMPLETE
61102025-02-01T00:52:00.266Z[ recovery-image] Feb 01 00:51:58.727 INFO O| Feb 01 00:51:58.727 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112025-02-01T00:52:00.302Z[ recovery-image] Feb 01 00:51:58.766 INFO O| Feb 01 00:51:58.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61122025-02-01T00:52:00.305Z[ recovery-image] Feb 01 00:51:58.766 INFO O| Feb 01 00:51:58.766 INFO STEP 550 (remove_files) COMPLETE
61132025-02-01T00:52:00.305Z[ recovery-image] Feb 01 00:51:58.766 INFO O| Feb 01 00:51:58.766 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142025-02-01T00:52:00.324Z[ recovery-image] Feb 01 00:51:58.787 INFO O| Feb 01 00:51:58.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61152025-02-01T00:52:00.324Z[ recovery-image] Feb 01 00:51:58.787 INFO O| Feb 01 00:51:58.787 INFO STEP 551 (remove_files) COMPLETE
61162025-02-01T00:52:00.324Z[ recovery-image] Feb 01 00:51:58.787 INFO O| Feb 01 00:51:58.787 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172025-02-01T00:52:00.353Z[ recovery-image] Feb 01 00:51:58.816 INFO O| Feb 01 00:51:58.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61182025-02-01T00:52:00.353Z[ recovery-image] Feb 01 00:51:58.817 INFO O| Feb 01 00:51:58.817 INFO STEP 552 (remove_files) COMPLETE
61192025-02-01T00:52:00.355Z[ recovery-image] Feb 01 00:51:58.817 INFO O| Feb 01 00:51:58.817 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202025-02-01T00:52:00.420Z[ recovery-image] Feb 01 00:51:58.884 INFO O| Feb 01 00:51:58.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61212025-02-01T00:52:00.422Z[ recovery-image] Feb 01 00:51:58.884 INFO O| Feb 01 00:51:58.884 INFO STEP 553 (remove_files) COMPLETE
61222025-02-01T00:52:00.422Z[ recovery-image] Feb 01 00:51:58.884 INFO O| Feb 01 00:51:58.884 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232025-02-01T00:52:00.465Z[ recovery-image] Feb 01 00:51:58.929 INFO O| Feb 01 00:51:58.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61242025-02-01T00:52:00.465Z[ recovery-image] Feb 01 00:51:58.929 INFO O| Feb 01 00:51:58.929 INFO STEP 554 (remove_files) COMPLETE
61252025-02-01T00:52:00.465Z[ recovery-image] Feb 01 00:51:58.929 INFO O| Feb 01 00:51:58.929 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262025-02-01T00:52:00.485Z[ recovery-image] Feb 01 00:51:58.949 INFO O| Feb 01 00:51:58.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61272025-02-01T00:52:00.486Z[ recovery-image] Feb 01 00:51:58.949 INFO O| Feb 01 00:51:58.949 INFO STEP 555 (remove_files) COMPLETE
61282025-02-01T00:52:00.488Z[ recovery-image] Feb 01 00:51:58.949 INFO O| Feb 01 00:51:58.949 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292025-02-01T00:52:00.524Z[ recovery-image] Feb 01 00:51:58.988 INFO O| Feb 01 00:51:58.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61302025-02-01T00:52:00.524Z[ recovery-image] Feb 01 00:51:58.988 INFO O| Feb 01 00:51:58.988 INFO STEP 556 (remove_files) COMPLETE
61312025-02-01T00:52:00.524Z[ recovery-image] Feb 01 00:51:58.988 INFO O| Feb 01 00:51:58.988 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322025-02-01T00:52:00.569Z[ recovery-image] Feb 01 00:51:59.033 INFO O| Feb 01 00:51:59.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61332025-02-01T00:52:00.572Z[ recovery-image] Feb 01 00:51:59.034 INFO O| Feb 01 00:51:59.033 INFO STEP 557 (remove_files) COMPLETE
61342025-02-01T00:52:00.572Z[ recovery-image] Feb 01 00:51:59.034 INFO O| Feb 01 00:51:59.034 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352025-02-01T00:52:00.619Z[ recovery-image] Feb 01 00:51:59.083 INFO O| Feb 01 00:51:59.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61362025-02-01T00:52:00.622Z[ recovery-image] Feb 01 00:51:59.083 INFO O| Feb 01 00:51:59.083 INFO STEP 558 (remove_files) COMPLETE
61372025-02-01T00:52:00.622Z[ recovery-image] Feb 01 00:51:59.083 INFO O| Feb 01 00:51:59.083 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382025-02-01T00:52:00.657Z[ recovery-image] Feb 01 00:51:59.121 INFO O| Feb 01 00:51:59.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61392025-02-01T00:52:00.663Z[ recovery-image] Feb 01 00:51:59.127 INFO O| Feb 01 00:51:59.127 INFO STEP 559 (remove_files) COMPLETE
61402025-02-01T00:52:00.663Z[ recovery-image] Feb 01 00:51:59.127 INFO O| Feb 01 00:51:59.127 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412025-02-01T00:52:00.681Z[ recovery-image] Feb 01 00:51:59.145 INFO O| Feb 01 00:51:59.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61422025-02-01T00:52:00.682Z[ recovery-image] Feb 01 00:51:59.146 INFO O| Feb 01 00:51:59.146 INFO STEP 560 (remove_files) COMPLETE
61432025-02-01T00:52:00.682Z[ recovery-image] Feb 01 00:51:59.146 INFO O| Feb 01 00:51:59.146 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442025-02-01T00:52:00.710Z[ recovery-image] Feb 01 00:51:59.174 INFO O| Feb 01 00:51:59.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61452025-02-01T00:52:00.710Z[ recovery-image] Feb 01 00:51:59.174 INFO O| Feb 01 00:51:59.174 INFO STEP 561 (remove_files) COMPLETE
61462025-02-01T00:52:00.710Z[ recovery-image] Feb 01 00:51:59.174 INFO O| Feb 01 00:51:59.174 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472025-02-01T00:52:00.749Z[ recovery-image] Feb 01 00:51:59.213 INFO O| Feb 01 00:51:59.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61482025-02-01T00:52:00.752Z[ recovery-image] Feb 01 00:51:59.213 INFO O| Feb 01 00:51:59.213 INFO STEP 562 (remove_files) COMPLETE
61492025-02-01T00:52:00.752Z[ recovery-image] Feb 01 00:51:59.213 INFO O| Feb 01 00:51:59.213 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502025-02-01T00:52:00.768Z[ recovery-image] Feb 01 00:51:59.232 INFO O| Feb 01 00:51:59.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61512025-02-01T00:52:00.768Z[ recovery-image] Feb 01 00:51:59.232 INFO O| Feb 01 00:51:59.232 INFO STEP 563 (remove_files) COMPLETE
61522025-02-01T00:52:00.772Z[ recovery-image] Feb 01 00:51:59.232 INFO O| Feb 01 00:51:59.232 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532025-02-01T00:52:00.786Z[ recovery-image] Feb 01 00:51:59.250 INFO O| Feb 01 00:51:59.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61542025-02-01T00:52:00.797Z[ recovery-image] Feb 01 00:51:59.261 INFO O| Feb 01 00:51:59.261 INFO STEP 564 (remove_files) COMPLETE
61552025-02-01T00:52:00.797Z[ recovery-image] Feb 01 00:51:59.261 INFO O| Feb 01 00:51:59.261 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562025-02-01T00:52:00.846Z[ recovery-image] Feb 01 00:51:59.310 INFO O| Feb 01 00:51:59.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61572025-02-01T00:52:00.846Z[ recovery-image] Feb 01 00:51:59.310 INFO O| Feb 01 00:51:59.310 INFO STEP 565 (remove_files) COMPLETE
61582025-02-01T00:52:00.855Z[ recovery-image] Feb 01 00:51:59.310 INFO O| Feb 01 00:51:59.310 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-02-01T00:52:00.872Z[ recovery-image] Feb 01 00:51:59.336 INFO O| Feb 01 00:51:59.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61602025-02-01T00:52:00.876Z[ recovery-image] Feb 01 00:51:59.336 INFO O| Feb 01 00:51:59.336 INFO STEP 566 (remove_files) COMPLETE
61612025-02-01T00:52:00.876Z[ recovery-image] Feb 01 00:51:59.337 INFO O| Feb 01 00:51:59.336 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622025-02-01T00:52:00.909Z[ recovery-image] Feb 01 00:51:59.373 INFO O| Feb 01 00:51:59.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61632025-02-01T00:52:00.909Z[ recovery-image] Feb 01 00:51:59.373 INFO O| Feb 01 00:51:59.373 INFO STEP 567 (remove_files) COMPLETE
61642025-02-01T00:52:00.909Z[ recovery-image] Feb 01 00:51:59.373 INFO O| Feb 01 00:51:59.373 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652025-02-01T00:52:00.934Z[ recovery-image] Feb 01 00:51:59.398 INFO O| Feb 01 00:51:59.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61662025-02-01T00:52:00.934Z[ recovery-image] Feb 01 00:51:59.398 INFO O| Feb 01 00:51:59.398 INFO STEP 568 (remove_files) COMPLETE
61672025-02-01T00:52:00.937Z[ recovery-image] Feb 01 00:51:59.398 INFO O| Feb 01 00:51:59.398 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682025-02-01T00:52:00.985Z[ recovery-image] Feb 01 00:51:59.448 INFO O| Feb 01 00:51:59.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61692025-02-01T00:52:00.985Z[ recovery-image] Feb 01 00:51:59.448 INFO O| Feb 01 00:51:59.448 INFO STEP 569 (remove_files) COMPLETE
61702025-02-01T00:52:00.985Z[ recovery-image] Feb 01 00:51:59.448 INFO O| Feb 01 00:51:59.448 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712025-02-01T00:52:01.005Z[ recovery-image] Feb 01 00:51:59.468 INFO O| Feb 01 00:51:59.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61722025-02-01T00:52:01.005Z[ recovery-image] Feb 01 00:51:59.469 INFO O| Feb 01 00:51:59.469 INFO STEP 570 (remove_files) COMPLETE
61732025-02-01T00:52:01.007Z[ recovery-image] Feb 01 00:51:59.469 INFO O| Feb 01 00:51:59.469 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742025-02-01T00:52:01.025Z[ recovery-image] Feb 01 00:51:59.488 INFO O| Feb 01 00:51:59.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61752025-02-01T00:52:01.025Z[ recovery-image] Feb 01 00:51:59.488 INFO O| Feb 01 00:51:59.488 INFO STEP 571 (remove_files) COMPLETE
61762025-02-01T00:52:01.025Z[ recovery-image] Feb 01 00:51:59.488 INFO O| Feb 01 00:51:59.488 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772025-02-01T00:52:01.044Z[ recovery-image] Feb 01 00:51:59.507 INFO O| Feb 01 00:51:59.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61782025-02-01T00:52:01.048Z[ recovery-image] Feb 01 00:51:59.507 INFO O| Feb 01 00:51:59.507 INFO STEP 572 (remove_files) COMPLETE
61792025-02-01T00:52:01.048Z[ recovery-image] Feb 01 00:51:59.507 INFO O| Feb 01 00:51:59.507 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802025-02-01T00:52:01.069Z[ recovery-image] Feb 01 00:51:59.533 INFO O| Feb 01 00:51:59.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61812025-02-01T00:52:01.069Z[ recovery-image] Feb 01 00:51:59.533 INFO O| Feb 01 00:51:59.533 INFO STEP 573 (remove_files) COMPLETE
61822025-02-01T00:52:01.072Z[ recovery-image] Feb 01 00:51:59.533 INFO O| Feb 01 00:51:59.533 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832025-02-01T00:52:01.090Z[ recovery-image] Feb 01 00:51:59.554 INFO O| Feb 01 00:51:59.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61842025-02-01T00:52:01.090Z[ recovery-image] Feb 01 00:51:59.554 INFO O| Feb 01 00:51:59.554 INFO STEP 574 (remove_files) COMPLETE
61852025-02-01T00:52:01.093Z[ recovery-image] Feb 01 00:51:59.554 INFO O| Feb 01 00:51:59.554 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862025-02-01T00:52:01.152Z[ recovery-image] Feb 01 00:51:59.616 INFO O| Feb 01 00:51:59.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61872025-02-01T00:52:01.155Z[ recovery-image] Feb 01 00:51:59.616 INFO O| Feb 01 00:51:59.616 INFO STEP 575 (remove_files) COMPLETE
61882025-02-01T00:52:01.155Z[ recovery-image] Feb 01 00:51:59.616 INFO O| Feb 01 00:51:59.616 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892025-02-01T00:52:01.175Z[ recovery-image] Feb 01 00:51:59.638 INFO O| Feb 01 00:51:59.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61902025-02-01T00:52:01.175Z[ recovery-image] Feb 01 00:51:59.638 INFO O| Feb 01 00:51:59.638 INFO STEP 576 (remove_files) COMPLETE
61912025-02-01T00:52:01.175Z[ recovery-image] Feb 01 00:51:59.638 INFO O| Feb 01 00:51:59.638 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922025-02-01T00:52:01.194Z[ recovery-image] Feb 01 00:51:59.658 INFO O| Feb 01 00:51:59.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61932025-02-01T00:52:01.194Z[ recovery-image] Feb 01 00:51:59.658 INFO O| Feb 01 00:51:59.658 INFO STEP 577 (remove_files) COMPLETE
61942025-02-01T00:52:01.194Z[ recovery-image] Feb 01 00:51:59.658 INFO O| Feb 01 00:51:59.658 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952025-02-01T00:52:01.214Z[ recovery-image] Feb 01 00:51:59.677 INFO O| Feb 01 00:51:59.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61962025-02-01T00:52:01.214Z[ recovery-image] Feb 01 00:51:59.677 INFO O| Feb 01 00:51:59.677 INFO STEP 578 (remove_files) COMPLETE
61972025-02-01T00:52:01.214Z[ recovery-image] Feb 01 00:51:59.677 INFO O| Feb 01 00:51:59.677 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982025-02-01T00:52:01.253Z[ recovery-image] Feb 01 00:51:59.717 INFO O| Feb 01 00:51:59.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61992025-02-01T00:52:01.253Z[ recovery-image] Feb 01 00:51:59.717 INFO O| Feb 01 00:51:59.717 INFO STEP 579 (remove_files) COMPLETE
62002025-02-01T00:52:01.253Z[ recovery-image] Feb 01 00:51:59.717 INFO O| Feb 01 00:51:59.717 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012025-02-01T00:52:01.291Z[ recovery-image] Feb 01 00:51:59.755 INFO O| Feb 01 00:51:59.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62022025-02-01T00:52:01.294Z[ recovery-image] Feb 01 00:51:59.755 INFO O| Feb 01 00:51:59.755 INFO STEP 580 (remove_files) COMPLETE
62032025-02-01T00:52:01.294Z[ recovery-image] Feb 01 00:51:59.755 INFO O| Feb 01 00:51:59.755 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042025-02-01T00:52:01.335Z[ recovery-image] Feb 01 00:51:59.799 INFO O| Feb 01 00:51:59.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62052025-02-01T00:52:01.338Z[ recovery-image] Feb 01 00:51:59.799 INFO O| Feb 01 00:51:59.799 INFO STEP 581 (remove_files) COMPLETE
62062025-02-01T00:52:01.338Z[ recovery-image] Feb 01 00:51:59.799 INFO O| Feb 01 00:51:59.799 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072025-02-01T00:52:01.355Z[ recovery-image] Feb 01 00:51:59.819 INFO O| Feb 01 00:51:59.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62082025-02-01T00:52:01.390Z[ recovery-image] Feb 01 00:51:59.842 INFO O| Feb 01 00:51:59.842 INFO STEP 582 (remove_files) COMPLETE
62092025-02-01T00:52:01.390Z[ recovery-image] Feb 01 00:51:59.842 INFO O| Feb 01 00:51:59.842 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102025-02-01T00:52:01.398Z[ recovery-image] Feb 01 00:51:59.862 INFO O| Feb 01 00:51:59.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62112025-02-01T00:52:01.401Z[ recovery-image] Feb 01 00:51:59.862 INFO O| Feb 01 00:51:59.862 INFO STEP 583 (remove_files) COMPLETE
62122025-02-01T00:52:01.401Z[ recovery-image] Feb 01 00:51:59.862 INFO O| Feb 01 00:51:59.862 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132025-02-01T00:52:01.417Z[ recovery-image] Feb 01 00:51:59.881 INFO O| Feb 01 00:51:59.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62142025-02-01T00:52:01.420Z[ recovery-image] Feb 01 00:51:59.881 INFO O| Feb 01 00:51:59.881 INFO STEP 584 (remove_files) COMPLETE
62152025-02-01T00:52:01.420Z[ recovery-image] Feb 01 00:51:59.881 INFO O| Feb 01 00:51:59.881 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162025-02-01T00:52:01.437Z[ recovery-image] Feb 01 00:51:59.900 INFO O| Feb 01 00:51:59.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62172025-02-01T00:52:01.439Z[ recovery-image] Feb 01 00:51:59.901 INFO O| Feb 01 00:51:59.901 INFO STEP 585 (remove_files) COMPLETE
62182025-02-01T00:52:01.440Z[ recovery-image] Feb 01 00:51:59.901 INFO O| Feb 01 00:51:59.901 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192025-02-01T00:52:01.456Z[ recovery-image] Feb 01 00:51:59.920 INFO O| Feb 01 00:51:59.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62202025-02-01T00:52:01.459Z[ recovery-image] Feb 01 00:51:59.920 INFO O| Feb 01 00:51:59.920 INFO STEP 586 (remove_files) COMPLETE
62212025-02-01T00:52:01.459Z[ recovery-image] Feb 01 00:51:59.920 INFO O| Feb 01 00:51:59.920 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222025-02-01T00:52:01.495Z[ recovery-image] Feb 01 00:51:59.959 INFO O| Feb 01 00:51:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62232025-02-01T00:52:01.495Z[ recovery-image] Feb 01 00:51:59.959 INFO O| Feb 01 00:51:59.959 INFO STEP 587 (remove_files) COMPLETE
62242025-02-01T00:52:01.495Z[ recovery-image] Feb 01 00:51:59.959 INFO O| Feb 01 00:51:59.959 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252025-02-01T00:52:01.542Z[ recovery-image] Feb 01 00:52:00.006 INFO O| Feb 01 00:52:00.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62262025-02-01T00:52:01.542Z[ recovery-image] Feb 01 00:52:00.006 INFO O| Feb 01 00:52:00.006 INFO STEP 588 (remove_files) COMPLETE
62272025-02-01T00:52:01.545Z[ recovery-image] Feb 01 00:52:00.006 INFO O| Feb 01 00:52:00.006 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282025-02-01T00:52:01.563Z[ recovery-image] Feb 01 00:52:00.027 INFO O| Feb 01 00:52:00.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62292025-02-01T00:52:01.566Z[ recovery-image] Feb 01 00:52:00.027 INFO O| Feb 01 00:52:00.027 INFO STEP 589 (remove_files) COMPLETE
62302025-02-01T00:52:01.566Z[ recovery-image] Feb 01 00:52:00.027 INFO O| Feb 01 00:52:00.027 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312025-02-01T00:52:01.620Z[ recovery-image] Feb 01 00:52:00.083 INFO O| Feb 01 00:52:00.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62322025-02-01T00:52:01.620Z[ recovery-image] Feb 01 00:52:00.083 INFO O| Feb 01 00:52:00.083 INFO STEP 590 (remove_files) COMPLETE
62332025-02-01T00:52:01.622Z[ recovery-image] Feb 01 00:52:00.083 INFO O| Feb 01 00:52:00.083 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342025-02-01T00:52:01.639Z[ recovery-image] Feb 01 00:52:00.102 INFO O| Feb 01 00:52:00.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62352025-02-01T00:52:01.643Z[ recovery-image] Feb 01 00:52:00.103 INFO O| Feb 01 00:52:00.102 INFO STEP 591 (remove_files) COMPLETE
62362025-02-01T00:52:01.643Z[ recovery-image] Feb 01 00:52:00.103 INFO O| Feb 01 00:52:00.103 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372025-02-01T00:52:01.658Z[ recovery-image] Feb 01 00:52:00.122 INFO O| Feb 01 00:52:00.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62382025-02-01T00:52:01.658Z[ recovery-image] Feb 01 00:52:00.122 INFO O| Feb 01 00:52:00.122 INFO STEP 592 (remove_files) COMPLETE
62392025-02-01T00:52:01.658Z[ recovery-image] Feb 01 00:52:00.122 INFO O| Feb 01 00:52:00.122 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402025-02-01T00:52:01.694Z[ recovery-image] Feb 01 00:52:00.158 INFO O| Feb 01 00:52:00.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62412025-02-01T00:52:01.694Z[ recovery-image] Feb 01 00:52:00.158 INFO O| Feb 01 00:52:00.158 INFO STEP 593 (remove_files) COMPLETE
62422025-02-01T00:52:01.697Z[ recovery-image] Feb 01 00:52:00.158 INFO O| Feb 01 00:52:00.158 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432025-02-01T00:52:01.715Z[ recovery-image] Feb 01 00:52:00.179 INFO O| Feb 01 00:52:00.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62442025-02-01T00:52:01.715Z[ recovery-image] Feb 01 00:52:00.179 INFO O| Feb 01 00:52:00.179 INFO STEP 594 (remove_files) COMPLETE
62452025-02-01T00:52:01.718Z[ recovery-image] Feb 01 00:52:00.179 INFO O| Feb 01 00:52:00.179 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462025-02-01T00:52:01.788Z[ recovery-image] Feb 01 00:52:00.251 INFO O| Feb 01 00:52:00.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62472025-02-01T00:52:01.789Z[ recovery-image] Feb 01 00:52:00.251 INFO O| Feb 01 00:52:00.251 INFO STEP 595 (remove_files) COMPLETE
62482025-02-01T00:52:01.789Z[ recovery-image] Feb 01 00:52:00.251 INFO O| Feb 01 00:52:00.251 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492025-02-01T00:52:01.809Z[ recovery-image] Feb 01 00:52:00.273 INFO O| Feb 01 00:52:00.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62502025-02-01T00:52:01.809Z[ recovery-image] Feb 01 00:52:00.273 INFO O| Feb 01 00:52:00.273 INFO STEP 596 (remove_files) COMPLETE
62512025-02-01T00:52:01.812Z[ recovery-image] Feb 01 00:52:00.273 INFO O| Feb 01 00:52:00.273 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522025-02-01T00:52:01.832Z[ recovery-image] Feb 01 00:52:00.294 INFO O| Feb 01 00:52:00.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62532025-02-01T00:52:01.832Z[ recovery-image] Feb 01 00:52:00.294 INFO O| Feb 01 00:52:00.294 INFO STEP 597 (remove_files) COMPLETE
62542025-02-01T00:52:01.843Z[ recovery-image] Feb 01 00:52:00.294 INFO O| Feb 01 00:52:00.294 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552025-02-01T00:52:01.852Z[ recovery-image] Feb 01 00:52:00.314 INFO O| Feb 01 00:52:00.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62562025-02-01T00:52:01.852Z[ recovery-image] Feb 01 00:52:00.314 INFO O| Feb 01 00:52:00.314 INFO STEP 598 (remove_files) COMPLETE
62572025-02-01T00:52:01.852Z[ recovery-image] Feb 01 00:52:00.314 INFO O| Feb 01 00:52:00.314 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582025-02-01T00:52:01.871Z[ recovery-image] Feb 01 00:52:00.335 INFO O| Feb 01 00:52:00.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62592025-02-01T00:52:01.871Z[ recovery-image] Feb 01 00:52:00.335 INFO O| Feb 01 00:52:00.335 INFO STEP 599 (remove_files) COMPLETE
62602025-02-01T00:52:01.874Z[ recovery-image] Feb 01 00:52:00.335 INFO O| Feb 01 00:52:00.335 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612025-02-01T00:52:01.904Z[ recovery-image] Feb 01 00:52:00.368 INFO O| Feb 01 00:52:00.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62622025-02-01T00:52:01.905Z[ recovery-image] Feb 01 00:52:00.368 INFO O| Feb 01 00:52:00.368 INFO STEP 600 (remove_files) COMPLETE
62632025-02-01T00:52:01.907Z[ recovery-image] Feb 01 00:52:00.369 INFO O| Feb 01 00:52:00.368 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642025-02-01T00:52:01.927Z[ recovery-image] Feb 01 00:52:00.391 INFO O| Feb 01 00:52:00.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62652025-02-01T00:52:01.927Z[ recovery-image] Feb 01 00:52:00.391 INFO O| Feb 01 00:52:00.391 INFO STEP 601 (remove_files) COMPLETE
62662025-02-01T00:52:01.927Z[ recovery-image] Feb 01 00:52:00.391 INFO O| Feb 01 00:52:00.391 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672025-02-01T00:52:01.954Z[ recovery-image] Feb 01 00:52:00.417 INFO O| Feb 01 00:52:00.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62682025-02-01T00:52:01.954Z[ recovery-image] Feb 01 00:52:00.417 INFO O| Feb 01 00:52:00.417 INFO STEP 602 (remove_files) COMPLETE
62692025-02-01T00:52:01.957Z[ recovery-image] Feb 01 00:52:00.417 INFO O| Feb 01 00:52:00.417 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702025-02-01T00:52:02.004Z[ recovery-image] Feb 01 00:52:00.468 INFO O| Feb 01 00:52:00.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62712025-02-01T00:52:02.004Z[ recovery-image] Feb 01 00:52:00.468 INFO O| Feb 01 00:52:00.468 INFO STEP 603 (remove_files) COMPLETE
62722025-02-01T00:52:02.004Z[ recovery-image] Feb 01 00:52:00.468 INFO O| Feb 01 00:52:00.468 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732025-02-01T00:52:02.027Z[ recovery-image] Feb 01 00:52:00.490 INFO O| Feb 01 00:52:00.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62742025-02-01T00:52:02.027Z[ recovery-image] Feb 01 00:52:00.490 INFO O| Feb 01 00:52:00.490 INFO STEP 604 (remove_files) COMPLETE
62752025-02-01T00:52:02.027Z[ recovery-image] Feb 01 00:52:00.490 INFO O| Feb 01 00:52:00.490 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762025-02-01T00:52:02.047Z[ recovery-image] Feb 01 00:52:00.510 INFO O| Feb 01 00:52:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62772025-02-01T00:52:02.047Z[ recovery-image] Feb 01 00:52:00.510 INFO O| Feb 01 00:52:00.510 INFO STEP 605 (remove_files) COMPLETE
62782025-02-01T00:52:02.047Z[ recovery-image] Feb 01 00:52:00.510 INFO O| Feb 01 00:52:00.510 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792025-02-01T00:52:02.067Z[ recovery-image] Feb 01 00:52:00.530 INFO O| Feb 01 00:52:00.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62802025-02-01T00:52:02.067Z[ recovery-image] Feb 01 00:52:00.530 INFO O| Feb 01 00:52:00.530 INFO STEP 606 (remove_files) COMPLETE
62812025-02-01T00:52:02.067Z[ recovery-image] Feb 01 00:52:00.530 INFO O| Feb 01 00:52:00.530 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822025-02-01T00:52:02.088Z[ recovery-image] Feb 01 00:52:00.551 INFO O| Feb 01 00:52:00.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62832025-02-01T00:52:02.088Z[ recovery-image] Feb 01 00:52:00.551 INFO O| Feb 01 00:52:00.551 INFO STEP 607 (remove_files) COMPLETE
62842025-02-01T00:52:02.088Z[ recovery-image] Feb 01 00:52:00.551 INFO O| Feb 01 00:52:00.551 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852025-02-01T00:52:02.106Z[ recovery-image] Feb 01 00:52:00.570 INFO O| Feb 01 00:52:00.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62862025-02-01T00:52:02.106Z[ recovery-image] Feb 01 00:52:00.570 INFO O| Feb 01 00:52:00.570 INFO STEP 608 (remove_files) COMPLETE
62872025-02-01T00:52:02.106Z[ recovery-image] Feb 01 00:52:00.570 INFO O| Feb 01 00:52:00.570 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882025-02-01T00:52:02.164Z[ recovery-image] Feb 01 00:52:00.627 INFO O| Feb 01 00:52:00.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62892025-02-01T00:52:02.164Z[ recovery-image] Feb 01 00:52:00.627 INFO O| Feb 01 00:52:00.627 INFO STEP 609 (remove_files) COMPLETE
62902025-02-01T00:52:02.164Z[ recovery-image] Feb 01 00:52:00.627 INFO O| Feb 01 00:52:00.627 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912025-02-01T00:52:02.205Z[ recovery-image] Feb 01 00:52:00.669 INFO O| Feb 01 00:52:00.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62922025-02-01T00:52:02.205Z[ recovery-image] Feb 01 00:52:00.669 INFO O| Feb 01 00:52:00.669 INFO STEP 610 (remove_files) COMPLETE
62932025-02-01T00:52:02.205Z[ recovery-image] Feb 01 00:52:00.669 INFO O| Feb 01 00:52:00.669 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942025-02-01T00:52:02.224Z[ recovery-image] Feb 01 00:52:00.688 INFO O| Feb 01 00:52:00.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62952025-02-01T00:52:02.247Z[ recovery-image] Feb 01 00:52:00.709 INFO O| Feb 01 00:52:00.709 INFO STEP 611 (remove_files) COMPLETE
62962025-02-01T00:52:02.247Z[ recovery-image] Feb 01 00:52:00.709 INFO O| Feb 01 00:52:00.709 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972025-02-01T00:52:02.303Z[ recovery-image] Feb 01 00:52:00.767 INFO O| Feb 01 00:52:00.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62982025-02-01T00:52:02.303Z[ recovery-image] Feb 01 00:52:00.767 INFO O| Feb 01 00:52:00.767 INFO STEP 612 (remove_files) COMPLETE
62992025-02-01T00:52:02.303Z[ recovery-image] Feb 01 00:52:00.767 INFO O| Feb 01 00:52:00.767 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002025-02-01T00:52:02.324Z[ recovery-image] Feb 01 00:52:00.788 INFO O| Feb 01 00:52:00.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63012025-02-01T00:52:02.324Z[ recovery-image] Feb 01 00:52:00.788 INFO O| Feb 01 00:52:00.788 INFO STEP 613 (remove_files) COMPLETE
63022025-02-01T00:52:02.324Z[ recovery-image] Feb 01 00:52:00.788 INFO O| Feb 01 00:52:00.788 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032025-02-01T00:52:02.343Z[ recovery-image] Feb 01 00:52:00.807 INFO O| Feb 01 00:52:00.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63042025-02-01T00:52:02.343Z[ recovery-image] Feb 01 00:52:00.807 INFO O| Feb 01 00:52:00.807 INFO STEP 614 (remove_files) COMPLETE
63052025-02-01T00:52:02.343Z[ recovery-image] Feb 01 00:52:00.807 INFO O| Feb 01 00:52:00.807 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062025-02-01T00:52:02.422Z[ recovery-image] Feb 01 00:52:00.884 INFO O| Feb 01 00:52:00.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63072025-02-01T00:52:02.423Z[ recovery-image] Feb 01 00:52:00.884 INFO O| Feb 01 00:52:00.884 INFO STEP 615 (remove_files) COMPLETE
63082025-02-01T00:52:02.426Z[ recovery-image] Feb 01 00:52:00.884 INFO O| Feb 01 00:52:00.884 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092025-02-01T00:52:02.443Z[ recovery-image] Feb 01 00:52:00.904 INFO O| Feb 01 00:52:00.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63102025-02-01T00:52:02.443Z[ recovery-image] Feb 01 00:52:00.904 INFO O| Feb 01 00:52:00.904 INFO STEP 616 (remove_files) COMPLETE
63112025-02-01T00:52:02.443Z[ recovery-image] Feb 01 00:52:00.904 INFO O| Feb 01 00:52:00.904 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122025-02-01T00:52:02.462Z[ recovery-image] Feb 01 00:52:00.923 INFO O| Feb 01 00:52:00.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63132025-02-01T00:52:02.467Z[ recovery-image] Feb 01 00:52:00.925 INFO O| Feb 01 00:52:00.925 INFO STEP 617 (remove_files) COMPLETE
63142025-02-01T00:52:02.467Z[ recovery-image] Feb 01 00:52:00.925 INFO O| Feb 01 00:52:00.925 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152025-02-01T00:52:02.518Z[ recovery-image] Feb 01 00:52:00.978 INFO O| Feb 01 00:52:00.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63162025-02-01T00:52:02.518Z[ recovery-image] Feb 01 00:52:00.978 INFO O| Feb 01 00:52:00.978 INFO STEP 618 (remove_files) COMPLETE
63172025-02-01T00:52:02.518Z[ recovery-image] Feb 01 00:52:00.978 INFO O| Feb 01 00:52:00.978 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182025-02-01T00:52:02.533Z[ recovery-image] Feb 01 00:52:00.996 INFO O| Feb 01 00:52:00.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63192025-02-01T00:52:02.533Z[ recovery-image] Feb 01 00:52:00.997 INFO O| Feb 01 00:52:00.997 INFO STEP 619 (remove_files) COMPLETE
63202025-02-01T00:52:02.533Z[ recovery-image] Feb 01 00:52:00.997 INFO O| Feb 01 00:52:00.997 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212025-02-01T00:52:02.551Z[ recovery-image] Feb 01 00:52:01.015 INFO O| Feb 01 00:52:01.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63222025-02-01T00:52:02.551Z[ recovery-image] Feb 01 00:52:01.015 INFO O| Feb 01 00:52:01.015 INFO STEP 620 (remove_files) COMPLETE
63232025-02-01T00:52:02.554Z[ recovery-image] Feb 01 00:52:01.015 INFO O| Feb 01 00:52:01.015 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242025-02-01T00:52:02.591Z[ recovery-image] Feb 01 00:52:01.055 INFO O| Feb 01 00:52:01.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63252025-02-01T00:52:02.594Z[ recovery-image] Feb 01 00:52:01.055 INFO O| Feb 01 00:52:01.055 INFO STEP 621 (remove_files) COMPLETE
63262025-02-01T00:52:02.594Z[ recovery-image] Feb 01 00:52:01.055 INFO O| Feb 01 00:52:01.055 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272025-02-01T00:52:02.649Z[ recovery-image] Feb 01 00:52:01.112 INFO O| Feb 01 00:52:01.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63282025-02-01T00:52:02.649Z[ recovery-image] Feb 01 00:52:01.112 INFO O| Feb 01 00:52:01.095 INFO STEP 622 (remove_files) COMPLETE
63292025-02-01T00:52:02.649Z[ recovery-image] Feb 01 00:52:01.112 INFO O| Feb 01 00:52:01.095 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302025-02-01T00:52:02.652Z[ recovery-image] Feb 01 00:52:01.112 INFO O| Feb 01 00:52:01.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63312025-02-01T00:52:02.652Z[ recovery-image] Feb 01 00:52:01.113 INFO O| Feb 01 00:52:01.113 INFO STEP 623 (remove_files) COMPLETE
63322025-02-01T00:52:02.652Z[ recovery-image] Feb 01 00:52:01.113 INFO O| Feb 01 00:52:01.113 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332025-02-01T00:52:02.669Z[ recovery-image] Feb 01 00:52:01.131 INFO O| Feb 01 00:52:01.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63342025-02-01T00:52:02.669Z[ recovery-image] Feb 01 00:52:01.131 INFO O| Feb 01 00:52:01.131 INFO STEP 624 (remove_files) COMPLETE
63352025-02-01T00:52:02.670Z[ recovery-image] Feb 01 00:52:01.131 INFO O| Feb 01 00:52:01.131 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362025-02-01T00:52:02.698Z[ recovery-image] Feb 01 00:52:01.161 INFO O| Feb 01 00:52:01.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63372025-02-01T00:52:02.698Z[ recovery-image] Feb 01 00:52:01.161 INFO O| Feb 01 00:52:01.161 INFO STEP 625 (remove_files) COMPLETE
63382025-02-01T00:52:02.699Z[ recovery-image] Feb 01 00:52:01.161 INFO O| Feb 01 00:52:01.161 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392025-02-01T00:52:02.736Z[ recovery-image] Feb 01 00:52:01.200 INFO O| Feb 01 00:52:01.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63402025-02-01T00:52:02.736Z[ recovery-image] Feb 01 00:52:01.200 INFO O| Feb 01 00:52:01.200 INFO STEP 626 (remove_files) COMPLETE
63412025-02-01T00:52:02.736Z[ recovery-image] Feb 01 00:52:01.200 INFO O| Feb 01 00:52:01.200 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422025-02-01T00:52:02.777Z[ recovery-image] Feb 01 00:52:01.240 INFO O| Feb 01 00:52:01.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63432025-02-01T00:52:02.777Z[ recovery-image] Feb 01 00:52:01.240 INFO O| Feb 01 00:52:01.240 INFO STEP 627 (remove_files) COMPLETE
63442025-02-01T00:52:02.777Z[ recovery-image] Feb 01 00:52:01.240 INFO O| Feb 01 00:52:01.240 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452025-02-01T00:52:02.797Z[ recovery-image] Feb 01 00:52:01.259 INFO O| Feb 01 00:52:01.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63462025-02-01T00:52:02.797Z[ recovery-image] Feb 01 00:52:01.260 INFO O| Feb 01 00:52:01.259 INFO STEP 628 (remove_files) COMPLETE
63472025-02-01T00:52:02.797Z[ recovery-image] Feb 01 00:52:01.260 INFO O| Feb 01 00:52:01.260 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482025-02-01T00:52:02.837Z[ recovery-image] Feb 01 00:52:01.301 INFO O| Feb 01 00:52:01.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63492025-02-01T00:52:02.837Z[ recovery-image] Feb 01 00:52:01.301 INFO O| Feb 01 00:52:01.301 INFO STEP 629 (remove_files) COMPLETE
63502025-02-01T00:52:02.837Z[ recovery-image] Feb 01 00:52:01.301 INFO O| Feb 01 00:52:01.301 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512025-02-01T00:52:02.856Z[ recovery-image] Feb 01 00:52:01.320 INFO O| Feb 01 00:52:01.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63522025-02-01T00:52:02.856Z[ recovery-image] Feb 01 00:52:01.320 INFO O| Feb 01 00:52:01.320 INFO STEP 630 (remove_files) COMPLETE
63532025-02-01T00:52:02.856Z[ recovery-image] Feb 01 00:52:01.320 INFO O| Feb 01 00:52:01.320 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542025-02-01T00:52:02.884Z[ recovery-image] Feb 01 00:52:01.346 INFO O| Feb 01 00:52:01.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63552025-02-01T00:52:02.884Z[ recovery-image] Feb 01 00:52:01.346 INFO O| Feb 01 00:52:01.346 INFO STEP 631 (remove_files) COMPLETE
63562025-02-01T00:52:02.884Z[ recovery-image] Feb 01 00:52:01.346 INFO O| Feb 01 00:52:01.346 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572025-02-01T00:52:02.903Z[ recovery-image] Feb 01 00:52:01.366 INFO O| Feb 01 00:52:01.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63582025-02-01T00:52:02.903Z[ recovery-image] Feb 01 00:52:01.367 INFO O| Feb 01 00:52:01.367 INFO STEP 632 (remove_files) COMPLETE
63592025-02-01T00:52:02.906Z[ recovery-image] Feb 01 00:52:01.367 INFO O| Feb 01 00:52:01.367 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602025-02-01T00:52:02.940Z[ recovery-image] Feb 01 00:52:01.403 INFO O| Feb 01 00:52:01.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63612025-02-01T00:52:02.940Z[ recovery-image] Feb 01 00:52:01.404 INFO O| Feb 01 00:52:01.404 INFO STEP 633 (remove_files) COMPLETE
63622025-02-01T00:52:02.940Z[ recovery-image] Feb 01 00:52:01.404 INFO O| Feb 01 00:52:01.404 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632025-02-01T00:52:02.983Z[ recovery-image] Feb 01 00:52:01.446 INFO O| Feb 01 00:52:01.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63642025-02-01T00:52:02.983Z[ recovery-image] Feb 01 00:52:01.446 INFO O| Feb 01 00:52:01.446 INFO STEP 634 (remove_files) COMPLETE
63652025-02-01T00:52:02.985Z[ recovery-image] Feb 01 00:52:01.446 INFO O| Feb 01 00:52:01.446 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662025-02-01T00:52:03.019Z[ recovery-image] Feb 01 00:52:01.483 INFO O| Feb 01 00:52:01.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63672025-02-01T00:52:03.020Z[ recovery-image] Feb 01 00:52:01.483 INFO O| Feb 01 00:52:01.483 INFO STEP 635 (remove_files) COMPLETE
63682025-02-01T00:52:03.020Z[ recovery-image] Feb 01 00:52:01.483 INFO O| Feb 01 00:52:01.483 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692025-02-01T00:52:03.059Z[ recovery-image] Feb 01 00:52:01.522 INFO O| Feb 01 00:52:01.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63702025-02-01T00:52:03.059Z[ recovery-image] Feb 01 00:52:01.522 INFO O| Feb 01 00:52:01.522 INFO STEP 636 (remove_files) COMPLETE
63712025-02-01T00:52:03.059Z[ recovery-image] Feb 01 00:52:01.522 INFO O| Feb 01 00:52:01.522 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722025-02-01T00:52:03.111Z[ recovery-image] Feb 01 00:52:01.574 INFO O| Feb 01 00:52:01.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63732025-02-01T00:52:03.111Z[ recovery-image] Feb 01 00:52:01.574 INFO O| Feb 01 00:52:01.574 INFO STEP 637 (remove_files) COMPLETE
63742025-02-01T00:52:03.115Z[ recovery-image] Feb 01 00:52:01.574 INFO O| Feb 01 00:52:01.574 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752025-02-01T00:52:03.131Z[ recovery-image] Feb 01 00:52:01.594 INFO O| Feb 01 00:52:01.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63762025-02-01T00:52:03.131Z[ recovery-image] Feb 01 00:52:01.594 INFO O| Feb 01 00:52:01.594 INFO STEP 638 (remove_files) COMPLETE
63772025-02-01T00:52:03.136Z[ recovery-image] Feb 01 00:52:01.594 INFO O| Feb 01 00:52:01.594 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782025-02-01T00:52:03.189Z[ recovery-image] Feb 01 00:52:01.652 INFO O| Feb 01 00:52:01.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63792025-02-01T00:52:03.189Z[ recovery-image] Feb 01 00:52:01.652 INFO O| Feb 01 00:52:01.652 INFO STEP 639 (remove_files) COMPLETE
63802025-02-01T00:52:03.189Z[ recovery-image] Feb 01 00:52:01.652 INFO O| Feb 01 00:52:01.652 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812025-02-01T00:52:03.208Z[ recovery-image] Feb 01 00:52:01.672 INFO O| Feb 01 00:52:01.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63822025-02-01T00:52:03.208Z[ recovery-image] Feb 01 00:52:01.672 INFO O| Feb 01 00:52:01.672 INFO STEP 640 (remove_files) COMPLETE
63832025-02-01T00:52:03.208Z[ recovery-image] Feb 01 00:52:01.672 INFO O| Feb 01 00:52:01.672 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842025-02-01T00:52:03.227Z[ recovery-image] Feb 01 00:52:01.690 INFO O| Feb 01 00:52:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63852025-02-01T00:52:03.227Z[ recovery-image] Feb 01 00:52:01.690 INFO O| Feb 01 00:52:01.690 INFO STEP 641 (remove_files) COMPLETE
63862025-02-01T00:52:03.230Z[ recovery-image] Feb 01 00:52:01.690 INFO O| Feb 01 00:52:01.690 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872025-02-01T00:52:03.244Z[ recovery-image] Feb 01 00:52:01.708 INFO O| Feb 01 00:52:01.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63882025-02-01T00:52:03.244Z[ recovery-image] Feb 01 00:52:01.708 INFO O| Feb 01 00:52:01.708 INFO STEP 642 (remove_files) COMPLETE
63892025-02-01T00:52:03.248Z[ recovery-image] Feb 01 00:52:01.708 INFO O| Feb 01 00:52:01.708 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902025-02-01T00:52:03.266Z[ recovery-image] Feb 01 00:52:01.729 INFO O| Feb 01 00:52:01.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63912025-02-01T00:52:03.266Z[ recovery-image] Feb 01 00:52:01.729 INFO O| Feb 01 00:52:01.729 INFO STEP 643 (remove_files) COMPLETE
63922025-02-01T00:52:03.268Z[ recovery-image] Feb 01 00:52:01.729 INFO O| Feb 01 00:52:01.729 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932025-02-01T00:52:03.299Z[ recovery-image] Feb 01 00:52:01.762 INFO O| Feb 01 00:52:01.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63942025-02-01T00:52:03.299Z[ recovery-image] Feb 01 00:52:01.762 INFO O| Feb 01 00:52:01.762 INFO STEP 644 (remove_files) COMPLETE
63952025-02-01T00:52:03.302Z[ recovery-image] Feb 01 00:52:01.763 INFO O| Feb 01 00:52:01.762 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962025-02-01T00:52:03.320Z[ recovery-image] Feb 01 00:52:01.783 INFO O| Feb 01 00:52:01.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63972025-02-01T00:52:03.320Z[ recovery-image] Feb 01 00:52:01.783 INFO O| Feb 01 00:52:01.783 INFO STEP 645 (remove_files) COMPLETE
63982025-02-01T00:52:03.320Z[ recovery-image] Feb 01 00:52:01.783 INFO O| Feb 01 00:52:01.783 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992025-02-01T00:52:03.358Z[ recovery-image] Feb 01 00:52:01.819 INFO O| Feb 01 00:52:01.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64002025-02-01T00:52:03.358Z[ recovery-image] Feb 01 00:52:01.819 INFO O| Feb 01 00:52:01.819 INFO STEP 646 (remove_files) COMPLETE
64012025-02-01T00:52:03.358Z[ recovery-image] Feb 01 00:52:01.819 INFO O| Feb 01 00:52:01.819 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022025-02-01T00:52:03.373Z[ recovery-image] Feb 01 00:52:01.837 INFO O| Feb 01 00:52:01.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64032025-02-01T00:52:03.373Z[ recovery-image] Feb 01 00:52:01.837 INFO O| Feb 01 00:52:01.837 INFO STEP 647 (remove_files) COMPLETE
64042025-02-01T00:52:03.373Z[ recovery-image] Feb 01 00:52:01.837 INFO O| Feb 01 00:52:01.837 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052025-02-01T00:52:03.391Z[ recovery-image] Feb 01 00:52:01.854 INFO O| Feb 01 00:52:01.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64062025-02-01T00:52:03.391Z[ recovery-image] Feb 01 00:52:01.854 INFO O| Feb 01 00:52:01.854 INFO STEP 648 (remove_files) COMPLETE
64072025-02-01T00:52:03.395Z[ recovery-image] Feb 01 00:52:01.854 INFO O| Feb 01 00:52:01.854 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082025-02-01T00:52:03.410Z[ recovery-image] Feb 01 00:52:01.873 INFO O| Feb 01 00:52:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64092025-02-01T00:52:03.410Z[ recovery-image] Feb 01 00:52:01.873 INFO O| Feb 01 00:52:01.873 INFO STEP 649 (remove_files) COMPLETE
64102025-02-01T00:52:03.410Z[ recovery-image] Feb 01 00:52:01.873 INFO O| Feb 01 00:52:01.873 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112025-02-01T00:52:03.428Z[ recovery-image] Feb 01 00:52:01.892 INFO O| Feb 01 00:52:01.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64122025-02-01T00:52:03.428Z[ recovery-image] Feb 01 00:52:01.892 INFO O| Feb 01 00:52:01.892 INFO STEP 650 (remove_files) COMPLETE
64132025-02-01T00:52:03.428Z[ recovery-image] Feb 01 00:52:01.892 INFO O| Feb 01 00:52:01.892 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142025-02-01T00:52:03.465Z[ recovery-image] Feb 01 00:52:01.926 INFO O| Feb 01 00:52:01.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64152025-02-01T00:52:03.465Z[ recovery-image] Feb 01 00:52:01.926 INFO O| Feb 01 00:52:01.926 INFO STEP 651 (remove_files) COMPLETE
64162025-02-01T00:52:03.468Z[ recovery-image] Feb 01 00:52:01.926 INFO O| Feb 01 00:52:01.926 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172025-02-01T00:52:03.495Z[ recovery-image] Feb 01 00:52:01.958 INFO O| Feb 01 00:52:01.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64182025-02-01T00:52:03.495Z[ recovery-image] Feb 01 00:52:01.958 INFO O| Feb 01 00:52:01.958 INFO STEP 652 (remove_files) COMPLETE
64192025-02-01T00:52:03.495Z[ recovery-image] Feb 01 00:52:01.958 INFO O| Feb 01 00:52:01.958 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202025-02-01T00:52:03.530Z[ recovery-image] Feb 01 00:52:01.993 INFO O| Feb 01 00:52:01.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64212025-02-01T00:52:03.556Z[ recovery-image] Feb 01 00:52:02.020 INFO O| Feb 01 00:52:02.020 INFO STEP 653 (remove_files) COMPLETE
64222025-02-01T00:52:03.556Z[ recovery-image] Feb 01 00:52:02.020 INFO O| Feb 01 00:52:02.020 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232025-02-01T00:52:03.610Z[ recovery-image] Feb 01 00:52:02.073 INFO O| Feb 01 00:52:02.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64242025-02-01T00:52:03.614Z[ recovery-image] Feb 01 00:52:02.074 INFO O| Feb 01 00:52:02.073 INFO STEP 654 (remove_files) COMPLETE
64252025-02-01T00:52:03.614Z[ recovery-image] Feb 01 00:52:02.074 INFO O| Feb 01 00:52:02.074 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262025-02-01T00:52:03.630Z[ recovery-image] Feb 01 00:52:02.093 INFO O| Feb 01 00:52:02.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64272025-02-01T00:52:03.632Z[ recovery-image] Feb 01 00:52:02.093 INFO O| Feb 01 00:52:02.093 INFO STEP 655 (remove_files) COMPLETE
64282025-02-01T00:52:03.632Z[ recovery-image] Feb 01 00:52:02.093 INFO O| Feb 01 00:52:02.093 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292025-02-01T00:52:03.678Z[ recovery-image] Feb 01 00:52:02.142 INFO O| Feb 01 00:52:02.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64302025-02-01T00:52:03.679Z[ recovery-image] Feb 01 00:52:02.142 INFO O| Feb 01 00:52:02.142 INFO STEP 656 (remove_files) COMPLETE
64312025-02-01T00:52:03.681Z[ recovery-image] Feb 01 00:52:02.142 INFO O| Feb 01 00:52:02.142 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322025-02-01T00:52:03.700Z[ recovery-image] Feb 01 00:52:02.163 INFO O| Feb 01 00:52:02.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64332025-02-01T00:52:03.700Z[ recovery-image] Feb 01 00:52:02.163 INFO O| Feb 01 00:52:02.163 INFO STEP 657 (remove_files) COMPLETE
64342025-02-01T00:52:03.700Z[ recovery-image] Feb 01 00:52:02.163 INFO O| Feb 01 00:52:02.163 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352025-02-01T00:52:03.749Z[ recovery-image] Feb 01 00:52:02.212 INFO O| Feb 01 00:52:02.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64362025-02-01T00:52:03.768Z[ recovery-image] Feb 01 00:52:02.232 INFO O| Feb 01 00:52:02.232 INFO STEP 658 (remove_files) COMPLETE
64372025-02-01T00:52:03.768Z[ recovery-image] Feb 01 00:52:02.232 INFO O| Feb 01 00:52:02.232 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382025-02-01T00:52:03.811Z[ recovery-image] Feb 01 00:52:02.274 INFO O| Feb 01 00:52:02.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64392025-02-01T00:52:03.811Z[ recovery-image] Feb 01 00:52:02.274 INFO O| Feb 01 00:52:02.274 INFO STEP 659 (remove_files) COMPLETE
64402025-02-01T00:52:03.811Z[ recovery-image] Feb 01 00:52:02.274 INFO O| Feb 01 00:52:02.274 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412025-02-01T00:52:03.846Z[ recovery-image] Feb 01 00:52:02.310 INFO O| Feb 01 00:52:02.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64422025-02-01T00:52:03.847Z[ recovery-image] Feb 01 00:52:02.310 INFO O| Feb 01 00:52:02.310 INFO STEP 660 (remove_files) COMPLETE
64432025-02-01T00:52:03.847Z[ recovery-image] Feb 01 00:52:02.310 INFO O| Feb 01 00:52:02.310 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442025-02-01T00:52:03.947Z[ recovery-image] Feb 01 00:52:02.410 INFO O| Feb 01 00:52:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64452025-02-01T00:52:03.947Z[ recovery-image] Feb 01 00:52:02.410 INFO O| Feb 01 00:52:02.410 INFO STEP 661 (remove_files) COMPLETE
64462025-02-01T00:52:03.949Z[ recovery-image] Feb 01 00:52:02.410 INFO O| Feb 01 00:52:02.410 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472025-02-01T00:52:04.000Z[ recovery-image] Feb 01 00:52:02.463 INFO O| Feb 01 00:52:02.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64482025-02-01T00:52:04.000Z[ recovery-image] Feb 01 00:52:02.463 INFO O| Feb 01 00:52:02.463 INFO STEP 662 (remove_files) COMPLETE
64492025-02-01T00:52:04.003Z[ recovery-image] Feb 01 00:52:02.463 INFO O| Feb 01 00:52:02.463 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502025-02-01T00:52:04.018Z[ recovery-image] Feb 01 00:52:02.481 INFO O| Feb 01 00:52:02.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64512025-02-01T00:52:04.018Z[ recovery-image] Feb 01 00:52:02.481 INFO O| Feb 01 00:52:02.481 INFO STEP 663 (remove_files) COMPLETE
64522025-02-01T00:52:04.018Z[ recovery-image] Feb 01 00:52:02.481 INFO O| Feb 01 00:52:02.481 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532025-02-01T00:52:04.037Z[ recovery-image] Feb 01 00:52:02.500 INFO O| Feb 01 00:52:02.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64542025-02-01T00:52:04.037Z[ recovery-image] Feb 01 00:52:02.500 INFO O| Feb 01 00:52:02.500 INFO STEP 664 (remove_files) COMPLETE
64552025-02-01T00:52:04.037Z[ recovery-image] Feb 01 00:52:02.500 INFO O| Feb 01 00:52:02.500 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562025-02-01T00:52:04.078Z[ recovery-image] Feb 01 00:52:02.541 INFO O| Feb 01 00:52:02.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64572025-02-01T00:52:04.078Z[ recovery-image] Feb 01 00:52:02.541 INFO O| Feb 01 00:52:02.541 INFO STEP 665 (remove_files) COMPLETE
64582025-02-01T00:52:04.078Z[ recovery-image] Feb 01 00:52:02.541 INFO O| Feb 01 00:52:02.541 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592025-02-01T00:52:04.100Z[ recovery-image] Feb 01 00:52:02.563 INFO O| Feb 01 00:52:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64602025-02-01T00:52:04.100Z[ recovery-image] Feb 01 00:52:02.563 INFO O| Feb 01 00:52:02.563 INFO STEP 666 (remove_files) COMPLETE
64612025-02-01T00:52:04.102Z[ recovery-image] Feb 01 00:52:02.563 INFO O| Feb 01 00:52:02.563 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622025-02-01T00:52:04.120Z[ recovery-image] Feb 01 00:52:02.583 INFO O| Feb 01 00:52:02.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64632025-02-01T00:52:04.120Z[ recovery-image] Feb 01 00:52:02.583 INFO O| Feb 01 00:52:02.583 INFO STEP 667 (remove_files) COMPLETE
64642025-02-01T00:52:04.120Z[ recovery-image] Feb 01 00:52:02.583 INFO O| Feb 01 00:52:02.583 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652025-02-01T00:52:04.160Z[ recovery-image] Feb 01 00:52:02.623 INFO O| Feb 01 00:52:02.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64662025-02-01T00:52:04.162Z[ recovery-image] Feb 01 00:52:02.623 INFO O| Feb 01 00:52:02.623 INFO STEP 668 (remove_files) COMPLETE
64672025-02-01T00:52:04.162Z[ recovery-image] Feb 01 00:52:02.623 INFO O| Feb 01 00:52:02.623 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682025-02-01T00:52:04.181Z[ recovery-image] Feb 01 00:52:02.644 INFO O| Feb 01 00:52:02.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64692025-02-01T00:52:04.183Z[ recovery-image] Feb 01 00:52:02.644 INFO O| Feb 01 00:52:02.644 INFO STEP 669 (remove_files) COMPLETE
64702025-02-01T00:52:04.183Z[ recovery-image] Feb 01 00:52:02.644 INFO O| Feb 01 00:52:02.644 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712025-02-01T00:52:04.202Z[ recovery-image] Feb 01 00:52:02.665 INFO O| Feb 01 00:52:02.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64722025-02-01T00:52:04.205Z[ recovery-image] Feb 01 00:52:02.666 INFO O| Feb 01 00:52:02.666 INFO STEP 670 (remove_files) COMPLETE
64732025-02-01T00:52:04.205Z[ recovery-image] Feb 01 00:52:02.666 INFO O| Feb 01 00:52:02.666 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742025-02-01T00:52:04.227Z[ recovery-image] Feb 01 00:52:02.690 INFO O| Feb 01 00:52:02.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64752025-02-01T00:52:04.227Z[ recovery-image] Feb 01 00:52:02.690 INFO O| Feb 01 00:52:02.690 INFO STEP 671 (remove_files) COMPLETE
64762025-02-01T00:52:04.227Z[ recovery-image] Feb 01 00:52:02.690 INFO O| Feb 01 00:52:02.690 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772025-02-01T00:52:04.247Z[ recovery-image] Feb 01 00:52:02.711 INFO O| Feb 01 00:52:02.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64782025-02-01T00:52:04.247Z[ recovery-image] Feb 01 00:52:02.711 INFO O| Feb 01 00:52:02.711 INFO STEP 672 (remove_files) COMPLETE
64792025-02-01T00:52:04.250Z[ recovery-image] Feb 01 00:52:02.711 INFO O| Feb 01 00:52:02.711 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802025-02-01T00:52:04.289Z[ recovery-image] Feb 01 00:52:02.752 INFO O| Feb 01 00:52:02.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64812025-02-01T00:52:04.292Z[ recovery-image] Feb 01 00:52:02.752 INFO O| Feb 01 00:52:02.752 INFO STEP 673 (remove_files) COMPLETE
64822025-02-01T00:52:04.292Z[ recovery-image] Feb 01 00:52:02.752 INFO O| Feb 01 00:52:02.752 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832025-02-01T00:52:04.329Z[ recovery-image] Feb 01 00:52:02.792 INFO O| Feb 01 00:52:02.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64842025-02-01T00:52:04.331Z[ recovery-image] Feb 01 00:52:02.792 INFO O| Feb 01 00:52:02.792 INFO STEP 674 (remove_files) COMPLETE
64852025-02-01T00:52:04.331Z[ recovery-image] Feb 01 00:52:02.792 INFO O| Feb 01 00:52:02.792 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862025-02-01T00:52:04.349Z[ recovery-image] Feb 01 00:52:02.812 INFO O| Feb 01 00:52:02.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64872025-02-01T00:52:04.349Z[ recovery-image] Feb 01 00:52:02.812 INFO O| Feb 01 00:52:02.812 INFO STEP 675 (remove_files) COMPLETE
64882025-02-01T00:52:04.352Z[ recovery-image] Feb 01 00:52:02.812 INFO O| Feb 01 00:52:02.812 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892025-02-01T00:52:04.367Z[ recovery-image] Feb 01 00:52:02.830 INFO O| Feb 01 00:52:02.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64902025-02-01T00:52:04.367Z[ recovery-image] Feb 01 00:52:02.830 INFO O| Feb 01 00:52:02.830 INFO STEP 676 (remove_files) COMPLETE
64912025-02-01T00:52:04.370Z[ recovery-image] Feb 01 00:52:02.830 INFO O| Feb 01 00:52:02.830 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922025-02-01T00:52:04.387Z[ recovery-image] Feb 01 00:52:02.851 INFO O| Feb 01 00:52:02.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64932025-02-01T00:52:04.387Z[ recovery-image] Feb 01 00:52:02.851 INFO O| Feb 01 00:52:02.851 INFO STEP 677 (remove_files) COMPLETE
64942025-02-01T00:52:04.387Z[ recovery-image] Feb 01 00:52:02.851 INFO O| Feb 01 00:52:02.851 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952025-02-01T00:52:04.410Z[ recovery-image] Feb 01 00:52:02.872 INFO O| Feb 01 00:52:02.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64962025-02-01T00:52:04.410Z[ recovery-image] Feb 01 00:52:02.872 INFO O| Feb 01 00:52:02.872 INFO STEP 678 (remove_files) COMPLETE
64972025-02-01T00:52:04.410Z[ recovery-image] Feb 01 00:52:02.872 INFO O| Feb 01 00:52:02.872 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982025-02-01T00:52:04.449Z[ recovery-image] Feb 01 00:52:02.911 INFO O| Feb 01 00:52:02.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64992025-02-01T00:52:04.449Z[ recovery-image] Feb 01 00:52:02.911 INFO O| Feb 01 00:52:02.911 INFO STEP 679 (remove_files) COMPLETE
65002025-02-01T00:52:04.449Z[ recovery-image] Feb 01 00:52:02.912 INFO O| Feb 01 00:52:02.911 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012025-02-01T00:52:04.518Z[ recovery-image] Feb 01 00:52:02.981 INFO O| Feb 01 00:52:02.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65022025-02-01T00:52:04.518Z[ recovery-image] Feb 01 00:52:02.981 INFO O| Feb 01 00:52:02.981 INFO STEP 680 (remove_files) COMPLETE
65032025-02-01T00:52:04.518Z[ recovery-image] Feb 01 00:52:02.981 INFO O| Feb 01 00:52:02.981 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042025-02-01T00:52:04.540Z[ recovery-image] Feb 01 00:52:03.003 INFO O| Feb 01 00:52:03.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65052025-02-01T00:52:04.540Z[ recovery-image] Feb 01 00:52:03.003 INFO O| Feb 01 00:52:03.003 INFO STEP 681 (remove_files) COMPLETE
65062025-02-01T00:52:04.540Z[ recovery-image] Feb 01 00:52:03.003 INFO O| Feb 01 00:52:03.003 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072025-02-01T00:52:04.562Z[ recovery-image] Feb 01 00:52:03.024 INFO O| Feb 01 00:52:03.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65082025-02-01T00:52:04.562Z[ recovery-image] Feb 01 00:52:03.024 INFO O| Feb 01 00:52:03.024 INFO STEP 682 (remove_files) COMPLETE
65092025-02-01T00:52:04.566Z[ recovery-image] Feb 01 00:52:03.024 INFO O| Feb 01 00:52:03.024 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102025-02-01T00:52:04.591Z[ recovery-image] Feb 01 00:52:03.055 INFO O| Feb 01 00:52:03.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65112025-02-01T00:52:04.594Z[ recovery-image] Feb 01 00:52:03.055 INFO O| Feb 01 00:52:03.055 INFO STEP 683 (remove_files) COMPLETE
65122025-02-01T00:52:04.594Z[ recovery-image] Feb 01 00:52:03.055 INFO O| Feb 01 00:52:03.055 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132025-02-01T00:52:04.640Z[ recovery-image] Feb 01 00:52:03.103 INFO O| Feb 01 00:52:03.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65142025-02-01T00:52:04.640Z[ recovery-image] Feb 01 00:52:03.103 INFO O| Feb 01 00:52:03.103 INFO STEP 684 (remove_files) COMPLETE
65152025-02-01T00:52:04.643Z[ recovery-image] Feb 01 00:52:03.103 INFO O| Feb 01 00:52:03.103 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162025-02-01T00:52:04.718Z[ recovery-image] Feb 01 00:52:03.181 INFO O| Feb 01 00:52:03.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65172025-02-01T00:52:04.720Z[ recovery-image] Feb 01 00:52:03.181 INFO O| Feb 01 00:52:03.181 INFO STEP 685 (remove_files) COMPLETE
65182025-02-01T00:52:04.720Z[ recovery-image] Feb 01 00:52:03.181 INFO O| Feb 01 00:52:03.181 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192025-02-01T00:52:04.744Z[ recovery-image] Feb 01 00:52:03.207 INFO O| Feb 01 00:52:03.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65202025-02-01T00:52:04.744Z[ recovery-image] Feb 01 00:52:03.207 INFO O| Feb 01 00:52:03.202 INFO STEP 686 (remove_files) COMPLETE
65212025-02-01T00:52:04.744Z[ recovery-image] Feb 01 00:52:03.207 INFO O| Feb 01 00:52:03.202 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222025-02-01T00:52:04.758Z[ recovery-image] Feb 01 00:52:03.221 INFO O| Feb 01 00:52:03.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65232025-02-01T00:52:04.758Z[ recovery-image] Feb 01 00:52:03.221 INFO O| Feb 01 00:52:03.221 INFO STEP 687 (remove_files) COMPLETE
65242025-02-01T00:52:04.758Z[ recovery-image] Feb 01 00:52:03.221 INFO O| Feb 01 00:52:03.221 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252025-02-01T00:52:04.778Z[ recovery-image] Feb 01 00:52:03.241 INFO O| Feb 01 00:52:03.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65262025-02-01T00:52:04.778Z[ recovery-image] Feb 01 00:52:03.241 INFO O| Feb 01 00:52:03.241 INFO STEP 688 (remove_files) COMPLETE
65272025-02-01T00:52:04.778Z[ recovery-image] Feb 01 00:52:03.241 INFO O| Feb 01 00:52:03.241 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282025-02-01T00:52:04.797Z[ recovery-image] Feb 01 00:52:03.260 INFO O| Feb 01 00:52:03.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65292025-02-01T00:52:04.797Z[ recovery-image] Feb 01 00:52:03.261 INFO O| Feb 01 00:52:03.260 INFO STEP 689 (remove_files) COMPLETE
65302025-02-01T00:52:04.801Z[ recovery-image] Feb 01 00:52:03.261 INFO O| Feb 01 00:52:03.261 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312025-02-01T00:52:04.817Z[ recovery-image] Feb 01 00:52:03.280 INFO O| Feb 01 00:52:03.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65322025-02-01T00:52:04.817Z[ recovery-image] Feb 01 00:52:03.280 INFO O| Feb 01 00:52:03.280 INFO STEP 690 (remove_files) COMPLETE
65332025-02-01T00:52:04.819Z[ recovery-image] Feb 01 00:52:03.280 INFO O| Feb 01 00:52:03.280 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342025-02-01T00:52:04.836Z[ recovery-image] Feb 01 00:52:03.299 INFO O| Feb 01 00:52:03.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65352025-02-01T00:52:04.836Z[ recovery-image] Feb 01 00:52:03.300 INFO O| Feb 01 00:52:03.299 INFO STEP 691 (remove_files) COMPLETE
65362025-02-01T00:52:04.836Z[ recovery-image] Feb 01 00:52:03.300 INFO O| Feb 01 00:52:03.300 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372025-02-01T00:52:04.880Z[ recovery-image] Feb 01 00:52:03.343 INFO O| Feb 01 00:52:03.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65382025-02-01T00:52:04.880Z[ recovery-image] Feb 01 00:52:03.343 INFO O| Feb 01 00:52:03.343 INFO STEP 692 (remove_files) COMPLETE
65392025-02-01T00:52:04.880Z[ recovery-image] Feb 01 00:52:03.343 INFO O| Feb 01 00:52:03.343 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402025-02-01T00:52:04.938Z[ recovery-image] Feb 01 00:52:03.401 INFO O| Feb 01 00:52:03.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65412025-02-01T00:52:04.938Z[ recovery-image] Feb 01 00:52:03.401 INFO O| Feb 01 00:52:03.401 INFO STEP 693 (remove_files) COMPLETE
65422025-02-01T00:52:04.938Z[ recovery-image] Feb 01 00:52:03.401 INFO O| Feb 01 00:52:03.401 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432025-02-01T00:52:04.965Z[ recovery-image] Feb 01 00:52:03.428 INFO O| Feb 01 00:52:03.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65442025-02-01T00:52:04.968Z[ recovery-image] Feb 01 00:52:03.428 INFO O| Feb 01 00:52:03.428 INFO STEP 694 (remove_files) COMPLETE
65452025-02-01T00:52:04.968Z[ recovery-image] Feb 01 00:52:03.429 INFO O| Feb 01 00:52:03.428 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462025-02-01T00:52:04.987Z[ recovery-image] Feb 01 00:52:03.450 INFO O| Feb 01 00:52:03.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65472025-02-01T00:52:04.990Z[ recovery-image] Feb 01 00:52:03.450 INFO O| Feb 01 00:52:03.450 INFO STEP 695 (remove_files) COMPLETE
65482025-02-01T00:52:04.990Z[ recovery-image] Feb 01 00:52:03.450 INFO O| Feb 01 00:52:03.450 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492025-02-01T00:52:05.006Z[ recovery-image] Feb 01 00:52:03.470 INFO O| Feb 01 00:52:03.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65502025-02-01T00:52:05.022Z[ recovery-image] Feb 01 00:52:03.485 INFO O| Feb 01 00:52:03.485 INFO STEP 696 (remove_files) COMPLETE
65512025-02-01T00:52:05.022Z[ recovery-image] Feb 01 00:52:03.485 INFO O| Feb 01 00:52:03.485 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522025-02-01T00:52:05.065Z[ recovery-image] Feb 01 00:52:03.528 INFO O| Feb 01 00:52:03.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65532025-02-01T00:52:05.065Z[ recovery-image] Feb 01 00:52:03.528 INFO O| Feb 01 00:52:03.528 INFO STEP 697 (remove_files) COMPLETE
65542025-02-01T00:52:05.068Z[ recovery-image] Feb 01 00:52:03.528 INFO O| Feb 01 00:52:03.528 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552025-02-01T00:52:05.083Z[ recovery-image] Feb 01 00:52:03.546 INFO O| Feb 01 00:52:03.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65562025-02-01T00:52:05.083Z[ recovery-image] Feb 01 00:52:03.546 INFO O| Feb 01 00:52:03.546 INFO STEP 698 (remove_files) COMPLETE
65572025-02-01T00:52:05.083Z[ recovery-image] Feb 01 00:52:03.546 INFO O| Feb 01 00:52:03.546 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582025-02-01T00:52:05.119Z[ recovery-image] Feb 01 00:52:03.582 INFO O| Feb 01 00:52:03.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65592025-02-01T00:52:05.119Z[ recovery-image] Feb 01 00:52:03.582 INFO O| Feb 01 00:52:03.582 INFO STEP 699 (remove_files) COMPLETE
65602025-02-01T00:52:05.119Z[ recovery-image] Feb 01 00:52:03.582 INFO O| Feb 01 00:52:03.582 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612025-02-01T00:52:05.140Z[ recovery-image] Feb 01 00:52:03.602 INFO O| Feb 01 00:52:03.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65622025-02-01T00:52:05.140Z[ recovery-image] Feb 01 00:52:03.602 INFO O| Feb 01 00:52:03.602 INFO STEP 700 (remove_files) COMPLETE
65632025-02-01T00:52:05.142Z[ recovery-image] Feb 01 00:52:03.603 INFO O| Feb 01 00:52:03.602 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642025-02-01T00:52:05.172Z[ recovery-image] Feb 01 00:52:03.635 INFO O| Feb 01 00:52:03.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65652025-02-01T00:52:05.172Z[ recovery-image] Feb 01 00:52:03.635 INFO O| Feb 01 00:52:03.635 INFO STEP 701 (remove_files) COMPLETE
65662025-02-01T00:52:05.172Z[ recovery-image] Feb 01 00:52:03.635 INFO O| Feb 01 00:52:03.635 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672025-02-01T00:52:05.193Z[ recovery-image] Feb 01 00:52:03.656 INFO O| Feb 01 00:52:03.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65682025-02-01T00:52:05.193Z[ recovery-image] Feb 01 00:52:03.656 INFO O| Feb 01 00:52:03.656 INFO STEP 702 (remove_files) COMPLETE
65692025-02-01T00:52:05.196Z[ recovery-image] Feb 01 00:52:03.656 INFO O| Feb 01 00:52:03.656 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702025-02-01T00:52:05.223Z[ recovery-image] Feb 01 00:52:03.686 INFO O| Feb 01 00:52:03.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65712025-02-01T00:52:05.223Z[ recovery-image] Feb 01 00:52:03.686 INFO O| Feb 01 00:52:03.686 INFO STEP 703 (remove_files) COMPLETE
65722025-02-01T00:52:05.226Z[ recovery-image] Feb 01 00:52:03.686 INFO O| Feb 01 00:52:03.686 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732025-02-01T00:52:05.268Z[ recovery-image] Feb 01 00:52:03.731 INFO O| Feb 01 00:52:03.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65742025-02-01T00:52:05.268Z[ recovery-image] Feb 01 00:52:03.731 INFO O| Feb 01 00:52:03.731 INFO STEP 704 (remove_files) COMPLETE
65752025-02-01T00:52:05.268Z[ recovery-image] Feb 01 00:52:03.731 INFO O| Feb 01 00:52:03.731 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762025-02-01T00:52:05.332Z[ recovery-image] Feb 01 00:52:03.795 INFO O| Feb 01 00:52:03.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65772025-02-01T00:52:05.332Z[ recovery-image] Feb 01 00:52:03.795 INFO O| Feb 01 00:52:03.795 INFO STEP 705 (remove_files) COMPLETE
65782025-02-01T00:52:05.332Z[ recovery-image] Feb 01 00:52:03.795 INFO O| Feb 01 00:52:03.795 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792025-02-01T00:52:05.385Z[ recovery-image] Feb 01 00:52:03.848 INFO O| Feb 01 00:52:03.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65802025-02-01T00:52:05.388Z[ recovery-image] Feb 01 00:52:03.848 INFO O| Feb 01 00:52:03.848 INFO STEP 706 (remove_files) COMPLETE
65812025-02-01T00:52:05.388Z[ recovery-image] Feb 01 00:52:03.848 INFO O| Feb 01 00:52:03.848 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822025-02-01T00:52:05.442Z[ recovery-image] Feb 01 00:52:03.905 INFO O| Feb 01 00:52:03.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65832025-02-01T00:52:05.445Z[ recovery-image] Feb 01 00:52:03.906 INFO O| Feb 01 00:52:03.906 INFO STEP 707 (remove_files) COMPLETE
65842025-02-01T00:52:05.445Z[ recovery-image] Feb 01 00:52:03.906 INFO O| Feb 01 00:52:03.906 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852025-02-01T00:52:05.461Z[ recovery-image] Feb 01 00:52:03.924 INFO O| Feb 01 00:52:03.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65862025-02-01T00:52:05.464Z[ recovery-image] Feb 01 00:52:03.925 INFO O| Feb 01 00:52:03.924 INFO STEP 708 (remove_files) COMPLETE
65872025-02-01T00:52:05.464Z[ recovery-image] Feb 01 00:52:03.925 INFO O| Feb 01 00:52:03.925 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882025-02-01T00:52:05.481Z[ recovery-image] Feb 01 00:52:03.943 INFO O| Feb 01 00:52:03.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65892025-02-01T00:52:05.483Z[ recovery-image] Feb 01 00:52:03.944 INFO O| Feb 01 00:52:03.944 INFO STEP 709 (remove_files) COMPLETE
65902025-02-01T00:52:05.483Z[ recovery-image] Feb 01 00:52:03.944 INFO O| Feb 01 00:52:03.944 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912025-02-01T00:52:05.500Z[ recovery-image] Feb 01 00:52:03.962 INFO O| Feb 01 00:52:03.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65922025-02-01T00:52:05.500Z[ recovery-image] Feb 01 00:52:03.962 INFO O| Feb 01 00:52:03.962 INFO STEP 710 (remove_files) COMPLETE
65932025-02-01T00:52:05.500Z[ recovery-image] Feb 01 00:52:03.962 INFO O| Feb 01 00:52:03.962 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942025-02-01T00:52:05.519Z[ recovery-image] Feb 01 00:52:03.981 INFO O| Feb 01 00:52:03.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65952025-02-01T00:52:05.519Z[ recovery-image] Feb 01 00:52:03.981 INFO O| Feb 01 00:52:03.981 INFO STEP 711 (remove_files) COMPLETE
65962025-02-01T00:52:05.519Z[ recovery-image] Feb 01 00:52:03.981 INFO O| Feb 01 00:52:03.981 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972025-02-01T00:52:05.538Z[ recovery-image] Feb 01 00:52:04.001 INFO O| Feb 01 00:52:04.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65982025-02-01T00:52:05.538Z[ recovery-image] Feb 01 00:52:04.001 INFO O| Feb 01 00:52:04.001 INFO STEP 712 (remove_files) COMPLETE
65992025-02-01T00:52:05.542Z[ recovery-image] Feb 01 00:52:04.001 INFO O| Feb 01 00:52:04.001 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002025-02-01T00:52:05.558Z[ recovery-image] Feb 01 00:52:04.021 INFO O| Feb 01 00:52:04.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66012025-02-01T00:52:05.558Z[ recovery-image] Feb 01 00:52:04.021 INFO O| Feb 01 00:52:04.021 INFO STEP 713 (remove_files) COMPLETE
66022025-02-01T00:52:05.562Z[ recovery-image] Feb 01 00:52:04.021 INFO O| Feb 01 00:52:04.021 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032025-02-01T00:52:05.577Z[ recovery-image] Feb 01 00:52:04.040 INFO O| Feb 01 00:52:04.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66042025-02-01T00:52:05.577Z[ recovery-image] Feb 01 00:52:04.040 INFO O| Feb 01 00:52:04.040 INFO STEP 714 (remove_files) COMPLETE
66052025-02-01T00:52:05.577Z[ recovery-image] Feb 01 00:52:04.040 INFO O| Feb 01 00:52:04.040 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062025-02-01T00:52:05.599Z[ recovery-image] Feb 01 00:52:04.061 INFO O| Feb 01 00:52:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66072025-02-01T00:52:05.599Z[ recovery-image] Feb 01 00:52:04.061 INFO O| Feb 01 00:52:04.061 INFO STEP 715 (remove_files) COMPLETE
66082025-02-01T00:52:05.599Z[ recovery-image] Feb 01 00:52:04.061 INFO O| Feb 01 00:52:04.061 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092025-02-01T00:52:05.640Z[ recovery-image] Feb 01 00:52:04.102 INFO O| Feb 01 00:52:04.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66102025-02-01T00:52:05.640Z[ recovery-image] Feb 01 00:52:04.103 INFO O| Feb 01 00:52:04.102 INFO STEP 716 (remove_files) COMPLETE
66112025-02-01T00:52:05.642Z[ recovery-image] Feb 01 00:52:04.103 INFO O| Feb 01 00:52:04.103 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122025-02-01T00:52:05.660Z[ recovery-image] Feb 01 00:52:04.123 INFO O| Feb 01 00:52:04.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66132025-02-01T00:52:05.660Z[ recovery-image] Feb 01 00:52:04.123 INFO O| Feb 01 00:52:04.123 INFO STEP 717 (remove_files) COMPLETE
66142025-02-01T00:52:05.662Z[ recovery-image] Feb 01 00:52:04.123 INFO O| Feb 01 00:52:04.123 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152025-02-01T00:52:05.687Z[ recovery-image] Feb 01 00:52:04.150 INFO O| Feb 01 00:52:04.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66162025-02-01T00:52:05.687Z[ recovery-image] Feb 01 00:52:04.150 INFO O| Feb 01 00:52:04.150 INFO STEP 718 (remove_files) COMPLETE
66172025-02-01T00:52:05.687Z[ recovery-image] Feb 01 00:52:04.150 INFO O| Feb 01 00:52:04.150 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182025-02-01T00:52:05.720Z[ recovery-image] Feb 01 00:52:04.183 INFO O| Feb 01 00:52:04.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66192025-02-01T00:52:05.720Z[ recovery-image] Feb 01 00:52:04.183 INFO O| Feb 01 00:52:04.183 INFO STEP 719 (remove_files) COMPLETE
66202025-02-01T00:52:05.720Z[ recovery-image] Feb 01 00:52:04.183 INFO O| Feb 01 00:52:04.183 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212025-02-01T00:52:05.754Z[ recovery-image] Feb 01 00:52:04.216 INFO O| Feb 01 00:52:04.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66222025-02-01T00:52:05.754Z[ recovery-image] Feb 01 00:52:04.216 INFO O| Feb 01 00:52:04.216 INFO STEP 720 (remove_files) COMPLETE
66232025-02-01T00:52:05.754Z[ recovery-image] Feb 01 00:52:04.216 INFO O| Feb 01 00:52:04.216 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242025-02-01T00:52:05.773Z[ recovery-image] Feb 01 00:52:04.236 INFO O| Feb 01 00:52:04.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66252025-02-01T00:52:05.773Z[ recovery-image] Feb 01 00:52:04.236 INFO O| Feb 01 00:52:04.236 INFO STEP 721 (remove_files) COMPLETE
66262025-02-01T00:52:05.776Z[ recovery-image] Feb 01 00:52:04.236 INFO O| Feb 01 00:52:04.236 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272025-02-01T00:52:05.824Z[ recovery-image] Feb 01 00:52:04.287 INFO O| Feb 01 00:52:04.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66282025-02-01T00:52:05.824Z[ recovery-image] Feb 01 00:52:04.287 INFO O| Feb 01 00:52:04.287 INFO STEP 722 (remove_files) COMPLETE
66292025-02-01T00:52:05.824Z[ recovery-image] Feb 01 00:52:04.287 INFO O| Feb 01 00:52:04.287 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302025-02-01T00:52:05.890Z[ recovery-image] Feb 01 00:52:04.351 INFO O| Feb 01 00:52:04.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66312025-02-01T00:52:05.890Z[ recovery-image] Feb 01 00:52:04.351 INFO O| Feb 01 00:52:04.351 INFO STEP 723 (remove_files) COMPLETE
66322025-02-01T00:52:05.890Z[ recovery-image] Feb 01 00:52:04.351 INFO O| Feb 01 00:52:04.351 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332025-02-01T00:52:05.933Z[ recovery-image] Feb 01 00:52:04.395 INFO O| Feb 01 00:52:04.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66342025-02-01T00:52:05.933Z[ recovery-image] Feb 01 00:52:04.395 INFO O| Feb 01 00:52:04.395 INFO STEP 724 (remove_files) COMPLETE
66352025-02-01T00:52:05.933Z[ recovery-image] Feb 01 00:52:04.395 INFO O| Feb 01 00:52:04.395 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362025-02-01T00:52:05.990Z[ recovery-image] Feb 01 00:52:04.452 INFO O| Feb 01 00:52:04.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66372025-02-01T00:52:05.990Z[ recovery-image] Feb 01 00:52:04.452 INFO O| Feb 01 00:52:04.452 INFO STEP 725 (remove_files) COMPLETE
66382025-02-01T00:52:05.993Z[ recovery-image] Feb 01 00:52:04.453 INFO O| Feb 01 00:52:04.452 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392025-02-01T00:52:06.025Z[ recovery-image] Feb 01 00:52:04.487 INFO O| Feb 01 00:52:04.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66402025-02-01T00:52:06.025Z[ recovery-image] Feb 01 00:52:04.487 INFO O| Feb 01 00:52:04.487 INFO STEP 726 (remove_files) COMPLETE
66412025-02-01T00:52:06.025Z[ recovery-image] Feb 01 00:52:04.487 INFO O| Feb 01 00:52:04.487 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422025-02-01T00:52:06.045Z[ recovery-image] Feb 01 00:52:04.507 INFO O| Feb 01 00:52:04.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66432025-02-01T00:52:06.045Z[ recovery-image] Feb 01 00:52:04.507 INFO O| Feb 01 00:52:04.507 INFO STEP 727 (remove_files) COMPLETE
66442025-02-01T00:52:06.048Z[ recovery-image] Feb 01 00:52:04.507 INFO O| Feb 01 00:52:04.507 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452025-02-01T00:52:06.064Z[ recovery-image] Feb 01 00:52:04.527 INFO O| Feb 01 00:52:04.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66462025-02-01T00:52:06.074Z[ recovery-image] Feb 01 00:52:04.537 INFO O| Feb 01 00:52:04.537 INFO STEP 728 (remove_files) COMPLETE
66472025-02-01T00:52:06.074Z[ recovery-image] Feb 01 00:52:04.537 INFO O| Feb 01 00:52:04.537 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482025-02-01T00:52:06.095Z[ recovery-image] Feb 01 00:52:04.558 INFO O| Feb 01 00:52:04.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66492025-02-01T00:52:06.095Z[ recovery-image] Feb 01 00:52:04.558 INFO O| Feb 01 00:52:04.558 INFO STEP 729 (remove_files) COMPLETE
66502025-02-01T00:52:06.095Z[ recovery-image] Feb 01 00:52:04.558 INFO O| Feb 01 00:52:04.558 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512025-02-01T00:52:06.133Z[ recovery-image] Feb 01 00:52:04.596 INFO O| Feb 01 00:52:04.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66522025-02-01T00:52:06.133Z[ recovery-image] Feb 01 00:52:04.596 INFO O| Feb 01 00:52:04.596 INFO STEP 730 (remove_files) COMPLETE
66532025-02-01T00:52:06.133Z[ recovery-image] Feb 01 00:52:04.596 INFO O| Feb 01 00:52:04.596 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542025-02-01T00:52:06.199Z[ recovery-image] Feb 01 00:52:04.660 INFO O| Feb 01 00:52:04.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66552025-02-01T00:52:06.199Z[ recovery-image] Feb 01 00:52:04.661 INFO O| Feb 01 00:52:04.661 INFO STEP 731 (remove_files) COMPLETE
66562025-02-01T00:52:06.199Z[ recovery-image] Feb 01 00:52:04.661 INFO O| Feb 01 00:52:04.661 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572025-02-01T00:52:06.221Z[ recovery-image] Feb 01 00:52:04.682 INFO O| Feb 01 00:52:04.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66582025-02-01T00:52:06.224Z[ recovery-image] Feb 01 00:52:04.682 INFO O| Feb 01 00:52:04.682 INFO STEP 732 (remove_files) COMPLETE
66592025-02-01T00:52:06.224Z[ recovery-image] Feb 01 00:52:04.682 INFO O| Feb 01 00:52:04.682 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602025-02-01T00:52:06.238Z[ recovery-image] Feb 01 00:52:04.701 INFO O| Feb 01 00:52:04.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66612025-02-01T00:52:06.238Z[ recovery-image] Feb 01 00:52:04.701 INFO O| Feb 01 00:52:04.701 INFO STEP 733 (remove_files) COMPLETE
66622025-02-01T00:52:06.238Z[ recovery-image] Feb 01 00:52:04.701 INFO O| Feb 01 00:52:04.701 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632025-02-01T00:52:06.258Z[ recovery-image] Feb 01 00:52:04.721 INFO O| Feb 01 00:52:04.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66642025-02-01T00:52:06.260Z[ recovery-image] Feb 01 00:52:04.721 INFO O| Feb 01 00:52:04.721 INFO STEP 734 (remove_files) COMPLETE
66652025-02-01T00:52:06.260Z[ recovery-image] Feb 01 00:52:04.721 INFO O| Feb 01 00:52:04.721 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662025-02-01T00:52:06.280Z[ recovery-image] Feb 01 00:52:04.742 INFO O| Feb 01 00:52:04.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66672025-02-01T00:52:06.280Z[ recovery-image] Feb 01 00:52:04.742 INFO O| Feb 01 00:52:04.742 INFO STEP 735 (remove_files) COMPLETE
66682025-02-01T00:52:06.283Z[ recovery-image] Feb 01 00:52:04.742 INFO O| Feb 01 00:52:04.742 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692025-02-01T00:52:06.299Z[ recovery-image] Feb 01 00:52:04.762 INFO O| Feb 01 00:52:04.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66702025-02-01T00:52:06.302Z[ recovery-image] Feb 01 00:52:04.762 INFO O| Feb 01 00:52:04.762 INFO STEP 736 (remove_files) COMPLETE
66712025-02-01T00:52:06.302Z[ recovery-image] Feb 01 00:52:04.763 INFO O| Feb 01 00:52:04.762 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722025-02-01T00:52:06.319Z[ recovery-image] Feb 01 00:52:04.781 INFO O| Feb 01 00:52:04.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66732025-02-01T00:52:06.322Z[ recovery-image] Feb 01 00:52:04.781 INFO O| Feb 01 00:52:04.781 INFO STEP 737 (remove_files) COMPLETE
66742025-02-01T00:52:06.322Z[ recovery-image] Feb 01 00:52:04.781 INFO O| Feb 01 00:52:04.781 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752025-02-01T00:52:06.338Z[ recovery-image] Feb 01 00:52:04.801 INFO O| Feb 01 00:52:04.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66762025-02-01T00:52:06.341Z[ recovery-image] Feb 01 00:52:04.801 INFO O| Feb 01 00:52:04.801 INFO STEP 738 (remove_files) COMPLETE
66772025-02-01T00:52:06.341Z[ recovery-image] Feb 01 00:52:04.801 INFO O| Feb 01 00:52:04.801 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782025-02-01T00:52:06.359Z[ recovery-image] Feb 01 00:52:04.821 INFO O| Feb 01 00:52:04.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66792025-02-01T00:52:06.359Z[ recovery-image] Feb 01 00:52:04.821 INFO O| Feb 01 00:52:04.821 INFO STEP 739 (remove_files) COMPLETE
66802025-02-01T00:52:06.359Z[ recovery-image] Feb 01 00:52:04.821 INFO O| Feb 01 00:52:04.821 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812025-02-01T00:52:06.377Z[ recovery-image] Feb 01 00:52:04.839 INFO O| Feb 01 00:52:04.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66822025-02-01T00:52:06.379Z[ recovery-image] Feb 01 00:52:04.840 INFO O| Feb 01 00:52:04.840 INFO STEP 740 (remove_files) COMPLETE
66832025-02-01T00:52:06.380Z[ recovery-image] Feb 01 00:52:04.840 INFO O| Feb 01 00:52:04.840 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842025-02-01T00:52:06.395Z[ recovery-image] Feb 01 00:52:04.858 INFO O| Feb 01 00:52:04.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66852025-02-01T00:52:06.398Z[ recovery-image] Feb 01 00:52:04.858 INFO O| Feb 01 00:52:04.858 INFO STEP 741 (remove_files) COMPLETE
66862025-02-01T00:52:06.398Z[ recovery-image] Feb 01 00:52:04.859 INFO O| Feb 01 00:52:04.859 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872025-02-01T00:52:06.434Z[ recovery-image] Feb 01 00:52:04.897 INFO O| Feb 01 00:52:04.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66882025-02-01T00:52:06.434Z[ recovery-image] Feb 01 00:52:04.897 INFO O| Feb 01 00:52:04.897 INFO STEP 742 (remove_files) COMPLETE
66892025-02-01T00:52:06.434Z[ recovery-image] Feb 01 00:52:04.897 INFO O| Feb 01 00:52:04.897 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902025-02-01T00:52:06.476Z[ recovery-image] Feb 01 00:52:04.938 INFO O| Feb 01 00:52:04.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66912025-02-01T00:52:06.478Z[ recovery-image] Feb 01 00:52:04.939 INFO O| Feb 01 00:52:04.939 INFO STEP 743 (remove_files) COMPLETE
66922025-02-01T00:52:06.479Z[ recovery-image] Feb 01 00:52:04.939 INFO O| Feb 01 00:52:04.939 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932025-02-01T00:52:06.494Z[ recovery-image] Feb 01 00:52:04.956 INFO O| Feb 01 00:52:04.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66942025-02-01T00:52:06.519Z[ recovery-image] Feb 01 00:52:04.982 INFO O| Feb 01 00:52:04.982 INFO STEP 744 (remove_files) COMPLETE
66952025-02-01T00:52:06.519Z[ recovery-image] Feb 01 00:52:04.982 INFO O| Feb 01 00:52:04.982 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962025-02-01T00:52:06.579Z[ recovery-image] Feb 01 00:52:05.042 INFO O| Feb 01 00:52:05.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66972025-02-01T00:52:06.579Z[ recovery-image] Feb 01 00:52:05.042 INFO O| Feb 01 00:52:05.042 INFO STEP 745 (remove_files) COMPLETE
66982025-02-01T00:52:06.582Z[ recovery-image] Feb 01 00:52:05.042 INFO O| Feb 01 00:52:05.042 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992025-02-01T00:52:06.620Z[ recovery-image] Feb 01 00:52:05.083 INFO O| Feb 01 00:52:05.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67002025-02-01T00:52:06.620Z[ recovery-image] Feb 01 00:52:05.083 INFO O| Feb 01 00:52:05.083 INFO STEP 746 (remove_files) COMPLETE
67012025-02-01T00:52:06.623Z[ recovery-image] Feb 01 00:52:05.083 INFO O| Feb 01 00:52:05.083 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022025-02-01T00:52:06.644Z[ recovery-image] Feb 01 00:52:05.106 INFO O| Feb 01 00:52:05.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67032025-02-01T00:52:06.644Z[ recovery-image] Feb 01 00:52:05.106 INFO O| Feb 01 00:52:05.106 INFO STEP 747 (remove_files) COMPLETE
67042025-02-01T00:52:06.644Z[ recovery-image] Feb 01 00:52:05.106 INFO O| Feb 01 00:52:05.106 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052025-02-01T00:52:06.701Z[ recovery-image] Feb 01 00:52:05.164 INFO O| Feb 01 00:52:05.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67062025-02-01T00:52:06.701Z[ recovery-image] Feb 01 00:52:05.164 INFO O| Feb 01 00:52:05.164 INFO STEP 748 (remove_files) COMPLETE
67072025-02-01T00:52:06.704Z[ recovery-image] Feb 01 00:52:05.164 INFO O| Feb 01 00:52:05.164 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082025-02-01T00:52:06.724Z[ recovery-image] Feb 01 00:52:05.187 INFO O| Feb 01 00:52:05.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67092025-02-01T00:52:06.724Z[ recovery-image] Feb 01 00:52:05.187 INFO O| Feb 01 00:52:05.187 INFO STEP 749 (remove_files) COMPLETE
67102025-02-01T00:52:06.724Z[ recovery-image] Feb 01 00:52:05.187 INFO O| Feb 01 00:52:05.187 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112025-02-01T00:52:06.760Z[ recovery-image] Feb 01 00:52:05.222 INFO O| Feb 01 00:52:05.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67122025-02-01T00:52:06.760Z[ recovery-image] Feb 01 00:52:05.222 INFO O| Feb 01 00:52:05.222 INFO STEP 750 (remove_files) COMPLETE
67132025-02-01T00:52:06.760Z[ recovery-image] Feb 01 00:52:05.222 INFO O| Feb 01 00:52:05.222 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142025-02-01T00:52:06.780Z[ recovery-image] Feb 01 00:52:05.242 INFO O| Feb 01 00:52:05.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67152025-02-01T00:52:06.780Z[ recovery-image] Feb 01 00:52:05.242 INFO O| Feb 01 00:52:05.242 INFO STEP 751 (remove_files) COMPLETE
67162025-02-01T00:52:06.781Z[ recovery-image] Feb 01 00:52:05.242 INFO O| Feb 01 00:52:05.242 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172025-02-01T00:52:06.803Z[ recovery-image] Feb 01 00:52:05.265 INFO O| Feb 01 00:52:05.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67182025-02-01T00:52:06.826Z[ recovery-image] Feb 01 00:52:05.288 INFO O| Feb 01 00:52:05.288 INFO STEP 752 (remove_files) COMPLETE
67192025-02-01T00:52:06.826Z[ recovery-image] Feb 01 00:52:05.288 INFO O| Feb 01 00:52:05.288 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202025-02-01T00:52:06.862Z[ recovery-image] Feb 01 00:52:05.325 INFO O| Feb 01 00:52:05.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67212025-02-01T00:52:06.865Z[ recovery-image] Feb 01 00:52:05.325 INFO O| Feb 01 00:52:05.325 INFO STEP 753 (remove_files) COMPLETE
67222025-02-01T00:52:06.865Z[ recovery-image] Feb 01 00:52:05.325 INFO O| Feb 01 00:52:05.325 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232025-02-01T00:52:06.909Z[ recovery-image] Feb 01 00:52:05.372 INFO O| Feb 01 00:52:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67242025-02-01T00:52:06.912Z[ recovery-image] Feb 01 00:52:05.372 INFO O| Feb 01 00:52:05.372 INFO STEP 754 (remove_files) COMPLETE
67252025-02-01T00:52:06.912Z[ recovery-image] Feb 01 00:52:05.372 INFO O| Feb 01 00:52:05.372 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262025-02-01T00:52:06.930Z[ recovery-image] Feb 01 00:52:05.392 INFO O| Feb 01 00:52:05.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67272025-02-01T00:52:06.932Z[ recovery-image] Feb 01 00:52:05.393 INFO O| Feb 01 00:52:05.393 INFO STEP 755 (remove_files) COMPLETE
67282025-02-01T00:52:06.932Z[ recovery-image] Feb 01 00:52:05.393 INFO O| Feb 01 00:52:05.393 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292025-02-01T00:52:06.951Z[ recovery-image] Feb 01 00:52:05.414 INFO O| Feb 01 00:52:05.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67302025-02-01T00:52:06.954Z[ recovery-image] Feb 01 00:52:05.414 INFO O| Feb 01 00:52:05.414 INFO STEP 756 (remove_files) COMPLETE
67312025-02-01T00:52:06.954Z[ recovery-image] Feb 01 00:52:05.414 INFO O| Feb 01 00:52:05.414 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322025-02-01T00:52:06.990Z[ recovery-image] Feb 01 00:52:05.452 INFO O| Feb 01 00:52:05.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67332025-02-01T00:52:06.990Z[ recovery-image] Feb 01 00:52:05.452 INFO O| Feb 01 00:52:05.452 INFO STEP 757 (remove_files) COMPLETE
67342025-02-01T00:52:06.990Z[ recovery-image] Feb 01 00:52:05.452 INFO O| Feb 01 00:52:05.452 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352025-02-01T00:52:07.011Z[ recovery-image] Feb 01 00:52:05.474 INFO O| Feb 01 00:52:05.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67362025-02-01T00:52:07.011Z[ recovery-image] Feb 01 00:52:05.474 INFO O| Feb 01 00:52:05.474 INFO STEP 758 (remove_files) COMPLETE
67372025-02-01T00:52:07.014Z[ recovery-image] Feb 01 00:52:05.474 INFO O| Feb 01 00:52:05.474 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382025-02-01T00:52:07.049Z[ recovery-image] Feb 01 00:52:05.512 INFO O| Feb 01 00:52:05.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67392025-02-01T00:52:07.049Z[ recovery-image] Feb 01 00:52:05.512 INFO O| Feb 01 00:52:05.512 INFO STEP 759 (remove_files) COMPLETE
67402025-02-01T00:52:07.052Z[ recovery-image] Feb 01 00:52:05.512 INFO O| Feb 01 00:52:05.512 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412025-02-01T00:52:07.083Z[ recovery-image] Feb 01 00:52:05.546 INFO O| Feb 01 00:52:05.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67422025-02-01T00:52:07.083Z[ recovery-image] Feb 01 00:52:05.546 INFO O| Feb 01 00:52:05.546 INFO STEP 760 (remove_files) COMPLETE
67432025-02-01T00:52:07.083Z[ recovery-image] Feb 01 00:52:05.546 INFO O| Feb 01 00:52:05.546 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442025-02-01T00:52:07.142Z[ recovery-image] Feb 01 00:52:05.605 INFO O| Feb 01 00:52:05.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67452025-02-01T00:52:07.142Z[ recovery-image] Feb 01 00:52:05.605 INFO O| Feb 01 00:52:05.605 INFO STEP 761 (remove_files) COMPLETE
67462025-02-01T00:52:07.142Z[ recovery-image] Feb 01 00:52:05.605 INFO O| Feb 01 00:52:05.605 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472025-02-01T00:52:07.163Z[ recovery-image] Feb 01 00:52:05.625 INFO O| Feb 01 00:52:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67482025-02-01T00:52:07.179Z[ recovery-image] Feb 01 00:52:05.642 INFO O| Feb 01 00:52:05.642 INFO STEP 762 (remove_files) COMPLETE
67492025-02-01T00:52:07.179Z[ recovery-image] Feb 01 00:52:05.642 INFO O| Feb 01 00:52:05.642 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502025-02-01T00:52:07.235Z[ recovery-image] Feb 01 00:52:05.698 INFO O| Feb 01 00:52:05.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67512025-02-01T00:52:07.236Z[ recovery-image] Feb 01 00:52:05.698 INFO O| Feb 01 00:52:05.698 INFO STEP 763 (remove_files) COMPLETE
67522025-02-01T00:52:07.236Z[ recovery-image] Feb 01 00:52:05.698 INFO O| Feb 01 00:52:05.698 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532025-02-01T00:52:07.258Z[ recovery-image] Feb 01 00:52:05.720 INFO O| Feb 01 00:52:05.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67542025-02-01T00:52:07.258Z[ recovery-image] Feb 01 00:52:05.720 INFO O| Feb 01 00:52:05.720 INFO STEP 764 (remove_files) COMPLETE
67552025-02-01T00:52:07.258Z[ recovery-image] Feb 01 00:52:05.720 INFO O| Feb 01 00:52:05.720 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562025-02-01T00:52:07.297Z[ recovery-image] Feb 01 00:52:05.758 INFO O| Feb 01 00:52:05.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67572025-02-01T00:52:07.297Z[ recovery-image] Feb 01 00:52:05.758 INFO O| Feb 01 00:52:05.758 INFO STEP 765 (remove_files) COMPLETE
67582025-02-01T00:52:07.297Z[ recovery-image] Feb 01 00:52:05.758 INFO O| Feb 01 00:52:05.758 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592025-02-01T00:52:07.315Z[ recovery-image] Feb 01 00:52:05.777 INFO O| Feb 01 00:52:05.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67602025-02-01T00:52:07.315Z[ recovery-image] Feb 01 00:52:05.777 INFO O| Feb 01 00:52:05.777 INFO STEP 766 (remove_files) COMPLETE
67612025-02-01T00:52:07.315Z[ recovery-image] Feb 01 00:52:05.777 INFO O| Feb 01 00:52:05.777 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622025-02-01T00:52:07.335Z[ recovery-image] Feb 01 00:52:05.798 INFO O| Feb 01 00:52:05.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67632025-02-01T00:52:07.335Z[ recovery-image] Feb 01 00:52:05.798 INFO O| Feb 01 00:52:05.798 INFO STEP 767 (remove_files) COMPLETE
67642025-02-01T00:52:07.335Z[ recovery-image] Feb 01 00:52:05.798 INFO O| Feb 01 00:52:05.798 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652025-02-01T00:52:07.354Z[ recovery-image] Feb 01 00:52:05.816 INFO O| Feb 01 00:52:05.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67662025-02-01T00:52:07.354Z[ recovery-image] Feb 01 00:52:05.816 INFO O| Feb 01 00:52:05.816 INFO STEP 768 (remove_files) COMPLETE
67672025-02-01T00:52:07.356Z[ recovery-image] Feb 01 00:52:05.816 INFO O| Feb 01 00:52:05.816 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682025-02-01T00:52:07.380Z[ recovery-image] Feb 01 00:52:05.842 INFO O| Feb 01 00:52:05.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67692025-02-01T00:52:07.382Z[ recovery-image] Feb 01 00:52:05.842 INFO O| Feb 01 00:52:05.842 INFO STEP 769 (remove_files) COMPLETE
67702025-02-01T00:52:07.382Z[ recovery-image] Feb 01 00:52:05.843 INFO O| Feb 01 00:52:05.842 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712025-02-01T00:52:07.398Z[ recovery-image] Feb 01 00:52:05.861 INFO O| Feb 01 00:52:05.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67722025-02-01T00:52:07.401Z[ recovery-image] Feb 01 00:52:05.861 INFO O| Feb 01 00:52:05.861 INFO STEP 770 (remove_files) COMPLETE
67732025-02-01T00:52:07.401Z[ recovery-image] Feb 01 00:52:05.861 INFO O| Feb 01 00:52:05.861 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742025-02-01T00:52:07.416Z[ recovery-image] Feb 01 00:52:05.878 INFO O| Feb 01 00:52:05.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67752025-02-01T00:52:07.418Z[ recovery-image] Feb 01 00:52:05.878 INFO O| Feb 01 00:52:05.878 INFO STEP 771 (remove_files) COMPLETE
67762025-02-01T00:52:07.418Z[ recovery-image] Feb 01 00:52:05.878 INFO O| Feb 01 00:52:05.878 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772025-02-01T00:52:07.433Z[ recovery-image] Feb 01 00:52:05.895 INFO O| Feb 01 00:52:05.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67782025-02-01T00:52:07.435Z[ recovery-image] Feb 01 00:52:05.896 INFO O| Feb 01 00:52:05.896 INFO STEP 772 (remove_files) COMPLETE
67792025-02-01T00:52:07.435Z[ recovery-image] Feb 01 00:52:05.896 INFO O| Feb 01 00:52:05.896 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802025-02-01T00:52:07.469Z[ recovery-image] Feb 01 00:52:05.932 INFO O| Feb 01 00:52:05.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67812025-02-01T00:52:07.469Z[ recovery-image] Feb 01 00:52:05.932 INFO O| Feb 01 00:52:05.932 INFO STEP 773 (remove_files) COMPLETE
67822025-02-01T00:52:07.469Z[ recovery-image] Feb 01 00:52:05.932 INFO O| Feb 01 00:52:05.932 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832025-02-01T00:52:07.502Z[ recovery-image] Feb 01 00:52:05.964 INFO O| Feb 01 00:52:05.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67842025-02-01T00:52:07.502Z[ recovery-image] Feb 01 00:52:05.964 INFO O| Feb 01 00:52:05.964 INFO STEP 774 (remove_files) COMPLETE
67852025-02-01T00:52:07.504Z[ recovery-image] Feb 01 00:52:05.964 INFO O| Feb 01 00:52:05.964 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862025-02-01T00:52:07.557Z[ recovery-image] Feb 01 00:52:06.020 INFO O| Feb 01 00:52:06.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67872025-02-01T00:52:07.561Z[ recovery-image] Feb 01 00:52:06.020 INFO O| Feb 01 00:52:06.020 INFO STEP 775 (remove_files) COMPLETE
67882025-02-01T00:52:07.561Z[ recovery-image] Feb 01 00:52:06.020 INFO O| Feb 01 00:52:06.020 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892025-02-01T00:52:07.600Z[ recovery-image] Feb 01 00:52:06.063 INFO O| Feb 01 00:52:06.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67902025-02-01T00:52:07.604Z[ recovery-image] Feb 01 00:52:06.063 INFO O| Feb 01 00:52:06.063 INFO STEP 776 (remove_files) COMPLETE
67912025-02-01T00:52:07.604Z[ recovery-image] Feb 01 00:52:06.063 INFO O| Feb 01 00:52:06.063 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922025-02-01T00:52:07.623Z[ recovery-image] Feb 01 00:52:06.085 INFO O| Feb 01 00:52:06.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67932025-02-01T00:52:07.623Z[ recovery-image] Feb 01 00:52:06.085 INFO O| Feb 01 00:52:06.085 INFO STEP 777 (remove_files) COMPLETE
67942025-02-01T00:52:07.625Z[ recovery-image] Feb 01 00:52:06.085 INFO O| Feb 01 00:52:06.085 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952025-02-01T00:52:07.651Z[ recovery-image] Feb 01 00:52:06.106 INFO O| Feb 01 00:52:06.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67962025-02-01T00:52:07.651Z[ recovery-image] Feb 01 00:52:06.106 INFO O| Feb 01 00:52:06.106 INFO STEP 778 (remove_files) COMPLETE
67972025-02-01T00:52:07.663Z[ recovery-image] Feb 01 00:52:06.106 INFO O| Feb 01 00:52:06.106 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982025-02-01T00:52:07.666Z[ recovery-image] Feb 01 00:52:06.126 INFO O| Feb 01 00:52:06.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67992025-02-01T00:52:07.666Z[ recovery-image] Feb 01 00:52:06.126 INFO O| Feb 01 00:52:06.126 INFO STEP 779 (remove_files) COMPLETE
68002025-02-01T00:52:07.666Z[ recovery-image] Feb 01 00:52:06.126 INFO O| Feb 01 00:52:06.126 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012025-02-01T00:52:07.695Z[ recovery-image] Feb 01 00:52:06.157 INFO O| Feb 01 00:52:06.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68022025-02-01T00:52:07.695Z[ recovery-image] Feb 01 00:52:06.157 INFO O| Feb 01 00:52:06.157 INFO STEP 780 (remove_files) COMPLETE
68032025-02-01T00:52:07.695Z[ recovery-image] Feb 01 00:52:06.157 INFO O| Feb 01 00:52:06.157 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042025-02-01T00:52:07.753Z[ recovery-image] Feb 01 00:52:06.215 INFO O| Feb 01 00:52:06.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68052025-02-01T00:52:07.756Z[ recovery-image] Feb 01 00:52:06.216 INFO O| Feb 01 00:52:06.216 INFO STEP 781 (remove_files) COMPLETE
68062025-02-01T00:52:07.756Z[ recovery-image] Feb 01 00:52:06.216 INFO O| Feb 01 00:52:06.216 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072025-02-01T00:52:07.795Z[ recovery-image] Feb 01 00:52:06.247 INFO O| Feb 01 00:52:06.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68082025-02-01T00:52:07.795Z[ recovery-image] Feb 01 00:52:06.247 INFO O| Feb 01 00:52:06.247 INFO STEP 782 (remove_files) COMPLETE
68092025-02-01T00:52:07.795Z[ recovery-image] Feb 01 00:52:06.247 INFO O| Feb 01 00:52:06.247 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102025-02-01T00:52:07.824Z[ recovery-image] Feb 01 00:52:06.287 INFO O| Feb 01 00:52:06.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68112025-02-01T00:52:07.827Z[ recovery-image] Feb 01 00:52:06.287 INFO O| Feb 01 00:52:06.287 INFO STEP 783 (remove_files) COMPLETE
68122025-02-01T00:52:07.827Z[ recovery-image] Feb 01 00:52:06.287 INFO O| Feb 01 00:52:06.287 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132025-02-01T00:52:07.846Z[ recovery-image] Feb 01 00:52:06.307 INFO O| Feb 01 00:52:06.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68142025-02-01T00:52:07.851Z[ recovery-image] Feb 01 00:52:06.307 INFO O| Feb 01 00:52:06.307 INFO STEP 784 (remove_files) COMPLETE
68152025-02-01T00:52:07.851Z[ recovery-image] Feb 01 00:52:06.307 INFO O| Feb 01 00:52:06.307 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162025-02-01T00:52:07.865Z[ recovery-image] Feb 01 00:52:06.327 INFO O| Feb 01 00:52:06.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68172025-02-01T00:52:07.869Z[ recovery-image] Feb 01 00:52:06.327 INFO O| Feb 01 00:52:06.327 INFO STEP 785 (remove_files) COMPLETE
68182025-02-01T00:52:07.869Z[ recovery-image] Feb 01 00:52:06.328 INFO O| Feb 01 00:52:06.328 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192025-02-01T00:52:07.894Z[ recovery-image] Feb 01 00:52:06.356 INFO O| Feb 01 00:52:06.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68202025-02-01T00:52:07.897Z[ recovery-image] Feb 01 00:52:06.357 INFO O| Feb 01 00:52:06.356 INFO STEP 786 (remove_files) COMPLETE
68212025-02-01T00:52:07.897Z[ recovery-image] Feb 01 00:52:06.357 INFO O| Feb 01 00:52:06.357 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222025-02-01T00:52:07.914Z[ recovery-image] Feb 01 00:52:06.376 INFO O| Feb 01 00:52:06.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68232025-02-01T00:52:07.917Z[ recovery-image] Feb 01 00:52:06.377 INFO O| Feb 01 00:52:06.377 INFO STEP 787 (remove_files) COMPLETE
68242025-02-01T00:52:07.917Z[ recovery-image] Feb 01 00:52:06.377 INFO O| Feb 01 00:52:06.377 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252025-02-01T00:52:07.952Z[ recovery-image] Feb 01 00:52:06.413 INFO O| Feb 01 00:52:06.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68262025-02-01T00:52:07.955Z[ recovery-image] Feb 01 00:52:06.414 INFO O| Feb 01 00:52:06.413 INFO STEP 788 (remove_files) COMPLETE
68272025-02-01T00:52:07.955Z[ recovery-image] Feb 01 00:52:06.414 INFO O| Feb 01 00:52:06.414 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282025-02-01T00:52:07.982Z[ recovery-image] Feb 01 00:52:06.444 INFO O| Feb 01 00:52:06.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68292025-02-01T00:52:07.982Z[ recovery-image] Feb 01 00:52:06.444 INFO O| Feb 01 00:52:06.444 INFO STEP 789 (remove_files) COMPLETE
68302025-02-01T00:52:07.982Z[ recovery-image] Feb 01 00:52:06.444 INFO O| Feb 01 00:52:06.444 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312025-02-01T00:52:08.004Z[ recovery-image] Feb 01 00:52:06.466 INFO O| Feb 01 00:52:06.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68322025-02-01T00:52:08.004Z[ recovery-image] Feb 01 00:52:06.467 INFO O| Feb 01 00:52:06.466 INFO STEP 790 (remove_files) COMPLETE
68332025-02-01T00:52:08.004Z[ recovery-image] Feb 01 00:52:06.467 INFO O| Feb 01 00:52:06.466 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342025-02-01T00:52:08.023Z[ recovery-image] Feb 01 00:52:06.485 INFO O| Feb 01 00:52:06.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68352025-02-01T00:52:08.023Z[ recovery-image] Feb 01 00:52:06.485 INFO O| Feb 01 00:52:06.485 INFO STEP 791 (remove_files) COMPLETE
68362025-02-01T00:52:08.026Z[ recovery-image] Feb 01 00:52:06.485 INFO O| Feb 01 00:52:06.485 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372025-02-01T00:52:08.060Z[ recovery-image] Feb 01 00:52:06.523 INFO O| Feb 01 00:52:06.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68382025-02-01T00:52:08.060Z[ recovery-image] Feb 01 00:52:06.523 INFO O| Feb 01 00:52:06.523 INFO STEP 792 (remove_files) COMPLETE
68392025-02-01T00:52:08.063Z[ recovery-image] Feb 01 00:52:06.523 INFO O| Feb 01 00:52:06.523 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402025-02-01T00:52:08.116Z[ recovery-image] Feb 01 00:52:06.579 INFO O| Feb 01 00:52:06.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68412025-02-01T00:52:08.116Z[ recovery-image] Feb 01 00:52:06.579 INFO O| Feb 01 00:52:06.579 INFO STEP 793 (remove_files) COMPLETE
68422025-02-01T00:52:08.116Z[ recovery-image] Feb 01 00:52:06.579 INFO O| Feb 01 00:52:06.579 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432025-02-01T00:52:08.158Z[ recovery-image] Feb 01 00:52:06.620 INFO O| Feb 01 00:52:06.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68442025-02-01T00:52:08.158Z[ recovery-image] Feb 01 00:52:06.620 INFO O| Feb 01 00:52:06.620 INFO STEP 794 (remove_files) COMPLETE
68452025-02-01T00:52:08.158Z[ recovery-image] Feb 01 00:52:06.620 INFO O| Feb 01 00:52:06.620 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462025-02-01T00:52:08.190Z[ recovery-image] Feb 01 00:52:06.653 INFO O| Feb 01 00:52:06.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68472025-02-01T00:52:08.190Z[ recovery-image] Feb 01 00:52:06.653 INFO O| Feb 01 00:52:06.653 INFO STEP 795 (remove_files) COMPLETE
68482025-02-01T00:52:08.190Z[ recovery-image] Feb 01 00:52:06.653 INFO O| Feb 01 00:52:06.653 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492025-02-01T00:52:08.249Z[ recovery-image] Feb 01 00:52:06.711 INFO O| Feb 01 00:52:06.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68502025-02-01T00:52:08.249Z[ recovery-image] Feb 01 00:52:06.712 INFO O| Feb 01 00:52:06.711 INFO STEP 796 (remove_files) COMPLETE
68512025-02-01T00:52:08.249Z[ recovery-image] Feb 01 00:52:06.712 INFO O| Feb 01 00:52:06.712 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522025-02-01T00:52:08.269Z[ recovery-image] Feb 01 00:52:06.731 INFO O| Feb 01 00:52:06.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68532025-02-01T00:52:08.269Z[ recovery-image] Feb 01 00:52:06.731 INFO O| Feb 01 00:52:06.731 INFO STEP 797 (remove_files) COMPLETE
68542025-02-01T00:52:08.269Z[ recovery-image] Feb 01 00:52:06.731 INFO O| Feb 01 00:52:06.731 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552025-02-01T00:52:08.289Z[ recovery-image] Feb 01 00:52:06.752 INFO O| Feb 01 00:52:06.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68562025-02-01T00:52:08.289Z[ recovery-image] Feb 01 00:52:06.752 INFO O| Feb 01 00:52:06.752 INFO STEP 798 (remove_files) COMPLETE
68572025-02-01T00:52:08.289Z[ recovery-image] Feb 01 00:52:06.752 INFO O| Feb 01 00:52:06.752 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582025-02-01T00:52:08.310Z[ recovery-image] Feb 01 00:52:06.771 INFO O| Feb 01 00:52:06.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68592025-02-01T00:52:08.310Z[ recovery-image] Feb 01 00:52:06.771 INFO O| Feb 01 00:52:06.771 INFO STEP 799 (remove_files) COMPLETE
68602025-02-01T00:52:08.310Z[ recovery-image] Feb 01 00:52:06.771 INFO O| Feb 01 00:52:06.771 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612025-02-01T00:52:08.351Z[ recovery-image] Feb 01 00:52:06.814 INFO O| Feb 01 00:52:06.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68622025-02-01T00:52:08.351Z[ recovery-image] Feb 01 00:52:06.814 INFO O| Feb 01 00:52:06.814 INFO STEP 800 (remove_files) COMPLETE
68632025-02-01T00:52:08.351Z[ recovery-image] Feb 01 00:52:06.814 INFO O| Feb 01 00:52:06.814 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642025-02-01T00:52:08.372Z[ recovery-image] Feb 01 00:52:06.834 INFO O| Feb 01 00:52:06.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68652025-02-01T00:52:08.372Z[ recovery-image] Feb 01 00:52:06.834 INFO O| Feb 01 00:52:06.834 INFO STEP 801 (remove_files) COMPLETE
68662025-02-01T00:52:08.375Z[ recovery-image] Feb 01 00:52:06.834 INFO O| Feb 01 00:52:06.834 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672025-02-01T00:52:08.391Z[ recovery-image] Feb 01 00:52:06.854 INFO O| Feb 01 00:52:06.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68682025-02-01T00:52:08.392Z[ recovery-image] Feb 01 00:52:06.854 INFO O| Feb 01 00:52:06.854 INFO STEP 802 (remove_files) COMPLETE
68692025-02-01T00:52:08.395Z[ recovery-image] Feb 01 00:52:06.854 INFO O| Feb 01 00:52:06.854 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702025-02-01T00:52:08.434Z[ recovery-image] Feb 01 00:52:06.897 INFO O| Feb 01 00:52:06.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68712025-02-01T00:52:08.437Z[ recovery-image] Feb 01 00:52:06.897 INFO O| Feb 01 00:52:06.897 INFO STEP 803 (remove_files) COMPLETE
68722025-02-01T00:52:08.437Z[ recovery-image] Feb 01 00:52:06.897 INFO O| Feb 01 00:52:06.897 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732025-02-01T00:52:08.455Z[ recovery-image] Feb 01 00:52:06.917 INFO O| Feb 01 00:52:06.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68742025-02-01T00:52:08.458Z[ recovery-image] Feb 01 00:52:06.918 INFO O| Feb 01 00:52:06.917 INFO STEP 804 (remove_files) COMPLETE
68752025-02-01T00:52:08.458Z[ recovery-image] Feb 01 00:52:06.918 INFO O| Feb 01 00:52:06.918 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762025-02-01T00:52:08.495Z[ recovery-image] Feb 01 00:52:06.957 INFO O| Feb 01 00:52:06.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68772025-02-01T00:52:08.495Z[ recovery-image] Feb 01 00:52:06.957 INFO O| Feb 01 00:52:06.957 INFO STEP 805 (remove_files) COMPLETE
68782025-02-01T00:52:08.498Z[ recovery-image] Feb 01 00:52:06.957 INFO O| Feb 01 00:52:06.957 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792025-02-01T00:52:08.534Z[ recovery-image] Feb 01 00:52:06.997 INFO O| Feb 01 00:52:06.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68802025-02-01T00:52:08.534Z[ recovery-image] Feb 01 00:52:06.997 INFO O| Feb 01 00:52:06.997 INFO STEP 806 (remove_files) COMPLETE
68812025-02-01T00:52:08.537Z[ recovery-image] Feb 01 00:52:06.997 INFO O| Feb 01 00:52:06.997 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822025-02-01T00:52:08.596Z[ recovery-image] Feb 01 00:52:07.058 INFO O| Feb 01 00:52:07.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68832025-02-01T00:52:08.599Z[ recovery-image] Feb 01 00:52:07.059 INFO O| Feb 01 00:52:07.059 INFO STEP 807 (remove_files) COMPLETE
68842025-02-01T00:52:08.599Z[ recovery-image] Feb 01 00:52:07.059 INFO O| Feb 01 00:52:07.059 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852025-02-01T00:52:08.620Z[ recovery-image] Feb 01 00:52:07.082 INFO O| Feb 01 00:52:07.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68862025-02-01T00:52:08.620Z[ recovery-image] Feb 01 00:52:07.082 INFO O| Feb 01 00:52:07.080 INFO STEP 808 (remove_files) COMPLETE
68872025-02-01T00:52:08.623Z[ recovery-image] Feb 01 00:52:07.082 INFO O| Feb 01 00:52:07.080 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882025-02-01T00:52:08.636Z[ recovery-image] Feb 01 00:52:07.098 INFO O| Feb 01 00:52:07.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68892025-02-01T00:52:08.636Z[ recovery-image] Feb 01 00:52:07.098 INFO O| Feb 01 00:52:07.098 INFO STEP 809 (remove_files) COMPLETE
68902025-02-01T00:52:08.639Z[ recovery-image] Feb 01 00:52:07.099 INFO O| Feb 01 00:52:07.099 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912025-02-01T00:52:08.657Z[ recovery-image] Feb 01 00:52:07.119 INFO O| Feb 01 00:52:07.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68922025-02-01T00:52:08.657Z[ recovery-image] Feb 01 00:52:07.119 INFO O| Feb 01 00:52:07.119 INFO STEP 810 (remove_files) COMPLETE
68932025-02-01T00:52:08.657Z[ recovery-image] Feb 01 00:52:07.119 INFO O| Feb 01 00:52:07.119 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942025-02-01T00:52:08.679Z[ recovery-image] Feb 01 00:52:07.141 INFO O| Feb 01 00:52:07.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68952025-02-01T00:52:08.679Z[ recovery-image] Feb 01 00:52:07.141 INFO O| Feb 01 00:52:07.141 INFO STEP 811 (remove_files) COMPLETE
68962025-02-01T00:52:08.679Z[ recovery-image] Feb 01 00:52:07.141 INFO O| Feb 01 00:52:07.141 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972025-02-01T00:52:08.710Z[ recovery-image] Feb 01 00:52:07.171 INFO O| Feb 01 00:52:07.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68982025-02-01T00:52:08.710Z[ recovery-image] Feb 01 00:52:07.171 INFO O| Feb 01 00:52:07.171 INFO STEP 812 (remove_files) COMPLETE
68992025-02-01T00:52:08.710Z[ recovery-image] Feb 01 00:52:07.171 INFO O| Feb 01 00:52:07.171 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002025-02-01T00:52:08.752Z[ recovery-image] Feb 01 00:52:07.214 INFO O| Feb 01 00:52:07.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69012025-02-01T00:52:08.755Z[ recovery-image] Feb 01 00:52:07.215 INFO O| Feb 01 00:52:07.215 INFO STEP 813 (remove_files) COMPLETE
69022025-02-01T00:52:08.755Z[ recovery-image] Feb 01 00:52:07.215 INFO O| Feb 01 00:52:07.215 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032025-02-01T00:52:08.771Z[ recovery-image] Feb 01 00:52:07.233 INFO O| Feb 01 00:52:07.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69042025-02-01T00:52:08.773Z[ recovery-image] Feb 01 00:52:07.233 INFO O| Feb 01 00:52:07.233 INFO STEP 814 (remove_files) COMPLETE
69052025-02-01T00:52:08.773Z[ recovery-image] Feb 01 00:52:07.233 INFO O| Feb 01 00:52:07.233 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062025-02-01T00:52:08.809Z[ recovery-image] Feb 01 00:52:07.271 INFO O| Feb 01 00:52:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69072025-02-01T00:52:08.811Z[ recovery-image] Feb 01 00:52:07.271 INFO O| Feb 01 00:52:07.271 INFO STEP 815 (remove_files) COMPLETE
69082025-02-01T00:52:08.811Z[ recovery-image] Feb 01 00:52:07.271 INFO O| Feb 01 00:52:07.271 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092025-02-01T00:52:08.830Z[ recovery-image] Feb 01 00:52:07.292 INFO O| Feb 01 00:52:07.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69102025-02-01T00:52:08.833Z[ recovery-image] Feb 01 00:52:07.293 INFO O| Feb 01 00:52:07.293 INFO STEP 816 (remove_files) COMPLETE
69112025-02-01T00:52:08.833Z[ recovery-image] Feb 01 00:52:07.293 INFO O| Feb 01 00:52:07.293 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122025-02-01T00:52:08.851Z[ recovery-image] Feb 01 00:52:07.313 INFO O| Feb 01 00:52:07.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69132025-02-01T00:52:08.851Z[ recovery-image] Feb 01 00:52:07.313 INFO O| Feb 01 00:52:07.313 INFO STEP 817 (remove_files) COMPLETE
69142025-02-01T00:52:08.854Z[ recovery-image] Feb 01 00:52:07.313 INFO O| Feb 01 00:52:07.313 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152025-02-01T00:52:08.886Z[ recovery-image] Feb 01 00:52:07.348 INFO O| Feb 01 00:52:07.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69162025-02-01T00:52:08.886Z[ recovery-image] Feb 01 00:52:07.348 INFO O| Feb 01 00:52:07.348 INFO STEP 818 (remove_files) COMPLETE
69172025-02-01T00:52:08.886Z[ recovery-image] Feb 01 00:52:07.348 INFO O| Feb 01 00:52:07.348 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182025-02-01T00:52:08.915Z[ recovery-image] Feb 01 00:52:07.377 INFO O| Feb 01 00:52:07.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69192025-02-01T00:52:08.918Z[ recovery-image] Feb 01 00:52:07.377 INFO O| Feb 01 00:52:07.377 INFO STEP 819 (remove_files) COMPLETE
69202025-02-01T00:52:08.918Z[ recovery-image] Feb 01 00:52:07.378 INFO O| Feb 01 00:52:07.378 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212025-02-01T00:52:08.936Z[ recovery-image] Feb 01 00:52:07.399 INFO O| Feb 01 00:52:07.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69222025-02-01T00:52:08.936Z[ recovery-image] Feb 01 00:52:07.399 INFO O| Feb 01 00:52:07.399 INFO STEP 820 (remove_files) COMPLETE
69232025-02-01T00:52:08.939Z[ recovery-image] Feb 01 00:52:07.399 INFO O| Feb 01 00:52:07.399 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242025-02-01T00:52:08.957Z[ recovery-image] Feb 01 00:52:07.419 INFO O| Feb 01 00:52:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69252025-02-01T00:52:08.957Z[ recovery-image] Feb 01 00:52:07.419 INFO O| Feb 01 00:52:07.419 INFO STEP 821 (remove_files) COMPLETE
69262025-02-01T00:52:08.960Z[ recovery-image] Feb 01 00:52:07.419 INFO O| Feb 01 00:52:07.419 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272025-02-01T00:52:08.976Z[ recovery-image] Feb 01 00:52:07.438 INFO O| Feb 01 00:52:07.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69282025-02-01T00:52:08.976Z[ recovery-image] Feb 01 00:52:07.438 INFO O| Feb 01 00:52:07.438 INFO STEP 822 (remove_files) COMPLETE
69292025-02-01T00:52:08.979Z[ recovery-image] Feb 01 00:52:07.438 INFO O| Feb 01 00:52:07.438 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302025-02-01T00:52:08.995Z[ recovery-image] Feb 01 00:52:07.457 INFO O| Feb 01 00:52:07.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69312025-02-01T00:52:08.999Z[ recovery-image] Feb 01 00:52:07.457 INFO O| Feb 01 00:52:07.457 INFO STEP 823 (remove_files) COMPLETE
69322025-02-01T00:52:08.999Z[ recovery-image] Feb 01 00:52:07.457 INFO O| Feb 01 00:52:07.457 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332025-02-01T00:52:09.028Z[ recovery-image] Feb 01 00:52:07.490 INFO O| Feb 01 00:52:07.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69342025-02-01T00:52:09.028Z[ recovery-image] Feb 01 00:52:07.491 INFO O| Feb 01 00:52:07.491 INFO STEP 824 (remove_files) COMPLETE
69352025-02-01T00:52:09.031Z[ recovery-image] Feb 01 00:52:07.491 INFO O| Feb 01 00:52:07.491 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362025-02-01T00:52:09.047Z[ recovery-image] Feb 01 00:52:07.509 INFO O| Feb 01 00:52:07.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69372025-02-01T00:52:09.047Z[ recovery-image] Feb 01 00:52:07.509 INFO O| Feb 01 00:52:07.509 INFO STEP 825 (remove_files) COMPLETE
69382025-02-01T00:52:09.050Z[ recovery-image] Feb 01 00:52:07.509 INFO O| Feb 01 00:52:07.509 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392025-02-01T00:52:09.065Z[ recovery-image] Feb 01 00:52:07.527 INFO O| Feb 01 00:52:07.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69402025-02-01T00:52:09.065Z[ recovery-image] Feb 01 00:52:07.527 INFO O| Feb 01 00:52:07.527 INFO STEP 826 (remove_files) COMPLETE
69412025-02-01T00:52:09.068Z[ recovery-image] Feb 01 00:52:07.527 INFO O| Feb 01 00:52:07.527 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422025-02-01T00:52:09.102Z[ recovery-image] Feb 01 00:52:07.564 INFO O| Feb 01 00:52:07.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69432025-02-01T00:52:09.102Z[ recovery-image] Feb 01 00:52:07.564 INFO O| Feb 01 00:52:07.564 INFO STEP 827 (remove_files) COMPLETE
69442025-02-01T00:52:09.102Z[ recovery-image] Feb 01 00:52:07.564 INFO O| Feb 01 00:52:07.564 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452025-02-01T00:52:09.121Z[ recovery-image] Feb 01 00:52:07.583 INFO O| Feb 01 00:52:07.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69462025-02-01T00:52:09.121Z[ recovery-image] Feb 01 00:52:07.583 INFO O| Feb 01 00:52:07.583 INFO STEP 828 (remove_files) COMPLETE
69472025-02-01T00:52:09.124Z[ recovery-image] Feb 01 00:52:07.583 INFO O| Feb 01 00:52:07.583 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482025-02-01T00:52:09.139Z[ recovery-image] Feb 01 00:52:07.601 INFO O| Feb 01 00:52:07.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69492025-02-01T00:52:09.139Z[ recovery-image] Feb 01 00:52:07.601 INFO O| Feb 01 00:52:07.601 INFO STEP 829 (remove_files) COMPLETE
69502025-02-01T00:52:09.140Z[ recovery-image] Feb 01 00:52:07.601 INFO O| Feb 01 00:52:07.601 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512025-02-01T00:52:09.173Z[ recovery-image] Feb 01 00:52:07.635 INFO O| Feb 01 00:52:07.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69522025-02-01T00:52:09.173Z[ recovery-image] Feb 01 00:52:07.635 INFO O| Feb 01 00:52:07.635 INFO STEP 830 (remove_files) COMPLETE
69532025-02-01T00:52:09.173Z[ recovery-image] Feb 01 00:52:07.635 INFO O| Feb 01 00:52:07.635 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542025-02-01T00:52:09.232Z[ recovery-image] Feb 01 00:52:07.694 INFO O| Feb 01 00:52:07.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69552025-02-01T00:52:09.232Z[ recovery-image] Feb 01 00:52:07.694 INFO O| Feb 01 00:52:07.694 INFO STEP 831 (remove_files) COMPLETE
69562025-02-01T00:52:09.237Z[ recovery-image] Feb 01 00:52:07.694 INFO O| Feb 01 00:52:07.694 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572025-02-01T00:52:09.252Z[ recovery-image] Feb 01 00:52:07.714 INFO O| Feb 01 00:52:07.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69582025-02-01T00:52:09.255Z[ recovery-image] Feb 01 00:52:07.714 INFO O| Feb 01 00:52:07.714 INFO STEP 832 (remove_files) COMPLETE
69592025-02-01T00:52:09.255Z[ recovery-image] Feb 01 00:52:07.714 INFO O| Feb 01 00:52:07.714 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602025-02-01T00:52:09.282Z[ recovery-image] Feb 01 00:52:07.744 INFO O| Feb 01 00:52:07.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69612025-02-01T00:52:09.282Z[ recovery-image] Feb 01 00:52:07.744 INFO O| Feb 01 00:52:07.744 INFO STEP 833 (remove_files) COMPLETE
69622025-02-01T00:52:09.285Z[ recovery-image] Feb 01 00:52:07.744 INFO O| Feb 01 00:52:07.744 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632025-02-01T00:52:09.302Z[ recovery-image] Feb 01 00:52:07.764 INFO O| Feb 01 00:52:07.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69642025-02-01T00:52:09.302Z[ recovery-image] Feb 01 00:52:07.764 INFO O| Feb 01 00:52:07.764 INFO STEP 834 (remove_files) COMPLETE
69652025-02-01T00:52:09.302Z[ recovery-image] Feb 01 00:52:07.764 INFO O| Feb 01 00:52:07.764 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662025-02-01T00:52:09.321Z[ recovery-image] Feb 01 00:52:07.783 INFO O| Feb 01 00:52:07.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69672025-02-01T00:52:09.321Z[ recovery-image] Feb 01 00:52:07.783 INFO O| Feb 01 00:52:07.783 INFO STEP 835 (remove_files) COMPLETE
69682025-02-01T00:52:09.321Z[ recovery-image] Feb 01 00:52:07.783 INFO O| Feb 01 00:52:07.783 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692025-02-01T00:52:09.342Z[ recovery-image] Feb 01 00:52:07.803 INFO O| Feb 01 00:52:07.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69702025-02-01T00:52:09.342Z[ recovery-image] Feb 01 00:52:07.804 INFO O| Feb 01 00:52:07.803 INFO STEP 836 (remove_files) COMPLETE
69712025-02-01T00:52:09.342Z[ recovery-image] Feb 01 00:52:07.804 INFO O| Feb 01 00:52:07.804 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722025-02-01T00:52:09.380Z[ recovery-image] Feb 01 00:52:07.842 INFO O| Feb 01 00:52:07.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69732025-02-01T00:52:09.380Z[ recovery-image] Feb 01 00:52:07.842 INFO O| Feb 01 00:52:07.842 INFO STEP 837 (remove_files) COMPLETE
69742025-02-01T00:52:09.383Z[ recovery-image] Feb 01 00:52:07.842 INFO O| Feb 01 00:52:07.842 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752025-02-01T00:52:09.401Z[ recovery-image] Feb 01 00:52:07.863 INFO O| Feb 01 00:52:07.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69762025-02-01T00:52:09.404Z[ recovery-image] Feb 01 00:52:07.866 INFO O| Feb 01 00:52:07.866 INFO STEP 838 (remove_files) COMPLETE
69772025-02-01T00:52:09.404Z[ recovery-image] Feb 01 00:52:07.866 INFO O| Feb 01 00:52:07.866 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782025-02-01T00:52:09.456Z[ recovery-image] Feb 01 00:52:07.917 INFO O| Feb 01 00:52:07.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69792025-02-01T00:52:09.456Z[ recovery-image] Feb 01 00:52:07.917 INFO O| Feb 01 00:52:07.917 INFO STEP 839 (remove_files) COMPLETE
69802025-02-01T00:52:09.468Z[ recovery-image] Feb 01 00:52:07.917 INFO O| Feb 01 00:52:07.917 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812025-02-01T00:52:09.483Z[ recovery-image] Feb 01 00:52:07.945 INFO O| Feb 01 00:52:07.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69822025-02-01T00:52:09.483Z[ recovery-image] Feb 01 00:52:07.945 INFO O| Feb 01 00:52:07.945 INFO STEP 840 (remove_files) COMPLETE
69832025-02-01T00:52:09.490Z[ recovery-image] Feb 01 00:52:07.945 INFO O| Feb 01 00:52:07.945 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842025-02-01T00:52:09.505Z[ recovery-image] Feb 01 00:52:07.966 INFO O| Feb 01 00:52:07.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69852025-02-01T00:52:09.505Z[ recovery-image] Feb 01 00:52:07.966 INFO O| Feb 01 00:52:07.966 INFO STEP 841 (remove_files) COMPLETE
69862025-02-01T00:52:09.511Z[ recovery-image] Feb 01 00:52:07.966 INFO O| Feb 01 00:52:07.966 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872025-02-01T00:52:09.524Z[ recovery-image] Feb 01 00:52:07.986 INFO O| Feb 01 00:52:07.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69882025-02-01T00:52:09.524Z[ recovery-image] Feb 01 00:52:07.986 INFO O| Feb 01 00:52:07.986 INFO STEP 842 (remove_files) COMPLETE
69892025-02-01T00:52:09.524Z[ recovery-image] Feb 01 00:52:07.986 INFO O| Feb 01 00:52:07.986 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902025-02-01T00:52:09.543Z[ recovery-image] Feb 01 00:52:08.005 INFO O| Feb 01 00:52:08.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69912025-02-01T00:52:09.543Z[ recovery-image] Feb 01 00:52:08.005 INFO O| Feb 01 00:52:08.005 INFO STEP 843 (remove_files) COMPLETE
69922025-02-01T00:52:09.546Z[ recovery-image] Feb 01 00:52:08.005 INFO O| Feb 01 00:52:08.005 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932025-02-01T00:52:09.563Z[ recovery-image] Feb 01 00:52:08.024 INFO O| Feb 01 00:52:08.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69942025-02-01T00:52:09.563Z[ recovery-image] Feb 01 00:52:08.025 INFO O| Feb 01 00:52:08.025 INFO STEP 844 (remove_files) COMPLETE
69952025-02-01T00:52:09.563Z[ recovery-image] Feb 01 00:52:08.025 INFO O| Feb 01 00:52:08.025 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962025-02-01T00:52:09.582Z[ recovery-image] Feb 01 00:52:08.044 INFO O| Feb 01 00:52:08.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69972025-02-01T00:52:09.582Z[ recovery-image] Feb 01 00:52:08.044 INFO O| Feb 01 00:52:08.044 INFO STEP 845 (remove_files) COMPLETE
69982025-02-01T00:52:09.585Z[ recovery-image] Feb 01 00:52:08.044 INFO O| Feb 01 00:52:08.044 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992025-02-01T00:52:09.603Z[ recovery-image] Feb 01 00:52:08.064 INFO O| Feb 01 00:52:08.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70002025-02-01T00:52:09.606Z[ recovery-image] Feb 01 00:52:08.064 INFO O| Feb 01 00:52:08.064 INFO STEP 846 (remove_files) COMPLETE
70012025-02-01T00:52:09.606Z[ recovery-image] Feb 01 00:52:08.064 INFO O| Feb 01 00:52:08.064 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022025-02-01T00:52:09.631Z[ recovery-image] Feb 01 00:52:08.093 INFO O| Feb 01 00:52:08.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70032025-02-01T00:52:09.631Z[ recovery-image] Feb 01 00:52:08.093 INFO O| Feb 01 00:52:08.093 INFO STEP 847 (remove_files) COMPLETE
70042025-02-01T00:52:09.634Z[ recovery-image] Feb 01 00:52:08.093 INFO O| Feb 01 00:52:08.093 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052025-02-01T00:52:09.651Z[ recovery-image] Feb 01 00:52:08.113 INFO O| Feb 01 00:52:08.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70062025-02-01T00:52:09.651Z[ recovery-image] Feb 01 00:52:08.114 INFO O| Feb 01 00:52:08.113 INFO STEP 848 (remove_files) COMPLETE
70072025-02-01T00:52:09.654Z[ recovery-image] Feb 01 00:52:08.114 INFO O| Feb 01 00:52:08.113 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082025-02-01T00:52:09.674Z[ recovery-image] Feb 01 00:52:08.136 INFO O| Feb 01 00:52:08.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70092025-02-01T00:52:09.674Z[ recovery-image] Feb 01 00:52:08.136 INFO O| Feb 01 00:52:08.136 INFO STEP 849 (remove_files) COMPLETE
70102025-02-01T00:52:09.674Z[ recovery-image] Feb 01 00:52:08.136 INFO O| Feb 01 00:52:08.136 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112025-02-01T00:52:09.701Z[ recovery-image] Feb 01 00:52:08.162 INFO O| Feb 01 00:52:08.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70122025-02-01T00:52:09.701Z[ recovery-image] Feb 01 00:52:08.163 INFO O| Feb 01 00:52:08.163 INFO STEP 850 (remove_files) COMPLETE
70132025-02-01T00:52:09.704Z[ recovery-image] Feb 01 00:52:08.163 INFO O| Feb 01 00:52:08.163 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142025-02-01T00:52:09.752Z[ recovery-image] Feb 01 00:52:08.214 INFO O| Feb 01 00:52:08.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70152025-02-01T00:52:09.755Z[ recovery-image] Feb 01 00:52:08.214 INFO O| Feb 01 00:52:08.214 INFO STEP 851 (remove_files) COMPLETE
70162025-02-01T00:52:09.756Z[ recovery-image] Feb 01 00:52:08.214 INFO O| Feb 01 00:52:08.214 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172025-02-01T00:52:09.774Z[ recovery-image] Feb 01 00:52:08.235 INFO O| Feb 01 00:52:08.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70182025-02-01T00:52:09.777Z[ recovery-image] Feb 01 00:52:08.236 INFO O| Feb 01 00:52:08.236 INFO STEP 852 (remove_files) COMPLETE
70192025-02-01T00:52:09.777Z[ recovery-image] Feb 01 00:52:08.236 INFO O| Feb 01 00:52:08.236 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202025-02-01T00:52:09.810Z[ recovery-image] Feb 01 00:52:08.272 INFO O| Feb 01 00:52:08.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70212025-02-01T00:52:09.836Z[ recovery-image] Feb 01 00:52:08.298 INFO O| Feb 01 00:52:08.297 INFO STEP 853 (remove_files) COMPLETE
70222025-02-01T00:52:09.836Z[ recovery-image] Feb 01 00:52:08.298 INFO O| Feb 01 00:52:08.297 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232025-02-01T00:52:09.875Z[ recovery-image] Feb 01 00:52:08.337 INFO O| Feb 01 00:52:08.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70242025-02-01T00:52:09.878Z[ recovery-image] Feb 01 00:52:08.337 INFO O| Feb 01 00:52:08.337 INFO STEP 854 (remove_files) COMPLETE
70252025-02-01T00:52:09.878Z[ recovery-image] Feb 01 00:52:08.338 INFO O| Feb 01 00:52:08.337 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262025-02-01T00:52:09.903Z[ recovery-image] Feb 01 00:52:08.364 INFO O| Feb 01 00:52:08.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70272025-02-01T00:52:09.903Z[ recovery-image] Feb 01 00:52:08.365 INFO O| Feb 01 00:52:08.364 INFO STEP 855 (remove_files) COMPLETE
70282025-02-01T00:52:09.903Z[ recovery-image] Feb 01 00:52:08.365 INFO O| Feb 01 00:52:08.365 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292025-02-01T00:52:09.928Z[ recovery-image] Feb 01 00:52:08.389 INFO O| Feb 01 00:52:08.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70302025-02-01T00:52:09.934Z[ recovery-image] Feb 01 00:52:08.393 INFO O| Feb 01 00:52:08.393 INFO STEP 856 (remove_files) COMPLETE
70312025-02-01T00:52:09.934Z[ recovery-image] Feb 01 00:52:08.393 INFO O| Feb 01 00:52:08.393 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322025-02-01T00:52:09.962Z[ recovery-image] Feb 01 00:52:08.423 INFO O| Feb 01 00:52:08.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70332025-02-01T00:52:09.962Z[ recovery-image] Feb 01 00:52:08.423 INFO O| Feb 01 00:52:08.423 INFO STEP 857 (remove_files) COMPLETE
70342025-02-01T00:52:09.966Z[ recovery-image] Feb 01 00:52:08.423 INFO O| Feb 01 00:52:08.423 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352025-02-01T00:52:09.983Z[ recovery-image] Feb 01 00:52:08.445 INFO O| Feb 01 00:52:08.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70362025-02-01T00:52:09.984Z[ recovery-image] Feb 01 00:52:08.445 INFO O| Feb 01 00:52:08.445 INFO STEP 858 (remove_files) COMPLETE
70372025-02-01T00:52:09.987Z[ recovery-image] Feb 01 00:52:08.446 INFO O| Feb 01 00:52:08.445 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382025-02-01T00:52:10.009Z[ recovery-image] Feb 01 00:52:08.469 INFO O| Feb 01 00:52:08.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70392025-02-01T00:52:10.009Z[ recovery-image] Feb 01 00:52:08.469 INFO O| Feb 01 00:52:08.469 INFO STEP 859 (remove_files) COMPLETE
70402025-02-01T00:52:10.009Z[ recovery-image] Feb 01 00:52:08.469 INFO O| Feb 01 00:52:08.469 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412025-02-01T00:52:10.027Z[ recovery-image] Feb 01 00:52:08.488 INFO O| Feb 01 00:52:08.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70422025-02-01T00:52:10.027Z[ recovery-image] Feb 01 00:52:08.489 INFO O| Feb 01 00:52:08.488 INFO STEP 860 (remove_files) COMPLETE
70432025-02-01T00:52:10.027Z[ recovery-image] Feb 01 00:52:08.489 INFO O| Feb 01 00:52:08.489 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442025-02-01T00:52:10.049Z[ recovery-image] Feb 01 00:52:08.507 INFO O| Feb 01 00:52:08.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70452025-02-01T00:52:10.049Z[ recovery-image] Feb 01 00:52:08.507 INFO O| Feb 01 00:52:08.507 INFO STEP 861 (remove_files) COMPLETE
70462025-02-01T00:52:10.049Z[ recovery-image] Feb 01 00:52:08.507 INFO O| Feb 01 00:52:08.507 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472025-02-01T00:52:10.078Z[ recovery-image] Feb 01 00:52:08.538 INFO O| Feb 01 00:52:08.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70482025-02-01T00:52:10.081Z[ recovery-image] Feb 01 00:52:08.538 INFO O| Feb 01 00:52:08.538 INFO STEP 862 (remove_files) COMPLETE
70492025-02-01T00:52:10.082Z[ recovery-image] Feb 01 00:52:08.538 INFO O| Feb 01 00:52:08.538 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502025-02-01T00:52:10.147Z[ recovery-image] Feb 01 00:52:08.609 INFO O| Feb 01 00:52:08.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70512025-02-01T00:52:10.147Z[ recovery-image] Feb 01 00:52:08.609 INFO O| Feb 01 00:52:08.609 INFO STEP 863 (remove_files) COMPLETE
70522025-02-01T00:52:10.147Z[ recovery-image] Feb 01 00:52:08.609 INFO O| Feb 01 00:52:08.609 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532025-02-01T00:52:10.169Z[ recovery-image] Feb 01 00:52:08.630 INFO O| Feb 01 00:52:08.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70542025-02-01T00:52:10.169Z[ recovery-image] Feb 01 00:52:08.631 INFO O| Feb 01 00:52:08.631 INFO STEP 864 (remove_files) COMPLETE
70552025-02-01T00:52:10.169Z[ recovery-image] Feb 01 00:52:08.631 INFO O| Feb 01 00:52:08.631 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562025-02-01T00:52:10.189Z[ recovery-image] Feb 01 00:52:08.651 INFO O| Feb 01 00:52:08.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70572025-02-01T00:52:10.195Z[ recovery-image] Feb 01 00:52:08.651 INFO O| Feb 01 00:52:08.651 INFO STEP 865 (remove_files) COMPLETE
70582025-02-01T00:52:10.195Z[ recovery-image] Feb 01 00:52:08.651 INFO O| Feb 01 00:52:08.651 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592025-02-01T00:52:10.211Z[ recovery-image] Feb 01 00:52:08.673 INFO O| Feb 01 00:52:08.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70602025-02-01T00:52:10.211Z[ recovery-image] Feb 01 00:52:08.673 INFO O| Feb 01 00:52:08.673 INFO STEP 866 (remove_files) COMPLETE
70612025-02-01T00:52:10.211Z[ recovery-image] Feb 01 00:52:08.673 INFO O| Feb 01 00:52:08.673 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622025-02-01T00:52:10.246Z[ recovery-image] Feb 01 00:52:08.707 INFO O| Feb 01 00:52:08.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70632025-02-01T00:52:10.246Z[ recovery-image] Feb 01 00:52:08.707 INFO O| Feb 01 00:52:08.707 INFO STEP 867 (remove_files) COMPLETE
70642025-02-01T00:52:10.249Z[ recovery-image] Feb 01 00:52:08.708 INFO O| Feb 01 00:52:08.707 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652025-02-01T00:52:10.309Z[ recovery-image] Feb 01 00:52:08.770 INFO O| Feb 01 00:52:08.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70662025-02-01T00:52:10.309Z[ recovery-image] Feb 01 00:52:08.770 INFO O| Feb 01 00:52:08.770 INFO STEP 868 (remove_files) COMPLETE
70672025-02-01T00:52:10.309Z[ recovery-image] Feb 01 00:52:08.770 INFO O| Feb 01 00:52:08.770 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682025-02-01T00:52:10.341Z[ recovery-image] Feb 01 00:52:08.802 INFO O| Feb 01 00:52:08.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70692025-02-01T00:52:10.346Z[ recovery-image] Feb 01 00:52:08.802 INFO O| Feb 01 00:52:08.802 INFO STEP 869 (remove_files) COMPLETE
70702025-02-01T00:52:10.346Z[ recovery-image] Feb 01 00:52:08.802 INFO O| Feb 01 00:52:08.802 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712025-02-01T00:52:10.403Z[ recovery-image] Feb 01 00:52:08.865 INFO O| Feb 01 00:52:08.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70722025-02-01T00:52:10.403Z[ recovery-image] Feb 01 00:52:08.865 INFO O| Feb 01 00:52:08.865 INFO STEP 870 (remove_files) COMPLETE
70732025-02-01T00:52:10.403Z[ recovery-image] Feb 01 00:52:08.865 INFO O| Feb 01 00:52:08.865 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742025-02-01T00:52:10.451Z[ recovery-image] Feb 01 00:52:08.886 INFO O| Feb 01 00:52:08.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70752025-02-01T00:52:10.451Z[ recovery-image] Feb 01 00:52:08.886 INFO O| Feb 01 00:52:08.886 INFO STEP 871 (remove_files) COMPLETE
70762025-02-01T00:52:10.451Z[ recovery-image] Feb 01 00:52:08.886 INFO O| Feb 01 00:52:08.886 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772025-02-01T00:52:10.456Z[ recovery-image] Feb 01 00:52:08.917 INFO O| Feb 01 00:52:08.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70782025-02-01T00:52:10.456Z[ recovery-image] Feb 01 00:52:08.917 INFO O| Feb 01 00:52:08.917 INFO STEP 872 (remove_files) COMPLETE
70792025-02-01T00:52:10.456Z[ recovery-image] Feb 01 00:52:08.917 INFO O| Feb 01 00:52:08.917 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802025-02-01T00:52:10.477Z[ recovery-image] Feb 01 00:52:08.937 INFO O| Feb 01 00:52:08.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70812025-02-01T00:52:10.490Z[ recovery-image] Feb 01 00:52:08.938 INFO O| Feb 01 00:52:08.937 INFO STEP 873 (remove_files) COMPLETE
70822025-02-01T00:52:10.490Z[ recovery-image] Feb 01 00:52:08.938 INFO O| Feb 01 00:52:08.938 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832025-02-01T00:52:10.505Z[ recovery-image] Feb 01 00:52:08.966 INFO O| Feb 01 00:52:08.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70842025-02-01T00:52:10.509Z[ recovery-image] Feb 01 00:52:08.966 INFO O| Feb 01 00:52:08.966 INFO STEP 874 (remove_files) COMPLETE
70852025-02-01T00:52:10.509Z[ recovery-image] Feb 01 00:52:08.966 INFO O| Feb 01 00:52:08.966 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862025-02-01T00:52:10.535Z[ recovery-image] Feb 01 00:52:08.996 INFO O| Feb 01 00:52:08.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70872025-02-01T00:52:10.535Z[ recovery-image] Feb 01 00:52:08.996 INFO O| Feb 01 00:52:08.996 INFO STEP 875 (remove_files) COMPLETE
70882025-02-01T00:52:10.535Z[ recovery-image] Feb 01 00:52:08.996 INFO O| Feb 01 00:52:08.996 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892025-02-01T00:52:10.574Z[ recovery-image] Feb 01 00:52:09.035 INFO O| Feb 01 00:52:09.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70902025-02-01T00:52:10.574Z[ recovery-image] Feb 01 00:52:09.035 INFO O| Feb 01 00:52:09.035 INFO STEP 876 (remove_files) COMPLETE
70912025-02-01T00:52:10.574Z[ recovery-image] Feb 01 00:52:09.035 INFO O| Feb 01 00:52:09.035 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922025-02-01T00:52:10.636Z[ recovery-image] Feb 01 00:52:09.098 INFO O| Feb 01 00:52:09.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70932025-02-01T00:52:10.636Z[ recovery-image] Feb 01 00:52:09.098 INFO O| Feb 01 00:52:09.098 INFO STEP 877 (remove_files) COMPLETE
70942025-02-01T00:52:10.637Z[ recovery-image] Feb 01 00:52:09.098 INFO O| Feb 01 00:52:09.098 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952025-02-01T00:52:10.661Z[ recovery-image] Feb 01 00:52:09.123 INFO O| Feb 01 00:52:09.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70962025-02-01T00:52:10.661Z[ recovery-image] Feb 01 00:52:09.123 INFO O| Feb 01 00:52:09.123 INFO STEP 878 (remove_files) COMPLETE
70972025-02-01T00:52:10.661Z[ recovery-image] Feb 01 00:52:09.123 INFO O| Feb 01 00:52:09.123 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982025-02-01T00:52:10.686Z[ recovery-image] Feb 01 00:52:09.148 INFO O| Feb 01 00:52:09.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70992025-02-01T00:52:10.686Z[ recovery-image] Feb 01 00:52:09.148 INFO O| Feb 01 00:52:09.148 INFO STEP 879 (remove_files) COMPLETE
71002025-02-01T00:52:10.686Z[ recovery-image] Feb 01 00:52:09.148 INFO O| Feb 01 00:52:09.148 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012025-02-01T00:52:10.723Z[ recovery-image] Feb 01 00:52:09.184 INFO O| Feb 01 00:52:09.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71022025-02-01T00:52:10.723Z[ recovery-image] Feb 01 00:52:09.184 INFO O| Feb 01 00:52:09.184 INFO STEP 880 (remove_files) COMPLETE
71032025-02-01T00:52:10.723Z[ recovery-image] Feb 01 00:52:09.184 INFO O| Feb 01 00:52:09.184 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042025-02-01T00:52:10.786Z[ recovery-image] Feb 01 00:52:09.247 INFO O| Feb 01 00:52:09.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71052025-02-01T00:52:10.786Z[ recovery-image] Feb 01 00:52:09.247 INFO O| Feb 01 00:52:09.247 INFO STEP 881 (remove_files) COMPLETE
71062025-02-01T00:52:10.800Z[ recovery-image] Feb 01 00:52:09.247 INFO O| Feb 01 00:52:09.247 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072025-02-01T00:52:10.805Z[ recovery-image] Feb 01 00:52:09.267 INFO O| Feb 01 00:52:09.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71082025-02-01T00:52:10.805Z[ recovery-image] Feb 01 00:52:09.267 INFO O| Feb 01 00:52:09.267 INFO STEP 882 (remove_files) COMPLETE
71092025-02-01T00:52:10.805Z[ recovery-image] Feb 01 00:52:09.267 INFO O| Feb 01 00:52:09.267 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102025-02-01T00:52:10.832Z[ recovery-image] Feb 01 00:52:09.293 INFO O| Feb 01 00:52:09.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71112025-02-01T00:52:10.832Z[ recovery-image] Feb 01 00:52:09.294 INFO O| Feb 01 00:52:09.294 INFO STEP 883 (remove_files) COMPLETE
71122025-02-01T00:52:10.839Z[ recovery-image] Feb 01 00:52:09.294 INFO O| Feb 01 00:52:09.294 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132025-02-01T00:52:10.872Z[ recovery-image] Feb 01 00:52:09.333 INFO O| Feb 01 00:52:09.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71142025-02-01T00:52:10.872Z[ recovery-image] Feb 01 00:52:09.333 INFO O| Feb 01 00:52:09.333 INFO STEP 884 (remove_files) COMPLETE
71152025-02-01T00:52:10.876Z[ recovery-image] Feb 01 00:52:09.333 INFO O| Feb 01 00:52:09.333 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162025-02-01T00:52:10.934Z[ recovery-image] Feb 01 00:52:09.395 INFO O| Feb 01 00:52:09.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71172025-02-01T00:52:10.941Z[ recovery-image] Feb 01 00:52:09.395 INFO O| Feb 01 00:52:09.395 INFO STEP 885 (remove_files) COMPLETE
71182025-02-01T00:52:10.941Z[ recovery-image] Feb 01 00:52:09.395 INFO O| Feb 01 00:52:09.395 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192025-02-01T00:52:10.960Z[ recovery-image] Feb 01 00:52:09.421 INFO O| Feb 01 00:52:09.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71202025-02-01T00:52:10.960Z[ recovery-image] Feb 01 00:52:09.421 INFO O| Feb 01 00:52:09.421 INFO STEP 886 (remove_files) COMPLETE
71212025-02-01T00:52:10.960Z[ recovery-image] Feb 01 00:52:09.421 INFO O| Feb 01 00:52:09.421 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222025-02-01T00:52:10.980Z[ recovery-image] Feb 01 00:52:09.441 INFO O| Feb 01 00:52:09.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71232025-02-01T00:52:10.980Z[ recovery-image] Feb 01 00:52:09.441 INFO O| Feb 01 00:52:09.441 INFO STEP 887 (remove_files) COMPLETE
71242025-02-01T00:52:10.980Z[ recovery-image] Feb 01 00:52:09.441 INFO O| Feb 01 00:52:09.441 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252025-02-01T00:52:10.998Z[ recovery-image] Feb 01 00:52:09.460 INFO O| Feb 01 00:52:09.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71262025-02-01T00:52:10.998Z[ recovery-image] Feb 01 00:52:09.460 INFO O| Feb 01 00:52:09.460 INFO STEP 888 (remove_files) COMPLETE
71272025-02-01T00:52:11.003Z[ recovery-image] Feb 01 00:52:09.460 INFO O| Feb 01 00:52:09.460 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282025-02-01T00:52:11.017Z[ recovery-image] Feb 01 00:52:09.479 INFO O| Feb 01 00:52:09.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71292025-02-01T00:52:11.017Z[ recovery-image] Feb 01 00:52:09.479 INFO O| Feb 01 00:52:09.479 INFO STEP 889 (remove_files) COMPLETE
71302025-02-01T00:52:11.017Z[ recovery-image] Feb 01 00:52:09.479 INFO O| Feb 01 00:52:09.479 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312025-02-01T00:52:11.035Z[ recovery-image] Feb 01 00:52:09.497 INFO O| Feb 01 00:52:09.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71322025-02-01T00:52:11.035Z[ recovery-image] Feb 01 00:52:09.497 INFO O| Feb 01 00:52:09.497 INFO STEP 890 (remove_files) COMPLETE
71332025-02-01T00:52:11.038Z[ recovery-image] Feb 01 00:52:09.497 INFO O| Feb 01 00:52:09.497 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342025-02-01T00:52:11.056Z[ recovery-image] Feb 01 00:52:09.516 INFO O| Feb 01 00:52:09.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71352025-02-01T00:52:11.057Z[ recovery-image] Feb 01 00:52:09.516 INFO O| Feb 01 00:52:09.516 INFO STEP 891 (remove_files) COMPLETE
71362025-02-01T00:52:11.057Z[ recovery-image] Feb 01 00:52:09.516 INFO O| Feb 01 00:52:09.516 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372025-02-01T00:52:11.082Z[ recovery-image] Feb 01 00:52:09.544 INFO O| Feb 01 00:52:09.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71382025-02-01T00:52:11.082Z[ recovery-image] Feb 01 00:52:09.544 INFO O| Feb 01 00:52:09.544 INFO STEP 892 (remove_files) COMPLETE
71392025-02-01T00:52:11.082Z[ recovery-image] Feb 01 00:52:09.544 INFO O| Feb 01 00:52:09.544 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402025-02-01T00:52:11.108Z[ recovery-image] Feb 01 00:52:09.570 INFO O| Feb 01 00:52:09.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71412025-02-01T00:52:11.111Z[ recovery-image] Feb 01 00:52:09.570 INFO O| Feb 01 00:52:09.570 INFO STEP 893 (remove_files) COMPLETE
71422025-02-01T00:52:11.111Z[ recovery-image] Feb 01 00:52:09.570 INFO O| Feb 01 00:52:09.570 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432025-02-01T00:52:11.129Z[ recovery-image] Feb 01 00:52:09.590 INFO O| Feb 01 00:52:09.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71442025-02-01T00:52:11.129Z[ recovery-image] Feb 01 00:52:09.591 INFO O| Feb 01 00:52:09.590 INFO STEP 894 (remove_files) COMPLETE
71452025-02-01T00:52:11.132Z[ recovery-image] Feb 01 00:52:09.591 INFO O| Feb 01 00:52:09.591 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462025-02-01T00:52:11.149Z[ recovery-image] Feb 01 00:52:09.610 INFO O| Feb 01 00:52:09.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71472025-02-01T00:52:11.149Z[ recovery-image] Feb 01 00:52:09.611 INFO O| Feb 01 00:52:09.611 INFO STEP 895 (remove_files) COMPLETE
71482025-02-01T00:52:11.149Z[ recovery-image] Feb 01 00:52:09.611 INFO O| Feb 01 00:52:09.611 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492025-02-01T00:52:11.221Z[ recovery-image] Feb 01 00:52:09.665 INFO O| Feb 01 00:52:09.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71502025-02-01T00:52:11.221Z[ recovery-image] Feb 01 00:52:09.665 INFO O| Feb 01 00:52:09.665 INFO STEP 896 (remove_files) COMPLETE
71512025-02-01T00:52:11.221Z[ recovery-image] Feb 01 00:52:09.665 INFO O| Feb 01 00:52:09.665 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522025-02-01T00:52:11.243Z[ recovery-image] Feb 01 00:52:09.685 INFO O| Feb 01 00:52:09.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71532025-02-01T00:52:11.243Z[ recovery-image] Feb 01 00:52:09.686 INFO O| Feb 01 00:52:09.685 INFO STEP 897 (remove_files) COMPLETE
71542025-02-01T00:52:11.243Z[ recovery-image] Feb 01 00:52:09.686 INFO O| Feb 01 00:52:09.686 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552025-02-01T00:52:11.254Z[ recovery-image] Feb 01 00:52:09.704 INFO O| Feb 01 00:52:09.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71562025-02-01T00:52:11.254Z[ recovery-image] Feb 01 00:52:09.705 INFO O| Feb 01 00:52:09.705 INFO STEP 898 (remove_files) COMPLETE
71572025-02-01T00:52:11.254Z[ recovery-image] Feb 01 00:52:09.705 INFO O| Feb 01 00:52:09.705 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582025-02-01T00:52:11.262Z[ recovery-image] Feb 01 00:52:09.723 INFO O| Feb 01 00:52:09.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71592025-02-01T00:52:11.262Z[ recovery-image] Feb 01 00:52:09.723 INFO O| Feb 01 00:52:09.723 INFO STEP 899 (remove_files) COMPLETE
71602025-02-01T00:52:11.263Z[ recovery-image] Feb 01 00:52:09.724 INFO O| Feb 01 00:52:09.723 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612025-02-01T00:52:11.281Z[ recovery-image] Feb 01 00:52:09.742 INFO O| Feb 01 00:52:09.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71622025-02-01T00:52:11.281Z[ recovery-image] Feb 01 00:52:09.742 INFO O| Feb 01 00:52:09.742 INFO STEP 900 (remove_files) COMPLETE
71632025-02-01T00:52:11.284Z[ recovery-image] Feb 01 00:52:09.743 INFO O| Feb 01 00:52:09.742 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642025-02-01T00:52:11.300Z[ recovery-image] Feb 01 00:52:09.761 INFO O| Feb 01 00:52:09.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71652025-02-01T00:52:11.300Z[ recovery-image] Feb 01 00:52:09.761 INFO O| Feb 01 00:52:09.761 INFO STEP 901 (remove_files) COMPLETE
71662025-02-01T00:52:11.300Z[ recovery-image] Feb 01 00:52:09.761 INFO O| Feb 01 00:52:09.761 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672025-02-01T00:52:11.318Z[ recovery-image] Feb 01 00:52:09.780 INFO O| Feb 01 00:52:09.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71682025-02-01T00:52:11.318Z[ recovery-image] Feb 01 00:52:09.780 INFO O| Feb 01 00:52:09.780 INFO STEP 902 (remove_files) COMPLETE
71692025-02-01T00:52:11.318Z[ recovery-image] Feb 01 00:52:09.780 INFO O| Feb 01 00:52:09.780 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-02-01T00:52:11.337Z[ recovery-image] Feb 01 00:52:09.799 INFO O| Feb 01 00:52:09.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71712025-02-01T00:52:11.337Z[ recovery-image] Feb 01 00:52:09.799 INFO O| Feb 01 00:52:09.799 INFO STEP 903 (remove_files) COMPLETE
71722025-02-01T00:52:11.337Z[ recovery-image] Feb 01 00:52:09.799 INFO O| Feb 01 00:52:09.799 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-02-01T00:52:11.359Z[ recovery-image] Feb 01 00:52:09.820 INFO O| Feb 01 00:52:09.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71742025-02-01T00:52:11.365Z[ recovery-image] Feb 01 00:52:09.821 INFO O| Feb 01 00:52:09.821 INFO STEP 904 (remove_files) COMPLETE
71752025-02-01T00:52:11.365Z[ recovery-image] Feb 01 00:52:09.821 INFO O| Feb 01 00:52:09.821 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-02-01T00:52:11.378Z[ recovery-image] Feb 01 00:52:09.840 INFO O| Feb 01 00:52:09.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71772025-02-01T00:52:11.381Z[ recovery-image] Feb 01 00:52:09.840 INFO O| Feb 01 00:52:09.840 INFO STEP 905 (remove_files) COMPLETE
71782025-02-01T00:52:11.381Z[ recovery-image] Feb 01 00:52:09.840 INFO O| Feb 01 00:52:09.840 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-02-01T00:52:11.397Z[ recovery-image] Feb 01 00:52:09.858 INFO O| Feb 01 00:52:09.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71802025-02-01T00:52:11.493Z[ recovery-image] Feb 01 00:52:09.858 INFO O| Feb 01 00:52:09.858 INFO STEP 906 (remove_files) COMPLETE
71812025-02-01T00:52:11.493Z[ recovery-image] Feb 01 00:52:09.859 INFO O| Feb 01 00:52:09.858 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-02-01T00:52:11.493Z[ recovery-image] Feb 01 00:52:09.877 INFO O| Feb 01 00:52:09.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71832025-02-01T00:52:11.493Z[ recovery-image] Feb 01 00:52:09.878 INFO O| Feb 01 00:52:09.878 INFO STEP 907 (remove_files) COMPLETE
71842025-02-01T00:52:11.493Z[ recovery-image] Feb 01 00:52:09.878 INFO O| Feb 01 00:52:09.878 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-02-01T00:52:11.493Z[ recovery-image] Feb 01 00:52:09.909 INFO O| Feb 01 00:52:09.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71862025-02-01T00:52:11.493Z[ recovery-image] Feb 01 00:52:09.909 INFO O| Feb 01 00:52:09.909 INFO STEP 908 (remove_files) COMPLETE
71872025-02-01T00:52:11.493Z[ recovery-image] Feb 01 00:52:09.909 INFO O| Feb 01 00:52:09.909 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-02-01T00:52:11.519Z[ recovery-image] Feb 01 00:52:09.980 INFO O| Feb 01 00:52:09.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71892025-02-01T00:52:11.520Z[ recovery-image] Feb 01 00:52:09.980 INFO O| Feb 01 00:52:09.980 INFO STEP 909 (remove_files) COMPLETE
71902025-02-01T00:52:11.520Z[ recovery-image] Feb 01 00:52:09.980 INFO O| Feb 01 00:52:09.980 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-02-01T00:52:11.577Z[ recovery-image] Feb 01 00:52:10.038 INFO O| Feb 01 00:52:10.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71922025-02-01T00:52:11.577Z[ recovery-image] Feb 01 00:52:10.038 INFO O| Feb 01 00:52:10.038 INFO STEP 910 (remove_files) COMPLETE
71932025-02-01T00:52:11.577Z[ recovery-image] Feb 01 00:52:10.038 INFO O| Feb 01 00:52:10.038 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-02-01T00:52:11.596Z[ recovery-image] Feb 01 00:52:10.057 INFO O| Feb 01 00:52:10.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71952025-02-01T00:52:11.596Z[ recovery-image] Feb 01 00:52:10.057 INFO O| Feb 01 00:52:10.057 INFO STEP 911 (remove_files) COMPLETE
71962025-02-01T00:52:11.596Z[ recovery-image] Feb 01 00:52:10.058 INFO O| Feb 01 00:52:10.057 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-02-01T00:52:11.637Z[ recovery-image] Feb 01 00:52:10.099 INFO O| Feb 01 00:52:10.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71982025-02-01T00:52:11.638Z[ recovery-image] Feb 01 00:52:10.099 INFO O| Feb 01 00:52:10.099 INFO STEP 912 (remove_files) COMPLETE
71992025-02-01T00:52:11.641Z[ recovery-image] Feb 01 00:52:10.099 INFO O| Feb 01 00:52:10.099 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-02-01T00:52:11.681Z[ recovery-image] Feb 01 00:52:10.142 INFO O| Feb 01 00:52:10.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72012025-02-01T00:52:11.681Z[ recovery-image] Feb 01 00:52:10.142 INFO O| Feb 01 00:52:10.142 INFO STEP 913 (remove_files) COMPLETE
72022025-02-01T00:52:11.681Z[ recovery-image] Feb 01 00:52:10.143 INFO O| Feb 01 00:52:10.142 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-02-01T00:52:11.699Z[ recovery-image] Feb 01 00:52:10.161 INFO O| Feb 01 00:52:10.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72042025-02-01T00:52:11.699Z[ recovery-image] Feb 01 00:52:10.161 INFO O| Feb 01 00:52:10.161 INFO STEP 914 (remove_files) COMPLETE
72052025-02-01T00:52:11.703Z[ recovery-image] Feb 01 00:52:10.161 INFO O| Feb 01 00:52:10.161 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-02-01T00:52:11.748Z[ recovery-image] Feb 01 00:52:10.209 INFO O| Feb 01 00:52:10.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72072025-02-01T00:52:11.748Z[ recovery-image] Feb 01 00:52:10.209 INFO O| Feb 01 00:52:10.209 INFO STEP 915 (remove_files) COMPLETE
72082025-02-01T00:52:11.752Z[ recovery-image] Feb 01 00:52:10.209 INFO O| Feb 01 00:52:10.209 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-02-01T00:52:11.768Z[ recovery-image] Feb 01 00:52:10.229 INFO O| Feb 01 00:52:10.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72102025-02-01T00:52:11.768Z[ recovery-image] Feb 01 00:52:10.229 INFO O| Feb 01 00:52:10.229 INFO STEP 916 (remove_files) COMPLETE
72112025-02-01T00:52:11.768Z[ recovery-image] Feb 01 00:52:10.229 INFO O| Feb 01 00:52:10.229 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122025-02-01T00:52:11.803Z[ recovery-image] Feb 01 00:52:10.263 INFO O| Feb 01 00:52:10.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72132025-02-01T00:52:11.803Z[ recovery-image] Feb 01 00:52:10.263 INFO O| Feb 01 00:52:10.263 INFO STEP 917 (remove_files) COMPLETE
72142025-02-01T00:52:11.803Z[ recovery-image] Feb 01 00:52:10.263 INFO O| Feb 01 00:52:10.263 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152025-02-01T00:52:11.822Z[ recovery-image] Feb 01 00:52:10.282 INFO O| Feb 01 00:52:10.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72162025-02-01T00:52:11.822Z[ recovery-image] Feb 01 00:52:10.282 INFO O| Feb 01 00:52:10.282 INFO STEP 918 (remove_files) COMPLETE
72172025-02-01T00:52:11.822Z[ recovery-image] Feb 01 00:52:10.282 INFO O| Feb 01 00:52:10.282 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182025-02-01T00:52:11.852Z[ recovery-image] Feb 01 00:52:10.313 INFO O| Feb 01 00:52:10.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72192025-02-01T00:52:11.855Z[ recovery-image] Feb 01 00:52:10.313 INFO O| Feb 01 00:52:10.313 INFO STEP 919 (remove_files) COMPLETE
72202025-02-01T00:52:11.855Z[ recovery-image] Feb 01 00:52:10.314 INFO O| Feb 01 00:52:10.313 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212025-02-01T00:52:11.914Z[ recovery-image] Feb 01 00:52:10.375 INFO O| Feb 01 00:52:10.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72222025-02-01T00:52:11.917Z[ recovery-image] Feb 01 00:52:10.375 INFO O| Feb 01 00:52:10.375 INFO STEP 920 (remove_files) COMPLETE
72232025-02-01T00:52:11.917Z[ recovery-image] Feb 01 00:52:10.375 INFO O| Feb 01 00:52:10.375 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242025-02-01T00:52:11.936Z[ recovery-image] Feb 01 00:52:10.397 INFO O| Feb 01 00:52:10.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72252025-02-01T00:52:11.936Z[ recovery-image] Feb 01 00:52:10.398 INFO O| Feb 01 00:52:10.398 INFO STEP 921 (remove_files) COMPLETE
72262025-02-01T00:52:11.936Z[ recovery-image] Feb 01 00:52:10.398 INFO O| Feb 01 00:52:10.398 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272025-02-01T00:52:11.957Z[ recovery-image] Feb 01 00:52:10.418 INFO O| Feb 01 00:52:10.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72282025-02-01T00:52:11.957Z[ recovery-image] Feb 01 00:52:10.418 INFO O| Feb 01 00:52:10.418 INFO STEP 922 (remove_files) COMPLETE
72292025-02-01T00:52:11.960Z[ recovery-image] Feb 01 00:52:10.418 INFO O| Feb 01 00:52:10.418 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302025-02-01T00:52:12.002Z[ recovery-image] Feb 01 00:52:10.463 INFO O| Feb 01 00:52:10.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72312025-02-01T00:52:12.007Z[ recovery-image] Feb 01 00:52:10.463 INFO O| Feb 01 00:52:10.463 INFO STEP 923 (remove_files) COMPLETE
72322025-02-01T00:52:12.007Z[ recovery-image] Feb 01 00:52:10.463 INFO O| Feb 01 00:52:10.463 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332025-02-01T00:52:12.023Z[ recovery-image] Feb 01 00:52:10.483 INFO O| Feb 01 00:52:10.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72342025-02-01T00:52:12.027Z[ recovery-image] Feb 01 00:52:10.484 INFO O| Feb 01 00:52:10.484 INFO STEP 924 (remove_files) COMPLETE
72352025-02-01T00:52:12.027Z[ recovery-image] Feb 01 00:52:10.484 INFO O| Feb 01 00:52:10.484 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362025-02-01T00:52:12.054Z[ recovery-image] Feb 01 00:52:10.514 INFO O| Feb 01 00:52:10.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72372025-02-01T00:52:12.057Z[ recovery-image] Feb 01 00:52:10.514 INFO O| Feb 01 00:52:10.514 INFO STEP 925 (remove_files) COMPLETE
72382025-02-01T00:52:12.057Z[ recovery-image] Feb 01 00:52:10.515 INFO O| Feb 01 00:52:10.514 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392025-02-01T00:52:12.074Z[ recovery-image] Feb 01 00:52:10.536 INFO O| Feb 01 00:52:10.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72402025-02-01T00:52:12.088Z[ recovery-image] Feb 01 00:52:10.536 INFO O| Feb 01 00:52:10.536 INFO STEP 926 (remove_files) COMPLETE
72412025-02-01T00:52:12.089Z[ recovery-image] Feb 01 00:52:10.536 INFO O| Feb 01 00:52:10.536 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422025-02-01T00:52:12.094Z[ recovery-image] Feb 01 00:52:10.555 INFO O| Feb 01 00:52:10.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72432025-02-01T00:52:12.100Z[ recovery-image] Feb 01 00:52:10.556 INFO O| Feb 01 00:52:10.556 INFO STEP 927 (remove_files) COMPLETE
72442025-02-01T00:52:12.100Z[ recovery-image] Feb 01 00:52:10.556 INFO O| Feb 01 00:52:10.556 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452025-02-01T00:52:12.123Z[ recovery-image] Feb 01 00:52:10.585 INFO O| Feb 01 00:52:10.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72462025-02-01T00:52:12.123Z[ recovery-image] Feb 01 00:52:10.585 INFO O| Feb 01 00:52:10.585 INFO STEP 928 (remove_files) COMPLETE
72472025-02-01T00:52:12.124Z[ recovery-image] Feb 01 00:52:10.585 INFO O| Feb 01 00:52:10.585 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482025-02-01T00:52:12.188Z[ recovery-image] Feb 01 00:52:10.650 INFO O| Feb 01 00:52:10.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72492025-02-01T00:52:12.188Z[ recovery-image] Feb 01 00:52:10.650 INFO O| Feb 01 00:52:10.650 INFO STEP 929 (remove_files) COMPLETE
72502025-02-01T00:52:12.189Z[ recovery-image] Feb 01 00:52:10.650 INFO O| Feb 01 00:52:10.650 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512025-02-01T00:52:12.208Z[ recovery-image] Feb 01 00:52:10.670 INFO O| Feb 01 00:52:10.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72522025-02-01T00:52:12.208Z[ recovery-image] Feb 01 00:52:10.670 INFO O| Feb 01 00:52:10.670 INFO STEP 930 (remove_files) COMPLETE
72532025-02-01T00:52:12.215Z[ recovery-image] Feb 01 00:52:10.670 INFO O| Feb 01 00:52:10.670 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542025-02-01T00:52:12.250Z[ recovery-image] Feb 01 00:52:10.712 INFO O| Feb 01 00:52:10.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72552025-02-01T00:52:12.261Z[ recovery-image] Feb 01 00:52:10.712 INFO O| Feb 01 00:52:10.712 INFO STEP 931 (remove_files) COMPLETE
72562025-02-01T00:52:12.261Z[ recovery-image] Feb 01 00:52:10.712 INFO O| Feb 01 00:52:10.712 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572025-02-01T00:52:12.286Z[ recovery-image] Feb 01 00:52:10.748 INFO O| Feb 01 00:52:10.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72582025-02-01T00:52:12.286Z[ recovery-image] Feb 01 00:52:10.748 INFO O| Feb 01 00:52:10.748 INFO STEP 932 (remove_files) COMPLETE
72592025-02-01T00:52:12.287Z[ recovery-image] Feb 01 00:52:10.748 INFO O| Feb 01 00:52:10.748 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602025-02-01T00:52:12.322Z[ recovery-image] Feb 01 00:52:10.783 INFO O| Feb 01 00:52:10.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72612025-02-01T00:52:12.327Z[ recovery-image] Feb 01 00:52:10.783 INFO O| Feb 01 00:52:10.783 INFO STEP 933 (remove_files) COMPLETE
72622025-02-01T00:52:12.327Z[ recovery-image] Feb 01 00:52:10.783 INFO O| Feb 01 00:52:10.783 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632025-02-01T00:52:12.344Z[ recovery-image] Feb 01 00:52:10.806 INFO O| Feb 01 00:52:10.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72642025-02-01T00:52:12.344Z[ recovery-image] Feb 01 00:52:10.806 INFO O| Feb 01 00:52:10.806 INFO STEP 934 (remove_files) COMPLETE
72652025-02-01T00:52:12.345Z[ recovery-image] Feb 01 00:52:10.806 INFO O| Feb 01 00:52:10.806 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662025-02-01T00:52:12.380Z[ recovery-image] Feb 01 00:52:10.842 INFO O| Feb 01 00:52:10.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72672025-02-01T00:52:12.380Z[ recovery-image] Feb 01 00:52:10.842 INFO O| Feb 01 00:52:10.842 INFO STEP 935 (remove_files) COMPLETE
72682025-02-01T00:52:12.381Z[ recovery-image] Feb 01 00:52:10.842 INFO O| Feb 01 00:52:10.842 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692025-02-01T00:52:12.403Z[ recovery-image] Feb 01 00:52:10.864 INFO O| Feb 01 00:52:10.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72702025-02-01T00:52:12.403Z[ recovery-image] Feb 01 00:52:10.864 INFO O| Feb 01 00:52:10.864 INFO STEP 936 (remove_files) COMPLETE
72712025-02-01T00:52:12.403Z[ recovery-image] Feb 01 00:52:10.864 INFO O| Feb 01 00:52:10.864 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722025-02-01T00:52:12.429Z[ recovery-image] Feb 01 00:52:10.890 INFO O| Feb 01 00:52:10.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72732025-02-01T00:52:12.429Z[ recovery-image] Feb 01 00:52:10.890 INFO O| Feb 01 00:52:10.890 INFO STEP 937 (remove_files) COMPLETE
72742025-02-01T00:52:12.429Z[ recovery-image] Feb 01 00:52:10.890 INFO O| Feb 01 00:52:10.890 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752025-02-01T00:52:12.463Z[ recovery-image] Feb 01 00:52:10.924 INFO O| Feb 01 00:52:10.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72762025-02-01T00:52:12.485Z[ recovery-image] Feb 01 00:52:10.947 INFO O| Feb 01 00:52:10.947 INFO STEP 938 (remove_files) COMPLETE
72772025-02-01T00:52:12.486Z[ recovery-image] Feb 01 00:52:10.947 INFO O| Feb 01 00:52:10.947 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782025-02-01T00:52:12.578Z[ recovery-image] Feb 01 00:52:11.039 INFO O| Feb 01 00:52:11.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72792025-02-01T00:52:12.585Z[ recovery-image] Feb 01 00:52:11.040 INFO O| Feb 01 00:52:11.040 INFO STEP 939 (remove_files) COMPLETE
72802025-02-01T00:52:12.586Z[ recovery-image] Feb 01 00:52:11.040 INFO O| Feb 01 00:52:11.040 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812025-02-01T00:52:12.598Z[ recovery-image] Feb 01 00:52:11.059 INFO O| Feb 01 00:52:11.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72822025-02-01T00:52:12.605Z[ recovery-image] Feb 01 00:52:11.060 INFO O| Feb 01 00:52:11.059 INFO STEP 940 (remove_files) COMPLETE
72832025-02-01T00:52:12.605Z[ recovery-image] Feb 01 00:52:11.060 INFO O| Feb 01 00:52:11.060 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842025-02-01T00:52:12.618Z[ recovery-image] Feb 01 00:52:11.079 INFO O| Feb 01 00:52:11.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72852025-02-01T00:52:12.618Z[ recovery-image] Feb 01 00:52:11.079 INFO O| Feb 01 00:52:11.079 INFO STEP 941 (remove_files) COMPLETE
72862025-02-01T00:52:12.618Z[ recovery-image] Feb 01 00:52:11.079 INFO O| Feb 01 00:52:11.079 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872025-02-01T00:52:12.655Z[ recovery-image] Feb 01 00:52:11.116 INFO O| Feb 01 00:52:11.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72882025-02-01T00:52:12.655Z[ recovery-image] Feb 01 00:52:11.116 INFO O| Feb 01 00:52:11.116 INFO STEP 942 (remove_files) COMPLETE
72892025-02-01T00:52:12.655Z[ recovery-image] Feb 01 00:52:11.116 INFO O| Feb 01 00:52:11.116 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902025-02-01T00:52:12.691Z[ recovery-image] Feb 01 00:52:11.151 INFO O| Feb 01 00:52:11.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72912025-02-01T00:52:12.707Z[ recovery-image] Feb 01 00:52:11.152 INFO O| Feb 01 00:52:11.152 INFO STEP 943 (remove_files) COMPLETE
72922025-02-01T00:52:12.707Z[ recovery-image] Feb 01 00:52:11.152 INFO O| Feb 01 00:52:11.152 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932025-02-01T00:52:12.722Z[ recovery-image] Feb 01 00:52:11.183 INFO O| Feb 01 00:52:11.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72942025-02-01T00:52:12.722Z[ recovery-image] Feb 01 00:52:11.183 INFO O| Feb 01 00:52:11.183 INFO STEP 944 (remove_files) COMPLETE
72952025-02-01T00:52:12.722Z[ recovery-image] Feb 01 00:52:11.183 INFO O| Feb 01 00:52:11.183 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962025-02-01T00:52:12.745Z[ recovery-image] Feb 01 00:52:11.206 INFO O| Feb 01 00:52:11.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72972025-02-01T00:52:12.752Z[ recovery-image] Feb 01 00:52:11.207 INFO O| Feb 01 00:52:11.206 INFO STEP 945 (remove_files) COMPLETE
72982025-02-01T00:52:12.752Z[ recovery-image] Feb 01 00:52:11.207 INFO O| Feb 01 00:52:11.207 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992025-02-01T00:52:12.764Z[ recovery-image] Feb 01 00:52:11.226 INFO O| Feb 01 00:52:11.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73002025-02-01T00:52:12.775Z[ recovery-image] Feb 01 00:52:11.226 INFO O| Feb 01 00:52:11.226 INFO STEP 946 (remove_files) COMPLETE
73012025-02-01T00:52:12.776Z[ recovery-image] Feb 01 00:52:11.226 INFO O| Feb 01 00:52:11.226 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022025-02-01T00:52:12.786Z[ recovery-image] Feb 01 00:52:11.244 INFO O| Feb 01 00:52:11.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73032025-02-01T00:52:12.786Z[ recovery-image] Feb 01 00:52:11.245 INFO O| Feb 01 00:52:11.245 INFO STEP 947 (remove_files) COMPLETE
73042025-02-01T00:52:12.786Z[ recovery-image] Feb 01 00:52:11.245 INFO O| Feb 01 00:52:11.245 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052025-02-01T00:52:12.801Z[ recovery-image] Feb 01 00:52:11.263 INFO O| Feb 01 00:52:11.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73062025-02-01T00:52:12.811Z[ recovery-image] Feb 01 00:52:11.263 INFO O| Feb 01 00:52:11.263 INFO STEP 948 (remove_files) COMPLETE
73072025-02-01T00:52:12.811Z[ recovery-image] Feb 01 00:52:11.263 INFO O| Feb 01 00:52:11.263 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082025-02-01T00:52:12.861Z[ recovery-image] Feb 01 00:52:11.322 INFO O| Feb 01 00:52:11.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73092025-02-01T00:52:12.861Z[ recovery-image] Feb 01 00:52:11.322 INFO O| Feb 01 00:52:11.322 INFO STEP 949 (remove_files) COMPLETE
73102025-02-01T00:52:12.869Z[ recovery-image] Feb 01 00:52:11.322 INFO O| Feb 01 00:52:11.322 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112025-02-01T00:52:12.896Z[ recovery-image] Feb 01 00:52:11.357 INFO O| Feb 01 00:52:11.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73122025-02-01T00:52:12.896Z[ recovery-image] Feb 01 00:52:11.358 INFO O| Feb 01 00:52:11.357 INFO STEP 950 (remove_files) COMPLETE
73132025-02-01T00:52:12.896Z[ recovery-image] Feb 01 00:52:11.358 INFO O| Feb 01 00:52:11.357 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142025-02-01T00:52:12.956Z[ recovery-image] Feb 01 00:52:11.417 INFO O| Feb 01 00:52:11.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73152025-02-01T00:52:12.956Z[ recovery-image] Feb 01 00:52:11.417 INFO O| Feb 01 00:52:11.417 INFO STEP 951 (remove_files) COMPLETE
73162025-02-01T00:52:12.956Z[ recovery-image] Feb 01 00:52:11.417 INFO O| Feb 01 00:52:11.417 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172025-02-01T00:52:12.975Z[ recovery-image] Feb 01 00:52:11.436 INFO O| Feb 01 00:52:11.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73182025-02-01T00:52:12.975Z[ recovery-image] Feb 01 00:52:11.436 INFO O| Feb 01 00:52:11.436 INFO STEP 952 (remove_files) COMPLETE
73192025-02-01T00:52:12.975Z[ recovery-image] Feb 01 00:52:11.436 INFO O| Feb 01 00:52:11.436 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202025-02-01T00:52:12.995Z[ recovery-image] Feb 01 00:52:11.455 INFO O| Feb 01 00:52:11.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73212025-02-01T00:52:12.995Z[ recovery-image] Feb 01 00:52:11.455 INFO O| Feb 01 00:52:11.455 INFO STEP 953 (remove_files) COMPLETE
73222025-02-01T00:52:12.995Z[ recovery-image] Feb 01 00:52:11.455 INFO O| Feb 01 00:52:11.455 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232025-02-01T00:52:13.033Z[ recovery-image] Feb 01 00:52:11.494 INFO O| Feb 01 00:52:11.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73242025-02-01T00:52:13.033Z[ recovery-image] Feb 01 00:52:11.494 INFO O| Feb 01 00:52:11.494 INFO STEP 954 (remove_files) COMPLETE
73252025-02-01T00:52:13.033Z[ recovery-image] Feb 01 00:52:11.494 INFO O| Feb 01 00:52:11.494 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262025-02-01T00:52:13.075Z[ recovery-image] Feb 01 00:52:11.536 INFO O| Feb 01 00:52:11.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73272025-02-01T00:52:13.075Z[ recovery-image] Feb 01 00:52:11.536 INFO O| Feb 01 00:52:11.536 INFO STEP 955 (remove_files) COMPLETE
73282025-02-01T00:52:13.075Z[ recovery-image] Feb 01 00:52:11.536 INFO O| Feb 01 00:52:11.536 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292025-02-01T00:52:13.118Z[ recovery-image] Feb 01 00:52:11.579 INFO O| Feb 01 00:52:11.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73302025-02-01T00:52:13.124Z[ recovery-image] Feb 01 00:52:11.579 INFO O| Feb 01 00:52:11.579 INFO STEP 956 (remove_files) COMPLETE
73312025-02-01T00:52:13.124Z[ recovery-image] Feb 01 00:52:11.580 INFO O| Feb 01 00:52:11.579 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322025-02-01T00:52:13.138Z[ recovery-image] Feb 01 00:52:11.600 INFO O| Feb 01 00:52:11.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73332025-02-01T00:52:13.139Z[ recovery-image] Feb 01 00:52:11.600 INFO O| Feb 01 00:52:11.600 INFO STEP 957 (remove_files) COMPLETE
73342025-02-01T00:52:13.146Z[ recovery-image] Feb 01 00:52:11.600 INFO O| Feb 01 00:52:11.600 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352025-02-01T00:52:13.158Z[ recovery-image] Feb 01 00:52:11.619 INFO O| Feb 01 00:52:11.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73362025-02-01T00:52:13.158Z[ recovery-image] Feb 01 00:52:11.619 INFO O| Feb 01 00:52:11.619 INFO STEP 958 (remove_files) COMPLETE
73372025-02-01T00:52:13.158Z[ recovery-image] Feb 01 00:52:11.619 INFO O| Feb 01 00:52:11.619 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382025-02-01T00:52:13.191Z[ recovery-image] Feb 01 00:52:11.652 INFO O| Feb 01 00:52:11.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73392025-02-01T00:52:13.191Z[ recovery-image] Feb 01 00:52:11.652 INFO O| Feb 01 00:52:11.652 INFO STEP 959 (remove_files) COMPLETE
73402025-02-01T00:52:13.191Z[ recovery-image] Feb 01 00:52:11.652 INFO O| Feb 01 00:52:11.652 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412025-02-01T00:52:13.232Z[ recovery-image] Feb 01 00:52:11.693 INFO O| Feb 01 00:52:11.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73422025-02-01T00:52:13.239Z[ recovery-image] Feb 01 00:52:11.693 INFO O| Feb 01 00:52:11.693 INFO STEP 960 (remove_files) COMPLETE
73432025-02-01T00:52:13.239Z[ recovery-image] Feb 01 00:52:11.693 INFO O| Feb 01 00:52:11.693 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442025-02-01T00:52:13.254Z[ recovery-image] Feb 01 00:52:11.716 INFO O| Feb 01 00:52:11.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73452025-02-01T00:52:13.262Z[ recovery-image] Feb 01 00:52:11.716 INFO O| Feb 01 00:52:11.716 INFO STEP 961 (remove_files) COMPLETE
73462025-02-01T00:52:13.262Z[ recovery-image] Feb 01 00:52:11.716 INFO O| Feb 01 00:52:11.716 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472025-02-01T00:52:13.276Z[ recovery-image] Feb 01 00:52:11.737 INFO O| Feb 01 00:52:11.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73482025-02-01T00:52:13.284Z[ recovery-image] Feb 01 00:52:11.738 INFO O| Feb 01 00:52:11.738 INFO STEP 962 (remove_files) COMPLETE
73492025-02-01T00:52:13.284Z[ recovery-image] Feb 01 00:52:11.738 INFO O| Feb 01 00:52:11.738 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502025-02-01T00:52:13.299Z[ recovery-image] Feb 01 00:52:11.760 INFO O| Feb 01 00:52:11.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73512025-02-01T00:52:13.308Z[ recovery-image] Feb 01 00:52:11.760 INFO O| Feb 01 00:52:11.760 INFO STEP 963 (remove_files) COMPLETE
73522025-02-01T00:52:13.308Z[ recovery-image] Feb 01 00:52:11.760 INFO O| Feb 01 00:52:11.760 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532025-02-01T00:52:13.322Z[ recovery-image] Feb 01 00:52:11.780 INFO O| Feb 01 00:52:11.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73542025-02-01T00:52:13.322Z[ recovery-image] Feb 01 00:52:11.781 INFO O| Feb 01 00:52:11.781 INFO STEP 964 (remove_files) COMPLETE
73552025-02-01T00:52:13.322Z[ recovery-image] Feb 01 00:52:11.781 INFO O| Feb 01 00:52:11.781 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562025-02-01T00:52:13.339Z[ recovery-image] Feb 01 00:52:11.800 INFO O| Feb 01 00:52:11.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73572025-02-01T00:52:13.345Z[ recovery-image] Feb 01 00:52:11.800 INFO O| Feb 01 00:52:11.800 INFO STEP 965 (remove_files) COMPLETE
73582025-02-01T00:52:13.345Z[ recovery-image] Feb 01 00:52:11.800 INFO O| Feb 01 00:52:11.800 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592025-02-01T00:52:13.378Z[ recovery-image] Feb 01 00:52:11.839 INFO O| Feb 01 00:52:11.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73602025-02-01T00:52:13.378Z[ recovery-image] Feb 01 00:52:11.839 INFO O| Feb 01 00:52:11.839 INFO STEP 966 (remove_files) COMPLETE
73612025-02-01T00:52:13.378Z[ recovery-image] Feb 01 00:52:11.839 INFO O| Feb 01 00:52:11.839 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622025-02-01T00:52:13.399Z[ recovery-image] Feb 01 00:52:11.860 INFO O| Feb 01 00:52:11.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73632025-02-01T00:52:13.400Z[ recovery-image] Feb 01 00:52:11.860 INFO O| Feb 01 00:52:11.860 INFO STEP 967 (remove_files) COMPLETE
73642025-02-01T00:52:13.400Z[ recovery-image] Feb 01 00:52:11.860 INFO O| Feb 01 00:52:11.860 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652025-02-01T00:52:13.435Z[ recovery-image] Feb 01 00:52:11.896 INFO O| Feb 01 00:52:11.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73662025-02-01T00:52:13.435Z[ recovery-image] Feb 01 00:52:11.896 INFO O| Feb 01 00:52:11.896 INFO STEP 968 (remove_files) COMPLETE
73672025-02-01T00:52:13.454Z[ recovery-image] Feb 01 00:52:11.896 INFO O| Feb 01 00:52:11.896 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682025-02-01T00:52:13.458Z[ recovery-image] Feb 01 00:52:11.916 INFO O| Feb 01 00:52:11.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73692025-02-01T00:52:13.458Z[ recovery-image] Feb 01 00:52:11.916 INFO O| Feb 01 00:52:11.916 INFO STEP 969 (remove_files) COMPLETE
73702025-02-01T00:52:13.458Z[ recovery-image] Feb 01 00:52:11.916 INFO O| Feb 01 00:52:11.916 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712025-02-01T00:52:13.473Z[ recovery-image] Feb 01 00:52:11.934 INFO O| Feb 01 00:52:11.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73722025-02-01T00:52:13.473Z[ recovery-image] Feb 01 00:52:11.934 INFO O| Feb 01 00:52:11.934 INFO STEP 970 (remove_files) COMPLETE
73732025-02-01T00:52:13.473Z[ recovery-image] Feb 01 00:52:11.934 INFO O| Feb 01 00:52:11.934 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742025-02-01T00:52:13.513Z[ recovery-image] Feb 01 00:52:11.974 INFO O| Feb 01 00:52:11.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73752025-02-01T00:52:13.513Z[ recovery-image] Feb 01 00:52:11.974 INFO O| Feb 01 00:52:11.974 INFO STEP 971 (remove_files) COMPLETE
73762025-02-01T00:52:13.513Z[ recovery-image] Feb 01 00:52:11.974 INFO O| Feb 01 00:52:11.974 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772025-02-01T00:52:13.534Z[ recovery-image] Feb 01 00:52:11.994 INFO O| Feb 01 00:52:11.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73782025-02-01T00:52:13.534Z[ recovery-image] Feb 01 00:52:11.994 INFO O| Feb 01 00:52:11.994 INFO STEP 972 (remove_files) COMPLETE
73792025-02-01T00:52:13.534Z[ recovery-image] Feb 01 00:52:11.994 INFO O| Feb 01 00:52:11.994 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802025-02-01T00:52:13.557Z[ recovery-image] Feb 01 00:52:12.012 INFO O| Feb 01 00:52:12.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73812025-02-01T00:52:13.557Z[ recovery-image] Feb 01 00:52:12.012 INFO O| Feb 01 00:52:12.012 INFO STEP 973 (remove_files) COMPLETE
73822025-02-01T00:52:13.558Z[ recovery-image] Feb 01 00:52:12.012 INFO O| Feb 01 00:52:12.012 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832025-02-01T00:52:13.585Z[ recovery-image] Feb 01 00:52:12.044 INFO O| Feb 01 00:52:12.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73842025-02-01T00:52:13.585Z[ recovery-image] Feb 01 00:52:12.044 INFO O| Feb 01 00:52:12.044 INFO STEP 974 (remove_files) COMPLETE
73852025-02-01T00:52:13.585Z[ recovery-image] Feb 01 00:52:12.044 INFO O| Feb 01 00:52:12.044 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862025-02-01T00:52:13.640Z[ recovery-image] Feb 01 00:52:12.101 INFO O| Feb 01 00:52:12.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73872025-02-01T00:52:13.640Z[ recovery-image] Feb 01 00:52:12.101 INFO O| Feb 01 00:52:12.101 INFO STEP 975 (remove_files) COMPLETE
73882025-02-01T00:52:13.640Z[ recovery-image] Feb 01 00:52:12.101 INFO O| Feb 01 00:52:12.101 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892025-02-01T00:52:13.658Z[ recovery-image] Feb 01 00:52:12.119 INFO O| Feb 01 00:52:12.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73902025-02-01T00:52:13.658Z[ recovery-image] Feb 01 00:52:12.119 INFO O| Feb 01 00:52:12.119 INFO STEP 976 (remove_files) COMPLETE
73912025-02-01T00:52:13.658Z[ recovery-image] Feb 01 00:52:12.119 INFO O| Feb 01 00:52:12.119 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922025-02-01T00:52:13.676Z[ recovery-image] Feb 01 00:52:12.137 INFO O| Feb 01 00:52:12.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73932025-02-01T00:52:13.676Z[ recovery-image] Feb 01 00:52:12.137 INFO O| Feb 01 00:52:12.137 INFO STEP 977 (remove_files) COMPLETE
73942025-02-01T00:52:13.683Z[ recovery-image] Feb 01 00:52:12.137 INFO O| Feb 01 00:52:12.137 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952025-02-01T00:52:13.696Z[ recovery-image] Feb 01 00:52:12.157 INFO O| Feb 01 00:52:12.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73962025-02-01T00:52:13.696Z[ recovery-image] Feb 01 00:52:12.158 INFO O| Feb 01 00:52:12.158 INFO STEP 978 (remove_files) COMPLETE
73972025-02-01T00:52:13.703Z[ recovery-image] Feb 01 00:52:12.158 INFO O| Feb 01 00:52:12.158 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982025-02-01T00:52:13.751Z[ recovery-image] Feb 01 00:52:12.212 INFO O| Feb 01 00:52:12.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73992025-02-01T00:52:13.751Z[ recovery-image] Feb 01 00:52:12.212 INFO O| Feb 01 00:52:12.212 INFO STEP 979 (remove_files) COMPLETE
74002025-02-01T00:52:13.756Z[ recovery-image] Feb 01 00:52:12.212 INFO O| Feb 01 00:52:12.212 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012025-02-01T00:52:13.771Z[ recovery-image] Feb 01 00:52:12.231 INFO O| Feb 01 00:52:12.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74022025-02-01T00:52:13.771Z[ recovery-image] Feb 01 00:52:12.231 INFO O| Feb 01 00:52:12.231 INFO STEP 980 (remove_files) COMPLETE
74032025-02-01T00:52:13.777Z[ recovery-image] Feb 01 00:52:12.231 INFO O| Feb 01 00:52:12.231 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042025-02-01T00:52:13.790Z[ recovery-image] Feb 01 00:52:12.251 INFO O| Feb 01 00:52:12.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74052025-02-01T00:52:13.790Z[ recovery-image] Feb 01 00:52:12.251 INFO O| Feb 01 00:52:12.251 INFO STEP 981 (remove_files) COMPLETE
74062025-02-01T00:52:13.800Z[ recovery-image] Feb 01 00:52:12.251 INFO O| Feb 01 00:52:12.251 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072025-02-01T00:52:13.827Z[ recovery-image] Feb 01 00:52:12.283 INFO O| Feb 01 00:52:12.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74082025-02-01T00:52:13.834Z[ recovery-image] Feb 01 00:52:12.284 INFO O| Feb 01 00:52:12.284 INFO STEP 982 (remove_files) COMPLETE
74092025-02-01T00:52:13.834Z[ recovery-image] Feb 01 00:52:12.284 INFO O| Feb 01 00:52:12.284 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102025-02-01T00:52:13.877Z[ recovery-image] Feb 01 00:52:12.336 INFO O| Feb 01 00:52:12.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74112025-02-01T00:52:13.888Z[ recovery-image] Feb 01 00:52:12.336 INFO O| Feb 01 00:52:12.336 INFO STEP 983 (remove_files) COMPLETE
74122025-02-01T00:52:13.888Z[ recovery-image] Feb 01 00:52:12.336 INFO O| Feb 01 00:52:12.336 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132025-02-01T00:52:13.896Z[ recovery-image] Feb 01 00:52:12.357 INFO O| Feb 01 00:52:12.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74142025-02-01T00:52:13.915Z[ recovery-image] Feb 01 00:52:12.376 INFO O| Feb 01 00:52:12.376 INFO STEP 984 (remove_files) COMPLETE
74152025-02-01T00:52:13.915Z[ recovery-image] Feb 01 00:52:12.376 INFO O| Feb 01 00:52:12.376 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162025-02-01T00:52:13.949Z[ recovery-image] Feb 01 00:52:12.409 INFO O| Feb 01 00:52:12.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74172025-02-01T00:52:13.949Z[ recovery-image] Feb 01 00:52:12.409 INFO O| Feb 01 00:52:12.409 INFO STEP 985 (remove_files) COMPLETE
74182025-02-01T00:52:13.956Z[ recovery-image] Feb 01 00:52:12.410 INFO O| Feb 01 00:52:12.409 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192025-02-01T00:52:13.972Z[ recovery-image] Feb 01 00:52:12.433 INFO O| Feb 01 00:52:12.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74202025-02-01T00:52:13.972Z[ recovery-image] Feb 01 00:52:12.433 INFO O| Feb 01 00:52:12.433 INFO STEP 986 (remove_files) COMPLETE
74212025-02-01T00:52:13.972Z[ recovery-image] Feb 01 00:52:12.433 INFO O| Feb 01 00:52:12.433 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222025-02-01T00:52:14.001Z[ recovery-image] Feb 01 00:52:12.462 INFO O| Feb 01 00:52:12.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74232025-02-01T00:52:14.001Z[ recovery-image] Feb 01 00:52:12.462 INFO O| Feb 01 00:52:12.462 INFO STEP 987 (remove_files) COMPLETE
74242025-02-01T00:52:14.010Z[ recovery-image] Feb 01 00:52:12.462 INFO O| Feb 01 00:52:12.462 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252025-02-01T00:52:14.109Z[ recovery-image] Feb 01 00:52:12.570 INFO O| Feb 01 00:52:12.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74262025-02-01T00:52:14.117Z[ recovery-image] Feb 01 00:52:12.570 INFO O| Feb 01 00:52:12.570 INFO STEP 988 (remove_files) COMPLETE
74272025-02-01T00:52:14.118Z[ recovery-image] Feb 01 00:52:12.570 INFO O| Feb 01 00:52:12.570 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282025-02-01T00:52:14.137Z[ recovery-image] Feb 01 00:52:12.598 INFO O| Feb 01 00:52:12.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74292025-02-01T00:52:14.137Z[ recovery-image] Feb 01 00:52:12.598 INFO O| Feb 01 00:52:12.598 INFO STEP 989 (remove_files) COMPLETE
74302025-02-01T00:52:14.137Z[ recovery-image] Feb 01 00:52:12.598 INFO O| Feb 01 00:52:12.598 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312025-02-01T00:52:14.157Z[ recovery-image] Feb 01 00:52:12.618 INFO O| Feb 01 00:52:12.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74322025-02-01T00:52:14.165Z[ recovery-image] Feb 01 00:52:12.618 INFO O| Feb 01 00:52:12.618 INFO STEP 990 (remove_files) COMPLETE
74332025-02-01T00:52:14.165Z[ recovery-image] Feb 01 00:52:12.618 INFO O| Feb 01 00:52:12.618 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342025-02-01T00:52:14.177Z[ recovery-image] Feb 01 00:52:12.638 INFO O| Feb 01 00:52:12.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74352025-02-01T00:52:14.177Z[ recovery-image] Feb 01 00:52:12.638 INFO O| Feb 01 00:52:12.638 INFO STEP 991 (remove_files) COMPLETE
74362025-02-01T00:52:14.177Z[ recovery-image] Feb 01 00:52:12.638 INFO O| Feb 01 00:52:12.638 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372025-02-01T00:52:14.197Z[ recovery-image] Feb 01 00:52:12.658 INFO O| Feb 01 00:52:12.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74382025-02-01T00:52:14.198Z[ recovery-image] Feb 01 00:52:12.659 INFO O| Feb 01 00:52:12.659 INFO STEP 992 (remove_files) COMPLETE
74392025-02-01T00:52:14.198Z[ recovery-image] Feb 01 00:52:12.659 INFO O| Feb 01 00:52:12.659 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402025-02-01T00:52:14.217Z[ recovery-image] Feb 01 00:52:12.678 INFO O| Feb 01 00:52:12.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74412025-02-01T00:52:14.217Z[ recovery-image] Feb 01 00:52:12.678 INFO O| Feb 01 00:52:12.678 INFO STEP 993 (remove_files) COMPLETE
74422025-02-01T00:52:14.225Z[ recovery-image] Feb 01 00:52:12.678 INFO O| Feb 01 00:52:12.678 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432025-02-01T00:52:14.238Z[ recovery-image] Feb 01 00:52:12.699 INFO O| Feb 01 00:52:12.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74442025-02-01T00:52:14.238Z[ recovery-image] Feb 01 00:52:12.699 INFO O| Feb 01 00:52:12.699 INFO STEP 994 (remove_files) COMPLETE
74452025-02-01T00:52:14.238Z[ recovery-image] Feb 01 00:52:12.699 INFO O| Feb 01 00:52:12.699 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462025-02-01T00:52:14.260Z[ recovery-image] Feb 01 00:52:12.720 INFO O| Feb 01 00:52:12.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74472025-02-01T00:52:14.260Z[ recovery-image] Feb 01 00:52:12.720 INFO O| Feb 01 00:52:12.720 INFO STEP 995 (remove_files) COMPLETE
74482025-02-01T00:52:14.260Z[ recovery-image] Feb 01 00:52:12.720 INFO O| Feb 01 00:52:12.720 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492025-02-01T00:52:14.286Z[ recovery-image] Feb 01 00:52:12.741 INFO O| Feb 01 00:52:12.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74502025-02-01T00:52:14.286Z[ recovery-image] Feb 01 00:52:12.741 INFO O| Feb 01 00:52:12.741 INFO STEP 996 (remove_files) COMPLETE
74512025-02-01T00:52:14.286Z[ recovery-image] Feb 01 00:52:12.741 INFO O| Feb 01 00:52:12.741 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522025-02-01T00:52:14.300Z[ recovery-image] Feb 01 00:52:12.760 INFO O| Feb 01 00:52:12.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74532025-02-01T00:52:14.300Z[ recovery-image] Feb 01 00:52:12.760 INFO O| Feb 01 00:52:12.760 INFO STEP 997 (remove_files) COMPLETE
74542025-02-01T00:52:14.300Z[ recovery-image] Feb 01 00:52:12.760 INFO O| Feb 01 00:52:12.760 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552025-02-01T00:52:14.323Z[ recovery-image] Feb 01 00:52:12.780 INFO O| Feb 01 00:52:12.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74562025-02-01T00:52:14.323Z[ recovery-image] Feb 01 00:52:12.780 INFO O| Feb 01 00:52:12.780 INFO STEP 998 (remove_files) COMPLETE
74572025-02-01T00:52:14.323Z[ recovery-image] Feb 01 00:52:12.780 INFO O| Feb 01 00:52:12.780 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582025-02-01T00:52:14.341Z[ recovery-image] Feb 01 00:52:12.799 INFO O| Feb 01 00:52:12.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74592025-02-01T00:52:14.341Z[ recovery-image] Feb 01 00:52:12.799 INFO O| Feb 01 00:52:12.799 INFO STEP 999 (remove_files) COMPLETE
74602025-02-01T00:52:14.341Z[ recovery-image] Feb 01 00:52:12.799 INFO O| Feb 01 00:52:12.799 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612025-02-01T00:52:14.358Z[ recovery-image] Feb 01 00:52:12.819 INFO O| Feb 01 00:52:12.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74622025-02-01T00:52:14.358Z[ recovery-image] Feb 01 00:52:12.819 INFO O| Feb 01 00:52:12.819 INFO STEP 1000 (remove_files) COMPLETE
74632025-02-01T00:52:14.358Z[ recovery-image] Feb 01 00:52:12.819 INFO O| Feb 01 00:52:12.819 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642025-02-01T00:52:14.377Z[ recovery-image] Feb 01 00:52:12.838 INFO O| Feb 01 00:52:12.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74652025-02-01T00:52:14.377Z[ recovery-image] Feb 01 00:52:12.838 INFO O| Feb 01 00:52:12.838 INFO STEP 1001 (remove_files) COMPLETE
74662025-02-01T00:52:14.377Z[ recovery-image] Feb 01 00:52:12.838 INFO O| Feb 01 00:52:12.838 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672025-02-01T00:52:14.417Z[ recovery-image] Feb 01 00:52:12.878 INFO O| Feb 01 00:52:12.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74682025-02-01T00:52:14.425Z[ recovery-image] Feb 01 00:52:12.878 INFO O| Feb 01 00:52:12.878 INFO STEP 1002 (remove_files) COMPLETE
74692025-02-01T00:52:14.425Z[ recovery-image] Feb 01 00:52:12.878 INFO O| Feb 01 00:52:12.878 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702025-02-01T00:52:14.437Z[ recovery-image] Feb 01 00:52:12.898 INFO O| Feb 01 00:52:12.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74712025-02-01T00:52:14.437Z[ recovery-image] Feb 01 00:52:12.898 INFO O| Feb 01 00:52:12.898 INFO STEP 1003 (remove_files) COMPLETE
74722025-02-01T00:52:14.444Z[ recovery-image] Feb 01 00:52:12.898 INFO O| Feb 01 00:52:12.898 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732025-02-01T00:52:14.456Z[ recovery-image] Feb 01 00:52:12.917 INFO O| Feb 01 00:52:12.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74742025-02-01T00:52:14.456Z[ recovery-image] Feb 01 00:52:12.917 INFO O| Feb 01 00:52:12.917 INFO STEP 1004 (remove_files) COMPLETE
74752025-02-01T00:52:14.456Z[ recovery-image] Feb 01 00:52:12.917 INFO O| Feb 01 00:52:12.917 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762025-02-01T00:52:14.474Z[ recovery-image] Feb 01 00:52:12.935 INFO O| Feb 01 00:52:12.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74772025-02-01T00:52:14.474Z[ recovery-image] Feb 01 00:52:12.935 INFO O| Feb 01 00:52:12.935 INFO STEP 1005 (remove_files) COMPLETE
74782025-02-01T00:52:14.481Z[ recovery-image] Feb 01 00:52:12.935 INFO O| Feb 01 00:52:12.935 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792025-02-01T00:52:14.494Z[ recovery-image] Feb 01 00:52:12.952 INFO O| Feb 01 00:52:12.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74802025-02-01T00:52:14.494Z[ recovery-image] Feb 01 00:52:12.952 INFO O| Feb 01 00:52:12.952 INFO STEP 1006 (remove_files) COMPLETE
74812025-02-01T00:52:14.512Z[ recovery-image] Feb 01 00:52:12.952 INFO O| Feb 01 00:52:12.952 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822025-02-01T00:52:14.580Z[ recovery-image] Feb 01 00:52:13.040 INFO O| Feb 01 00:52:13.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74832025-02-01T00:52:14.590Z[ recovery-image] Feb 01 00:52:13.040 INFO O| Feb 01 00:52:13.040 INFO STEP 1007 (remove_files) COMPLETE
74842025-02-01T00:52:14.590Z[ recovery-image] Feb 01 00:52:13.040 INFO O| Feb 01 00:52:13.040 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852025-02-01T00:52:14.599Z[ recovery-image] Feb 01 00:52:13.060 INFO O| Feb 01 00:52:13.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74862025-02-01T00:52:14.603Z[ recovery-image] Feb 01 00:52:13.061 INFO O| Feb 01 00:52:13.061 INFO STEP 1008 (remove_files) COMPLETE
74872025-02-01T00:52:14.603Z[ recovery-image] Feb 01 00:52:13.061 INFO O| Feb 01 00:52:13.061 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882025-02-01T00:52:14.618Z[ recovery-image] Feb 01 00:52:13.079 INFO O| Feb 01 00:52:13.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74892025-02-01T00:52:14.621Z[ recovery-image] Feb 01 00:52:13.079 INFO O| Feb 01 00:52:13.079 INFO STEP 1009 (remove_files) COMPLETE
74902025-02-01T00:52:14.621Z[ recovery-image] Feb 01 00:52:13.079 INFO O| Feb 01 00:52:13.079 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912025-02-01T00:52:14.652Z[ recovery-image] Feb 01 00:52:13.104 INFO O| Feb 01 00:52:13.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74922025-02-01T00:52:14.652Z[ recovery-image] Feb 01 00:52:13.104 INFO O| Feb 01 00:52:13.104 INFO STEP 1010 (remove_files) COMPLETE
74932025-02-01T00:52:14.652Z[ recovery-image] Feb 01 00:52:13.104 INFO O| Feb 01 00:52:13.104 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942025-02-01T00:52:14.741Z[ recovery-image] Feb 01 00:52:13.194 INFO O| Feb 01 00:52:13.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74952025-02-01T00:52:14.741Z[ recovery-image] Feb 01 00:52:13.194 INFO O| Feb 01 00:52:13.194 INFO STEP 1011 (remove_files) COMPLETE
74962025-02-01T00:52:14.741Z[ recovery-image] Feb 01 00:52:13.194 INFO O| Feb 01 00:52:13.194 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.245 INFO O| Feb 01 00:52:13.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74982025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.245 INFO O| Feb 01 00:52:13.245 INFO STEP 1012 (remove_files) COMPLETE
74992025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.245 INFO O| Feb 01 00:52:13.245 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.263 INFO O| Feb 01 00:52:13.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75012025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.263 INFO O| Feb 01 00:52:13.263 INFO STEP 1013 (remove_files) COMPLETE
75022025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.263 INFO O| Feb 01 00:52:13.263 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.281 INFO O| Feb 01 00:52:13.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75042025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.281 INFO O| Feb 01 00:52:13.281 INFO STEP 1014 (remove_files) COMPLETE
75052025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.281 INFO O| Feb 01 00:52:13.281 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.300 INFO O| Feb 01 00:52:13.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75072025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.300 INFO O| Feb 01 00:52:13.300 INFO STEP 1015 (remove_files) COMPLETE
75082025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.300 INFO O| Feb 01 00:52:13.300 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.320 INFO O| Feb 01 00:52:13.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75102025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.320 INFO O| Feb 01 00:52:13.320 INFO STEP 1016 (remove_files) COMPLETE
75112025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.320 INFO O| Feb 01 00:52:13.320 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.341 INFO O| Feb 01 00:52:13.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75132025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.341 INFO O| Feb 01 00:52:13.341 INFO STEP 1017 (remove_files) COMPLETE
75142025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.341 INFO O| Feb 01 00:52:13.341 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152025-02-01T00:52:18.680Z[ recovery-image] Feb 01 00:52:13.398 INFO O| Feb 01 00:52:13.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75162025-02-01T00:52:18.681Z[ recovery-image] Feb 01 00:52:13.399 INFO O| Feb 01 00:52:13.399 INFO STEP 1018 (remove_files) COMPLETE
75172025-02-01T00:52:18.681Z[ recovery-image] Feb 01 00:52:13.399 INFO O| Feb 01 00:52:13.399 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182025-02-01T00:52:18.681Z[ recovery-image] Feb 01 00:52:13.477 INFO O| Feb 01 00:52:13.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75192025-02-01T00:52:18.681Z[ recovery-image] Feb 01 00:52:13.477 INFO O| Feb 01 00:52:13.477 INFO STEP 1019 (remove_files) COMPLETE
75202025-02-01T00:52:18.681Z[ recovery-image] Feb 01 00:52:13.477 INFO O| Feb 01 00:52:13.477 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212025-02-01T00:52:18.681Z[ recovery-image] Feb 01 00:52:13.496 INFO O| Feb 01 00:52:13.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75222025-02-01T00:52:18.681Z[ recovery-image] Feb 01 00:52:13.496 INFO O| Feb 01 00:52:13.496 INFO STEP 1020 (remove_files) COMPLETE
75232025-02-01T00:52:18.681Z[ recovery-image] Feb 01 00:52:13.496 INFO O| Feb 01 00:52:13.496 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.530 INFO O| Feb 01 00:52:13.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75252025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.531 INFO O| Feb 01 00:52:13.530 INFO STEP 1021 (remove_files) COMPLETE
75262025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.531 INFO O| Feb 01 00:52:13.531 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.558 INFO O| Feb 01 00:52:13.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75282025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.558 INFO O| Feb 01 00:52:13.558 INFO STEP 1022 (remove_files) COMPLETE
75292025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.558 INFO O| Feb 01 00:52:13.558 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.577 INFO O| Feb 01 00:52:13.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75312025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.577 INFO O| Feb 01 00:52:13.577 INFO STEP 1023 (remove_files) COMPLETE
75322025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.577 INFO O| Feb 01 00:52:13.577 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.601 INFO O| Feb 01 00:52:13.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75342025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.601 INFO O| Feb 01 00:52:13.601 INFO STEP 1024 (remove_files) COMPLETE
75352025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.601 INFO O| Feb 01 00:52:13.601 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.625 INFO O| Feb 01 00:52:13.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75372025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.625 INFO O| Feb 01 00:52:13.625 INFO STEP 1025 (remove_files) COMPLETE
75382025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.625 INFO O| Feb 01 00:52:13.625 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.659 INFO O| Feb 01 00:52:13.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75402025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.660 INFO O| Feb 01 00:52:13.660 INFO STEP 1026 (remove_files) COMPLETE
75412025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.660 INFO O| Feb 01 00:52:13.660 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.680 INFO O| Feb 01 00:52:13.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75432025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.680 INFO O| Feb 01 00:52:13.680 INFO STEP 1027 (remove_files) COMPLETE
75442025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.681 INFO O| Feb 01 00:52:13.680 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452025-02-01T00:52:18.700Z[ recovery-image] Feb 01 00:52:13.706 INFO O| Feb 01 00:52:13.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75462025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.706 INFO O| Feb 01 00:52:13.706 INFO STEP 1028 (remove_files) COMPLETE
75472025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.706 INFO O| Feb 01 00:52:13.706 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.747 INFO O| Feb 01 00:52:13.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75492025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.747 INFO O| Feb 01 00:52:13.747 INFO STEP 1029 (remove_files) COMPLETE
75502025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.747 INFO O| Feb 01 00:52:13.747 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.769 INFO O| Feb 01 00:52:13.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75522025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.769 INFO O| Feb 01 00:52:13.769 INFO STEP 1030 (remove_files) COMPLETE
75532025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.769 INFO O| Feb 01 00:52:13.769 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.790 INFO O| Feb 01 00:52:13.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75552025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.790 INFO O| Feb 01 00:52:13.790 INFO STEP 1031 (remove_files) COMPLETE
75562025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.790 INFO O| Feb 01 00:52:13.790 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.813 INFO O| Feb 01 00:52:13.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75582025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.813 INFO O| Feb 01 00:52:13.813 INFO STEP 1032 (remove_files) COMPLETE
75592025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.813 INFO O| Feb 01 00:52:13.813 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.876 INFO O| Feb 01 00:52:13.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75612025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.876 INFO O| Feb 01 00:52:13.876 INFO STEP 1033 (remove_files) COMPLETE
75622025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.876 INFO O| Feb 01 00:52:13.876 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.895 INFO O| Feb 01 00:52:13.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75642025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.911 INFO O| Feb 01 00:52:13.911 INFO STEP 1034 (remove_files) COMPLETE
75652025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.911 INFO O| Feb 01 00:52:13.911 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.933 INFO O| Feb 01 00:52:13.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75672025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.934 INFO O| Feb 01 00:52:13.934 INFO STEP 1035 (remove_files) COMPLETE
75682025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.934 INFO O| Feb 01 00:52:13.934 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.954 INFO O| Feb 01 00:52:13.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75702025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.954 INFO O| Feb 01 00:52:13.954 INFO STEP 1036 (remove_files) COMPLETE
75712025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.954 INFO O| Feb 01 00:52:13.954 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.975 INFO O| Feb 01 00:52:13.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75732025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.975 INFO O| Feb 01 00:52:13.975 INFO STEP 1037 (remove_files) COMPLETE
75742025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.975 INFO O| Feb 01 00:52:13.975 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.996 INFO O| Feb 01 00:52:13.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75762025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.996 INFO O| Feb 01 00:52:13.996 INFO STEP 1038 (remove_files) COMPLETE
75772025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:13.996 INFO O| Feb 01 00:52:13.996 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:14.018 INFO O| Feb 01 00:52:14.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75792025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:14.018 INFO O| Feb 01 00:52:14.018 INFO STEP 1039 (remove_files) COMPLETE
75802025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:14.018 INFO O| Feb 01 00:52:14.018 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:14.038 INFO O| Feb 01 00:52:14.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75822025-02-01T00:52:18.701Z[ recovery-image] Feb 01 00:52:14.038 INFO O| Feb 01 00:52:14.038 INFO STEP 1040 (remove_files) COMPLETE
75832025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.038 INFO O| Feb 01 00:52:14.038 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.070 INFO O| Feb 01 00:52:14.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75852025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.071 INFO O| Feb 01 00:52:14.070 INFO STEP 1041 (remove_files) COMPLETE
75862025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.071 INFO O| Feb 01 00:52:14.071 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.113 INFO O| Feb 01 00:52:14.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75882025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.113 INFO O| Feb 01 00:52:14.113 INFO STEP 1042 (remove_files) COMPLETE
75892025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.113 INFO O| Feb 01 00:52:14.113 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.133 INFO O| Feb 01 00:52:14.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75912025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.133 INFO O| Feb 01 00:52:14.133 INFO STEP 1043 (remove_files) COMPLETE
75922025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.133 INFO O| Feb 01 00:52:14.133 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.161 INFO O| Feb 01 00:52:14.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75942025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.161 INFO O| Feb 01 00:52:14.161 INFO STEP 1044 (remove_files) COMPLETE
75952025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.161 INFO O| Feb 01 00:52:14.161 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.200 INFO O| Feb 01 00:52:14.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75972025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.200 INFO O| Feb 01 00:52:14.200 INFO STEP 1045 (remove_files) COMPLETE
75982025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.200 INFO O| Feb 01 00:52:14.200 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.219 INFO O| Feb 01 00:52:14.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76002025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.219 INFO O| Feb 01 00:52:14.219 INFO STEP 1046 (remove_files) COMPLETE
76012025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.219 INFO O| Feb 01 00:52:14.219 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.256 INFO O| Feb 01 00:52:14.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76032025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.256 INFO O| Feb 01 00:52:14.256 INFO STEP 1047 (remove_files) COMPLETE
76042025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.256 INFO O| Feb 01 00:52:14.256 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.276 INFO O| Feb 01 00:52:14.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76062025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.276 INFO O| Feb 01 00:52:14.276 INFO STEP 1048 (remove_files) COMPLETE
76072025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.276 INFO O| Feb 01 00:52:14.276 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.297 INFO O| Feb 01 00:52:14.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76092025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.297 INFO O| Feb 01 00:52:14.297 INFO STEP 1049 (remove_files) COMPLETE
76102025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.297 INFO O| Feb 01 00:52:14.297 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.327 INFO O| Feb 01 00:52:14.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76122025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.327 INFO O| Feb 01 00:52:14.327 INFO STEP 1050 (remove_files) COMPLETE
76132025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.327 INFO O| Feb 01 00:52:14.327 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.378 INFO O| Feb 01 00:52:14.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76152025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.398 INFO O| Feb 01 00:52:14.398 INFO STEP 1051 (remove_files) COMPLETE
76162025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.398 INFO O| Feb 01 00:52:14.398 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.419 INFO O| Feb 01 00:52:14.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76182025-02-01T00:52:18.702Z[ recovery-image] Feb 01 00:52:14.437 INFO O| Feb 01 00:52:14.437 INFO STEP 1052 (remove_files) COMPLETE
76192025-02-01T00:52:18.703Z[ recovery-image] Feb 01 00:52:14.437 INFO O| Feb 01 00:52:14.437 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202025-02-01T00:52:18.703Z[ recovery-image] Feb 01 00:52:14.469 INFO O| Feb 01 00:52:14.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76212025-02-01T00:52:18.703Z[ recovery-image] Feb 01 00:52:14.469 INFO O| Feb 01 00:52:14.469 INFO STEP 1053 (remove_files) COMPLETE
76222025-02-01T00:52:18.703Z[ recovery-image] Feb 01 00:52:14.469 INFO O| Feb 01 00:52:14.469 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232025-02-01T00:52:18.703Z[ recovery-image] Feb 01 00:52:14.489 INFO O| Feb 01 00:52:14.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76242025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.490 INFO O| Feb 01 00:52:14.490 INFO STEP 1054 (remove_files) COMPLETE
76252025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.490 INFO O| Feb 01 00:52:14.490 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.520 INFO O| Feb 01 00:52:14.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76272025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.520 INFO O| Feb 01 00:52:14.520 INFO STEP 1055 (remove_files) COMPLETE
76282025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.520 INFO O| Feb 01 00:52:14.520 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.540 INFO O| Feb 01 00:52:14.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76302025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.540 INFO O| Feb 01 00:52:14.540 INFO STEP 1056 (remove_files) COMPLETE
76312025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.540 INFO O| Feb 01 00:52:14.540 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.560 INFO O| Feb 01 00:52:14.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76332025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.560 INFO O| Feb 01 00:52:14.560 INFO STEP 1057 (remove_files) COMPLETE
76342025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.560 INFO O| Feb 01 00:52:14.560 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.598 INFO O| Feb 01 00:52:14.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76362025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.598 INFO O| Feb 01 00:52:14.598 INFO STEP 1058 (remove_files) COMPLETE
76372025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.598 INFO O| Feb 01 00:52:14.598 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.633 INFO O| Feb 01 00:52:14.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76392025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.633 INFO O| Feb 01 00:52:14.633 INFO STEP 1059 (remove_files) COMPLETE
76402025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.633 INFO O| Feb 01 00:52:14.633 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.694 INFO O| Feb 01 00:52:14.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76422025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.694 INFO O| Feb 01 00:52:14.694 INFO STEP 1060 (remove_files) COMPLETE
76432025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.695 INFO O| Feb 01 00:52:14.694 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.714 INFO O| Feb 01 00:52:14.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76452025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.714 INFO O| Feb 01 00:52:14.714 INFO STEP 1061 (remove_files) COMPLETE
76462025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.714 INFO O| Feb 01 00:52:14.714 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.733 INFO O| Feb 01 00:52:14.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76482025-02-01T00:52:18.708Z[ recovery-image] Feb 01 00:52:14.734 INFO O| Feb 01 00:52:14.734 INFO STEP 1062 (remove_files) COMPLETE
76492025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.734 INFO O| Feb 01 00:52:14.734 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.758 INFO O| Feb 01 00:52:14.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76512025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.758 INFO O| Feb 01 00:52:14.758 INFO STEP 1063 (remove_files) COMPLETE
76522025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.758 INFO O| Feb 01 00:52:14.758 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.778 INFO O| Feb 01 00:52:14.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76542025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.778 INFO O| Feb 01 00:52:14.778 INFO STEP 1064 (remove_files) COMPLETE
76552025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.778 INFO O| Feb 01 00:52:14.778 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.807 INFO O| Feb 01 00:52:14.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76572025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.807 INFO O| Feb 01 00:52:14.807 INFO STEP 1065 (remove_files) COMPLETE
76582025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.807 INFO O| Feb 01 00:52:14.807 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.836 INFO O| Feb 01 00:52:14.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76602025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.836 INFO O| Feb 01 00:52:14.836 INFO STEP 1066 (remove_files) COMPLETE
76612025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.836 INFO O| Feb 01 00:52:14.836 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.859 INFO O| Feb 01 00:52:14.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76632025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.859 INFO O| Feb 01 00:52:14.859 INFO STEP 1067 (remove_files) COMPLETE
76642025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.859 INFO O| Feb 01 00:52:14.859 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.880 INFO O| Feb 01 00:52:14.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76662025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.881 INFO O| Feb 01 00:52:14.881 INFO STEP 1068 (remove_files) COMPLETE
76672025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.881 INFO O| Feb 01 00:52:14.881 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.912 INFO O| Feb 01 00:52:14.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76692025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.912 INFO O| Feb 01 00:52:14.912 INFO STEP 1069 (remove_files) COMPLETE
76702025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.912 INFO O| Feb 01 00:52:14.912 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.967 INFO O| Feb 01 00:52:14.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76722025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.967 INFO O| Feb 01 00:52:14.967 INFO STEP 1070 (remove_files) COMPLETE
76732025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:14.967 INFO O| Feb 01 00:52:14.967 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:15.008 INFO O| Feb 01 00:52:15.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76752025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:15.008 INFO O| Feb 01 00:52:15.008 INFO STEP 1071 (remove_files) COMPLETE
76762025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:15.008 INFO O| Feb 01 00:52:15.008 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:15.028 INFO O| Feb 01 00:52:15.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76782025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:15.028 INFO O| Feb 01 00:52:15.028 INFO STEP 1072 (remove_files) COMPLETE
76792025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:15.028 INFO O| Feb 01 00:52:15.028 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:15.048 INFO O| Feb 01 00:52:15.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76812025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:15.048 INFO O| Feb 01 00:52:15.048 INFO STEP 1073 (remove_files) COMPLETE
76822025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:15.048 INFO O| Feb 01 00:52:15.048 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:15.086 INFO O| Feb 01 00:52:15.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76842025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:15.086 INFO O| Feb 01 00:52:15.086 INFO STEP 1074 (remove_files) COMPLETE
76852025-02-01T00:52:18.709Z[ recovery-image] Feb 01 00:52:15.086 INFO O| Feb 01 00:52:15.086 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.107 INFO O| Feb 01 00:52:15.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76872025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.107 INFO O| Feb 01 00:52:15.107 INFO STEP 1075 (remove_files) COMPLETE
76882025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.107 INFO O| Feb 01 00:52:15.107 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.127 INFO O| Feb 01 00:52:15.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76902025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.127 INFO O| Feb 01 00:52:15.127 INFO STEP 1076 (remove_files) COMPLETE
76912025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.127 INFO O| Feb 01 00:52:15.127 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.155 INFO O| Feb 01 00:52:15.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76932025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.155 INFO O| Feb 01 00:52:15.155 INFO STEP 1077 (remove_files) COMPLETE
76942025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.155 INFO O| Feb 01 00:52:15.155 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.208 INFO O| Feb 01 00:52:15.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76962025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.208 INFO O| Feb 01 00:52:15.208 INFO STEP 1078 (remove_files) COMPLETE
76972025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.208 INFO O| Feb 01 00:52:15.208 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.229 INFO O| Feb 01 00:52:15.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76992025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.229 INFO O| Feb 01 00:52:15.229 INFO STEP 1079 (remove_files) COMPLETE
77002025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.229 INFO O| Feb 01 00:52:15.229 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.249 INFO O| Feb 01 00:52:15.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77022025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.249 INFO O| Feb 01 00:52:15.249 INFO STEP 1080 (remove_files) COMPLETE
77032025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.249 INFO O| Feb 01 00:52:15.249 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.267 INFO O| Feb 01 00:52:15.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77052025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.268 INFO O| Feb 01 00:52:15.267 INFO STEP 1081 (remove_files) COMPLETE
77062025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.268 INFO O| Feb 01 00:52:15.268 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.286 INFO O| Feb 01 00:52:15.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77082025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.286 INFO O| Feb 01 00:52:15.286 INFO STEP 1082 (remove_files) COMPLETE
77092025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.286 INFO O| Feb 01 00:52:15.286 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.315 INFO O| Feb 01 00:52:15.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77112025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.316 INFO O| Feb 01 00:52:15.316 INFO STEP 1083 (remove_files) COMPLETE
77122025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.316 INFO O| Feb 01 00:52:15.316 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.352 INFO O| Feb 01 00:52:15.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77142025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.352 INFO O| Feb 01 00:52:15.352 INFO STEP 1084 (remove_files) COMPLETE
77152025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.352 INFO O| Feb 01 00:52:15.352 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.372 INFO O| Feb 01 00:52:15.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77172025-02-01T00:52:18.710Z[ recovery-image] Feb 01 00:52:15.372 INFO O| Feb 01 00:52:15.372 INFO STEP 1085 (remove_files) COMPLETE
77182025-02-01T00:52:18.711Z[ recovery-image] Feb 01 00:52:15.372 INFO O| Feb 01 00:52:15.372 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-02-01T00:52:18.711Z[ recovery-image] Feb 01 00:52:15.447 INFO O| Feb 01 00:52:15.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77202025-02-01T00:52:18.711Z[ recovery-image] Feb 01 00:52:15.447 INFO O| Feb 01 00:52:15.447 INFO STEP 1086 (remove_files) COMPLETE
77212025-02-01T00:52:18.711Z[ recovery-image] Feb 01 00:52:15.447 INFO O| Feb 01 00:52:15.447 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-02-01T00:52:18.711Z[ recovery-image] Feb 01 00:52:15.504 INFO O| Feb 01 00:52:15.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77232025-02-01T00:52:18.711Z[ recovery-image] Feb 01 00:52:15.504 INFO O| Feb 01 00:52:15.504 INFO STEP 1087 (remove_files) COMPLETE
77242025-02-01T00:52:18.714Z[ recovery-image] Feb 01 00:52:15.504 INFO O| Feb 01 00:52:15.504 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-02-01T00:52:18.714Z[ recovery-image] Feb 01 00:52:15.561 INFO O| Feb 01 00:52:15.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77262025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.561 INFO O| Feb 01 00:52:15.561 INFO STEP 1088 (remove_files) COMPLETE
77272025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.561 INFO O| Feb 01 00:52:15.561 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.586 INFO O| Feb 01 00:52:15.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77292025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.586 INFO O| Feb 01 00:52:15.586 INFO STEP 1089 (remove_files) COMPLETE
77302025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.586 INFO O| Feb 01 00:52:15.586 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.606 INFO O| Feb 01 00:52:15.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77322025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.606 INFO O| Feb 01 00:52:15.606 INFO STEP 1090 (remove_files) COMPLETE
77332025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.606 INFO O| Feb 01 00:52:15.606 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.624 INFO O| Feb 01 00:52:15.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77352025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.624 INFO O| Feb 01 00:52:15.624 INFO STEP 1091 (remove_files) COMPLETE
77362025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.624 INFO O| Feb 01 00:52:15.624 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.657 INFO O| Feb 01 00:52:15.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77382025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.658 INFO O| Feb 01 00:52:15.658 INFO STEP 1092 (remove_files) COMPLETE
77392025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.658 INFO O| Feb 01 00:52:15.658 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.678 INFO O| Feb 01 00:52:15.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77412025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.678 INFO O| Feb 01 00:52:15.678 INFO STEP 1093 (remove_files) COMPLETE
77422025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.678 INFO O| Feb 01 00:52:15.678 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.714 INFO O| Feb 01 00:52:15.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77442025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.714 INFO O| Feb 01 00:52:15.714 INFO STEP 1094 (remove_files) COMPLETE
77452025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.714 INFO O| Feb 01 00:52:15.714 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.735 INFO O| Feb 01 00:52:15.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77472025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.735 INFO O| Feb 01 00:52:15.735 INFO STEP 1095 (remove_files) COMPLETE
77482025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.735 INFO O| Feb 01 00:52:15.735 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.767 INFO O| Feb 01 00:52:15.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77502025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.767 INFO O| Feb 01 00:52:15.767 INFO STEP 1096 (remove_files) COMPLETE
77512025-02-01T00:52:18.715Z[ recovery-image] Feb 01 00:52:15.767 INFO O| Feb 01 00:52:15.767 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.805 INFO O| Feb 01 00:52:15.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77532025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.805 INFO O| Feb 01 00:52:15.805 INFO STEP 1097 (remove_files) COMPLETE
77542025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.805 INFO O| Feb 01 00:52:15.805 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.826 INFO O| Feb 01 00:52:15.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77562025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.826 INFO O| Feb 01 00:52:15.826 INFO STEP 1098 (remove_files) COMPLETE
77572025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.826 INFO O| Feb 01 00:52:15.826 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.846 INFO O| Feb 01 00:52:15.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77592025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.846 INFO O| Feb 01 00:52:15.846 INFO STEP 1099 (remove_files) COMPLETE
77602025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.846 INFO O| Feb 01 00:52:15.846 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.878 INFO O| Feb 01 00:52:15.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77622025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.878 INFO O| Feb 01 00:52:15.878 INFO STEP 1100 (remove_files) COMPLETE
77632025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.878 INFO O| Feb 01 00:52:15.878 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.898 INFO O| Feb 01 00:52:15.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77652025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.898 INFO O| Feb 01 00:52:15.898 INFO STEP 1101 (remove_files) COMPLETE
77662025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.898 INFO O| Feb 01 00:52:15.898 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.921 INFO O| Feb 01 00:52:15.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77682025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.921 INFO O| Feb 01 00:52:15.921 INFO STEP 1102 (remove_files) COMPLETE
77692025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.921 INFO O| Feb 01 00:52:15.921 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.942 INFO O| Feb 01 00:52:15.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77712025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.942 INFO O| Feb 01 00:52:15.942 INFO STEP 1103 (remove_files) COMPLETE
77722025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.942 INFO O| Feb 01 00:52:15.942 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.977 INFO O| Feb 01 00:52:15.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77742025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.977 INFO O| Feb 01 00:52:15.977 INFO STEP 1104 (remove_files) COMPLETE
77752025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:15.977 INFO O| Feb 01 00:52:15.977 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:16.009 INFO O| Feb 01 00:52:16.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77772025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:16.009 INFO O| Feb 01 00:52:16.009 INFO STEP 1105 (remove_files) COMPLETE
77782025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:16.009 INFO O| Feb 01 00:52:16.009 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:16.031 INFO O| Feb 01 00:52:16.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77802025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:16.031 INFO O| Feb 01 00:52:16.031 INFO STEP 1106 (remove_files) COMPLETE
77812025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:16.031 INFO O| Feb 01 00:52:16.031 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:16.060 INFO O| Feb 01 00:52:16.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77832025-02-01T00:52:18.716Z[ recovery-image] Feb 01 00:52:16.060 INFO O| Feb 01 00:52:16.060 INFO STEP 1107 (remove_files) COMPLETE
77842025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.060 INFO O| Feb 01 00:52:16.060 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.092 INFO O| Feb 01 00:52:16.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77862025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.092 INFO O| Feb 01 00:52:16.092 INFO STEP 1108 (remove_files) COMPLETE
77872025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.092 INFO O| Feb 01 00:52:16.092 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.135 INFO O| Feb 01 00:52:16.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77892025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.136 INFO O| Feb 01 00:52:16.136 INFO STEP 1109 (remove_files) COMPLETE
77902025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.136 INFO O| Feb 01 00:52:16.136 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.163 INFO O| Feb 01 00:52:16.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77922025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.163 INFO O| Feb 01 00:52:16.163 INFO STEP 1110 (remove_files) COMPLETE
77932025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.163 INFO O| Feb 01 00:52:16.163 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.205 INFO O| Feb 01 00:52:16.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77952025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.205 INFO O| Feb 01 00:52:16.205 INFO STEP 1111 (remove_files) COMPLETE
77962025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.205 INFO O| Feb 01 00:52:16.205 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.225 INFO O| Feb 01 00:52:16.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77982025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.225 INFO O| Feb 01 00:52:16.225 INFO STEP 1112 (remove_files) COMPLETE
77992025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.225 INFO O| Feb 01 00:52:16.225 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.285 INFO O| Feb 01 00:52:16.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78012025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.285 INFO O| Feb 01 00:52:16.285 INFO STEP 1113 (remove_files) COMPLETE
78022025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.285 INFO O| Feb 01 00:52:16.285 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.305 INFO O| Feb 01 00:52:16.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78042025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.305 INFO O| Feb 01 00:52:16.305 INFO STEP 1114 (remove_files) COMPLETE
78052025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.305 INFO O| Feb 01 00:52:16.305 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.325 INFO O| Feb 01 00:52:16.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78072025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.325 INFO O| Feb 01 00:52:16.325 INFO STEP 1115 (remove_files) COMPLETE
78082025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.325 INFO O| Feb 01 00:52:16.325 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.363 INFO O| Feb 01 00:52:16.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78102025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.363 INFO O| Feb 01 00:52:16.363 INFO STEP 1116 (remove_files) COMPLETE
78112025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.363 INFO O| Feb 01 00:52:16.363 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.382 INFO O| Feb 01 00:52:16.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78132025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.382 INFO O| Feb 01 00:52:16.382 INFO STEP 1117 (remove_files) COMPLETE
78142025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.382 INFO O| Feb 01 00:52:16.382 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.419 INFO O| Feb 01 00:52:16.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78162025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.419 INFO O| Feb 01 00:52:16.419 INFO STEP 1118 (remove_files) COMPLETE
78172025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.419 INFO O| Feb 01 00:52:16.419 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.478 INFO O| Feb 01 00:52:16.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78192025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.478 INFO O| Feb 01 00:52:16.478 INFO STEP 1119 (remove_files) COMPLETE
78202025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.478 INFO O| Feb 01 00:52:16.478 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-02-01T00:52:18.717Z[ recovery-image] Feb 01 00:52:16.500 INFO O| Feb 01 00:52:16.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78222025-02-01T00:52:18.718Z[ recovery-image] Feb 01 00:52:16.500 INFO O| Feb 01 00:52:16.500 INFO STEP 1120 (remove_files) COMPLETE
78232025-02-01T00:52:18.718Z[ recovery-image] Feb 01 00:52:16.500 INFO O| Feb 01 00:52:16.500 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-02-01T00:52:18.722Z[ recovery-image] Feb 01 00:52:16.543 INFO O| Feb 01 00:52:16.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78252025-02-01T00:52:18.722Z[ recovery-image] Feb 01 00:52:16.543 INFO O| Feb 01 00:52:16.543 INFO STEP 1121 (remove_files) COMPLETE
78262025-02-01T00:52:18.722Z[ recovery-image] Feb 01 00:52:16.544 INFO O| Feb 01 00:52:16.543 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-02-01T00:52:18.722Z[ recovery-image] Feb 01 00:52:16.568 INFO O| Feb 01 00:52:16.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78282025-02-01T00:52:18.722Z[ recovery-image] Feb 01 00:52:16.568 INFO O| Feb 01 00:52:16.568 INFO STEP 1122 (remove_files) COMPLETE
78292025-02-01T00:52:18.722Z[ recovery-image] Feb 01 00:52:16.568 INFO O| Feb 01 00:52:16.568 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-02-01T00:52:18.722Z[ recovery-image] Feb 01 00:52:16.588 INFO O| Feb 01 00:52:16.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78312025-02-01T00:52:18.722Z[ recovery-image] Feb 01 00:52:16.588 INFO O| Feb 01 00:52:16.588 INFO STEP 1123 (remove_files) COMPLETE
78322025-02-01T00:52:18.722Z[ recovery-image] Feb 01 00:52:16.588 INFO O| Feb 01 00:52:16.588 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-02-01T00:52:18.722Z[ recovery-image] Feb 01 00:52:16.607 INFO O| Feb 01 00:52:16.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78342025-02-01T00:52:18.722Z[ recovery-image] Feb 01 00:52:16.607 INFO O| Feb 01 00:52:16.607 INFO STEP 1124 (remove_files) COMPLETE
78352025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.607 INFO O| Feb 01 00:52:16.607 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.627 INFO O| Feb 01 00:52:16.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78372025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.627 INFO O| Feb 01 00:52:16.627 INFO STEP 1125 (remove_files) COMPLETE
78382025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.627 INFO O| Feb 01 00:52:16.627 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.670 INFO O| Feb 01 00:52:16.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78402025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.670 INFO O| Feb 01 00:52:16.670 INFO STEP 1126 (remove_files) COMPLETE
78412025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.670 INFO O| Feb 01 00:52:16.670 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.690 INFO O| Feb 01 00:52:16.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78432025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.690 INFO O| Feb 01 00:52:16.690 INFO STEP 1127 (remove_files) COMPLETE
78442025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.690 INFO O| Feb 01 00:52:16.690 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.729 INFO O| Feb 01 00:52:16.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78462025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.729 INFO O| Feb 01 00:52:16.729 INFO STEP 1128 (remove_files) COMPLETE
78472025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.729 INFO O| Feb 01 00:52:16.729 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.775 INFO O| Feb 01 00:52:16.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78492025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.775 INFO O| Feb 01 00:52:16.767 INFO STEP 1129 (remove_files) COMPLETE
78502025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.775 INFO O| Feb 01 00:52:16.767 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.839 INFO O| Feb 01 00:52:16.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78522025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.839 INFO O| Feb 01 00:52:16.839 INFO STEP 1130 (remove_files) COMPLETE
78532025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.840 INFO O| Feb 01 00:52:16.840 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.860 INFO O| Feb 01 00:52:16.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78552025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.861 INFO O| Feb 01 00:52:16.861 INFO STEP 1131 (remove_files) COMPLETE
78562025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.861 INFO O| Feb 01 00:52:16.861 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.905 INFO O| Feb 01 00:52:16.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78582025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.905 INFO O| Feb 01 00:52:16.905 INFO STEP 1132 (remove_files) COMPLETE
78592025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.905 INFO O| Feb 01 00:52:16.905 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.947 INFO O| Feb 01 00:52:16.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78612025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.947 INFO O| Feb 01 00:52:16.947 INFO STEP 1133 (remove_files) COMPLETE
78622025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.947 INFO O| Feb 01 00:52:16.947 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.968 INFO O| Feb 01 00:52:16.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78642025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.968 INFO O| Feb 01 00:52:16.968 INFO STEP 1134 (remove_files) COMPLETE
78652025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.968 INFO O| Feb 01 00:52:16.968 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.999 INFO O| Feb 01 00:52:16.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78672025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.999 INFO O| Feb 01 00:52:16.999 INFO STEP 1135 (remove_files) COMPLETE
78682025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:16.999 INFO O| Feb 01 00:52:16.999 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:17.020 INFO O| Feb 01 00:52:17.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78702025-02-01T00:52:18.723Z[ recovery-image] Feb 01 00:52:17.020 INFO O| Feb 01 00:52:17.020 INFO STEP 1136 (remove_files) COMPLETE
78712025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.020 INFO O| Feb 01 00:52:17.020 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.041 INFO O| Feb 01 00:52:17.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78732025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.042 INFO O| Feb 01 00:52:17.042 INFO STEP 1137 (remove_files) COMPLETE
78742025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.042 INFO O| Feb 01 00:52:17.042 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.081 INFO O| Feb 01 00:52:17.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78762025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.081 INFO O| Feb 01 00:52:17.081 INFO STEP 1138 (remove_files) COMPLETE
78772025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.081 INFO O| Feb 01 00:52:17.081 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.134 INFO O| Feb 01 00:52:17.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78792025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.134 INFO O| Feb 01 00:52:17.134 INFO STEP 1139 (remove_files) COMPLETE
78802025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.134 INFO O| Feb 01 00:52:17.134 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.153 INFO O| Feb 01 00:52:17.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78822025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.153 INFO O| Feb 01 00:52:17.153 INFO STEP 1140 (remove_files) COMPLETE
78832025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.153 INFO O| Feb 01 00:52:17.153 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.173 INFO O| Feb 01 00:52:17.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78852025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.173 INFO O| Feb 01 00:52:17.173 INFO STEP 1141 (remove_files) COMPLETE
78862025-02-01T00:52:18.724Z[ recovery-image] Feb 01 00:52:17.173 INFO O| Feb 01 00:52:17.173 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-02-01T00:52:18.753Z[ recovery-image] Feb 01 00:52:17.211 INFO O| Feb 01 00:52:17.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78882025-02-01T00:52:18.753Z[ recovery-image] Feb 01 00:52:17.211 INFO O| Feb 01 00:52:17.211 INFO STEP 1142 (remove_files) COMPLETE
78892025-02-01T00:52:18.753Z[ recovery-image] Feb 01 00:52:17.211 INFO O| Feb 01 00:52:17.211 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-02-01T00:52:18.804Z[ recovery-image] Feb 01 00:52:17.262 INFO O| Feb 01 00:52:17.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78912025-02-01T00:52:18.804Z[ recovery-image] Feb 01 00:52:17.262 INFO O| Feb 01 00:52:17.262 INFO STEP 1143 (remove_files) COMPLETE
78922025-02-01T00:52:18.804Z[ recovery-image] Feb 01 00:52:17.262 INFO O| Feb 01 00:52:17.262 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-02-01T00:52:18.821Z[ recovery-image] Feb 01 00:52:17.281 INFO O| Feb 01 00:52:17.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78942025-02-01T00:52:18.821Z[ recovery-image] Feb 01 00:52:17.281 INFO O| Feb 01 00:52:17.281 INFO STEP 1144 (remove_files) COMPLETE
78952025-02-01T00:52:18.821Z[ recovery-image] Feb 01 00:52:17.281 INFO O| Feb 01 00:52:17.281 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-02-01T00:52:18.841Z[ recovery-image] Feb 01 00:52:17.301 INFO O| Feb 01 00:52:17.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78972025-02-01T00:52:18.841Z[ recovery-image] Feb 01 00:52:17.301 INFO O| Feb 01 00:52:17.301 INFO STEP 1145 (remove_files) COMPLETE
78982025-02-01T00:52:18.844Z[ recovery-image] Feb 01 00:52:17.301 INFO O| Feb 01 00:52:17.301 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-02-01T00:52:18.863Z[ recovery-image] Feb 01 00:52:17.323 INFO O| Feb 01 00:52:17.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79002025-02-01T00:52:18.864Z[ recovery-image] Feb 01 00:52:17.323 INFO O| Feb 01 00:52:17.323 INFO STEP 1146 (remove_files) COMPLETE
79012025-02-01T00:52:18.864Z[ recovery-image] Feb 01 00:52:17.323 INFO O| Feb 01 00:52:17.323 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-02-01T00:52:18.883Z[ recovery-image] Feb 01 00:52:17.343 INFO O| Feb 01 00:52:17.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79032025-02-01T00:52:18.883Z[ recovery-image] Feb 01 00:52:17.343 INFO O| Feb 01 00:52:17.343 INFO STEP 1147 (remove_files) COMPLETE
79042025-02-01T00:52:18.886Z[ recovery-image] Feb 01 00:52:17.343 INFO O| Feb 01 00:52:17.343 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-02-01T00:52:18.923Z[ recovery-image] Feb 01 00:52:17.383 INFO O| Feb 01 00:52:17.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79062025-02-01T00:52:18.923Z[ recovery-image] Feb 01 00:52:17.383 INFO O| Feb 01 00:52:17.383 INFO STEP 1148 (remove_files) COMPLETE
79072025-02-01T00:52:18.923Z[ recovery-image] Feb 01 00:52:17.383 INFO O| Feb 01 00:52:17.383 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-02-01T00:52:18.949Z[ recovery-image] Feb 01 00:52:17.409 INFO O| Feb 01 00:52:17.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79092025-02-01T00:52:18.949Z[ recovery-image] Feb 01 00:52:17.409 INFO O| Feb 01 00:52:17.409 INFO STEP 1149 (remove_files) COMPLETE
79102025-02-01T00:52:18.949Z[ recovery-image] Feb 01 00:52:17.409 INFO O| Feb 01 00:52:17.409 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-02-01T00:52:18.972Z[ recovery-image] Feb 01 00:52:17.432 INFO O| Feb 01 00:52:17.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79122025-02-01T00:52:18.972Z[ recovery-image] Feb 01 00:52:17.432 INFO O| Feb 01 00:52:17.432 INFO STEP 1150 (remove_files) COMPLETE
79132025-02-01T00:52:18.975Z[ recovery-image] Feb 01 00:52:17.432 INFO O| Feb 01 00:52:17.432 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-02-01T00:52:18.995Z[ recovery-image] Feb 01 00:52:17.454 INFO O| Feb 01 00:52:17.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79152025-02-01T00:52:18.995Z[ recovery-image] Feb 01 00:52:17.454 INFO O| Feb 01 00:52:17.454 INFO STEP 1151 (remove_files) COMPLETE
79162025-02-01T00:52:18.995Z[ recovery-image] Feb 01 00:52:17.454 INFO O| Feb 01 00:52:17.454 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-02-01T00:52:19.021Z[ recovery-image] Feb 01 00:52:17.480 INFO O| Feb 01 00:52:17.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79182025-02-01T00:52:19.021Z[ recovery-image] Feb 01 00:52:17.480 INFO O| Feb 01 00:52:17.480 INFO STEP 1152 (remove_files) COMPLETE
79192025-02-01T00:52:19.021Z[ recovery-image] Feb 01 00:52:17.480 INFO O| Feb 01 00:52:17.480 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-02-01T00:52:19.090Z[ recovery-image] Feb 01 00:52:17.549 INFO O| Feb 01 00:52:17.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79212025-02-01T00:52:19.090Z[ recovery-image] Feb 01 00:52:17.549 INFO O| Feb 01 00:52:17.549 INFO STEP 1153 (remove_files) COMPLETE
79222025-02-01T00:52:19.090Z[ recovery-image] Feb 01 00:52:17.549 INFO O| Feb 01 00:52:17.549 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-02-01T00:52:19.145Z[ recovery-image] Feb 01 00:52:17.605 INFO O| Feb 01 00:52:17.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79242025-02-01T00:52:19.145Z[ recovery-image] Feb 01 00:52:17.605 INFO O| Feb 01 00:52:17.605 INFO STEP 1154 (remove_files) COMPLETE
79252025-02-01T00:52:19.145Z[ recovery-image] Feb 01 00:52:17.605 INFO O| Feb 01 00:52:17.605 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-02-01T00:52:19.188Z[ recovery-image] Feb 01 00:52:17.647 INFO O| Feb 01 00:52:17.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79272025-02-01T00:52:19.189Z[ recovery-image] Feb 01 00:52:17.647 INFO O| Feb 01 00:52:17.647 INFO STEP 1155 (remove_files) COMPLETE
79282025-02-01T00:52:19.189Z[ recovery-image] Feb 01 00:52:17.647 INFO O| Feb 01 00:52:17.647 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-02-01T00:52:19.259Z[ recovery-image] Feb 01 00:52:17.719 INFO O| Feb 01 00:52:17.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79302025-02-01T00:52:19.261Z[ recovery-image] Feb 01 00:52:17.719 INFO O| Feb 01 00:52:17.719 INFO STEP 1156 (remove_files) COMPLETE
79312025-02-01T00:52:19.261Z[ recovery-image] Feb 01 00:52:17.719 INFO O| Feb 01 00:52:17.719 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-02-01T00:52:19.280Z[ recovery-image] Feb 01 00:52:17.740 INFO O| Feb 01 00:52:17.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79332025-02-01T00:52:19.283Z[ recovery-image] Feb 01 00:52:17.741 INFO O| Feb 01 00:52:17.740 INFO STEP 1157 (remove_files) COMPLETE
79342025-02-01T00:52:19.283Z[ recovery-image] Feb 01 00:52:17.741 INFO O| Feb 01 00:52:17.741 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-02-01T00:52:19.308Z[ recovery-image] Feb 01 00:52:17.768 INFO O| Feb 01 00:52:17.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79362025-02-01T00:52:19.311Z[ recovery-image] Feb 01 00:52:17.768 INFO O| Feb 01 00:52:17.768 INFO STEP 1158 (remove_files) COMPLETE
79372025-02-01T00:52:19.311Z[ recovery-image] Feb 01 00:52:17.769 INFO O| Feb 01 00:52:17.768 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-02-01T00:52:19.329Z[ recovery-image] Feb 01 00:52:17.789 INFO O| Feb 01 00:52:17.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79392025-02-01T00:52:19.332Z[ recovery-image] Feb 01 00:52:17.790 INFO O| Feb 01 00:52:17.790 INFO STEP 1159 (remove_files) COMPLETE
79402025-02-01T00:52:19.332Z[ recovery-image] Feb 01 00:52:17.790 INFO O| Feb 01 00:52:17.790 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-02-01T00:52:19.350Z[ recovery-image] Feb 01 00:52:17.810 INFO O| Feb 01 00:52:17.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79422025-02-01T00:52:19.353Z[ recovery-image] Feb 01 00:52:17.811 INFO O| Feb 01 00:52:17.811 INFO STEP 1160 (remove_files) COMPLETE
79432025-02-01T00:52:19.353Z[ recovery-image] Feb 01 00:52:17.811 INFO O| Feb 01 00:52:17.811 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-02-01T00:52:19.373Z[ recovery-image] Feb 01 00:52:17.833 INFO O| Feb 01 00:52:17.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79452025-02-01T00:52:19.373Z[ recovery-image] Feb 01 00:52:17.833 INFO O| Feb 01 00:52:17.833 INFO STEP 1161 (remove_files) COMPLETE
79462025-02-01T00:52:19.376Z[ recovery-image] Feb 01 00:52:17.834 INFO O| Feb 01 00:52:17.833 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-02-01T00:52:19.414Z[ recovery-image] Feb 01 00:52:17.874 INFO O| Feb 01 00:52:17.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79482025-02-01T00:52:19.414Z[ recovery-image] Feb 01 00:52:17.874 INFO O| Feb 01 00:52:17.874 INFO STEP 1162 (remove_files) COMPLETE
79492025-02-01T00:52:19.414Z[ recovery-image] Feb 01 00:52:17.874 INFO O| Feb 01 00:52:17.874 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-02-01T00:52:19.437Z[ recovery-image] Feb 01 00:52:17.897 INFO O| Feb 01 00:52:17.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79512025-02-01T00:52:19.437Z[ recovery-image] Feb 01 00:52:17.897 INFO O| Feb 01 00:52:17.897 INFO STEP 1163 (remove_files) COMPLETE
79522025-02-01T00:52:19.437Z[ recovery-image] Feb 01 00:52:17.897 INFO O| Feb 01 00:52:17.897 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-02-01T00:52:19.463Z[ recovery-image] Feb 01 00:52:17.923 INFO O| Feb 01 00:52:17.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79542025-02-01T00:52:19.463Z[ recovery-image] Feb 01 00:52:17.923 INFO O| Feb 01 00:52:17.923 INFO STEP 1164 (remove_files) COMPLETE
79552025-02-01T00:52:19.463Z[ recovery-image] Feb 01 00:52:17.923 INFO O| Feb 01 00:52:17.923 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-02-01T00:52:19.484Z[ recovery-image] Feb 01 00:52:17.944 INFO O| Feb 01 00:52:17.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79572025-02-01T00:52:19.484Z[ recovery-image] Feb 01 00:52:17.944 INFO O| Feb 01 00:52:17.944 INFO STEP 1165 (remove_files) COMPLETE
79582025-02-01T00:52:19.484Z[ recovery-image] Feb 01 00:52:17.944 INFO O| Feb 01 00:52:17.944 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79592025-02-01T00:52:19.535Z[ recovery-image] Feb 01 00:52:17.995 INFO O| Feb 01 00:52:17.995 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79602025-02-01T00:52:19.536Z[ recovery-image] Feb 01 00:52:17.995 INFO O| Feb 01 00:52:17.995 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79612025-02-01T00:52:21.260Z[ recovery-image] Feb 01 00:52:19.720 INFO O| Feb 01 00:52:19.720 INFO STEP 1166 (pack_tar) COMPLETE
79622025-02-01T00:52:21.260Z[ recovery-image] Feb 01 00:52:19.720 INFO O| Feb 01 00:52:19.720 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79632025-02-01T00:52:21.263Z[ recovery-image] Feb 01 00:52:19.720 INFO O| Feb 01 00:52:19.720 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79642025-02-01T00:52:21.451Z[ recovery-image] Feb 01 00:52:19.911 INFO O| Feb 01 00:52:19.911 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79652025-02-01T00:52:21.562Z[ recovery-image] Feb 01 00:52:20.022 INFO O| Feb 01 00:52:20.022 INFO completed processing gimlet/ramdisk-03-recovery-trim
79662025-02-01T00:52:21.572Z[ recovery-image] Feb 01 00:52:20.031 INFO image builder template: zfs-recovery...
79672025-02-01T00:52:21.572Z[ recovery-image] Feb 01 00:52:20.031 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/.tmp8Wjkrn/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.311", "-n", "zfs-recovery"], pwd: None
79682025-02-01T00:52:21.623Z[ recovery-image] Feb 01 00:52:20.083 INFO O| Feb 01 00:52:20.083 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79692025-02-01T00:52:21.633Z[ recovery-image] Feb 01 00:52:20.093 INFO O| Feb 01 00:52:20.093 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79702025-02-01T00:52:21.736Z[ recovery-image] Feb 01 00:52:20.195 INFO O| Feb 01 00:52:20.195 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79712025-02-01T00:52:21.811Z[ recovery-image] Feb 01 00:52:20.271 INFO O| Feb 01 00:52:20.271 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79722025-02-01T00:52:21.814Z[ recovery-image] Feb 01 00:52:20.271 INFO O| Feb 01 00:52:20.271 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79732025-02-01T00:52:21.819Z[ recovery-image] Feb 01 00:52:20.278 INFO O| Feb 01 00:52:20.278 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79742025-02-01T00:52:21.928Z[ recovery-image] Feb 01 00:52:20.387 INFO O| Feb 01 00:52:20.387 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79752025-02-01T00:52:22.004Z[ recovery-image] Feb 01 00:52:20.461 INFO O| Feb 01 00:52:20.461 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79762025-02-01T00:52:22.053Z[ recovery-image] Feb 01 00:52:20.513 INFO O| Feb 01 00:52:20.513 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79772025-02-01T00:52:22.076Z[ recovery-image] Feb 01 00:52:20.535 INFO O| Feb 01 00:52:20.534 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79782025-02-01T00:52:22.101Z[ recovery-image] Feb 01 00:52:20.561 INFO O| Feb 01 00:52:20.561 INFO no lofi found
79792025-02-01T00:52:22.101Z[ recovery-image] Feb 01 00:52:20.561 INFO O| Feb 01 00:52:20.561 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79802025-02-01T00:52:22.101Z[ recovery-image] Feb 01 00:52:20.561 INFO O| Feb 01 00:52:20.561 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79812025-02-01T00:52:24.552Z[ recovery-image] Feb 01 00:52:23.011 INFO O| Feb 01 00:52:23.011 INFO lofi device = /dev/dsk/c2t1d0p0
79822025-02-01T00:52:24.552Z[ recovery-image] Feb 01 00:52:23.011 INFO O| Feb 01 00:52:23.011 INFO pool device = /dev/dsk/c2t1d0p0
79832025-02-01T00:52:24.555Z[ recovery-image] Feb 01 00:52:23.011 INFO O| Feb 01 00:52:23.011 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"]
79842025-02-01T00:52:24.773Z[ recovery-image] Feb 01 00:52:23.232 INFO O| Feb 01 00:52:23.232 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79852025-02-01T00:52:24.773Z[ recovery-image] Feb 01 00:52:23.232 INFO O| Feb 01 00:52:23.232 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79862025-02-01T00:52:24.809Z[ recovery-image] Feb 01 00:52:23.268 INFO O| Feb 01 00:52:23.267 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79872025-02-01T00:52:25.140Z[ recovery-image] Feb 01 00:52:23.599 INFO O| Feb 01 00:52:23.599 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79882025-02-01T00:52:25.245Z[ recovery-image] Feb 01 00:52:23.704 INFO O| Feb 01 00:52:23.704 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79892025-02-01T00:52:25.273Z[ recovery-image] Feb 01 00:52:23.732 INFO O| Feb 01 00:52:23.732 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79902025-02-01T00:52:25.296Z[ recovery-image] Feb 01 00:52:23.755 INFO O| Feb 01 00:52:23.755 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79912025-02-01T00:52:25.392Z[ recovery-image] Feb 01 00:52:23.850 INFO O| Feb 01 00:52:23.850 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79922025-02-01T00:52:25.394Z[ recovery-image] Feb 01 00:52:23.851 INFO O| Feb 01 00:52:23.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79932025-02-01T00:52:25.394Z[ recovery-image] Feb 01 00:52:23.851 INFO O| Feb 01 00:52:23.851 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79942025-02-01T00:52:25.409Z[ recovery-image] Feb 01 00:52:23.868 INFO O| Feb 01 00:52:23.868 INFO boot environment UUID: c37a3248-3b34-477b-861e-87f38f703669
79952025-02-01T00:52:25.409Z[ recovery-image] Feb 01 00:52:23.868 INFO O| Feb 01 00:52:23.868 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c37a3248-3b34-477b-861e-87f38f703669
79962025-02-01T00:52:25.443Z[ recovery-image] Feb 01 00:52:23.901 INFO O| Feb 01 00:52:23.901 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79972025-02-01T00:52:25.473Z[ recovery-image] Feb 01 00:52:23.931 INFO O| Feb 01 00:52:23.931 INFO STEP 0 (create_be) COMPLETE
79982025-02-01T00:52:25.473Z[ recovery-image] Feb 01 00:52:23.931 INFO O| Feb 01 00:52:23.931 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79992025-02-01T00:52:25.520Z[ recovery-image] Feb 01 00:52:23.976 INFO O| Feb 01 00:52:23.976 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"]
80002025-02-01T00:52:32.499Z[ recovery-image] Feb 01 00:52:30.956 INFO O| Feb 01 00:52:30.956 INFO STEP 1 (unpack_tar) COMPLETE
80012025-02-01T00:52:32.499Z[ recovery-image] Feb 01 00:52:30.956 INFO O| Feb 01 00:52:30.956 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80022025-02-01T00:52:32.518Z[ recovery-image] Feb 01 00:52:30.975 INFO O| Feb 01 00:52:30.975 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80032025-02-01T00:52:33.299Z[ recovery-image] Feb 01 00:52:31.756 INFO O| Feb 01 00:52:31.756 INFO STEP 2 (devfsadm) COMPLETE
80042025-02-01T00:52:33.299Z[ recovery-image] Feb 01 00:52:31.756 INFO O| Feb 01 00:52:31.756 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80052025-02-01T00:52:33.319Z[ recovery-image] Feb 01 00:52:31.776 INFO O| Feb 01 00:52:31.776 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80062025-02-01T00:52:33.319Z[ recovery-image] Feb 01 00:52:31.777 INFO O| Feb 01 00:52:31.777 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80072025-02-01T00:52:33.319Z[ recovery-image] Feb 01 00:52:31.777 INFO O| Feb 01 00:52:31.777 INFO STEP 3 (ensure_dir) COMPLETE
80082025-02-01T00:52:33.322Z[ recovery-image] Feb 01 00:52:31.777 INFO O| Feb 01 00:52:31.777 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80092025-02-01T00:52:33.340Z[ recovery-image] Feb 01 00:52:31.796 INFO O| Feb 01 00:52:31.796 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80102025-02-01T00:52:33.340Z[ recovery-image] Feb 01 00:52:31.796 INFO O| Feb 01 00:52:31.796 INFO STEP 4 (ensure_dir) COMPLETE
80112025-02-01T00:52:33.342Z[ recovery-image] Feb 01 00:52:31.796 INFO O| Feb 01 00:52:31.796 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80122025-02-01T00:52:33.360Z[ recovery-image] Feb 01 00:52:31.817 INFO O| Feb 01 00:52:31.817 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80132025-02-01T00:52:33.360Z[ recovery-image] Feb 01 00:52:31.818 INFO O| Feb 01 00:52:31.818 INFO STEP 5 (ensure_dir) COMPLETE
80142025-02-01T00:52:33.363Z[ recovery-image] Feb 01 00:52:31.818 INFO O| Feb 01 00:52:31.818 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80152025-02-01T00:52:33.428Z[ recovery-image] Feb 01 00:52:31.885 INFO O| Feb 01 00:52:31.885 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80162025-02-01T00:52:33.431Z[ recovery-image] Feb 01 00:52:31.886 INFO O| Feb 01 00:52:31.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80172025-02-01T00:52:33.431Z[ recovery-image] Feb 01 00:52:31.886 INFO O| Feb 01 00:52:31.886 INFO STEP 6 (ensure_dir) COMPLETE
80182025-02-01T00:52:33.431Z[ recovery-image] Feb 01 00:52:31.886 INFO O| Feb 01 00:52:31.886 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80192025-02-01T00:52:33.449Z[ recovery-image] Feb 01 00:52:31.906 INFO O| Feb 01 00:52:31.906 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80202025-02-01T00:52:33.451Z[ recovery-image] Feb 01 00:52:31.906 INFO O| Feb 01 00:52:31.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80212025-02-01T00:52:33.451Z[ recovery-image] Feb 01 00:52:31.906 INFO O| Feb 01 00:52:31.906 INFO STEP 7 (ensure_dir) COMPLETE
80222025-02-01T00:52:33.451Z[ recovery-image] Feb 01 00:52:31.906 INFO O| Feb 01 00:52:31.906 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80232025-02-01T00:52:33.469Z[ recovery-image] Feb 01 00:52:31.926 INFO O| Feb 01 00:52:31.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80242025-02-01T00:52:33.471Z[ recovery-image] Feb 01 00:52:31.926 INFO O| Feb 01 00:52:31.926 INFO STEP 8 (remove_files) COMPLETE
80252025-02-01T00:52:33.471Z[ recovery-image] Feb 01 00:52:31.926 INFO O| Feb 01 00:52:31.926 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80262025-02-01T00:52:33.525Z[ recovery-image] Feb 01 00:52:31.982 INFO O| Feb 01 00:52:31.982 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80272025-02-01T00:52:33.528Z[ recovery-image] Feb 01 00:52:31.983 INFO O| Feb 01 00:52:31.983 INFO STEP 9 (remove_files) COMPLETE
80282025-02-01T00:52:33.528Z[ recovery-image] Feb 01 00:52:31.983 INFO O| Feb 01 00:52:31.983 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80292025-02-01T00:52:33.587Z[ recovery-image] Feb 01 00:52:32.045 INFO O| Feb 01 00:52:32.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80302025-02-01T00:52:33.590Z[ recovery-image] Feb 01 00:52:32.046 INFO O| Feb 01 00:52:32.046 INFO STEP 10 (remove_files) COMPLETE
80312025-02-01T00:52:33.590Z[ recovery-image] Feb 01 00:52:32.046 INFO O| Feb 01 00:52:32.046 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80322025-02-01T00:52:33.610Z[ recovery-image] Feb 01 00:52:32.067 INFO O| Feb 01 00:52:32.067 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80332025-02-01T00:52:33.610Z[ recovery-image] Feb 01 00:52:32.068 INFO O| Feb 01 00:52:32.067 INFO STEP 11 (remove_files) COMPLETE
80342025-02-01T00:52:33.610Z[ recovery-image] Feb 01 00:52:32.068 INFO O| Feb 01 00:52:32.068 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80352025-02-01T00:52:33.716Z[ recovery-image] Feb 01 00:52:32.173 INFO O| Feb 01 00:52:32.173 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80362025-02-01T00:52:33.716Z[ recovery-image] Feb 01 00:52:32.173 INFO O| Feb 01 00:52:32.173 INFO STEP 12 (remove_files) COMPLETE
80372025-02-01T00:52:33.716Z[ recovery-image] Feb 01 00:52:32.173 INFO O| Feb 01 00:52:32.173 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80382025-02-01T00:52:33.737Z[ recovery-image] Feb 01 00:52:32.194 INFO O| Feb 01 00:52:32.194 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80392025-02-01T00:52:33.737Z[ recovery-image] Feb 01 00:52:32.194 INFO O| Feb 01 00:52:32.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80402025-02-01T00:52:33.739Z[ recovery-image] Feb 01 00:52:32.194 INFO O| Feb 01 00:52:32.194 INFO STEP 13 (ensure_dir) COMPLETE
80412025-02-01T00:52:33.739Z[ recovery-image] Feb 01 00:52:32.194 INFO O| Feb 01 00:52:32.194 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80422025-02-01T00:52:33.757Z[ recovery-image] Feb 01 00:52:32.214 INFO O| Feb 01 00:52:32.214 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80432025-02-01T00:52:33.760Z[ recovery-image] Feb 01 00:52:32.214 INFO O| Feb 01 00:52:32.214 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80442025-02-01T00:52:33.760Z[ recovery-image] Feb 01 00:52:32.215 INFO O| Feb 01 00:52:32.214 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80452025-02-01T00:52:33.760Z[ recovery-image] Feb 01 00:52:32.215 INFO O| Feb 01 00:52:32.215 INFO STEP 14 (ensure_dir) COMPLETE
80462025-02-01T00:52:33.760Z[ recovery-image] Feb 01 00:52:32.215 INFO O| Feb 01 00:52:32.215 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80472025-02-01T00:52:33.778Z[ recovery-image] Feb 01 00:52:32.235 INFO O| Feb 01 00:52:32.235 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80482025-02-01T00:52:33.778Z[ recovery-image] Feb 01 00:52:32.235 INFO O| Feb 01 00:52:32.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80492025-02-01T00:52:33.781Z[ recovery-image] Feb 01 00:52:32.235 INFO O| Feb 01 00:52:32.235 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80502025-02-01T00:52:33.781Z[ recovery-image] Feb 01 00:52:32.235 INFO O| Feb 01 00:52:32.235 INFO STEP 15 (ensure_dir) COMPLETE
80512025-02-01T00:52:33.781Z[ recovery-image] Feb 01 00:52:32.235 INFO O| Feb 01 00:52:32.235 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80522025-02-01T00:52:33.809Z[ recovery-image] Feb 01 00:52:32.266 INFO O| Feb 01 00:52:32.266 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80532025-02-01T00:52:33.809Z[ recovery-image] Feb 01 00:52:32.266 INFO O| Feb 01 00:52:32.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80542025-02-01T00:52:33.809Z[ recovery-image] Feb 01 00:52:32.266 INFO O| Feb 01 00:52:32.266 INFO STEP 16 (ensure_dir) COMPLETE
80552025-02-01T00:52:33.809Z[ recovery-image] Feb 01 00:52:32.266 INFO O| Feb 01 00:52:32.266 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80562025-02-01T00:52:33.839Z[ recovery-image] Feb 01 00:52:32.296 INFO O| Feb 01 00:52:32.296 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80572025-02-01T00:52:33.842Z[ recovery-image] Feb 01 00:52:32.297 INFO O| Feb 01 00:52:32.297 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80582025-02-01T00:52:33.842Z[ recovery-image] Feb 01 00:52:32.297 INFO O| Feb 01 00:52:32.297 INFO STEP 17 (ensure_dir) COMPLETE
80592025-02-01T00:52:33.842Z[ recovery-image] Feb 01 00:52:32.297 INFO O| Feb 01 00:52:32.297 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80602025-02-01T00:52:33.860Z[ recovery-image] Feb 01 00:52:32.317 INFO O| Feb 01 00:52:32.317 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80612025-02-01T00:52:33.860Z[ recovery-image] Feb 01 00:52:32.317 INFO O| Feb 01 00:52:32.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80622025-02-01T00:52:33.860Z[ recovery-image] Feb 01 00:52:32.317 INFO O| Feb 01 00:52:32.317 INFO ok!
80632025-02-01T00:52:33.863Z[ recovery-image] Feb 01 00:52:32.317 INFO O| Feb 01 00:52:32.317 INFO STEP 18 (ensure_symlink) COMPLETE
80642025-02-01T00:52:33.863Z[ recovery-image] Feb 01 00:52:32.317 INFO O| Feb 01 00:52:32.317 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80652025-02-01T00:52:33.879Z[ recovery-image] Feb 01 00:52:32.336 INFO O| Feb 01 00:52:32.336 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80662025-02-01T00:52:33.879Z[ recovery-image] Feb 01 00:52:32.336 INFO O| Feb 01 00:52:32.336 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80672025-02-01T00:52:33.879Z[ recovery-image] Feb 01 00:52:32.336 INFO O| Feb 01 00:52:32.336 INFO ok!
80682025-02-01T00:52:33.881Z[ recovery-image] Feb 01 00:52:32.336 INFO O| Feb 01 00:52:32.336 INFO STEP 19 (ensure_file) COMPLETE
80692025-02-01T00:52:33.881Z[ recovery-image] Feb 01 00:52:32.336 INFO O| Feb 01 00:52:32.336 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80702025-02-01T00:52:33.904Z[ recovery-image] Feb 01 00:52:32.361 INFO O| Feb 01 00:52:32.361 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80712025-02-01T00:52:33.907Z[ recovery-image] Feb 01 00:52:32.361 INFO O| Feb 01 00:52:32.361 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80722025-02-01T00:52:33.907Z[ recovery-image] Feb 01 00:52:32.362 INFO O| Feb 01 00:52:32.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80732025-02-01T00:52:33.907Z[ recovery-image] Feb 01 00:52:32.362 INFO O| Feb 01 00:52:32.362 INFO ok!
80742025-02-01T00:52:33.907Z[ recovery-image] Feb 01 00:52:32.362 INFO O| Feb 01 00:52:32.362 INFO STEP 20 (ensure_symlink) COMPLETE
80752025-02-01T00:52:33.907Z[ recovery-image] Feb 01 00:52:32.362 INFO O| Feb 01 00:52:32.362 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80762025-02-01T00:52:33.926Z[ recovery-image] Feb 01 00:52:32.383 INFO O| Feb 01 00:52:32.383 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80772025-02-01T00:52:33.926Z[ recovery-image] Feb 01 00:52:32.383 INFO O| Feb 01 00:52:32.383 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80782025-02-01T00:52:33.926Z[ recovery-image] Feb 01 00:52:32.383 INFO O| Feb 01 00:52:32.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80792025-02-01T00:52:33.926Z[ recovery-image] Feb 01 00:52:32.383 INFO O| Feb 01 00:52:32.383 INFO ok!
80802025-02-01T00:52:33.929Z[ recovery-image] Feb 01 00:52:32.383 INFO O| Feb 01 00:52:32.383 INFO STEP 21 (ensure_symlink) COMPLETE
80812025-02-01T00:52:33.929Z[ recovery-image] Feb 01 00:52:32.383 INFO O| Feb 01 00:52:32.383 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80822025-02-01T00:52:34.014Z[ recovery-image] Feb 01 00:52:32.471 INFO O| Feb 01 00:52:32.471 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80832025-02-01T00:52:34.014Z[ recovery-image] Feb 01 00:52:32.471 INFO O| Feb 01 00:52:32.471 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80842025-02-01T00:52:34.014Z[ recovery-image] Feb 01 00:52:32.471 INFO O| Feb 01 00:52:32.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80852025-02-01T00:52:34.014Z[ recovery-image] Feb 01 00:52:32.471 INFO O| Feb 01 00:52:32.471 INFO ok!
80862025-02-01T00:52:34.017Z[ recovery-image] Feb 01 00:52:32.471 INFO O| Feb 01 00:52:32.471 INFO STEP 22 (ensure_symlink) COMPLETE
80872025-02-01T00:52:34.017Z[ recovery-image] Feb 01 00:52:32.471 INFO O| Feb 01 00:52:32.471 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80882025-02-01T00:52:34.036Z[ recovery-image] Feb 01 00:52:32.493 INFO O| Feb 01 00:52:32.492 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80892025-02-01T00:52:34.036Z[ recovery-image] Feb 01 00:52:32.493 INFO O| Feb 01 00:52:32.492 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80902025-02-01T00:52:34.036Z[ recovery-image] Feb 01 00:52:32.493 INFO O| Feb 01 00:52:32.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80912025-02-01T00:52:34.036Z[ recovery-image] Feb 01 00:52:32.493 INFO O| Feb 01 00:52:32.493 INFO ok!
80922025-02-01T00:52:34.039Z[ recovery-image] Feb 01 00:52:32.493 INFO O| Feb 01 00:52:32.493 INFO STEP 23 (ensure_symlink) COMPLETE
80932025-02-01T00:52:34.039Z[ recovery-image] Feb 01 00:52:32.493 INFO O| Feb 01 00:52:32.493 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80942025-02-01T00:52:34.055Z[ recovery-image] Feb 01 00:52:32.512 INFO O| Feb 01 00:52:32.512 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80952025-02-01T00:52:34.058Z[ recovery-image] Feb 01 00:52:32.512 INFO O| Feb 01 00:52:32.512 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 ...
80962025-02-01T00:52:34.058Z[ recovery-image] Feb 01 00:52:32.512 INFO O| Feb 01 00:52:32.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80972025-02-01T00:52:34.058Z[ recovery-image] Feb 01 00:52:32.512 INFO O| Feb 01 00:52:32.512 INFO ok!
80982025-02-01T00:52:34.058Z[ recovery-image] Feb 01 00:52:32.512 INFO O| Feb 01 00:52:32.512 INFO STEP 24 (ensure_file) COMPLETE
80992025-02-01T00:52:34.058Z[ recovery-image] Feb 01 00:52:32.513 INFO O| Feb 01 00:52:32.513 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81002025-02-01T00:52:34.074Z[ recovery-image] Feb 01 00:52:32.531 INFO O| Feb 01 00:52:32.531 INFO updating shadow file
81012025-02-01T00:52:34.077Z[ recovery-image] Feb 01 00:52:32.532 INFO O| Feb 01 00:52:32.532 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81022025-02-01T00:52:34.077Z[ recovery-image] Feb 01 00:52:32.532 INFO O| Feb 01 00:52:32.532 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81032025-02-01T00:52:34.077Z[ recovery-image] Feb 01 00:52:32.532 INFO O| Feb 01 00:52:32.532 INFO STEP 25 (shadow) COMPLETE
81042025-02-01T00:52:34.077Z[ recovery-image] Feb 01 00:52:32.532 INFO O| Feb 01 00:52:32.532 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81052025-02-01T00:52:34.095Z[ recovery-image] Feb 01 00:52:32.552 INFO O| Feb 01 00:52:32.552 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81062025-02-01T00:52:34.095Z[ recovery-image] Feb 01 00:52:32.552 INFO O| Feb 01 00:52:32.552 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81072025-02-01T00:52:34.095Z[ recovery-image] Feb 01 00:52:32.552 INFO O| Feb 01 00:52:32.552 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81082025-02-01T00:52:34.095Z[ recovery-image] Feb 01 00:52:32.552 INFO O| Feb 01 00:52:32.552 INFO ok!
81092025-02-01T00:52:34.098Z[ recovery-image] Feb 01 00:52:32.552 INFO O| Feb 01 00:52:32.552 INFO STEP 26 (ensure_file) COMPLETE
81102025-02-01T00:52:34.098Z[ recovery-image] Feb 01 00:52:32.552 INFO O| Feb 01 00:52:32.552 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81112025-02-01T00:52:34.126Z[ recovery-image] Feb 01 00:52:32.583 INFO O| Feb 01 00:52:32.582 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81122025-02-01T00:52:34.129Z[ recovery-image] Feb 01 00:52:32.583 INFO O| Feb 01 00:52:32.582 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81132025-02-01T00:52:34.129Z[ recovery-image] Feb 01 00:52:32.583 INFO O| Feb 01 00:52:32.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81142025-02-01T00:52:34.129Z[ recovery-image] Feb 01 00:52:32.583 INFO O| Feb 01 00:52:32.582 INFO ok!
81152025-02-01T00:52:34.129Z[ recovery-image] Feb 01 00:52:32.583 INFO O| Feb 01 00:52:32.582 INFO STEP 27 (ensure_file) COMPLETE
81162025-02-01T00:52:34.129Z[ recovery-image] Feb 01 00:52:32.583 INFO O| Feb 01 00:52:32.582 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81172025-02-01T00:52:34.156Z[ recovery-image] Feb 01 00:52:32.612 INFO O| Feb 01 00:52:32.612 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81182025-02-01T00:52:34.158Z[ recovery-image] Feb 01 00:52:32.613 INFO O| Feb 01 00:52:32.613 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81192025-02-01T00:52:34.158Z[ recovery-image] Feb 01 00:52:32.613 INFO O| Feb 01 00:52:32.613 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81202025-02-01T00:52:34.158Z[ recovery-image] Feb 01 00:52:32.613 INFO O| Feb 01 00:52:32.613 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81212025-02-01T00:52:34.158Z[ recovery-image] Feb 01 00:52:32.613 INFO O| Feb 01 00:52:32.613 INFO ok!
81222025-02-01T00:52:34.158Z[ recovery-image] Feb 01 00:52:32.613 INFO O| Feb 01 00:52:32.613 INFO STEP 28 (ensure_file) COMPLETE
81232025-02-01T00:52:34.159Z[ recovery-image] Feb 01 00:52:32.613 INFO O| Feb 01 00:52:32.613 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81242025-02-01T00:52:34.186Z[ recovery-image] Feb 01 00:52:32.643 INFO O| Feb 01 00:52:32.643 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81252025-02-01T00:52:34.186Z[ recovery-image] Feb 01 00:52:32.643 INFO O| Feb 01 00:52:32.643 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81262025-02-01T00:52:34.186Z[ recovery-image] Feb 01 00:52:32.643 INFO O| Feb 01 00:52:32.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81272025-02-01T00:52:34.189Z[ recovery-image] Feb 01 00:52:32.643 INFO O| Feb 01 00:52:32.643 INFO ok!
81282025-02-01T00:52:34.189Z[ recovery-image] Feb 01 00:52:32.643 INFO O| Feb 01 00:52:32.643 INFO STEP 29 (ensure_file) COMPLETE
81292025-02-01T00:52:34.189Z[ recovery-image] Feb 01 00:52:32.643 INFO O| Feb 01 00:52:32.643 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81302025-02-01T00:52:34.209Z[ recovery-image] Feb 01 00:52:32.666 INFO O| Feb 01 00:52:32.666 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81312025-02-01T00:52:34.209Z[ recovery-image] Feb 01 00:52:32.666 INFO O| Feb 01 00:52:32.666 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81322025-02-01T00:52:34.210Z[ recovery-image] Feb 01 00:52:32.666 INFO O| Feb 01 00:52:32.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81332025-02-01T00:52:34.212Z[ recovery-image] Feb 01 00:52:32.666 INFO O| Feb 01 00:52:32.666 INFO ok!
81342025-02-01T00:52:34.212Z[ recovery-image] Feb 01 00:52:32.666 INFO O| Feb 01 00:52:32.666 INFO STEP 30 (ensure_file) COMPLETE
81352025-02-01T00:52:34.212Z[ recovery-image] Feb 01 00:52:32.666 INFO O| Feb 01 00:52:32.666 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81362025-02-01T00:52:34.251Z[ recovery-image] Feb 01 00:52:32.708 INFO O| Feb 01 00:52:32.708 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81372025-02-01T00:52:34.251Z[ recovery-image] Feb 01 00:52:32.708 INFO O| Feb 01 00:52:32.708 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81382025-02-01T00:52:34.254Z[ recovery-image] Feb 01 00:52:32.708 INFO O| Feb 01 00:52:32.708 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81392025-02-01T00:52:34.254Z[ recovery-image] Feb 01 00:52:32.709 INFO O| Feb 01 00:52:32.708 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81402025-02-01T00:52:34.254Z[ recovery-image] Feb 01 00:52:32.709 INFO O| Feb 01 00:52:32.709 INFO ok!
81412025-02-01T00:52:34.254Z[ recovery-image] Feb 01 00:52:32.709 INFO O| Feb 01 00:52:32.709 INFO STEP 31 (ensure_file) COMPLETE
81422025-02-01T00:52:34.254Z[ recovery-image] Feb 01 00:52:32.709 INFO O| Feb 01 00:52:32.709 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81432025-02-01T00:52:34.296Z[ recovery-image] Feb 01 00:52:32.753 INFO O| Feb 01 00:52:32.753 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81442025-02-01T00:52:34.296Z[ recovery-image] Feb 01 00:52:32.753 INFO O| Feb 01 00:52:32.753 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81452025-02-01T00:52:34.296Z[ recovery-image] Feb 01 00:52:32.753 INFO O| Feb 01 00:52:32.753 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81462025-02-01T00:52:34.296Z[ recovery-image] Feb 01 00:52:32.753 INFO O| Feb 01 00:52:32.753 INFO ok!
81472025-02-01T00:52:34.299Z[ recovery-image] Feb 01 00:52:32.753 INFO O| Feb 01 00:52:32.753 INFO STEP 32 (ensure_file) COMPLETE
81482025-02-01T00:52:34.299Z[ recovery-image] Feb 01 00:52:32.753 INFO O| Feb 01 00:52:32.753 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81492025-02-01T00:52:34.319Z[ recovery-image] Feb 01 00:52:32.776 INFO O| Feb 01 00:52:32.775 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81502025-02-01T00:52:34.321Z[ recovery-image] Feb 01 00:52:32.776 INFO O| Feb 01 00:52:32.776 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81512025-02-01T00:52:34.321Z[ recovery-image] Feb 01 00:52:32.776 INFO O| Feb 01 00:52:32.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81522025-02-01T00:52:34.321Z[ recovery-image] Feb 01 00:52:32.776 INFO O| Feb 01 00:52:32.776 INFO ok!
81532025-02-01T00:52:34.321Z[ recovery-image] Feb 01 00:52:32.776 INFO O| Feb 01 00:52:32.776 INFO STEP 33 (ensure_file) COMPLETE
81542025-02-01T00:52:34.322Z[ recovery-image] Feb 01 00:52:32.776 INFO O| Feb 01 00:52:32.776 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81552025-02-01T00:52:34.344Z[ recovery-image] Feb 01 00:52:32.801 INFO O| Feb 01 00:52:32.801 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81562025-02-01T00:52:34.344Z[ recovery-image] Feb 01 00:52:32.801 INFO O| Feb 01 00:52:32.801 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81572025-02-01T00:52:34.344Z[ recovery-image] Feb 01 00:52:32.801 INFO O| Feb 01 00:52:32.801 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81582025-02-01T00:52:34.347Z[ recovery-image] Feb 01 00:52:32.801 INFO O| Feb 01 00:52:32.801 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81592025-02-01T00:52:34.347Z[ recovery-image] Feb 01 00:52:32.801 INFO O| Feb 01 00:52:32.801 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81602025-02-01T00:52:34.347Z[ recovery-image] Feb 01 00:52:32.801 INFO O| Feb 01 00:52:32.801 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81612025-02-01T00:52:34.347Z[ recovery-image] Feb 01 00:52:32.801 INFO O| Feb 01 00:52:32.801 INFO ok!
81622025-02-01T00:52:34.347Z[ recovery-image] Feb 01 00:52:32.801 INFO O| Feb 01 00:52:32.801 INFO STEP 34 (ensure_file) COMPLETE
81632025-02-01T00:52:34.347Z[ recovery-image] Feb 01 00:52:32.802 INFO O| Feb 01 00:52:32.801 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81642025-02-01T00:52:34.413Z[ recovery-image] Feb 01 00:52:32.861 INFO O| Feb 01 00:52:32.861 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81652025-02-01T00:52:34.413Z[ recovery-image] Feb 01 00:52:32.861 INFO O| Feb 01 00:52:32.861 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81662025-02-01T00:52:34.416Z[ recovery-image] Feb 01 00:52:32.861 INFO O| Feb 01 00:52:32.861 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81672025-02-01T00:52:34.416Z[ recovery-image] Feb 01 00:52:32.861 INFO O| Feb 01 00:52:32.861 INFO STEP 35 (ensure_dir) COMPLETE
81682025-02-01T00:52:34.416Z[ recovery-image] Feb 01 00:52:32.861 INFO O| Feb 01 00:52:32.861 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81692025-02-01T00:52:34.423Z[ recovery-image] Feb 01 00:52:32.880 INFO O| Feb 01 00:52:32.880 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
81702025-02-01T00:52:34.423Z[ recovery-image] Feb 01 00:52:32.880 INFO O| Feb 01 00:52:32.880 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 ...
81712025-02-01T00:52:34.426Z[ recovery-image] Feb 01 00:52:32.880 INFO O| Feb 01 00:52:32.880 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
81722025-02-01T00:52:34.426Z[ recovery-image] Feb 01 00:52:32.881 INFO O| Feb 01 00:52:32.880 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
81732025-02-01T00:52:34.426Z[ recovery-image] Feb 01 00:52:32.881 INFO O| Feb 01 00:52:32.881 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
81742025-02-01T00:52:34.426Z[ recovery-image] Feb 01 00:52:32.881 INFO O| Feb 01 00:52:32.881 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
81752025-02-01T00:52:34.426Z[ recovery-image] Feb 01 00:52:32.881 INFO O| Feb 01 00:52:32.881 INFO ok!
81762025-02-01T00:52:34.426Z[ recovery-image] Feb 01 00:52:32.881 INFO O| Feb 01 00:52:32.881 INFO STEP 36 (ensure_file) COMPLETE
81772025-02-01T00:52:34.426Z[ recovery-image] Feb 01 00:52:32.881 INFO O| Feb 01 00:52:32.881 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81782025-02-01T00:52:34.442Z[ recovery-image] Feb 01 00:52:32.899 INFO O| Feb 01 00:52:32.899 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81792025-02-01T00:52:34.442Z[ recovery-image] Feb 01 00:52:32.899 INFO O| Feb 01 00:52:32.899 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 ...
81802025-02-01T00:52:34.442Z[ recovery-image] Feb 01 00:52:32.899 INFO O| Feb 01 00:52:32.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81812025-02-01T00:52:34.445Z[ recovery-image] Feb 01 00:52:32.899 INFO O| Feb 01 00:52:32.899 INFO ok!
81822025-02-01T00:52:34.445Z[ recovery-image] Feb 01 00:52:32.899 INFO O| Feb 01 00:52:32.899 INFO STEP 37 (ensure_symlink) COMPLETE
81832025-02-01T00:52:34.445Z[ recovery-image] Feb 01 00:52:32.899 INFO O| Feb 01 00:52:32.899 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81842025-02-01T00:52:34.459Z[ recovery-image] Feb 01 00:52:32.916 INFO O| Feb 01 00:52:32.916 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81852025-02-01T00:52:34.460Z[ recovery-image] Feb 01 00:52:32.916 INFO O| Feb 01 00:52:32.916 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81862025-02-01T00:52:34.462Z[ recovery-image] Feb 01 00:52:32.916 INFO O| Feb 01 00:52:32.916 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81872025-02-01T00:52:34.462Z[ recovery-image] Feb 01 00:52:32.917 INFO O| Feb 01 00:52:32.916 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81882025-02-01T00:52:34.462Z[ recovery-image] Feb 01 00:52:32.917 INFO O| Feb 01 00:52:32.917 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81892025-02-01T00:52:34.462Z[ recovery-image] Feb 01 00:52:32.917 INFO O| Feb 01 00:52:32.917 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81902025-02-01T00:52:34.462Z[ recovery-image] Feb 01 00:52:32.917 INFO O| Feb 01 00:52:32.917 INFO ok!
81912025-02-01T00:52:34.462Z[ recovery-image] Feb 01 00:52:32.917 INFO O| Feb 01 00:52:32.917 INFO STEP 38 (ensure_file) COMPLETE
81922025-02-01T00:52:34.462Z[ recovery-image] Feb 01 00:52:32.917 INFO O| Feb 01 00:52:32.917 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81932025-02-01T00:52:34.480Z[ recovery-image] Feb 01 00:52:32.937 INFO O| Feb 01 00:52:32.937 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81942025-02-01T00:52:34.483Z[ recovery-image] Feb 01 00:52:32.937 INFO O| Feb 01 00:52:32.937 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 ...
81952025-02-01T00:52:34.483Z[ recovery-image] Feb 01 00:52:32.937 INFO O| Feb 01 00:52:32.937 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
81962025-02-01T00:52:34.483Z[ recovery-image] Feb 01 00:52:32.937 INFO O| Feb 01 00:52:32.937 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81972025-02-01T00:52:34.483Z[ recovery-image] Feb 01 00:52:32.937 INFO O| Feb 01 00:52:32.937 INFO ok!
81982025-02-01T00:52:34.483Z[ recovery-image] Feb 01 00:52:32.937 INFO O| Feb 01 00:52:32.937 INFO STEP 39 (ensure_file) COMPLETE
81992025-02-01T00:52:34.483Z[ recovery-image] Feb 01 00:52:32.937 INFO O| Feb 01 00:52:32.937 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82002025-02-01T00:52:34.513Z[ recovery-image] Feb 01 00:52:32.970 INFO O| Feb 01 00:52:32.970 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82012025-02-01T00:52:34.513Z[ recovery-image] Feb 01 00:52:32.970 INFO O| Feb 01 00:52:32.970 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82022025-02-01T00:52:34.516Z[ recovery-image] Feb 01 00:52:32.970 INFO O| Feb 01 00:52:32.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82032025-02-01T00:52:34.516Z[ recovery-image] Feb 01 00:52:32.970 INFO O| Feb 01 00:52:32.970 INFO ok!
82042025-02-01T00:52:34.516Z[ recovery-image] Feb 01 00:52:32.970 INFO O| Feb 01 00:52:32.970 INFO STEP 40 (ensure_file) COMPLETE
82052025-02-01T00:52:34.516Z[ recovery-image] Feb 01 00:52:32.970 INFO O| Feb 01 00:52:32.970 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82062025-02-01T00:52:34.535Z[ recovery-image] Feb 01 00:52:32.992 INFO O| Feb 01 00:52:32.992 INFO updating shadow file
82072025-02-01T00:52:34.539Z[ recovery-image] Feb 01 00:52:32.992 INFO O| Feb 01 00:52:32.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82082025-02-01T00:52:34.539Z[ recovery-image] Feb 01 00:52:32.992 INFO O| Feb 01 00:52:32.992 INFO STEP 41 (shadow) COMPLETE
82092025-02-01T00:52:34.539Z[ recovery-image] Feb 01 00:52:32.992 INFO O| Feb 01 00:52:32.992 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82102025-02-01T00:52:34.579Z[ recovery-image] Feb 01 00:52:33.036 INFO O| Feb 01 00:52:33.035 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82112025-02-01T00:52:34.579Z[ recovery-image] Feb 01 00:52:33.036 INFO O| Feb 01 00:52:33.036 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82122025-02-01T00:52:34.582Z[ recovery-image] Feb 01 00:52:33.036 INFO O| Feb 01 00:52:33.036 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82132025-02-01T00:52:34.582Z[ recovery-image] Feb 01 00:52:33.036 INFO O| Feb 01 00:52:33.036 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82142025-02-01T00:52:34.582Z[ recovery-image] Feb 01 00:52:33.036 INFO O| Feb 01 00:52:33.036 INFO ok!
82152025-02-01T00:52:34.582Z[ recovery-image] Feb 01 00:52:33.036 INFO O| Feb 01 00:52:33.036 INFO STEP 42 (ensure_file) COMPLETE
82162025-02-01T00:52:34.582Z[ recovery-image] Feb 01 00:52:33.036 INFO O| Feb 01 00:52:33.036 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82172025-02-01T00:52:34.614Z[ recovery-image] Feb 01 00:52:33.070 INFO O| Feb 01 00:52:33.070 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82182025-02-01T00:52:34.614Z[ recovery-image] Feb 01 00:52:33.071 INFO O| Feb 01 00:52:33.070 INFO STEP 43 (ensure_dir) COMPLETE
82192025-02-01T00:52:34.616Z[ recovery-image] Feb 01 00:52:33.071 INFO O| Feb 01 00:52:33.070 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82202025-02-01T00:52:34.673Z[ recovery-image] Feb 01 00:52:33.130 INFO O| Feb 01 00:52:33.130 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82212025-02-01T00:52:34.673Z[ recovery-image] Feb 01 00:52:33.130 INFO O| Feb 01 00:52:33.130 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82222025-02-01T00:52:34.677Z[ recovery-image] Feb 01 00:52:33.130 INFO O| Feb 01 00:52:33.130 INFO STEP 44 (ensure_dir) COMPLETE
82232025-02-01T00:52:34.677Z[ recovery-image] Feb 01 00:52:33.130 INFO O| Feb 01 00:52:33.130 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82242025-02-01T00:52:34.698Z[ recovery-image] Feb 01 00:52:33.155 INFO O| Feb 01 00:52:33.155 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82252025-02-01T00:52:34.698Z[ recovery-image] Feb 01 00:52:33.155 INFO O| Feb 01 00:52:33.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82262025-02-01T00:52:34.701Z[ recovery-image] Feb 01 00:52:33.155 INFO O| Feb 01 00:52:33.155 INFO STEP 45 (ensure_dir) COMPLETE
82272025-02-01T00:52:34.701Z[ recovery-image] Feb 01 00:52:33.155 INFO O| Feb 01 00:52:33.155 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82282025-02-01T00:52:34.746Z[ recovery-image] Feb 01 00:52:33.203 INFO O| Feb 01 00:52:33.203 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82292025-02-01T00:52:34.746Z[ recovery-image] Feb 01 00:52:33.203 INFO O| Feb 01 00:52:33.203 INFO copying /tmp/.tmp8Wjkrn/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82302025-02-01T00:52:34.835Z[ recovery-image] Feb 01 00:52:33.292 INFO O| Feb 01 00:52:33.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82312025-02-01T00:52:34.835Z[ recovery-image] Feb 01 00:52:33.292 INFO O| Feb 01 00:52:33.292 INFO ok!
82322025-02-01T00:52:34.839Z[ recovery-image] Feb 01 00:52:33.292 INFO O| Feb 01 00:52:33.292 INFO STEP 46 (ensure_file) COMPLETE
82332025-02-01T00:52:34.839Z[ recovery-image] Feb 01 00:52:33.292 INFO O| Feb 01 00:52:33.292 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82342025-02-01T00:52:34.878Z[ recovery-image] Feb 01 00:52:33.334 INFO O| Feb 01 00:52:33.334 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82352025-02-01T00:52:34.880Z[ recovery-image] Feb 01 00:52:33.335 INFO O| Feb 01 00:52:33.335 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82362025-02-01T00:52:34.880Z[ recovery-image] Feb 01 00:52:33.335 INFO O| Feb 01 00:52:33.335 INFO STEP 47 (ensure_dir) COMPLETE
82372025-02-01T00:52:34.880Z[ recovery-image] Feb 01 00:52:33.335 INFO O| Feb 01 00:52:33.335 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82382025-02-01T00:52:34.917Z[ recovery-image] Feb 01 00:52:33.374 INFO O| Feb 01 00:52:33.374 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82392025-02-01T00:52:34.917Z[ recovery-image] Feb 01 00:52:33.374 INFO O| Feb 01 00:52:33.374 INFO copying /tmp/.tmp8Wjkrn/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82402025-02-01T00:52:34.920Z[ recovery-image] Feb 01 00:52:33.374 INFO O| Feb 01 00:52:33.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82412025-02-01T00:52:34.920Z[ recovery-image] Feb 01 00:52:33.374 INFO O| Feb 01 00:52:33.374 INFO ok!
82422025-02-01T00:52:34.920Z[ recovery-image] Feb 01 00:52:33.375 INFO O| Feb 01 00:52:33.374 INFO STEP 48 (ensure_file) COMPLETE
82432025-02-01T00:52:34.920Z[ recovery-image] Feb 01 00:52:33.375 INFO O| Feb 01 00:52:33.375 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82442025-02-01T00:52:34.936Z[ recovery-image] Feb 01 00:52:33.393 INFO O| Feb 01 00:52:33.393 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82452025-02-01T00:52:34.938Z[ recovery-image] Feb 01 00:52:33.393 INFO O| Feb 01 00:52:33.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82462025-02-01T00:52:34.938Z[ recovery-image] Feb 01 00:52:33.393 INFO O| Feb 01 00:52:33.393 INFO STEP 49 (ensure_dir) COMPLETE
82472025-02-01T00:52:34.939Z[ recovery-image] Feb 01 00:52:33.393 INFO O| Feb 01 00:52:33.393 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82482025-02-01T00:52:34.969Z[ recovery-image] Feb 01 00:52:33.425 INFO O| Feb 01 00:52:33.425 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82492025-02-01T00:52:34.969Z[ recovery-image] Feb 01 00:52:33.425 INFO O| Feb 01 00:52:33.425 INFO copying /tmp/.tmp8Wjkrn/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82502025-02-01T00:52:34.991Z[ recovery-image] Feb 01 00:52:33.447 INFO O| Feb 01 00:52:33.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82512025-02-01T00:52:34.991Z[ recovery-image] Feb 01 00:52:33.447 INFO O| Feb 01 00:52:33.447 INFO ok!
82522025-02-01T00:52:34.991Z[ recovery-image] Feb 01 00:52:33.447 INFO O| Feb 01 00:52:33.447 INFO STEP 50 (ensure_file) COMPLETE
82532025-02-01T00:52:34.993Z[ recovery-image] Feb 01 00:52:33.447 INFO O| Feb 01 00:52:33.447 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82542025-02-01T00:52:35.037Z[ recovery-image] Feb 01 00:52:33.493 INFO O| Feb 01 00:52:33.493 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82552025-02-01T00:52:35.037Z[ recovery-image] Feb 01 00:52:33.493 INFO O| Feb 01 00:52:33.493 INFO copying /tmp/.tmp8Wjkrn/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82562025-02-01T00:52:37.033Z[ recovery-image] Feb 01 00:52:35.489 INFO O| Feb 01 00:52:35.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82572025-02-01T00:52:37.033Z[ recovery-image] Feb 01 00:52:35.489 INFO O| Feb 01 00:52:35.489 INFO ok!
82582025-02-01T00:52:37.037Z[ recovery-image] Feb 01 00:52:35.489 INFO O| Feb 01 00:52:35.489 INFO STEP 51 (ensure_file) COMPLETE
82592025-02-01T00:52:37.037Z[ recovery-image] Feb 01 00:52:35.489 INFO O| Feb 01 00:52:35.489 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82602025-02-01T00:52:37.054Z[ recovery-image] Feb 01 00:52:35.510 INFO O| Feb 01 00:52:35.510 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82612025-02-01T00:52:37.054Z[ recovery-image] Feb 01 00:52:35.510 INFO O| Feb 01 00:52:35.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82622025-02-01T00:52:37.054Z[ recovery-image] Feb 01 00:52:35.510 INFO O| Feb 01 00:52:35.510 INFO STEP 52 (ensure_dir) COMPLETE
82632025-02-01T00:52:37.054Z[ recovery-image] Feb 01 00:52:35.510 INFO O| Feb 01 00:52:35.510 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82642025-02-01T00:52:37.100Z[ recovery-image] Feb 01 00:52:35.557 INFO O| Feb 01 00:52:35.556 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82652025-02-01T00:52:37.100Z[ recovery-image] Feb 01 00:52:35.557 INFO O| Feb 01 00:52:35.556 INFO copying /tmp/.tmp8Wjkrn/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 ...
82662025-02-01T00:52:37.100Z[ recovery-image] Feb 01 00:52:35.557 INFO O| Feb 01 00:52:35.557 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
82672025-02-01T00:52:37.103Z[ recovery-image] Feb 01 00:52:35.557 INFO O| Feb 01 00:52:35.557 INFO ok!
82682025-02-01T00:52:37.103Z[ recovery-image] Feb 01 00:52:35.557 INFO O| Feb 01 00:52:35.557 INFO STEP 53 (ensure_file) COMPLETE
82692025-02-01T00:52:37.103Z[ recovery-image] Feb 01 00:52:35.557 INFO O| Feb 01 00:52:35.557 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82702025-02-01T00:52:37.144Z[ recovery-image] Feb 01 00:52:35.600 INFO O| Feb 01 00:52:35.600 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82712025-02-01T00:52:37.144Z[ recovery-image] Feb 01 00:52:35.600 INFO O| Feb 01 00:52:35.600 INFO copying /tmp/.tmp8Wjkrn/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 ...
82722025-02-01T00:52:37.146Z[ recovery-image] Feb 01 00:52:35.600 INFO O| Feb 01 00:52:35.600 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
82732025-02-01T00:52:37.146Z[ recovery-image] Feb 01 00:52:35.600 INFO O| Feb 01 00:52:35.600 INFO ok!
82742025-02-01T00:52:37.146Z[ recovery-image] Feb 01 00:52:35.600 INFO O| Feb 01 00:52:35.600 INFO STEP 54 (ensure_file) COMPLETE
82752025-02-01T00:52:37.146Z[ recovery-image] Feb 01 00:52:35.600 INFO O| Feb 01 00:52:35.600 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82762025-02-01T00:52:37.188Z[ recovery-image] Feb 01 00:52:35.643 INFO O| Feb 01 00:52:35.643 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82772025-02-01T00:52:37.191Z[ recovery-image] Feb 01 00:52:35.643 INFO O| Feb 01 00:52:35.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82782025-02-01T00:52:37.191Z[ recovery-image] Feb 01 00:52:35.643 INFO O| Feb 01 00:52:35.643 INFO STEP 55 (ensure_dir) COMPLETE
82792025-02-01T00:52:37.191Z[ recovery-image] Feb 01 00:52:35.643 INFO O| Feb 01 00:52:35.643 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82802025-02-01T00:52:37.208Z[ recovery-image] Feb 01 00:52:35.664 INFO O| Feb 01 00:52:35.664 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82812025-02-01T00:52:37.208Z[ recovery-image] Feb 01 00:52:35.664 INFO O| Feb 01 00:52:35.664 INFO copying /tmp/.tmp8Wjkrn/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 ...
82822025-02-01T00:52:37.211Z[ recovery-image] Feb 01 00:52:35.664 INFO O| Feb 01 00:52:35.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82832025-02-01T00:52:37.211Z[ recovery-image] Feb 01 00:52:35.664 INFO O| Feb 01 00:52:35.664 INFO ok!
82842025-02-01T00:52:37.211Z[ recovery-image] Feb 01 00:52:35.664 INFO O| Feb 01 00:52:35.664 INFO STEP 56 (ensure_file) COMPLETE
82852025-02-01T00:52:37.211Z[ recovery-image] Feb 01 00:52:35.664 INFO O| Feb 01 00:52:35.664 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82862025-02-01T00:52:37.245Z[ recovery-image] Feb 01 00:52:35.701 INFO O| Feb 01 00:52:35.701 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82872025-02-01T00:52:37.245Z[ recovery-image] Feb 01 00:52:35.701 INFO O| Feb 01 00:52:35.701 INFO copying /tmp/.tmp8Wjkrn/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 ...
82882025-02-01T00:52:37.249Z[ recovery-image] Feb 01 00:52:35.702 INFO O| Feb 01 00:52:35.701 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
82892025-02-01T00:52:37.249Z[ recovery-image] Feb 01 00:52:35.702 INFO O| Feb 01 00:52:35.702 INFO ok!
82902025-02-01T00:52:37.249Z[ recovery-image] Feb 01 00:52:35.702 INFO O| Feb 01 00:52:35.702 INFO STEP 57 (ensure_file) COMPLETE
82912025-02-01T00:52:37.249Z[ recovery-image] Feb 01 00:52:35.702 INFO O| Feb 01 00:52:35.702 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82922025-02-01T00:52:37.267Z[ recovery-image] Feb 01 00:52:35.723 INFO O| Feb 01 00:52:35.723 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82932025-02-01T00:52:37.267Z[ recovery-image] Feb 01 00:52:35.723 INFO O| Feb 01 00:52:35.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82942025-02-01T00:52:37.270Z[ recovery-image] Feb 01 00:52:35.723 INFO O| Feb 01 00:52:35.723 INFO STEP 58 (ensure_dir) COMPLETE
82952025-02-01T00:52:37.270Z[ recovery-image] Feb 01 00:52:35.723 INFO O| Feb 01 00:52:35.723 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82962025-02-01T00:52:37.305Z[ recovery-image] Feb 01 00:52:35.761 INFO O| Feb 01 00:52:35.761 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82972025-02-01T00:52:37.305Z[ recovery-image] Feb 01 00:52:35.761 INFO O| Feb 01 00:52:35.761 INFO copying /tmp/.tmp8Wjkrn/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 ...
82982025-02-01T00:52:37.309Z[ recovery-image] Feb 01 00:52:35.762 INFO O| Feb 01 00:52:35.762 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82992025-02-01T00:52:37.309Z[ recovery-image] Feb 01 00:52:35.762 INFO O| Feb 01 00:52:35.762 INFO ok!
83002025-02-01T00:52:37.309Z[ recovery-image] Feb 01 00:52:35.762 INFO O| Feb 01 00:52:35.762 INFO STEP 59 (ensure_file) COMPLETE
83012025-02-01T00:52:37.309Z[ recovery-image] Feb 01 00:52:35.762 INFO O| Feb 01 00:52:35.762 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83022025-02-01T00:52:37.345Z[ recovery-image] Feb 01 00:52:35.802 INFO O| Feb 01 00:52:35.801 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83032025-02-01T00:52:37.345Z[ recovery-image] Feb 01 00:52:35.802 INFO O| Feb 01 00:52:35.801 INFO copying /tmp/.tmp8Wjkrn/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83042025-02-01T00:52:37.345Z[ recovery-image] Feb 01 00:52:35.802 INFO O| Feb 01 00:52:35.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83052025-02-01T00:52:37.346Z[ recovery-image] Feb 01 00:52:35.802 INFO O| Feb 01 00:52:35.802 INFO ok!
83062025-02-01T00:52:37.346Z[ recovery-image] Feb 01 00:52:35.802 INFO O| Feb 01 00:52:35.802 INFO STEP 60 (ensure_file) COMPLETE
83072025-02-01T00:52:37.350Z[ recovery-image] Feb 01 00:52:35.802 INFO O| Feb 01 00:52:35.802 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83082025-02-01T00:52:37.399Z[ recovery-image] Feb 01 00:52:35.855 INFO O| Feb 01 00:52:35.855 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83092025-02-01T00:52:37.399Z[ recovery-image] Feb 01 00:52:35.855 INFO O| Feb 01 00:52:35.855 INFO STEP 61 (ensure_dir) COMPLETE
83102025-02-01T00:52:37.399Z[ recovery-image] Feb 01 00:52:35.855 INFO O| Feb 01 00:52:35.855 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83112025-02-01T00:52:37.421Z[ recovery-image] Feb 01 00:52:35.877 INFO O| Feb 01 00:52:35.877 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83122025-02-01T00:52:37.421Z[ recovery-image] Feb 01 00:52:35.877 INFO O| Feb 01 00:52:35.877 INFO STEP 62 (ensure_dir) COMPLETE
83132025-02-01T00:52:37.421Z[ recovery-image] Feb 01 00:52:35.877 INFO O| Feb 01 00:52:35.877 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83142025-02-01T00:52:37.445Z[ recovery-image] Feb 01 00:52:35.900 INFO O| Feb 01 00:52:35.900 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83152025-02-01T00:52:37.445Z[ recovery-image] Feb 01 00:52:35.900 INFO O| Feb 01 00:52:35.900 INFO STEP 63 (ensure_dir) COMPLETE
83162025-02-01T00:52:37.445Z[ recovery-image] Feb 01 00:52:35.900 INFO O| Feb 01 00:52:35.900 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83172025-02-01T00:52:37.479Z[ recovery-image] Feb 01 00:52:35.935 INFO O| Feb 01 00:52:35.935 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83182025-02-01T00:52:37.479Z[ recovery-image] Feb 01 00:52:35.935 INFO O| Feb 01 00:52:35.935 INFO STEP 64 (ensure_dir) COMPLETE
83192025-02-01T00:52:37.482Z[ recovery-image] Feb 01 00:52:35.935 INFO O| Feb 01 00:52:35.935 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83202025-02-01T00:52:37.502Z[ recovery-image] Feb 01 00:52:35.957 INFO O| Feb 01 00:52:35.957 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83212025-02-01T00:52:37.502Z[ recovery-image] Feb 01 00:52:35.957 INFO O| Feb 01 00:52:35.957 INFO copying /tmp/.tmp8Wjkrn/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83222025-02-01T00:52:37.502Z[ recovery-image] Feb 01 00:52:35.957 INFO O| Feb 01 00:52:35.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83232025-02-01T00:52:37.502Z[ recovery-image] Feb 01 00:52:35.957 INFO O| Feb 01 00:52:35.957 INFO ok!
83242025-02-01T00:52:37.502Z[ recovery-image] Feb 01 00:52:35.958 INFO O| Feb 01 00:52:35.958 INFO STEP 65 (ensure_file) COMPLETE
83252025-02-01T00:52:37.502Z[ recovery-image] Feb 01 00:52:35.958 INFO O| Feb 01 00:52:35.958 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83262025-02-01T00:52:37.617Z[ recovery-image] Feb 01 00:52:36.073 INFO O| Feb 01 00:52:36.073 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83272025-02-01T00:52:37.620Z[ recovery-image] Feb 01 00:52:36.073 INFO O| Feb 01 00:52:36.073 INFO STEP 66 (remove_files) COMPLETE
83282025-02-01T00:52:37.620Z[ recovery-image] Feb 01 00:52:36.073 INFO O| Feb 01 00:52:36.073 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83292025-02-01T00:52:37.658Z[ recovery-image] Feb 01 00:52:36.114 INFO O| Feb 01 00:52:36.114 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83302025-02-01T00:52:37.660Z[ recovery-image] Feb 01 00:52:36.114 INFO O| Feb 01 00:52:36.114 INFO STEP 67 (remove_files) COMPLETE
83312025-02-01T00:52:37.660Z[ recovery-image] Feb 01 00:52:36.114 INFO O| Feb 01 00:52:36.114 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83322025-02-01T00:52:37.725Z[ recovery-image] Feb 01 00:52:36.181 INFO O| Feb 01 00:52:36.181 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83332025-02-01T00:52:37.728Z[ recovery-image] Feb 01 00:52:36.182 INFO O| Feb 01 00:52:36.181 INFO STEP 68 (remove_files) COMPLETE
83342025-02-01T00:52:37.728Z[ recovery-image] Feb 01 00:52:36.182 INFO O| Feb 01 00:52:36.182 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83352025-02-01T00:52:37.745Z[ recovery-image] Feb 01 00:52:36.201 INFO O| Feb 01 00:52:36.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83362025-02-01T00:52:37.747Z[ recovery-image] Feb 01 00:52:36.202 INFO O| Feb 01 00:52:36.202 INFO STEP 69 (remove_files) COMPLETE
83372025-02-01T00:52:37.748Z[ recovery-image] Feb 01 00:52:36.202 INFO O| Feb 01 00:52:36.202 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83382025-02-01T00:52:37.765Z[ recovery-image] Feb 01 00:52:36.221 INFO O| Feb 01 00:52:36.221 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83392025-02-01T00:52:37.767Z[ recovery-image] Feb 01 00:52:36.221 INFO O| Feb 01 00:52:36.221 INFO STEP 70 (remove_files) COMPLETE
83402025-02-01T00:52:37.767Z[ recovery-image] Feb 01 00:52:36.221 INFO O| Feb 01 00:52:36.221 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83412025-02-01T00:52:37.784Z[ recovery-image] Feb 01 00:52:36.240 INFO O| Feb 01 00:52:36.240 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83422025-02-01T00:52:37.787Z[ recovery-image] Feb 01 00:52:36.241 INFO O| Feb 01 00:52:36.241 INFO STEP 71 (remove_files) COMPLETE
83432025-02-01T00:52:37.787Z[ recovery-image] Feb 01 00:52:36.241 INFO O| Feb 01 00:52:36.241 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83442025-02-01T00:52:37.812Z[ recovery-image] Feb 01 00:52:36.268 INFO O| Feb 01 00:52:36.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83452025-02-01T00:52:37.812Z[ recovery-image] Feb 01 00:52:36.268 INFO O| Feb 01 00:52:36.268 INFO STEP 72 (remove_files) COMPLETE
83462025-02-01T00:52:37.812Z[ recovery-image] Feb 01 00:52:36.268 INFO O| Feb 01 00:52:36.268 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83472025-02-01T00:52:37.832Z[ recovery-image] Feb 01 00:52:36.288 INFO O| Feb 01 00:52:36.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83482025-02-01T00:52:37.832Z[ recovery-image] Feb 01 00:52:36.289 INFO O| Feb 01 00:52:36.289 INFO STEP 73 (remove_files) COMPLETE
83492025-02-01T00:52:37.835Z[ recovery-image] Feb 01 00:52:36.289 INFO O| Feb 01 00:52:36.289 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83502025-02-01T00:52:37.893Z[ recovery-image] Feb 01 00:52:36.348 INFO O| Feb 01 00:52:36.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83512025-02-01T00:52:37.893Z[ recovery-image] Feb 01 00:52:36.348 INFO O| Feb 01 00:52:36.348 INFO STEP 74 (remove_files) COMPLETE
83522025-02-01T00:52:37.896Z[ recovery-image] Feb 01 00:52:36.348 INFO O| Feb 01 00:52:36.348 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83532025-02-01T00:52:37.912Z[ recovery-image] Feb 01 00:52:36.368 INFO O| Feb 01 00:52:36.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83542025-02-01T00:52:37.912Z[ recovery-image] Feb 01 00:52:36.368 INFO O| Feb 01 00:52:36.368 INFO STEP 75 (remove_files) COMPLETE
83552025-02-01T00:52:37.912Z[ recovery-image] Feb 01 00:52:36.369 INFO O| Feb 01 00:52:36.368 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83562025-02-01T00:52:37.944Z[ recovery-image] Feb 01 00:52:36.400 INFO O| Feb 01 00:52:36.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83572025-02-01T00:52:37.944Z[ recovery-image] Feb 01 00:52:36.400 INFO O| Feb 01 00:52:36.400 INFO STEP 76 (remove_files) COMPLETE
83582025-02-01T00:52:37.944Z[ recovery-image] Feb 01 00:52:36.400 INFO O| Feb 01 00:52:36.400 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83592025-02-01T00:52:37.965Z[ recovery-image] Feb 01 00:52:36.421 INFO O| Feb 01 00:52:36.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83602025-02-01T00:52:37.965Z[ recovery-image] Feb 01 00:52:36.421 INFO O| Feb 01 00:52:36.421 INFO STEP 77 (remove_files) COMPLETE
83612025-02-01T00:52:37.965Z[ recovery-image] Feb 01 00:52:36.421 INFO O| Feb 01 00:52:36.421 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83622025-02-01T00:52:37.986Z[ recovery-image] Feb 01 00:52:36.442 INFO O| Feb 01 00:52:36.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83632025-02-01T00:52:37.986Z[ recovery-image] Feb 01 00:52:36.442 INFO O| Feb 01 00:52:36.442 INFO STEP 78 (remove_files) COMPLETE
83642025-02-01T00:52:37.989Z[ recovery-image] Feb 01 00:52:36.442 INFO O| Feb 01 00:52:36.442 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83652025-02-01T00:52:38.007Z[ recovery-image] Feb 01 00:52:36.463 INFO O| Feb 01 00:52:36.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83662025-02-01T00:52:38.007Z[ recovery-image] Feb 01 00:52:36.463 INFO O| Feb 01 00:52:36.463 INFO STEP 79 (remove_files) COMPLETE
83672025-02-01T00:52:38.007Z[ recovery-image] Feb 01 00:52:36.463 INFO O| Feb 01 00:52:36.463 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682025-02-01T00:52:38.037Z[ recovery-image] Feb 01 00:52:36.492 INFO O| Feb 01 00:52:36.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83692025-02-01T00:52:38.037Z[ recovery-image] Feb 01 00:52:36.492 INFO O| Feb 01 00:52:36.492 INFO STEP 80 (remove_files) COMPLETE
83702025-02-01T00:52:38.037Z[ recovery-image] Feb 01 00:52:36.492 INFO O| Feb 01 00:52:36.492 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712025-02-01T00:52:38.056Z[ recovery-image] Feb 01 00:52:36.511 INFO O| Feb 01 00:52:36.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83722025-02-01T00:52:38.056Z[ recovery-image] Feb 01 00:52:36.511 INFO O| Feb 01 00:52:36.511 INFO STEP 81 (remove_files) COMPLETE
83732025-02-01T00:52:38.056Z[ recovery-image] Feb 01 00:52:36.511 INFO O| Feb 01 00:52:36.511 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742025-02-01T00:52:38.087Z[ recovery-image] Feb 01 00:52:36.543 INFO O| Feb 01 00:52:36.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83752025-02-01T00:52:38.087Z[ recovery-image] Feb 01 00:52:36.543 INFO O| Feb 01 00:52:36.543 INFO STEP 82 (remove_files) COMPLETE
83762025-02-01T00:52:38.087Z[ recovery-image] Feb 01 00:52:36.543 INFO O| Feb 01 00:52:36.543 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772025-02-01T00:52:38.108Z[ recovery-image] Feb 01 00:52:36.564 INFO O| Feb 01 00:52:36.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83782025-02-01T00:52:38.108Z[ recovery-image] Feb 01 00:52:36.564 INFO O| Feb 01 00:52:36.564 INFO STEP 83 (remove_files) COMPLETE
83792025-02-01T00:52:38.108Z[ recovery-image] Feb 01 00:52:36.564 INFO O| Feb 01 00:52:36.564 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802025-02-01T00:52:38.156Z[ recovery-image] Feb 01 00:52:36.612 INFO O| Feb 01 00:52:36.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83812025-02-01T00:52:38.156Z[ recovery-image] Feb 01 00:52:36.612 INFO O| Feb 01 00:52:36.612 INFO STEP 84 (remove_files) COMPLETE
83822025-02-01T00:52:38.156Z[ recovery-image] Feb 01 00:52:36.612 INFO O| Feb 01 00:52:36.612 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832025-02-01T00:52:38.198Z[ recovery-image] Feb 01 00:52:36.654 INFO O| Feb 01 00:52:36.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83842025-02-01T00:52:38.198Z[ recovery-image] Feb 01 00:52:36.654 INFO O| Feb 01 00:52:36.654 INFO STEP 85 (remove_files) COMPLETE
83852025-02-01T00:52:38.198Z[ recovery-image] Feb 01 00:52:36.654 INFO O| Feb 01 00:52:36.654 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862025-02-01T00:52:38.218Z[ recovery-image] Feb 01 00:52:36.674 INFO O| Feb 01 00:52:36.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83872025-02-01T00:52:38.218Z[ recovery-image] Feb 01 00:52:36.674 INFO O| Feb 01 00:52:36.674 INFO STEP 86 (remove_files) COMPLETE
83882025-02-01T00:52:38.221Z[ recovery-image] Feb 01 00:52:36.674 INFO O| Feb 01 00:52:36.674 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892025-02-01T00:52:38.239Z[ recovery-image] Feb 01 00:52:36.695 INFO O| Feb 01 00:52:36.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83902025-02-01T00:52:38.242Z[ recovery-image] Feb 01 00:52:36.696 INFO O| Feb 01 00:52:36.696 INFO STEP 87 (remove_files) COMPLETE
83912025-02-01T00:52:38.242Z[ recovery-image] Feb 01 00:52:36.696 INFO O| Feb 01 00:52:36.696 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922025-02-01T00:52:38.262Z[ recovery-image] Feb 01 00:52:36.718 INFO O| Feb 01 00:52:36.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83932025-02-01T00:52:38.264Z[ recovery-image] Feb 01 00:52:36.718 INFO O| Feb 01 00:52:36.718 INFO STEP 88 (remove_files) COMPLETE
83942025-02-01T00:52:38.264Z[ recovery-image] Feb 01 00:52:36.718 INFO O| Feb 01 00:52:36.718 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952025-02-01T00:52:38.284Z[ recovery-image] Feb 01 00:52:36.741 INFO O| Feb 01 00:52:36.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83962025-02-01T00:52:38.287Z[ recovery-image] Feb 01 00:52:36.741 INFO O| Feb 01 00:52:36.741 INFO STEP 89 (remove_files) COMPLETE
83972025-02-01T00:52:38.287Z[ recovery-image] Feb 01 00:52:36.741 INFO O| Feb 01 00:52:36.741 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982025-02-01T00:52:38.327Z[ recovery-image] Feb 01 00:52:36.783 INFO O| Feb 01 00:52:36.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83992025-02-01T00:52:38.330Z[ recovery-image] Feb 01 00:52:36.784 INFO O| Feb 01 00:52:36.784 INFO STEP 90 (remove_files) COMPLETE
84002025-02-01T00:52:38.330Z[ recovery-image] Feb 01 00:52:36.784 INFO O| Feb 01 00:52:36.784 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012025-02-01T00:52:38.352Z[ recovery-image] Feb 01 00:52:36.805 INFO O| Feb 01 00:52:36.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84022025-02-01T00:52:38.353Z[ recovery-image] Feb 01 00:52:36.805 INFO O| Feb 01 00:52:36.805 INFO STEP 91 (remove_files) COMPLETE
84032025-02-01T00:52:38.353Z[ recovery-image] Feb 01 00:52:36.805 INFO O| Feb 01 00:52:36.805 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84042025-02-01T00:52:38.387Z[ recovery-image] Feb 01 00:52:36.844 INFO O| Feb 01 00:52:36.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84052025-02-01T00:52:38.388Z[ recovery-image] Feb 01 00:52:36.844 INFO O| Feb 01 00:52:36.844 INFO STEP 92 (remove_files) COMPLETE
84062025-02-01T00:52:38.388Z[ recovery-image] Feb 01 00:52:36.844 INFO O| Feb 01 00:52:36.844 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84072025-02-01T00:52:38.409Z[ recovery-image] Feb 01 00:52:36.865 INFO O| Feb 01 00:52:36.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84082025-02-01T00:52:38.409Z[ recovery-image] Feb 01 00:52:36.865 INFO O| Feb 01 00:52:36.865 INFO STEP 93 (remove_files) COMPLETE
84092025-02-01T00:52:38.409Z[ recovery-image] Feb 01 00:52:36.865 INFO O| Feb 01 00:52:36.865 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84102025-02-01T00:52:38.448Z[ recovery-image] Feb 01 00:52:36.904 INFO O| Feb 01 00:52:36.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84112025-02-01T00:52:38.450Z[ recovery-image] Feb 01 00:52:36.904 INFO O| Feb 01 00:52:36.904 INFO STEP 94 (remove_files) COMPLETE
84122025-02-01T00:52:38.450Z[ recovery-image] Feb 01 00:52:36.904 INFO O| Feb 01 00:52:36.904 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84132025-02-01T00:52:38.481Z[ recovery-image] Feb 01 00:52:36.935 INFO O| Feb 01 00:52:36.935 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84142025-02-01T00:52:38.483Z[ recovery-image] Feb 01 00:52:36.936 INFO O| Feb 01 00:52:36.936 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84152025-02-01T00:52:46.869Z[ recovery-image] Feb 01 00:52:45.323 INFO O| Feb 01 00:52:45.323 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
84162025-02-01T00:52:46.869Z[ recovery-image] Feb 01 00:52:45.323 INFO O| Feb 01 00:52:45.323 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84172025-02-01T00:52:46.889Z[ recovery-image] Feb 01 00:52:45.344 INFO O| Feb 01 00:52:45.344 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84182025-02-01T00:52:47.053Z[ recovery-image] Feb 01 00:52:45.505 INFO O| Feb 01 00:52:45.505 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84192025-02-01T00:52:47.053Z[ recovery-image] Feb 01 00:52:45.505 INFO O| Feb 01 00:52:45.505 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
84202025-02-01T00:52:47.056Z[ recovery-image] Feb 01 00:52:45.507 INFO O| Feb 01 00:52:45.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84212025-02-01T00:52:47.056Z[ recovery-image] Feb 01 00:52:45.507 INFO O| Feb 01 00:52:45.507 INFO ok!
84222025-02-01T00:52:47.056Z[ recovery-image] Feb 01 00:52:45.507 INFO O| Feb 01 00:52:45.507 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84232025-02-01T00:52:47.056Z[ recovery-image] Feb 01 00:52:45.508 INFO O| Feb 01 00:52:45.508 INFO STEP 95 (seed_smf) COMPLETE
84242025-02-01T00:52:47.056Z[ recovery-image] Feb 01 00:52:45.508 INFO O| Feb 01 00:52:45.508 INFO steps complete; finalising image!
84252025-02-01T00:52:47.056Z[ recovery-image] Feb 01 00:52:45.508 INFO O| Feb 01 00:52:45.508 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84262025-02-01T00:52:47.145Z[ recovery-image] Feb 01 00:52:45.599 INFO O| Feb 01 00:52:45.599 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sat Feb 1 00:52:45 2025)
84272025-02-01T00:52:47.357Z[ recovery-image] Feb 01 00:52:45.811 INFO O| Feb 01 00:52:45.811 INFO trim TEMPORARY-gimlet-zfs-recovery: (28% trimmed, started at Sat Feb 1 00:52:45 2025)
84282025-02-01T00:52:47.585Z[ recovery-image] Feb 01 00:52:46.039 INFO O| Feb 01 00:52:46.039 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Sat Feb 1 00:52:45 2025)
84292025-02-01T00:52:47.797Z[ recovery-image] Feb 01 00:52:46.251 INFO O| Feb 01 00:52:46.251 INFO trim TEMPORARY-gimlet-zfs-recovery: (97% trimmed, started at Sat Feb 1 00:52:45 2025)
84302025-02-01T00:52:48.072Z[ recovery-image] Feb 01 00:52:46.526 INFO O| Feb 01 00:52:46.526 INFO temporary pool has 373M used, 1.39G avail, 1.00x compressratio
84312025-02-01T00:52:48.072Z[ recovery-image] Feb 01 00:52:46.526 INFO O| Feb 01 00:52:46.526 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84322025-02-01T00:52:48.783Z[ recovery-image] Feb 01 00:52:47.237 INFO O| Feb 01 00:52:47.237 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84332025-02-01T00:52:48.783Z[ recovery-image] Feb 01 00:52:47.237 INFO O| Feb 01 00:52:47.237 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84342025-02-01T00:52:54.913Z[ recovery-image] Feb 01 00:52:53.366 INFO O| Feb 01 00:52:53.366 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84352025-02-01T00:52:54.913Z[ recovery-image] Feb 01 00:52:53.366 INFO O| Feb 01 00:52:53.366 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84362025-02-01T00:52:54.917Z[ recovery-image] Feb 01 00:52:53.366 INFO O| Feb 01 00:52:53.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84372025-02-01T00:52:54.917Z[ recovery-image] Feb 01 00:52:53.366 INFO O| Feb 01 00:52:53.366 INFO completed processing gimlet/zfs-recovery
84382025-02-01T00:52:54.917Z[ recovery-image] Feb 01 00:52:53.366 INFO O| Feb 01 00:52:53.366 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84392025-02-01T00:52:55.385Z[ recovery-image] Feb 01 00:52:53.837 INFO O| Feb 01 00:52:53.837 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84402025-02-01T00:52:55.538Z[ recovery-image] Feb 01 00:52:53.990 INFO BUILD STRING "heads/stlouis-0-g6064c322ad\n"
84412025-02-01T00:52:55.538Z[ recovery-image] Feb 01 00:52:53.990 INFO expanded image name: "recovery 58ebd65/${os_short_commit} 2025-02-01 00:20" -> "recovery 58ebd65/6064c32 2025-02-01 00:20"
84422025-02-01T00:52:55.540Z[ recovery-image] Feb 01 00:52:53.990 INFO output artefacts stored in: "/work/os-recovery"
84432025-02-01T00:52:55.540Z[ recovery-image] Feb 01 00:52:53.991 INFO collecting git info from project "image-builder"...
84442025-02-01T00:52:55.581Z[ recovery-image] Feb 01 00:52:54.033 INFO collecting git info from project "pilot"...
84452025-02-01T00:52:55.640Z[ recovery-image] Feb 01 00:52:54.092 INFO collecting git info from project "chelsio-t6-roms"...
84462025-02-01T00:52:55.676Z[ recovery-image] Feb 01 00:52:54.128 INFO collecting git info from project "bootserver"...
84472025-02-01T00:52:55.691Z[ recovery-image] Feb 01 00:52:54.143 INFO collecting git info from project "amd-host-image-builder"...
84482025-02-01T00:52:56.150Z[ recovery-image] Feb 01 00:52:54.602 INFO collecting git info from project "amd-firmware"...
84492025-02-01T00:52:56.698Z[ recovery-image] Feb 01 00:52:55.149 INFO collecting git info from project "pinprick"...
84502025-02-01T00:52:56.710Z[ recovery-image] Feb 01 00:52:55.162 INFO collecting git info from project "phbl"...
84512025-02-01T00:52:56.724Z[ recovery-image] Feb 01 00:52:55.176 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84522025-02-01T00:52:57.800Z[ recovery-image] Feb 01 00:52:56.250 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84532025-02-01T00:52:58.512Z[ recovery-image] Feb 01 00:52:56.963 INFO creating Oxide boot image...
84542025-02-01T00:52:58.516Z[ recovery-image] Feb 01 00:52:56.963 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 58ebd65/6064c32 2025-02-01 00:20", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84552025-02-01T00:53:15.853Z[ host-image] Feb 01 00:53:14.301 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23180:20250130T224958Z
84562025-02-01T00:53:15.853Z[ host-image] Feb 01 00:53:14.301 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23180:20250130T224958Z
84572025-02-01T00:53:15.856Z[ host-image] Feb 01 00:53:14.301 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84582025-02-01T00:53:15.856Z[ host-image] Feb 01 00:53:14.302 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84592025-02-01T00:53:15.856Z[ host-image] Feb 01 00:53:14.302 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84602025-02-01T00:53:15.856Z[ host-image] Feb 01 00:53:14.302 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84612025-02-01T00:53:15.856Z[ host-image] Feb 01 00:53:14.303 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84622025-02-01T00:53:15.856Z[ host-image] Feb 01 00:53:14.303 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84632025-02-01T00:53:15.856Z[ host-image] Feb 01 00:53:14.303 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84642025-02-01T00:53:15.856Z[ host-image] Feb 01 00:53:14.303 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84652025-02-01T00:53:15.856Z[ host-image] Feb 01 00:53:14.304 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23180:20250130T224959Z
84662025-02-01T00:53:15.859Z[ host-image] Feb 01 00:53:14.306 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23180:20250130T224959Z
84672025-02-01T00:53:15.859Z[ host-image] Feb 01 00:53:14.307 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23180:20250130T225000Z
84682025-02-01T00:53:15.862Z[ host-image] Feb 01 00:53:14.308 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23180:20250130T225000Z
84692025-02-01T00:53:15.862Z[ host-image] Feb 01 00:53:14.308 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84702025-02-01T00:53:15.862Z[ host-image] Feb 01 00:53:14.309 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23180:20250130T225000Z
84712025-02-01T00:53:15.862Z[ host-image] Feb 01 00:53:14.310 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23180:20250130T225000Z
84722025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.310 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23180:20250130T225000Z
84732025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.310 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23180:20250130T225000Z
84742025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.310 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23180:20250130T225001Z
84752025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.311 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23180:20250130T225001Z
84762025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.311 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23180:20250130T225001Z
84772025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.311 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23180:20250130T225002Z
84782025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.311 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23180:20250130T225003Z
84792025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.312 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23180:20250130T225003Z
84802025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.312 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23180:20250130T225004Z
84812025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.312 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23180:20250130T225004Z
84822025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.312 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23180:20250130T225005Z
84832025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.312 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23180:20250130T225006Z
84842025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.312 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
84852025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.313 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23180:20250130T225007Z
84862025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.313 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23180:20250130T225009Z
84872025-02-01T00:53:15.865Z[ host-image] Feb 01 00:53:14.313 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23180:20250130T225010Z
84882025-02-01T00:53:15.868Z[ host-image] Feb 01 00:53:14.313 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23180:20250130T225011Z
84892025-02-01T00:53:15.868Z[ host-image] Feb 01 00:53:14.315 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23180:20250130T225012Z
84902025-02-01T00:53:15.868Z[ host-image] Feb 01 00:53:14.315 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23180:20250130T225012Z
84912025-02-01T00:53:15.880Z[ host-image] Feb 01 00:53:14.328 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
84922025-02-01T00:53:15.880Z[ host-image] Feb 01 00:53:14.328 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23180:20250130T225012Z
84932025-02-01T00:53:15.883Z[ host-image] Feb 01 00:53:14.328 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
84942025-02-01T00:53:15.883Z[ host-image] Feb 01 00:53:14.328 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
84952025-02-01T00:53:15.883Z[ host-image] Feb 01 00:53:14.329 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
84962025-02-01T00:53:15.883Z[ host-image] Feb 01 00:53:14.330 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23180:20250130T225013Z
84972025-02-01T00:53:15.883Z[ host-image] Feb 01 00:53:14.330 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
84982025-02-01T00:53:15.883Z[ host-image] Feb 01 00:53:14.330 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
84992025-02-01T00:53:15.886Z[ host-image] Feb 01 00:53:14.332 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85002025-02-01T00:53:15.886Z[ host-image] Feb 01 00:53:14.332 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85012025-02-01T00:53:15.902Z[ host-image] Feb 01 00:53:14.350 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85022025-02-01T00:53:15.902Z[ host-image] Feb 01 00:53:14.350 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85032025-02-01T00:53:15.904Z[ host-image] Feb 01 00:53:14.350 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85042025-02-01T00:53:15.904Z[ host-image] Feb 01 00:53:14.351 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85052025-02-01T00:53:15.904Z[ host-image] Feb 01 00:53:14.352 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85062025-02-01T00:53:15.904Z[ host-image] Feb 01 00:53:14.352 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85072025-02-01T00:53:15.983Z[ host-image] Feb 01 00:53:14.431 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85082025-02-01T00:53:15.986Z[ host-image] Feb 01 00:53:14.432 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85092025-02-01T00:53:15.986Z[ host-image] Feb 01 00:53:14.432 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85102025-02-01T00:53:15.986Z[ host-image] Feb 01 00:53:14.433 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23180:20250130T225014Z
85112025-02-01T00:53:15.986Z[ host-image] Feb 01 00:53:14.434 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23180:20250130T225020Z
85122025-02-01T00:53:15.986Z[ host-image] Feb 01 00:53:14.434 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85132025-02-01T00:53:15.986Z[ host-image] Feb 01 00:53:14.434 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23180:20250130T225021Z
85142025-02-01T00:53:15.991Z[ host-image] Feb 01 00:53:14.434 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85152025-02-01T00:53:15.991Z[ host-image] Feb 01 00:53:14.435 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85162025-02-01T00:53:15.991Z[ host-image] Feb 01 00:53:14.435 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
85172025-02-01T00:53:15.991Z[ host-image] Feb 01 00:53:14.435 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23180:20250130T225021Z
85182025-02-01T00:53:15.991Z[ host-image] Feb 01 00:53:14.435 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85192025-02-01T00:53:15.994Z[ host-image] Feb 01 00:53:14.442 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85202025-02-01T00:53:15.997Z[ host-image] Feb 01 00:53:14.442 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85212025-02-01T00:53:15.997Z[ host-image] Feb 01 00:53:14.442 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85222025-02-01T00:53:15.997Z[ host-image] Feb 01 00:53:14.443 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23180:20250130T225021Z
85232025-02-01T00:53:15.997Z[ host-image] Feb 01 00:53:14.443 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85242025-02-01T00:53:16.016Z[ host-image] Feb 01 00:53:14.464 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85252025-02-01T00:53:16.019Z[ host-image] Feb 01 00:53:14.464 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23180:20250130T225022Z
85262025-02-01T00:53:16.026Z[ host-image] Feb 01 00:53:14.474 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23180:20250130T225022Z
85272025-02-01T00:53:16.029Z[ host-image] Feb 01 00:53:14.475 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23180:20250130T225022Z
85282025-02-01T00:53:16.029Z[ host-image] Feb 01 00:53:14.475 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85292025-02-01T00:53:16.029Z[ host-image] Feb 01 00:53:14.476 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23180:20250130T225023Z
85302025-02-01T00:53:16.029Z[ host-image] Feb 01 00:53:14.477 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23180:20250130T225024Z
85312025-02-01T00:53:16.029Z[ host-image] Feb 01 00:53:14.477 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23180:20250130T225024Z
85322025-02-01T00:53:16.033Z[ host-image] Feb 01 00:53:14.477 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23180:20250130T225024Z
85332025-02-01T00:53:16.036Z[ host-image] Feb 01 00:53:14.482 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85342025-02-01T00:53:16.036Z[ host-image] Feb 01 00:53:14.483 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23180:20250130T225024Z
85352025-02-01T00:53:16.036Z[ host-image] Feb 01 00:53:14.484 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23180:20250130T225025Z
85362025-02-01T00:53:16.036Z[ host-image] Feb 01 00:53:14.484 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85372025-02-01T00:53:16.039Z[ host-image] Feb 01 00:53:14.485 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23180:20250130T225025Z
85382025-02-01T00:53:16.039Z[ host-image] Feb 01 00:53:14.485 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23180:20250130T225026Z
85392025-02-01T00:53:16.039Z[ host-image] Feb 01 00:53:14.485 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23180:20250130T225026Z
85402025-02-01T00:53:16.039Z[ host-image] Feb 01 00:53:14.486 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23180:20250130T225026Z
85412025-02-01T00:53:16.050Z[ host-image] Feb 01 00:53:14.498 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23180:20250130T225026Z
85422025-02-01T00:53:16.050Z[ host-image] Feb 01 00:53:14.498 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85432025-02-01T00:53:16.053Z[ host-image] Feb 01 00:53:14.501 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23180:20250130T225026Z
85442025-02-01T00:53:16.056Z[ host-image] Feb 01 00:53:14.503 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23180:20250130T225026Z
85452025-02-01T00:53:16.056Z[ host-image] Feb 01 00:53:14.503 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23180:20250130T225026Z
85462025-02-01T00:53:16.056Z[ host-image] Feb 01 00:53:14.504 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23180:20250130T225027Z
85472025-02-01T00:53:16.059Z[ host-image] Feb 01 00:53:14.505 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23180:20250130T225027Z
85482025-02-01T00:53:16.059Z[ host-image] Feb 01 00:53:14.505 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23180:20250130T225027Z
85492025-02-01T00:53:16.072Z[ host-image] Feb 01 00:53:14.520 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23180:20250130T225029Z
85502025-02-01T00:53:16.072Z[ host-image] Feb 01 00:53:14.520 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23180:20250130T225028Z
85512025-02-01T00:53:16.078Z[ host-image] Feb 01 00:53:14.520 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23180:20250130T225028Z
85522025-02-01T00:53:16.078Z[ host-image] Feb 01 00:53:14.522 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23180:20250130T225028Z
85532025-02-01T00:53:16.078Z[ host-image] Feb 01 00:53:14.522 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23180:20250130T225029Z
85542025-02-01T00:53:16.115Z[ host-image] Feb 01 00:53:14.562 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23180:20250130T225031Z
85552025-02-01T00:53:16.118Z[ host-image] Feb 01 00:53:14.563 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23180:20250130T225029Z
85562025-02-01T00:53:16.118Z[ host-image] Feb 01 00:53:14.563 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23180:20250130T225029Z
85572025-02-01T00:53:16.118Z[ host-image] Feb 01 00:53:14.563 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85582025-02-01T00:53:16.118Z[ host-image] Feb 01 00:53:14.564 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85592025-02-01T00:53:16.178Z[ host-image] Feb 01 00:53:14.626 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23180:20250130T225029Z
85602025-02-01T00:53:16.178Z[ host-image] Feb 01 00:53:14.626 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85612025-02-01T00:53:16.181Z[ host-image] Feb 01 00:53:14.626 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23180:20250130T225029Z
85622025-02-01T00:53:16.181Z[ host-image] Feb 01 00:53:14.626 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23180:20250130T225029Z
85632025-02-01T00:53:16.181Z[ host-image] Feb 01 00:53:14.628 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23180:20250130T225030Z
85642025-02-01T00:53:16.181Z[ host-image] Feb 01 00:53:14.629 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85652025-02-01T00:53:16.184Z[ host-image] Feb 01 00:53:14.630 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85662025-02-01T00:53:16.184Z[ host-image] Feb 01 00:53:14.630 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23180:20250130T225031Z
85672025-02-01T00:53:16.184Z[ host-image] Feb 01 00:53:14.631 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23180:20250130T225030Z
85682025-02-01T00:53:16.184Z[ host-image] Feb 01 00:53:14.631 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23180:20250130T225030Z
85692025-02-01T00:53:16.184Z[ host-image] Feb 01 00:53:14.631 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23180:20250130T225031Z
85702025-02-01T00:53:16.184Z[ host-image] Feb 01 00:53:14.632 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23180:20250130T225031Z
85712025-02-01T00:53:16.187Z[ host-image] Feb 01 00:53:14.632 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23180:20250130T225031Z
85722025-02-01T00:53:16.210Z[ host-image] Feb 01 00:53:14.657 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85732025-02-01T00:53:16.212Z[ host-image] Feb 01 00:53:14.658 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23180:20250130T225032Z
85742025-02-01T00:53:16.215Z[ host-image] Feb 01 00:53:14.661 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23180:20250130T225032Z
85752025-02-01T00:53:16.215Z[ host-image] Feb 01 00:53:14.661 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23180:20250130T225032Z
85762025-02-01T00:53:16.215Z[ host-image] Feb 01 00:53:14.662 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23180:20250130T225033Z
85772025-02-01T00:53:16.215Z[ host-image] Feb 01 00:53:14.662 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23180:20250130T225033Z
85782025-02-01T00:53:16.216Z[ host-image] Feb 01 00:53:14.663 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23180:20250130T225033Z
85792025-02-01T00:53:16.216Z[ host-image] Feb 01 00:53:14.663 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
85802025-02-01T00:53:16.216Z[ host-image] Feb 01 00:53:14.663 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
85812025-02-01T00:53:16.219Z[ host-image] Feb 01 00:53:14.664 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23180:20250130T225035Z
85822025-02-01T00:53:16.219Z[ host-image] Feb 01 00:53:14.664 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23180:20250130T225036Z
85832025-02-01T00:53:16.219Z[ host-image] Feb 01 00:53:14.665 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
85842025-02-01T00:53:16.219Z[ host-image] Feb 01 00:53:14.665 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
85852025-02-01T00:53:16.219Z[ host-image] Feb 01 00:53:14.665 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
85862025-02-01T00:53:16.219Z[ host-image] Feb 01 00:53:14.665 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
85872025-02-01T00:53:16.219Z[ host-image] Feb 01 00:53:14.665 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
85882025-02-01T00:53:16.219Z[ host-image] Feb 01 00:53:14.667 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
85892025-02-01T00:53:16.221Z[ host-image] Feb 01 00:53:14.669 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
85902025-02-01T00:53:16.221Z[ host-image] Feb 01 00:53:14.669 INFO O| tempdir @ "/tmp/.tmpjFQE9m/tmp"
85912025-02-01T00:53:16.221Z[ host-image] Feb 01 00:53:14.669 INFO O| image root @ "/tmp/.tmpjFQE9m/tmp/root"
85922025-02-01T00:53:16.221Z[ host-image] Feb 01 00:53:14.670 INFO O| creating image...
85932025-02-01T00:53:17.412Z[ host-image] Feb 01 00:53:15.859 INFO O| copying publishers...
85942025-02-01T00:53:40.250Z[ host-image] Feb 01 00:53:38.643 INFO O| adding properties...
85952025-02-01T00:53:42.250Z[ host-image] Feb 01 00:53:40.692 INFO O| installing packages...
85962025-02-01T00:54:00.463Z[ recovery-image] Feb 01 00:53:58.902 INFO O| ok, image written!
85972025-02-01T00:54:00.463Z[ recovery-image] Feb 01 00:53:58.902 INFO O| ok, boot_image_csum file written!
85982025-02-01T00:54:00.471Z[ recovery-image] Feb 01 00:53:58.909 INFO creating boot archive (CPIO)...
85992025-02-01T00:54:00.471Z[ recovery-image] Feb 01 00:53:58.909 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
86002025-02-01T00:54:00.484Z[ recovery-image] Feb 01 00:53:58.922 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86012025-02-01T00:54:00.487Z[ recovery-image] Feb 01 00:53:58.922 INFO E| + outfile=/work/os-recovery/cpio
86022025-02-01T00:54:00.487Z[ recovery-image] Feb 01 00:53:58.922 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86032025-02-01T00:54:00.487Z[ recovery-image] Feb 01 00:53:58.925 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86042025-02-01T00:54:00.487Z[ recovery-image] Feb 01 00:53:58.925 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86052025-02-01T00:54:00.534Z[ recovery-image] Feb 01 00:53:58.972 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86062025-02-01T00:54:00.534Z[ recovery-image] Feb 01 00:53:58.972 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86072025-02-01T00:54:00.546Z[ recovery-image] Feb 01 00:53:58.985 INFO creating compressed cpio/unix for nanobl-rs...
86082025-02-01T00:54:00.546Z[ recovery-image] Feb 01 00:53:58.985 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
86092025-02-01T00:54:00.962Z[ recovery-image] Feb 01 00:53:59.400 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86102025-02-01T00:54:08.776Z[ recovery-image] Feb 01 00:54:07.212 INFO creating reset image...
86112025-02-01T00:54:08.778Z[ recovery-image] Feb 01 00:54:07.212 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86122025-02-01T00:54:10.138Z[ recovery-image] Feb 01 00:54:08.575 INFO E| Updating crates.io index
86132025-02-01T00:54:10.642Z[ recovery-image] Feb 01 00:54:09.078 INFO E| Downloading crates ...
86142025-02-01T00:54:10.768Z[ recovery-image] Feb 01 00:54:09.203 INFO E| Downloaded clap_derive v4.5.13
86152025-02-01T00:54:10.777Z[ recovery-image] Feb 01 00:54:09.214 INFO E| Downloaded duct v0.13.7
86162025-02-01T00:54:10.786Z[ recovery-image] Feb 01 00:54:09.222 INFO E| Downloaded unicode-ident v1.0.13
86172025-02-01T00:54:10.789Z[ recovery-image] Feb 01 00:54:09.226 INFO E| Downloaded clap_lex v0.7.2
86182025-02-01T00:54:10.792Z[ recovery-image] Feb 01 00:54:09.228 INFO E| Downloaded shared_child v1.0.1
86192025-02-01T00:54:10.797Z[ recovery-image] Feb 01 00:54:09.234 INFO E| Downloaded quote v1.0.37
86202025-02-01T00:54:10.801Z[ recovery-image] Feb 01 00:54:09.238 INFO E| Downloaded clap v4.5.17
86212025-02-01T00:54:10.816Z[ recovery-image] Feb 01 00:54:09.252 INFO E| Downloaded os_pipe v1.2.1
86222025-02-01T00:54:10.868Z[ recovery-image] Feb 01 00:54:09.304 INFO E| Downloaded clap_builder v4.5.17
86232025-02-01T00:54:10.896Z[ recovery-image] Feb 01 00:54:09.332 INFO E| Downloaded syn v2.0.77
86242025-02-01T00:54:10.977Z[ recovery-image] Feb 01 00:54:09.412 INFO E| Downloaded libc v0.2.158
86252025-02-01T00:54:11.113Z[ recovery-image] Feb 01 00:54:09.549 INFO E| Compiling proc-macro2 v1.0.86
86262025-02-01T00:54:11.113Z[ recovery-image] Feb 01 00:54:09.549 INFO E| Compiling unicode-ident v1.0.13
86272025-02-01T00:54:11.116Z[ recovery-image] Feb 01 00:54:09.549 INFO E| Compiling libc v0.2.158
86282025-02-01T00:54:11.116Z[ recovery-image] Feb 01 00:54:09.549 INFO E| Compiling utf8parse v0.2.2
86292025-02-01T00:54:11.116Z[ recovery-image] Feb 01 00:54:09.549 INFO E| Compiling colorchoice v1.0.2
86302025-02-01T00:54:11.116Z[ recovery-image] Feb 01 00:54:09.549 INFO E| Compiling anstyle-query v1.1.1
86312025-02-01T00:54:11.116Z[ recovery-image] Feb 01 00:54:09.549 INFO E| Compiling anstyle v1.0.8
86322025-02-01T00:54:11.116Z[ recovery-image] Feb 01 00:54:09.549 INFO E| Compiling is_terminal_polyfill v1.70.1
86332025-02-01T00:54:11.844Z[ recovery-image] Feb 01 00:54:10.280 INFO E| Compiling heck v0.5.0
86342025-02-01T00:54:12.173Z[ recovery-image] Feb 01 00:54:10.609 INFO E| Compiling anstyle-parse v0.2.5
86352025-02-01T00:54:12.196Z[ recovery-image] Feb 01 00:54:10.631 INFO E| Compiling clap_lex v0.7.2
86362025-02-01T00:54:12.225Z[ recovery-image] Feb 01 00:54:10.661 INFO E| Compiling strsim v0.11.1
86372025-02-01T00:54:12.287Z[ recovery-image] Feb 01 00:54:10.723 INFO E| Compiling once_cell v1.19.0
86382025-02-01T00:54:12.725Z[ recovery-image] Feb 01 00:54:11.161 INFO E| Compiling anstream v0.6.15
86392025-02-01T00:54:13.432Z[ recovery-image] Feb 01 00:54:11.868 INFO E| Compiling clap_builder v4.5.17
86402025-02-01T00:54:14.210Z[ recovery-image] Feb 01 00:54:12.646 INFO E| Compiling quote v1.0.37
86412025-02-01T00:54:14.352Z[ recovery-image] Feb 01 00:54:12.787 INFO E| Compiling shared_child v1.0.1
86422025-02-01T00:54:14.352Z[ recovery-image] Feb 01 00:54:12.787 INFO E| Compiling os_pipe v1.2.1
86432025-02-01T00:54:14.637Z[ recovery-image] Feb 01 00:54:13.072 INFO E| Compiling duct v0.13.7
86442025-02-01T00:54:14.883Z[ recovery-image] Feb 01 00:54:13.318 INFO E| Compiling syn v2.0.77
86452025-02-01T00:54:16.127Z[ host-image] Feb 01 00:54:14.562 INFO O| seeding SMF database...
86462025-02-01T00:54:24.469Z[ recovery-image] Feb 01 00:54:22.902 INFO E| Compiling clap_derive v4.5.13
86472025-02-01T00:54:29.541Z[ recovery-image] Feb 01 00:54:27.971 INFO E| Compiling clap v4.5.17
86482025-02-01T00:54:29.624Z[ recovery-image] Feb 01 00:54:28.056 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86492025-02-01T00:54:31.783Z[ host-image] Feb 01 00:54:30.215 INFO O| configuring SMF profile...
86502025-02-01T00:54:31.792Z[ host-image] Feb 01 00:54:30.215 INFO O| modifying shadow(5)...
86512025-02-01T00:54:31.792Z[ host-image] Feb 01 00:54:30.216 INFO O| loading user and group database...
86522025-02-01T00:54:31.792Z[ host-image] Feb 01 00:54:30.216 INFO O| assessing packaged files...
86532025-02-01T00:54:31.852Z[ recovery-image] Feb 01 00:54:30.284 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.14s
86542025-02-01T00:54:31.868Z[ recovery-image] Feb 01 00:54:30.300 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86552025-02-01T00:54:32.241Z[ recovery-image] Feb 01 00:54:30.673 INFO E| Updating crates.io index
86562025-02-01T00:54:32.421Z[ recovery-image] Feb 01 00:54:30.852 INFO E| Downloading crates ...
86572025-02-01T00:54:32.724Z[ recovery-image] Feb 01 00:54:31.156 INFO E| Downloaded bit_field v0.10.2
86582025-02-01T00:54:32.726Z[ recovery-image] Feb 01 00:54:31.158 INFO E| Downloaded bitstruct_derive v0.1.0
86592025-02-01T00:54:32.736Z[ recovery-image] Feb 01 00:54:31.168 INFO E| Downloaded proc-macro2 v1.0.89
86602025-02-01T00:54:32.745Z[ recovery-image] Feb 01 00:54:31.176 INFO E| Downloaded bitstruct v0.1.1
86612025-02-01T00:54:32.747Z[ recovery-image] Feb 01 00:54:31.179 INFO E| Downloaded cpio_reader v0.1.1
86622025-02-01T00:54:32.756Z[ recovery-image] Feb 01 00:54:31.187 INFO E| Downloaded seq-macro v0.3.5
86632025-02-01T00:54:32.770Z[ recovery-image] Feb 01 00:54:31.201 INFO E| Downloaded raw-cpuid v10.7.0
86642025-02-01T00:54:32.800Z[ recovery-image] Feb 01 00:54:31.231 INFO E| Downloaded syn v2.0.85
86652025-02-01T00:54:32.916Z[ recovery-image] Feb 01 00:54:31.348 INFO E| Downloaded x86 v0.52.0
86662025-02-01T00:54:33.038Z[ recovery-image] Feb 01 00:54:31.470 INFO E| Updating crates.io index
86672025-02-01T00:54:33.299Z[ recovery-image] Feb 01 00:54:31.730 INFO E| Downloading crates ...
86682025-02-01T00:54:33.528Z[ recovery-image] Feb 01 00:54:31.960 INFO E| Downloaded hashbrown v0.15.0
86692025-02-01T00:54:33.549Z[ recovery-image] Feb 01 00:54:31.980 INFO E| Downloaded compiler_builtins v0.1.134
86702025-02-01T00:54:33.649Z[ recovery-image] Feb 01 00:54:32.080 INFO E| Downloaded libc v0.2.161
86712025-02-01T00:54:33.845Z[ recovery-image] Feb 01 00:54:32.277 INFO E| Compiling compiler_builtins v0.1.134
86722025-02-01T00:54:33.848Z[ recovery-image] Feb 01 00:54:32.277 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)
86732025-02-01T00:54:33.848Z[ recovery-image] Feb 01 00:54:32.277 INFO E| Compiling proc-macro2 v1.0.89
86742025-02-01T00:54:33.848Z[ recovery-image] Feb 01 00:54:32.277 INFO E| Compiling unicode-ident v1.0.13
86752025-02-01T00:54:33.848Z[ recovery-image] Feb 01 00:54:32.277 INFO E| Compiling syn v1.0.109
86762025-02-01T00:54:33.848Z[ recovery-image] Feb 01 00:54:32.277 INFO E| Compiling x86 v0.52.0
86772025-02-01T00:54:33.848Z[ recovery-image] Feb 01 00:54:32.277 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86782025-02-01T00:54:33.848Z[ recovery-image] Feb 01 00:54:32.277 INFO E| Compiling seq-macro v0.3.5
86792025-02-01T00:54:37.011Z[ recovery-image] Feb 01 00:54:35.441 INFO E| Compiling quote v1.0.37
86802025-02-01T00:54:37.578Z[ recovery-image] Feb 01 00:54:35.999 INFO E| Compiling syn v2.0.85
86812025-02-01T00:54:37.675Z[ host-image] Feb 01 00:54:36.106 INFO O| creating archive...
86822025-02-01T00:54:37.835Z[ host-image] Feb 01 00:54:36.265 INFO O| missing from packaging:
86832025-02-01T00:54:37.835Z[ host-image] Feb 01 00:54:36.266 INFO O| "etc/.pwd.lock"
86842025-02-01T00:54:37.835Z[ host-image] Feb 01 00:54:36.266 INFO O| "etc/bash"
86852025-02-01T00:54:37.844Z[ host-image] Feb 01 00:54:36.275 INFO O| "etc/svc/profile/generic.xml"
86862025-02-01T00:54:37.845Z[ host-image] Feb 01 00:54:36.275 INFO O| "etc/svc/profile/inetd_services.xml"
86872025-02-01T00:54:37.847Z[ host-image] Feb 01 00:54:36.275 INFO O| "etc/svc/profile/name_service.xml"
86882025-02-01T00:54:37.847Z[ host-image] Feb 01 00:54:36.275 INFO O| "etc/svc/profile/platform.xml"
86892025-02-01T00:54:37.847Z[ host-image] Feb 01 00:54:36.275 INFO O| "etc/svc/profile/platform_omicron1.xml"
86902025-02-01T00:54:37.847Z[ host-image] Feb 01 00:54:36.275 INFO O| "etc/svc/repository.db"
86912025-02-01T00:54:37.878Z[ host-image] Feb 01 00:54:36.308 INFO O| "opt/ooce/share"
86922025-02-01T00:54:37.878Z[ host-image] Feb 01 00:54:36.308 INFO O| "opt/ooce/share/man"
86932025-02-01T00:54:37.881Z[ host-image] Feb 01 00:54:36.308 INFO O| "opt/ooce/share/man/man1"
86942025-02-01T00:54:37.892Z[ host-image] Feb 01 00:54:36.323 INFO O| finishing archive...
86952025-02-01T00:54:43.106Z[ host-image] Feb 01 00:54:41.535 INFO O| creating gzonly manifest...
86962025-02-01T00:54:43.117Z[ host-image] Feb 01 00:54:41.547 INFO O| ok
86972025-02-01T00:54:43.306Z[ host-image] Feb 01 00:54:41.735 INFO image builder template: ramdisk-02-trim...
86982025-02-01T00:54:43.306Z[ host-image] Feb 01 00:54:41.735 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/.tmp8Wjkrn/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.311", "-n", "ramdisk-02-trim"], pwd: None
86992025-02-01T00:54:43.347Z[ host-image] Feb 01 00:54:41.776 INFO O| Feb 01 00:54:41.776 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87002025-02-01T00:54:43.355Z[ host-image] Feb 01 00:54:41.785 INFO O| Feb 01 00:54:41.785 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87012025-02-01T00:54:43.630Z[ host-image] Feb 01 00:54:42.060 INFO O| Feb 01 00:54:42.060 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87022025-02-01T00:54:43.779Z[ host-image] Feb 01 00:54:42.208 INFO O| Feb 01 00:54:42.208 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87032025-02-01T00:54:43.782Z[ host-image] Feb 01 00:54:42.209 INFO O| Feb 01 00:54:42.209 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87042025-02-01T00:54:43.789Z[ host-image] Feb 01 00:54:42.218 INFO O| Feb 01 00:54:42.218 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87052025-02-01T00:54:43.796Z[ host-image] Feb 01 00:54:42.226 INFO O| Feb 01 00:54:42.226 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87062025-02-01T00:54:43.805Z[ host-image] Feb 01 00:54:42.234 INFO O| Feb 01 00:54:42.234 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87072025-02-01T00:54:44.024Z[ recovery-image] Feb 01 00:54:42.453 INFO E| Compiling scroll_derive v0.12.0
87082025-02-01T00:54:44.462Z[ host-image] Feb 01 00:54:42.891 INFO O| Feb 01 00:54:42.891 INFO rolled back to input snapshot; work may begin
87092025-02-01T00:54:44.462Z[ host-image] Feb 01 00:54:42.891 INFO O| Feb 01 00:54:42.891 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87102025-02-01T00:54:44.503Z[ host-image] Feb 01 00:54:42.932 INFO O| Feb 01 00:54:42.932 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87112025-02-01T00:54:44.550Z[ host-image] Feb 01 00:54:42.979 INFO O| Feb 01 00:54:42.979 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87122025-02-01T00:54:44.754Z[ host-image] Feb 01 00:54:43.183 INFO O| Feb 01 00:54:43.183 INFO STEP 0 (remove_files) COMPLETE
87132025-02-01T00:54:44.754Z[ host-image] Feb 01 00:54:43.183 INFO O| Feb 01 00:54:43.183 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142025-02-01T00:54:44.789Z[ host-image] Feb 01 00:54:43.217 INFO O| Feb 01 00:54:43.217 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87152025-02-01T00:54:44.792Z[ host-image] Feb 01 00:54:43.220 INFO O| Feb 01 00:54:43.220 INFO STEP 1 (remove_files) COMPLETE
87162025-02-01T00:54:44.792Z[ host-image] Feb 01 00:54:43.220 INFO O| Feb 01 00:54:43.220 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87172025-02-01T00:54:44.837Z[ host-image] Feb 01 00:54:43.266 INFO O| Feb 01 00:54:43.266 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87182025-02-01T00:54:44.864Z[ host-image] Feb 01 00:54:43.293 INFO O| Feb 01 00:54:43.293 INFO STEP 2 (remove_files) COMPLETE
87192025-02-01T00:54:44.867Z[ host-image] Feb 01 00:54:43.293 INFO O| Feb 01 00:54:43.293 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87202025-02-01T00:54:44.908Z[ host-image] Feb 01 00:54:43.337 INFO O| Feb 01 00:54:43.337 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87212025-02-01T00:54:44.912Z[ host-image] Feb 01 00:54:43.340 INFO O| Feb 01 00:54:43.340 INFO STEP 3 (remove_files) COMPLETE
87222025-02-01T00:54:44.912Z[ host-image] Feb 01 00:54:43.340 INFO O| Feb 01 00:54:43.340 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232025-02-01T00:54:44.944Z[ host-image] Feb 01 00:54:43.373 INFO O| Feb 01 00:54:43.373 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87242025-02-01T00:54:44.952Z[ host-image] Feb 01 00:54:43.380 INFO O| Feb 01 00:54:43.380 INFO STEP 4 (remove_files) COMPLETE
87252025-02-01T00:54:44.952Z[ host-image] Feb 01 00:54:43.380 INFO O| Feb 01 00:54:43.380 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262025-02-01T00:54:44.970Z[ host-image] Feb 01 00:54:43.399 INFO O| Feb 01 00:54:43.399 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87272025-02-01T00:54:44.974Z[ host-image] Feb 01 00:54:43.403 INFO O| Feb 01 00:54:43.403 INFO STEP 5 (remove_files) COMPLETE
87282025-02-01T00:54:44.974Z[ host-image] Feb 01 00:54:43.404 INFO O| Feb 01 00:54:43.403 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292025-02-01T00:54:45.013Z[ host-image] Feb 01 00:54:43.442 INFO O| Feb 01 00:54:43.442 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87302025-02-01T00:54:45.030Z[ host-image] Feb 01 00:54:43.459 INFO O| Feb 01 00:54:43.459 INFO STEP 6 (remove_files) COMPLETE
87312025-02-01T00:54:45.030Z[ host-image] Feb 01 00:54:43.459 INFO O| Feb 01 00:54:43.459 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322025-02-01T00:54:45.094Z[ host-image] Feb 01 00:54:43.523 INFO O| Feb 01 00:54:43.523 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87332025-02-01T00:54:45.117Z[ host-image] Feb 01 00:54:43.545 INFO O| Feb 01 00:54:43.545 INFO STEP 7 (remove_files) COMPLETE
87342025-02-01T00:54:45.117Z[ host-image] Feb 01 00:54:43.545 INFO O| Feb 01 00:54:43.545 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352025-02-01T00:54:45.151Z[ host-image] Feb 01 00:54:43.580 INFO O| Feb 01 00:54:43.580 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87362025-02-01T00:54:45.343Z[ host-image] Feb 01 00:54:43.772 INFO O| Feb 01 00:54:43.772 INFO STEP 8 (remove_files) COMPLETE
87372025-02-01T00:54:45.343Z[ host-image] Feb 01 00:54:43.772 INFO O| Feb 01 00:54:43.772 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382025-02-01T00:54:45.405Z[ host-image] Feb 01 00:54:43.834 INFO O| Feb 01 00:54:43.834 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87392025-02-01T00:54:45.648Z[ host-image] Feb 01 00:54:44.076 INFO O| Feb 01 00:54:44.076 INFO STEP 9 (remove_files) COMPLETE
87402025-02-01T00:54:45.648Z[ host-image] Feb 01 00:54:44.077 INFO O| Feb 01 00:54:44.076 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412025-02-01T00:54:45.705Z[ host-image] Feb 01 00:54:44.134 INFO O| Feb 01 00:54:44.132 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87422025-02-01T00:54:45.714Z[ host-image] Feb 01 00:54:44.140 INFO O| Feb 01 00:54:44.138 INFO STEP 10 (remove_files) COMPLETE
87432025-02-01T00:54:45.714Z[ host-image] Feb 01 00:54:44.140 INFO O| Feb 01 00:54:44.138 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442025-02-01T00:54:45.750Z[ host-image] Feb 01 00:54:44.179 INFO O| Feb 01 00:54:44.179 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87452025-02-01T00:54:45.753Z[ host-image] Feb 01 00:54:44.181 INFO O| Feb 01 00:54:44.180 INFO STEP 11 (remove_files) COMPLETE
87462025-02-01T00:54:45.753Z[ host-image] Feb 01 00:54:44.181 INFO O| Feb 01 00:54:44.181 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472025-02-01T00:54:45.782Z[ host-image] Feb 01 00:54:44.211 INFO O| Feb 01 00:54:44.211 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87482025-02-01T00:54:45.785Z[ host-image] Feb 01 00:54:44.213 INFO O| Feb 01 00:54:44.213 INFO STEP 12 (remove_files) COMPLETE
87492025-02-01T00:54:45.785Z[ host-image] Feb 01 00:54:44.213 INFO O| Feb 01 00:54:44.213 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502025-02-01T00:54:45.840Z[ host-image] Feb 01 00:54:44.269 INFO O| Feb 01 00:54:44.269 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87512025-02-01T00:54:45.843Z[ host-image] Feb 01 00:54:44.271 INFO O| Feb 01 00:54:44.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87522025-02-01T00:54:45.843Z[ host-image] Feb 01 00:54:44.272 INFO O| Feb 01 00:54:44.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87532025-02-01T00:54:45.843Z[ host-image] Feb 01 00:54:44.272 INFO O| Feb 01 00:54:44.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87542025-02-01T00:54:45.843Z[ host-image] Feb 01 00:54:44.272 INFO O| Feb 01 00:54:44.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87552025-02-01T00:54:45.846Z[ host-image] Feb 01 00:54:44.273 INFO O| Feb 01 00:54:44.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87562025-02-01T00:54:45.846Z[ host-image] Feb 01 00:54:44.273 INFO O| Feb 01 00:54:44.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87572025-02-01T00:54:45.846Z[ host-image] Feb 01 00:54:44.273 INFO O| Feb 01 00:54:44.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87582025-02-01T00:54:45.846Z[ host-image] Feb 01 00:54:44.273 INFO O| Feb 01 00:54:44.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87592025-02-01T00:54:45.846Z[ host-image] Feb 01 00:54:44.273 INFO O| Feb 01 00:54:44.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87602025-02-01T00:54:45.847Z[ host-image] Feb 01 00:54:44.274 INFO O| Feb 01 00:54:44.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87612025-02-01T00:54:45.847Z[ host-image] Feb 01 00:54:44.275 INFO O| Feb 01 00:54:44.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87622025-02-01T00:54:45.847Z[ host-image] Feb 01 00:54:44.275 INFO O| Feb 01 00:54:44.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87632025-02-01T00:54:45.847Z[ host-image] Feb 01 00:54:44.275 INFO O| Feb 01 00:54:44.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87642025-02-01T00:54:45.847Z[ host-image] Feb 01 00:54:44.275 INFO O| Feb 01 00:54:44.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87652025-02-01T00:54:45.847Z[ host-image] Feb 01 00:54:44.275 INFO O| Feb 01 00:54:44.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87662025-02-01T00:54:45.850Z[ host-image] Feb 01 00:54:44.275 INFO O| Feb 01 00:54:44.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87672025-02-01T00:54:46.133Z[ host-image] Feb 01 00:54:44.561 INFO O| Feb 01 00:54:44.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87682025-02-01T00:54:46.137Z[ host-image] Feb 01 00:54:44.566 INFO O| Feb 01 00:54:44.566 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87692025-02-01T00:54:46.165Z[ host-image] Feb 01 00:54:44.594 INFO O| Feb 01 00:54:44.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87702025-02-01T00:54:46.260Z[ host-image] Feb 01 00:54:44.688 INFO O| Feb 01 00:54:44.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87712025-02-01T00:54:46.681Z[ host-image] Feb 01 00:54:45.108 INFO O| Feb 01 00:54:45.108 INFO STEP 13 (remove_files) COMPLETE
87722025-02-01T00:54:46.681Z[ host-image] Feb 01 00:54:45.109 INFO O| Feb 01 00:54:45.108 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732025-02-01T00:54:46.723Z[ host-image] Feb 01 00:54:45.152 INFO O| Feb 01 00:54:45.151 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87742025-02-01T00:54:46.726Z[ host-image] Feb 01 00:54:45.154 INFO O| Feb 01 00:54:45.154 INFO STEP 14 (remove_files) COMPLETE
87752025-02-01T00:54:46.726Z[ host-image] Feb 01 00:54:45.154 INFO O| Feb 01 00:54:45.154 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762025-02-01T00:54:46.753Z[ host-image] Feb 01 00:54:45.181 INFO O| Feb 01 00:54:45.181 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87772025-02-01T00:54:46.763Z[ host-image] Feb 01 00:54:45.191 INFO O| Feb 01 00:54:45.191 INFO STEP 15 (remove_files) COMPLETE
87782025-02-01T00:54:46.763Z[ host-image] Feb 01 00:54:45.192 INFO O| Feb 01 00:54:45.191 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792025-02-01T00:54:46.795Z[ host-image] Feb 01 00:54:45.222 INFO O| Feb 01 00:54:45.222 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87802025-02-01T00:54:46.798Z[ host-image] Feb 01 00:54:45.223 INFO O| Feb 01 00:54:45.223 INFO STEP 16 (remove_files) COMPLETE
87812025-02-01T00:54:46.798Z[ host-image] Feb 01 00:54:45.223 INFO O| Feb 01 00:54:45.223 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822025-02-01T00:54:46.836Z[ host-image] Feb 01 00:54:45.265 INFO O| Feb 01 00:54:45.265 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
87832025-02-01T00:54:46.839Z[ host-image] Feb 01 00:54:45.268 INFO O| Feb 01 00:54:45.267 INFO STEP 17 (remove_files) COMPLETE
87842025-02-01T00:54:46.839Z[ host-image] Feb 01 00:54:45.268 INFO O| Feb 01 00:54:45.268 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852025-02-01T00:54:46.873Z[ host-image] Feb 01 00:54:45.301 INFO O| Feb 01 00:54:45.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
87862025-02-01T00:54:46.877Z[ host-image] Feb 01 00:54:45.301 INFO O| Feb 01 00:54:45.301 INFO STEP 18 (remove_files) COMPLETE
87872025-02-01T00:54:46.877Z[ host-image] Feb 01 00:54:45.301 INFO O| Feb 01 00:54:45.301 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882025-02-01T00:54:46.893Z[ host-image] Feb 01 00:54:45.321 INFO O| Feb 01 00:54:45.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
87892025-02-01T00:54:46.896Z[ host-image] Feb 01 00:54:45.322 INFO O| Feb 01 00:54:45.321 INFO STEP 19 (remove_files) COMPLETE
87902025-02-01T00:54:46.896Z[ host-image] Feb 01 00:54:45.322 INFO O| Feb 01 00:54:45.322 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912025-02-01T00:54:46.913Z[ host-image] Feb 01 00:54:45.342 INFO O| Feb 01 00:54:45.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
87922025-02-01T00:54:46.917Z[ host-image] Feb 01 00:54:45.342 INFO O| Feb 01 00:54:45.342 INFO STEP 20 (remove_files) COMPLETE
87932025-02-01T00:54:46.917Z[ host-image] Feb 01 00:54:45.342 INFO O| Feb 01 00:54:45.342 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942025-02-01T00:54:46.946Z[ host-image] Feb 01 00:54:45.375 INFO O| Feb 01 00:54:45.375 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
87952025-02-01T00:54:46.946Z[ host-image] Feb 01 00:54:45.375 INFO O| Feb 01 00:54:45.375 INFO STEP 21 (remove_files) COMPLETE
87962025-02-01T00:54:46.949Z[ host-image] Feb 01 00:54:45.375 INFO O| Feb 01 00:54:45.375 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972025-02-01T00:54:46.969Z[ host-image] Feb 01 00:54:45.396 INFO O| Feb 01 00:54:45.396 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
87982025-02-01T00:54:46.971Z[ host-image] Feb 01 00:54:45.396 INFO O| Feb 01 00:54:45.396 INFO STEP 22 (remove_files) COMPLETE
87992025-02-01T00:54:46.971Z[ host-image] Feb 01 00:54:45.397 INFO O| Feb 01 00:54:45.396 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002025-02-01T00:54:47.000Z[ host-image] Feb 01 00:54:45.428 INFO O| Feb 01 00:54:45.428 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88012025-02-01T00:54:47.000Z[ host-image] Feb 01 00:54:45.428 INFO O| Feb 01 00:54:45.428 INFO STEP 23 (remove_files) COMPLETE
88022025-02-01T00:54:47.000Z[ host-image] Feb 01 00:54:45.428 INFO O| Feb 01 00:54:45.428 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032025-02-01T00:54:47.050Z[ host-image] Feb 01 00:54:45.479 INFO O| Feb 01 00:54:45.479 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88042025-02-01T00:54:47.051Z[ host-image] Feb 01 00:54:45.479 INFO O| Feb 01 00:54:45.479 INFO STEP 24 (remove_files) COMPLETE
88052025-02-01T00:54:47.053Z[ host-image] Feb 01 00:54:45.479 INFO O| Feb 01 00:54:45.479 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062025-02-01T00:54:47.082Z[ host-image] Feb 01 00:54:45.510 INFO O| Feb 01 00:54:45.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88072025-02-01T00:54:47.082Z[ host-image] Feb 01 00:54:45.510 INFO O| Feb 01 00:54:45.510 INFO STEP 25 (remove_files) COMPLETE
88082025-02-01T00:54:47.085Z[ host-image] Feb 01 00:54:45.510 INFO O| Feb 01 00:54:45.510 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092025-02-01T00:54:47.145Z[ host-image] Feb 01 00:54:45.574 INFO O| Feb 01 00:54:45.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88102025-02-01T00:54:47.148Z[ host-image] Feb 01 00:54:45.574 INFO O| Feb 01 00:54:45.574 INFO STEP 26 (remove_files) COMPLETE
88112025-02-01T00:54:47.148Z[ host-image] Feb 01 00:54:45.574 INFO O| Feb 01 00:54:45.574 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122025-02-01T00:54:47.166Z[ host-image] Feb 01 00:54:45.595 INFO O| Feb 01 00:54:45.595 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88132025-02-01T00:54:47.166Z[ host-image] Feb 01 00:54:45.595 INFO O| Feb 01 00:54:45.595 INFO STEP 27 (remove_files) COMPLETE
88142025-02-01T00:54:47.167Z[ host-image] Feb 01 00:54:45.595 INFO O| Feb 01 00:54:45.595 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88152025-02-01T00:54:47.199Z[ host-image] Feb 01 00:54:45.628 INFO O| Feb 01 00:54:45.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88162025-02-01T00:54:47.199Z[ host-image] Feb 01 00:54:45.628 INFO O| Feb 01 00:54:45.628 INFO STEP 28 (remove_files) COMPLETE
88172025-02-01T00:54:47.199Z[ host-image] Feb 01 00:54:45.628 INFO O| Feb 01 00:54:45.628 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88182025-02-01T00:54:47.263Z[ host-image] Feb 01 00:54:45.692 INFO O| Feb 01 00:54:45.692 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88192025-02-01T00:54:47.263Z[ host-image] Feb 01 00:54:45.692 INFO O| Feb 01 00:54:45.692 INFO STEP 29 (remove_files) COMPLETE
88202025-02-01T00:54:47.266Z[ host-image] Feb 01 00:54:45.692 INFO O| Feb 01 00:54:45.692 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212025-02-01T00:54:47.325Z[ host-image] Feb 01 00:54:45.753 INFO O| Feb 01 00:54:45.753 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88222025-02-01T00:54:47.325Z[ host-image] Feb 01 00:54:45.753 INFO O| Feb 01 00:54:45.753 INFO STEP 30 (remove_files) COMPLETE
88232025-02-01T00:54:47.328Z[ host-image] Feb 01 00:54:45.753 INFO O| Feb 01 00:54:45.753 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242025-02-01T00:54:47.353Z[ host-image] Feb 01 00:54:45.781 INFO O| Feb 01 00:54:45.781 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88252025-02-01T00:54:47.353Z[ host-image] Feb 01 00:54:45.781 INFO O| Feb 01 00:54:45.781 INFO STEP 31 (remove_files) COMPLETE
88262025-02-01T00:54:47.353Z[ host-image] Feb 01 00:54:45.781 INFO O| Feb 01 00:54:45.781 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272025-02-01T00:54:47.381Z[ host-image] Feb 01 00:54:45.809 INFO O| Feb 01 00:54:45.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88282025-02-01T00:54:47.381Z[ host-image] Feb 01 00:54:45.809 INFO O| Feb 01 00:54:45.809 INFO STEP 32 (remove_files) COMPLETE
88292025-02-01T00:54:47.384Z[ host-image] Feb 01 00:54:45.809 INFO O| Feb 01 00:54:45.809 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302025-02-01T00:54:47.413Z[ host-image] Feb 01 00:54:45.841 INFO O| Feb 01 00:54:45.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88312025-02-01T00:54:47.416Z[ host-image] Feb 01 00:54:45.841 INFO O| Feb 01 00:54:45.841 INFO STEP 33 (remove_files) COMPLETE
88322025-02-01T00:54:47.416Z[ host-image] Feb 01 00:54:45.841 INFO O| Feb 01 00:54:45.841 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332025-02-01T00:54:47.433Z[ host-image] Feb 01 00:54:45.861 INFO O| Feb 01 00:54:45.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88342025-02-01T00:54:47.435Z[ host-image] Feb 01 00:54:45.861 INFO O| Feb 01 00:54:45.861 INFO STEP 34 (remove_files) COMPLETE
88352025-02-01T00:54:47.435Z[ host-image] Feb 01 00:54:45.861 INFO O| Feb 01 00:54:45.861 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362025-02-01T00:54:47.483Z[ host-image] Feb 01 00:54:45.912 INFO O| Feb 01 00:54:45.912 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88372025-02-01T00:54:47.483Z[ host-image] Feb 01 00:54:45.912 INFO O| Feb 01 00:54:45.912 INFO STEP 35 (remove_files) COMPLETE
88382025-02-01T00:54:47.483Z[ host-image] Feb 01 00:54:45.912 INFO O| Feb 01 00:54:45.912 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392025-02-01T00:54:47.501Z[ host-image] Feb 01 00:54:45.930 INFO O| Feb 01 00:54:45.929 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88402025-02-01T00:54:47.501Z[ host-image] Feb 01 00:54:45.930 INFO O| Feb 01 00:54:45.930 INFO STEP 36 (remove_files) COMPLETE
88412025-02-01T00:54:47.501Z[ host-image] Feb 01 00:54:45.930 INFO O| Feb 01 00:54:45.930 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422025-02-01T00:54:47.532Z[ host-image] Feb 01 00:54:45.960 INFO O| Feb 01 00:54:45.960 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88432025-02-01T00:54:47.532Z[ host-image] Feb 01 00:54:45.960 INFO O| Feb 01 00:54:45.960 INFO STEP 37 (remove_files) COMPLETE
88442025-02-01T00:54:47.532Z[ host-image] Feb 01 00:54:45.960 INFO O| Feb 01 00:54:45.960 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452025-02-01T00:54:47.550Z[ host-image] Feb 01 00:54:45.979 INFO O| Feb 01 00:54:45.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88462025-02-01T00:54:47.550Z[ host-image] Feb 01 00:54:45.979 INFO O| Feb 01 00:54:45.979 INFO STEP 38 (remove_files) COMPLETE
88472025-02-01T00:54:47.553Z[ host-image] Feb 01 00:54:45.979 INFO O| Feb 01 00:54:45.979 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482025-02-01T00:54:47.570Z[ host-image] Feb 01 00:54:45.997 INFO O| Feb 01 00:54:45.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88492025-02-01T00:54:47.570Z[ host-image] Feb 01 00:54:45.997 INFO O| Feb 01 00:54:45.997 INFO STEP 39 (remove_files) COMPLETE
88502025-02-01T00:54:47.570Z[ host-image] Feb 01 00:54:45.998 INFO O| Feb 01 00:54:45.997 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512025-02-01T00:54:47.660Z[ host-image] Feb 01 00:54:46.088 INFO O| Feb 01 00:54:46.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88522025-02-01T00:54:47.660Z[ host-image] Feb 01 00:54:46.088 INFO O| Feb 01 00:54:46.088 INFO STEP 40 (remove_files) COMPLETE
88532025-02-01T00:54:47.663Z[ host-image] Feb 01 00:54:46.088 INFO O| Feb 01 00:54:46.088 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542025-02-01T00:54:47.709Z[ host-image] Feb 01 00:54:46.138 INFO O| Feb 01 00:54:46.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88552025-02-01T00:54:47.709Z[ host-image] Feb 01 00:54:46.138 INFO O| Feb 01 00:54:46.138 INFO STEP 41 (remove_files) COMPLETE
88562025-02-01T00:54:47.709Z[ host-image] Feb 01 00:54:46.138 INFO O| Feb 01 00:54:46.138 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572025-02-01T00:54:47.729Z[ host-image] Feb 01 00:54:46.158 INFO O| Feb 01 00:54:46.158 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88582025-02-01T00:54:47.729Z[ host-image] Feb 01 00:54:46.158 INFO O| Feb 01 00:54:46.158 INFO STEP 42 (remove_files) COMPLETE
88592025-02-01T00:54:47.732Z[ host-image] Feb 01 00:54:46.158 INFO O| Feb 01 00:54:46.158 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602025-02-01T00:54:47.775Z[ host-image] Feb 01 00:54:46.203 INFO O| Feb 01 00:54:46.203 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88612025-02-01T00:54:47.796Z[ host-image] Feb 01 00:54:46.225 INFO O| Feb 01 00:54:46.203 INFO STEP 43 (remove_files) COMPLETE
88622025-02-01T00:54:47.799Z[ host-image] Feb 01 00:54:46.225 INFO O| Feb 01 00:54:46.225 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632025-02-01T00:54:47.841Z[ host-image] Feb 01 00:54:46.269 INFO O| Feb 01 00:54:46.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88642025-02-01T00:54:47.841Z[ host-image] Feb 01 00:54:46.269 INFO O| Feb 01 00:54:46.269 INFO STEP 44 (remove_files) COMPLETE
88652025-02-01T00:54:47.841Z[ host-image] Feb 01 00:54:46.269 INFO O| Feb 01 00:54:46.269 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662025-02-01T00:54:47.881Z[ host-image] Feb 01 00:54:46.309 INFO O| Feb 01 00:54:46.309 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88672025-02-01T00:54:47.881Z[ host-image] Feb 01 00:54:46.310 INFO O| Feb 01 00:54:46.310 INFO STEP 45 (remove_files) COMPLETE
88682025-02-01T00:54:47.881Z[ host-image] Feb 01 00:54:46.310 INFO O| Feb 01 00:54:46.310 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692025-02-01T00:54:47.976Z[ host-image] Feb 01 00:54:46.404 INFO O| Feb 01 00:54:46.404 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88702025-02-01T00:54:47.976Z[ host-image] Feb 01 00:54:46.404 INFO O| Feb 01 00:54:46.404 INFO STEP 46 (remove_files) COMPLETE
88712025-02-01T00:54:47.976Z[ host-image] Feb 01 00:54:46.404 INFO O| Feb 01 00:54:46.404 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722025-02-01T00:54:48.008Z[ host-image] Feb 01 00:54:46.436 INFO O| Feb 01 00:54:46.436 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88732025-02-01T00:54:48.008Z[ host-image] Feb 01 00:54:46.436 INFO O| Feb 01 00:54:46.436 INFO STEP 47 (remove_files) COMPLETE
88742025-02-01T00:54:48.008Z[ host-image] Feb 01 00:54:46.436 INFO O| Feb 01 00:54:46.436 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752025-02-01T00:54:48.067Z[ host-image] Feb 01 00:54:46.495 INFO O| Feb 01 00:54:46.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88762025-02-01T00:54:48.067Z[ host-image] Feb 01 00:54:46.495 INFO O| Feb 01 00:54:46.495 INFO STEP 48 (remove_files) COMPLETE
88772025-02-01T00:54:48.067Z[ host-image] Feb 01 00:54:46.495 INFO O| Feb 01 00:54:46.495 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782025-02-01T00:54:48.125Z[ host-image] Feb 01 00:54:46.553 INFO O| Feb 01 00:54:46.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88792025-02-01T00:54:48.125Z[ host-image] Feb 01 00:54:46.553 INFO O| Feb 01 00:54:46.553 INFO STEP 49 (remove_files) COMPLETE
88802025-02-01T00:54:48.125Z[ host-image] Feb 01 00:54:46.553 INFO O| Feb 01 00:54:46.553 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812025-02-01T00:54:48.144Z[ host-image] Feb 01 00:54:46.573 INFO O| Feb 01 00:54:46.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88822025-02-01T00:54:48.144Z[ host-image] Feb 01 00:54:46.573 INFO O| Feb 01 00:54:46.573 INFO STEP 50 (remove_files) COMPLETE
88832025-02-01T00:54:48.144Z[ host-image] Feb 01 00:54:46.573 INFO O| Feb 01 00:54:46.573 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842025-02-01T00:54:48.162Z[ host-image] Feb 01 00:54:46.590 INFO O| Feb 01 00:54:46.590 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
88852025-02-01T00:54:48.162Z[ host-image] Feb 01 00:54:46.591 INFO O| Feb 01 00:54:46.590 INFO STEP 51 (remove_files) COMPLETE
88862025-02-01T00:54:48.167Z[ host-image] Feb 01 00:54:46.591 INFO O| Feb 01 00:54:46.590 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872025-02-01T00:54:48.181Z[ host-image] Feb 01 00:54:46.609 INFO O| Feb 01 00:54:46.609 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
88882025-02-01T00:54:48.181Z[ host-image] Feb 01 00:54:46.609 INFO O| Feb 01 00:54:46.609 INFO STEP 52 (remove_files) COMPLETE
88892025-02-01T00:54:48.181Z[ host-image] Feb 01 00:54:46.609 INFO O| Feb 01 00:54:46.609 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902025-02-01T00:54:48.201Z[ host-image] Feb 01 00:54:46.629 INFO O| Feb 01 00:54:46.629 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
88912025-02-01T00:54:48.201Z[ host-image] Feb 01 00:54:46.629 INFO O| Feb 01 00:54:46.629 INFO STEP 53 (remove_files) COMPLETE
88922025-02-01T00:54:48.201Z[ host-image] Feb 01 00:54:46.629 INFO O| Feb 01 00:54:46.629 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932025-02-01T00:54:48.225Z[ host-image] Feb 01 00:54:46.654 INFO O| Feb 01 00:54:46.654 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
88942025-02-01T00:54:48.225Z[ host-image] Feb 01 00:54:46.654 INFO O| Feb 01 00:54:46.654 INFO STEP 54 (remove_files) COMPLETE
88952025-02-01T00:54:48.225Z[ host-image] Feb 01 00:54:46.654 INFO O| Feb 01 00:54:46.654 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962025-02-01T00:54:48.245Z[ host-image] Feb 01 00:54:46.673 INFO O| Feb 01 00:54:46.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
88972025-02-01T00:54:48.245Z[ host-image] Feb 01 00:54:46.674 INFO O| Feb 01 00:54:46.674 INFO STEP 55 (remove_files) COMPLETE
88982025-02-01T00:54:48.248Z[ host-image] Feb 01 00:54:46.674 INFO O| Feb 01 00:54:46.674 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992025-02-01T00:54:48.265Z[ host-image] Feb 01 00:54:46.693 INFO O| Feb 01 00:54:46.693 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89002025-02-01T00:54:48.265Z[ host-image] Feb 01 00:54:46.693 INFO O| Feb 01 00:54:46.693 INFO STEP 56 (remove_files) COMPLETE
89012025-02-01T00:54:48.265Z[ host-image] Feb 01 00:54:46.693 INFO O| Feb 01 00:54:46.693 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022025-02-01T00:54:48.284Z[ host-image] Feb 01 00:54:46.713 INFO O| Feb 01 00:54:46.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89032025-02-01T00:54:48.284Z[ host-image] Feb 01 00:54:46.713 INFO O| Feb 01 00:54:46.713 INFO STEP 57 (remove_files) COMPLETE
89042025-02-01T00:54:48.284Z[ host-image] Feb 01 00:54:46.713 INFO O| Feb 01 00:54:46.713 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052025-02-01T00:54:48.323Z[ host-image] Feb 01 00:54:46.751 INFO O| Feb 01 00:54:46.751 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89062025-02-01T00:54:48.325Z[ host-image] Feb 01 00:54:46.751 INFO O| Feb 01 00:54:46.751 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89072025-02-01T00:54:48.326Z[ host-image] Feb 01 00:54:46.751 INFO O| Feb 01 00:54:46.751 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89082025-02-01T00:54:48.326Z[ host-image] Feb 01 00:54:46.751 INFO O| Feb 01 00:54:46.751 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89092025-02-01T00:54:48.326Z[ host-image] Feb 01 00:54:46.751 INFO O| Feb 01 00:54:46.751 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89102025-02-01T00:54:48.326Z[ host-image] Feb 01 00:54:46.751 INFO O| Feb 01 00:54:46.751 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89112025-02-01T00:54:48.326Z[ host-image] Feb 01 00:54:46.751 INFO O| Feb 01 00:54:46.751 INFO ok!
89122025-02-01T00:54:48.326Z[ host-image] Feb 01 00:54:46.751 INFO O| Feb 01 00:54:46.751 INFO STEP 58 (ensure_file) COMPLETE
89132025-02-01T00:54:48.326Z[ host-image] Feb 01 00:54:46.751 INFO O| Feb 01 00:54:46.751 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142025-02-01T00:54:48.343Z[ host-image] Feb 01 00:54:46.771 INFO O| Feb 01 00:54:46.771 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89152025-02-01T00:54:48.343Z[ host-image] Feb 01 00:54:46.771 INFO O| Feb 01 00:54:46.771 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89162025-02-01T00:54:48.346Z[ host-image] Feb 01 00:54:46.771 INFO O| Feb 01 00:54:46.771 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89172025-02-01T00:54:48.346Z[ host-image] Feb 01 00:54:46.771 INFO O| Feb 01 00:54:46.771 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89182025-02-01T00:54:48.346Z[ host-image] Feb 01 00:54:46.771 INFO O| Feb 01 00:54:46.771 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89192025-02-01T00:54:48.346Z[ host-image] Feb 01 00:54:46.771 INFO O| Feb 01 00:54:46.771 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89202025-02-01T00:54:48.346Z[ host-image] Feb 01 00:54:46.771 INFO O| Feb 01 00:54:46.771 INFO ok!
89212025-02-01T00:54:48.346Z[ host-image] Feb 01 00:54:46.772 INFO O| Feb 01 00:54:46.771 INFO STEP 59 (ensure_file) COMPLETE
89222025-02-01T00:54:48.346Z[ host-image] Feb 01 00:54:46.772 INFO O| Feb 01 00:54:46.772 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232025-02-01T00:54:48.362Z[ host-image] Feb 01 00:54:46.791 INFO O| Feb 01 00:54:46.791 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89242025-02-01T00:54:48.362Z[ host-image] Feb 01 00:54:46.791 INFO O| Feb 01 00:54:46.791 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89252025-02-01T00:54:48.365Z[ host-image] Feb 01 00:54:46.791 INFO O| Feb 01 00:54:46.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89262025-02-01T00:54:48.365Z[ host-image] Feb 01 00:54:46.791 INFO O| Feb 01 00:54:46.791 INFO ok!
89272025-02-01T00:54:48.365Z[ host-image] Feb 01 00:54:46.791 INFO O| Feb 01 00:54:46.791 INFO STEP 60 (ensure_file) COMPLETE
89282025-02-01T00:54:48.365Z[ host-image] Feb 01 00:54:46.791 INFO O| Feb 01 00:54:46.791 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89292025-02-01T00:54:48.387Z[ host-image] Feb 01 00:54:46.815 INFO O| Feb 01 00:54:46.815 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89302025-02-01T00:54:48.387Z[ host-image] Feb 01 00:54:46.815 INFO O| Feb 01 00:54:46.815 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89312025-02-01T00:54:48.390Z[ host-image] Feb 01 00:54:46.816 INFO O| Feb 01 00:54:46.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89322025-02-01T00:54:48.390Z[ host-image] Feb 01 00:54:46.816 INFO O| Feb 01 00:54:46.816 INFO ok!
89332025-02-01T00:54:48.390Z[ host-image] Feb 01 00:54:46.816 INFO O| Feb 01 00:54:46.816 INFO STEP 61 (ensure_file) COMPLETE
89342025-02-01T00:54:48.390Z[ host-image] Feb 01 00:54:46.816 INFO O| Feb 01 00:54:46.816 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352025-02-01T00:54:48.423Z[ host-image] Feb 01 00:54:46.851 INFO O| Feb 01 00:54:46.851 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89362025-02-01T00:54:48.423Z[ host-image] Feb 01 00:54:46.851 INFO O| Feb 01 00:54:46.851 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89372025-02-01T00:54:48.426Z[ host-image] Feb 01 00:54:46.852 INFO O| Feb 01 00:54:46.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89382025-02-01T00:54:48.426Z[ host-image] Feb 01 00:54:46.852 INFO O| Feb 01 00:54:46.852 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89392025-02-01T00:54:48.426Z[ host-image] Feb 01 00:54:46.852 INFO O| Feb 01 00:54:46.852 INFO ok!
89402025-02-01T00:54:48.426Z[ host-image] Feb 01 00:54:46.852 INFO O| Feb 01 00:54:46.852 INFO STEP 62 (ensure_file) COMPLETE
89412025-02-01T00:54:48.426Z[ host-image] Feb 01 00:54:46.852 INFO O| Feb 01 00:54:46.852 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89422025-02-01T00:54:48.464Z[ host-image] Feb 01 00:54:46.892 INFO O| Feb 01 00:54:46.892 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89432025-02-01T00:54:48.464Z[ host-image] Feb 01 00:54:46.892 INFO O| Feb 01 00:54:46.892 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89442025-02-01T00:54:48.467Z[ host-image] Feb 01 00:54:46.893 INFO O| Feb 01 00:54:46.893 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89452025-02-01T00:54:48.467Z[ host-image] Feb 01 00:54:46.893 INFO O| Feb 01 00:54:46.893 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89462025-02-01T00:54:48.467Z[ host-image] Feb 01 00:54:46.893 INFO O| Feb 01 00:54:46.893 INFO ok!
89472025-02-01T00:54:48.467Z[ host-image] Feb 01 00:54:46.893 INFO O| Feb 01 00:54:46.893 INFO STEP 63 (ensure_file) COMPLETE
89482025-02-01T00:54:48.467Z[ host-image] Feb 01 00:54:46.893 INFO O| Feb 01 00:54:46.893 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89492025-02-01T00:54:48.531Z[ host-image] Feb 01 00:54:46.959 INFO O| Feb 01 00:54:46.959 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89502025-02-01T00:54:48.531Z[ host-image] Feb 01 00:54:46.959 INFO O| Feb 01 00:54:46.959 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89512025-02-01T00:54:48.531Z[ host-image] Feb 01 00:54:46.959 INFO O| Feb 01 00:54:46.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89522025-02-01T00:54:48.534Z[ host-image] Feb 01 00:54:46.959 INFO O| Feb 01 00:54:46.959 INFO ok!
89532025-02-01T00:54:48.534Z[ host-image] Feb 01 00:54:46.959 INFO O| Feb 01 00:54:46.959 INFO STEP 64 (assemble_files) COMPLETE
89542025-02-01T00:54:48.534Z[ host-image] Feb 01 00:54:46.959 INFO O| Feb 01 00:54:46.959 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89552025-02-01T00:54:48.567Z[ host-image] Feb 01 00:54:46.995 INFO O| Feb 01 00:54:46.995 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89562025-02-01T00:54:48.567Z[ host-image] Feb 01 00:54:46.995 INFO O| Feb 01 00:54:46.995 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89572025-02-01T00:54:48.570Z[ host-image] Feb 01 00:54:46.995 INFO O| Feb 01 00:54:46.995 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89582025-02-01T00:54:48.570Z[ host-image] Feb 01 00:54:46.995 INFO O| Feb 01 00:54:46.995 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89592025-02-01T00:54:48.570Z[ host-image] Feb 01 00:54:46.996 INFO O| Feb 01 00:54:46.995 INFO ok!
89602025-02-01T00:54:48.570Z[ host-image] Feb 01 00:54:46.996 INFO O| Feb 01 00:54:46.996 INFO STEP 65 (ensure_file) COMPLETE
89612025-02-01T00:54:48.570Z[ host-image] Feb 01 00:54:46.996 INFO O| Feb 01 00:54:46.996 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622025-02-01T00:54:48.606Z[ host-image] Feb 01 00:54:47.034 INFO O| Feb 01 00:54:47.034 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89632025-02-01T00:54:48.606Z[ host-image] Feb 01 00:54:47.034 INFO O| Feb 01 00:54:47.034 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89642025-02-01T00:54:48.609Z[ host-image] Feb 01 00:54:47.035 INFO O| Feb 01 00:54:47.034 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89652025-02-01T00:54:48.609Z[ host-image] Feb 01 00:54:47.035 INFO O| Feb 01 00:54:47.035 INFO STEP 66 (ensure_dir) COMPLETE
89662025-02-01T00:54:48.609Z[ host-image] Feb 01 00:54:47.035 INFO O| Feb 01 00:54:47.035 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89672025-02-01T00:54:48.680Z[ host-image] Feb 01 00:54:47.108 INFO O| Feb 01 00:54:47.108 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89682025-02-01T00:54:48.680Z[ host-image] Feb 01 00:54:47.108 INFO O| Feb 01 00:54:47.108 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 ...
89692025-02-01T00:54:48.692Z[ host-image] Feb 01 00:54:47.120 INFO O| Feb 01 00:54:47.120 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
89702025-02-01T00:54:48.692Z[ host-image] Feb 01 00:54:47.120 INFO O| Feb 01 00:54:47.120 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89712025-02-01T00:54:48.694Z[ host-image] Feb 01 00:54:47.120 INFO O| Feb 01 00:54:47.120 INFO ok!
89722025-02-01T00:54:48.694Z[ host-image] Feb 01 00:54:47.120 INFO O| Feb 01 00:54:47.120 INFO STEP 67 (ensure_file) COMPLETE
89732025-02-01T00:54:48.694Z[ host-image] Feb 01 00:54:47.120 INFO O| Feb 01 00:54:47.120 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89742025-02-01T00:54:48.724Z[ host-image] Feb 01 00:54:47.152 INFO O| Feb 01 00:54:47.152 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89752025-02-01T00:54:48.724Z[ host-image] Feb 01 00:54:47.152 INFO O| Feb 01 00:54:47.152 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 ...
89762025-02-01T00:54:48.727Z[ host-image] Feb 01 00:54:47.152 INFO O| Feb 01 00:54:47.152 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
89772025-02-01T00:54:48.727Z[ host-image] Feb 01 00:54:47.153 INFO O| Feb 01 00:54:47.152 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89782025-02-01T00:54:48.727Z[ host-image] Feb 01 00:54:47.153 INFO O| Feb 01 00:54:47.152 INFO ok!
89792025-02-01T00:54:48.727Z[ host-image] Feb 01 00:54:47.153 INFO O| Feb 01 00:54:47.153 INFO STEP 68 (ensure_file) COMPLETE
89802025-02-01T00:54:48.727Z[ host-image] Feb 01 00:54:47.153 INFO O| Feb 01 00:54:47.153 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89812025-02-01T00:54:48.787Z[ host-image] Feb 01 00:54:47.215 INFO O| Feb 01 00:54:47.215 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89822025-02-01T00:54:48.787Z[ host-image] Feb 01 00:54:47.215 INFO O| Feb 01 00:54:47.215 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
89832025-02-01T00:54:49.761Z[ recovery-image] Feb 01 00:54:48.189 INFO E| Compiling bitstruct_derive v0.1.0
89842025-02-01T00:54:52.962Z[ host-image] Feb 01 00:54:51.390 INFO O| Feb 01 00:54:51.389 INFO STEP 69 (pack_tar) COMPLETE
89852025-02-01T00:54:52.962Z[ host-image] Feb 01 00:54:51.390 INFO O| Feb 01 00:54:51.389 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89862025-02-01T00:54:52.965Z[ host-image] Feb 01 00:54:51.390 INFO O| Feb 01 00:54:51.390 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
89872025-02-01T00:54:53.560Z[ host-image] Feb 01 00:54:51.987 INFO O| Feb 01 00:54:51.987 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89882025-02-01T00:54:53.683Z[ host-image] Feb 01 00:54:52.110 INFO O| Feb 01 00:54:52.110 INFO completed processing gimlet/ramdisk-02-trim
89892025-02-01T00:54:53.686Z[ host-image] Feb 01 00:54:52.113 INFO image builder template: zfs...
89902025-02-01T00:54:53.686Z[ host-image] Feb 01 00:54:52.113 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/.tmp8Wjkrn/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.311", "-n", "zfs"], pwd: None
89912025-02-01T00:54:53.710Z[ host-image] Feb 01 00:54:52.137 INFO O| Feb 01 00:54:52.136 INFO skip include "stress" because feature "stress" is not enabled
89922025-02-01T00:54:53.798Z[ host-image] Feb 01 00:54:52.224 INFO O| Feb 01 00:54:52.224 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
89932025-02-01T00:54:53.818Z[ host-image] Feb 01 00:54:52.245 INFO O| Feb 01 00:54:52.245 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
89942025-02-01T00:54:53.962Z[ host-image] Feb 01 00:54:52.389 INFO O| Feb 01 00:54:52.389 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
89952025-02-01T00:54:54.087Z[ host-image] Feb 01 00:54:52.514 INFO O| Feb 01 00:54:52.514 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
89962025-02-01T00:54:54.090Z[ host-image] Feb 01 00:54:52.515 INFO O| Feb 01 00:54:52.515 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
89972025-02-01T00:54:54.131Z[ host-image] Feb 01 00:54:52.558 INFO O| Feb 01 00:54:52.558 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
89982025-02-01T00:54:54.275Z[ host-image] Feb 01 00:54:52.701 INFO O| Feb 01 00:54:52.701 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
89992025-02-01T00:54:54.371Z[ host-image] Feb 01 00:54:52.798 INFO O| Feb 01 00:54:52.798 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90002025-02-01T00:54:54.423Z[ host-image] Feb 01 00:54:52.850 INFO O| Feb 01 00:54:52.850 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90012025-02-01T00:54:54.433Z[ host-image] Feb 01 00:54:52.860 INFO O| Feb 01 00:54:52.860 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90022025-02-01T00:54:54.433Z[ host-image] Feb 01 00:54:52.860 INFO O| Feb 01 00:54:52.860 INFO no lofi found
90032025-02-01T00:54:54.437Z[ host-image] Feb 01 00:54:52.860 INFO O| Feb 01 00:54:52.860 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90042025-02-01T00:54:54.437Z[ host-image] Feb 01 00:54:52.860 INFO O| Feb 01 00:54:52.860 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90052025-02-01T00:54:56.584Z[ host-image] Feb 01 00:54:55.010 INFO O| Feb 01 00:54:55.010 INFO lofi device = /dev/dsk/c2t1d0p0
90062025-02-01T00:54:56.584Z[ host-image] Feb 01 00:54:55.011 INFO O| Feb 01 00:54:55.010 INFO pool device = /dev/dsk/c2t1d0p0
90072025-02-01T00:54:56.587Z[ host-image] Feb 01 00:54:55.011 INFO O| Feb 01 00:54:55.011 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"]
90082025-02-01T00:54:56.815Z[ host-image] Feb 01 00:54:55.241 INFO O| Feb 01 00:54:55.241 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90092025-02-01T00:54:56.815Z[ host-image] Feb 01 00:54:55.241 INFO O| Feb 01 00:54:55.241 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90102025-02-01T00:54:56.854Z[ host-image] Feb 01 00:54:55.281 INFO O| Feb 01 00:54:55.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90112025-02-01T00:54:57.007Z[ host-image] Feb 01 00:54:55.433 INFO O| Feb 01 00:54:55.433 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90122025-02-01T00:54:57.066Z[ host-image] Feb 01 00:54:55.492 INFO O| Feb 01 00:54:55.492 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90132025-02-01T00:54:57.094Z[ host-image] Feb 01 00:54:55.520 INFO O| Feb 01 00:54:55.520 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90142025-02-01T00:54:57.116Z[ host-image] Feb 01 00:54:55.542 INFO O| Feb 01 00:54:55.542 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90152025-02-01T00:54:57.214Z[ host-image] Feb 01 00:54:55.640 INFO O| Feb 01 00:54:55.640 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90162025-02-01T00:54:57.217Z[ host-image] Feb 01 00:54:55.640 INFO O| Feb 01 00:54:55.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90172025-02-01T00:54:57.217Z[ host-image] Feb 01 00:54:55.640 INFO O| Feb 01 00:54:55.640 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90182025-02-01T00:54:57.238Z[ host-image] Feb 01 00:54:55.664 INFO O| Feb 01 00:54:55.664 INFO boot environment UUID: 8e665eed-1dc2-4f52-8763-a31b3a584aa7
90192025-02-01T00:54:57.238Z[ host-image] Feb 01 00:54:55.664 INFO O| Feb 01 00:54:55.664 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8e665eed-1dc2-4f52-8763-a31b3a584aa7
90202025-02-01T00:54:57.278Z[ host-image] Feb 01 00:54:55.705 INFO O| Feb 01 00:54:55.705 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90212025-02-01T00:54:57.324Z[ host-image] Feb 01 00:54:55.750 INFO O| Feb 01 00:54:55.750 INFO STEP 0 (create_be) COMPLETE
90222025-02-01T00:54:57.324Z[ host-image] Feb 01 00:54:55.750 INFO O| Feb 01 00:54:55.750 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90232025-02-01T00:54:57.386Z[ host-image] Feb 01 00:54:55.813 INFO O| Feb 01 00:54:55.812 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90242025-02-01T00:55:22.170Z[ host-image] Feb 01 00:55:20.591 INFO O| Feb 01 00:55:20.591 INFO STEP 1 (unpack_tar) COMPLETE
90252025-02-01T00:55:22.170Z[ host-image] Feb 01 00:55:20.591 INFO O| Feb 01 00:55:20.591 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90262025-02-01T00:55:22.188Z[ host-image] Feb 01 00:55:20.610 INFO O| Feb 01 00:55:20.610 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90272025-02-01T00:55:22.581Z[ host-image] Feb 01 00:55:21.002 INFO O| Feb 01 00:55:21.002 INFO STEP 2 (devfsadm) COMPLETE
90282025-02-01T00:55:22.581Z[ host-image] Feb 01 00:55:21.002 INFO O| Feb 01 00:55:21.002 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90292025-02-01T00:55:22.601Z[ host-image] Feb 01 00:55:21.022 INFO O| Feb 01 00:55:21.022 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90302025-02-01T00:55:22.601Z[ host-image] Feb 01 00:55:21.022 INFO O| Feb 01 00:55:21.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90312025-02-01T00:55:22.604Z[ host-image] Feb 01 00:55:21.022 INFO O| Feb 01 00:55:21.022 INFO STEP 3 (ensure_dir) COMPLETE
90322025-02-01T00:55:22.604Z[ host-image] Feb 01 00:55:21.022 INFO O| Feb 01 00:55:21.022 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90332025-02-01T00:55:22.640Z[ host-image] Feb 01 00:55:21.061 INFO O| Feb 01 00:55:21.061 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90342025-02-01T00:55:22.640Z[ host-image] Feb 01 00:55:21.061 INFO O| Feb 01 00:55:21.061 INFO STEP 4 (ensure_dir) COMPLETE
90352025-02-01T00:55:22.643Z[ host-image] Feb 01 00:55:21.061 INFO O| Feb 01 00:55:21.061 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90362025-02-01T00:55:22.657Z[ host-image] Feb 01 00:55:21.078 INFO O| Feb 01 00:55:21.078 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90372025-02-01T00:55:22.657Z[ host-image] Feb 01 00:55:21.078 INFO O| Feb 01 00:55:21.078 INFO STEP 5 (ensure_dir) COMPLETE
90382025-02-01T00:55:22.657Z[ host-image] Feb 01 00:55:21.078 INFO O| Feb 01 00:55:21.078 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90392025-02-01T00:55:22.691Z[ host-image] Feb 01 00:55:21.112 INFO O| Feb 01 00:55:21.112 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90402025-02-01T00:55:22.691Z[ host-image] Feb 01 00:55:21.112 INFO O| Feb 01 00:55:21.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90412025-02-01T00:55:22.691Z[ host-image] Feb 01 00:55:21.112 INFO O| Feb 01 00:55:21.112 INFO STEP 6 (ensure_dir) COMPLETE
90422025-02-01T00:55:22.691Z[ host-image] Feb 01 00:55:21.112 INFO O| Feb 01 00:55:21.112 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90432025-02-01T00:55:22.723Z[ host-image] Feb 01 00:55:21.144 INFO O| Feb 01 00:55:21.144 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90442025-02-01T00:55:22.723Z[ host-image] Feb 01 00:55:21.144 INFO O| Feb 01 00:55:21.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90452025-02-01T00:55:22.723Z[ host-image] Feb 01 00:55:21.144 INFO O| Feb 01 00:55:21.144 INFO STEP 7 (ensure_dir) COMPLETE
90462025-02-01T00:55:22.726Z[ host-image] Feb 01 00:55:21.144 INFO O| Feb 01 00:55:21.144 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90472025-02-01T00:55:22.742Z[ host-image] Feb 01 00:55:21.163 INFO O| Feb 01 00:55:21.163 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90482025-02-01T00:55:22.745Z[ host-image] Feb 01 00:55:21.164 INFO O| Feb 01 00:55:21.163 INFO STEP 8 (remove_files) COMPLETE
90492025-02-01T00:55:22.745Z[ host-image] Feb 01 00:55:21.164 INFO O| Feb 01 00:55:21.163 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90502025-02-01T00:55:22.769Z[ host-image] Feb 01 00:55:21.190 INFO O| Feb 01 00:55:21.189 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90512025-02-01T00:55:22.771Z[ host-image] Feb 01 00:55:21.191 INFO O| Feb 01 00:55:21.191 INFO STEP 9 (remove_files) COMPLETE
90522025-02-01T00:55:22.771Z[ host-image] Feb 01 00:55:21.191 INFO O| Feb 01 00:55:21.191 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90532025-02-01T00:55:22.823Z[ host-image] Feb 01 00:55:21.244 INFO O| Feb 01 00:55:21.244 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90542025-02-01T00:55:22.826Z[ host-image] Feb 01 00:55:21.245 INFO O| Feb 01 00:55:21.245 INFO STEP 10 (remove_files) COMPLETE
90552025-02-01T00:55:22.826Z[ host-image] Feb 01 00:55:21.245 INFO O| Feb 01 00:55:21.245 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90562025-02-01T00:55:22.859Z[ host-image] Feb 01 00:55:21.280 INFO O| Feb 01 00:55:21.280 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
90572025-02-01T00:55:22.862Z[ host-image] Feb 01 00:55:21.280 INFO O| Feb 01 00:55:21.280 INFO STEP 11 (remove_files) COMPLETE
90582025-02-01T00:55:22.862Z[ host-image] Feb 01 00:55:21.280 INFO O| Feb 01 00:55:21.280 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90592025-02-01T00:55:22.920Z[ host-image] Feb 01 00:55:21.341 INFO O| Feb 01 00:55:21.341 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
90602025-02-01T00:55:22.920Z[ host-image] Feb 01 00:55:21.341 INFO O| Feb 01 00:55:21.341 INFO STEP 12 (remove_files) COMPLETE
90612025-02-01T00:55:22.923Z[ host-image] Feb 01 00:55:21.341 INFO O| Feb 01 00:55:21.341 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90622025-02-01T00:55:22.969Z[ host-image] Feb 01 00:55:21.389 INFO O| Feb 01 00:55:21.389 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90632025-02-01T00:55:22.969Z[ host-image] Feb 01 00:55:21.390 INFO O| Feb 01 00:55:21.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90642025-02-01T00:55:22.969Z[ host-image] Feb 01 00:55:21.390 INFO O| Feb 01 00:55:21.390 INFO STEP 13 (ensure_dir) COMPLETE
90652025-02-01T00:55:22.969Z[ host-image] Feb 01 00:55:21.390 INFO O| Feb 01 00:55:21.390 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90662025-02-01T00:55:23.030Z[ host-image] Feb 01 00:55:21.451 INFO O| Feb 01 00:55:21.451 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90672025-02-01T00:55:23.030Z[ host-image] Feb 01 00:55:21.451 INFO O| Feb 01 00:55:21.451 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90682025-02-01T00:55:23.033Z[ host-image] Feb 01 00:55:21.451 INFO O| Feb 01 00:55:21.451 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90692025-02-01T00:55:23.033Z[ host-image] Feb 01 00:55:21.451 INFO O| Feb 01 00:55:21.451 INFO STEP 14 (ensure_dir) COMPLETE
90702025-02-01T00:55:23.033Z[ host-image] Feb 01 00:55:21.451 INFO O| Feb 01 00:55:21.451 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90712025-02-01T00:55:23.051Z[ host-image] Feb 01 00:55:21.472 INFO O| Feb 01 00:55:21.471 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90722025-02-01T00:55:23.051Z[ host-image] Feb 01 00:55:21.472 INFO O| Feb 01 00:55:21.472 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90732025-02-01T00:55:23.053Z[ host-image] Feb 01 00:55:21.472 INFO O| Feb 01 00:55:21.472 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90742025-02-01T00:55:23.053Z[ host-image] Feb 01 00:55:21.472 INFO O| Feb 01 00:55:21.472 INFO STEP 15 (ensure_dir) COMPLETE
90752025-02-01T00:55:23.053Z[ host-image] Feb 01 00:55:21.472 INFO O| Feb 01 00:55:21.472 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90762025-02-01T00:55:23.070Z[ host-image] Feb 01 00:55:21.491 INFO O| Feb 01 00:55:21.491 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90772025-02-01T00:55:23.070Z[ host-image] Feb 01 00:55:21.491 INFO O| Feb 01 00:55:21.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90782025-02-01T00:55:23.070Z[ host-image] Feb 01 00:55:21.491 INFO O| Feb 01 00:55:21.491 INFO STEP 16 (ensure_dir) COMPLETE
90792025-02-01T00:55:23.072Z[ host-image] Feb 01 00:55:21.491 INFO O| Feb 01 00:55:21.491 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90802025-02-01T00:55:23.089Z[ host-image] Feb 01 00:55:21.510 INFO O| Feb 01 00:55:21.510 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90812025-02-01T00:55:23.089Z[ host-image] Feb 01 00:55:21.511 INFO O| Feb 01 00:55:21.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90822025-02-01T00:55:23.092Z[ host-image] Feb 01 00:55:21.511 INFO O| Feb 01 00:55:21.511 INFO STEP 17 (ensure_dir) COMPLETE
90832025-02-01T00:55:23.092Z[ host-image] Feb 01 00:55:21.511 INFO O| Feb 01 00:55:21.511 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90842025-02-01T00:55:23.110Z[ host-image] Feb 01 00:55:21.531 INFO O| Feb 01 00:55:21.531 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
90852025-02-01T00:55:23.110Z[ host-image] Feb 01 00:55:21.531 INFO O| Feb 01 00:55:21.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
90862025-02-01T00:55:23.110Z[ host-image] Feb 01 00:55:21.531 INFO O| Feb 01 00:55:21.531 INFO ok!
90872025-02-01T00:55:23.113Z[ host-image] Feb 01 00:55:21.531 INFO O| Feb 01 00:55:21.531 INFO STEP 18 (ensure_symlink) COMPLETE
90882025-02-01T00:55:23.113Z[ host-image] Feb 01 00:55:21.531 INFO O| Feb 01 00:55:21.531 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90892025-02-01T00:55:23.140Z[ host-image] Feb 01 00:55:21.560 INFO O| Feb 01 00:55:21.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
90902025-02-01T00:55:23.140Z[ host-image] Feb 01 00:55:21.561 INFO O| Feb 01 00:55:21.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
90912025-02-01T00:55:23.140Z[ host-image] Feb 01 00:55:21.561 INFO O| Feb 01 00:55:21.561 INFO ok!
90922025-02-01T00:55:23.142Z[ host-image] Feb 01 00:55:21.561 INFO O| Feb 01 00:55:21.561 INFO STEP 19 (ensure_file) COMPLETE
90932025-02-01T00:55:23.142Z[ host-image] Feb 01 00:55:21.561 INFO O| Feb 01 00:55:21.561 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90942025-02-01T00:55:23.178Z[ host-image] Feb 01 00:55:21.598 INFO O| Feb 01 00:55:21.598 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
90952025-02-01T00:55:23.178Z[ host-image] Feb 01 00:55:21.598 INFO O| Feb 01 00:55:21.598 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90962025-02-01T00:55:23.178Z[ host-image] Feb 01 00:55:21.598 INFO O| Feb 01 00:55:21.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
90972025-02-01T00:55:23.181Z[ host-image] Feb 01 00:55:21.598 INFO O| Feb 01 00:55:21.598 INFO ok!
90982025-02-01T00:55:23.181Z[ host-image] Feb 01 00:55:21.598 INFO O| Feb 01 00:55:21.598 INFO STEP 20 (ensure_symlink) COMPLETE
90992025-02-01T00:55:23.181Z[ host-image] Feb 01 00:55:21.598 INFO O| Feb 01 00:55:21.598 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91002025-02-01T00:55:23.197Z[ host-image] Feb 01 00:55:21.619 INFO O| Feb 01 00:55:21.618 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91012025-02-01T00:55:23.198Z[ host-image] Feb 01 00:55:21.619 INFO O| Feb 01 00:55:21.618 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91022025-02-01T00:55:23.198Z[ host-image] Feb 01 00:55:21.619 INFO O| Feb 01 00:55:21.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91032025-02-01T00:55:23.198Z[ host-image] Feb 01 00:55:21.619 INFO O| Feb 01 00:55:21.619 INFO ok!
91042025-02-01T00:55:23.201Z[ host-image] Feb 01 00:55:21.619 INFO O| Feb 01 00:55:21.619 INFO STEP 21 (ensure_symlink) COMPLETE
91052025-02-01T00:55:23.201Z[ host-image] Feb 01 00:55:21.619 INFO O| Feb 01 00:55:21.619 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91062025-02-01T00:55:23.217Z[ host-image] Feb 01 00:55:21.638 INFO O| Feb 01 00:55:21.638 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91072025-02-01T00:55:23.217Z[ host-image] Feb 01 00:55:21.638 INFO O| Feb 01 00:55:21.638 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91082025-02-01T00:55:23.217Z[ host-image] Feb 01 00:55:21.638 INFO O| Feb 01 00:55:21.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91092025-02-01T00:55:23.220Z[ host-image] Feb 01 00:55:21.638 INFO O| Feb 01 00:55:21.638 INFO ok!
91102025-02-01T00:55:23.220Z[ host-image] Feb 01 00:55:21.638 INFO O| Feb 01 00:55:21.638 INFO STEP 22 (ensure_symlink) COMPLETE
91112025-02-01T00:55:23.220Z[ host-image] Feb 01 00:55:21.639 INFO O| Feb 01 00:55:21.638 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91122025-02-01T00:55:23.240Z[ host-image] Feb 01 00:55:21.661 INFO O| Feb 01 00:55:21.661 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91132025-02-01T00:55:23.240Z[ host-image] Feb 01 00:55:21.661 INFO O| Feb 01 00:55:21.661 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91142025-02-01T00:55:23.241Z[ host-image] Feb 01 00:55:21.662 INFO O| Feb 01 00:55:21.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91152025-02-01T00:55:23.243Z[ host-image] Feb 01 00:55:21.662 INFO O| Feb 01 00:55:21.662 INFO ok!
91162025-02-01T00:55:23.243Z[ host-image] Feb 01 00:55:21.662 INFO O| Feb 01 00:55:21.662 INFO STEP 23 (ensure_symlink) COMPLETE
91172025-02-01T00:55:23.243Z[ host-image] Feb 01 00:55:21.662 INFO O| Feb 01 00:55:21.662 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91182025-02-01T00:55:23.263Z[ host-image] Feb 01 00:55:21.684 INFO O| Feb 01 00:55:21.684 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91192025-02-01T00:55:23.263Z[ host-image] Feb 01 00:55:21.684 INFO O| Feb 01 00:55:21.684 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91202025-02-01T00:55:23.266Z[ host-image] Feb 01 00:55:21.684 INFO O| Feb 01 00:55:21.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91212025-02-01T00:55:23.266Z[ host-image] Feb 01 00:55:21.684 INFO O| Feb 01 00:55:21.684 INFO ok!
91222025-02-01T00:55:23.266Z[ host-image] Feb 01 00:55:21.684 INFO O| Feb 01 00:55:21.684 INFO STEP 24 (ensure_file) COMPLETE
91232025-02-01T00:55:23.266Z[ host-image] Feb 01 00:55:21.684 INFO O| Feb 01 00:55:21.684 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91242025-02-01T00:55:23.284Z[ host-image] Feb 01 00:55:21.705 INFO O| Feb 01 00:55:21.705 INFO updating shadow file
91252025-02-01T00:55:23.287Z[ host-image] Feb 01 00:55:21.705 INFO O| Feb 01 00:55:21.705 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91262025-02-01T00:55:23.287Z[ host-image] Feb 01 00:55:21.705 INFO O| Feb 01 00:55:21.705 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91272025-02-01T00:55:23.287Z[ host-image] Feb 01 00:55:21.705 INFO O| Feb 01 00:55:21.705 INFO STEP 25 (shadow) COMPLETE
91282025-02-01T00:55:23.287Z[ host-image] Feb 01 00:55:21.706 INFO O| Feb 01 00:55:21.705 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91292025-02-01T00:55:23.304Z[ host-image] Feb 01 00:55:21.725 INFO O| Feb 01 00:55:21.725 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91302025-02-01T00:55:23.304Z[ host-image] Feb 01 00:55:21.725 INFO O| Feb 01 00:55:21.725 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91312025-02-01T00:55:23.307Z[ host-image] Feb 01 00:55:21.726 INFO O| Feb 01 00:55:21.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91322025-02-01T00:55:23.307Z[ host-image] Feb 01 00:55:21.726 INFO O| Feb 01 00:55:21.725 INFO ok!
91332025-02-01T00:55:23.307Z[ host-image] Feb 01 00:55:21.726 INFO O| Feb 01 00:55:21.725 INFO STEP 26 (ensure_file) COMPLETE
91342025-02-01T00:55:23.307Z[ host-image] Feb 01 00:55:21.726 INFO O| Feb 01 00:55:21.725 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91352025-02-01T00:55:23.327Z[ host-image] Feb 01 00:55:21.748 INFO O| Feb 01 00:55:21.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91362025-02-01T00:55:23.327Z[ host-image] Feb 01 00:55:21.748 INFO O| Feb 01 00:55:21.748 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91372025-02-01T00:55:23.330Z[ host-image] Feb 01 00:55:21.749 INFO O| Feb 01 00:55:21.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91382025-02-01T00:55:23.330Z[ host-image] Feb 01 00:55:21.749 INFO O| Feb 01 00:55:21.749 INFO ok!
91392025-02-01T00:55:23.330Z[ host-image] Feb 01 00:55:21.749 INFO O| Feb 01 00:55:21.749 INFO STEP 27 (ensure_file) COMPLETE
91402025-02-01T00:55:23.330Z[ host-image] Feb 01 00:55:21.749 INFO O| Feb 01 00:55:21.749 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91412025-02-01T00:55:23.349Z[ host-image] Feb 01 00:55:21.770 INFO O| Feb 01 00:55:21.770 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91422025-02-01T00:55:23.349Z[ host-image] Feb 01 00:55:21.770 INFO O| Feb 01 00:55:21.770 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91432025-02-01T00:55:23.352Z[ host-image] Feb 01 00:55:21.771 INFO O| Feb 01 00:55:21.770 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91442025-02-01T00:55:23.352Z[ host-image] Feb 01 00:55:21.771 INFO O| Feb 01 00:55:21.771 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91452025-02-01T00:55:23.352Z[ host-image] Feb 01 00:55:21.771 INFO O| Feb 01 00:55:21.771 INFO ok!
91462025-02-01T00:55:23.352Z[ host-image] Feb 01 00:55:21.771 INFO O| Feb 01 00:55:21.771 INFO STEP 28 (ensure_file) COMPLETE
91472025-02-01T00:55:23.352Z[ host-image] Feb 01 00:55:21.771 INFO O| Feb 01 00:55:21.771 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91482025-02-01T00:55:23.371Z[ host-image] Feb 01 00:55:21.791 INFO O| Feb 01 00:55:21.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91492025-02-01T00:55:23.371Z[ host-image] Feb 01 00:55:21.791 INFO O| Feb 01 00:55:21.791 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91502025-02-01T00:55:23.371Z[ host-image] Feb 01 00:55:21.791 INFO O| Feb 01 00:55:21.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91512025-02-01T00:55:23.371Z[ host-image] Feb 01 00:55:21.791 INFO O| Feb 01 00:55:21.791 INFO ok!
91522025-02-01T00:55:23.371Z[ host-image] Feb 01 00:55:21.791 INFO O| Feb 01 00:55:21.791 INFO STEP 29 (ensure_file) COMPLETE
91532025-02-01T00:55:23.371Z[ host-image] Feb 01 00:55:21.791 INFO O| Feb 01 00:55:21.791 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91542025-02-01T00:55:23.472Z[ host-image] Feb 01 00:55:21.893 INFO O| Feb 01 00:55:21.893 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
91552025-02-01T00:55:23.472Z[ host-image] Feb 01 00:55:21.893 INFO O| Feb 01 00:55:21.893 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
91562025-02-01T00:55:23.472Z[ host-image] Feb 01 00:55:21.893 INFO O| Feb 01 00:55:21.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
91572025-02-01T00:55:23.472Z[ host-image] Feb 01 00:55:21.893 INFO O| Feb 01 00:55:21.893 INFO ok!
91582025-02-01T00:55:23.475Z[ host-image] Feb 01 00:55:21.893 INFO O| Feb 01 00:55:21.893 INFO STEP 30 (ensure_file) COMPLETE
91592025-02-01T00:55:23.475Z[ host-image] Feb 01 00:55:21.893 INFO O| Feb 01 00:55:21.893 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91602025-02-01T00:55:23.530Z[ host-image] Feb 01 00:55:21.951 INFO O| Feb 01 00:55:21.951 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
91612025-02-01T00:55:23.530Z[ host-image] Feb 01 00:55:21.951 INFO O| Feb 01 00:55:21.951 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
91622025-02-01T00:55:23.533Z[ host-image] Feb 01 00:55:21.951 INFO O| Feb 01 00:55:21.951 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91632025-02-01T00:55:23.533Z[ host-image] Feb 01 00:55:21.951 INFO O| Feb 01 00:55:21.951 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91642025-02-01T00:55:23.533Z[ host-image] Feb 01 00:55:21.951 INFO O| Feb 01 00:55:21.951 INFO ok!
91652025-02-01T00:55:23.533Z[ host-image] Feb 01 00:55:21.951 INFO O| Feb 01 00:55:21.951 INFO STEP 31 (ensure_file) COMPLETE
91662025-02-01T00:55:23.533Z[ host-image] Feb 01 00:55:21.951 INFO O| Feb 01 00:55:21.951 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91672025-02-01T00:55:23.559Z[ host-image] Feb 01 00:55:21.980 INFO O| Feb 01 00:55:21.980 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
91682025-02-01T00:55:23.559Z[ host-image] Feb 01 00:55:21.980 INFO O| Feb 01 00:55:21.980 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
91692025-02-01T00:55:23.565Z[ host-image] Feb 01 00:55:21.981 INFO O| Feb 01 00:55:21.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
91702025-02-01T00:55:23.565Z[ host-image] Feb 01 00:55:21.981 INFO O| Feb 01 00:55:21.981 INFO ok!
91712025-02-01T00:55:23.565Z[ host-image] Feb 01 00:55:21.981 INFO O| Feb 01 00:55:21.981 INFO STEP 32 (ensure_file) COMPLETE
91722025-02-01T00:55:23.565Z[ host-image] Feb 01 00:55:21.981 INFO O| Feb 01 00:55:21.981 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91732025-02-01T00:55:23.581Z[ host-image] Feb 01 00:55:22.002 INFO O| Feb 01 00:55:22.002 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91742025-02-01T00:55:23.581Z[ host-image] Feb 01 00:55:22.002 INFO O| Feb 01 00:55:22.002 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
91752025-02-01T00:55:23.584Z[ host-image] Feb 01 00:55:22.002 INFO O| Feb 01 00:55:22.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
91762025-02-01T00:55:23.584Z[ host-image] Feb 01 00:55:22.002 INFO O| Feb 01 00:55:22.002 INFO ok!
91772025-02-01T00:55:23.584Z[ host-image] Feb 01 00:55:22.002 INFO O| Feb 01 00:55:22.002 INFO STEP 33 (ensure_file) COMPLETE
91782025-02-01T00:55:23.584Z[ host-image] Feb 01 00:55:22.002 INFO O| Feb 01 00:55:22.002 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91792025-02-01T00:55:23.676Z[ host-image] Feb 01 00:55:22.097 INFO O| Feb 01 00:55:22.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
91802025-02-01T00:55:23.676Z[ host-image] Feb 01 00:55:22.097 INFO O| Feb 01 00:55:22.097 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
91812025-02-01T00:55:23.679Z[ host-image] Feb 01 00:55:22.097 INFO O| Feb 01 00:55:22.097 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91822025-02-01T00:55:23.679Z[ host-image] Feb 01 00:55:22.098 INFO O| Feb 01 00:55:22.098 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91832025-02-01T00:55:23.680Z[ host-image] Feb 01 00:55:22.098 INFO O| Feb 01 00:55:22.098 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91842025-02-01T00:55:23.680Z[ host-image] Feb 01 00:55:22.098 INFO O| Feb 01 00:55:22.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91852025-02-01T00:55:23.680Z[ host-image] Feb 01 00:55:22.098 INFO O| Feb 01 00:55:22.098 INFO ok!
91862025-02-01T00:55:23.680Z[ host-image] Feb 01 00:55:22.098 INFO O| Feb 01 00:55:22.098 INFO STEP 34 (ensure_file) COMPLETE
91872025-02-01T00:55:23.680Z[ host-image] Feb 01 00:55:22.098 INFO O| Feb 01 00:55:22.098 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91882025-02-01T00:55:23.700Z[ host-image] Feb 01 00:55:22.121 INFO O| Feb 01 00:55:22.121 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91892025-02-01T00:55:23.700Z[ host-image] Feb 01 00:55:22.121 INFO O| Feb 01 00:55:22.121 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91902025-02-01T00:55:23.700Z[ host-image] Feb 01 00:55:22.121 INFO O| Feb 01 00:55:22.121 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91912025-02-01T00:55:23.703Z[ host-image] Feb 01 00:55:22.121 INFO O| Feb 01 00:55:22.121 INFO STEP 35 (ensure_dir) COMPLETE
91922025-02-01T00:55:23.703Z[ host-image] Feb 01 00:55:22.121 INFO O| Feb 01 00:55:22.121 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91932025-02-01T00:55:23.734Z[ host-image] Feb 01 00:55:22.155 INFO O| Feb 01 00:55:22.154 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
91942025-02-01T00:55:23.734Z[ host-image] Feb 01 00:55:22.155 INFO O| Feb 01 00:55:22.155 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 ...
91952025-02-01T00:55:23.737Z[ host-image] Feb 01 00:55:22.155 INFO O| Feb 01 00:55:22.155 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
91962025-02-01T00:55:23.737Z[ host-image] Feb 01 00:55:22.155 INFO O| Feb 01 00:55:22.155 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
91972025-02-01T00:55:23.737Z[ host-image] Feb 01 00:55:22.155 INFO O| Feb 01 00:55:22.155 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
91982025-02-01T00:55:23.737Z[ host-image] Feb 01 00:55:22.155 INFO O| Feb 01 00:55:22.155 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
91992025-02-01T00:55:23.737Z[ host-image] Feb 01 00:55:22.155 INFO O| Feb 01 00:55:22.155 INFO ok!
92002025-02-01T00:55:23.737Z[ host-image] Feb 01 00:55:22.155 INFO O| Feb 01 00:55:22.155 INFO STEP 36 (ensure_file) COMPLETE
92012025-02-01T00:55:23.737Z[ host-image] Feb 01 00:55:22.155 INFO O| Feb 01 00:55:22.155 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92022025-02-01T00:55:23.757Z[ host-image] Feb 01 00:55:22.178 INFO O| Feb 01 00:55:22.178 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92032025-02-01T00:55:23.757Z[ host-image] Feb 01 00:55:22.178 INFO O| Feb 01 00:55:22.178 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 ...
92042025-02-01T00:55:23.760Z[ host-image] Feb 01 00:55:22.178 INFO O| Feb 01 00:55:22.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92052025-02-01T00:55:23.760Z[ host-image] Feb 01 00:55:22.178 INFO O| Feb 01 00:55:22.178 INFO ok!
92062025-02-01T00:55:23.760Z[ host-image] Feb 01 00:55:22.178 INFO O| Feb 01 00:55:22.178 INFO STEP 37 (ensure_symlink) COMPLETE
92072025-02-01T00:55:23.760Z[ host-image] Feb 01 00:55:22.178 INFO O| Feb 01 00:55:22.178 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92082025-02-01T00:55:23.786Z[ host-image] Feb 01 00:55:22.207 INFO O| Feb 01 00:55:22.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92092025-02-01T00:55:23.786Z[ host-image] Feb 01 00:55:22.207 INFO O| Feb 01 00:55:22.207 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92102025-02-01T00:55:23.789Z[ host-image] Feb 01 00:55:22.208 INFO O| Feb 01 00:55:22.208 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92112025-02-01T00:55:23.789Z[ host-image] Feb 01 00:55:22.208 INFO O| Feb 01 00:55:22.208 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92122025-02-01T00:55:23.790Z[ host-image] Feb 01 00:55:22.208 INFO O| Feb 01 00:55:22.208 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92132025-02-01T00:55:23.790Z[ host-image] Feb 01 00:55:22.208 INFO O| Feb 01 00:55:22.208 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92142025-02-01T00:55:23.790Z[ host-image] Feb 01 00:55:22.208 INFO O| Feb 01 00:55:22.208 INFO ok!
92152025-02-01T00:55:23.790Z[ host-image] Feb 01 00:55:22.208 INFO O| Feb 01 00:55:22.208 INFO STEP 38 (ensure_file) COMPLETE
92162025-02-01T00:55:23.790Z[ host-image] Feb 01 00:55:22.208 INFO O| Feb 01 00:55:22.208 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92172025-02-01T00:55:23.808Z[ host-image] Feb 01 00:55:22.229 INFO O| Feb 01 00:55:22.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92182025-02-01T00:55:23.808Z[ host-image] Feb 01 00:55:22.229 INFO O| Feb 01 00:55:22.229 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 ...
92192025-02-01T00:55:23.810Z[ host-image] Feb 01 00:55:22.229 INFO O| Feb 01 00:55:22.229 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
92202025-02-01T00:55:23.810Z[ host-image] Feb 01 00:55:22.229 INFO O| Feb 01 00:55:22.229 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92212025-02-01T00:55:23.810Z[ host-image] Feb 01 00:55:22.229 INFO O| Feb 01 00:55:22.229 INFO ok!
92222025-02-01T00:55:23.810Z[ host-image] Feb 01 00:55:22.229 INFO O| Feb 01 00:55:22.229 INFO STEP 39 (ensure_file) COMPLETE
92232025-02-01T00:55:23.811Z[ host-image] Feb 01 00:55:22.229 INFO O| Feb 01 00:55:22.229 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92242025-02-01T00:55:23.827Z[ host-image] Feb 01 00:55:22.248 INFO O| Feb 01 00:55:22.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92252025-02-01T00:55:23.827Z[ host-image] Feb 01 00:55:22.248 INFO O| Feb 01 00:55:22.248 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92262025-02-01T00:55:23.830Z[ host-image] Feb 01 00:55:22.248 INFO O| Feb 01 00:55:22.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92272025-02-01T00:55:23.830Z[ host-image] Feb 01 00:55:22.248 INFO O| Feb 01 00:55:22.248 INFO ok!
92282025-02-01T00:55:23.830Z[ host-image] Feb 01 00:55:22.248 INFO O| Feb 01 00:55:22.248 INFO STEP 40 (ensure_file) COMPLETE
92292025-02-01T00:55:23.830Z[ host-image] Feb 01 00:55:22.248 INFO O| Feb 01 00:55:22.248 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92302025-02-01T00:55:23.854Z[ host-image] Feb 01 00:55:22.275 INFO O| Feb 01 00:55:22.275 INFO updating shadow file
92312025-02-01T00:55:23.857Z[ host-image] Feb 01 00:55:22.275 INFO O| Feb 01 00:55:22.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92322025-02-01T00:55:23.857Z[ host-image] Feb 01 00:55:22.275 INFO O| Feb 01 00:55:22.275 INFO STEP 41 (shadow) COMPLETE
92332025-02-01T00:55:23.857Z[ host-image] Feb 01 00:55:22.276 INFO O| Feb 01 00:55:22.275 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92342025-02-01T00:55:23.896Z[ host-image] Feb 01 00:55:22.317 INFO O| Feb 01 00:55:22.317 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92352025-02-01T00:55:23.896Z[ host-image] Feb 01 00:55:22.317 INFO O| Feb 01 00:55:22.317 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92362025-02-01T00:55:23.896Z[ host-image] Feb 01 00:55:22.317 INFO O| Feb 01 00:55:22.317 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92372025-02-01T00:55:23.899Z[ host-image] Feb 01 00:55:22.317 INFO O| Feb 01 00:55:22.317 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92382025-02-01T00:55:23.899Z[ host-image] Feb 01 00:55:22.317 INFO O| Feb 01 00:55:22.317 INFO ok!
92392025-02-01T00:55:23.899Z[ host-image] Feb 01 00:55:22.317 INFO O| Feb 01 00:55:22.317 INFO STEP 42 (ensure_file) COMPLETE
92402025-02-01T00:55:23.899Z[ host-image] Feb 01 00:55:22.317 INFO O| Feb 01 00:55:22.317 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92412025-02-01T00:55:23.899Z[ host-image] Feb 01 00:55:22.317 INFO O| Feb 01 00:55:22.317 INFO skip step because feature "mfg" is not enabled
92422025-02-01T00:55:23.899Z[ host-image] Feb 01 00:55:22.317 INFO O| Feb 01 00:55:22.317 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92432025-02-01T00:55:23.899Z[ host-image] Feb 01 00:55:22.317 INFO O| Feb 01 00:55:22.317 INFO skip step because feature "mfg" is not enabled
92442025-02-01T00:55:23.899Z[ host-image] Feb 01 00:55:22.317 INFO O| Feb 01 00:55:22.317 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92452025-02-01T00:55:23.915Z[ host-image] Feb 01 00:55:22.336 INFO O| Feb 01 00:55:22.336 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92462025-02-01T00:55:23.915Z[ host-image] Feb 01 00:55:22.336 INFO O| Feb 01 00:55:22.336 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92472025-02-01T00:55:24.764Z[ host-image] Feb 01 00:55:23.185 INFO O| Feb 01 00:55:23.185 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92482025-02-01T00:55:24.764Z[ host-image] Feb 01 00:55:23.185 INFO O| Feb 01 00:55:23.185 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92492025-02-01T00:55:24.767Z[ host-image] Feb 01 00:55:23.185 INFO O| Feb 01 00:55:23.185 INFO ok!
92502025-02-01T00:55:24.768Z[ host-image] Feb 01 00:55:23.185 INFO O| Feb 01 00:55:23.185 INFO STEP 45 (ensure_file) COMPLETE
92512025-02-01T00:55:24.768Z[ host-image] Feb 01 00:55:23.185 INFO O| Feb 01 00:55:23.185 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92522025-02-01T00:55:24.808Z[ host-image] Feb 01 00:55:23.228 INFO O| Feb 01 00:55:23.228 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92532025-02-01T00:55:24.808Z[ host-image] Feb 01 00:55:23.228 INFO O| Feb 01 00:55:23.228 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92542025-02-01T00:55:24.811Z[ host-image] Feb 01 00:55:23.228 INFO O| Feb 01 00:55:23.228 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92552025-02-01T00:55:24.811Z[ host-image] Feb 01 00:55:23.228 INFO O| Feb 01 00:55:23.228 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92562025-02-01T00:55:24.811Z[ host-image] Feb 01 00:55:23.228 INFO O| Feb 01 00:55:23.228 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92572025-02-01T00:55:24.811Z[ host-image] Feb 01 00:55:23.228 INFO O| Feb 01 00:55:23.228 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92582025-02-01T00:55:24.811Z[ host-image] Feb 01 00:55:23.228 INFO O| Feb 01 00:55:23.228 INFO ok!
92592025-02-01T00:55:24.811Z[ host-image] Feb 01 00:55:23.228 INFO O| Feb 01 00:55:23.228 INFO STEP 46 (ensure_file) COMPLETE
92602025-02-01T00:55:24.811Z[ host-image] Feb 01 00:55:23.228 INFO O| Feb 01 00:55:23.228 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92612025-02-01T00:55:24.876Z[ host-image] Feb 01 00:55:23.297 INFO O| Feb 01 00:55:23.296 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
92622025-02-01T00:55:24.876Z[ host-image] Feb 01 00:55:23.297 INFO O| Feb 01 00:55:23.297 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 ...
92632025-02-01T00:55:24.880Z[ host-image] Feb 01 00:55:23.297 INFO O| Feb 01 00:55:23.297 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
92642025-02-01T00:55:24.880Z[ host-image] Feb 01 00:55:23.297 INFO O| Feb 01 00:55:23.297 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92652025-02-01T00:55:24.880Z[ host-image] Feb 01 00:55:23.297 INFO O| Feb 01 00:55:23.297 INFO ok!
92662025-02-01T00:55:24.880Z[ host-image] Feb 01 00:55:23.297 INFO O| Feb 01 00:55:23.297 INFO STEP 47 (ensure_file) COMPLETE
92672025-02-01T00:55:24.880Z[ host-image] Feb 01 00:55:23.297 INFO O| Feb 01 00:55:23.297 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92682025-02-01T00:55:24.911Z[ host-image] Feb 01 00:55:23.332 INFO O| Feb 01 00:55:23.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
92692025-02-01T00:55:24.911Z[ host-image] Feb 01 00:55:23.332 INFO O| Feb 01 00:55:23.332 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
92702025-02-01T00:55:24.911Z[ host-image] Feb 01 00:55:23.332 INFO O| Feb 01 00:55:23.332 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92712025-02-01T00:55:24.914Z[ host-image] Feb 01 00:55:23.332 INFO O| Feb 01 00:55:23.332 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92722025-02-01T00:55:24.914Z[ host-image] Feb 01 00:55:23.332 INFO O| Feb 01 00:55:23.332 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92732025-02-01T00:55:24.914Z[ host-image] Feb 01 00:55:23.332 INFO O| Feb 01 00:55:23.332 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92742025-02-01T00:55:24.914Z[ host-image] Feb 01 00:55:23.332 INFO O| Feb 01 00:55:23.332 INFO ok!
92752025-02-01T00:55:24.915Z[ host-image] Feb 01 00:55:23.332 INFO O| Feb 01 00:55:23.332 INFO STEP 48 (ensure_file) COMPLETE
92762025-02-01T00:55:24.915Z[ host-image] Feb 01 00:55:23.332 INFO O| Feb 01 00:55:23.332 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92772025-02-01T00:55:24.932Z[ host-image] Feb 01 00:55:23.352 INFO O| Feb 01 00:55:23.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
92782025-02-01T00:55:24.932Z[ host-image] Feb 01 00:55:23.352 INFO O| Feb 01 00:55:23.352 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 ...
92792025-02-01T00:55:24.932Z[ host-image] Feb 01 00:55:23.352 INFO O| Feb 01 00:55:23.352 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
92802025-02-01T00:55:24.935Z[ host-image] Feb 01 00:55:23.353 INFO O| Feb 01 00:55:23.352 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
92812025-02-01T00:55:24.935Z[ host-image] Feb 01 00:55:23.353 INFO O| Feb 01 00:55:23.353 INFO ok!
92822025-02-01T00:55:24.935Z[ host-image] Feb 01 00:55:23.353 INFO O| Feb 01 00:55:23.353 INFO STEP 49 (ensure_file) COMPLETE
92832025-02-01T00:55:24.935Z[ host-image] Feb 01 00:55:23.353 INFO O| Feb 01 00:55:23.353 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92842025-02-01T00:55:24.954Z[ host-image] Feb 01 00:55:23.374 INFO O| Feb 01 00:55:23.374 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
92852025-02-01T00:55:24.954Z[ host-image] Feb 01 00:55:23.374 INFO O| Feb 01 00:55:23.374 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
92862025-02-01T00:55:24.957Z[ host-image] Feb 01 00:55:23.374 INFO O| Feb 01 00:55:23.374 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92872025-02-01T00:55:24.957Z[ host-image] Feb 01 00:55:23.375 INFO O| Feb 01 00:55:23.375 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92882025-02-01T00:55:24.957Z[ host-image] Feb 01 00:55:23.375 INFO O| Feb 01 00:55:23.375 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92892025-02-01T00:55:24.957Z[ host-image] Feb 01 00:55:23.375 INFO O| Feb 01 00:55:23.375 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92902025-02-01T00:55:24.957Z[ host-image] Feb 01 00:55:23.375 INFO O| Feb 01 00:55:23.375 INFO ok!
92912025-02-01T00:55:24.957Z[ host-image] Feb 01 00:55:23.375 INFO O| Feb 01 00:55:23.375 INFO STEP 50 (ensure_file) COMPLETE
92922025-02-01T00:55:24.957Z[ host-image] Feb 01 00:55:23.375 INFO O| Feb 01 00:55:23.375 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92932025-02-01T00:55:24.976Z[ host-image] Feb 01 00:55:23.397 INFO O| Feb 01 00:55:23.397 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
92942025-02-01T00:55:24.976Z[ host-image] Feb 01 00:55:23.397 INFO O| Feb 01 00:55:23.397 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 ...
92952025-02-01T00:55:24.979Z[ host-image] Feb 01 00:55:23.397 INFO O| Feb 01 00:55:23.397 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
92962025-02-01T00:55:24.979Z[ host-image] Feb 01 00:55:23.397 INFO O| Feb 01 00:55:23.397 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92972025-02-01T00:55:24.979Z[ host-image] Feb 01 00:55:23.397 INFO O| Feb 01 00:55:23.397 INFO ok!
92982025-02-01T00:55:24.979Z[ host-image] Feb 01 00:55:23.397 INFO O| Feb 01 00:55:23.397 INFO STEP 51 (ensure_file) COMPLETE
92992025-02-01T00:55:24.979Z[ host-image] Feb 01 00:55:23.397 INFO O| Feb 01 00:55:23.397 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93002025-02-01T00:55:25.017Z[ host-image] Feb 01 00:55:23.438 INFO O| Feb 01 00:55:23.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93012025-02-01T00:55:25.017Z[ host-image] Feb 01 00:55:23.438 INFO O| Feb 01 00:55:23.438 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 ...
93022025-02-01T00:55:25.017Z[ host-image] Feb 01 00:55:23.438 INFO O| Feb 01 00:55:23.438 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
93032025-02-01T00:55:25.017Z[ host-image] Feb 01 00:55:23.438 INFO O| Feb 01 00:55:23.438 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93042025-02-01T00:55:25.020Z[ host-image] Feb 01 00:55:23.438 INFO O| Feb 01 00:55:23.438 INFO ok!
93052025-02-01T00:55:25.021Z[ host-image] Feb 01 00:55:23.438 INFO O| Feb 01 00:55:23.438 INFO STEP 52 (ensure_file) COMPLETE
93062025-02-01T00:55:25.021Z[ host-image] Feb 01 00:55:23.438 INFO O| Feb 01 00:55:23.438 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93072025-02-01T00:55:25.036Z[ host-image] Feb 01 00:55:23.457 INFO O| Feb 01 00:55:23.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93082025-02-01T00:55:25.036Z[ host-image] Feb 01 00:55:23.457 INFO O| Feb 01 00:55:23.457 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 ...
93092025-02-01T00:55:25.036Z[ host-image] Feb 01 00:55:23.457 INFO O| Feb 01 00:55:23.457 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
93102025-02-01T00:55:25.036Z[ host-image] Feb 01 00:55:23.457 INFO O| Feb 01 00:55:23.457 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93112025-02-01T00:55:25.039Z[ host-image] Feb 01 00:55:23.457 INFO O| Feb 01 00:55:23.457 INFO ok!
93122025-02-01T00:55:25.039Z[ host-image] Feb 01 00:55:23.457 INFO O| Feb 01 00:55:23.457 INFO STEP 53 (ensure_file) COMPLETE
93132025-02-01T00:55:25.039Z[ host-image] Feb 01 00:55:23.457 INFO O| Feb 01 00:55:23.457 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93142025-02-01T00:55:25.064Z[ host-image] Feb 01 00:55:23.485 INFO O| Feb 01 00:55:23.485 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93152025-02-01T00:55:25.064Z[ host-image] Feb 01 00:55:23.485 INFO O| Feb 01 00:55:23.485 INFO STEP 54 (ensure_dir) COMPLETE
93162025-02-01T00:55:25.064Z[ host-image] Feb 01 00:55:23.485 INFO O| Feb 01 00:55:23.485 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93172025-02-01T00:55:25.102Z[ host-image] Feb 01 00:55:23.522 INFO O| Feb 01 00:55:23.522 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93182025-02-01T00:55:25.102Z[ host-image] Feb 01 00:55:23.523 INFO O| Feb 01 00:55:23.522 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93192025-02-01T00:55:25.102Z[ host-image] Feb 01 00:55:23.523 INFO O| Feb 01 00:55:23.522 INFO STEP 55 (ensure_dir) COMPLETE
93202025-02-01T00:55:25.105Z[ host-image] Feb 01 00:55:23.523 INFO O| Feb 01 00:55:23.522 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212025-02-01T00:55:25.122Z[ host-image] Feb 01 00:55:23.542 INFO O| Feb 01 00:55:23.542 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93222025-02-01T00:55:25.122Z[ host-image] Feb 01 00:55:23.543 INFO O| Feb 01 00:55:23.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93232025-02-01T00:55:25.122Z[ host-image] Feb 01 00:55:23.543 INFO O| Feb 01 00:55:23.543 INFO STEP 56 (ensure_dir) COMPLETE
93242025-02-01T00:55:25.125Z[ host-image] Feb 01 00:55:23.543 INFO O| Feb 01 00:55:23.543 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252025-02-01T00:55:25.157Z[ host-image] Feb 01 00:55:23.578 INFO O| Feb 01 00:55:23.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93262025-02-01T00:55:25.157Z[ host-image] Feb 01 00:55:23.578 INFO O| Feb 01 00:55:23.578 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93272025-02-01T00:55:25.183Z[ host-image] Feb 01 00:55:23.603 INFO O| Feb 01 00:55:23.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93282025-02-01T00:55:25.183Z[ host-image] Feb 01 00:55:23.604 INFO O| Feb 01 00:55:23.604 INFO ok!
93292025-02-01T00:55:25.183Z[ host-image] Feb 01 00:55:23.604 INFO O| Feb 01 00:55:23.604 INFO STEP 57 (ensure_file) COMPLETE
93302025-02-01T00:55:25.186Z[ host-image] Feb 01 00:55:23.604 INFO O| Feb 01 00:55:23.604 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312025-02-01T00:55:25.232Z[ host-image] Feb 01 00:55:23.652 INFO O| Feb 01 00:55:23.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93322025-02-01T00:55:25.232Z[ host-image] Feb 01 00:55:23.652 INFO O| Feb 01 00:55:23.652 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93332025-02-01T00:55:26.703Z[ host-image] Feb 01 00:55:25.121 INFO O| Feb 01 00:55:25.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93342025-02-01T00:55:26.703Z[ host-image] Feb 01 00:55:25.121 INFO O| Feb 01 00:55:25.121 INFO ok!
93352025-02-01T00:55:26.706Z[ host-image] Feb 01 00:55:25.121 INFO O| Feb 01 00:55:25.121 INFO STEP 58 (ensure_file) COMPLETE
93362025-02-01T00:55:26.706Z[ host-image] Feb 01 00:55:25.121 INFO O| Feb 01 00:55:25.121 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372025-02-01T00:55:26.725Z[ host-image] Feb 01 00:55:25.144 INFO O| Feb 01 00:55:25.144 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93382025-02-01T00:55:26.725Z[ host-image] Feb 01 00:55:25.144 INFO O| Feb 01 00:55:25.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93392025-02-01T00:55:26.728Z[ host-image] Feb 01 00:55:25.144 INFO O| Feb 01 00:55:25.144 INFO STEP 59 (ensure_dir) COMPLETE
93402025-02-01T00:55:26.728Z[ host-image] Feb 01 00:55:25.144 INFO O| Feb 01 00:55:25.144 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93412025-02-01T00:55:26.743Z[ host-image] Feb 01 00:55:25.163 INFO O| Feb 01 00:55:25.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93422025-02-01T00:55:26.743Z[ host-image] Feb 01 00:55:25.163 INFO O| Feb 01 00:55:25.163 INFO copying /tmp/.tmp8Wjkrn/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 ...
93432025-02-01T00:55:26.743Z[ host-image] Feb 01 00:55:25.164 INFO O| Feb 01 00:55:25.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93442025-02-01T00:55:26.746Z[ host-image] Feb 01 00:55:25.164 INFO O| Feb 01 00:55:25.164 INFO ok!
93452025-02-01T00:55:26.746Z[ host-image] Feb 01 00:55:25.164 INFO O| Feb 01 00:55:25.164 INFO STEP 60 (ensure_file) COMPLETE
93462025-02-01T00:55:26.746Z[ host-image] Feb 01 00:55:25.164 INFO O| Feb 01 00:55:25.164 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93472025-02-01T00:55:26.779Z[ host-image] Feb 01 00:55:25.199 INFO O| Feb 01 00:55:25.199 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93482025-02-01T00:55:26.779Z[ host-image] Feb 01 00:55:25.199 INFO O| Feb 01 00:55:25.199 INFO copying /tmp/.tmp8Wjkrn/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 ...
93492025-02-01T00:55:26.782Z[ host-image] Feb 01 00:55:25.200 INFO O| Feb 01 00:55:25.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93502025-02-01T00:55:26.782Z[ host-image] Feb 01 00:55:25.200 INFO O| Feb 01 00:55:25.200 INFO ok!
93512025-02-01T00:55:26.782Z[ host-image] Feb 01 00:55:25.200 INFO O| Feb 01 00:55:25.200 INFO STEP 61 (ensure_file) COMPLETE
93522025-02-01T00:55:26.782Z[ host-image] Feb 01 00:55:25.200 INFO O| Feb 01 00:55:25.200 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93532025-02-01T00:55:26.798Z[ host-image] Feb 01 00:55:25.218 INFO O| Feb 01 00:55:25.218 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93542025-02-01T00:55:26.798Z[ host-image] Feb 01 00:55:25.218 INFO O| Feb 01 00:55:25.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93552025-02-01T00:55:26.798Z[ host-image] Feb 01 00:55:25.218 INFO O| Feb 01 00:55:25.218 INFO STEP 62 (ensure_dir) COMPLETE
93562025-02-01T00:55:26.800Z[ host-image] Feb 01 00:55:25.218 INFO O| Feb 01 00:55:25.218 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572025-02-01T00:55:26.855Z[ host-image] Feb 01 00:55:25.275 INFO O| Feb 01 00:55:25.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
93582025-02-01T00:55:26.855Z[ host-image] Feb 01 00:55:25.275 INFO O| Feb 01 00:55:25.275 INFO copying /tmp/.tmp8Wjkrn/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 ...
93592025-02-01T00:55:26.858Z[ host-image] Feb 01 00:55:25.275 INFO O| Feb 01 00:55:25.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
93602025-02-01T00:55:26.858Z[ host-image] Feb 01 00:55:25.275 INFO O| Feb 01 00:55:25.275 INFO ok!
93612025-02-01T00:55:26.858Z[ host-image] Feb 01 00:55:25.275 INFO O| Feb 01 00:55:25.275 INFO STEP 63 (ensure_file) COMPLETE
93622025-02-01T00:55:26.858Z[ host-image] Feb 01 00:55:25.275 INFO O| Feb 01 00:55:25.275 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632025-02-01T00:55:26.893Z[ host-image] Feb 01 00:55:25.313 INFO O| Feb 01 00:55:25.313 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
93642025-02-01T00:55:26.893Z[ host-image] Feb 01 00:55:25.313 INFO O| Feb 01 00:55:25.313 INFO copying /tmp/.tmp8Wjkrn/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 ...
93652025-02-01T00:55:26.893Z[ host-image] Feb 01 00:55:25.313 INFO O| Feb 01 00:55:25.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
93662025-02-01T00:55:26.896Z[ host-image] Feb 01 00:55:25.313 INFO O| Feb 01 00:55:25.313 INFO ok!
93672025-02-01T00:55:26.896Z[ host-image] Feb 01 00:55:25.313 INFO O| Feb 01 00:55:25.313 INFO STEP 64 (ensure_file) COMPLETE
93682025-02-01T00:55:26.896Z[ host-image] Feb 01 00:55:25.313 INFO O| Feb 01 00:55:25.313 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692025-02-01T00:55:26.959Z[ host-image] Feb 01 00:55:25.379 INFO O| Feb 01 00:55:25.379 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93702025-02-01T00:55:26.959Z[ host-image] Feb 01 00:55:25.379 INFO O| Feb 01 00:55:25.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93712025-02-01T00:55:26.959Z[ host-image] Feb 01 00:55:25.379 INFO O| Feb 01 00:55:25.379 INFO STEP 65 (ensure_dir) COMPLETE
93722025-02-01T00:55:26.962Z[ host-image] Feb 01 00:55:25.379 INFO O| Feb 01 00:55:25.379 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732025-02-01T00:55:26.980Z[ host-image] Feb 01 00:55:25.400 INFO O| Feb 01 00:55:25.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
93742025-02-01T00:55:26.980Z[ host-image] Feb 01 00:55:25.400 INFO O| Feb 01 00:55:25.400 INFO copying /tmp/.tmp8Wjkrn/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 ...
93752025-02-01T00:55:26.980Z[ host-image] Feb 01 00:55:25.400 INFO O| Feb 01 00:55:25.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
93762025-02-01T00:55:26.983Z[ host-image] Feb 01 00:55:25.400 INFO O| Feb 01 00:55:25.400 INFO ok!
93772025-02-01T00:55:26.983Z[ host-image] Feb 01 00:55:25.400 INFO O| Feb 01 00:55:25.400 INFO STEP 66 (ensure_file) COMPLETE
93782025-02-01T00:55:26.983Z[ host-image] Feb 01 00:55:25.400 INFO O| Feb 01 00:55:25.400 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792025-02-01T00:55:27.002Z[ host-image] Feb 01 00:55:25.421 INFO O| Feb 01 00:55:25.421 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
93802025-02-01T00:55:27.002Z[ host-image] Feb 01 00:55:25.421 INFO O| Feb 01 00:55:25.421 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
93812025-02-01T00:55:27.005Z[ host-image] Feb 01 00:55:25.421 INFO O| Feb 01 00:55:25.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
93822025-02-01T00:55:27.005Z[ host-image] Feb 01 00:55:25.421 INFO O| Feb 01 00:55:25.421 INFO ok!
93832025-02-01T00:55:27.005Z[ host-image] Feb 01 00:55:25.421 INFO O| Feb 01 00:55:25.421 INFO STEP 67 (ensure_file) COMPLETE
93842025-02-01T00:55:27.005Z[ host-image] Feb 01 00:55:25.421 INFO O| Feb 01 00:55:25.421 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852025-02-01T00:55:27.040Z[ host-image] Feb 01 00:55:25.460 INFO O| Feb 01 00:55:25.460 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93862025-02-01T00:55:27.040Z[ host-image] Feb 01 00:55:25.460 INFO O| Feb 01 00:55:25.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93872025-02-01T00:55:27.043Z[ host-image] Feb 01 00:55:25.460 INFO O| Feb 01 00:55:25.460 INFO STEP 68 (ensure_dir) COMPLETE
93882025-02-01T00:55:27.043Z[ host-image] Feb 01 00:55:25.460 INFO O| Feb 01 00:55:25.460 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93892025-02-01T00:55:27.110Z[ host-image] Feb 01 00:55:25.530 INFO O| Feb 01 00:55:25.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
93902025-02-01T00:55:27.110Z[ host-image] Feb 01 00:55:25.530 INFO O| Feb 01 00:55:25.530 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
93912025-02-01T00:55:27.654Z[ recovery-image] Feb 01 00:55:26.072 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)
93922025-02-01T00:55:28.558Z[ host-image] Feb 01 00:55:26.969 INFO O| Feb 01 00:55:26.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
93932025-02-01T00:55:28.558Z[ host-image] Feb 01 00:55:26.969 INFO O| Feb 01 00:55:26.969 INFO ok!
93942025-02-01T00:55:28.558Z[ host-image] Feb 01 00:55:26.969 INFO O| Feb 01 00:55:26.969 INFO STEP 69 (ensure_file) COMPLETE
93952025-02-01T00:55:28.558Z[ host-image] Feb 01 00:55:26.969 INFO O| Feb 01 00:55:26.969 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962025-02-01T00:55:28.569Z[ host-image] Feb 01 00:55:26.989 INFO O| Feb 01 00:55:26.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
93972025-02-01T00:55:28.569Z[ host-image] Feb 01 00:55:26.989 INFO O| Feb 01 00:55:26.989 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
93982025-02-01T00:55:30.696Z[ host-image] Feb 01 00:55:29.115 INFO O| Feb 01 00:55:29.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
93992025-02-01T00:55:30.696Z[ host-image] Feb 01 00:55:29.115 INFO O| Feb 01 00:55:29.115 INFO ok!
94002025-02-01T00:55:30.696Z[ host-image] Feb 01 00:55:29.115 INFO O| Feb 01 00:55:29.115 INFO STEP 70 (ensure_file) COMPLETE
94012025-02-01T00:55:30.699Z[ host-image] Feb 01 00:55:29.115 INFO O| Feb 01 00:55:29.115 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022025-02-01T00:55:30.781Z[ host-image] Feb 01 00:55:29.201 INFO O| Feb 01 00:55:29.200 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94032025-02-01T00:55:30.785Z[ host-image] Feb 01 00:55:29.201 INFO O| Feb 01 00:55:29.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94042025-02-01T00:55:30.785Z[ host-image] Feb 01 00:55:29.201 INFO O| Feb 01 00:55:29.201 INFO STEP 71 (ensure_dir) COMPLETE
94052025-02-01T00:55:30.785Z[ host-image] Feb 01 00:55:29.201 INFO O| Feb 01 00:55:29.201 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062025-02-01T00:55:30.847Z[ host-image] Feb 01 00:55:29.267 INFO O| Feb 01 00:55:29.267 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94072025-02-01T00:55:30.847Z[ host-image] Feb 01 00:55:29.267 INFO O| Feb 01 00:55:29.267 INFO copying /tmp/.tmp8Wjkrn/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 ...
94082025-02-01T00:55:30.850Z[ host-image] Feb 01 00:55:29.267 INFO O| Feb 01 00:55:29.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94092025-02-01T00:55:30.850Z[ host-image] Feb 01 00:55:29.267 INFO O| Feb 01 00:55:29.267 INFO ok!
94102025-02-01T00:55:30.850Z[ host-image] Feb 01 00:55:29.267 INFO O| Feb 01 00:55:29.267 INFO STEP 72 (ensure_file) COMPLETE
94112025-02-01T00:55:30.850Z[ host-image] Feb 01 00:55:29.267 INFO O| Feb 01 00:55:29.267 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122025-02-01T00:55:31.019Z[ host-image] Feb 01 00:55:29.438 INFO O| Feb 01 00:55:29.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94132025-02-01T00:55:31.019Z[ host-image] Feb 01 00:55:29.438 INFO O| Feb 01 00:55:29.438 INFO copying /tmp/.tmp8Wjkrn/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 ...
94142025-02-01T00:55:31.022Z[ host-image] Feb 01 00:55:29.438 INFO O| Feb 01 00:55:29.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94152025-02-01T00:55:31.022Z[ host-image] Feb 01 00:55:29.438 INFO O| Feb 01 00:55:29.438 INFO ok!
94162025-02-01T00:55:31.022Z[ host-image] Feb 01 00:55:29.438 INFO O| Feb 01 00:55:29.438 INFO STEP 73 (ensure_file) COMPLETE
94172025-02-01T00:55:31.022Z[ host-image] Feb 01 00:55:29.438 INFO O| Feb 01 00:55:29.438 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182025-02-01T00:55:31.284Z[ host-image] Feb 01 00:55:29.703 INFO O| Feb 01 00:55:29.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94192025-02-01T00:55:31.284Z[ host-image] Feb 01 00:55:29.704 INFO O| Feb 01 00:55:29.703 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94202025-02-01T00:55:31.287Z[ host-image] Feb 01 00:55:29.704 INFO O| Feb 01 00:55:29.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94212025-02-01T00:55:31.287Z[ host-image] Feb 01 00:55:29.704 INFO O| Feb 01 00:55:29.704 INFO ok!
94222025-02-01T00:55:31.287Z[ host-image] Feb 01 00:55:29.704 INFO O| Feb 01 00:55:29.704 INFO STEP 74 (ensure_file) COMPLETE
94232025-02-01T00:55:31.287Z[ host-image] Feb 01 00:55:29.704 INFO O| Feb 01 00:55:29.704 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242025-02-01T00:55:31.587Z[ host-image] Feb 01 00:55:30.006 INFO O| Feb 01 00:55:30.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94252025-02-01T00:55:31.587Z[ host-image] Feb 01 00:55:30.006 INFO O| Feb 01 00:55:30.006 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94262025-02-01T00:55:31.590Z[ host-image] Feb 01 00:55:30.006 INFO O| Feb 01 00:55:30.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94272025-02-01T00:55:31.590Z[ host-image] Feb 01 00:55:30.006 INFO O| Feb 01 00:55:30.006 INFO ok!
94282025-02-01T00:55:31.590Z[ host-image] Feb 01 00:55:30.006 INFO O| Feb 01 00:55:30.006 INFO STEP 75 (ensure_file) COMPLETE
94292025-02-01T00:55:31.590Z[ host-image] Feb 01 00:55:30.006 INFO O| Feb 01 00:55:30.006 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302025-02-01T00:55:31.680Z[ host-image] Feb 01 00:55:30.099 INFO O| Feb 01 00:55:30.099 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94312025-02-01T00:55:31.680Z[ host-image] Feb 01 00:55:30.099 INFO O| Feb 01 00:55:30.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94322025-02-01T00:55:31.680Z[ host-image] Feb 01 00:55:30.099 INFO O| Feb 01 00:55:30.099 INFO STEP 76 (ensure_dir) COMPLETE
94332025-02-01T00:55:31.683Z[ host-image] Feb 01 00:55:30.099 INFO O| Feb 01 00:55:30.099 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342025-02-01T00:55:31.721Z[ host-image] Feb 01 00:55:30.140 INFO O| Feb 01 00:55:30.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94352025-02-01T00:55:31.721Z[ host-image] Feb 01 00:55:30.140 INFO O| Feb 01 00:55:30.140 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94362025-02-01T00:55:31.726Z[ host-image] Feb 01 00:55:30.145 INFO O| Feb 01 00:55:30.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94372025-02-01T00:55:31.728Z[ host-image] Feb 01 00:55:30.145 INFO O| Feb 01 00:55:30.145 INFO ok!
94382025-02-01T00:55:31.728Z[ host-image] Feb 01 00:55:30.145 INFO O| Feb 01 00:55:30.145 INFO STEP 77 (ensure_file) COMPLETE
94392025-02-01T00:55:31.728Z[ host-image] Feb 01 00:55:30.146 INFO O| Feb 01 00:55:30.146 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402025-02-01T00:55:31.746Z[ host-image] Feb 01 00:55:30.165 INFO O| Feb 01 00:55:30.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94412025-02-01T00:55:31.746Z[ host-image] Feb 01 00:55:30.165 INFO O| Feb 01 00:55:30.165 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94422025-02-01T00:55:31.750Z[ host-image] Feb 01 00:55:30.166 INFO O| Feb 01 00:55:30.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94432025-02-01T00:55:31.750Z[ host-image] Feb 01 00:55:30.166 INFO O| Feb 01 00:55:30.166 INFO ok!
94442025-02-01T00:55:31.750Z[ host-image] Feb 01 00:55:30.166 INFO O| Feb 01 00:55:30.166 INFO STEP 78 (ensure_file) COMPLETE
94452025-02-01T00:55:31.750Z[ host-image] Feb 01 00:55:30.166 INFO O| Feb 01 00:55:30.166 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462025-02-01T00:55:31.766Z[ host-image] Feb 01 00:55:30.186 INFO O| Feb 01 00:55:30.185 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94472025-02-01T00:55:31.766Z[ host-image] Feb 01 00:55:30.186 INFO O| Feb 01 00:55:30.186 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94482025-02-01T00:55:33.220Z[ recovery-image] Feb 01 00:55:31.639 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)
94492025-02-01T00:55:33.766Z[ host-image] Feb 01 00:55:32.185 INFO O| Feb 01 00:55:32.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94502025-02-01T00:55:33.766Z[ host-image] Feb 01 00:55:32.185 INFO O| Feb 01 00:55:32.185 INFO ok!
94512025-02-01T00:55:33.769Z[ host-image] Feb 01 00:55:32.185 INFO O| Feb 01 00:55:32.185 INFO STEP 79 (ensure_file) COMPLETE
94522025-02-01T00:55:33.769Z[ host-image] Feb 01 00:55:32.185 INFO O| Feb 01 00:55:32.185 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94532025-02-01T00:55:33.786Z[ host-image] Feb 01 00:55:32.205 INFO O| Feb 01 00:55:32.205 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94542025-02-01T00:55:33.786Z[ host-image] Feb 01 00:55:32.205 INFO O| Feb 01 00:55:32.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94552025-02-01T00:55:33.790Z[ host-image] Feb 01 00:55:32.205 INFO O| Feb 01 00:55:32.205 INFO STEP 80 (ensure_dir) COMPLETE
94562025-02-01T00:55:33.790Z[ host-image] Feb 01 00:55:32.205 INFO O| Feb 01 00:55:32.205 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572025-02-01T00:55:33.916Z[ host-image] Feb 01 00:55:32.334 INFO O| Feb 01 00:55:32.334 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94582025-02-01T00:55:33.919Z[ host-image] Feb 01 00:55:32.334 INFO O| Feb 01 00:55:32.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94592025-02-01T00:55:33.956Z[ host-image] Feb 01 00:55:32.375 INFO O| Feb 01 00:55:32.334 INFO STEP 81 (ensure_dir) COMPLETE
94602025-02-01T00:55:33.956Z[ host-image] Feb 01 00:55:32.375 INFO O| Feb 01 00:55:32.375 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612025-02-01T00:55:34.041Z[ host-image] Feb 01 00:55:32.460 INFO O| Feb 01 00:55:32.460 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94622025-02-01T00:55:34.041Z[ host-image] Feb 01 00:55:32.460 INFO O| Feb 01 00:55:32.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94632025-02-01T00:55:34.041Z[ host-image] Feb 01 00:55:32.460 INFO O| Feb 01 00:55:32.460 INFO STEP 82 (ensure_dir) COMPLETE
94642025-02-01T00:55:34.044Z[ host-image] Feb 01 00:55:32.460 INFO O| Feb 01 00:55:32.460 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652025-02-01T00:55:34.102Z[ host-image] Feb 01 00:55:32.520 INFO O| Feb 01 00:55:32.520 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94662025-02-01T00:55:34.102Z[ host-image] Feb 01 00:55:32.521 INFO O| Feb 01 00:55:32.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94672025-02-01T00:55:34.105Z[ host-image] Feb 01 00:55:32.521 INFO O| Feb 01 00:55:32.521 INFO STEP 83 (ensure_dir) COMPLETE
94682025-02-01T00:55:34.105Z[ host-image] Feb 01 00:55:32.521 INFO O| Feb 01 00:55:32.521 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692025-02-01T00:55:34.124Z[ host-image] Feb 01 00:55:32.542 INFO O| Feb 01 00:55:32.542 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94702025-02-01T00:55:34.127Z[ host-image] Feb 01 00:55:32.543 INFO O| Feb 01 00:55:32.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94712025-02-01T00:55:34.127Z[ host-image] Feb 01 00:55:32.543 INFO O| Feb 01 00:55:32.543 INFO STEP 84 (ensure_dir) COMPLETE
94722025-02-01T00:55:34.127Z[ host-image] Feb 01 00:55:32.543 INFO O| Feb 01 00:55:32.543 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94732025-02-01T00:55:34.146Z[ host-image] Feb 01 00:55:32.564 INFO O| Feb 01 00:55:32.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
94742025-02-01T00:55:34.146Z[ host-image] Feb 01 00:55:32.565 INFO O| Feb 01 00:55:32.564 INFO copying /tmp/.tmp8Wjkrn/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 ...
94752025-02-01T00:55:34.150Z[ host-image] Feb 01 00:55:32.565 INFO O| Feb 01 00:55:32.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
94762025-02-01T00:55:34.150Z[ host-image] Feb 01 00:55:32.565 INFO O| Feb 01 00:55:32.565 INFO ok!
94772025-02-01T00:55:34.150Z[ host-image] Feb 01 00:55:32.565 INFO O| Feb 01 00:55:32.565 INFO STEP 85 (ensure_file) COMPLETE
94782025-02-01T00:55:34.150Z[ host-image] Feb 01 00:55:32.565 INFO O| Feb 01 00:55:32.565 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792025-02-01T00:55:34.183Z[ host-image] Feb 01 00:55:32.602 INFO O| Feb 01 00:55:32.602 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94802025-02-01T00:55:34.186Z[ host-image] Feb 01 00:55:32.602 INFO O| Feb 01 00:55:32.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94812025-02-01T00:55:34.186Z[ host-image] Feb 01 00:55:32.602 INFO O| Feb 01 00:55:32.602 INFO STEP 86 (ensure_dir) COMPLETE
94822025-02-01T00:55:34.186Z[ host-image] Feb 01 00:55:32.602 INFO O| Feb 01 00:55:32.602 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832025-02-01T00:55:34.269Z[ host-image] Feb 01 00:55:32.688 INFO O| Feb 01 00:55:32.688 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
94842025-02-01T00:55:34.270Z[ host-image] Feb 01 00:55:32.688 INFO O| Feb 01 00:55:32.688 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
94852025-02-01T00:55:34.273Z[ host-image] Feb 01 00:55:32.688 INFO O| Feb 01 00:55:32.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
94862025-02-01T00:55:34.273Z[ host-image] Feb 01 00:55:32.688 INFO O| Feb 01 00:55:32.688 INFO ok!
94872025-02-01T00:55:34.273Z[ host-image] Feb 01 00:55:32.688 INFO O| Feb 01 00:55:32.688 INFO STEP 87 (ensure_file) COMPLETE
94882025-02-01T00:55:34.273Z[ host-image] Feb 01 00:55:32.688 INFO O| Feb 01 00:55:32.688 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94892025-02-01T00:55:34.373Z[ host-image] Feb 01 00:55:32.791 INFO O| Feb 01 00:55:32.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
94902025-02-01T00:55:34.373Z[ host-image] Feb 01 00:55:32.791 INFO O| Feb 01 00:55:32.791 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
94912025-02-01T00:55:35.029Z[ host-image] Feb 01 00:55:33.447 INFO O| Feb 01 00:55:33.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
94922025-02-01T00:55:35.029Z[ host-image] Feb 01 00:55:33.447 INFO O| Feb 01 00:55:33.447 INFO ok!
94932025-02-01T00:55:35.032Z[ host-image] Feb 01 00:55:33.447 INFO O| Feb 01 00:55:33.447 INFO STEP 88 (ensure_file) COMPLETE
94942025-02-01T00:55:35.032Z[ host-image] Feb 01 00:55:33.447 INFO O| Feb 01 00:55:33.447 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94952025-02-01T00:55:35.050Z[ host-image] Feb 01 00:55:33.469 INFO O| Feb 01 00:55:33.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
94962025-02-01T00:55:35.050Z[ host-image] Feb 01 00:55:33.469 INFO O| Feb 01 00:55:33.469 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
94972025-02-01T00:55:35.700Z[ host-image] Feb 01 00:55:34.117 INFO O| Feb 01 00:55:34.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
94982025-02-01T00:55:35.700Z[ host-image] Feb 01 00:55:34.118 INFO O| Feb 01 00:55:34.117 INFO ok!
94992025-02-01T00:55:35.700Z[ host-image] Feb 01 00:55:34.118 INFO O| Feb 01 00:55:34.117 INFO STEP 89 (ensure_file) COMPLETE
95002025-02-01T00:55:35.703Z[ host-image] Feb 01 00:55:34.118 INFO O| Feb 01 00:55:34.117 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95012025-02-01T00:55:35.736Z[ host-image] Feb 01 00:55:34.153 INFO O| Feb 01 00:55:34.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95022025-02-01T00:55:35.736Z[ host-image] Feb 01 00:55:34.154 INFO O| Feb 01 00:55:34.153 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95032025-02-01T00:55:35.739Z[ host-image] Feb 01 00:55:34.154 INFO O| Feb 01 00:55:34.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95042025-02-01T00:55:35.739Z[ host-image] Feb 01 00:55:34.154 INFO O| Feb 01 00:55:34.154 INFO ok!
95052025-02-01T00:55:35.739Z[ host-image] Feb 01 00:55:34.154 INFO O| Feb 01 00:55:34.154 INFO STEP 90 (ensure_file) COMPLETE
95062025-02-01T00:55:35.739Z[ host-image] Feb 01 00:55:34.154 INFO O| Feb 01 00:55:34.154 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072025-02-01T00:55:35.756Z[ host-image] Feb 01 00:55:34.174 INFO O| Feb 01 00:55:34.174 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95082025-02-01T00:55:35.759Z[ host-image] Feb 01 00:55:34.174 INFO O| Feb 01 00:55:34.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95092025-02-01T00:55:35.759Z[ host-image] Feb 01 00:55:34.174 INFO O| Feb 01 00:55:34.174 INFO STEP 91 (ensure_dir) COMPLETE
95102025-02-01T00:55:35.759Z[ host-image] Feb 01 00:55:34.175 INFO O| Feb 01 00:55:34.174 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112025-02-01T00:55:35.817Z[ host-image] Feb 01 00:55:34.235 INFO O| Feb 01 00:55:34.235 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95122025-02-01T00:55:35.817Z[ host-image] Feb 01 00:55:34.236 INFO O| Feb 01 00:55:34.235 INFO copying /tmp/.tmp8Wjkrn/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 ...
95132025-02-01T00:55:35.820Z[ host-image] Feb 01 00:55:34.236 INFO O| Feb 01 00:55:34.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95142025-02-01T00:55:35.820Z[ host-image] Feb 01 00:55:34.236 INFO O| Feb 01 00:55:34.236 INFO ok!
95152025-02-01T00:55:35.820Z[ host-image] Feb 01 00:55:34.236 INFO O| Feb 01 00:55:34.236 INFO STEP 92 (ensure_file) COMPLETE
95162025-02-01T00:55:35.820Z[ host-image] Feb 01 00:55:34.236 INFO O| Feb 01 00:55:34.236 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172025-02-01T00:55:35.902Z[ host-image] Feb 01 00:55:34.319 INFO O| Feb 01 00:55:34.319 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95182025-02-01T00:55:35.902Z[ host-image] Feb 01 00:55:34.319 INFO O| Feb 01 00:55:34.319 INFO copying /tmp/.tmp8Wjkrn/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 ...
95192025-02-01T00:55:35.902Z[ host-image] Feb 01 00:55:34.319 INFO O| Feb 01 00:55:34.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95202025-02-01T00:55:35.905Z[ host-image] Feb 01 00:55:34.320 INFO O| Feb 01 00:55:34.319 INFO ok!
95212025-02-01T00:55:35.905Z[ host-image] Feb 01 00:55:34.320 INFO O| Feb 01 00:55:34.320 INFO STEP 93 (ensure_file) COMPLETE
95222025-02-01T00:55:35.905Z[ host-image] Feb 01 00:55:34.320 INFO O| Feb 01 00:55:34.320 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232025-02-01T00:55:35.964Z[ host-image] Feb 01 00:55:34.381 INFO O| Feb 01 00:55:34.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95242025-02-01T00:55:35.964Z[ host-image] Feb 01 00:55:34.382 INFO O| Feb 01 00:55:34.381 INFO copying /tmp/.tmp8Wjkrn/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 ...
95252025-02-01T00:55:35.967Z[ host-image] Feb 01 00:55:34.382 INFO O| Feb 01 00:55:34.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95262025-02-01T00:55:35.967Z[ host-image] Feb 01 00:55:34.382 INFO O| Feb 01 00:55:34.382 INFO ok!
95272025-02-01T00:55:35.967Z[ host-image] Feb 01 00:55:34.382 INFO O| Feb 01 00:55:34.382 INFO STEP 94 (ensure_file) COMPLETE
95282025-02-01T00:55:35.967Z[ host-image] Feb 01 00:55:34.382 INFO O| Feb 01 00:55:34.382 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292025-02-01T00:55:35.992Z[ host-image] Feb 01 00:55:34.409 INFO O| Feb 01 00:55:34.409 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95302025-02-01T00:55:35.992Z[ host-image] Feb 01 00:55:34.410 INFO O| Feb 01 00:55:34.409 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
95312025-02-01T00:55:35.995Z[ host-image] Feb 01 00:55:34.410 INFO O| Feb 01 00:55:34.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95322025-02-01T00:55:35.995Z[ host-image] Feb 01 00:55:34.410 INFO O| Feb 01 00:55:34.410 INFO ok!
95332025-02-01T00:55:35.995Z[ host-image] Feb 01 00:55:34.410 INFO O| Feb 01 00:55:34.410 INFO STEP 95 (ensure_file) COMPLETE
95342025-02-01T00:55:35.995Z[ host-image] Feb 01 00:55:34.410 INFO O| Feb 01 00:55:34.410 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352025-02-01T00:55:36.049Z[ host-image] Feb 01 00:55:34.462 INFO O| Feb 01 00:55:34.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95362025-02-01T00:55:36.049Z[ host-image] Feb 01 00:55:34.462 INFO O| Feb 01 00:55:34.462 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
95372025-02-01T00:55:36.053Z[ host-image] Feb 01 00:55:34.462 INFO O| Feb 01 00:55:34.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95382025-02-01T00:55:36.053Z[ host-image] Feb 01 00:55:34.462 INFO O| Feb 01 00:55:34.462 INFO ok!
95392025-02-01T00:55:36.053Z[ host-image] Feb 01 00:55:34.462 INFO O| Feb 01 00:55:34.462 INFO STEP 96 (ensure_file) COMPLETE
95402025-02-01T00:55:36.053Z[ host-image] Feb 01 00:55:34.463 INFO O| Feb 01 00:55:34.462 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412025-02-01T00:55:36.148Z[ host-image] Feb 01 00:55:34.566 INFO O| Feb 01 00:55:34.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
95422025-02-01T00:55:36.148Z[ host-image] Feb 01 00:55:34.566 INFO O| Feb 01 00:55:34.566 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d ...
95432025-02-01T00:55:36.148Z[ host-image] Feb 01 00:55:34.566 INFO O| Feb 01 00:55:34.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
95442025-02-01T00:55:36.151Z[ host-image] Feb 01 00:55:34.566 INFO O| Feb 01 00:55:34.566 INFO ok!
95452025-02-01T00:55:36.151Z[ host-image] Feb 01 00:55:34.566 INFO O| Feb 01 00:55:34.566 INFO STEP 97 (ensure_file) COMPLETE
95462025-02-01T00:55:36.151Z[ host-image] Feb 01 00:55:34.566 INFO O| Feb 01 00:55:34.566 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472025-02-01T00:55:36.168Z[ host-image] Feb 01 00:55:34.586 INFO O| Feb 01 00:55:34.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95482025-02-01T00:55:36.168Z[ host-image] Feb 01 00:55:34.586 INFO O| Feb 01 00:55:34.586 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95492025-02-01T00:55:36.168Z[ host-image] Feb 01 00:55:34.586 INFO O| Feb 01 00:55:34.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95502025-02-01T00:55:36.171Z[ host-image] Feb 01 00:55:34.586 INFO O| Feb 01 00:55:34.586 INFO ok!
95512025-02-01T00:55:36.171Z[ host-image] Feb 01 00:55:34.586 INFO O| Feb 01 00:55:34.586 INFO STEP 98 (ensure_file) COMPLETE
95522025-02-01T00:55:36.171Z[ host-image] Feb 01 00:55:34.586 INFO O| Feb 01 00:55:34.586 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532025-02-01T00:55:36.187Z[ host-image] Feb 01 00:55:34.606 INFO O| Feb 01 00:55:34.606 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95542025-02-01T00:55:36.187Z[ host-image] Feb 01 00:55:34.606 INFO O| Feb 01 00:55:34.606 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
95552025-02-01T00:55:36.187Z[ host-image] Feb 01 00:55:34.606 INFO O| Feb 01 00:55:34.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95562025-02-01T00:55:36.188Z[ host-image] Feb 01 00:55:34.606 INFO O| Feb 01 00:55:34.606 INFO ok!
95572025-02-01T00:55:36.190Z[ host-image] Feb 01 00:55:34.606 INFO O| Feb 01 00:55:34.606 INFO STEP 99 (ensure_file) COMPLETE
95582025-02-01T00:55:36.190Z[ host-image] Feb 01 00:55:34.606 INFO O| Feb 01 00:55:34.606 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592025-02-01T00:55:36.208Z[ host-image] Feb 01 00:55:34.626 INFO O| Feb 01 00:55:34.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
95602025-02-01T00:55:36.208Z[ host-image] Feb 01 00:55:34.626 INFO O| Feb 01 00:55:34.626 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
95612025-02-01T00:55:36.208Z[ host-image] Feb 01 00:55:34.626 INFO O| Feb 01 00:55:34.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
95622025-02-01T00:55:36.208Z[ host-image] Feb 01 00:55:34.626 INFO O| Feb 01 00:55:34.626 INFO ok!
95632025-02-01T00:55:36.208Z[ host-image] Feb 01 00:55:34.626 INFO O| Feb 01 00:55:34.626 INFO STEP 100 (ensure_file) COMPLETE
95642025-02-01T00:55:36.208Z[ host-image] Feb 01 00:55:34.626 INFO O| Feb 01 00:55:34.626 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652025-02-01T00:55:36.229Z[ host-image] Feb 01 00:55:34.647 INFO O| Feb 01 00:55:34.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
95662025-02-01T00:55:36.229Z[ host-image] Feb 01 00:55:34.647 INFO O| Feb 01 00:55:34.647 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
95672025-02-01T00:55:36.232Z[ host-image] Feb 01 00:55:34.647 INFO O| Feb 01 00:55:34.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
95682025-02-01T00:55:36.232Z[ host-image] Feb 01 00:55:34.647 INFO O| Feb 01 00:55:34.647 INFO ok!
95692025-02-01T00:55:36.232Z[ host-image] Feb 01 00:55:34.647 INFO O| Feb 01 00:55:34.647 INFO STEP 101 (ensure_file) COMPLETE
95702025-02-01T00:55:36.232Z[ host-image] Feb 01 00:55:34.647 INFO O| Feb 01 00:55:34.647 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712025-02-01T00:55:36.261Z[ host-image] Feb 01 00:55:34.679 INFO O| Feb 01 00:55:34.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
95722025-02-01T00:55:36.261Z[ host-image] Feb 01 00:55:34.679 INFO O| Feb 01 00:55:34.679 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
95732025-02-01T00:55:36.264Z[ host-image] Feb 01 00:55:34.679 INFO O| Feb 01 00:55:34.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
95742025-02-01T00:55:36.264Z[ host-image] Feb 01 00:55:34.679 INFO O| Feb 01 00:55:34.679 INFO ok!
95752025-02-01T00:55:36.264Z[ host-image] Feb 01 00:55:34.679 INFO O| Feb 01 00:55:34.679 INFO STEP 102 (ensure_file) COMPLETE
95762025-02-01T00:55:36.264Z[ host-image] Feb 01 00:55:34.679 INFO O| Feb 01 00:55:34.679 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772025-02-01T00:55:36.298Z[ host-image] Feb 01 00:55:34.716 INFO O| Feb 01 00:55:34.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
95782025-02-01T00:55:36.298Z[ host-image] Feb 01 00:55:34.716 INFO O| Feb 01 00:55:34.716 INFO copying /tmp/.tmp8Wjkrn/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 ...
95792025-02-01T00:55:36.298Z[ host-image] Feb 01 00:55:34.716 INFO O| Feb 01 00:55:34.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
95802025-02-01T00:55:36.301Z[ host-image] Feb 01 00:55:34.716 INFO O| Feb 01 00:55:34.716 INFO ok!
95812025-02-01T00:55:36.301Z[ host-image] Feb 01 00:55:34.716 INFO O| Feb 01 00:55:34.716 INFO STEP 103 (ensure_file) COMPLETE
95822025-02-01T00:55:36.301Z[ host-image] Feb 01 00:55:34.716 INFO O| Feb 01 00:55:34.716 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832025-02-01T00:55:36.318Z[ host-image] Feb 01 00:55:34.736 INFO O| Feb 01 00:55:34.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
95842025-02-01T00:55:36.323Z[ host-image] Feb 01 00:55:34.736 INFO O| Feb 01 00:55:34.736 INFO copying /tmp/.tmp8Wjkrn/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 ...
95852025-02-01T00:55:36.323Z[ host-image] Feb 01 00:55:34.736 INFO O| Feb 01 00:55:34.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
95862025-02-01T00:55:36.323Z[ host-image] Feb 01 00:55:34.736 INFO O| Feb 01 00:55:34.736 INFO ok!
95872025-02-01T00:55:36.323Z[ host-image] Feb 01 00:55:34.736 INFO O| Feb 01 00:55:34.736 INFO STEP 104 (ensure_file) COMPLETE
95882025-02-01T00:55:36.323Z[ host-image] Feb 01 00:55:34.736 INFO O| Feb 01 00:55:34.736 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892025-02-01T00:55:36.337Z[ host-image] Feb 01 00:55:34.755 INFO O| Feb 01 00:55:34.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
95902025-02-01T00:55:36.337Z[ host-image] Feb 01 00:55:34.756 INFO O| Feb 01 00:55:34.755 INFO copying /tmp/.tmp8Wjkrn/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 ...
95912025-02-01T00:55:36.340Z[ host-image] Feb 01 00:55:34.756 INFO O| Feb 01 00:55:34.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
95922025-02-01T00:55:36.340Z[ host-image] Feb 01 00:55:34.756 INFO O| Feb 01 00:55:34.756 INFO ok!
95932025-02-01T00:55:36.340Z[ host-image] Feb 01 00:55:34.756 INFO O| Feb 01 00:55:34.756 INFO STEP 105 (ensure_file) COMPLETE
95942025-02-01T00:55:36.340Z[ host-image] Feb 01 00:55:34.756 INFO O| Feb 01 00:55:34.756 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952025-02-01T00:55:36.379Z[ host-image] Feb 01 00:55:34.796 INFO O| Feb 01 00:55:34.796 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
95962025-02-01T00:55:36.379Z[ host-image] Feb 01 00:55:34.796 INFO O| Feb 01 00:55:34.796 INFO copying /tmp/.tmp8Wjkrn/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 ...
95972025-02-01T00:55:36.379Z[ host-image] Feb 01 00:55:34.796 INFO O| Feb 01 00:55:34.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
95982025-02-01T00:55:36.382Z[ host-image] Feb 01 00:55:34.796 INFO O| Feb 01 00:55:34.796 INFO ok!
95992025-02-01T00:55:36.382Z[ host-image] Feb 01 00:55:34.796 INFO O| Feb 01 00:55:34.796 INFO STEP 106 (ensure_file) COMPLETE
96002025-02-01T00:55:36.382Z[ host-image] Feb 01 00:55:34.796 INFO O| Feb 01 00:55:34.796 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96012025-02-01T00:55:36.413Z[ host-image] Feb 01 00:55:34.831 INFO O| Feb 01 00:55:34.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96022025-02-01T00:55:36.413Z[ host-image] Feb 01 00:55:34.831 INFO O| Feb 01 00:55:34.831 INFO copying /tmp/.tmp8Wjkrn/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 ...
96032025-02-01T00:55:36.415Z[ host-image] Feb 01 00:55:34.831 INFO O| Feb 01 00:55:34.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96042025-02-01T00:55:36.415Z[ host-image] Feb 01 00:55:34.831 INFO O| Feb 01 00:55:34.831 INFO ok!
96052025-02-01T00:55:36.415Z[ host-image] Feb 01 00:55:34.831 INFO O| Feb 01 00:55:34.831 INFO STEP 107 (ensure_file) COMPLETE
96062025-02-01T00:55:36.415Z[ host-image] Feb 01 00:55:34.831 INFO O| Feb 01 00:55:34.831 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96072025-02-01T00:55:36.453Z[ host-image] Feb 01 00:55:34.871 INFO O| Feb 01 00:55:34.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96082025-02-01T00:55:36.453Z[ host-image] Feb 01 00:55:34.872 INFO O| Feb 01 00:55:34.871 INFO copying /tmp/.tmp8Wjkrn/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 ...
96092025-02-01T00:55:36.453Z[ host-image] Feb 01 00:55:34.872 INFO O| Feb 01 00:55:34.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96102025-02-01T00:55:36.454Z[ host-image] Feb 01 00:55:34.872 INFO O| Feb 01 00:55:34.872 INFO ok!
96112025-02-01T00:55:36.456Z[ host-image] Feb 01 00:55:34.872 INFO O| Feb 01 00:55:34.872 INFO STEP 108 (ensure_file) COMPLETE
96122025-02-01T00:55:36.456Z[ host-image] Feb 01 00:55:34.872 INFO O| Feb 01 00:55:34.872 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96132025-02-01T00:55:36.474Z[ host-image] Feb 01 00:55:34.892 INFO O| Feb 01 00:55:34.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96142025-02-01T00:55:36.474Z[ host-image] Feb 01 00:55:34.892 INFO O| Feb 01 00:55:34.892 INFO copying /tmp/.tmp8Wjkrn/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 ...
96152025-02-01T00:55:36.476Z[ host-image] Feb 01 00:55:34.892 INFO O| Feb 01 00:55:34.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96162025-02-01T00:55:36.476Z[ host-image] Feb 01 00:55:34.892 INFO O| Feb 01 00:55:34.892 INFO ok!
96172025-02-01T00:55:36.476Z[ host-image] Feb 01 00:55:34.892 INFO O| Feb 01 00:55:34.892 INFO STEP 109 (ensure_file) COMPLETE
96182025-02-01T00:55:36.476Z[ host-image] Feb 01 00:55:34.892 INFO O| Feb 01 00:55:34.892 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96192025-02-01T00:55:36.518Z[ host-image] Feb 01 00:55:34.936 INFO O| Feb 01 00:55:34.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96202025-02-01T00:55:36.518Z[ host-image] Feb 01 00:55:34.936 INFO O| Feb 01 00:55:34.936 INFO copying /tmp/.tmp8Wjkrn/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 ...
96212025-02-01T00:55:36.521Z[ host-image] Feb 01 00:55:34.936 INFO O| Feb 01 00:55:34.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96222025-02-01T00:55:36.521Z[ host-image] Feb 01 00:55:34.936 INFO O| Feb 01 00:55:34.936 INFO ok!
96232025-02-01T00:55:36.521Z[ host-image] Feb 01 00:55:34.936 INFO O| Feb 01 00:55:34.936 INFO STEP 110 (ensure_file) COMPLETE
96242025-02-01T00:55:36.521Z[ host-image] Feb 01 00:55:34.936 INFO O| Feb 01 00:55:34.936 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96252025-02-01T00:55:36.539Z[ host-image] Feb 01 00:55:34.957 INFO O| Feb 01 00:55:34.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96262025-02-01T00:55:36.539Z[ host-image] Feb 01 00:55:34.957 INFO O| Feb 01 00:55:34.957 INFO copying /tmp/.tmp8Wjkrn/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 ...
96272025-02-01T00:55:36.542Z[ host-image] Feb 01 00:55:34.957 INFO O| Feb 01 00:55:34.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96282025-02-01T00:55:36.542Z[ host-image] Feb 01 00:55:34.957 INFO O| Feb 01 00:55:34.957 INFO ok!
96292025-02-01T00:55:36.542Z[ host-image] Feb 01 00:55:34.957 INFO O| Feb 01 00:55:34.957 INFO STEP 111 (ensure_file) COMPLETE
96302025-02-01T00:55:36.542Z[ host-image] Feb 01 00:55:34.957 INFO O| Feb 01 00:55:34.957 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312025-02-01T00:55:36.573Z[ host-image] Feb 01 00:55:34.991 INFO O| Feb 01 00:55:34.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96322025-02-01T00:55:36.573Z[ host-image] Feb 01 00:55:34.991 INFO O| Feb 01 00:55:34.991 INFO copying /tmp/.tmp8Wjkrn/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 ...
96332025-02-01T00:55:36.576Z[ host-image] Feb 01 00:55:34.992 INFO O| Feb 01 00:55:34.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96342025-02-01T00:55:36.576Z[ host-image] Feb 01 00:55:34.992 INFO O| Feb 01 00:55:34.992 INFO ok!
96352025-02-01T00:55:36.576Z[ host-image] Feb 01 00:55:34.992 INFO O| Feb 01 00:55:34.992 INFO STEP 112 (ensure_file) COMPLETE
96362025-02-01T00:55:36.576Z[ host-image] Feb 01 00:55:34.992 INFO O| Feb 01 00:55:34.992 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372025-02-01T00:55:36.597Z[ host-image] Feb 01 00:55:35.015 INFO O| Feb 01 00:55:35.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
96382025-02-01T00:55:36.597Z[ host-image] Feb 01 00:55:35.015 INFO O| Feb 01 00:55:35.015 INFO copying /tmp/.tmp8Wjkrn/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 ...
96392025-02-01T00:55:36.600Z[ host-image] Feb 01 00:55:35.016 INFO O| Feb 01 00:55:35.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
96402025-02-01T00:55:36.600Z[ host-image] Feb 01 00:55:35.016 INFO O| Feb 01 00:55:35.016 INFO ok!
96412025-02-01T00:55:36.600Z[ host-image] Feb 01 00:55:35.016 INFO O| Feb 01 00:55:35.016 INFO STEP 113 (ensure_file) COMPLETE
96422025-02-01T00:55:36.600Z[ host-image] Feb 01 00:55:35.016 INFO O| Feb 01 00:55:35.016 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432025-02-01T00:55:36.619Z[ host-image] Feb 01 00:55:35.037 INFO O| Feb 01 00:55:35.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
96442025-02-01T00:55:36.619Z[ host-image] Feb 01 00:55:35.037 INFO O| Feb 01 00:55:35.037 INFO copying /tmp/.tmp8Wjkrn/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 ...
96452025-02-01T00:55:36.619Z[ host-image] Feb 01 00:55:35.038 INFO O| Feb 01 00:55:35.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
96462025-02-01T00:55:36.622Z[ host-image] Feb 01 00:55:35.038 INFO O| Feb 01 00:55:35.038 INFO ok!
96472025-02-01T00:55:36.622Z[ host-image] Feb 01 00:55:35.038 INFO O| Feb 01 00:55:35.038 INFO STEP 114 (ensure_file) COMPLETE
96482025-02-01T00:55:36.622Z[ host-image] Feb 01 00:55:35.038 INFO O| Feb 01 00:55:35.038 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492025-02-01T00:55:36.639Z[ host-image] Feb 01 00:55:35.058 INFO O| Feb 01 00:55:35.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96502025-02-01T00:55:36.639Z[ host-image] Feb 01 00:55:35.058 INFO O| Feb 01 00:55:35.058 INFO copying /tmp/.tmp8Wjkrn/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 ...
96512025-02-01T00:55:36.642Z[ host-image] Feb 01 00:55:35.058 INFO O| Feb 01 00:55:35.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96522025-02-01T00:55:36.642Z[ host-image] Feb 01 00:55:35.058 INFO O| Feb 01 00:55:35.058 INFO ok!
96532025-02-01T00:55:36.642Z[ host-image] Feb 01 00:55:35.058 INFO O| Feb 01 00:55:35.058 INFO STEP 115 (ensure_file) COMPLETE
96542025-02-01T00:55:36.642Z[ host-image] Feb 01 00:55:35.058 INFO O| Feb 01 00:55:35.058 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96552025-02-01T00:55:36.688Z[ host-image] Feb 01 00:55:35.106 INFO O| Feb 01 00:55:35.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96562025-02-01T00:55:36.688Z[ host-image] Feb 01 00:55:35.106 INFO O| Feb 01 00:55:35.106 INFO copying /tmp/.tmp8Wjkrn/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 ...
96572025-02-01T00:55:36.688Z[ host-image] Feb 01 00:55:35.106 INFO O| Feb 01 00:55:35.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96582025-02-01T00:55:36.688Z[ host-image] Feb 01 00:55:35.106 INFO O| Feb 01 00:55:35.106 INFO ok!
96592025-02-01T00:55:36.688Z[ host-image] Feb 01 00:55:35.106 INFO O| Feb 01 00:55:35.106 INFO STEP 116 (ensure_file) COMPLETE
96602025-02-01T00:55:36.689Z[ host-image] Feb 01 00:55:35.106 INFO O| Feb 01 00:55:35.106 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96612025-02-01T00:55:36.717Z[ host-image] Feb 01 00:55:35.135 INFO O| Feb 01 00:55:35.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96622025-02-01T00:55:36.717Z[ host-image] Feb 01 00:55:35.135 INFO O| Feb 01 00:55:35.135 INFO copying /tmp/.tmp8Wjkrn/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 ...
96632025-02-01T00:55:36.719Z[ host-image] Feb 01 00:55:35.135 INFO O| Feb 01 00:55:35.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96642025-02-01T00:55:36.720Z[ host-image] Feb 01 00:55:35.135 INFO O| Feb 01 00:55:35.135 INFO ok!
96652025-02-01T00:55:36.720Z[ host-image] Feb 01 00:55:35.135 INFO O| Feb 01 00:55:35.135 INFO STEP 117 (ensure_file) COMPLETE
96662025-02-01T00:55:36.720Z[ host-image] Feb 01 00:55:35.135 INFO O| Feb 01 00:55:35.135 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96672025-02-01T00:55:36.736Z[ host-image] Feb 01 00:55:35.154 INFO O| Feb 01 00:55:35.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96682025-02-01T00:55:36.736Z[ host-image] Feb 01 00:55:35.154 INFO O| Feb 01 00:55:35.154 INFO copying /tmp/.tmp8Wjkrn/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 ...
96692025-02-01T00:55:36.739Z[ host-image] Feb 01 00:55:35.154 INFO O| Feb 01 00:55:35.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96702025-02-01T00:55:36.739Z[ host-image] Feb 01 00:55:35.154 INFO O| Feb 01 00:55:35.154 INFO ok!
96712025-02-01T00:55:36.739Z[ host-image] Feb 01 00:55:35.154 INFO O| Feb 01 00:55:35.154 INFO STEP 118 (ensure_file) COMPLETE
96722025-02-01T00:55:36.739Z[ host-image] Feb 01 00:55:35.155 INFO O| Feb 01 00:55:35.154 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96732025-02-01T00:55:36.756Z[ host-image] Feb 01 00:55:35.174 INFO O| Feb 01 00:55:35.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
96742025-02-01T00:55:36.756Z[ host-image] Feb 01 00:55:35.175 INFO O| Feb 01 00:55:35.174 INFO copying /tmp/.tmp8Wjkrn/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 ...
96752025-02-01T00:55:36.759Z[ host-image] Feb 01 00:55:35.175 INFO O| Feb 01 00:55:35.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
96762025-02-01T00:55:36.760Z[ host-image] Feb 01 00:55:35.175 INFO O| Feb 01 00:55:35.175 INFO ok!
96772025-02-01T00:55:36.760Z[ host-image] Feb 01 00:55:35.175 INFO O| Feb 01 00:55:35.175 INFO STEP 119 (ensure_file) COMPLETE
96782025-02-01T00:55:36.760Z[ host-image] Feb 01 00:55:35.175 INFO O| Feb 01 00:55:35.175 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792025-02-01T00:55:36.789Z[ host-image] Feb 01 00:55:35.207 INFO O| Feb 01 00:55:35.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
96802025-02-01T00:55:36.789Z[ host-image] Feb 01 00:55:35.207 INFO O| Feb 01 00:55:35.207 INFO copying /tmp/.tmp8Wjkrn/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 ...
96812025-02-01T00:55:36.789Z[ host-image] Feb 01 00:55:35.207 INFO O| Feb 01 00:55:35.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
96822025-02-01T00:55:36.789Z[ host-image] Feb 01 00:55:35.207 INFO O| Feb 01 00:55:35.207 INFO ok!
96832025-02-01T00:55:36.792Z[ host-image] Feb 01 00:55:35.207 INFO O| Feb 01 00:55:35.207 INFO STEP 120 (ensure_file) COMPLETE
96842025-02-01T00:55:36.792Z[ host-image] Feb 01 00:55:35.207 INFO O| Feb 01 00:55:35.207 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852025-02-01T00:55:36.809Z[ host-image] Feb 01 00:55:35.227 INFO O| Feb 01 00:55:35.226 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
96862025-02-01T00:55:36.809Z[ host-image] Feb 01 00:55:35.227 INFO O| Feb 01 00:55:35.227 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
96872025-02-01T00:55:36.812Z[ host-image] Feb 01 00:55:35.227 INFO O| Feb 01 00:55:35.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
96882025-02-01T00:55:36.812Z[ host-image] Feb 01 00:55:35.227 INFO O| Feb 01 00:55:35.227 INFO ok!
96892025-02-01T00:55:36.812Z[ host-image] Feb 01 00:55:35.227 INFO O| Feb 01 00:55:35.227 INFO STEP 121 (ensure_file) COMPLETE
96902025-02-01T00:55:36.812Z[ host-image] Feb 01 00:55:35.227 INFO O| Feb 01 00:55:35.227 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912025-02-01T00:55:36.845Z[ host-image] Feb 01 00:55:35.263 INFO O| Feb 01 00:55:35.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
96922025-02-01T00:55:36.845Z[ host-image] Feb 01 00:55:35.263 INFO O| Feb 01 00:55:35.263 INFO copying /tmp/.tmp8Wjkrn/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 ...
96932025-02-01T00:55:36.848Z[ host-image] Feb 01 00:55:35.263 INFO O| Feb 01 00:55:35.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
96942025-02-01T00:55:36.848Z[ host-image] Feb 01 00:55:35.263 INFO O| Feb 01 00:55:35.263 INFO ok!
96952025-02-01T00:55:36.848Z[ host-image] Feb 01 00:55:35.263 INFO O| Feb 01 00:55:35.263 INFO STEP 122 (ensure_file) COMPLETE
96962025-02-01T00:55:36.848Z[ host-image] Feb 01 00:55:35.263 INFO O| Feb 01 00:55:35.263 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972025-02-01T00:55:36.882Z[ host-image] Feb 01 00:55:35.300 INFO O| Feb 01 00:55:35.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
96982025-02-01T00:55:36.882Z[ host-image] Feb 01 00:55:35.300 INFO O| Feb 01 00:55:35.300 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
96992025-02-01T00:55:36.887Z[ host-image] Feb 01 00:55:35.301 INFO O| Feb 01 00:55:35.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97002025-02-01T00:55:36.887Z[ host-image] Feb 01 00:55:35.301 INFO O| Feb 01 00:55:35.301 INFO ok!
97012025-02-01T00:55:36.887Z[ host-image] Feb 01 00:55:35.301 INFO O| Feb 01 00:55:35.301 INFO STEP 123 (ensure_file) COMPLETE
97022025-02-01T00:55:36.887Z[ host-image] Feb 01 00:55:35.301 INFO O| Feb 01 00:55:35.301 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032025-02-01T00:55:36.918Z[ host-image] Feb 01 00:55:35.336 INFO O| Feb 01 00:55:35.336 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97042025-02-01T00:55:36.918Z[ host-image] Feb 01 00:55:35.336 INFO O| Feb 01 00:55:35.336 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97052025-02-01T00:55:41.863Z[ recovery-image] Feb 01 00:55:40.280 INFO E| Compiling bitflags v1.3.2
97062025-02-01T00:55:41.863Z[ recovery-image] Feb 01 00:55:40.280 INFO E| Compiling scroll v0.12.0
97072025-02-01T00:55:41.863Z[ recovery-image] Feb 01 00:55:40.280 INFO E| Compiling adler2 v2.0.0
97082025-02-01T00:55:41.863Z[ recovery-image] Feb 01 00:55:40.280 INFO E| Compiling bit_field v0.10.2
97092025-02-01T00:55:41.867Z[ recovery-image] Feb 01 00:55:40.280 INFO E| Compiling log v0.4.22
97102025-02-01T00:55:41.867Z[ recovery-image] Feb 01 00:55:40.280 INFO E| Compiling plain v0.2.3
97112025-02-01T00:55:41.867Z[ recovery-image] Feb 01 00:55:40.280 INFO E| Compiling bitstruct v0.1.1
97122025-02-01T00:55:42.048Z[ recovery-image] Feb 01 00:55:40.463 INFO E| Compiling raw-cpuid v10.7.0
97132025-02-01T00:55:42.053Z[ recovery-image] Feb 01 00:55:40.470 INFO E| Compiling cpio_reader v0.1.1
97142025-02-01T00:55:42.542Z[ recovery-image] Feb 01 00:55:40.959 INFO E| Compiling miniz_oxide v0.8.0
97152025-02-01T00:55:42.542Z[ recovery-image] Feb 01 00:55:40.959 INFO E| Compiling static_assertions v1.1.0
97162025-02-01T00:55:43.136Z[ recovery-image] Feb 01 00:55:41.553 INFO E| Compiling goblin v0.8.2
97172025-02-01T00:55:49.419Z[ host-image] Feb 01 00:55:47.834 INFO O| Feb 01 00:55:47.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97182025-02-01T00:55:49.419Z[ host-image] Feb 01 00:55:47.834 INFO O| Feb 01 00:55:47.834 INFO ok!
97192025-02-01T00:55:49.422Z[ host-image] Feb 01 00:55:47.834 INFO O| Feb 01 00:55:47.834 INFO STEP 124 (ensure_file) COMPLETE
97202025-02-01T00:55:49.422Z[ host-image] Feb 01 00:55:47.834 INFO O| Feb 01 00:55:47.834 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97212025-02-01T00:55:49.438Z[ host-image] Feb 01 00:55:47.853 INFO O| Feb 01 00:55:47.853 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97222025-02-01T00:55:49.438Z[ host-image] Feb 01 00:55:47.853 INFO O| Feb 01 00:55:47.853 INFO STEP 125 (ensure_dir) COMPLETE
97232025-02-01T00:55:49.441Z[ host-image] Feb 01 00:55:47.853 INFO O| Feb 01 00:55:47.853 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97242025-02-01T00:55:49.455Z[ host-image] Feb 01 00:55:47.871 INFO O| Feb 01 00:55:47.871 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97252025-02-01T00:55:49.455Z[ host-image] Feb 01 00:55:47.871 INFO O| Feb 01 00:55:47.871 INFO STEP 126 (ensure_dir) COMPLETE
97262025-02-01T00:55:49.458Z[ host-image] Feb 01 00:55:47.871 INFO O| Feb 01 00:55:47.871 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272025-02-01T00:55:49.473Z[ host-image] Feb 01 00:55:47.887 INFO O| Feb 01 00:55:47.886 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97282025-02-01T00:55:49.473Z[ host-image] Feb 01 00:55:47.887 INFO O| Feb 01 00:55:47.886 INFO STEP 127 (ensure_dir) COMPLETE
97292025-02-01T00:55:49.476Z[ host-image] Feb 01 00:55:47.887 INFO O| Feb 01 00:55:47.886 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97302025-02-01T00:55:49.490Z[ host-image] Feb 01 00:55:47.905 INFO O| Feb 01 00:55:47.905 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97312025-02-01T00:55:49.490Z[ host-image] Feb 01 00:55:47.905 INFO O| Feb 01 00:55:47.905 INFO STEP 128 (ensure_dir) COMPLETE
97322025-02-01T00:55:49.496Z[ host-image] Feb 01 00:55:47.905 INFO O| Feb 01 00:55:47.905 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332025-02-01T00:55:49.508Z[ host-image] Feb 01 00:55:47.923 INFO O| Feb 01 00:55:47.923 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97342025-02-01T00:55:49.508Z[ host-image] Feb 01 00:55:47.923 INFO O| Feb 01 00:55:47.923 INFO copying /tmp/.tmp8Wjkrn/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 ...
97352025-02-01T00:55:49.511Z[ host-image] Feb 01 00:55:47.923 INFO O| Feb 01 00:55:47.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97362025-02-01T00:55:49.511Z[ host-image] Feb 01 00:55:47.923 INFO O| Feb 01 00:55:47.923 INFO ok!
97372025-02-01T00:55:49.511Z[ host-image] Feb 01 00:55:47.923 INFO O| Feb 01 00:55:47.923 INFO STEP 129 (ensure_file) COMPLETE
97382025-02-01T00:55:49.511Z[ host-image] Feb 01 00:55:47.923 INFO O| Feb 01 00:55:47.923 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97392025-02-01T00:55:49.526Z[ host-image] Feb 01 00:55:47.941 INFO O| Feb 01 00:55:47.941 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97402025-02-01T00:55:49.526Z[ host-image] Feb 01 00:55:47.941 INFO O| Feb 01 00:55:47.941 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97412025-02-01T00:55:49.528Z[ host-image] Feb 01 00:55:47.941 INFO O| Feb 01 00:55:47.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97422025-02-01T00:55:49.528Z[ host-image] Feb 01 00:55:47.941 INFO O| Feb 01 00:55:47.941 INFO STEP 130 (ensure_dir) COMPLETE
97432025-02-01T00:55:49.528Z[ host-image] Feb 01 00:55:47.941 INFO O| Feb 01 00:55:47.941 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442025-02-01T00:55:49.543Z[ host-image] Feb 01 00:55:47.958 INFO O| Feb 01 00:55:47.958 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97452025-02-01T00:55:49.543Z[ host-image] Feb 01 00:55:47.958 INFO O| Feb 01 00:55:47.958 INFO copying /tmp/.tmp8Wjkrn/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97462025-02-01T00:55:49.546Z[ host-image] Feb 01 00:55:47.958 INFO O| Feb 01 00:55:47.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97472025-02-01T00:55:49.546Z[ host-image] Feb 01 00:55:47.958 INFO O| Feb 01 00:55:47.958 INFO ok!
97482025-02-01T00:55:49.546Z[ host-image] Feb 01 00:55:47.958 INFO O| Feb 01 00:55:47.958 INFO STEP 131 (ensure_file) COMPLETE
97492025-02-01T00:55:49.546Z[ host-image] Feb 01 00:55:47.958 INFO O| Feb 01 00:55:47.958 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97502025-02-01T00:55:49.561Z[ host-image] Feb 01 00:55:47.977 INFO O| Feb 01 00:55:47.976 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97512025-02-01T00:55:49.564Z[ host-image] Feb 01 00:55:47.977 INFO O| Feb 01 00:55:47.977 INFO STEP 132 (remove_files) COMPLETE
97522025-02-01T00:55:49.564Z[ host-image] Feb 01 00:55:47.977 INFO O| Feb 01 00:55:47.977 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97532025-02-01T00:55:49.578Z[ host-image] Feb 01 00:55:47.993 INFO O| Feb 01 00:55:47.993 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97542025-02-01T00:55:49.581Z[ host-image] Feb 01 00:55:47.994 INFO O| Feb 01 00:55:47.994 INFO STEP 133 (remove_files) COMPLETE
97552025-02-01T00:55:49.581Z[ host-image] Feb 01 00:55:47.994 INFO O| Feb 01 00:55:47.994 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97562025-02-01T00:55:49.597Z[ host-image] Feb 01 00:55:48.012 INFO O| Feb 01 00:55:48.012 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97572025-02-01T00:55:49.600Z[ host-image] Feb 01 00:55:48.012 INFO O| Feb 01 00:55:48.012 INFO STEP 134 (remove_files) COMPLETE
97582025-02-01T00:55:49.600Z[ host-image] Feb 01 00:55:48.012 INFO O| Feb 01 00:55:48.012 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97592025-02-01T00:55:49.611Z[ host-image] Feb 01 00:55:48.027 INFO O| Feb 01 00:55:48.027 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97602025-02-01T00:55:49.614Z[ host-image] Feb 01 00:55:48.027 INFO O| Feb 01 00:55:48.027 INFO STEP 135 (remove_files) COMPLETE
97612025-02-01T00:55:49.614Z[ host-image] Feb 01 00:55:48.027 INFO O| Feb 01 00:55:48.027 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97622025-02-01T00:55:49.629Z[ host-image] Feb 01 00:55:48.044 INFO O| Feb 01 00:55:48.044 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97632025-02-01T00:55:49.632Z[ host-image] Feb 01 00:55:48.045 INFO O| Feb 01 00:55:48.045 INFO STEP 136 (remove_files) COMPLETE
97642025-02-01T00:55:49.632Z[ host-image] Feb 01 00:55:48.045 INFO O| Feb 01 00:55:48.045 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97652025-02-01T00:55:49.648Z[ host-image] Feb 01 00:55:48.064 INFO O| Feb 01 00:55:48.064 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97662025-02-01T00:55:49.652Z[ host-image] Feb 01 00:55:48.064 INFO O| Feb 01 00:55:48.064 INFO STEP 137 (remove_files) COMPLETE
97672025-02-01T00:55:49.652Z[ host-image] Feb 01 00:55:48.064 INFO O| Feb 01 00:55:48.064 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97682025-02-01T00:55:49.666Z[ host-image] Feb 01 00:55:48.081 INFO O| Feb 01 00:55:48.081 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97692025-02-01T00:55:49.666Z[ host-image] Feb 01 00:55:48.081 INFO O| Feb 01 00:55:48.081 INFO STEP 138 (remove_files) COMPLETE
97702025-02-01T00:55:49.668Z[ host-image] Feb 01 00:55:48.081 INFO O| Feb 01 00:55:48.081 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97712025-02-01T00:55:49.684Z[ host-image] Feb 01 00:55:48.099 INFO O| Feb 01 00:55:48.099 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97722025-02-01T00:55:49.684Z[ host-image] Feb 01 00:55:48.099 INFO O| Feb 01 00:55:48.099 INFO STEP 139 (remove_files) COMPLETE
97732025-02-01T00:55:49.687Z[ host-image] Feb 01 00:55:48.099 INFO O| Feb 01 00:55:48.099 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97742025-02-01T00:55:49.697Z[ host-image] Feb 01 00:55:48.112 INFO O| Feb 01 00:55:48.112 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97752025-02-01T00:55:49.697Z[ host-image] Feb 01 00:55:48.112 INFO O| Feb 01 00:55:48.112 INFO STEP 140 (remove_files) COMPLETE
97762025-02-01T00:55:49.699Z[ host-image] Feb 01 00:55:48.112 INFO O| Feb 01 00:55:48.112 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97772025-02-01T00:55:49.709Z[ host-image] Feb 01 00:55:48.125 INFO O| Feb 01 00:55:48.125 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97782025-02-01T00:55:49.709Z[ host-image] Feb 01 00:55:48.125 INFO O| Feb 01 00:55:48.125 INFO STEP 141 (remove_files) COMPLETE
97792025-02-01T00:55:49.709Z[ host-image] Feb 01 00:55:48.125 INFO O| Feb 01 00:55:48.125 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97802025-02-01T00:55:49.727Z[ host-image] Feb 01 00:55:48.143 INFO O| Feb 01 00:55:48.143 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97812025-02-01T00:55:49.727Z[ host-image] Feb 01 00:55:48.143 INFO O| Feb 01 00:55:48.143 INFO STEP 142 (remove_files) COMPLETE
97822025-02-01T00:55:49.730Z[ host-image] Feb 01 00:55:48.143 INFO O| Feb 01 00:55:48.143 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97832025-02-01T00:55:49.745Z[ host-image] Feb 01 00:55:48.160 INFO O| Feb 01 00:55:48.160 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
97842025-02-01T00:55:49.745Z[ host-image] Feb 01 00:55:48.160 INFO O| Feb 01 00:55:48.160 INFO STEP 143 (remove_files) COMPLETE
97852025-02-01T00:55:49.748Z[ host-image] Feb 01 00:55:48.160 INFO O| Feb 01 00:55:48.160 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97862025-02-01T00:55:49.764Z[ host-image] Feb 01 00:55:48.179 INFO O| Feb 01 00:55:48.179 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
97872025-02-01T00:55:49.764Z[ host-image] Feb 01 00:55:48.179 INFO O| Feb 01 00:55:48.179 INFO STEP 144 (remove_files) COMPLETE
97882025-02-01T00:55:49.767Z[ host-image] Feb 01 00:55:48.179 INFO O| Feb 01 00:55:48.179 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97892025-02-01T00:55:49.783Z[ host-image] Feb 01 00:55:48.198 INFO O| Feb 01 00:55:48.198 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
97902025-02-01T00:55:49.783Z[ host-image] Feb 01 00:55:48.198 INFO O| Feb 01 00:55:48.198 INFO STEP 145 (remove_files) COMPLETE
97912025-02-01T00:55:49.786Z[ host-image] Feb 01 00:55:48.198 INFO O| Feb 01 00:55:48.198 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97922025-02-01T00:55:49.811Z[ host-image] Feb 01 00:55:48.227 INFO O| Feb 01 00:55:48.226 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
97932025-02-01T00:55:49.811Z[ host-image] Feb 01 00:55:48.227 INFO O| Feb 01 00:55:48.227 INFO STEP 146 (remove_files) COMPLETE
97942025-02-01T00:55:49.814Z[ host-image] Feb 01 00:55:48.227 INFO O| Feb 01 00:55:48.227 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97952025-02-01T00:55:49.825Z[ host-image] Feb 01 00:55:48.240 INFO O| Feb 01 00:55:48.240 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
97962025-02-01T00:55:49.825Z[ host-image] Feb 01 00:55:48.240 INFO O| Feb 01 00:55:48.240 INFO STEP 147 (remove_files) COMPLETE
97972025-02-01T00:55:49.828Z[ host-image] Feb 01 00:55:48.241 INFO O| Feb 01 00:55:48.240 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97982025-02-01T00:55:49.842Z[ host-image] Feb 01 00:55:48.257 INFO O| Feb 01 00:55:48.257 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
97992025-02-01T00:55:49.842Z[ host-image] Feb 01 00:55:48.258 INFO O| Feb 01 00:55:48.258 INFO STEP 148 (remove_files) COMPLETE
98002025-02-01T00:55:49.842Z[ host-image] Feb 01 00:55:48.258 INFO O| Feb 01 00:55:48.258 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98012025-02-01T00:55:49.860Z[ host-image] Feb 01 00:55:48.275 INFO O| Feb 01 00:55:48.275 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98022025-02-01T00:55:49.860Z[ host-image] Feb 01 00:55:48.275 INFO O| Feb 01 00:55:48.275 INFO STEP 149 (remove_files) COMPLETE
98032025-02-01T00:55:49.860Z[ host-image] Feb 01 00:55:48.275 INFO O| Feb 01 00:55:48.275 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98042025-02-01T00:55:49.878Z[ host-image] Feb 01 00:55:48.294 INFO O| Feb 01 00:55:48.294 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98052025-02-01T00:55:49.881Z[ host-image] Feb 01 00:55:48.294 INFO O| Feb 01 00:55:48.294 INFO STEP 150 (remove_files) COMPLETE
98062025-02-01T00:55:49.881Z[ host-image] Feb 01 00:55:48.294 INFO O| Feb 01 00:55:48.294 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98072025-02-01T00:55:49.897Z[ host-image] Feb 01 00:55:48.312 INFO O| Feb 01 00:55:48.312 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98082025-02-01T00:55:49.897Z[ host-image] Feb 01 00:55:48.312 INFO O| Feb 01 00:55:48.312 INFO STEP 151 (remove_files) COMPLETE
98092025-02-01T00:55:49.897Z[ host-image] Feb 01 00:55:48.312 INFO O| Feb 01 00:55:48.312 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98102025-02-01T00:55:49.912Z[ host-image] Feb 01 00:55:48.327 INFO O| Feb 01 00:55:48.327 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98112025-02-01T00:55:49.912Z[ host-image] Feb 01 00:55:48.328 INFO O| Feb 01 00:55:48.327 INFO STEP 152 (remove_files) COMPLETE
98122025-02-01T00:55:49.912Z[ host-image] Feb 01 00:55:48.328 INFO O| Feb 01 00:55:48.328 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98132025-02-01T00:55:49.930Z[ host-image] Feb 01 00:55:48.345 INFO O| Feb 01 00:55:48.345 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98142025-02-01T00:55:49.933Z[ host-image] Feb 01 00:55:48.345 INFO O| Feb 01 00:55:48.345 INFO STEP 153 (remove_files) COMPLETE
98152025-02-01T00:55:49.933Z[ host-image] Feb 01 00:55:48.345 INFO O| Feb 01 00:55:48.345 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98162025-02-01T00:55:49.947Z[ host-image] Feb 01 00:55:48.362 INFO O| Feb 01 00:55:48.362 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98172025-02-01T00:55:49.947Z[ host-image] Feb 01 00:55:48.362 INFO O| Feb 01 00:55:48.362 INFO STEP 154 (remove_files) COMPLETE
98182025-02-01T00:55:49.947Z[ host-image] Feb 01 00:55:48.362 INFO O| Feb 01 00:55:48.362 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98192025-02-01T00:55:49.963Z[ host-image] Feb 01 00:55:48.379 INFO O| Feb 01 00:55:48.379 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98202025-02-01T00:55:49.963Z[ host-image] Feb 01 00:55:48.379 INFO O| Feb 01 00:55:48.379 INFO STEP 155 (remove_files) COMPLETE
98212025-02-01T00:55:49.963Z[ host-image] Feb 01 00:55:48.379 INFO O| Feb 01 00:55:48.379 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98222025-02-01T00:55:49.982Z[ host-image] Feb 01 00:55:48.397 INFO O| Feb 01 00:55:48.397 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98232025-02-01T00:55:49.982Z[ host-image] Feb 01 00:55:48.397 INFO O| Feb 01 00:55:48.397 INFO STEP 156 (remove_files) COMPLETE
98242025-02-01T00:55:49.985Z[ host-image] Feb 01 00:55:48.397 INFO O| Feb 01 00:55:48.397 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98252025-02-01T00:55:50.010Z[ host-image] Feb 01 00:55:48.425 INFO O| Feb 01 00:55:48.425 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98262025-02-01T00:55:50.010Z[ host-image] Feb 01 00:55:48.425 INFO O| Feb 01 00:55:48.425 INFO STEP 157 (remove_files) COMPLETE
98272025-02-01T00:55:50.013Z[ host-image] Feb 01 00:55:48.425 INFO O| Feb 01 00:55:48.425 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98282025-02-01T00:55:50.039Z[ host-image] Feb 01 00:55:48.455 INFO O| Feb 01 00:55:48.455 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98292025-02-01T00:55:50.039Z[ host-image] Feb 01 00:55:48.455 INFO O| Feb 01 00:55:48.455 INFO STEP 158 (remove_files) COMPLETE
98302025-02-01T00:55:50.042Z[ host-image] Feb 01 00:55:48.455 INFO O| Feb 01 00:55:48.455 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98312025-02-01T00:55:50.069Z[ host-image] Feb 01 00:55:48.485 INFO O| Feb 01 00:55:48.484 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98322025-02-01T00:55:50.069Z[ host-image] Feb 01 00:55:48.485 INFO O| Feb 01 00:55:48.485 INFO STEP 159 (remove_files) COMPLETE
98332025-02-01T00:55:50.069Z[ host-image] Feb 01 00:55:48.485 INFO O| Feb 01 00:55:48.485 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98342025-02-01T00:55:50.100Z[ host-image] Feb 01 00:55:48.507 INFO O| Feb 01 00:55:48.507 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98352025-02-01T00:55:50.100Z[ host-image] Feb 01 00:55:48.507 INFO O| Feb 01 00:55:48.507 INFO STEP 160 (remove_files) COMPLETE
98362025-02-01T00:55:50.100Z[ host-image] Feb 01 00:55:48.507 INFO O| Feb 01 00:55:48.507 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98372025-02-01T00:55:50.119Z[ host-image] Feb 01 00:55:48.534 INFO O| Feb 01 00:55:48.534 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98382025-02-01T00:55:50.122Z[ host-image] Feb 01 00:55:48.534 INFO O| Feb 01 00:55:48.534 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98392025-02-01T00:55:52.634Z[ recovery-image] Feb 01 00:55:51.049 INFO E| Finished `release` profile [optimized] target(s) in 1m 20s
98402025-02-01T00:55:52.667Z[ recovery-image] Feb 01 00:55:51.082 INFO building host image...
98412025-02-01T00:55:52.670Z[ recovery-image] Feb 01 00:55:51.082 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")
98422025-02-01T00:55:53.145Z[ recovery-image] Feb 01 00:55:51.559 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
98432025-02-01T00:55:54.583Z[ recovery-image] Feb 01 00:55:52.997 INFO image complete! materials are in "/work/os-recovery"
98442025-02-01T00:55:54.588Z[ recovery-image]
98452025-02-01T00:55:54.591Z[ recovery-image] real 12:14.767697332
98462025-02-01T00:55:54.591Z[ recovery-image] user 6:36.177873534
98472025-02-01T00:55:54.591Z[ recovery-image] sys 1:02.284515859
98482025-02-01T00:55:54.591Z[ recovery-image] trap 0.425644025
98492025-02-01T00:55:54.591Z[ recovery-image] tflt 0.840021485
98502025-02-01T00:55:54.591Z[ recovery-image] dflt 3.298385398
98512025-02-01T00:55:54.591Z[ recovery-image] kflt 0.000865230
98522025-02-01T00:55:54.591Z[ recovery-image] lock 28:43.942540500
98532025-02-01T00:55:54.591Z[ recovery-image] slp 1:16:59.431075420
98542025-02-01T00:55:54.591Z[ recovery-image] lat 5:00.394947453
98552025-02-01T00:55:54.591Z[ recovery-image] stop 12.732615694
98562025-02-01T00:55:54.591ZFeb 01 00:55:53.003 INFO [recovery-image] process exited with exit status: 0 (734.792523836s)
98572025-02-01T00:55:58.606Z[ host-image] Feb 01 00:55:57.020 INFO O| Feb 01 00:55:57.020 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
98582025-02-01T00:55:58.606Z[ host-image] Feb 01 00:55:57.020 INFO O| Feb 01 00:55:57.020 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98592025-02-01T00:55:58.622Z[ host-image] Feb 01 00:55:57.036 INFO O| Feb 01 00:55:57.036 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98602025-02-01T00:55:58.705Z[ host-image] Feb 01 00:55:57.118 INFO O| Feb 01 00:55:57.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98612025-02-01T00:55:58.705Z[ host-image] Feb 01 00:55:57.118 INFO O| Feb 01 00:55:57.118 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98622025-02-01T00:55:58.708Z[ host-image] Feb 01 00:55:57.120 INFO O| Feb 01 00:55:57.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98632025-02-01T00:55:58.708Z[ host-image] Feb 01 00:55:57.120 INFO O| Feb 01 00:55:57.120 INFO ok!
98642025-02-01T00:55:58.708Z[ host-image] Feb 01 00:55:57.120 INFO O| Feb 01 00:55:57.120 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98652025-02-01T00:55:58.708Z[ host-image] Feb 01 00:55:57.120 INFO O| Feb 01 00:55:57.120 INFO STEP 161 (seed_smf) COMPLETE
98662025-02-01T00:55:58.708Z[ host-image] Feb 01 00:55:57.120 INFO O| Feb 01 00:55:57.120 INFO steps complete; finalising image!
98672025-02-01T00:55:58.708Z[ host-image] Feb 01 00:55:57.120 INFO O| Feb 01 00:55:57.120 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98682025-02-01T00:55:58.850Z[ host-image] Feb 01 00:55:57.263 INFO O| Feb 01 00:55:57.263 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Feb 1 00:55:57 2025)
98692025-02-01T00:55:59.059Z[ host-image] Feb 01 00:55:57.473 INFO O| Feb 01 00:55:57.473 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Sat Feb 1 00:55:57 2025)
98702025-02-01T00:55:59.283Z[ host-image] Feb 01 00:55:57.697 INFO O| Feb 01 00:55:57.697 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio
98712025-02-01T00:55:59.283Z[ host-image] Feb 01 00:55:57.697 INFO O| Feb 01 00:55:57.697 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98722025-02-01T00:55:59.607Z[ host-image] Feb 01 00:55:58.020 INFO O| Feb 01 00:55:58.020 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98732025-02-01T00:55:59.607Z[ host-image] Feb 01 00:55:58.020 INFO O| Feb 01 00:55:58.020 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98742025-02-01T00:56:01.095Z[ host-image] Feb 01 00:55:59.508 INFO O| Feb 01 00:55:59.508 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98752025-02-01T00:56:01.095Z[ host-image] Feb 01 00:55:59.508 INFO O| Feb 01 00:55:59.508 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98762025-02-01T00:56:01.098Z[ host-image] Feb 01 00:55:59.508 INFO O| Feb 01 00:55:59.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98772025-02-01T00:56:01.098Z[ host-image] Feb 01 00:55:59.508 INFO O| Feb 01 00:55:59.508 INFO completed processing gimlet/zfs
98782025-02-01T00:56:01.098Z[ host-image] Feb 01 00:55:59.508 INFO O| Feb 01 00:55:59.508 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98792025-02-01T00:56:09.011Z[ host-image] Feb 01 00:56:07.422 INFO O| Feb 01 00:56:07.422 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98802025-02-01T00:56:09.148Z[ host-image] Feb 01 00:56:07.559 INFO BUILD STRING "heads/stlouis-0-g6064c322ad\n"
98812025-02-01T00:56:09.148Z[ host-image] Feb 01 00:56:07.560 INFO expanded image name: "ci 58ebd65/${os_short_commit} 2025-02-01 00:20" -> "ci 58ebd65/6064c32 2025-02-01 00:20"
98822025-02-01T00:56:09.151Z[ host-image] Feb 01 00:56:07.560 INFO output artefacts stored in: "/work/os-host"
98832025-02-01T00:56:09.151Z[ host-image] Feb 01 00:56:07.560 INFO collecting git info from project "image-builder"...
98842025-02-01T00:56:09.163Z[ host-image] Feb 01 00:56:07.574 INFO collecting git info from project "pilot"...
98852025-02-01T00:56:09.172Z[ host-image] Feb 01 00:56:07.583 INFO collecting git info from project "chelsio-t6-roms"...
98862025-02-01T00:56:09.180Z[ host-image] Feb 01 00:56:07.592 INFO collecting git info from project "bootserver"...
98872025-02-01T00:56:09.188Z[ host-image] Feb 01 00:56:07.599 INFO collecting git info from project "amd-host-image-builder"...
98882025-02-01T00:56:09.211Z[ host-image] Feb 01 00:56:07.622 INFO collecting git info from project "amd-firmware"...
98892025-02-01T00:56:09.235Z[ host-image] Feb 01 00:56:07.646 INFO collecting git info from project "pinprick"...
98902025-02-01T00:56:09.257Z[ host-image] Feb 01 00:56:07.668 INFO collecting git info from project "phbl"...
98912025-02-01T00:56:09.302Z[ host-image] Feb 01 00:56:07.713 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98922025-02-01T00:56:10.867Z[ host-image] Feb 01 00:56:09.277 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98932025-02-01T00:56:11.520Z[ host-image] Feb 01 00:56:09.930 INFO creating Oxide boot image...
98942025-02-01T00:56:11.520Z[ host-image] Feb 01 00:56:09.930 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 58ebd65/6064c32 2025-02-01 00:20", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98952025-02-01T00:56:12.796Z[ host-image] Feb 01 00:56:11.206 INFO O| ok, image written!
98962025-02-01T00:56:12.796Z[ host-image] Feb 01 00:56:11.207 INFO O| ok, boot_image_csum file written!
98972025-02-01T00:56:12.800Z[ host-image] Feb 01 00:56:11.211 INFO creating boot archive (CPIO)...
98982025-02-01T00:56:12.800Z[ host-image] Feb 01 00:56:11.211 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
98992025-02-01T00:56:12.811Z[ host-image] Feb 01 00:56:11.222 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99002025-02-01T00:56:12.811Z[ host-image] Feb 01 00:56:11.222 INFO E| + outfile=/work/os-host/cpio
99012025-02-01T00:56:12.812Z[ host-image] Feb 01 00:56:11.222 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99022025-02-01T00:56:12.814Z[ host-image] Feb 01 00:56:11.225 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99032025-02-01T00:56:12.814Z[ host-image] Feb 01 00:56:11.225 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99042025-02-01T00:56:12.862Z[ host-image] Feb 01 00:56:11.273 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99052025-02-01T00:56:12.862Z[ host-image] Feb 01 00:56:11.273 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99062025-02-01T00:56:12.872Z[ host-image] Feb 01 00:56:11.283 INFO creating compressed cpio/unix for nanobl-rs...
99072025-02-01T00:56:12.872Z[ host-image] Feb 01 00:56:11.283 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
99082025-02-01T00:56:13.350Z[ host-image] Feb 01 00:56:11.760 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99092025-02-01T00:56:20.438Z[ host-image] Feb 01 00:56:18.847 INFO creating reset image...
99102025-02-01T00:56:20.438Z[ host-image] Feb 01 00:56:18.847 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99112025-02-01T00:56:20.605Z[ host-image] Feb 01 00:56:19.014 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
99122025-02-01T00:56:20.612Z[ host-image] Feb 01 00:56:19.021 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99132025-02-01T00:56:20.728Z[ host-image] Feb 01 00:56:19.137 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99142025-02-01T00:56:24.178Z[ host-image] Feb 01 00:56:22.586 INFO E| Finished `release` profile [optimized] target(s) in 3.52s
99152025-02-01T00:56:24.204Z[ host-image] Feb 01 00:56:22.603 INFO building host image...
99162025-02-01T00:56:24.208Z[ host-image] Feb 01 00:56:22.603 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")
99172025-02-01T00:56:25.110Z[ host-image] Feb 01 00:56:23.517 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99182025-02-01T00:57:42.454Z[ host-image] Feb 01 00:57:40.845 INFO image complete! materials are in "/work/os-host"
99192025-02-01T00:57:42.457Z[ host-image]
99202025-02-01T00:57:42.457Z[ host-image] real 14:40.823962405
99212025-02-01T00:57:42.463Z[ host-image] user 6:56.261917604
99222025-02-01T00:57:42.463Z[ host-image] sys 1:09.755640731
99232025-02-01T00:57:42.463Z[ host-image] trap 0.326673937
99242025-02-01T00:57:42.463Z[ host-image] tflt 0.066665007
99252025-02-01T00:57:42.463Z[ host-image] dflt 0.106645398
99262025-02-01T00:57:42.463Z[ host-image] kflt 0.058108801
99272025-02-01T00:57:42.463Z[ host-image] lock 9:56.792378585
99282025-02-01T00:57:42.463Z[ host-image] slp 1:18:01.913301457
99292025-02-01T00:57:42.463Z[ host-image] lat 3:10.312032219
99302025-02-01T00:57:42.463Z[ host-image] stop 2.512155873
99312025-02-01T00:57:42.463ZFeb 01 00:57:40.850 INFO [host-image] process exited with exit status: 0 (880.84191274s)
99322025-02-01T00:57:42.463ZFeb 01 00:57:40.850 INFO [tuf-repo] running task
99332025-02-01T00:57:59.831ZFeb 01 00:57:55.786 INFO assembling repository in `/tmp/tufaceouszv2JgC`, component: OmicronRepoAssembler
99342025-02-01T00:58:20.618ZFeb 01 00:58:19.001 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99352025-02-01T00:58:20.649ZFeb 01 00:58:19.033 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99362025-02-01T00:58:37.621ZFeb 01 00:58:36.001 INFO [tuf-repo] task succeeded (55.151364684s)
99372025-02-01T00:59:54.161Z[verify-libraries] Finished `release` profile [optimized] target(s) in 16m 10s
99382025-02-01T00:59:54.578ZFeb 01 00:59:52.941 INFO [verify-libraries] process exited with exit status: 0 (975.047964941s)
99392025-02-01T00:59:54.578ZFeb 01 00:59:52.941 INFO all jobs completed in 2362.746399967s
99402025-02-01T00:59:56.143Zprocess exited: duration 3073449 ms, exit code 0
 
99412025-02-01T00:59:56.156Zfound 33 output files
99422025-02-01T00:59:56.157Zuploading: /work/manifest.toml (12706 bytes)
99432025-02-01T00:59:57.171Zuploaded: /work/manifest.toml
99442025-02-01T00:59:57.171Zuploading: /work/repo.zip (2033425051 bytes)
99452025-02-01T01:00:38.004Zuploaded: /work/repo.zip
99462025-02-01T01:00:38.004Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99472025-02-01T01:00:39.027Zuploaded: /work/repo.zip.sha256.txt
99482025-02-01T01:00:39.032Zuploading: /work/helios-setup.log (65562 bytes)
99492025-02-01T01:00:40.065Zuploaded: /work/helios-setup.log
99502025-02-01T01:00:40.065Zuploading: /work/host-image.log (200687 bytes)
99512025-02-01T01:00:41.093Zuploaded: /work/host-image.log
99522025-02-01T01:00:41.093Zuploading: /work/host-package.log (23181 bytes)
99532025-02-01T01:00:42.110Zuploaded: /work/host-package.log
99542025-02-01T01:00:42.110Zuploading: /work/host-target.log (101 bytes)
99552025-02-01T01:00:43.127Zuploaded: /work/host-target.log
99562025-02-01T01:00:43.127Zuploading: /work/omicron-package.log (5669 bytes)
99572025-02-01T01:00:44.143Zuploaded: /work/omicron-package.log
99582025-02-01T01:00:44.143Zuploading: /work/phbl-toolchain.log (881 bytes)
99592025-02-01T01:00:45.157Zuploaded: /work/phbl-toolchain.log
99602025-02-01T01:00:45.157Zuploading: /work/recovery-image.log (578769 bytes)
99612025-02-01T01:00:46.205Zuploaded: /work/recovery-image.log
99622025-02-01T01:00:46.205Zuploading: /work/recovery-package.log (1661 bytes)
99632025-02-01T01:00:47.225Zuploaded: /work/recovery-package.log
99642025-02-01T01:00:47.226Zuploading: /work/recovery-target.log (98 bytes)
99652025-02-01T01:00:48.236Zuploaded: /work/recovery-target.log
99662025-02-01T01:00:48.236Zuploading: /work/stamp-clickhouse.log (117 bytes)
99672025-02-01T01:00:49.249Zuploaded: /work/stamp-clickhouse.log
99682025-02-01T01:00:49.249Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99692025-02-01T01:00:50.262Zuploaded: /work/stamp-clickhouse_keeper.log
99702025-02-01T01:00:50.262Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99712025-02-01T01:00:51.271Zuploaded: /work/stamp-cockroachdb.log
99722025-02-01T01:00:51.272Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99732025-02-01T01:00:52.281Zuploaded: /work/stamp-crucible-dtrace.log
99742025-02-01T01:00:52.281Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99752025-02-01T01:00:53.296Zuploaded: /work/stamp-crucible-pantry-zone.log
99762025-02-01T01:00:53.296Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99772025-02-01T01:00:54.306Zuploaded: /work/stamp-crucible-zone.log
99782025-02-01T01:00:54.306Zuploading: /work/stamp-external-dns.log (119 bytes)
99792025-02-01T01:00:55.315Zuploaded: /work/stamp-external-dns.log
99802025-02-01T01:00:55.315Zuploading: /work/stamp-installinator.log (103 bytes)
99812025-02-01T01:00:56.328Zuploaded: /work/stamp-installinator.log
99822025-02-01T01:00:56.328Zuploading: /work/stamp-internal-dns.log (119 bytes)
99832025-02-01T01:00:57.343Zuploaded: /work/stamp-internal-dns.log
99842025-02-01T01:00:57.343Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99852025-02-01T01:00:58.358Zuploaded: /work/stamp-mg-ddm-gz.log
99862025-02-01T01:00:58.358Zuploading: /work/stamp-nexus.log (112 bytes)
99872025-02-01T01:00:59.370Zuploaded: /work/stamp-nexus.log
99882025-02-01T01:00:59.373Zuploading: /work/stamp-ntp.log (110 bytes)
99892025-02-01T01:01:00.384Zuploaded: /work/stamp-ntp.log
99902025-02-01T01:01:00.384Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99912025-02-01T01:01:01.391Zuploaded: /work/stamp-omicron-sled-agent.log
99922025-02-01T01:01:01.391Zuploading: /work/stamp-overlay.log (114 bytes)
99932025-02-01T01:01:02.479Zuploaded: /work/stamp-overlay.log
99942025-02-01T01:01:02.480Zuploading: /work/stamp-oximeter.log (115 bytes)
99952025-02-01T01:01:03.494Zuploaded: /work/stamp-oximeter.log
99962025-02-01T01:01:03.494Zuploading: /work/stamp-oxlog.log (109 bytes)
99972025-02-01T01:01:04.508Zuploaded: /work/stamp-oxlog.log
99982025-02-01T01:01:04.508Zuploading: /work/stamp-probe.log (112 bytes)
99992025-02-01T01:01:05.519Zuploaded: /work/stamp-probe.log
100002025-02-01T01:01:05.519Zuploading: /work/stamp-propolis-server.log (122 bytes)
100012025-02-01T01:01:06.532Zuploaded: /work/stamp-propolis-server.log
100022025-02-01T01:01:06.532Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100032025-02-01T01:01:07.546Zuploaded: /work/stamp-pumpkind-gz.log
100042025-02-01T01:01:07.547Zuploading: /work/stamp-switch-asic.log (118 bytes)
100052025-02-01T01:01:08.556Zuploaded: /work/stamp-switch-asic.log
100062025-02-01T01:01:08.559Zuploading: /work/verify-libraries.log (6147 bytes)
100072025-02-01T01:01:09.575Zuploaded: /work/verify-libraries.log